@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri.woff2') format('woff2'),
        url('./fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('./fonts/Calibri-Bold.woff2') format('woff2'),
        url('./fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fasthin';
    src: url('./fonts/Fasthin-Regular.woff2') format('woff2'),
        url('./fonts/Fasthin-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/Gotham-Bold.woff2') format('woff2'),
        url('./fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    max-width: 1920px;
    margin: auto;
    color: #000;
}
.info {
    padding: 60px 0;
}
.info-fw-light{
    font-weight: 100 !important;
    color: #000 !important;
}
.info-fw-semibold {
    font-weight: 500 !important;
}
h2{
    font-family: 'Gotham';
    font-weight: bold;
}
.info-style{
    font-family: 'Fasthin';
}
.bg-brand {
    background: #0062ad !important;
}
.bg-brand-light {
    background: #eaeaea !important;
}

.text-brand{
    color: #0062ad !important;
}
.text-brand-light{
    color: #383838 !important;
}
.btn-brand{
    background: #0062ad;
    color: #fff;
    font-weight: 500;
    border: 1px solid #0062ad;
    transition: 0.3s ease-in-out;
}
.btn-brand:hover{
    background: #fff;
    color: #0062ad;
    border: 1px solid #0062ad;
}
.navbar-brand {
    max-width: 150px;
    width: 100%;
}
.navbar-nav li{
    font-size: 1rem;
}
.navbar-nav li:not(:last-child){
    margin-right: 30px;
}
.navbar-nav li a{
    color: #7f7f7f;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
}
.navbar-nav li a:hover{
    color: #0062ad;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0062ad;
}
.navbar-nav .btn-brand:hover{
    background-color: #aec937;
    border-color: #aec937;
}
#mainHeader {
    --nav-height: 0px; /* will be updated via JS */
}
.btn-brand-outline{
    background: #fff !important;
    font-weight: 500;
    color: #0062ad !important;
    border: 1px solid #0062ad;
    transition: 0.3s ease-in-out;
}
.btn-brand-outline:hover{
    background: #0062ad !important;
    color: #fff !important;
    border: 1px solid #0062ad;
}
.dropdown .btn{
    width: fit-content;
    margin: auto;
}

/* .about-bg{
    position: relative;
}
.about-bg::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #0062ad;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
} */
.info-header-line, .info-header-line-right{
    position: relative;
}
.info-header-line::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100px;
    background: #0062ad;
    left: 0;
    bottom: 0;
}
.info-header-line-right::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #0062ad;
    top: 0;
    bottom: 0;
    right: 0;
}

.bg-brand .info-header-line::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100px;
    background: #ffffff !important;
    left: 0;
    bottom: 0;
}

.about-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.info-about-content{
    padding: 50px 0px;
}

.amenities-slide{
    position: relative;
    border-radius: 30px;
    /* margin-right: 20px; */
}
.amenities-text{
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.table-bordered>:not(caption)>*>*{
    font-weight: 500;
    font-size: 14px;
    font-weight: 600;
    font-size: 0.675rem;
    padding: 0.3rem !important;
    background: #ffffff;
    border-color: #0062ad !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #0062ad !important;
}
tr th:first-child, tr td:first-child{
    background: #0062ad;
    color: #fff;
}

.nav-pills .nav-link{
    color: #cecece;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0;
    transition: 0.3s all ease-in;
    width: 100%;
    text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #ffffff;
    color: #0062ad;
    transform: scale(1.4);
}
.nav-pills .nav-link:hover{
    color: #0062ad;
}
/* .nav .nav-item{
    width: 100%;
} */
.nav li{
    position: relative;
}
.nav li:not(:last-child){
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
}
.info-nav-pills {
    position: absolute;
    left: 14%;
    top: 0;
}
.info-line{
    position: relative;
}
.info-line::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #0062ad;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.info-map{
    position: relative;
    right: -20px;
}
.info-map-grid{
    width: -webkit-fill-available;
}

.info-bg-grid .info-icon-card{
    padding: 15px;
}

.info-about-bg{
    background: url('../img/about-rvc-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    height: 100%;
    position: relative;
}
.info-about-bg::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.info-logo{
    display: flex;
    justify-content: end;

    position: absolute;
    right: 0;
    top: 0;
}

.bird-bottom{
    position: absolute;
    right: 5%;
    bottom: -70px;
}
.info-go-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    background: #0062ad;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 99999;
}

.info-element-left{
    position: absolute;
    bottom: 60px;
    left: -25px;
    transform: rotate(270deg);
    z-index: 9999;
    color: #fff;
    font-size: 0.575rem;
}
.info-logo-element{
    background: #fff;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -150px;
    margin: auto;
    z-index: 999;
}
.info-logo-element img{
    width: 180px;
}


.slick-nav .amenities-left-arrow{
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0062ad;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.slick-nav .amenities-right-arrow{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0062ad;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}











.info-contact-bg::after{
    background: url('../img/footer-img.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-contact-form{
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px 50px;
}
.info-form .form-control {
    color: #000 !important;
    background-color: #ffffff00;
    border: 1px solid #548eb2;
    border-radius: 8px;
}
.info-form .form-label{
    font-weight: 600;
}

.info-footer-bg{
    background: #fff;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px;
}

.info-quick-links li{
    line-height: 1.5;

}
.info-quick-links li a{
    color: #000;
    text-decoration: none;
}
.info-quick-links li a:hover{
    color: #548eb2;
}
.info-quick-links li:not(:last-child){
    margin-bottom: 5px;
}
.info-rera-img {
    position: relative;
    padding-left: 35px;
    text-wrap: balance;
}
.info-rera-img::after {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  background: url("../img/rera-logo.png");
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ex-small{
    font-size: 0.675em !important;
}
.info-policy-links {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}
hr {
    margin: 0;
    opacity: 0.8;
    border-color: #7ca5bf;
}
.info-ex-small{
    font-size: 0.575rem !important;
}
.text-wrap-element{
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.text-wrap-element-left{
    position: absolute;
    bottom: 10px;
    left: 5%;
}
.text-wrap-element-right{
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: rotate(270deg);
    z-index: 9999;
}
.info-call-btn{
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
}


@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
    .navbar-nav li a , .dropdown-toggle{
        font-size: 0.8rem;
        cursor: pointer;
    }
    .nav-pills .nav-link{
        font-size: 1.2rem;
    }
    .nav li:not(:last-child) {
        margin-bottom: 0;
    }
    .info-about-bg .info-content{
        margin-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .navbar-nav li:not(:last-child) {
        margin-right: 0;
    }
    .about-img{
        position: relative !important;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    .bg-brand .info-header-line::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100px;
        background: #ffffff !important;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .info-header-line-right::after{
        position: absolute;
        content: '';
        height: 1px;
        width: 100px;
        background: #0062ad;
        left: 0;
        bottom: 0;
        top: inherit;
    }
    .info-nav-pills{
        position: relative;
        left: 0;
        top: 0;
    }
    .info-bg-grid .info-icon-card {
        padding: 8px;
    }
    .nav.flex-column{
        flex-direction: row !important;
    }
    .nav-pills .nav-link{
        font-size: 0.765rem;
        transform: scale(1);
        background: #ffffff;
        color: #cecece;
        border: 1px solid #cecece;
        border-radius: 0;
        padding: 5px 10px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        transform: scale(1);
        background: #0062ad;
        color: #fff;
        border-radius: 0;
        padding: 5px 10px;
    }
    .info-nav-pills li:not(:last-child){
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .bird-bottom {
        position: absolute;
        right: 0;
        bottom: -35px;
        width: 80px;
    }
}
@media (max-width: 767px) {
    .info {
        padding: 30px 15px;
    }
    .navbar-brand {
        width: 110px;
    }
    .navbar-nav li{
        font-size: 0.8rem;
    }
    .info-about-content{
        padding: 30px 20px;
    }

    .info-footer-bg .info-start {
        text-align: center !important;
    }
    .info-policy-links {
		flex-direction: column;
	}
    .info-contact-form{
        padding: 20px;
    }
    .info-map{
        position: relative;
        right: initial;
    }
    .info-logo{
        display: flex;
        justify-content: center;
        position: relative;
        right: 0;
        top: 0;
    }
    .info-logo img{
        width: 300px;
    }
    .amenities-img{
        position: absolute;
        right: 0;
        top: 0;
        width: 30%;
    }
    .info-go-top {
        right: 20px;
        bottom: 20px;
    }
}
@media (max-width: 575px) {
    .amenities-slide{
        position: relative;
        border-radius: 20px;
        /* margin-right: 10px; */
    }
    .amenities-text {
        position: absolute;
        right: 0;
        bottom: 20px;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .amenities-text h4{
        font-size: 1rem;
    }
    .info-map-grid{
        height: 400px;
        width: -webkit-fill-available;
    }
    .amenities-img {
        position: absolute;
        right: 0;
        top: 25px;
        width: 40%;
    }
    .info-qr-code .qr-code{
        width: 80px;
    }
    .info-qr-code a{
        font-size: 10px;
    }
}

.enquire-btn {
    position: fixed;
    right: -62px;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: auto;
    background: #069547;
    color: #fff !important;
    border: 1px solid #069547 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 9px 15px;
    transform: rotate(270deg);
    border-radius: 10px 10px 0 0;
    z-index: 999;
    letter-spacing: 3px;
    margin-top: auto;
    margin-bottom: auto;
}





.iti__selected-flag {
    height: 36px !important;
  }
  .iti {
    width: 100%;
  }
  .intl-tel-input .selected-flag {
    height: auto;
    top: 15px;
    padding: 0;
    width: 36px;
  }
  .iti__selected-flag {
    height: 36px;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: .9rem;
  }
  .parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .parsley-errors-list li {
    font-size: .8rem;
    color: #e10d0d;
  }
  .parsley-required {
    color: #e10d0d;
  }





/* LightsBox CSS Start Here */
.lightboxpreview {
    transition: all .3s linear;
    padding-top:60%;
    cursor:pointer;
    background-size:cover;
}
   
.lightbox-content {
    max-height:75svh;
    height:75svh;
}

.lightbox-close { 
    cursor:pointer;
    margin-left: auto;
    position:absolute;
    right:-30px;
    top:-30px;
    color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {
    transform:scale(0);
    opacity:0;
}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{
    transition:all .4s ease-in-out;
}
.lightbox_img_wrap {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
/* .lightbox-enabled:hover {
    transform:scale(1.1)
} */
.lightbox-enabled {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    object-fit:cover;
    cursor:zoom-in;
}

.lightbox-container {
    width:100svw;
    height:100svh;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(0,0,0,.6);
    z-index:9999;
    opacity:0;
    pointer-events:none;
}

.lightbox-container.active {
    opacity:1;
    pointer-events:all;
}
.lightbox-image-wrapper {
    display:flex;
    transform:scale(0);
    align-items:center;
    justify-content:center;
    max-width:100vw;
    max-height:100vh;
    position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
    color:white;
    z-index:9999999;
    cursor:pointer; 
    position:absolute;
    font-size: 20px;
}

.left {
    left:50px;
}
.right {
    right:50px;
}
#close {
    top: 20px;
    right: 40px;
}

/* .lightbox-image {
    width:100%;
    max-height:95vh;
    object-fit:cover;
} */
.lightbox-image {
    width: 100%;
    object-fit: contain;
    height: 100vh;
}

@keyframes slideleft {
  33% {
    transform:translateX(-300px);
    opacity:0;
  }
  66% {
    transform:translateX(300px);
    opacity:0;
  }
}

.slideleft {
    animation-name: slideleft;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}
@keyframes slideright {
  33% {
        transform:translateX(300px);
        opacity:0;
    }
  66% {
        transform:translateX(-300px);
        opacity:0;
    }
}


.slideright{
    animation-name: slideright;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}

.lightbox-btn{
    background-color: #000;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
#close{
    background-color: #ffffff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.lightbox-btn:hover{
    background-color: #E31E24;
}
@media (max-width: 767px) {
    .lightbox-btn{
        background-color: #E31E24;
    }
    #close {
        top: 15px;
        right: 15px;
    }
    .lightbox-btn {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .right {
        right: 25px;
    }
    .left {
        left: 25px;
    }
}
/* LightsBox CSS End Here */


/* SLICK CSS */
.slick-dots {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #c9c9c9;
    text-indent: -999999px;
}
.slick-dots li.slick-active button {
    background-color: #66bc46;
}