/* Banner CSS Start */

.banner-section {
    position: relative;
    width: 100%;
    height: auto;
}

.banner-section .bnr-bg {
    width: 100%;
    height: auto;
    display: block;
}

.bnr-content {
    position: absolute;
    top: 40%;
    left: 0%;
    width: 100%;
    transform: translateY(-50%);
}

.bnr-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18%;
    mix-blend-mode: lighten;
}

.bnr-btm-con {
    position: absolute;
    bottom: 10%;
    left: 0%;
    width: 100%;
}

.bnr-btm {
    width: 550px;
    background: #00000070;
    padding: 40px;
    border: 1px solid #ffffff61;
    backdrop-filter: blur(3px);
    border-radius: 10px;
}

.bnr-btm h2 {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #fff;
    text-transform: capitalize;
}

.bnr-btm h3 {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #ffdfb8;
    text-transform: capitalize;
}

.bnr-btm p, .bnr-btm p a {
    color: #fff;
}

.bnr-btm-p {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/* Banner CSS End */

/* Banner Form CSS Start */

.banner-form-section {
    padding: 160px 0;
}

.banner-form-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #aa7f5c99, transparent);
    opacity: 0.8;
}

/* .banner-form-section .form-bg {
    mix-blend-mode: luminosity;
} */

.banner-form .form-control {
    background: #fff0;
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    padding: 10px 0;
    width: 100%;
}

.banner-form .form-control:focus {
    background: #fff0;
}

.banner-form {
    background: #fff9f5d1;
    padding: 50px;
    border: 1px solid #fff;
    backdrop-filter: blur(2px);
    border-radius: 10px;
}

.banner-form-txt {
    margin-top: 50px;
}

/* Banner Form CSS End */

/* Overview CSS Start */

.overview-row {
    padding: 50px 0;
}

.overview-box h3 {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #000;
    text-transform: capitalize;
}

.overview-box p {
    font-size: 13px;
    line-height: 16px;
    font-family: 'mysecondfont-Regular';
}

.overview-txt p {
    margin-bottom: 20px;
    width: 70%;
}

.overview-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 8%;
}

.overview-shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9%;
}

.count-flex {
    justify-content: center;
}

.overview-box {
    width: 160px;
    height: 180px;
    background: #fff;
    margin: 5px;
    clip-path: polygon(
                50% 0%, 
                100% 25%, 
                100% 75%, 
                50% 100%, 
                0% 75%, 
                0% 25%
            );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    margin-top: -40px;
}

.count-flex::first-child {
    margin-top: 40px;
}

/* Overview CSS End */

/* Experience CSS Start */

.experience-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #aa7f5c99, transparent);
    opacity: 0.8;
}

.experience-content {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
    z-index: 3;
}

.experience-bg {
    width: 100%;
    height: auto;
}

.experience-main-con, .experience-side-con {
    background: #ffffffcd;
}

.experience-main-con {
    padding: 50px;
    border-radius: 10px;
    height: 100%;
}

.experience-side-con {
    padding: 35px;
    border-radius: 10px;
}

.experience-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.experience-box h3 {
    font-size: 32px;
    line-height: 42px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #000;
    text-transform: capitalize;
}

/* Experience CSS End */

/* Amenities CSS Start */

.aminities-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #aa7f5c64, transparent);
    opacity: 0.5;
}

.aminities-box {
    text-align: center;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #F2E2D6;
}

.aminities-box img {
    margin-bottom: 15px;
}

.aminities-box p {
    font-family: 'mysecondfont-Medium';
}

.aminities-shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
}

.aminities-shape2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
}

.aminities-top-con {
    margin-bottom: 50px;
}

.aminity-popup-box {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.aminity-popup-box {
    scroll-behavior: smooth;
}

.aminity-popup-box::-webkit-scrollbar {
    width: 5px;
}
.aminity-popup-box::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
}

.aminity-popup h4 {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: var(--main-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.aminity-popup ul {
    margin-bottom: 20px;
}

.aminity-popup li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.aminity-popup li::before {
    content: url(../images/star.png);
    position: absolute;
    top: 0;
    left: 0;
}

.aminity-slider .swiper-button-prev, .aminity-slider .swiper-button-next {
    color: #fff;
    background: var(--main-color);
    top: 50%;
    transform: translateY(-50%);
}

/* Amenities CSS End */

/* World CSS Start */

.world-box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.world-img {
    width: 50%;
}

.world-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.world-txt {
    width: 50%;
    padding: 40px 80px;
    background-color: #fff;
}

.world-txt h3 {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.world-txt p {
    margin-bottom: 15px;
}

.world-txt li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.world-txt li::before {
    content: url(../images/star.png);
    position: absolute;
    top: 0;
    left: 0;
}

.world-col:nth-child(1) .world-txt, .world-col:nth-child(4) .world-txt {
    background: #fff;
}

.world-col:nth-child(2) .world-txt, .world-col:nth-child(3) .world-txt {
    background: #E3F4FF;
}

.world-slider .swiper-slide {
    height: auto;
}

.world-slider {
    padding-bottom: 50px;
}

.world-slider .swiper-button-prev, .world-slider .swiper-button-next {
    color: #fff;
    background: var(--main-color);
    top: 50%;
    transform: translateY(-50%);
}

.wwa-img-box {
    margin-bottom: 15px
}

.wwa-img-box img {
    width: 100%;
    border-radius: 5px;
}

.wwa-img-box2 {
    display: flex;
    justify-content: end
}

.wwa-img-box2 img {
    width: auto
}

.wwa-img-box1 {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: flex-end
}

.wwa-img-box1 img.join-shape {
    width: 35%
}

.wwa-img-box3 img {
    width: 80%
}

.wwa-img-box1 .family-shape {
    width: 25%;
}

.family-shape {
    border-radius: 0;
}

/* World CSS End */

/* Gallery CSS Start */

.gallery-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #aa7f5c64, transparent);
    opacity: 0.5;
}

.gallery-btn .main-btn {
    text-align: right;
    margin-left: auto;
}

.gallery-btn .main-btn span img {
    animation: none;
    margin-right: -5px;
}

.gallery-box {
    text-align: center;
}

.gallery-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.swiper-button-prev, .swiper-button-next {
    background: #fff;
    color: var(--main-color);
    border-radius: 0;
    top: 50%;
    transform: translateY(-60%);
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.gallery-head {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
    background-color: #fffdf9;
    padding: 0 40px;
}

.gallery-box h3 {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #000;
    text-transform: capitalize;
}

.gallery-shape {
    position: absolute;
    top: -10%;
    left: 1%;
    width: 8%;
}

.gallery-top-con {
    margin-bottom: 20px;
}

.gallery-slide {
    display: block;
    width: 360px;
    height: auto;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-slider .swiper-slide {
    transition: all 0.5s ease;
    transform: scale(0.65);
    opacity: 0.9;
}

.gallery-slider .swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 2;
}

.gallery-slider .swiper-slide-prev,
.gallery-slider .swiper-slide-next {
    transform: scale(0.85);
    opacity: 0.95;
}

/* Gallery CSS End */

/* Video CSS End */

.video-img {
    width: 100%;
    height: auto;
}

.aminities-video::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.video-play-button p {
    color: #fff;
    font-family: 'mysecondfont-Medium';
}

.play-btn {
    position: relative;
    width: 80px;
    height: 80px;
    background: #ffffffbf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 4;
    color: var(--main-color);
    font-size: 30px;
    margin: 0 auto 40px;
}

object.youtube-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.play-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
          z-index: -1;
}

.play-btn::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border1 1500ms ease-out infinite;
          animation: pulse-border1 1500ms ease-out infinite;
          z-index: -1;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
    
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}
    
@keyframes pulse-border1 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}

button.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--main-color);
    opacity: 1;
    border-radius: 50px;
    z-index: 2;
}

button.btn-close:hover {
    opacity: 1;
    color: #fff;
}

button.btn-close:focus {
    box-shadow: none;
}

/* Video CSS Start */

/* Plans CSS Start */

.plan-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #aa7f5c64, transparent);
    opacity: 0.5;
}

.plan-sec .bg-img img {
    mix-blend-mode: multiply;
}

.plan-tab {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.plan-tab button {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'mysecondfont-Medium';
    color: #000;
    padding: 8px 15px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    border-radius: 5px;
}

.plan-tab button.active {
    background: var(--main-color);
    color: #fff;
}

.plan-tab button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 3px;
    background: #fff;
}

.plan-box img {
    width: 100%;
    height: auto;
    border: 8px solid #D9D9D9;
    margin-bottom: 30px;
    cursor: pointer;
}

.blur-img {
    filter: blur(5px);
}

.plan-box h3 {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #000;
    text-transform: capitalize;
    text-align: center;
}

.plan-slider .swiper-button-prev, .plan-slider .swiper-button-next {
    background: var(--main-color);
    color: #fff;
}

.site-img-box {
    position: relative;
}

.site-img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #08103959;
}

.site-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Plans CSS End */

/* Testimonial Video CSS Start */

.testi-video-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #aa7f5c64, transparent);
    opacity: 0.5;
}

.testi-video-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, #aa7f5c64, transparent);
    opacity: 0.5;
}

.testi-video-box {
    position: relative;
}

.testi-video-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.testi-video-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background: linear-gradient(0deg, #000000a6, transparent 40%);
    border: 1px solid #fff;
    border-radius: 5px;
}

.video-play {
    position: absolute;
    right: 50px;
    bottom: 45px;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--main-color);
    border-radius: 50px;
}

.video-play::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.video-play::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffffbf;
    border-radius: 50%;
    -webkit-animation: pulse-border1 1500ms ease-out infinite;
    animation: pulse-border1 1500ms ease-out infinite;
    z-index: -1;
}

/* .testi-video-con {
    padding: 60px 40px;
    background: linear-gradient(270deg, #ffffff73, #fff0);
} */

.swiper-pagination {
    bottom: 0 !important;
    top: auto !important;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50px;
    background: var(--main-color);
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
}

.testi-video-slider {
    padding-bottom: 40px;
}

/* Testimonial Video CSS End */

/* Enquery CSS Start */

.enquiry-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #aa7f5c64, transparent);
    opacity: 0.5;
}

.form-control {
    background: #fff0;
    border: none;
    outline: none;
    border-bottom: 1px solid #C4936C;
    border-radius: 0;
    color: #000;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
}

textarea.form-control {
    min-height: 120px;
}

.form-control::placeholder, .form-control option {
    color: var(--main-dark-color);
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
    background: #fff0;
    border-color: #C4936C;
}

.form-select {
    appearance: auto !important;
    --bs-form-select-bg-img: none !important;
}

.form-check input {
    width: 15px;
    height: 15px;
    border: 1px solid #C4936C;
    --bs-form-check-bg: transparent !important;
    border-radius: 0 !important;
}

.form-check input:checked {
    background-color: #C4936C;
    border-color: #C4936C;
}

.form-check input:focus {
    box-shadow: none;
    border-color: #C8AE7B;
}

/* .form-btn .main-btn {
    margin-left: auto;
} */

.form-btn .main-btn {
    width: 100%;
}

.enquery-head {
    margin-bottom: 50px;
}

.form-check label {
    font-size: 14px;
    color: #656565;
}

.enquiry-con {
    padding: 50px 0;
}

/* Enquery CSS End */

/* Foundation CSS Start */

.foundation-con {
    padding-bottom: 80px;
}

.foundation-txt p {
    width: 75%;
}

.foundation-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    width: 80%;
    margin-left: auto;
    text-align: center;
}

.foundation-box:not(:last-child) {
    margin-bottom: 30px;
}

.foundation-box .counter-num {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.foundation-box .counter-num .count {
    font-family: 'myfirstfont-Regular';
    font-size: 52px;
    line-height: 62px;
}

.foundation-box .counter-num .count-txt {
    font-size: 18px;
    font-family: 'myfirstfont-Bold';
}

/* Foundation CSS End */

/* Award CSS Start */

.award-sec {
    background: #fff;
}

.award-head {
    margin-bottom: 80px;
}

.award-box {
    text-align: center;
}

.award-box img {
    margin-bottom: 10px;
}

.award-box p {
    font-family: 'mysecondfont-Medium';
}

.award-box span {
    font-size: 16px;
    line-height: 26px;
}

.award-slider {
    padding-bottom: 50px;
}

.award-slider .swiper-pagination {
    bottom: 0;
}

.award-slider .swiper-pagination .swiper-pagination-bullet {
    background: #FFBC86;
}

.award-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #C7834D;
}

.award-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12%;
}

/* Award CSS End */

/* Price CSS Start */

.price-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #aa7f5c99, transparent);
    opacity: 0.8;
}

.world-txt.price-box {
    padding: 25px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #f4fbff73;
}

/* Price CSS End */


/* Responsive Css Start */

@media (max-width: 1600px) {

    .banner-form {
        padding: 30px;
    }

    .overview-txt p {
        width: 80%;
    }

    .experience-side-con {
        padding: 55px 25px;
    }

    .foundation-txt p {
        width: 90%;
    }

    .aminities-box {
        padding: 20px;
    }

    .experience-box {
        padding: 15px;
    }

    .experience-box h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .world-txt {
        padding: 30px 50px;
    }

}

@media (max-width: 1440px) {

    .form-control {
        font-size: 17px;
    }

    .experience-box h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .experience-main-con {
        padding: 45px;
    }

    .banner-form-txt {
        margin-top: 20px;
    }

    .overview-txt p {
        width: 90%;
    }

    .banner-form-section {
        padding: 120px 0;
    }

}

@media (max-width: 1399px) {

    .banner-form-section {
        padding: 100px 0;
    }

    .form-control {
        font-size: 16px;
    }

    .overview-row, .enquiry-con {
        padding: 0px 0;
    }

    /* .testi-video-con {
        padding: 40px 30px;
    } */

    .foundation-box {
        width: 90%;
    }

    .overview-box h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .gallery-box h3, .plan-box h3, .world-txt h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .award-box span {
        font-size: 14px;
        line-height: 24px;
    }

    .gallery-shape {
        top: -7%;
    }

    .plan-tab button {
        font-size: 17px;
        line-height: 27px;
    }

    .foundation-box .counter-num .count {
        font-size: 42px;
        line-height: 52px;
    }

    .overview-box {
        width: 130px;
        height: 150px;
        margin-top: -33px;
    }

    .world-txt {
        padding: 30px 30px;
    }
    
    .bnr-btm {
        padding: 25px;
        width: 500px;
    }
    
    .bnr-btm h2 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .bnr-btm h3 {
        font-size: 36px;
        line-height: 46px;
    }

}

@media (max-width: 1199px) {

    .overview-box h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .experience-side-con {
        padding: 25px 25px;
    }

    .overview-box {
        padding: 20px 0;
    }

    .experience-main-con {
        padding: 35px;
    }

    .plan-tab button {
        font-size: 16px;
        line-height: 26px;
        padding: 6px 12px;
    }

    .aminities-top-con {
        margin-bottom: 30px;
    }

    .foundation-con {
        padding-bottom: 60px;
    }

    .banner-form-section {
        padding: 65px 0;
    }

    .aminity-popup h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .world-txt {
        padding: 15px 15px;
    }
    
    .bnr-btm {
        padding: 20px;
        width: 450px;
    }
    
    .bnr-btm h2 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .bnr-btm h3 {
        font-size: 32px;
        line-height: 42px;
    }

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    
    /*.banner-section .bnr-bg {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }*/

    .banner-form-txt, .overview-txt, .foundation-txt {
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .overview-txt {
        margin-bottom: 80px;
    }

    .experience-pointer::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(180deg, #aa7f5c64, transparent);
        opacity: 0.5;
    }

    .experience-side-con {
        padding: 0;
        background: #fff0;
    }

    .plan-tab {
        margin-bottom: 20px;
        justify-content: start;
    }

    .foundation-side-con {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .foundation-box {
        width: 47%;
        margin: 0 !important;
    }

    .overview-txt p {
        width: 100%;
    }

    .foundation-txt p {
        width: 100%;
    }
    
    .bnr-btm {
        padding: 15px;
        width: 400px;
    }
    
    .bnr-btm h2 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .bnr-btm h3 {
        font-size: 28px;
        line-height: 38px;
    }

}

@media (max-width: 767px) {
    
    .bnr-content {
        top: 30%;
    }
    
    /*.banner-section .bnr-bg {
        height: 450px;
    }*/

    .form-control {
        font-size: 14px;
    }

    .experience-box h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .foundation-box .counter-num .count {
        font-size: 32px;
        line-height: 42px;
    }

    .experience-main-con {
        padding: 15px;
    }

    .gallery-box h3, .plan-box h3, .world-txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .foundation-con {
        padding-bottom: 50px;
    }

    .banner-form-section {
        padding: 55px 0;
    }

    .world-img {
        width: 100%;
        height: auto;
    }

    .world-txt {
        width: 100%;
        height: 100%;
        padding: 30px 30px;
    }

    .world-img img {
        height: auto;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .foundation-box {
        padding: 20px;
    }

    .world-col:nth-child(2) .world-txt, .world-col:nth-child(3) .world-txt {
        background: #fff;
    }

    .banner-form {
        padding: 20px;
        border-radius: 5px;
    }

    .plan-slider .swiper-button-prev, .plan-slider .swiper-button-next {
        top: 45%;
        transform: translateY(-50%);
    }

    .aminity-popup h4 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .gallery-slider {
        padding-bottom: 50px;
    }

}

@media (max-width: 575px) {
    
    .banner-section .bnr-bg {
        height: auto;
    }
    
    .overview-box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .overview-box p {
        font-size: 11px;
        line-height: 13px;
    }

    .banner-section .bnr-bg {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .experience-main-con {
        padding: 0;
        background: #fff0;
    }

    /* .testi-video-con {
        padding: 30px 10px;
    } */

    .play-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .play-btn::before, .play-btn::after {
        width: 50px;
        height: 50px;
    }

    .bnr-content {
        top: 30%;
    }

    .plan-tab button {
        font-size: 14px;
        line-height: 24px;
        padding: 4px 10px;
    }

    .plan-tab {
        justify-content: center;
    }

    .gallery-box h3, .plan-box h3, .world-txt h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-form-txt h2 br, .aminities-top br {
        display: none;
    }

    .overview-box {
        width: 110px;
        height: 130px;
        margin-top: -27px;
    }
    
    .experience-content {
        top: 20%;
    }

    .experience-content h2 {
        text-shadow: 0px 0px 30px #ffffff;
    }

    .award-box {
        padding: 20px;
        background: #fff;
        border-radius: 5px;
    }

    .banner-form {
        padding: 15px;
    }

    .aminities-box {
        padding: 10px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 22px;
        height: 22px;
        font-size: 14px;
        top: 40%;
    }

    .video-play {
        width: 24px;
        height: 24px;
        font-size: 12px;
        right: 20px;
        bottom: 20px;
    }

    .video-play::after, .video-play::before {
        width: 24px;
        height: 24px;
    }

    .world-txt {
        padding: 25px;
    }

    .world-slider {
        margin: 0 -15px;
    }
    
    .world-txt.price-box {
        padding: 15px;
    }
    
    .bnr-btm {
        padding: 10px;
        width: 100%;
    }
    
    .bnr-btm h2 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .bnr-btm h3 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .bnr-btm-p {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    
    .aminities-box p {
        min-height: 40px;
        line-height: 18px;
    }

}