*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    background-color: #fff !important;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif;
}

:root {
    --primary-color: #cbab57;
    --secondary-color: #000;
    color: #fff !important;
}

a:hover{
    text-decoration: none;
}

/* NAVBAR */


.navbar {
    /* background-color: rgba(0, 0, 0, 0.541); */
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.527) 100%);
    z-index: 9977 !important;
    padding: 30px 0px !important;
}

.main-header {
    width: 100%;
    padding: 10px 0px !important;
    transition: all .5s;
}

.navbar-toggler i {
    color: #fff;
}

.navbar-light .navbar-toggler {
    border-color: #fff !important;
}

.navbar-brand {
    color: #eee;
    font-weight: 500;
    font-size: 30px !important;
    padding-top: 0px !important;
}

.navbar-brand img {
    width: 100px;
    transition: all .5s !important;
}

.nav-link { 
    color: #fff !important;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    transition: all .5s ease-in-out !important
    ;
}

.nav-link:hover {
    color: var(--Primary-color) !important;
}

.nav-link:hover.header-call i {
    background-color: var(--Primary-color);
    color: #fff;
}

.active-nav {
    background-color: rgba(0, 0, 0, 0.852);
    border-bottom: 0.2px solid var(--Primary-color);
    z-index: 9999;
}
  

.navbar-nav {
    margin-left: auto;
}

.nav-item {
    margin: auto;
}

.header-call {
    font-size: 13px;
}

.header-call i {
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 5px;
    transition: all .5s ease-in-out;
}

.header-enquiry {
    color: #fff !important;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 12px;
    padding: 14px 20px;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    background: linear-gradient(transparent, transparent 50%, var(--Primary-color) 50%, var(--Primary-color));
    background-size: 100% 200%;
    transition: all 0.5s !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.header-enquiry:hover {
    color: #fff !important;
    background-position: 100% 100%;
    transition: all 0.5s !important;
    border: 1px solid var(--Primary-color);
}

 /* HOME BANNER */

 .swiper {
    height: 90vh;
 }

 .slide-banner img {
    width: 100%;
    height: 100%;
 }

 .home-banner{
    background-image: linear-gradient(#0000003c, #0000003c), url('../images/g2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    top: 0px;
}

.bn-layer {
    background-color: rgba(0,0,0,.3);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90vh;
    z-index: 97;
}

.home-banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 99;
}

.home-banner-text h1{
    color: #fff;
    font-size: 68px;
    font-weight: 700;
}

.home-banner-text h1 span {
    font-weight: 300;
}

.home-banner-text h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    background-color: var(--primary-color);
    display: inline-block;
    padding: 5px 20px;
}


.btn1{
    border: 2px solid var(--primary-color);
    padding: 6px 20px;
    font-size: 20px;
    color: #fff;
    transition: 0.5s all ease;
}

.btn1:hover{
    color: #fff; 
    background-color: var(--primary-color);
}

.btn2{
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 20px;
    color: #000 !important;
    transition: 0.8s all ease;
    font-weight: 500;
    background-color: var(--primary-color);
    box-shadow: 0px 0px 15px -2px var(--primary-color);
}

.btn2:hover{
    background-color: transparent;
}

.mid-col {
    text-align: center;
}

.mid-col h2 {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-color);
}

.mid-col p {
    font-size: 18px;
    font-weight: 400;
    color: #8a8a8a;
    margin-bottom: 0px;
}

.side-cols {
    text-align: center;
}

.side-cols h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
}

.side-cols p {
    font-size: 18px;
    font-weight: 600;
    color: #bababa;
    margin-bottom: 0px;
}


/* home- about */

.about-bg {
    background-image: url('../images/about-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.about-layer {
    background-color: rgba(255,255,255,.7);
}

.gaping{
    padding: 100px 40px ;
}

.heading{
    align-self: center;
}

.heading h2 span{
    font-size: 48px !important;
    /* font-family: 'Cormorant Garamond', serif; */
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 800;
}

.heading h2{
    font-size: 62px;
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
}

.heading p{
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 20px 0px;
    color: #777;
    line-height: 28px;
}

.heading a{
    font-size: 16px;
    color: #000;
}


.sub-heading{
    align-self: center;
}

.sub-heading h2 span{
    /* font-family: 'Cormorant Garamond', serif; */
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
}

.sub-heading h2{
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
}

.sub-heading p{
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 20px 0px;
    color: #777;
    line-height: 36px;
}

.sub-heading a{
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.home-about-img1{
    position: absolute;
    width: 30%;
    right: 10%;
    top: 0px;

}

.home-about-img2{
    width: 80%;
}

/*  Home menu */

.home-menu-main{
    position: relative;
}

.home-menu{
    height: 80vh;
    overflow: hidden;
}

.home-menu-bg{
    background-image: url('../images/banner-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home-menu img{
    width: 100%;
    height: 100%;
}

.home-menu-top{
    background-color: #fff;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

/* home type */


.hg-bg {
    background-image: url('../images/highlight-section-img.png');
    background-size: contain;
    background-color: #2c3d55;
    background-repeat: no-repeat;
    background-position: right;
}

.hg-box {
    padding: 20px;
    margin-top: 60px;
    position: relative;
}

.hg-box h3  {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.hg-box h2 {
    color: #ffffff37;
    font-weight: 900;
    position: absolute;
    font-size: 74px;
    top: -35px;
}

/* Price List */

.price-list {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}

.price-list th {
    border: 1px solid #ccc;
    padding: 10px;
    color: #323232;
}

.price-list td {
    border: 1px solid #ccc;
    padding: 10px;
    color: #444;
    font-size: 14px;
}

.home-type{
    padding: 50px !important;
}

.home-type img{
    border: 3px solid #fff;
    outline: 1px solid #ccc;
    border-radius: 50%;
    padding:  0px;
    width: 200px !important;
    height: 200px;
}

.home-type-top{
    margin-top: -200px;
}

.home-type a{
    font-size: 16px;
    color: #444444;
    /* font-family: 'Cormorant Garamond', serif; */
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

/*  Home Reservation */

.home-reservation{
    background-image: linear-gradient(#0000007f, #0000007f), url(./images/home-reservation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home-form input{
    font-size: 16px;
    border-radius: 0px;
    padding: 25px 10px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

input[type="time"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-calendar-picker-indicator{
    filter: invert(100%);
}

.home-form input::placeholder {
    color: #fff !important;
    opacity: 1; 
  }
  

.form-control:focus {
    box-shadow: unset !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: unset;
}


.amenities {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 15px -15px var(--primary-color);
    transition: all .7s;
    display: inline-flex;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
}

.amenities:hover {
    box-shadow: 0px 0px 25px -15px var(--Primary-color);
    cursor:default;
    background-color: var(--primary-color);
}

.amenities i {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--primary-color);
    margin: auto 0;
    transition: all .5s ease-in-out;
}

.amenities h5 {
    font-size: 16px;
    font-weight: 600;
    margin: auto 0;
    padding-left: 15px;
    transition: all .5s ease-in-out;
    color: #323232;
}

.amenities p {
    font-size: 14px;
    font-weight: 500;
    color: #696969;
}

.amenities:hover i, .amenities:hover h5 {
    color: #fff;
}

/* Gallery */

.img-box {
    height: 250px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    z-index: 90;
    border-radius: 10px;
}

.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    /* background-color: #121B22;    */
    opacity: 0.2;
    z-index: 99;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .img-box img {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.55s;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.hover-effect img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.hover-effect:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* Floor Plan */

.floor-plan {
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0px 0px 15px -15px;
    transition: all .7s;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
}

.floor-plan:hover {
    box-shadow: 0px 0px 25px -15px var(--Primary-color);
    cursor:default;
    background-color: #fff;
}

.floor-plan img {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.floor-plan h5 {
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: auto 0;
    padding-left: 15px;
    margin-bottom: 5px;
}

.floor-plan p {
    font-size: 14px;
    font-weight: 500;
    color: #696969;
}

.floor-plan a {
    background-color: var(--primary-color);
    
    box-shadow: 0px 0px 15px -2px var(--primary-color);
    padding: 10px;
    width: 100%;
    display: block;
    color: #000;
    border: 2px solid #000;
    transition: all .5s;
    font-weight: 500;
}

.floor-plan a:hover {
    background-color: transparent;
}



.am-cntnt h2 {
    font-size: 42px;
    margin-bottom: 40px;   
}

.am-cntnt  ul {
    list-style: none;
    padding-left: 0 ;
}


.am-cntnt  li {
    position: relative;
    padding: 20px 0px;
}

.am-cntnt  li p{
    font-size: 20px;
    color: #575757;
    padding: 15px 0px 0px 0px;
    font-weight: 500;
}

.am-cntnt {
    height: 100%;
}

.am-cntnt img {
    width: 100%;
    height: 100%;
}


.amenities span {
    font-size: 42px;
    color: #e7e7e7;
    position: absolute;
    top: -15px;
    right: 0;
    font-weight: 700;
}

.connectivity span {
    font-size: 42px;
    color: #e7e7e7;
    position: absolute;
    top: -15px;
    left: 0;
    font-weight: 700;
}



/* Contact Form */


.contact-form {
    padding: 25px 0px;
    text-align: center;
}

.con-cntnt h2 {
    font-size: 42px;
    margin-bottom: 10px;   
}

.con-cntnt p {
    font-size: 14px;
    color: #575757;
    line-height: 1.9;
    text-align: justify;
}

.contact-form form {
    
}

.contact-form form label{
    width: 100%;
}


.contact-form form input{
    width: 100%;
    padding: 8px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.contact-form form button{
    width: 100%;
    padding: 8px;
    border: 2px solid #666;
    background-color: var(--primary-color);
    color: #000;
    transition: all .5s;
    margin-top: 10px;
    font-weight: 500;
    box-shadow: 0px 0px 15px -2px var(--primary-color);
}

.contact-form form button:hover {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}


.con-info {
    padding-top: 25px;
}

.con-info a {
    display: block;
    color: unset;
    position: relative;
    padding: 25px 0px 40px 0px;
    transition: all.5s;
}

.con-info i {
    font-size: 28px;
    color: #555;
    position: absolute;
    top: -10px;
    left: 0;
    font-weight: 700;
    transition: all.5s;
}

.con-info span {
    font-size: 16px;
    color: #575757;
    line-height: 1.9;
    text-align: justify;
    font-weight: 500;
    transition: all.5s;
}

.con-info a:hover i {
    color: var(--primary-color);
    top: -15px;
}

.con-info a:hover span {
    color: #000;
    padding-left: 10px;
}


.modal-img img {
    width: 100%;
  }



  .fixed-footer {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 7777;
  }
  
  .cta-box {
    width: 100%;
    text-align: center;
  }
  
  .cta-box a {
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff !important;
    margin: auto;
  }
  
  .cta-box a i {
    font-size: 20px;
  }
  
  .cta-1 a {
    background-color: #25D366;
    width: 50px;
    height: 44px;
    transition: all .5s;
  }
  
  .cta-1 a:hover {
    -webkit-filter: drop-shadow(3px 3px 20px rgba(0, 240, 80, 0.7));
    filter: drop-shadow(3px 3px 20px rgba(0, 240, 80, 0.7));
  }
  
  
  .cta-2 a{
    background-color: var(--primary-color);
    color: #fff;
    transition: all .5s;
  }
  
  .cta-2 a:hover {
    -webkit-filter: drop-shadow(3px 3px 20px rgba(240, 84, 0, 0.7));
    filter: drop-shadow(3px 3px 20px rgba(240, 84, 0, 0.7));
  }
  
  .cta-2 a i {
    margin-right: 8px;
  }
  
  .cta-3 a {
    background-color: #34B7F1;
    width: 50px;
    height: 44px;
    transition: all .5s;
  }
  
  .cta-3 a:hover {
    -webkit-filter: drop-shadow(3px 3px 20px rgba(0, 212, 240, 0.7));
    filter: drop-shadow(3px 3px 20px rgba(0, 212, 240, 0.7));
  }

  .privacy-policy {
    color: var(--primary-color);
    font-weight: 700;
}

.privacy-policy:hover {
    color: var(--primary-color);
}


@media only screen and (max-width: 600px) {


    .navbar {
        padding: 10px 30px !important;
    }

    .home-banner-text h1 {
        font-size: 36px;
    }

    .home-banner-text h3 {
        font-size: 14px;
    }

    .side-cols {
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

    .mid-col {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .mid-col h2 {
        font-size: 28px;
    }

    .mid-col p {
        font-size: 14px;
        font-weight: 600;
        color: #bababa;
        margin-bottom: 0px;
    }

    .side-col p {
        font-size: 14px;
    }

    .heading h2 {
        font-size: 36px;
    }

    .heading h2 span {
        font-size: 36px !important;
    }

    .home-about-img1 {
        display: none;
    }

    .home-about-img2 {
        width: 100%;
    }

    .home-menu {
        height: 50vh;
    }

    .home-menu-top {
        width: 94%;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(3%, -50%);
    }
    

    .gaping {
        padding: 50px 10px;
    }

    .home-type-top {
        margin-top: 0px;
    }

    .home-type {
        padding: 20px 20px;
    }

    .amenities h5 {
        font-size: 14px;
    }

    .am-cntnt li p {
        font-size: 14px;
    }

    .get-in-touch {
        text-align: center;
    }

    .hg-bg {
        background-image: none;
    }

    .hg-box {
        padding: 20px;
        margin-top: 60px;
        position: relative;
    }
    
    .hg-box h3  {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
    
    .hg-box h2 {
        color: #ffffff37;
        font-weight: 900;
        position: absolute;
        font-size: 58px;
        top: -25px;
    }

    .sub-heading h2 {
        font-size: 36px;
    }

    .hg-box h2 {
        position: unset;
    }

    .swiper {
        height: 50vh;
    }

    .slide-banner img {
        height: 50vh;
    }

    .bn-layer {
        height: 50vh;
    }

}


@media only screen and (min-width: 601px) and (max-width: 1200px ) {


    .navbar {
        padding: 10px 30px !important;
    }

    .home-banner-text h1 {
        font-size: 48px;
    }

    .home-banner-text h3 {
        font-size: 16px;
    }

    .side-cols {
        margin-bottom: 30px;
    }

    .mid-col h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .mid-col p {
        font-size: 14px;
        font-weight: 600;
        color: #bababa;
        margin-bottom: 0px;
    }

    .side-col p {
        font-size: 14px;
    }

    .heading h2 {
        font-size: 36px;
    }

    .heading h2 span {
        font-size: 36px !important;
    }

    .home-about-img1 {
        display: none;
    }

    .home-about-img2 {
        width: 100%;
    }

    .home-menu {
        height: 50vh;
    }

    .home-menu-top {
        width: 94%;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(3%, -50%);
    }
    

    .gaping {
        padding: 50px 10px;
    }

    .home-type img {
        width: 100px !important;
        height: 100px;
    }

    .home-type-top {
        margin-top: 00px;
    }

    .home-type {
        padding: 50px 50px;
    }

    .home-type a {
        font-size: 12px;
    }

    .amenities h5 {
        font-size: 14px;
    }

    .am-cntnt li p {
        font-size: 14px;
    }

    .get-in-touch {
        text-align: center;
    }

    
    .hg-box {
        padding: 20px;
        margin-top: 60px;
        position: relative;
    }
    
    .hg-box h3  {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
    
    .hg-box h2 {
        color: #ffffff37;
        font-weight: 900;
        position: absolute;
        font-size: 58px;
        top: -25px;
    }

    .sub-heading h2 {
        font-size: 36px;
    }   

}