@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

:root {
    --blue-green: #006D67;
    --green: #62BA52;
    --gray: #6B7280;
    --dark-gray: #111827;
    --dark-gray-2: #4B5563;
    --light-gray: #9CA3AF;
    --gray-800: #374151;

    --gray-900: #1F2937;
    --gray-300: #D1D5DB;
    --gray-100: #F3F4F6;
    --gray-50: #F9FAFB;
    --white: #FFFFFF;
    --orange: #F78D00;
    --black: #000000;
    --yellow: #FACC15;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins-Regular';
}
main{
    margin-top: 94px;
}
.mb-80 {
    margin-bottom: 80px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.px-12{
    padding: 0 12px;
}
.section-title, .about-us-card-title {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-weight: 700;
}

.section-subtitle {
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-weight: 400;
}

.section-title-36 {
    font-size: 36px;
    line-height: 40px;
}

.section-title-30 {
    font-size: 30px;
    line-height: 36px;
}

.section-subtitle-20, .about-us-card-title {
    font-size: 20px;
    line-height: 28px;
}



.section-subtitle-18 {
    font-size: 18px;
    line-height: 28px;
}

/*header*/
header {
    background-color: var(--white);
    box-shadow: 0px 4px 4px 0px #00000040;
}

header .nav-link {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--dark-gray);
}

.navbar-toggler span{
    width: 30px;
}

.select-box {
    position: relative;
    display: block;
    width: fit-content;
    z-index: 20;
}

.select-box-current {
    cursor: pointer;
    outline: none;
    gap: 8px;
    padding: 16px;
}


.select-box-current:focus + .select-box-list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box-current:focus + .select-box-list .select-box-option {
    cursor: pointer;
}

.select-box-current:focus .select-box:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box-value, .select-box-option {
    display: flex;
    color: var(--black);
    cursor: pointer;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.select-box-input, .select-box-list {
    display: none;
}

.select-box-input:checked + .select-box-input-text, .select-box-option {
    display: block;
}

.select-box-input-text {
    display: none;
    width: 100%;
    margin: 0;
}

.select-box-list {
    position: absolute;
    width: 100%;
    background-color: var(--white);
}

.select-box-option:hover, .select-box-option:focus {
    color: var(--black);
}


header .contact {
    color: var(--blue-green);
    font-family: 'Poppins-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
/*end header*/

/*form section*/
.form-section, .blog-intro-section, .about-us-intro-section,
.single-blog-intro-section, .packages-intro-section, .single-package-intro-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 640px;
    padding: 70px 0;
}

.form-card {
    background-color: var(--white);
    box-shadow: 1px 2px 24px 0 rgba(203, 203, 203, 0.50);
    border-radius: 24px;
}

.form-card label {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.form-card input, .form-card textarea, .form-card select {
    border-radius: 50px;
    border: 1px solid var(--gray);
    display: flex;
    padding: 16px 14px 16px 40px;
    color: var(--dark-gray-2);
}
.form-card input::placeholder, .form-card textarea::placeholder, .form-card select::placeholder {
    color: var(--light-gray);
}

.form-card input, .form-card input::placeholder, .form-card textarea::placeholder, .form-card select, .form-card select::placeholder {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    outline: 0;
}

.form-card .input-box img {
    left: 12px;
    height: 16px;
}

.form-card input[type="date"] {
    position: relative;
    padding-right: 30px;
}

.form-card input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form-card input[type="date"]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 16px;
    height: 16px;
    background: url("../images/icons/date.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
}

.form-card .apply-btn, .form-card .search-btn, .contact-us-btn, .btn-book-package, .btn-checkout, .form-card .login-btn {
    padding: 12px 32px;
    gap: 8px;
    border-radius: 50px;
    background: var(--green);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: var(--white);
    font-family: 'Poppins-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

/*end form section*/


/*featured destinations*/
.destination-card-box, .featured-articles-box, .all-articles-box {
    margin: 0 -16px !important;
}

.destination-desc-card, .destination-card {
    border-radius: 24px;
    background-color: var(--white);
    box-shadow: 1px 2px 12px 0 #EAE8E8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*height: 100%;*/
}

.destination-desc-card-type {
    color: var(--gray-800);
    font-family: 'Poppins-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    right: 16px;
    top: 16px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 4px 12px;
}

.destination-desc-card .card-img-top {
    aspect-ratio: 389/256;
    border-radius: 24px 24px 0 0;
    object-fit: cover;
}

.destination-desc-card-title, .package-card-title {
    color: var(--dark-gray);
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.destination-desc-card-text {
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.destination-desc-card-price, .package-card-price {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.destination-desc-card-price span {
    color: var(--light-gray);
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: line-through;
}

.destination-desc-card-per-person, .package-card-per-person {
    color: var(--gray);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.destination-desc-card-btn, .package-card-btn {
    width: 40px;
    height: 40px;
    background-color: var(--blue-green);
}


/*end featured destinations*/


/*destination without desc*/
.destination-card-view {
    color: #1A4B8C;
    font-family: 'Poppins-Medium';
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    right: 16px;
    top: 16px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 4px 8px;
    backdrop-filter: blur(2px);
}

.destination-card .card-img-top {
    aspect-ratio: 286/192;
    border-radius: 24px 24px 0 0;
    object-fit: cover;
}

.destination-card-title {
    color: var(--dark-gray);
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.destination-card-location, .package-card-location {
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.destination-card-price {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

/*end destination without desc*/


/*subscribe section*/
.subscribe-section {
    display: flex;
    align-items: end; /* центр по вертикали */
    justify-content: center;
    /*aspect-ratio: 1440/632;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*max-height: 700px;*/
    min-height: 700px;
    background-attachment: fixed;
    transition: background-image 0.6s ease-in-out;
}


.subscribe-section-form {
    padding: 6px 24px;
    border-radius: 9999px;
    background: var(--white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.subscribe-section-form input {
    color: var(--dark-gray-2);
    outline: 0;
    min-width: 50px;
}

.subscribe-section-form input::placeholder {
    color: var(--gray);
}

.subscribe-section-form input, .subscribe-section-form input::placeholder {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.subscribe-section-form button {
    border-radius: 1000px;
    background-color: var(--orange);
    padding: 16px 32px;

    color: var(--white);
    font-family: 'Poppins-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

/*end subscribe section*/


/*blog page*/
/*.blog-intro-section, .single-blog-intro-section, .packages-intro-section, .single-package-intro-section {*/
/*    padding: 116px 0 102px;*/
/*    aspect-ratio: 1440 / 640;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    max-height: 700px;*/
/*    background-position: center center;*/
/*}*/

.blog-intro-section-content, .single-blog-intro-section-content, .packages-intro-section-content, .single-package-intro-section-content {
    backdrop-filter: blur(10px);
    color: var(--white);
}

.blog-intro-section-content, .packages-intro-section-content {
    background-color: rgba(255, 255, 255, 0.10);
}

.single-blog-intro-section-content, .single-package-intro-section-content {
    background: rgba(255, 255, 255, 0.20);
}

.blog-intro-section-content h1, .single-blog-intro-section-content h1,
.packages-intro-section-content h1, .single-package-intro-section-content h1 {
    color: var(--white);
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.blog-intro-section-content p, .single-blog-intro-section-content p,
.packages-intro-section-content p, .single-package-intro-section-content p {
    color: var(--white);
    text-align: center;
    font-family: 'Poppins-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.post-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.post-card .card-img-top {
    aspect-ratio: 592/256;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.post-category, .post-time {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.post-category {
    color: var(--gray-800);
    border-radius: 9999px;
    background: var(--gray-100);
}

.post-time {
    color: var(--gray);
}

.post-card-title {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.post-card-text, .about-us-card-text, .single-hotel-content p, .single-hotel-content ul li {
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.read-more {
    color: var(--orange);
    font-family: 'Poppins-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


.all-articles-box {
    row-gap: 32px;
}


.post-small-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10), 0 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.post-small-card .card-img-top {
    aspect-ratio: 384/192;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.post-small-time {
    font-family: 'Poppins-Regular';
    color: var(--gray);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}


.post-small-card-title {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.post-small-card-text {
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


/*end blog page*/


/*single post*/
.single-post-box {
    padding-right: 78px !important;
}

.share-post-box {
    border-radius: 8px;
    background: var(--gray-50);
}
.share-text{
    color: var(--dark-gray-2);
    font-family: 'Poppins-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.single-post-content p, .single-post-content ul li, .our-story-box-content p {
    color: var(--gray-800);
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.single-post-content ul, .single-hotel-content ul {
    list-style-type: "- ";
    padding-left: 16px;
}

.single-post-content h1, .single-post-content h2

 {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 48px;
}

.single-post-content h3, .single-post-content h4, .single-package-content h4, .channel-total-price{
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.single-package-content p{
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.single-post-content h5, .single-post-content h6{
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.article-search-card, .recent-article-card, .categories-card, .tags-card {
    border-radius: 8px;
    border: 1px solid var(--gray-100);
    background: var(--white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.article-search-card-title, .recent-article-card-title,
.categories-card-title, .tags-card-title {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.article-search-input, .article-search-input::placeholder {
    color: var(--light-gray);
    font-family: 'Poppins-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: 0;
}

.article-search-input {
    border-radius: 8px;
    border: 1px solid var(--light-gray);
    background: var(--white);
    padding: 13px 17px 13px 41px;
}

.article-search-input-box button {
    top: 15px;
    left: 12px;
}

.gap-32 {
    gap: 32px;
}

.recent-article img {
    max-width: 80px;
    aspect-ratio: 80/64;
    object-fit: cover;
}

.recent-article h2 {
    color: var(--dark-gray);
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.recent-article span {
    color: var(--gray);
    font-family: 'Poppins-Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block;
}


.categories-card ul li a {
    color: var(--gray-800);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.categories-card ul li span {
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 9999px;
    background: var(--gray-100);
}

.tags-card span {
    color: var(--gray-800);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 9999px;
    background: var(--gray-100);
}

/*end single post*/


/*packages*/

.packages-search-box {
    max-width: 672px;
    width: 100%;
    border-radius: 9999px;
    background: var(--white);
}

.packages-search-box span {
    left: 18px;
    top: 14px;
}

.packages-search-box input, .packages-search-box input::placeholder {
    color: var(--light-gray);
    font-family: 'Poppins-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    outline: 0;
}

.packages-search-box button {
    border-radius: 9999px;
    background: var(--blue-green);
    padding: 8px 32px;
    color: var(--white);
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.packages-intro-section-count-box h6 {
    color: var(--orange);
    font-family: 'Poppins-Bold';
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.packages-intro-section-count-box span {
    color: var(--gray-300);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.packages-category-slider {
    max-width: fit-content;
}

.packages-category-slider .swiper-wrapper, .packages-category-slider .swiper-slide {
    width: fit-content;
}

.package-category {
    color: var(--gray-800);
    text-align: center;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 9999px;
    background: var(--gray-100);
    padding: 12px 24px;
    display: block;
    width: fit-content;
}

.package-category.active {
    color: var(--white);
    border-radius: 9999px;
    background: var(--orange);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.packages-card-box-title h2 {
    color: var(--dark-gray);
    font-family: 'Poppins-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.packages-card-box-title span {
    color: var(--dark-gray-2);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.packages-sort .sort-by {
    color: var(--gray-800);
    font-family: 'Poppins-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.package-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.package-card .card-img-top {
    aspect-ratio: 384/256;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.package-card-type {
    color: var(--dark-gray);
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(2px);
    top: 16px;
    right: 16px;
}

.package-card-text {
    color: var(--dark-gray-2);
    text-overflow: ellipsis;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.single-package-price-box {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
}

.single-package-price-box h3 {
    font-family: 'Poppins-Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 120% */
}

.single-package-price-box h3 span {
    color: var(--white);
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: line-through;
    opacity: .6;
}

.single-package-price-box .per-person {
    color: var(--white);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: .8;
}

.single-package-content ul {
    columns: 2;
    list-style: none;
    padding-left: 0;
}

.single-package-content ul li {
    position: relative;
    padding-left: 24px;
}

.single-package-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 16px;
    background: url("../images/icons/checked.svg") no-repeat center/contain;
}

.single-package-content ul li {
    color: var(--gray-800);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.experience-gallery-section {
    background: var(--gray-50);
}

.experience-main-gallery .swiper-wrapper {
    aspect-ratio: 1152/500;
}

.experience-main-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.experience-main-gallery .swiper-slide span {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(2px);
    color: var(--white);
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    left: 16px;
    bottom: 0;
    max-width: 200px;
}

.experience-main-gallery .swiper-button {
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.experience-main-gallery .swiper-button-prev {
    left: 16px !important;
}

.experience-main-gallery .swiper-button-next {
    right: 16px !important;
}

.experience-secondary-gallery .swiper-slide {
    border: 4px solid transparent;
    border-radius: 8px;
}

.experience-secondary-gallery .swiper-slide img {
    aspect-ratio: 187/100;
    background: rgba(250, 204, 21, 0.20);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.experience-secondary-gallery .swiper-slide.swiper-slide-thumb-active {
    border: 4px solid var(--yellow);
    background-color: var(--yellow);
}


.similar-adventure-swiper {
    margin: 0 -16px;
}

.view-all, .go-back {
    color: var(--dark-gray);
    text-align: center;
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 9999px;
    border: 1px solid var(--gray);
    width: fit-content;
}

/*  end packages*/


/*our story*/
/*.our-story-box-content {*/
/*    max-width: 576px !important;*/
/*}*/

.our-story-box img {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.happy-travelers {
    border-radius: 8px;
    background: var(--yellow);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
    bottom: 175px;
    right: -12px;
}


.happy-travelers h5 {
    color: var(--black);
    font-family: 'Poppins-Bold';
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}


.happy-travelers span {
    color: var(--black);
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}


/*end our story*/


/*footer*/
footer {
    background-color: var(--blue-green);
}

footer .info-section h5 {
    color: var(--white);
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

footer .info-section p, footer .info-section ul li a, footer .info-section ul li a:hover {
    color: var(--gray-300);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.social-box {
    gap: 16px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
}
footer .social-icon{
    background: var(--gray-900);
}
.contact-info li a img {
    margin-top: 3px;
}


.footer-bottom {
    border-top: 0.8px solid var(--gray-900);
}

.footer-bottom p, .footer-bottom a, .footer-bottom a:hover {
    color: var(--light-gray);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


/*footer*/










/*whats-up icon*/

.whatsapp-btn{
    position: fixed;
    right: 20px;
    bottom: 75px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(180deg,var(--green) 0%, var(--blue-green) 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration: none;
    z-index: 9999;
    transform-origin: center;
    color: #fff;
    transition: transform .18s ease, box-shadow .18s ease;
    animation: wh-entrance 0.6s ease forwards, wh-pulse 2.6s infinite .6s;
}

.whatsapp-btn:hover{
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 14px 28px rgba(18,140,126,0.28);
    animation-play-state: paused;
}
.wh-icon{
    width: 34px;
    height: 34px;
    display:block;
    transition: transform .18s ease;
    transform: translateY(0);
    fill: currentColor;
}

.whatsapp-btn:focus{
    outline: none;
    box-shadow: 0 0 0 4px rgba(37,211,102,0.16), 0 10px 20px rgba(0,0,0,0.12);
    animation: wh-focus-bounce .5s ease;
}

@keyframes wh-entrance{
    from { opacity: 0; transform: translateY(18px) scale(.92); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes wh-pulse{
    0% { transform: scale(1); box-shadow: 0 8px 20px rgba(18,140,126,0.25); }
    50% { transform: scale(1.07); box-shadow: 0 18px 36px rgba(18,140,126,0.18); }
    100% { transform: scale(1); box-shadow: 0 8px 20px rgba(18,140,126,0.25); }
}

@keyframes wh-focus-bounce{
    0% { transform: translateY(0); }
    30% { transform: translateY(-6px); }
    60% { transform: translateY(0); }
    100% { transform: translateY(0); }
}














.pagination-box .pagination {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.pagination-box .page-item {
    min-width: 32px;
    height: 32px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-box .page-item:first-child .page-link,
.pagination-box .page-item:last-child .page-link{
    padding: 9px;
}
.pagination-box .page-link {
    color: var(--dark-gray);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 4px;
    border: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pagination-box .page-link:hover{
    color: var(--dark-gray);
}

.pagination-box .active > .page-link, .pagination-box .page-link.active {
    background-color: transparent;
    border: 1px solid var(--blue-green);
    border-radius: 6px;
    color: var(--blue-green);
}

.pagination-box .page-item:first-child .page-link {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9.89846 2.9843V1.92747C9.89846 1.83587 9.79318 1.78528 9.72209 1.84133L3.55881 6.6552C3.50644 6.69592 3.46407 6.74807 3.43492 6.80766C3.40578 6.86725 3.39062 6.93271 3.39062 6.99905C3.39062 7.06539 3.40578 7.13085 3.43492 7.19044C3.46407 7.25003 3.50644 7.30217 3.55881 7.3429L9.72209 12.1568C9.79455 12.2128 9.89846 12.1622 9.89846 12.0706V11.0138C9.89846 10.9468 9.86701 10.8825 9.81506 10.8415L4.89318 6.99973L9.81506 3.15657C9.86701 3.11555 9.89846 3.0513 9.89846 2.9843Z' fill='black' fill-opacity='0.88'/%3E%3C/svg%3E");
}

.pagination-box .page-item:last-child .page-link {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M10.4685 6.65558L4.30527 1.84171C4.28917 1.82903 4.26981 1.82115 4.24943 1.81897C4.22905 1.8168 4.20847 1.82042 4.19005 1.82941C4.17164 1.83841 4.15613 1.85241 4.14531 1.86982C4.1345 1.88724 4.12881 1.90734 4.12891 1.92784V2.98468C4.12891 3.05167 4.16035 3.11593 4.21231 3.15694L9.13417 7.00011L4.21231 10.8433C4.15899 10.8843 4.12891 10.9485 4.12891 11.0155V12.0724C4.12891 12.164 4.23418 12.2146 4.30527 12.1585L10.4685 7.34464C10.5209 7.30378 10.5633 7.25151 10.5924 7.19181C10.6216 7.13211 10.6367 7.06654 10.6367 7.00011C10.6367 6.93367 10.6216 6.86811 10.5924 6.80841C10.5633 6.74871 10.5209 6.69644 10.4685 6.65558Z' fill='black' fill-opacity='0.88'/%3E%3C/svg%3E");
}

.pagination-box .disabled > .page-link, .pagination-box .page-link.disabled {
    background: none;
}

.pagination-box .page-link:focus, .pagination-box .page-link:focus-visible {
    background: none;
    border: 0;
    box-shadow: none;
}

.pagination-box .page-item:first-child.disabled .page-link {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9.89846 2.9843V1.92747C9.89846 1.83587 9.79318 1.78528 9.72209 1.84133L3.55881 6.6552C3.50644 6.69592 3.46407 6.74807 3.43492 6.80766C3.40578 6.86725 3.39062 6.93271 3.39062 6.99905C3.39062 7.06539 3.40578 7.13085 3.43492 7.19044C3.46407 7.25003 3.50644 7.30217 3.55881 7.3429L9.72209 12.1568C9.79455 12.2128 9.89846 12.1622 9.89846 12.0706V11.0138C9.89846 10.9468 9.86701 10.8825 9.81506 10.8415L4.89318 6.99973L9.81506 3.15657C9.86701 3.11555 9.89846 3.0513 9.89846 2.9843Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E");
}

.pagination-box .page-item:last-child.disabled .page-link {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M10.4685 6.65558L4.30527 1.84171C4.28917 1.82903 4.26981 1.82115 4.24943 1.81897C4.22905 1.8168 4.20847 1.82042 4.19005 1.82941C4.17164 1.83841 4.15613 1.85241 4.14531 1.86982C4.1345 1.88724 4.12881 1.90734 4.12891 1.92784V2.98468C4.12891 3.05167 4.16035 3.11593 4.21231 3.15694L9.13417 7.00011L4.21231 10.8433C4.15899 10.8843 4.12891 10.9485 4.12891 11.0155V12.0724C4.12891 12.164 4.23418 12.2146 4.30527 12.1585L10.4685 7.34464C10.5209 7.30378 10.5633 7.25151 10.5924 7.19181C10.6216 7.13211 10.6367 7.06654 10.6367 7.00011C10.6367 6.93367 10.6216 6.86811 10.5924 6.80841C10.5633 6.74871 10.5209 6.69644 10.4685 6.65558Z' fill='black' fill-opacity='0.25'/%3E%3C/svg%3E");
}


.pagination-select{
    color: var(--dark-gray);
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 6px;
    border: 1px solid var(--gray-300);
    background: transparent;
    height: 32px;
    padding: 0 12px;
}










/*.packages-sort{*/
/*    min-width: 200px;*/
/*}*/



.packages-sort .custom-select {
    cursor: pointer;
    position: relative;
}

.packages-sort .custom-select #selectedSort{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1 3.5L5 7.5L9 3.5H1Z' fill='black'/%3E%3C/svg%3E") no-repeat right 6px center #EFEFEF;
    padding-right: 33px;
    color: var(--black);
    border-radius: 8px;
    border: 1px solid var(--gray-300);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.custom-select span#selectedSort, .sort-options li a {
    display: block;
    padding: 8px 12px;
}
.sort-options {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    border: 1px solid var(--gray-300);
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border-top: none;
    display: none;
    flex-direction: column;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    padding-top: 10px;
    background-color: #EFEFEF;
}

.sort-options li a {
    text-decoration: none;
    color: var(--gray-800);
}

.custom-select.open .sort-options a.active {
    display: none;
}












.heart {
    display: inline-block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
    animation-name: beat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.heart:after {
    background-color: rgb(255, 255, 255);
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 5px;
}

.heart:before {
    background-color: rgb(255, 255, 255);
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: 0;
}

@keyframes beat {
    0% {
        transform: scale(1) rotate(-45deg);
    }
    50% {
        transform: scale(0.6) rotate(-45deg);
    }
}

.success-icon-box, .error-icon-box {
    width: 70px;
    height: 70px;
}

.success-icon-box{
    border: 4px solid var(--green);
}

.error-icon-box{
    border: 4px solid #d01616;
}

.success-icon, .error-icon {
    max-width: 50px;
}


.subscribe-box{
    background-color: var(--blue-green);
}

.subscribe-box h3{
    color: var(--white);
}

.subscribe-box p{
    color: var(--white);
}


.guest-popup {
    top: 100%;
    left: 0;
}

























.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    align-items: start;
}

@media (max-width: 580px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
    }
}

.photos-grid-container .img-box {
    border: 1px solid #ffffff;
    position: relative;
}

.photos-grid-container .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
}

.photos-grid-container .img-box:hover .caption {
    transform: translateY(-5px);
}

.photos-grid-container img {
    max-width: 100%;
    display: block;
    height: auto;
}

.photos-grid-container .caption {
    color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 1.5rem;
}

.photos-grid-container .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
}

.photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0em;
}

.photos-grid-container .sub:nth-child(0) {
    grid-column: 1;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.photos-grid-container .sub:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.photos-grid-container .sub:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

/* Accessibility hidden elements */
.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}





















.room-card {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 24px;
    background-color: var(--white);
    box-shadow: 1px 2px 12px 0 #EAE8E8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.room-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.room-title {
    color: var(--dark-gray);
    font-family: Poppins-SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.room-price {
    color: var(--dark-gray);
    font-family: Poppins-Bold;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

/*.room-info {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 10px;*/
/*    margin-bottom: 15px;*/
/*}*/

.room-info div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
}

.room-info svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.btn-book {
    align-self: flex-start;
}
