#main-veil {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    transform-origin: right;
    background: var(--white);
    z-index: 9999999999999999999;
    animation: my_move 2s forwards;
}
.veil-transition {
    -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    will-change: transform, opacity !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@keyframes my_move {
    from {
        transform: scale(1,1);
    }
    to {
        transform: scale(0,1);
    }
}


.banner .banner-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}
.banner .swiper {
	display: flex;
    justify-content: center;
}
.banner .swiper-pagination {
    text-align: left;
    display: flex;
    flex-direction: column;
	width: 5%!important;
	padding-left: 70px;
}
.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 50px;
}
.banner .swiper-button {
	position: absolute;
    z-index: 10;
    bottom: 60px;
}
.banner .swiper-links {
	position: absolute;
    bottom: 40px;
    z-index: 10;
	right: 70px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.banner .swiper-links .social-link {
    margin-bottom: 15px;
}
.banner .swiper-links .phone:hover img {
    content: url('../images/common/phone_hover.png');
    /* animation: shake 0.5s;
    animation-iteration-count: infinite; */
}
.banner .swiper-links .instagram:hover img {
    content: url('../images/common/instagram_hover.png');
    /* animation: shake 0.5s;
    animation-iteration-count: infinite; */
}
.banner .swiper-links .facebook:hover img {
    content: url('../images/common/fb_hover.png');
    /* animation: shake 0.5s;
    animation-iteration-count: infinite; */
}
.banner .swiper-links .whatsapp:hover img {
    content: url('../images/common/whatsapp_hover.png');
    /* animation: shake 0.5s;
    animation-iteration-count: infinite; */
}
/* @keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
} */





.explore-offers {
    background-color: var(--gray);
    padding-top: 100px;
    padding-bottom: 70px;
}
.explore-offers .main-wrap .left {
    background-color: var(--white);
}
.explore-offers .main-wrap .left .text {
    padding: 70px 120px 0 120px;
    height: 450px;
}
.explore-offers .main-wrap .left .text .sub-title {
    font-family: var(--com);
    font-size: 40px;
    color: var(--medium-blue);
    line-height: 56px;
    display: flex;
    justify-content: start;
}
.explore-offers .main-wrap .left .text .title {
    font-family: var(--noto);
    font-size: 45px;
    color: var(--medium-blue);
    line-height: 60px;
    padding-bottom: 30px;
    display: flex;
    justify-content: start;
}
.explore-offers .main-wrap .left .text .description {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    line-height: 30px;
    padding-bottom: 45px;
    width: 70%;
}
.explore-offers .main-wrap .right .image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.explore-offers .main-wrap .right {
    display: flex;
    justify-content: center;
 }
.explore-offers .main-wrap .right .mobile-swiper-button {
   display: none;
   position: absolute;
   bottom: 30px;
}
.explore-offers .main-wrap .right .whatsapp {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10;
}

.left {
    z-index: 10;
}


.stay {
    background-color: var(--gray);
}
.stay .title {
    font-family: var(--noto);
    font-size: 45px;
    color: var(--medium-blue);
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
.stay .desktop-stay-sliders .swiper-wrapper .swiper-slide {
    height: 770px;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
}
.stay .desktop-stay-sliders .swiper-pagination {
    right: 0;
    display: flex;
    flex-direction: column;
	width: 5%!important;
	padding-right: 70px;
    left: auto!important;
    bottom: 70px;
}
.stay .swiper-horizontal>.swiper-pagination-bullets, .stay .swiper-pagination-bullets.swiper-pagination-horizontal, .stay .swiper-pagination-custom, .stay .swiper-pagination-fraction {
    bottom: 30px;
}
.stay .desktop-stay-sliders .swiper-details {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 130px;
    width: 40%;
}
.stay .desktop-stay-sliders .swiper-details .swiper-sub-title {
    font-family: var(--com);
    font-size: 40px;
    color: var(--white);
}
.stay .desktop-stay-sliders .swiper-details .swiper-title {
    font-family: var(--noto);
    font-size: 45px;
    color: var(--white);
    line-height: 60px;
    padding-bottom: 25px;
}
.stay .desktop-stay-sliders .swiper-details .swiper-description {
    font-family: var(--open);
    font-size: 17px;
    color: var(--white);
    line-height: 30px;
    padding-bottom: 35px;
}

.stay .mobile-stay-sliders {
    display: none;
}
.stay .mobile-stay-sliders .swiper-wrapper .swiper-slide {
    height: 700px;
}
.stay .mobile-stay-sliders .swiper-wrapper .swiper-slide .swiper-image {
    height: 290px;
    object-fit: cover;
    width: 100%;
}
.stay .mobile-stay-sliders .swiper-details {
    padding: 30px 20px 0 20px;
}
.stay .mobile-stay-sliders .swiper-details .swiper-sub-title {
    font-family: var(--com);
    font-size: 40px;
    color: var(--medium-blue);
    display: flex;
    justify-content: center;
}
.stay .mobile-stay-sliders .swiper-details .swiper-title {
    font-family: var(--noto);
    font-size: 45px;
    color: var(--medium-blue);
    line-height: 60px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}
.stay .mobile-stay-sliders .swiper-details .swiper-description {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    line-height: 30px;
    padding-bottom: 35px;
    text-align: center;
}

.stay .mobile-stay-sliders .explore-btn-normal {
    color: var(--medium-blue);
}
.stay .mobile-stay-sliders .explore-btn-normal:hover {
    color: var(--medium-blue);
}
.stay .mobile-stay-sliders .explore-btn-normal::after {
    background: var(--medium-blue);
}
.stay .mobile-stay-sliders .book-btn-normal {
    color: var(--medium-blue);
    border: 1px solid var(--medium-blue);
}
.stay .mobile-stay-sliders .book-btn-normal:hover {
    color: var(--white);
}
.stay .mobile-stay-sliders .swiper-horizontal>.swiper-pagination-bullets, .stay .mobile-stay-sliders .swiper-pagination-bullets.swiper-pagination-horizontal, .stay .mobile-stay-sliders .swiper-pagination-custom, .stay .mobile-stay-sliders .swiper-pagination-fraction {
    bottom: 360px;
}
.stay .mobile-stay-sliders .swiper-wrapper .swiper-slide {
    height: 650px;
}




.resort {
    padding-top: 60px;
    padding-bottom: 60px;
}
.resort .title {
    font-family: var(--noto);
    font-size: 45px;
    color: var(--medium-blue);
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
.resort .resort-features {
    border: 1px solid #B1B1B1;
}
.resort .resort-features .details {
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 70px;
    text-align: center;
}
.resort .resort-features .icon {
    width: 55px;
    height: 45px;
    object-fit: cover;
    margin-bottom: 10px;
}
.resort .resort-features .detail-title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
    padding-bottom: 20px;
}
.resort .resort-features .detail-description {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    padding-bottom: 30px;
    line-height: 30px;
}
.resort .resort-features .image-div {
    position: relative;
    display: flex;
    justify-content: center;
}
.resort .resort-features .image-div .image {
    width: 100%;
    height: 385px;
    object-fit: cover;
}
.resort .resort-features .image-div .down-triangle {
    position: absolute;
    transform: rotate(180deg);
}
.resort .resort-features .image-div .top-triangle {
    position: absolute;
    bottom: 0;
}



.our-offers {
    /* height: 1250px; */
    background-image: url('../images/home/offers_background.png');
    background-size: auto!important;
    background-repeat: no-repeat!important;
    padding-top: 60px;
    /* margin-bottom: 500px; */
}
.our-offers .title {
    font-family: var(--noto);
    font-size: 45px;
    color: var(--medium-blue);
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
}
.our-offers .offer-row {
    align-items: center;
    padding-bottom: 100px;
}
.our-offers .offer-row .left {
    width: 7%;
}
.our-offers .offer-row .middle {
    width: 86%;
}
.our-offers .offer-row .right {
    width: 7%;
}
.our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.our-offers .offer-row .bi-arrow-right-short::before, .our-offers .offer-row .bi-arrow-left-short::before {
    font-size: 35px;
    color: var(--medium-blue);
    border: 1px solid var(--medium-blue);
    padding: 10px;
    border-radius: 50%;
}
.our-offers .offer-row .bi-arrow-right-short:hover::before, .our-offers .offer-row .bi-arrow-left-short:hover::before {
    background-color: #F7F7F7;
    border: none;
    color: #101010;
}
.our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details {
    background-color: white;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 110px;
    text-align: center;
}
.our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .detail-title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
    padding-bottom: 20px;
}
.our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .detail-description {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    padding-bottom: 30px;
    line-height: 30px;
}
.our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .explore-btn-normal-blue {
    width: 115px!important;
}
.our-offers .swiper-pagination {
    display: none;
}

.our-offers .gallery {
    padding-bottom: 150px;
}
.our-offers .gallery .gallery-sliders .swiper-wrapper {
    height: 675px;
}
.our-offers .gallery .gallery-sliders .swiper-slide .large {
    width: 100%;
    height: 675px;
    object-fit: cover;
}
.our-offers .gallery .gallery-sliders .swiper-slide .small {
    width: 100%;
    height: 345px;
    object-fit: cover;
    padding-bottom: 10px;
}







/* Responsive */
@media screen and (max-width: 1600px) { 
}

@media screen and (max-width: 1536px) {
    .swiper-links a img {
        width: 35px;
        height: 35px;
    }

    .explore-offers .main-wrap .left .text .sub-title {
        font-size: 23px;
        line-height: 40px;
    }
    .explore-offers .main-wrap .left .text .title {
        font-size: 27px;
        line-height: 45px;
        padding-bottom: 10px;
    }
    .explore-offers .main-wrap .left .text .description {
        font-size: 14px;
        padding-bottom: 30px;
        width: 80%;
    }
    .explore-offers .main-wrap .right .image {
        height: 350px;
    }
    .explore-offers .main-wrap .left .text {
        padding: 50px 100px 0 100px;
        height: 350px;
    }


    .stay .title {
        font-size: 27px;
    }
    .stay .desktop-stay-sliders .swiper-wrapper .swiper-slide {
        height: 600px;
    }
    .stay .desktop-stay-sliders .swiper-details .swiper-sub-title {
        font-size: 22px;
    }
    .stay .desktop-stay-sliders .swiper-details .swiper-title {
        font-size: 27px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .stay .desktop-stay-sliders .swiper-details .swiper-description {
        font-size: 14px;
        padding-bottom: 20px;
    }


    .resort .title {
        font-size: 27px;
    }
    .resort .resort-features .detail-title {
        font-size: 17px;
        padding-bottom: 15px;
    }
    .resort .resort-features .image-div .image {
        height: 300px;
    }
    .resort .resort-features .details {
        height: 300px;
        padding: 0px 40px;
    }
    .resort .resort-features .detail-description {
        font-size: 14px;
        padding-bottom: 20px;
    }


    .our-offers .title {
        font-size: 27px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .image {
        height: 320px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details {
        height: 260px;
        padding: 0px 80px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .detail-title {
        font-size: 19px;
        padding-bottom: 15px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .detail-description {
        font-size: 14px;
        padding-bottom: 25px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .explore-btn-normal-blue {
        width: 91px!important;
    }


    .our-offers .gallery {
        padding-bottom: 0px;
    }
    .our-offers .gallery .gallery-sliders .swiper-slide .large {
        height: 530px;
    }
    .our-offers .gallery .gallery-sliders .swiper-slide .small {
        height: 270px;
    }
    .our-offers .gallery .gallery-sliders .swiper-wrapper {
        height: 620px;
    }
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .explore-offers {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .explore-offers .main-wrap .right .image {
        height: 290px;
    }
    .explore-offers .main-wrap .left .text {
        padding: 30px 50px 0 50px;
        height: 290px;
    }

    .stay .title {
        padding-bottom: 30px;
    }
    .stay .desktop-stay-sliders .swiper-wrapper .swiper-slide {
        height: 450px;
    }
    .stay .desktop-stay-sliders .swiper-details {
        left: 50px;
        width: 80%;
    }


    .resort .title {
        padding-bottom: 30px;
    }
    .resort .resort-features .image-div .image {
        height: 250px;
    }
    .resort .resort-features .details {
        height: 250px;
        padding: 0px 20px;
    }
    .resort .resort-features .icon {
        width: 38px;
        height: 33px;
    }
    .resort .resort-features .detail-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .resort .resort-features .detail-description {
        font-size: 13px;
        padding-bottom: 15px;
        line-height: 25px;
    }


    .our-offers {
        padding-top: 40px;
    }
    .our-offers .offer-row {
        padding-bottom: 60px;
    }
    .our-offers .title {
        padding-bottom: 30px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .image {
        height: 230px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details {
        height: 240px;
        padding: 0px 30px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .detail-description {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .our-offers .offer-row .bi-arrow-right-short::before, .our-offers .offer-row .bi-arrow-left-short::before {
        font-size: 21px;
    }


    .our-offers .gallery .gallery-sliders .swiper-wrapper {
        height: 475px;
    }
    .our-offers .gallery .gallery-sliders .swiper-slide .large {
        height: 380px;
    }
    .our-offers .gallery .gallery-sliders .swiper-slide .small {
        height: 195px;
    }

    
}

@media screen and (max-width: 991px) {
    .banner .banner-image {
        height: 50vh;
    }
}

@media screen and (max-width: 768px) {
    .explore-offers .main-wrap .left .text {
        padding: 30px 20px 0 20px;
    }
    .explore-offers .main-wrap .left .text .description {
        width: 90%;
    }


    .our-offers .gallery .gallery-sliders .swiper-slide .large {
        height: 300px;
    }
    .our-offers .gallery .gallery-sliders .swiper-slide .small {
        height: 155px;
    }
    .our-offers .gallery .gallery-sliders .swiper-wrapper {
        height: 375px;
    }
}

@media screen and (max-width: 428px) {
    .banner .banner-image {
        height: 40vh;
    }
    .banner .swiper-pagination {
        display: none;
    }
    .banner .swiper-links {
        bottom: 40px;
        right: 20px;
    }
    .banner .swiper-links {
        display: none;
    }
    .banner .desktop-swiper-button {
        display: none;
    }



    .explore-offers {
        padding-top: 0px;
        padding-bottom: 25px;
    }
    .explore-offers .main-wrap .left {
        text-align: center;
    }
    .explore-offers .main-wrap .left .text {
        height: 280px;
    }
    .explore-offers .main-wrap .left .text .sub-title {
        justify-content: center;
        font-size: 23px;
    }
    .explore-offers .main-wrap .left .text .sub-title span {
        text-align: center;
    }
    .explore-offers .main-wrap .left .text .title {
        justify-content: center;
        font-size: 25px;
        padding-bottom: 5px;
    }
    .explore-offers .main-wrap .left .text .title span {
        text-align: center;
    }
    .explore-offers .main-wrap .left .text .description {
        width: 100%;
        padding-bottom: 20px;
    }
    .explore-offers .main-wrap .right {
        position: relative;
    }
    .explore-offers .main-wrap .right .mobile-swiper-button {
        display: block;
    }
    .explore-offers .main-wrap .right .whatsapp {
        display: block;
    }
    .explore-offers .main-wrap .right .whatsapp img {
        width: 50px;
        height: 50px;
    }


    .stay .title {
        padding-bottom: 25px;
        font-size: 25px;
    }
    .stay .desktop-stay-sliders {
        display: none;
    }
    .stay .mobile-stay-sliders {
        display: block;
    }
    .stay .mobile-stay-sliders .swiper-details .swiper-sub-title {
        font-size: 23px;
    }
    .stay .mobile-stay-sliders .swiper-details .swiper-title {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    .stay .mobile-stay-sliders .swiper-details .swiper-description {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 120px;
        margin-bottom: 20px;
    }
    .stay .mobile-stay-sliders .swiper-wrapper .swiper-slide {
        height: 660px;
    }
    .stay .mobile-stay-sliders .swiper-details {
        padding: 30px 20px 0 20px;
    }
    .stay .mobile-stay-sliders .swiper-details .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .stay .explore-btn-normal {
        margin-right: 0px;
        margin-bottom: 15px;
    }


    .resort {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .resort .title {
        font-size: 25px;
    }
    .resort .resort-features {
        border: none;
    }
    .resort .resort-features .single-feature {
        border: 1px solid #B1B1B1;
        margin-bottom: 15px!important;
    }
    .resort .resort-features .single-feature.top, .resort .resort-features .single-feature.bottom {
        display: flex;
        flex-direction: column-reverse;
    }
    .resort .resort-features .image-div .down-triangle {
        display: none;
    }
    .resort .resort-features .image-div .top-triangle {
        display: none;
    }
    .resort .resort-features .detail-title {
        font-size: 22px;
    }
    .resort .resort-features .detail-description {
        font-size: 14px;
    }
    .resort .resort-features .details {
        height: 230px;
    }



    .our-offers {
        background-image: none;
        padding-top: 0px;
    }
    .our-offers .title {
        font-size: 25px;
    }
    .our-offers .offer-row {
        padding-bottom: 25px;
    }
    .our-offers .offer-row .left {
        display: none;
    }
    .our-offers .offer-row .middle {
        width: 100%;
    }
    .our-offers .offer-row .right {
        display: none;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper {
        padding-bottom: 60px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide {
        border: 1px solid #B1B1B1;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details .detail-title {
        font-size: 22px;
    }
    .our-offers .swiper-pagination {
        display: block;
    }
    .our-offers .swiper-pagination-clickable .swiper-pagination-bullet {
        border: 1px solid var(--medium-blue);
        opacity: 1;
    }
    .our-offers .swiper-pagination-bullet-active {
        background: var(--medium-blue)!important;
    }
    .our-offers .swiper-horizontal>.swiper-pagination-bullets, .our-offers .swiper-pagination-bullets.swiper-pagination-horizontal, .our-offers .swiper-pagination-custom, .our-offers .swiper-pagination-fraction {
        bottom: 10px;
    }

    .our-offers .gallery {
        padding-bottom: 50px;
    }
    .our-offers .gallery .gallery-sliders .swiper-wrapper {
        height: 615px;
    }
    .our-offers .gallery .gallery-sliders .swiper-slide .large {
        height: 550px;
    }
    .our-offers .gallery .gallery-sliders .swiper-slide .small {
        height: 280px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
    .explore-offers .main-wrap .right .whatsapp {
        right: 15px;
    }
    .our-offers .offer-row .middle .offer-sliders .swiper-wrapper .swiper-slide .details {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 320px) {
    .banner .banner-image {
        height: 30vh;
    }
}
/* Responsive */