body{
    font-family: 'Outfit', sans-serif !important;
}


h1, h2, h3,h4,h5 {
    font-family: 'Outfit', sans-serif !important;
}

:root {
    --Primary-color :   #dfccaa;
    --secondary-color: #BC202E;
  }
  
.bg-blue {
    background-color: #dfccaa !important;
}

.text-red {
    color: var(--secondary-color) !important;
}

.bg-red {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

a {
    text-decoration: none !important;
}


.navbar {
    /* background-color: rgba(0, 0, 0, 0.541); */
    background-color: #fff;
    border-bottom: 2px solid var(--Primary-color);
    z-index: 9977 !important;
    padding: 30px 0px !important;
}

.main-header {
    width: 100%;
    padding: 10px 0px !important;
    transition: all .5s;
}

.navbar-brand {
    color: #eee;
    font-weight: 500;
    font-size: 30px !important;
}

.slide-bar {
    color: #000 !important;
}

.navbar-brand img {
    width: 130px;
}

.nav-link { 
    color: #000 !important;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


.active-nav {
    background-color: #fff;
    z-index: 9999;
}
  

.navbar-nav {
    margin-left: auto;
}


.nav-call {
    font-size: 16px;
    background-color: transparent;
    padding: 8px 15px !important;
    border-radius: 5px;
  }

  .nav-item {
    margin: auto !important;
  }


  .nav-call i {
    position: relative;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
  }

.banner-bg{
    background-image: url('../img/banner2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
}
.bg-layer{
    /* background-color: rgba(0, 0, 0, 0.5); */
    height: 100%;
}
.banner-content{
    /* padding-top: 250px; */
    color: #fff ;
}
.banner-content h1{
    color: white;
    font-size: 55px;
    font-weight: 300;
}
.banner-content h1 span{
    font-weight: 700 !important;
}
.banner-content p{
    background-color: var(--Primary-color);
    color: #eee;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    display: inline-block;
    padding: 5px 10px;
}
.banner-content a{
    color: white;
    border: 1px solid var(--Primary-color);
    padding: 16px 15px;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s;

}
.banner-content a:hover{
 background-color: var(--Primary-color) ; 
 color: white;

}

.form-details img {
    width: 40%;
    margin-bottom: 10px;
}

.form-details h3  {
    color: var(--secondary-color);
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0px;
}

.form-details h4  {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}

.bnr-row {
    height: 100vh;
}


.form h2{
    font-size: 24px;
    
}


.form {
    padding: 20px 10px 0px 10px;
    text-align: center;
}

.inquiry p{
    color: white;
    background-color: var(--Primary-color);
    text-decoration: none;
    font-size: 16px;
    padding: 4px 7px;
    position: relative;
    top: -38px;
    width: fit-content;
    margin: 0;
}

.form-details a{
    padding: 10px !important;
    width: 100% !important;
    color: #555 !important;
    font-size: 24px;
    text-decoration: none;
}
.form-details input{
    width: 100%;
    padding: 8px;
    margin-bottom: 5px;
    border: none;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
}
.message{
    padding: 25px !important;
    margin-bottom: 5px;
}
.form-details button{
    color: white;
    background-color: var(--secondary-color);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 8px;
    border: 1px solid var(--secondary-color);
    margin-top: 10px;
    width: 100%;
}

.form-details a i{
    font-size: 18px;
}



/* About */

.about-cntnt {
    text-align: center;
    margin-bottom: 50px;
}

.about-cntnt h2 {
    font-size: 42px;
    margin-bottom: 0px;
    color: var(--secondary-color);
}

.about-cntnt span {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #000;
}

.about-cntnt p {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
}

.about-bg {
    background-color: #f0f0f0;
}

.about-layer {
    /* background-color: rgba(0, 0, 0, 0.6); */
}


.amenities {
    border: 1px dashed var(--Primary-color);
    text-align: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 15px -15px;
    transition: all .7s;
    display: inline-flex;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
}


.amenities i {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--Primary-color);
    margin: auto 0;
}

.amenities h5 {
    font-size: 14px;
    font-weight: 500;
    margin: auto 0;
    padding-left: 15px;
    color: #fff ;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
}

.amenities p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.highlights-hd {
    text-align: center;
    color: var(--Primary-color);
    margin-bottom: 30px;
}

.price-third{
    background-color: var(--Primary-color);

}
.background-layer2{
    /* background-color: rgba(0, 0, 0, 0.5); */
}
.third{
    padding: 80px 35px;
    color: white;
}
.third button{
    color: white;
    background-color: var(--secondary-color);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 11px;
    border: 1px solid var(--secondary-color);
   
}
.special-offer h2{
    font-size: 29px;
    font-weight: 500;
    padding-bottom: 0px;
    color: var(--secondary-color);
}
.special-offer p{
    padding-bottom: 8px;
    color: #000;
    
}

.a-button {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 15px;
    border: 1px solid var(--secondary-color);
    transition: all .5s ease-in-out;
}

.a-button:hover {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #000;
}

.table table{
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 6px;
    
}



.table th{
    background-color: var(--secondary-color);
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    color: #fff;
   
}

table td{
    background-color: #f0f0f0;
    padding: 10px;
}

.four {
    overflow: hidden;
}

.four a {
    padding: 25px;
    display: block;
}

.four img{
    width: 100%;
    transition: all .5s ease-in-out;
}

.four img:hover {
    transform: scale(1.1);
}

.two-img img{
    width: 100%;
}

.two-img h3{
    font-size: 18px;
    color: #eee;
    font-weight: 600;
    padding: 8px 6px;
    background-color: white;
    color: black;
    margin-top: 2%;
    text-align: center;
}
.two-img p{
    font-size: 15px;
    padding: 8px;
    background-color: white;
    background-color: var(--Primary-color);
}
.two-img p i{
    margin-right: 3%;
}


/* Banner */

.banner-2 {
    background-image: url('../img/banner-2.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.banner-2-layer {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 150px 10px;
}

.pop-btn {
    text-align: center;
}

.pop-btn img{
    width: 100%;
}

.pop-btn a {
    background-color: var(--Primary-color);
    color: #000 !important;
    padding: 14px 15px;
    width: 70%;
    display: inline-block;
    margin: 20px 0px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.pop-btn a:hover {
    color: #fff !important;
    background-color: var(--secondary-color);
}



/* Amentites */

.am-bg {
    background-color: #f0f0f0;
}

.am-cntnt img {
    width: 100%;
    height: 100%;
}


.connectivity {
    padding: 30px 10px;
}

.am-cntnt h2 {
    font-size: 38px;
    margin-bottom: 40px;   
    color: var(--secondary-color);
}

.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: #333;
    padding: 15px 0px 0px 0px;
    font-weight: 500;
}

.am-cntnt img {
    width: 100%;
    height: 100%;
}


.connectivity span {
    font-size: 42px;
    color: var(--secondary-color);
    position: absolute;
    top: -15px;
    left: 0;
    font-weight: 700;
    opacity: .3;
}




/* Location */

.location-ad {

}

.location-heading {
}

.location-heading h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif !important;
}

.location-heading h2 span {
    font-weight: 400;
    color: var(--secondary-color);
}

.l-advantages {

}

.l-advantages ul {
    list-style: none;
    padding: 0;
}

.l-advantages li{
    padding: 10px 0px;
    font-size: 16px;
    color: #696969;
}

.l-advantages li i {
    color: var(--secondary-color);
    margin-right: 10px;
}

.l-advantages  span{
    
}

.location-img  img {
    width: 100%;
}


.detail-form{
    overflow: hidden;
    background-color: var(--Primary-color);
}
.p-form{
    padding: 80px 20px !important;
}
.form-personal h3{
    color: var(--secondary-color);
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
}
.form-personal input{
    width: 95%;
    padding: 9px ;
    margin-bottom: 1%;
    
    color: black;
    border: none;
  
}

.form-personal textarea{
    width: 95%;
    padding: 9px ;
    margin-bottom: 1%;
    color: black;
    border: none;
    height: 115px;
  
}

.form-personal button{
    background-color: var(--secondary-color);
    margin-top: 1%;
    color: #fff;
    border: none;
    padding: 8px 25px;
    transition: all .5s ease-in-out;
}

.form-personal button:hover {
    background-color: #000;
    padding: 8px 30px;
    
}

.contact-details {
    /* background-color: rgba(0, 0, 0, 0.575); */
    padding: 40px 30px;
}
.contact-details i{
    display: block;
}
.contact-details h3{
    color: var(--secondary-color);
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 20px;
}
.contact-details p{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 13px;
}
.contact-details i{
    color: #000;
    font-size: 20px ;
    padding-bottom: 30px;
 
}
.contact-details a{
    color: #000 !important;
    font-size: 16px ;
    text-decoration: none;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif !important;
}
.form-layer{
    background-color: rgba(0, 0, 0, 0.534);
}




.end p{
    color: #000;
    text-align: center;
    padding: 15px;
    margin-bottom: 0%;
    font-size: 12px;
}
.bg-end {
    background-color: #dacec3 !important;
}


/* Amenities */


/* Services Item */

.service-heading {
    text-align: center;
}

.service-heading h2 {
    color: var(--Primary-color);
    font-size: 38px;
    margin-bottom: 30px;
}

.item-boxes {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin: 15px 0;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .item-boxes .icon {
    margin-bottom: 10px;
  }
  
  .item-boxes .icon i {
    font-size: 30px;
    color: var(--secondary-color);
  }
  
  .item-boxes h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  
  
  .item-boxes:hover {
    background: transparent;
    box-shadow: 0px 10px 50px 0px rgba(84, 100, 122, 0.35);
  }
  
  .services-item {
    padding: 40px 15px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /* box-shadow: 0px 0px 3px -1px; */
  }
  
  .services-item .icon {
    margin-bottom: 20px;
  }
  
  .services-item .icon i {
    width: 60px;
    height: 60px;
    background: #f9f9f9;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  
.services-item:hover .icon i {
    background: transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

/* Modal */

.modal-content {
    background-color: rgba(255, 255, 255, 0.834) !important;
}

.modal-form {
    padding: 20px 10px;
    overflow: hidden;
    text-align: center;
}

.modal-form p {
    font-size: 14px;
    font-weight: 500;
}

.modal-form label {
    width: 49%;
    float: left;
}

.f-right {
    float: right !important;
}

.modal-form input, .modal-form textarea {
    width: 100%;
}

.modal-form input, .modal-form textarea {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 6px;
    border: none;
    border-bottom: 1px solid #999;
}


.modal-form  button {
    width: 100%;
    color: #fff;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    padding: 8px 5px;
    transition: all .5s ease-in-out;
}

.modal-form button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.modal-form h3 {
    color: #000;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif !important;
    
}

.modal-form p {
    margin-bottom: 20px;
}

.res-footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
  }
  
  .res-footer-item {
    border-right: 2px solid #222;
  }
  .res-footer p {
    font-size: 14px;
  }
  .res-footer a,
  .res-footer a:hover,
  .res-footer a:active {
    text-decoration: none;
    color: #fff;
  }

  .res-footer p i {
      margin-right: 5px;
      font-size: 16px;
  }


  @-webkit-keyframes shake {
    0% {
      -webkit-transform: none;
      transform: none;
    }
  
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
  
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
  
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
  
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
  
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes shake {
    0% {
      -webkit-transform: none;
      transform: none;
    }
  
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
  
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
  
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
  
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
  
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }


  .bg-schedule {
    background-color: var(--Primary-color);
  }

  .schedule {
    text-align: center;
  }

  .schedule h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
  }

  .schedule a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
  }

  .schedule a:hover {
    background-color: #fff;
    color: var(--Primary-color);
  }

  .desk-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
  }

  .desk-whatsapp a {
    color: #000 !important;
  }

  .desk-whatsapp span {
    background-color: #fff;
    padding: 4px 15px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .desk-whatsapp a img {
    width: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .heading h3 {
    font-weight: 700;
  }

  .download-btn {
    text-align: center;
    padding-top: 40px;
  }

  .download-btn a {
    background-color: #fff;
    color: var(--Primary-color);
    padding: 10px 28px;
    border-radius: 6px;
    border: 1px solid var(--Primary-color);
    transition: all .5s ease-in-out;
  }

  .download-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
  }

  .amenities-img img {
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  }

  .amenities-text {
    padding-left: 15px;
  }

  .amenities-text-1 {
    padding-right: 15px;
  }

  .bnr-cntnt {
    background-color: #000000b4;
    /* width: 80%; */
  }

@media (max-width: 768px) {

    .banner-bg {
        background-attachment: unset;
        background-image: unset;
        background-color: #000;
    }

    .bnr-row {
    height: unset;
}

    .banner-content h1 {
        font-size: 38px;
        color: var(--Primary-color);
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-bg, .bg-layer {
        height: unset;
    }

    .banner-content {
        padding-top: 10px;
    }


    .sec-content h2, .special-offer h2, .location-heading h2 {
        font-size: 28px;
    }

    .sec-content h6 {
        font-size: 18px;
    }

    .sec-content p {
        font-size: 16px;
    }

    .image img {
        margin-bottom: 10px;
    }

    .a-button {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .modal-form label {
        width: 100%;
        float: unset;
    }

    .table td {
        font-size: 14px;
    }

    .table th {
        font-size: 14px;
        font-weight: 600;
    }

    .l-advantages li {
        font-size: 14px;
    }

    .form-personal button {
        margin-bottom: 10px;
    }

    .contact-details h3 {
        padding-bottom: 0px;
    }

    .contact-details a {
        font-size: 14px;
    }

    .contact-details i {
        font-size: 16px;
    }

    .four a {
        padding: 5px;
        display: block;
    }

    .download-btn a {
        display: block;
    }

    .form-personal button {
        width: 100%;
    }

    .form-personal input {
        width: 100%;
    }

    .form-personal textarea {
        width: 100%;
    }

    .amenities-img img {
        margin-bottom: 40px;
    }

    .about-cntnt h2, .service-heading h2, .am-cntnt h2 {
        font-size: 32px;
    }

    .about-cntnt span, .am-cntnt li p {
        font-size: 16px;
    }

    .about-cntnt p {
        text-align: justify;
    }

    .pop-btn a {
        width: 100%;
    }

    .banner-2-layer {
        padding: 80px 10px;
    }

    .connectivity span {
        font-size: 38px;
    }

    .contact-details {
        padding: 40px 0px 0px 0px;
    }

}

@media (min-width: 769px) and (max-width: 992px) {

     .bnr-row {
    height: unset;
}

    .banner-content h1 {
        font-size: 38px
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-bg, .bg-layer {
        height: unset;
    }

    .banner-content {
        padding-top: 140px;
    }

   

    .sec-content h2, .special-offer h2, .location-heading h2 {
        font-size: 28px;
    }

    .sec-content h6 {
        font-size: 18px;
    }

    .sec-content p {
        font-size: 16px;
    }

    .image img {
        margin-bottom: 10px;
    }

    .a-button {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .modal-form label {
        width: 100%;
        float: unset;
    }

    .table td {
        font-size: 14px;
    }

    .table th {
        font-size: 14px;
        font-weight: 600;
    }

    .l-advantages li {
        font-size: 14px;
    }

    .form-personal button {
        margin-bottom: 10px;
    }

    .contact-details h3 {
        padding-bottom: 0px;
    }

    .contact-details a {
        font-size: 14px;
    }

    .contact-details i {
        font-size: 16px;
    }

    .four a {
        padding: 5px;
        display: block;
    }

    .download-btn a {
        display: block;
    }

    .about-cntnt h2, .service-heading h2, .am-cntnt h2 {
        font-size: 32px;
    }

    .about-cntnt span, .am-cntnt li p {
        font-size: 16px;
    }

    .about-cntnt p {
        text-align: justify;
    }

    .pop-btn a {
        width: 100%;
    }

    .banner-2-layer {
        padding: 80px 10px;
    }

    .connectivity span {
        font-size: 38px;
    }

    .contact-details {
        padding: 40px 0px 0px 0px;
    }
}