body {
    font-family: 'Barlow', sans-serif !important;
}

h1,h2,h3,h4,h5,h5 {
    font-family: 'Gilda Display', serif;
    /* font-family: 'Great Vibes', cursive; */
}


:root {
    --Primary-color: #f4bc2e;
    --bg-black : #080808;
    --bg-grey : #f4f4f4;
    --bg-grey-text  : #575757;
    --bg-dark-text : #adadad;
  }
  

a {
    text-decoration: none !important;
}

.text-primary {
    color: #0b6730 !important;
}

.bg-primary {
    background-color: #0b6730 !important;
}

.bg-grey {
    background-color: var(--bg-grey) !important;
}


.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: 180px;
    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: var(--bg-black);
    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);
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--bg-black);
    border: 1px solid var(--bg-black);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
/* 
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  } */

  /* Banner */

  .banner-bg {
    background-color: var(--bg-black);
  }


  .banner-img {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%),url('https://www.indogroup.in/uploads/product/1643888255_4a478c48c42a2cb011c8.jpg');
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 0 70% 40% 0; */
    background-attachment: fixed;
    max-width: 100%;
  }

  .banner-cntnt {
    position: relative;
  }

  .banner-row{
    height: 100vh;
  }

  .banner-box {
    margin: auto 0 !important;
  }

  .banner-cntnt h3 {
    font-family: 'Great Vibes', ;
    color: var(--Primary-color);
    font-size: 50px;
    font-weight:700;
    margin-bottom: 0px;
  }

  .banner-cntnt h1 {
    color: #f5f5f5;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 30px;
  }


  .banner-cntnt p {
    color: var(--bg-dark-text);
    font-size: 22px;
    margin-bottom: 20px;
  }
.banner-cntnt .price {
    font-size: 25px;
    color: #fff;
}
  .banner-cntnt a {
    display: inline-block;
    color: var(--bg-dark-text) !important;
    border: 1px solid #fff;
    border-bottom: 3px solid var(--bg-dark-text);
    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;
}

.banner-cntnt a:hover {
    color: #fff !important;
    background-position: 100% 100%;
    transition: all 0.5s !important;
    border: 1px solid var(--Primary-color);
}

.banner-bottom {
    background-color: var(--bg-black);
    text-align: center;
}

.bottom-bg-design{
    background: url('../images/design-top.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    padding: 100px 0px 150px 0px;
}

.bottom-circle-cntnt {
    padding: 0px 20px 100px 20px;
}

.bottom-circle-cntnt h3 {
    font-family: 'Great Vibes', ;
    color: var(--Primary-color);
    font-size: 50px;
    margin-bottom: 0px;
  }

.bottom-circle-cntnt h2 {
    color: #f5f5f5;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 48px;
}

.bottom-circle-cntnt p {
    color: var(--bg-dark-text);
    font-size: 16px;
    line-height: 1.8;
}

.bottom-circle-cntnt span {
    display: inline-flex;
    padding: 10px 50px;
    margin-bottom: 50px;
}

.bottom-circle-cntnt span img {
    margin-right: 10px;
}

.bottom-circle-cntnt span p {
   margin: auto;
}

.sp-center {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

/* Video */

.video-bg {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%),url('../images/video-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 10px;
}

.video-cntnt h3 {
    font-family: 'Great Vibes', ;
    color: var(--Primary-color);
    font-size: 50px;
    margin-bottom: 0px;
  }

.video-cntnt h2 {
    color: #fff;
    font-size: 40px;
}

.video-icon {
    text-align: center;
}

.video-icon a {
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 100%;
    padding: 0px;
    transition: all .5s ease-in-out;
}

.video-icon a:hover {
    border: 3px solid var(--Primary-color);
    display: inline-block;
    border-radius: 100%;
    padding: 5px;
}

.video-icon a i {
    color: #000;
    background-color: #F5CB61;
    padding: 50px;
    font-size: 24px;
    border-radius: 100%;
    transition: all .5s ease-in-out;
}

.video-icon a:hover i {
    background-color: var(--bg-grey);
    color: var(--Primary-color);
}

/* Section 1 */


.sec-one-img {
    height: 100%;
}

.sec-one-img img {
    width: 100%;
    height: 100%;
}

.sec-one-bg {
    background-color: var(--bg-black);
    padding: 0 !important;
}

.sec-one-cntnt {
    padding: 30px 30px;
}

.sec-one-cntnt h2 {
    color: #f5f5f5;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 26px;
}

.sec-one-cntnt ul {
    padding-left: 15px;
}

.sec-one-cntnt li {
    color: #9a9a9a;
    padding: 10px 10px;
    border-bottom: 1px solid #222;
    font-size: 14px;
}

.sec-one-cntnt li:nth-last-child(1) {
    border: none;
}

.sec-two-cntnt {
    text-align: center;
}

.sec-two-cntnt h2 {
    color: #090909;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sec-two-cntnt p {
    color: var(--bg-grey-text);
    margin-bottom: 50px;
}

/* Heading */

.heading {
    text-align: center;
    margin-bottom: 50px;
}

.heading h3 {
    font-family: 'Great Vibes', ;
    color: var(--Primary-color);
    font-size: 50px;
    margin-bottom: 0px;
  }

.heading h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.heading p {
    color: var(--bg-dark-text);
    font-size: 18px;
}

.specs-bg {
    background-color: #111111;
}

.specs {
    margin: unset;
}

.specs-img {
    width: 50%;
    float: left;
}

.specs-img img {
    width: 100%;
}

.specs-cntnt {
    width: 50%;
    float: left;
    text-align: left;
    padding: 40px;
}

.specs-cntnt h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 12px;
    display: inline-block;
    color: var(--Primary-color);
}

.specs-cntnt ul {
    padding-left: 15px;
}

.specs-cntnt li {
    color: var(--bg-dark-text);
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 500;
}

.swipe-btn {
    position: absolute;
    bottom: 0px;
    z-index: 9998;
    background-color: var(--Primary-color);
    padding: 18px 25px;
    margin: auto;
}

.swipe-btn i {
    font-size: 22px;
    color: #fff;
}

.swipe-left {
    left: 15px;
}

.swipe-right {
    right: 15px;
}

/* Common Area */

.cm-bg {
    background: url("../images/map-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.cm-box {
    background-color: var(--bg-black);
    padding: 20px 15px;
    text-align: left;
    margin-bottom: 16px;
    position: relative;
}

.cm-box img {
    width: 50px;
    margin-bottom: 15px;
}

.cm-cntnt {

}

.cm-cntnt h4 {
    color: #f5f5f5;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.cm-cntnt p {
    color: #9a9a9a;
    font-size: 14px;
}

.dotted-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    width: 98%;
}

.dotted-line img {
    width: 100%;
}



.d-brochure a {
    color: var(--bg-dark-text) !important;
    border: 1px solid var(--bg-dark-text);
    border-bottom: 3px solid var(--bg-dark-text);
    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;
}

.d-brochure {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

.d-brochure a:hover {
    color: #ffffff !important;
    background-position: 100% 100%;
    transition: all 0.5s !important;
    border: 1px solid var(--Primary-color);
}


/* Amenities */

.amenities-bg {
    background-color: var(--bg-black);
}

.amenities-design {
    background: url('../images/design.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

.am-border {
    border-bottom: 0.5px solid #333;
}

.amenities-cntnt {
    text-align: center;
}

.amenities-cntnt h2 {
    color: #f5f5f5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.amenities-cntnt h3 {
    font-family: 'Great Vibes', ;
    color: var(--Primary-color);
    font-size: 50px;
    margin-bottom: 0px;
  }

.amenities-cntnt p {
    color: var(--bg-dark-text);
    font-size: 16px;
    margin-bottom: 70px;
    padding: 0px 100px;
}

.amenities {
    text-align: center;
        padding-bottom: 20px;
}

.amenities img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    
}

.amenities p {
    font-size: 14px;
    color: #fff;
}

.am-line {
    margin-top: 50px;
    text-align: center;
}

.am-line p {
    color: var(--bg-dark-text);
    font-size: 16px;
    margin-bottom: 20px;
}

.am-line a {
    display: inline-block;
    color: var(--bg-dark-text) !important;
    border: 1px solid var(--bg-dark-text);
    border-bottom: 3px solid var(--bg-dark-text);
    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;
    margin-bottom: 40px;
}

.am-line a:hover {
    color: #080808 !important;
    background-position: 100% 100%;
    transition: all 0.5s !important;
    border: 1px solid var(--Primary-color);
}


.disclaimer-cntnt h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.disclaimer-cntnt h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.disclaimer-cntnt ul {
    padding-left: 15px;
}

.disclaimer-cntnt li {
    color: var(--bg-dark-text);
    margin-bottom: 10px;
    font-size: 14px;
} 

.footer-bg {
    background-color: #000;
    padding: 15px;
}

.footer-cntnt p 
{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.footer-cntnt p i {
    margin-right: 8px;
}

/* Location */

.location-bg {
    background-color: #111111;
}

.location-img {
    text-align: center;
    width: 100%;
    height: 100%;
}


.location-img img {
    width: 70%;
    position: relative;
    z-index: 100;
    padding: 6px;
    border: 2px solid var(--Primary-color);
}

.location-cntnt {
    padding: 30px;
}

.location-cntnt h3 {
    font-family: 'Great Vibes', cursive;
    color: var(--Primary-color);
    font-size: 50px;
    margin-bottom: 0px;
  }

.location-cntnt h2 {
    color: var(--bg-dark-text);
    margin-bottom: 10px;
}

.location-cntnt table {
    width: 100%;
    background-color: #111111;
}

.location-cntnt table tr {
    color: var(--bg-dark-text);
}

.location-cntnt table th {
    border: 1px solid #333;
    padding: 10px;
    color: var(--Primary-color);
}

.location-cntnt td {
    border: 1px solid #333;
    padding: 8px 10px;
}

.location-cntnt p, .lc-cntnt p {
    color: var(--bg-dark-text);
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.lc-cntnt a {
    display: inline-block;
    color: var(--bg-dark-text) !important;
    border: 1px solid var(--bg-dark-text);
    border-bottom: 3px solid var(--bg-dark-text);
    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;
}

.lc-cntnt a:hover {
    color: #fff !important;
    background-position: 100% 100%;
    transition: all 0.5s !important;
    border: 1px solid var(--Primary-color);
}

.slide-pd  {
    padding: 100px 0px;
}

.lc-box {
    background-color: var(--bg-black);
    display: block;
    padding: 50px 30px;
}

.lc-slide {
    text-align: left;
}

.lc-slide h4 {
    color: var(--Primary-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.lc-slide ul {
    padding-left: 15px;
}

.lc-slide li {
    color: var(--bg-dark-text);
    padding: 10px 10px;
    border-bottom: 1px solid #222;
    font-size: 14px;
}

.swipe-btn-one {
    position: absolute;
    bottom: 10px;
    z-index: 9998;
    background-color: #333;
    padding: 10px 20px;
    margin: auto;
}

.swipe-btn-one i {
    font-size: 16px;
    color: #fff;
}

.swipe-left-one {
    right: 65px;
}

.swipe-right-one {
    right: 10px;
}

.swiper-pagination {
    color: #999 !important;
    font-size: 14px;
}

.l-map {
    margin-top: 70px;
    position: relative;
    z-index: 100;
    background-color: rgba(0,0,0,.5);
    display: block;
}


.light-svg {
    position: absolute;
    width: 401px;
    height: 522px;
    top: -59%;
    left: calc(98% + 17px);
    z-index: 0;
    transform: translate(-50%, -50%);
}

.lc {
    position: relative;
}

.animate-svg {
    position: absolute;
    width: 364px;
    height: 765px;
    top: 45%;
    left: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.c-dashed-line-path-run {
    animation: c-dashed-line-path 1s alternate;
    fill: none;
    stroke-dasharray: 250;
    stroke-width: 10;
    animation-iteration-count: 1;
}

@keyframes c-dashed-line-path {
    from {
        stroke-dashoffset: 250;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Mid Banner */

.mid-banner {
    background: url('../images/mid-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.layer {
    background-color: rgba(0,0,0,.4);
    height: 70vh;
}


/* Slick */

.highlight-box {
    position: relative;
}

.highlights {
    text-align: center;
    height: 100%;
}

.highlights img {
    width: 100%;
    border: 1.5px solid var(--Primary-color);
    padding: 5px;
}

.highlights p {
    font-weight: 500;
    color: #fff;
    background: #000000;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--Primary-color);
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}

.highlights-list li {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px 20px;
}


/* Default slide */
.slick-slider .slick-slide{
    transition: all 0.4s ease-in-out;
    padding-bottom: 100px;
  }
  .slick-slider .slick-slide,
  .slick-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    /* transform: scale(0.8, 0.8); */
    transition: all 0.4s ease-in-out;
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
  .slick-slider .slick-center,
  .slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    /* transform: scale(1.1); */
    padding-top: 100px;
    padding-bottom: 0px;
    transition: all 0.4s ease-in-out;
  }
  .slick-slider .slick-current.slick-active{
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
  }

  .slick-arrow {
    position: absolute;
    bottom: -50px;
    z-index: 9998;
    background-color: transparent;
    padding: 8px 18px;
    margin: auto;
    border: 1px solid var(--bg-dark-text);
    border-radius: 100%;
    transition: all .5s ease-in-out;
  }

  .slick-arrow:hover {
    background-color: var(--Primary-color);
    color: #000;
    border: 1px solid var(--Primary-color);
  }
  
.next-arrow, .prev-arrow{
    z-index: 5;
  }
  .next-arrow{
    right: 46%;
  }
  .prev-arrow{
    left: 46%;
  }
  .next-arrow:before, .prev-arrow:before{
    color: #000;
    font-size: 18px;
  }

    .slick-arrow {
        font-size: 22px;
        color: var(--bg-dark-text);
    }

 
  .cara-bg {
    position: absolute;
    left: auto;
    right: auto;
    bottom: -320px;
    width: 95%;
    height: 500px;
}

.c-dashed-line-path-run-two {
    animation: c-dashed-line-path-two 1s alternate;
    fill: none;
    stroke-dasharray: 250;
    stroke-width: 10;
    animation-iteration-count: 1;
}

@keyframes c-dashed-line-path-two {
    from {
        stroke-dashoffset: 250;
    }

    to {
        stroke-dashoffset: 0;
    }
}




/* Modal */

.modal-hd {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .modal-heading {
    font-size: 18px;
    text-align: center;
    color: #eee;
  }
  
  .btn-close  {
    color: #fff !important;
    font-size: 24px;
  }
  
  .modal-logo {
    width: 100%;
    padding-bottom: 20px;
  }
  
  
  .modal-bg {
    background-color: #1b1b1b !important;
  }

  
.contact-form label {
    width: 100%;
  }
  
  .contact-form .input-filed{
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 25px;
    font-size: 17px;
    line-height: 20px;
    font-weight: inherit;
    color: #fff;
    background-color: rgba(255,255,255,.05);
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: text;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
  }
  
  .contact-form button {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      margin: 0;
      font-size: 13px;
      line-height: 2em;
      letter-spacing: .06em;
      font-weight: 500;
      text-transform: uppercase;
      border-radius: 0;
      outline: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      padding: 12px 20px;
      color: #fff;
      background-color: var(--Primary-color);
      border: 1px solid transparent;
      cursor: pointer;
      -webkit-transition: .5s cubic-bezier(.22,.61,.36,1);
      -o-transition: .5s cubic-bezier(.22,.61,.36,1);
      transition: .5s cubic-bezier(.22,.61,.36,1);
  }
  
  .contact-form button:hover {
    -webkit-filter: drop-shadow(3px 3px 5px rgba(255, 143, 83, 0.7));
    filter: drop-shadow(3px 3px 5px rgba(255, 143, 83, 0.7));
  }
  
  
.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: #000 !important;
    margin: auto;
  }
  
  .cta-box a i {
    font-size: 20px;
  }
  
  .cta-1 a {
    background-color: #13990a;
    width: 50px;
    height: 44px;
    transition: all .5s;
    color: #fff !important;
}
  
  .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));
  }

@media (max-width: 575px) {

    .navbar-brand img {
        width: 114px;
    }

    .banner-img {
        height: 100vh;
        background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 100%),url(../images/banner.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner-cntnt h3 {
        font-size: 30px;
    }

    .banner-cntnt h1 {
        margin-top: 0px;
        font-size: 40px;
    }

    .banner-cntnt p {
        font-size: 14px;
    }

    .bottom-bg-design {
        padding: 40px 10px;
    }

    .bottom-circle-cntnt {
        padding: 0px 0px 10px 0px;
    }

    .bottom-circle-cntnt h2 {
        font-size: 24px;
    }

    .bottom-circle-cntnt p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .bottom-circle-cntnt span p {
        margin: auto 0;
    }

    .bottom-circle-cntnt span img {
        margin-right: 20px;
    }

    .sp-center {
        border: none;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

    .bottom-circle-cntnt span {
        padding: 20px 10px;
        margin-bottom: 0px;
        width: 100%;
    }
    

    .video-bg {
        padding: 60px 10px;
        text-align: center;
        background-position: center;
        background-size: cover;
    }

    .video-cntnt h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }


    .video-cntnt h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .location-img img {
        width: 100%;
        margin-bottom: 50px;
    }

    .slide-pd {
        padding: 40px 0px;
    }

    .location-cntnt h3, .heading h3 {
        font-size: 40px;
    }

    .sec-one-cntnt h2 {
        font-size: 20px;
    }

    .sec-one-cntnt li {
        padding: 10px;
    }

    .sec-two-cntnt h2 {
        font-size: 20px;
    }

    .sec-two-cntnt p {
        font-size: 14px;
        text-align: justify;
    }

    /* Active center slide (You can change anything here for cenetr slide)*/
  .slick-slider .slick-center,
  .slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    /* transform: scale(1.1); */
    padding-top: 0px;
  }

  /* Default slide */
.slick-slider .slick-slide{
    transition: all 0.4s ease-in-out;
    padding-bottom: 0px;
  }

  .highlights {
    text-align: center;
}

.highlights p {
    font-size: 12px;
    padding: 15px;
}

.highlight-box, .light-svg, .animate-svg, .dotted-line {
    display: none;
}

.location-cntnt {
    padding: 0px;
}

.location-cntnt h2 {
    font-size: 20px;
}

.lc-cntnt a {
    margin-bottom: 30px;
}
.lc-box {
    padding: 15px;
}

.lc-slide h4 {
    font-size: 16px;
}

.lc-slide li {
    font-size: 12px;
}

.l-map {
    margin-top: 40px;
}

.l-map iframe {
    height: 200px;
}

.heading h2 {
    font-size: 20px;
}
.heading p {
    font-size: 14px;
}

.specs-img {
    width: 100%;
    float: unset;
}

.specs-cntnt {
    width: 100%;
    padding: 0px;
    float: unset;
}

.specs {
    display: block;
}

.specs-cntnt h4 {
    font-size: 14px;
    display: block;
    padding-top: 20px;
}

.specs-cntnt ul {
    padding: 10px 30px;
}

.specs-cntnt li {
    padding: 5px;
    font-size: 12px;
}

.swipe-btn i {
    font-size: 14px;
}

.swipe-btn {
    padding: 8px 20px;
}

.amenities-cntnt h2 {
    font-size: 20px;
}

.amenities-cntnt p {
    font-size: 14px;
    padding: 10px;
}

.amenities {
    margin-bottom: 30px;
}

.am-line {
    margin-top: 10px;
}

.disclaimer-cntnt h2 {
    font-size: 20px;
}

.disclaimer-cntnt h6 {
    font-size: 18px;
}

.header-enquiry, .header-call {
   display: none !important;
}

}

@media (min-width: 576px) and (max-width: 767px) {

    .navbar-brand img {
        width: 100px;
    }

  
    .banner-img {
        height: 100vh;
        background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 100%),url(../images/banner.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner-cntnt h3 {
        font-size: 30px;
    }

    .banner-cntnt h1 {
        margin-top: 0px;
        font-size: 40px;
    }

    .banner-cntnt p {
        font-size: 14px;
    }

    .bottom-bg-design {
        padding: 40px 10px;
    }

    .bottom-circle-cntnt {
        padding: 0px 0px 10px 0px;
    }

    
    .video-bg {
        padding: 60px 10px;
        text-align: center;
    }

    .video-cntnt h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }


    .video-cntnt h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .location-img img {
        width: 100%;
        margin-bottom: 50px;
    }

    .slide-pd {
        padding: 40px 0px;
    }

    .location-cntnt h3, .heading h3 {
        font-size: 40px;
    }


    .bottom-circle-cntnt h2 {
        font-size: 24px;
    }

    .bottom-circle-cntnt p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .bottom-circle-cntnt span p {
        margin: auto 0;
    }

    .bottom-circle-cntnt span img {
        margin-right: 20px;
    }

    .sp-center {
        border: none;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

    .bottom-circle-cntnt span {
        padding: 20px 10px;
        margin-bottom: 0px;
        width: 100%;
    }

    .sec-one-cntnt h2 {
        font-size: 20px;
    }

    .sec-one-cntnt li {
        padding: 10px;
    }

    .sec-two-cntnt h2 {
        font-size: 20px;
    }

    .sec-two-cntnt p {
        font-size: 14px;
        text-align: justify;
    }

    /* Active center slide (You can change anything here for cenetr slide)*/
  .slick-slider .slick-center,
  .slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    /* transform: scale(1.1); */
    padding-top: 0px;
  }

  /* Default slide */
.slick-slider .slick-slide{
    transition: all 0.4s ease-in-out;
    padding-bottom: 0px;
  }

  .highlights {
    text-align: center;
    padding: 10px;
}

.highlights p {
    font-size: 12px;
}

.highlight-box, .light-svg, .animate-svg, .dotted-line {
    display: none;
}

.location-cntnt {
    padding: 0px;
}

.location-cntnt h2 {
    font-size: 20px;
}

.lc-cntnt a {
    margin-bottom: 30px;
}
.lc-box {
    padding: 15px;
}

.lc-slide h4 {
    font-size: 16px;
}

.lc-slide li {
    font-size: 12px;
}

.l-map {
    margin-top: 40px;
}

.l-map iframe {
    height: 200px;
}

.heading h2 {
    font-size: 20px;
}
.heading p {
    font-size: 14px;
}

.specs-img {
    width: 100%;
    float: unset;
}

.specs-cntnt {
    width: 100%;
    padding: 0px;
    float: unset;
}

.specs {
    display: block;
}

.specs-cntnt h4 {
    font-size: 14px;
    display: block;
    margin-top: 20px;
}

.specs-cntnt ul {
    padding: 10px 30px;
}

.specs-cntnt li {
    padding: 5px;
    font-size: 12px;
}

.swipe-btn i {
    font-size: 14px;
}

.swipe-btn {
    padding: 8px 20px;
}

.amenities-cntnt h2 {
    font-size: 20px;
}

.amenities-cntnt p {
    font-size: 14px;
    padding: 10px;
}

.amenities {
    margin-bottom: 30px;
}

.am-line {
    margin-top: 10px;
}

.disclaimer-cntnt h2 {
    font-size: 20px;
}

.disclaimer-cntnt h6 {
    font-size: 18px;
}

.header-enquiry, .header-call {
   display: none !important;
}
    
}

@media (min-width: 768px) and (max-width: 991px) {

    
    .navbar-brand img {
        width: 100px;
    }

    .next-arrow {
        right: 41%;
    }

    .banner-cntnt h1 {
        font-size: 22px;
    }

    .banner-cntnt {
        padding: 10px !important;
    }

    .banner-cntnt p {
        font-size: 14px;
    }

    .bottom-bg-design {
        padding: 40px 10px;
    }

    .bottom-circle-cntnt {
        padding: 0px 0px 10px 0px;
    }

    
    .video-bg {
        padding: 60px 10px;
    }

    .video-cntnt h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }


    .video-cntnt h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .location-img img {
        width: 100%;
        margin-bottom: 50px;
    }

    .slide-pd {
        padding: 40px 0px;
    }


    .bottom-circle-cntnt h2 {
        font-size: 24px;
    }

    .bottom-circle-cntnt p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .bottom-circle-cntnt span p {
        margin: auto 0;
    }

    .bottom-circle-cntnt span img {
        margin-right: 20px;
    }

    .sp-center {
        border: none;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

    .bottom-circle-cntnt span {
        padding: 20px 10px;
        margin-bottom: 0px;
        width: 100%;
    }

    .sec-one-cntnt h2 {
        font-size: 20px;
    }

    .sec-one-cntnt li {
        padding: 10px;
    }

    .sec-two-cntnt h2 {
        font-size: 20px;
    }

    .sec-two-cntnt p {
        font-size: 14px;
        text-align: justify;
    }

    /* Active center slide (You can change anything here for cenetr slide)*/
  .slick-slider .slick-center,
  .slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    /* transform: scale(1.1); */
    padding-top: 0px;
  }

  /* Default slide */
.slick-slider .slick-slide{
    transition: all 0.4s ease-in-out;
    padding-bottom: 0px;
  }

  .highlights {
    text-align: center;
    padding: 10px;
}

.highlights p {
    font-size: 12px;
}

.highlight-box, .light-svg, .animate-svg, .dotted-line {
    display: none;
}

.location-cntnt {
    padding: 0px;
}

.location-cntnt h2 {
    font-size: 20px;
}

.lc-cntnt a {
    margin-bottom: 30px;
}
.lc-box {
    padding: 15px;
}

.lc-slide h4 {
    font-size: 16px;
}

.lc-slide li {
    font-size: 12px;
}

.l-map {
    margin-top: 40px;
}

.l-map iframe {
    height: 200px;
}

.heading h2 {
    font-size: 20px;
}
.heading p {
    font-size: 14px;
}

.specs-img {
    width: 100%;
    float: unset;
}

.specs-cntnt {
    width: 100%;
    padding: 0px;
    float: unset;
}

.specs {
    display: block;
}

.specs-cntnt h4 {
    font-size: 14px;
    display: block;
    margin-top: 20px;
}

.specs-cntnt ul {
    padding: 10px 30px;
}

.specs-cntnt li {
    padding: 5px;
    font-size: 12px;
}

.swipe-btn i {
    font-size: 14px;
}

.swipe-btn {
    padding: 8px 20px;
}

.amenities-cntnt h2 {
    font-size: 20px;
}

.amenities-cntnt p {
    font-size: 14px;
    padding: 10px;
}

.amenities {
    margin-bottom: 30px;
}

.am-line {
    margin-top: 10px;
}

.disclaimer-cntnt h2 {
    font-size: 20px;
}

.disclaimer-cntnt h6 {
    font-size: 18px;
}

.header-enquiry, .header-call {
   display: none !important;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
 
    .navbar-brand img {
        width: 100px;
    }

    .next-arrow {
        right: 43%;
    }

    .banner-cntnt h1 {
        margin-top: 30px;
        font-size: 22px;
    }

    .banner-cntnt {
        padding: 10px !important;
    }

    .banner-cntnt p {
        font-size: 14px;
    }

    .bottom-circle-cntnt h2 {
        font-size: 24px;
    }

    .bottom-circle-cntnt p {
        font-size: 14px;
        margin-bottom: 30px;
    }


    .bottom-circle-cntnt span img {
        margin-right: 20px;
    }


    .sec-one-cntnt h2 {
        font-size: 20px;
    }

    .sec-one-cntnt li {
        padding: 10px;
    }

    .sec-two-cntnt h2 {
        font-size: 28px;
    }

    .sec-two-cntnt p {
        font-size: 14px;
    }

    /* Active center slide (You can change anything here for cenetr slide)*/
  .slick-slider .slick-center,
  .slick-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    /* transform: scale(1.1); */
    padding-top: 0px;
  }

  /* Default slide */
.slick-slider .slick-slide{
    transition: all 0.4s ease-in-out;
    padding-bottom: 0px;
  }

  .highlights {
    text-align: center;
    padding: 10px;
}

.highlights p {
    font-size: 12px;
}

.highlight-box, .light-svg, .animate-svg, .dotted-line {
    display: none;
}

.location-cntnt {
    padding: 0px;
}

.location-cntnt h2 {
    font-size: 24px;
}

.lc-cntnt a {
    margin-bottom: 30px;
}
.lc-box {
    padding: 15px;
}

.lc-slide h4 {
    font-size: 16px;
}

.lc-slide li {
    font-size: 12px;
}

.l-map {
    margin-top: 40px;
}

.l-map iframe {
    height: 400px;
}

.heading h2 {
    font-size: 24px;
}
.heading p {
    font-size: 16px;
}

.specs {
    display: block;
}

.specs-cntnt h4 {
    font-size: 14px;
}


.specs-cntnt li {
    padding: 5px;
    font-size: 12px;
}

.swipe-btn i {
    font-size: 14px;
}

.swipe-btn {
    padding: 8px 20px;
}

.amenities-cntnt h2 {
    font-size: 20px;
}

.amenities-cntnt p {
    font-size: 14px;
    padding: 10px;
}

.amenities {
    margin-bottom: 30px;
}

.am-line {
    margin-top: 10px;
}

.disclaimer-cntnt h2 {
    font-size: 20px;
}

.disclaimer-cntnt h6 {
    font-size: 18px;
}

.header-enquiry, .header-call {
   display: none !important;
}

}

@media (min-width: 1200px) and (max-width: 1400px) {}

/*=== Price ===*/
.price-box {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-box p {
    margin-bottom: 5px;
    font-weight: 500;
    border-bottom: 1px dashed #888888;
    padding-bottom: 5px;
}

.price-box h4 {
    font-weight: 800;
    color: var(--Primary-color);
}

.price-box .btn {
    margin-top: 15px;
}
.price-box .price {
    font-size: 33px;
    font-weight: bold;
}

/*=== End Price ===*/

.btn-close{
    background: transparent !important;
}

.floor-box {
    background: #fff;
    width: 100%;
    margin: 15px 0;
    height: 230px;
    position: relative;
    border: 1px solid var(--Primary-color);
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.floor-box h4 {
    background: var(--Primary-color);
    padding: 7px 20px;
    font-size: 13px;
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: max-content;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    font-weight: 600;
}

.floor-box h4 span {
    display: block;
    font-size: 16px;
    margin-bottom: 0;
}
.floor-box .image{
    height: 100%;
    display: block;
}

.floor-box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.gallery {
    height: 300px;
    margin-bottom: 50px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cp-detail {
    text-align: left;
    color: #fff;
    border-top: 1px solid #303030;
    padding: 50px 0;
}
.cp-detail a {
    color: #fff;
}
footer.site-footer {
    background: #000;
    border-top: 1px solid #303030;
    padding: 50px 0;
}

footer.site-footer p {
    color: #fff;
}

footer.site-footer p {}

p.footer-bottom-text {
    text-align: center;
}

p.footer-bottom-text a {
    color: #fff;
}

footer.site-footer hr {
    background: #fff;
}
.cp-detail .contact-form {
    max-width: 550px;
    margin: 0 auto;
    border: 1px dashed var(--Primary-color);
    padding: 50px;
    border-radius: 5px;
}
.whatsapp-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
}
.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home-banner {
    position: relative;
    height: 100vh;
}

.home-banner .carousel {
    height: 100%;
}

.home-banner .carousel-inner {
    height: 100%;
}

.home-banner .carousel-item {
    height: 100%;
}

.home-banner .carousel-item img,
.home-banner .carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-banner-img {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

@media(max-width:767px){
    .gallery {
    height: 160px;
    margin-bottom: 0;
}
.whatsapp-btn{
    display: none;
}
.highlights-list li {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 5px 10px;
}

.highlights-list {
    margin: 0 -5px;
}
.overlay-banner-img {
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 100%);
}
.cp-detail .contact-form {
    padding: 20px;
}
}