@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Rethink Sans", sans-serif;
    /* font-family: "DM Sans", sans-serif; */
    /* font-family: "Google Sans Flex", sans-serif; */
    /* font-family: "Hanken Grotesk", sans-serif; */
    /* font-family: "Marcellus", serif; */
    /* font-family: "Geist", sans-serif; */
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow-x: clip;
}

/* banner section-start  */
.logo-div{
    background: url(../images/b2.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.banner{
    margin-top: 0%;
}
.part-logo{
    width: 130px;
    /* filter: grayscale(100) invert(1); */
}
.call-btn a{
    display:flex;
    align-items:center;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    background-color: #003366;
    height:50px;
    width:50px;
    padding-left:45px;
    border-radius:50px;
    overflow:hidden;
    white-space:nowrap;
    transition:all 0.4s ease;
}
.nav-menu.call{
    padding-block: 10px;
}
.number-call a{
    background-image:url(../images/call-btn.png);
    background-repeat:no-repeat;
    background-size: 33px;
    background-position: 10px 10px;
}

.call-btn a:hover{
    width:220px;
    border-radius:30px;
}
.p-0{
    padding: 0px;
}
/* banner section-start  */

.section-title h5{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.section-title h2{
    font-family: "DM Sans", sans-serif;
    color: #003366;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
.section-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 80px;
    border-radius: 10px 10px;
    background-color: #f36f20;
}
.section-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #f36f20;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer{
    padding-top: 30px;
    background: linear-gradient(45deg, #19407d, #001b44);
}
.footer-bottom p{
    color: #ffff;
    font-size: 15px;
}
.footer-bottom ul li{
    color: #ffff;
    font-size: 15px;
}
.footer-bottom ul{
    padding-bottom: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.copy-text{
    border-top: 1px solid #ffff;
    padding-block: 15px;
}
.copy-text a{
    color: #ffff;
    text-decoration: none;
}
.copy-text p{
    margin-bottom: 0px;
    color: #ffff;
}
.footer-btn{
    z-index: 99;
    width: 100%;
    position: fixed;
    bottom: -1px;
    overflow: hidden;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.35);
}
.footer-btn a{
    width: 50%;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(45deg, #19407d, #184488);
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #ffff;
}
.footer-btn a:first-child {
    border-right: 2px solid #ffffff;
}
.error{
    color:red;
}
.grecaptcha-badge{
    display: none;
}
.logo-img{
    width: 100%;
    background: #ffe02e;
}
.banner img{
    width: 100vw;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 15px 30px;
}
.blink {
    animation: blinker 2s linear infinite;
    color: #ffff;
    font-weight: 800;
    font-size: 23px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.nav-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    /* padding-right: 40px; */
    padding-block: 15px;
    list-style-type: none;
}
.nav-menu li a{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: none;
    color: #000;
}
.modal-close{
    border: none;
    background: linear-gradient(45deg, #19407d, #1363df);
    padding: 4px 10px;
    color: #ffff;
    font-size: 26px;
    line-height: 25px;
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}
.form-modal h4{
    color: #000;
}
.form-modal #contactform_modal .form-control{
    border: 1px solid #000;
    color: #000;
}
.form-modal #contactform_modal .form-group{
    margin-bottom: 30px;
}
.form-modal #contactform_modal .submit-btn{
    font-weight: 700;
    color: #ffff;
    padding-inline: 35px;
    padding-block: 8px;
    background: linear-gradient(45deg, #19407d, #1363df);
    cursor: pointer;
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 0px;
}
.form-modal .form-group .form-control::placeholder{
    color: #000;
}
#formmodal .modal-dialog{
    max-width: 550px;
}
#formmodal .form-modal{
    padding-block: 40px;
    padding-inline: 20px;
}
.nav-position {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff5c;
    backdrop-filter: blur(15px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 15px 50px;
}
.whatsapp-icon {
    position: fixed;
    bottom: 25px;
    right: 20px;
    height: 50px;
    width: 50px;
    z-index: 1000;
}
.colorbtn{
    background-color: #19407d;
    font-weight: 600;   
    color: #ffff;
    padding-inline: 25px;
    border-radius: 8px;
    margin-right: 10px;
}
.locatsection{
    background: url(../images/map-bg.jpg) no-repeat center;
    background-size: cover;
}
.over-title h3{
    font-weight: 600;
    font-size: 31px;
}
.overview{
    /* background: #f6f6f6; */
    position: relative;
}
.overview::before{
    content: "";
    width: 612px;
    height: 230px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    right: 0%;
    background: url(../images/place-shape-1.png) no-repeat;
}
.overview::after{
    content: "";
    width: 293px;
    height: 180px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0%;
    background: url(../images/place-shape-2.png) no-repeat;
}
p{
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.1px;
}
.py-70{
    padding-block: 70px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #003366;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(50);
}
.tp-btn-orange {
    background-color: #ee7128;
    color: #ffffff;
}
.tp-btn {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 0 27px;
    padding-right: 21px;
    line-height: 1;
    border-radius: 10px 52px 52px 10px;
    width: fit-content;
    height: 52px;
    text-decoration: none;
}
.tp-btn-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffff;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    border-radius: 50px;
    margin-left: 27px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tp-btn-orange .tp-btn-icon svg {
    color: #000000;
}
.tp-btn-icon svg {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tp-btn:hover {
    padding: 8px 8px 8px 25px;
    font-weight: 700;
}
.tp-btn-orange:hover {
    color: #ffffff;
}
.tp-btn:hover .tp-btn-icon {
    width: 36px;
    height: 36px;
    margin-left: 15px;
}
.tp-btn:hover .tp-btn-icon svg {
    opacity: 1;
    visibility: visible;
}
.over-img{
    width: 95%;
}
.indoor-gallery{
    background: #b07e501a;
}
.tab-nav-wrap{
    border-bottom: 1px solid #00000014;
    width: 77%;
    margin: 0px auto;
}
.tab-nav-indoor {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab-nav-indoor li {
    position: relative;
}
.tab-nav-indoor li button.active {
    color: #1c1a17;
    font-weight: 500;
}
.tab-nav-indoor li button:hover::after {
    width: 60%;
}
.tab-nav-indoor li button:hover {
    color: #1c1a17;
}
.tab-nav-indoor li button {
    font-size: 16px;
    font-weight: 400;
    color: #8a8278;
    background: none;
    border: none;
    padding: 20px 35px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: color 0.25s ease;
    position: relative;
    white-space: nowrap;
}
.tab-nav-indoor li button::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s ease;
}
.tab-nav-indoor li button.active::after {
    width: 100%;
}
.tab-pane-custom.active {
    display: block;
    /* grid-template-columns: 450px 1fr;
    gap: 0;
    align-items: center; */
    opacity: 1;
    /* transform: translateY(0); */
}
.tab-pane-custom {
    display: none;
    opacity: 0;
    margin-top: 50px;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
  .room-img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #ddd;
}
.room-info {
    padding-inline: 50px;
}
.room-eyebrow {
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b89a6a;
    font-weight: 500;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.room-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 600;
    color: #1c1a17;
    line-height: 1.1;
    margin-bottom: 20px;
}
.indoor-img{
    border-radius: 20px;
}
.floorplan-table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.floorplan-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 18px;
    font-size: 13.5px;
    font-weight: 400;
    color: #000;
    transition: background 0.2s;
}
.floorplan-row:nth-child(odd) {
    background: #f7f3ee;
}
.floorplan-row:nth-child(even) {
    background: #ede8e0;
}
.floor-image img{
    width: 95%;
}
#floorplan-slider .owl-nav {
    display: none;
}
#floorplan-slider .owl-dots button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    border: 0px;
    margin-inline: 3px;
    transition: background 0.2s;
}
#floorplan-slider .owl-dots .owl-dot.active {
    background: #b89a6a;
}
.owl-dots{
    margin: 0 auto;
    width: fit-content;
}
.amenities-item-two {
    position: relative;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 25px;
}
.amenities-thumb {
    position: relative;
    z-index: 1;
}
.amenities-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1a1a1ac4 100%);
    pointer-events: none;
}
.amenities-thumb img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.amenities-content-two {
    position: absolute;
    left: 32px;
    bottom: 32px;
    right: 32px;
    z-index: 1;
}
.amenities-content-two .title {
    margin-bottom: 16px;
    font-size: 28px;
    color: #ffff;
    text-transform: uppercase;
    transform: translateY(100px);
    transition: all 0.6s ease;
}

.amenities-item-two:hover .title {
    transform: translateY(0); 
}
.amenities-content-two a{
    text-decoration: none;
    color: #ffff;
}
.amenities-content-two p {
    margin-bottom: 24px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px); /* start little down */
    visibility: hidden;
    transition: all 0.9s ease; /* smooth speed */
}

.amenities-item-two:hover p {
    opacity: 1;
    transform: translateY(0); /* move up */
    visibility: visible;
}
.link-btn {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #bd9a68 !important;
}
.ame-subtit{
    font-size: 32px;
}
.amenities-sticky{
    position: sticky;
    top: 110px;
    padding-right: 40px;
}
.stickyform-btn button{
    background: #ee7128;
    padding: 10px 30px;
    margin: auto;
    color: #ffffff;
    height: 44px;
    border-radius: 7px 7px 0 0;
    font-size: 20px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}
.stickyform-btn{
    position: fixed;
    top: 45%;
    right: -66px;
}
.highlight-list{
    display: flex;
    align-items: center;
    border: 2px solid #f3f3f3;
    justify-content: space-between;
    border-radius: 8px;
    padding: 10px 20px;
    gap: 10px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.high-points{
    width: 528px;
}
.high-points p{
    margin-bottom: 0px;
    font-size: 16px;
}
.high-points h4{
    margin: 0px;
    font-size: 22px;
}
.high-icon{
    font-size: 20px;
    background: #003366;
    padding: 10px 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
}
.mt-30{
    margin-top: 30px;
}
.highlights{
    background: #b07e501a;
}



  @media (min-width:1200px) and (max-width: 1450px){
    .call-btn a {
        padding: 10px 10px;
        padding-left: 40px;
        font-size: 14px;
    }
    .part-logo{
        width: 90px;
    }
    .nav-menu li a {
        font-size: 13px;
    }
    .nav-menu {
        padding-right: 0px;
    }
    .submit-btn{
        margin-block: 10px;
    }
    .highlight-list{
        min-height: 110px;
    }
}

@media (max-width:798px){
    .whatsapp-icon {
        bottom: 60px;
    }
    .banner img{
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: right;
    }
    .footer {
        padding-block: 15px;
        background: linear-gradient(45deg, #19407d, #1363df);
        margin-bottom: 45px;
    }
    .footer-bottom p {
        color: #ffff;
        font-size: 12px;
        line-height: 25px;
    }
    .logo-div{
        background: url(../images/b2.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        width: auto;
        height: 530px;
    }
    .logo-img{
        position: fixed;
        width: 100%;
        z-index: 1000;
        background: #ffe02e;
    }
    .footer-bottom ul li {
        color: #ffff;
        font-size: 12px;
    }
    .room-info {
        padding-inline: 0px;
    }
    .tab-nav-indoor {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }
    .tab-nav-wrap {
        width: 100%;
    }
    .tab-nav-indoor li button {
        width: 100%;
    }
    .room-info{
        margin-bottom: 30px;
    }
    .amenities-sticky {
        position: relative;
        top: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .amenities-thumb img {
        height: 400px;
    }
    .tab-nav-indoor li button {
        padding: 20px 25px;
    }
    .high-points h4 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .high-points p{
        line-height: 25px;
    }
    .highlight-list{
        min-height: 155px;
        margin-top: 30px;
    }
    .over-img{
        margin-bottom: 30px;
        width: 100%;
    }
    .over-title h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .py-70 {
        padding-block: 50px;
    }
    .stickyform-btn {
        display: none;
        /* right: 33px; */
    }
    .location-accordion{
        overflow-x: clip;
    }
    .p-0{
        padding-inline: 15px;
    }
    table tbody tr td{
        padding-inline: 0px !important;
    }
}