@font-face {
    font-family: 'BrandonRegular';
    src: url('./font/Brandon_reg.otf');
}

@font-face {
    font-family: 'BrandonBold';
    src: url('./font/Brandon_med.otf');
}

@font-face {
    font-family: 'RubikRegular';
    src: url('./font/Rubik-Regular.ttf');
}


html {
    scroll-behavior: smooth
}

img {
    width: 100%;
    height: 100%;
    position: relative;
}

.atristic-text {
    font-size: 10px;
    color: #fff;
    font-family: 'BrandonRegular';
    z-index: 1;
}

.collated-lp{
    background-color: #f2f2f2 !important;
}

.modal-dialog{
    max-width: 60% !important;
    width: 60% !important;
    margin: auto !important;
    top: 5% !important;
}
.video-iframe{
    height: 400px;
}

.desk{
    display: initial;
}
.mobile{
    display: none;
}

@media screen and (max-width: 768px) {
    .modal-dialog{
        width: 80% !important;
        max-width: 80% !important;
        margin: auto !important;
        top: 5% !important;
    }
    
}

@media screen and (max-width: 567px) {
    .modal-dialog{
        width: 90% !important;
        max-width: 90% !important;
        margin: auto !important;
        top: 10% !important;
    }

    .video-iframe{
        height: 300px;
    }

    .desk{
        display: none;
    }

    .mobile{
        display: initial;
    }
}


/* ********************************************* NAV SECTION ************************ */
.collated-nav-section {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    background: #fff;
    padding: 10px 2%;
}

.collated-logo-left {
    height: 80px;
    width: 150px;
    float: left;
}

.collated-logo-right {
    height: 60px;
    padding-top: 15px;
    padding-right: 20px;
    /* width: 150px; */
    float: right;
    /* display: flex; */
}

/* ********************************************* NAV SECTION ************************ */

/* ********************************************* BANNER SECTION ************************ */
.banner-atristic-text {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.collated-banner-section {
    position: relative;
    margin-top: 100px;
}

.collated-banner-img {
    height: 90vh;
    position: relative;
    filter: brightness(0.7)
}

.banner-slider{
    height: calc(100vh - 100px);
}

.banner-slider img{
    object-fit: cover;
}

.collated-banner-content {
    position: absolute;
    padding: 25px 3%;
    width: 100%;
    z-index: 1;
    bottom: 2%;
}

.collated-banner-content-text h1 {
    font-size: 40px;
    font-family: 'BrandonRegular';
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.collated-banner-content-text p {
    font-size: 17px;
    font-family: 'BrandonRegular';
    color: #fff;
    text-transform: uppercase;
    /* text-shadow: 3px 5px 3px rgba(256, 256, 256, 0.5);
    letter-spacing: 2px; */
}

.collated-banner-btn {
    margin-top: 25px;
}

.banner-btn {
    height: 44px;
    border-radius: 22px;
    padding: 8px 20px;
    color: #9A7140;
    background-color: #fff;
    font-size: 18px;
    font-family: 'DMSans';
    margin-top: 15px;
}

.banner-artistic-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
}



@media screen and (max-width: 768px) {
    .collated-banner-img {
        height: 60vh;
        position: relative;
    }

    .banner-slider{
        height: calc(60vh - 100px);
    }

    .collated-banner-content-text h1 {
        font-size: 36px;
    }

    .collated-logo-left {
        height: 80px;
        /* width: 40% */
    }

    /* .collated-logo-right {
        width: 240px;
    } */

    .collated-banner-content-text {
        margin-top: 40%;
    }
}

@media screen and (max-width: 567px) {
    .collated-banner-content-text h1 {
        font-size: 20px;
    }
    .collated-banner-content-text p{
        font-size: 16px;
    }
    .collated-logo-left {
        width: 35%;
    }
    .collated-logo-right {
        width: 55%;
    }

}

/* ********************************************* BANNER SECTION ************************ */

/* ********************************************* ABOUT SECTION ************************ */
.collated-about-section {
    padding: 25px 0px;
}

.collated-about {
    padding: 25px 10%;
}

.collated-about-head {
    text-align: center;
}

.collated-about-head h2 {
    font-size: 26px;
    font-family: 'BrandonRegular';
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.collated-about-body {}

.collated-about-body p {
    font-size: 18px;
    font-family: 'BrandonRegular';
    color: #4e5152;
    text-align: center;
    position: relative;
}

.collated-about-item {
    position: relative;
    margin-top: 25px;
}

.collated-about-item-card {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 8px;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 140px;
}

.collated-about-item-card h4 {
    font-size: 16px;
    font-family: 'BrandonRegular';
    color: #000;
    font-weight: bold;
}

.collated-about-item-card h3 {
    font-size: 18px;
    font-family: 'BrandonRegular';
    font-weight: bold;
    color: #257a88;
    text-transform: uppercase;
}

.collated-about-item-card p {
    font-size: 16px;
    font-family: 'BrandonRegular';
    color: #4e5152;
}

@media screen and (max-width: 768px) {
    .collated-about {
        padding: 25px 5%;
    }
    /* .collated-about-item-card{
        height: auto;
    } */
}
@media screen and (max-width: 567px) {
    .collated-about-head h2 {
        font-size: 22px;
    }
}

/* ********************************************* ABOUT SECTION ************************ */

/* ********************************************* SERVICES SECTION ************************ */
.collated-services-section {
    padding: 25px 0px;
    
}

.collated-services {
    padding: 25px 10%;
}

.collated-services-content {
    width: 100%;
    padding: 0px 5%;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.collated-services-content h2 {
    font-size: 26px;
    color: #000;
    font-family: 'BrandonRegular';
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}
.collated-services-content h4 {
    font-size: 22px;
    color: #000;
    font-family: 'BrandonRegular';
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.collated-services-content-feature-list {}

.collated-feature-list {
    padding-left: 20px;
    margin-top: 15px;
}

.collated-feature-list li {
    margin-top: 5px;
    font-size: 17px;
    color: #4e5152;
    font-family: 'BrandonRegular';
}

.service-btn-div {
    margin-top: 25px;
}

.services-btn {
    height: 44px;
    padding: 0px 20px;
    font-size: 16px;
    color: #257a88;
    font-weight: bold;
    font-family: 'BrandonRegular';
    border: 1px solid #257a88;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
}

.about-artistic-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.collated-services-content p {
    font-size: 18px;
    color: #4e5152;
    font-family: 'BrandonRegular';
}

.about-btn {
    height: 40px;
    background-color: transparent;
    font-family: 'BrandonRegular';
    letter-spacing: 1px;
    padding: 8px 30px;
    border: 2px solid #9A7140;
    border-radius: 0px;
    color: #9A7140;
    font-family: 'DMSans';
    font-weight: bold;
}

.services-text{
    font-size: 12px;
    color: #000;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .collated-services {
        padding: 25px 5%;
    }
    .collated-services-content{
        top: 60%;
    }
}

@media screen and (max-width: 567px) {
    .collated-services-content h2 {
        font-size: 22px;
    }
}

/* ********************************************* SERVICES SECTION ************************ */

/* ********************************************* SERVICES1 SECTION ************************ */
.collated-services1{
    display: flex;
}
.collated-services1-part1{
    width: 25%;
    background-color: #756e6a;
    margin-right: 5px;
}
.collated-services1-part1-text{
    width: fit-content;
    margin-left: 40%;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}
.collated-services1-part1-text h4{
    font-size: 26px;
    color: #fff;
    font-family: 'BrandonBold';
    font-weight: bold;
    text-transform: uppercase;
}
.collated-services1-part2{
    width: 75%;
    margin-bottom: 100px;
}
.collated-services1-part2-head{
    margin: 10px auto;
    width: fit-content;
}
.services1-btn{
    height: 44px;
    background-color: transparent;
    color: #4e5152;
    font-size: 14px;
    font-weight: bold;
    font-family: 'RubikRegular';
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0px 5px;
}
.services1-btn:hover, .services1-btn.active{
    background-color: #257a88;
    color: #fff;
}
.collated-services1-part2-body{
    display: none;
}
.collated-services1-part2-body.active{
    display: block;
}
@media screen and (max-width: 768px) {
    .collated-services1{
        display: initial;
    }
    .collated-services1-part1{
        width: 100%;
      
    }
    .collated-services1-part1-text{
        padding: 25px 0px;
        width: 100%;
        text-align: center;
        margin: 0px;
        top: 0;
        transform: none;
    }
    .collated-services1-part2{
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .services1-btn{
        height: 36px;
        font-size: 12px;
    }
    .collated-services1-part2-body-img{
        display: none;
    }
}
/* ********************************************* SERVICES1 SECTION ************************ */



/* ********************************************* AMENITIES SECTION ************************ */
.collated-amenities-section {
    
    position: relative;
}

.collated-amenities {
    padding: 50px 5%;
}

.collated-amenities-head {
    text-align: center;
}

.collated-amenities-head h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-amenities-head h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #4e5152;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-amenities-item {
    margin-top: 40px;
    display: flex;
}

.collated-amenities-item-img {
    height: 60px;
    width: 60px;
}

.collated-amenities-item-text {
    width: fit-content;
}

.collated-amenities-item-text p {
    font-size: 16px;
    color: #4e5152;
    font-family: 'BrandonRegular';
    margin-left: 20px;
    margin-top: 10px;
}

.enquire-btn {
    height: 44px;
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: 'BrandonRegular';
    background-color: #257a88;
    text-transform: uppercase;
    position: fixed;
    right: 0px;
    top: 50%;
    transform: rotate(90deg) translateX(50%);
    transform-origin: top right;
    border-radius: 0px 0px 5px 5px;
    z-index: 9;
}

.enquire-btn-text {
    /* rotate: -90deg; */
}

.amenities-artistic-text {
    position: absolute;
    bottom: 80px;
    right: 20px;
}

@media screen and (max-width: 768px) {
    .collated-amenities-head h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 567px) {
    .enquire-btn {
        height: 24px;
        font-size: 11px;
    }
    .collated-amenities-head h2 {
        font-size: 22px;
    }
    .collated-amenities {
        padding: 25px 5%;
    }
}


/* ********************************************* AMENITIES SECTION ************************ */

/* ********************************************* TESTIMONIAL SECTION ************************ */
.collated-testimonial-section {
    
}

.collated-testimonial {
    padding: 25px 5%;
}

.collated-testimonial-head {
    text-align: center;
    margin: 25px 0px;
}

.collated-testimonial-head h2 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-testimonial-body {
    margin-top: 25px;
}

.collated-testimonial-item {
    /* margin-top: 25px; */
}

.collated-testimonial-item-btn {
    margin-top: 10px;
    width: 100%;
}

.play-btn-div{
    z-index: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.play-btn{
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    padding: 15px;
}
.play-btn i{
    color: #fff;
}

.testimonial-btn {
    height: 44px;
    padding: 0px 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    font-family: 'BrandonRegular';
    background-color: #257a88;
    text-transform: uppercase;
    border-radius: 0px;
    width: 100%;
}

.collated-testimonial-item-video{
    cursor: pointer;
    position: relative;
}
/* .video-slider{
    margin-top: 25px;
} */

@media screen and (max-width: 567px) {
    .collated-testimonial-head h2 {
        font-size: 22px;
    }
    .collated-testimonial-body {
        margin-top: 0px;
    }
}

/* ********************************************* TESTIMONIAL SECTION ************************ */


/* ********************************************* GALLERY SECTION ************************ */
.collated-gallery-section {
    
}

.collated-gallery {
    padding: 25px 5%;
}

.collated-gallery-head {
    text-align: center;
}

.collated-gallery-head h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-gallery-head h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #257a88;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-gallery-list {
    margin-top: 25px;
}

.collated-gallery-item {
    margin-top: 25px;
    position: relative;
    cursor: pointer;
}

.collated-gallery-item-img {
    height: 350px;
}

.collated-gallery-item-img img{
    object-fit: cover;
}

.collated-gallery-item-text {
    /* height: 40px; */
    position: absolute;
    bottom: 0px;
    /* background-color: rgb(37, 122, 136, 0.6); */
    text-align: center;
    padding: 5px 20px;
    width: 100%;
    cursor: pointer;
}

.collated-gallery-item-text span {
    font-size: 16px;
    color: #000;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}




.gallery-artistic-text {
    position: absolute;
    bottom: 30px;
    right: 40px;
}

@media screen and (max-width: 768px) {
    .gallery-slide-text h2 {
        font-size: 28px;
    }

    .gallery-slide-img-bg {
        height: 220px;
    }
}
@media screen and (max-width: 567px) {
    .collated-gallery-item-img {
        height: 300px;
    }
    .collated-gallery-head h2 {
        font-size: 22px;
    }
}

/* ********************************************* GALLERY SECTION ************************ */

/* ********************************************* LAYOUT SECTION ************************ */
.collated-layout-section {
    
}

.collated-layout {
    padding: 25px 5%;
}

.collated-layout-content {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.collated-layout-content h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-layout-content p {
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    font-family: 'BrandonRegular';
}

.collated-layout-content ul {
    list-style: none;
    padding: 0px;
}

.collated-layout-content ul li {
    font-size: 16px;
    color: #000;
    font-family: 'BrandonRegular';
}



@media screen and (max-width: 768px) {
    .collated-layout-content{
        top: 60%;
    }
}
@media screen and (max-width: 567px) {
    .collated-layout-content h2 {
        font-size: 22px;
    }
}

/* ********************************************* LAYOUT SECTION ************************ */

/* ********************************************* PLAN SECTION ************************ */
.collated-plan-section {
    
}

.collated-plan {
    padding: 25px 5%;
}

.collated-plan-head {
    text-align: center;
}

.collated-plan-head h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-plan-body {
    margin-top: 50px;
}

.collated-plan-list {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.collated-plan-list ul {
    list-style: none;
    padding: 0px;
}

.collated-plan-list ul li {
    margin-bottom: 25px;
    width: 100%;
}

.plan-btn {
    height: 44px;
    padding: 0px 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    border: 1px solid #000;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    width: 100%;
}

.plan-btn.active,
.plan-btn:hover {
    background-color: #257a88;
    color: #fff;
    border: none;
}

.collated-plan-list h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.collated-plan-img {
    padding-left: 15%;
}

#planLightBox img{
    display: none;
}

@media screen and (max-width: 768px) {
    .collated-plan-img {
        padding-left: 0%;
    }
    .collated-plan-list ul{
        display: flex;
        overflow-x: auto;

    }
    .collated-plan-list ul li{
        width: 33%;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .collated-plan-list2{
        justify-content: center;
    }
}

@media screen and (max-width: 567px) {
    .collated-plan-list ul li{
        width: auto;
    }
    .collated-plan-head h2 {
        font-size: 22px;
    }
}

/* ********************************************* PLAN SECTION ************************ */

/* ********************************************* CONTACT SECTION ************************ */
.collated-contact-section {
    
}

.collated-contact {
    padding: 25px 5%;
}

.collated-contact-head {
    text-align: center;
}

.collated-contact-head h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    font-family: 'BrandonRegular';
    text-transform: uppercase;
}

.collated-contact-body {
    margin-top: 25px;
}

.collated-contact-form {}

.collated-contact-form h2 {
    font-size: 36px;
    color: #9A7140;
    font-family: 'BrandonRegular';
}

.contact-label {
    font-size: 18px;
    color: #4e5152;
    font-family: 'BrandonRegular';
}

.contact-input {
    background-color: #fff;
    border: 1px solid #4e5152;
    height: 40px;
    border-radius: 0px;
    width: 90%;
    color: #4e5152;
}

.contact-input-modal {
    width: 100%;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #9A7140;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: #9A7140;

}

input[type="radio"]:checked {
    /* border-color:green; */
}

.contact-radio {
    margin: 5px;
    cursor: pointer;
}

#countryCode,
#countryCodeModal {
    position: absolute;
    left: 14px;
    top: 38px;
    height: 40px;
    border-radius: 20px 0px 0px 20px;
    width: 110px;
    padding: 0px 5px;
    font-size: 12px;
}

.contact-form-btn-div {
    margin-top: 25px;
}

#mobile,
#mobileModal {
    padding-left: 120px;
}

.form-btn {
    height: 44px;
    border-radius: 0px;
    padding: 8px 20px;
    color: #257a88;
    background-color: #fff;
    font-size: 18px;
    font-family: 'BrandonRegular';
    width: 90%;
    border: 1px solid #257a88;
}

.loader-btn {
    display: none;
}

.loader-btn img {
    width: 25px;
}

.collated-contact-map {
    height: 100%;
    width: 100%;
    padding: 20px;
    /* position: relative;
    top: 50%;
    transform: translate(0%, -50%); */
}

.collated-contact-map-div{
    height: 450px;
}

.collated-contact-map iframe {
    height: 100%;
    width: 100%;
}

.collated-contact-map-location{
    display: flex;
    margin: 25px;
    margin-bottom: 0px;
}

.collated-contact-map-location i{
    margin-right: 25px;
    font-size: 50px;
    color: #257a88;
}

.collated-contact-map-location p{
    font-size: 18px;
    color: #4e5152;
    font-family: 'BrandonRegular';
}

.brochure-btn-div{
    width: 100%;
    text-align: center;
}

.brochure-btn{
    height: 44px;
    border-radius: 0px;
    padding: 8px 20px;
    color: #fff;
    background-color: #257a88;
    font-size: 18px;
    font-family: 'BrandonRegular';
    border: 1px solid #257a88;
}

@media screen and (max-width: 768px) {
    .collated-contact-form h2 {
        font-size: 28px;
    }

    .contact-input {
        width: 100%;
    }

    .form-btn{
        width: 100%;
    }
    .collated-contact-map{
        margin-top: 25px;
        padding: 0px;
    }
}
@media screen and (max-width: 768px) {
    .collated-contact-head h2 {
        font-size: 22px;
    }
}

/* ********************************************* CONTACT SECTION ************************ */

/* ********************************************* FOOTER SECTION ************************ */
.collated-footer-section {
    
}

.collated-footer {
    padding: 25px 5%;
}

.collated-footer-head {
    /* text-align: center; */
}

.collated-footer-head h2 {
    font-size: 16px;
    color: #9A7140;
    font-family: 'BrandonRegular';
}

.collated-footer-text {
    margin-top: 25px;
}

.collated-footer-text h3 {
    font-size: 16px;
    color: #4e5152;
    font-family: 'BrandonRegular';
    font-weight: bold;
    /* width: fit-content; */
    line-break: anywhere;
    text-align: center;
}

.collated-footer-text p {
    font-size: 16px;
    color: #4e5152;
    font-family: 'BrandonRegular';
}

.footer-links {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-top: 25px;
}

.footer-links li {
    margin-right: 15px;
}

.footer-links li a {
    font-size: 16px;
    color: #257a88;
    font-family: 'BrandonRegular';
    text-decoration: none;
}

.footer-logo {
    width: 200px;
    margin: auto;
}

.small-text{
    font-size: 12px !important;
}

@media screen and (max-width: 768px) {
    .collated-footer-head h2 {
        font-size: 16px;
    }

    .collated-footer-text h3 {
        font-size: 14px;
    }

    .collated-footer-text p {
        font-size: 14px;
    }
}

/* ********************************************* FOOTER SECTION ************************ */

/* ********************************************* POLICY SECTION ************************ */
.collated-policy-section {
    
}

.collated-policy {
    margin-top: 100px;
    padding: 25px 5%;
}

.collated-policy h3 {
    font-size: 26px;
    color: #4e5152;
    font-family: BrandonRegular;
    margin: 0;
}

.collated-policy p {
    font-size: 20px;
    color: #257a88;
    font-family: BrandonRegular;
    margin: 0;
}

/* ********************************************* POLICY SECTION ************************ */

/* ********************************************* THANKYOU SECTION ************************ */
.collated-thankyou-section {
    
    height: 100vh;
}

.collated-thankyou {
    margin-top: 100px;
    padding: 10% 5%;
    text-align: center;
}

.collated-thankyou p {
    font-size: 32px;
    color: #257a88;
    font-family: BrandonRegular;
    margin: 0;
}

/* ********************************************* THANKYOU SECTION ************************ */
/* *****************************************  MODAL SECTION *********************** */
.modal-content {
    background-color: rgb(245, 245, 245);
}

.close {
    position: absolute;
    right: 10px;
    font-size: 28px;
    z-index: 2;
    color: black;
}

/* *****************************************  MODAL SECTION *********************** */