body{
    font-family: 'Outfit', sans-serif !important;
}


h1, h2, h3,h4,h5 {
    font-family: 'Outfit', sans-serif !important;
}

:root {
    --Primary-color :   #c08831;
  }
  
.bg-blue {
    background-color: #c08831 !important;
}

a {
    text-decoration: none !important;
}


.navbar {
    /* background-color: rgba(0, 0, 0, 0.541); */
    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: #fff !important;
}

.navbar-brand img {
    width: 130px;
}

.nav-link { 
    color: #fff !important;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


.active-nav {
    background-color: #c08831;
    z-index: 9999;
}
  

.navbar-nav {
    margin-left: auto;
}


.nav-call {
    font-size: 16px;
    background-color: #c08831;
    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/banner1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-attachment: fixed; */
    background-position: center;
}
.banner-content{
    padding-top: 250px;
}
.banner-content h1{
    color: #000;
    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: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
}

.form-details h4  {
    color: var(--Primary-color);
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
}


.form h2{
    font-size: 24px;
    
}
.estate{
    padding-top: 150px;
}

.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(--Primary-color);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 8px;
    border: 1px solid var(--Primary-color);
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.form-details a i{
    font-size: 18px;
}
.background-image{
    background-image: url('../img/about-shape.png');
    background-repeat: no-repeat;
    overflow: hidden;
    
}
.sec-content h6{
    font-weight: 400;
    color: var(--Primary-color);
    font-size: 24px;
}
.sec-content h2{
    color: black;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 15px;
}
.sec-content h2 span{
    font-weight: 500;
    color: var(--Primary-color);
}
.sec-content p{
    color:black;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
}
.image img{
    width: 100%;
}
.price-third{
    background-image: url('../img/bgform.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;

}
.background-layer2{
    background-color: rgba(0, 0, 0, 0.5);
}
.third{
    padding: 80px 35px;
    color: white;
}
.third button{
    color: white;
    background-color: var(--Primary-color);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 11px;
    border: 1px solid var(--Primary-color);
   
}
.special-offer h2{
    font-size: 29px;
    font-weight: 500;
    padding-bottom: 0px;
}
.special-offer p{
    padding-bottom: 8px;
    
}

.a-button {
    background-color: var(--Primary-color);
    color: #fff;
    padding: 10px 15px;
    transition: all .5s ease-in-out;
}

.a-button:hover {
    background-color: var(--Primary-color);
    color: #fff;
    padding: 10px 20px;
}

.table table{
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 6px;
    
}



.table th{
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    background-color: var(--Primary-color);
   
}

table td{
    background-color: #eee;
    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%;
}



/* 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(--Primary-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(--Primary-color);
    margin-right: 10px;
}

.l-advantages  span{
    
}

.location-img  img {
    width: 100%;
}


.detail-form{
    background-image: url('../img/banner2.webp');
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.p-form{
    padding: 80px 20px !important;
}
.form-personal h3{
    color: white;
    font-size: 25px;
    font-weight: 500;
    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(--Primary-color);
    margin-top: 1%;
    color: white;
    border: none;
    padding: 7px 15px;
}
.contact-details {
    background-color: rgba(0, 0, 0, 0.575);
    padding: 40px 30px;
}
.contact-details i{
    display: block;
}
.contact-details h3{
    color: var(--Primary-color);
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 20px;
}
.contact-details p{
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 13px;
}
.contact-details i{
    color: white;
    font-size: 20px ;
    padding-bottom: 30px;
 
}
.contact-details a{
    color: white !important;
    font-size: 16px ;
    text-decoration: none;
    padding-left: 10px;
    font-weight: 200;
    font-family: 'Outfit', sans-serif !important;
}
.form-layer{
    background-color: rgba(0, 0, 0, 0.534);
}


.end-logo img{
    height: 50px;
}

.end p{
    color: #eee;
    text-align: center;
    padding: 15px;
    margin-bottom: 0%;
    font-size: 12px;
}
.bg-end {
    background-color: var(--Primary-color);
}

/* 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: #eee;
    border: 1px solid var(--Primary-color);
    background-color: var(--Primary-color);
    padding: 8px 5px;
    transition: all .4s;
}

.modal-form button:hover {
    background-color: transparent;
    color: var(--Primary-color);
}

.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;
  }

@media (max-width: 576px) {

    .banner-content h1 {
        font-size: 38px
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-bg, .bg-layer {
        height: unset;
    }

    .banner-content {
        padding-top: 140px;
    }

    .estate {
        padding-top: 70px;
    }

    .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;
    }

}

@media (max-width: 992px) {

    .price-third{
    background-attachment: unset;

    }
    .banner-content h1 {
        font-size: 38px
    }

    .banner-content p {
        font-size: 18px;
    }

    .banner-bg, .bg-layer {
        height: unset;
    }

    .banner-content {
        padding-top: 140px;
    }

    .estate {
        padding-top: 70px;
    }

    .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;
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--Primary-color) !important;
    color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) !important;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(100) !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(189, 145, 0, 0.25) !important;
    border-color: var(--Primary-color);
}

.accordion-button {
    font-weight: 600;
}