body {
    font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3,h4,h5 {
    font-family: 'Raleway', sans-serif !important;
}

:root {
    --Primary-color : #989263;
    --Primary-color : #989263;
  }
  

a {
    text-decoration: none !important;
}

.text-blue {
    color: var(--Primary-color) !important;
}

.bg-primary {
    background-color: #989263 !important;
}

.text-green {
    color: var(--Primary-color) !important;
}

.bg-green {
    background-color: var(--Primary-color) !important;
}


.navbar {
    background-color: #fff;
    z-index: 9977 !important;
}

.main-header {
    width: 100%;
    padding: 0px  !important;
    transition: all .5s;
}

.navbar-brand {
    color: #eee;
    font-weight: 500;
    font-size: 30px !important;
}

.navbar-brand img {
    width: 160px;
    transition: all .5s !important;
}

.nav-link { 
    color: #000 !important;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.nav-link:hover {
    color: #000 !important;
}

.navbar-light .navbar-toggler {
    border-radius: 40px;
    padding: 10px 20px;
}

.active-nav {
    /* background-color: var(--Primary-color); */
    z-index: 9999;
}
  

.navbar-nav {
    margin-left: auto;
}

/* home */


.swiper {
    width: 100%;
    height: 100%;
    justify-content: right;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: 100% !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table !important;
    -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: 100%;
    object-fit: cover;
  }

  .swiper-slide p{
    width: 100%;
    font-size: 15px;
    
  }


.heading-sec {
    padding: 200px 0px 0px 50px !important;
    height: 100vh;
}

.modal {
    z-index: 9999 !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    margin: 0;
    padding: 12px 25px;
    border-radius: 10px 10px 0px 0px;
}


/* banner */

.home-banner{
    background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/header-img.jpeg")!important; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: right;
    height: 110vh;
    position: relative;
}

.banner-form{
    color: #fff !important; 
    position: relative;
    
}

.banner-heading{
align-self: center;
}

.banner-heading h1{
    font-size: 100px !important;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    color: #fff;
    letter-spacing: 5px;
}

.banner-content-main{
    position: relative;
}

.banner-content{
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid var(--Primary-color);
    width: 80%;
    padding: 20px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content-2{
    background-color: var(--Primary-color);
    border: 2px solid var(--Primary-color);
    
    padding: 40px !important;
}

.banner-list{
    position: relative;
    padding: 10px 0px 10px 50px !important;
   color: #fff !important;
}

.banner-list p{
    font-size: 13px;
}

.banner-list span{
    font-size: 15px;
}

.banner-list i{
    position: absolute;
    left: 0;
    font-size: 30px;
    padding: 5px;
}

.border-b{
    border-bottom: 1px solid #918ab6;
}

.banner-call p{
    font-size: 1.5em;
    color: #fff !important;
}

.form-in{
    position: relative;
    padding: 10px 0px;
}

.form-in i{
    position: absolute;
    left: 20px;
    top: 30%;
    color: #fff !important;
}

.inputtxt{
    background: none;
    border: none;
    font-size: 13px;
    border-bottom: 2px solid #fff;
    padding: 0px 0px 0px 40px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    /* margin: 10px; */

}
.inputtxt::placeholder{
    color: #fff;
}

textarea:focus, input:focus{
    outline: none;
}

.inputsubmit{
        margin-top: 10px;
        width: 100%;
        font-size: 1em;
        line-height: 42px;
        cursor: pointer;
        border: none;
        text-align: center;
        transition: all 0.5s ease;
        color: #fff;
        background: var(--Primary-color);
}
.submit-clr{
    background-color: #fff;
    color: var(--Primary-color);
}



/* ABOUT */

.about{
    padding: 70px  !important;
    padding-top: 20px !important;
    background-color: #eee;
}

.headings h2{
    text-align: center;
    color: var(--Primary-color);
    font-size: 1.9em;
    font-weight: bold;
    padding: 20px 0px !important;
}
.about-text p{
    padding: 20px;
    background-color: #fff;
    line-height: 2;
    border-left: 5px solid rgb(0, 188, 0) !important;

}

.headings img{
    height: 110vh;
}

.border-tab span{
    border: 2px solid var(--Primary-color);
    width: 100% !important;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #eee;
}

.border-tab span i{
    color: var(--Primary-color);
}





/* LISTING */

.listing tr{
    color: #aaa !important;
}

.b-top{
    border-top: 4px solid var(--Primary-color)!important;
    border-left: 4px solid var(--Primary-color)!important;
    border-right: 4px solid var(--Primary-color) !important;
}

.b-bottom {
    border-bottom: 4px solid var(--Primary-color) !important;
    border-left: 4px solid var(--Primary-color) !important;
    border-right: 4px solid var(--Primary-color) !important;
}

.b-corner{
    border-left: 4px solid var(--Primary-color) !important;
    border-right: 4px solid var(--Primary-color)!important;
}

.price-list-content {
    background-color: #fff;
    text-align: center;
}


.price-list-content h2 span {
    font-weight: 400;
}

.price-list-content table {
    width: 100%;
}

.price-list-content table th {
    line-height: 28px;
    border: 1px solid #eee;
    padding: 10px;
    color: #000;
}

.price-list-content table td {
    line-height: 28px;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.price-list-content table td a {
    color: #333 !important;
}


/* CONTACT */

.contact{
    background-color:  var(--Primary-color);
}

.contact-heading{
    text-align: center;
    color: #fff;
}
.contact-heading h2{
    font-size: 1.4em;
}
.contact-heading p{
    font-size: 28px;
    font-weight: 500;
}
.contact-heading a{
    color: #fff;
}
.contact-heading a:hover{
    color: #000;
    
}
/* List */

.list-box {
    /* border: 1px solid #ccc; */
    text-align: center;
    padding: 40px 10px;
    box-shadow: 0px 0px 15px -15px;
    transition: all .7s;
}

.list-box:hover {
    box-shadow: 0px 0px 25px -15px var(--Primary-color);
    cursor:default;
    background-color: #fff;
}

.list-box i {
    font-size: 34px;
    margin-bottom: 10px;
    color: var(--Primary-color);
}

.list-box h5 {
    font-size: 16px;
    font-weight: 600;
}

.list-box p {
    font-size: 14px;
    font-weight: 500;
    color: #696969;
}

/* SWIPER */

.slider {
    background-color: #eee;
    padding: 20px ;
}

.main-swiper{
    padding: 20px !important;
  position: relative;
  height: 500px;
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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-button-next::after{
    color: #000 !important;
    font-size: 25px !important;   
}

.swiper-button-prev::after{
    color: #000 !important;
    font-size: 25px !important;   
}
.swiper-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.main-swipers{
    padding: 20px !important;
  position: relative;
  /* height: 500px; */
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}


.l-advantages ul{
    text-decoration: none;
    list-style: none;
    padding: 0px;
}
.l-advantages ul li i{
   color: var(--Primary-color);
   font-size: 30px;
   position: absolute;
   left: 0px;
   top: 25%;

}

.l-advantages ul li {
    margin-bottom: 15px;
    position: relative;
    padding: 10px 10px 10px 50px;
}

.headings {
    overflow: hidden;
}

.headings p{
    text-align: justify;
}

.headings img{
    width: 100%;
    height: 100%;
}

/* Footer */
.end p{
    color: #eee;
    text-align: center;
    padding: 15px;
    margin-bottom: 0%;
    font-size: 12px;
}
.bg-end {
    background-color: var(--Primary-color);
}

  .nav-call {
    font-size: 16px;
    color: var(--Primary-color) !important;
  }


  .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%;
  }

  .visit-button {
    background-color: var(--Primary-color);
    color: #fff !important;
    padding: 12px 20px;
    transition: all .5s ease-in-out;
    display: block;
    text-align: center;
    text-transform: uppercase;
  }

  .visit-button:hover {
    background-color: #765c1b;
  }


  @-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;
    }
  }


  
/* Modal */

.modal-content {
    background-color: #fff !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 10px;
    border: 1px solid #ced4da;
}


.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: 20px;
  }

  .bg-whatsapp{
    background-color:  #128C7E;
  }

  .bg-call{
    background-color: rgb(82, 82, 239);
  }

  


  @media (max-width: 576px) {

/*     
.row {
    --bs-gutter-x: 0rem !important;
} */

.nav-call{
    font-size: 12px;
}
.banner-call{
    padding-top: 50px;
}

.banner-form{
    padding: 30px ;
}

.about {
    padding: 20px !important;
}

.list-box h5 {
    font-size: 14px;
    font-weight: 700;
}

.price-list-content table th {
    font-size: 12px;
}

.price-list-content table td {
    font-size: 12px;
}

.amenities h5 {
    font-size: 14px;
}

.l-advantages li {
    font-size: 14px;
}

.heading-sec {
    padding: 20px 20px !important;
}

.banner-headings {
    text-align: center;
}


.site-video iframe {
    width: 100%;
    height: 250px;
}


    .swiper-slide img {
        height: 50vh;
    }

    .nav-link:hover {
        color: #000 !important;
    }

    .modal-form label {
        width: 100%;
    }

 

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .home-banner{
        height: 80vh;
    }

    .banner-heading h1{
        font-size: 60px !important;
    }

    .banner-heading h1{
        font-size: 60px !important;
    }
 

    .banner {
        height: unset;
    }


    .banner-form input[type="text"] {
        width: 100%;
    }

    .banner {
        position: unset;
        background: var(--Primary-color);
    }

  
    .banner-headings h5 {
        font-size: 16px;
    }

    .banner-headings h1 {
        font-size: 32px;
        margin-bottom: 10px !important;
    }

    .banner-headings p {
        font-size: 14px;
        margin-bottom: 40px !important;
    }

    .slide-bar {
        color: #000 !important;
        font-size: 24px;
    }

    .heading-sec {
        height: unset;
    }

    .contact-form-button {
        width: 100%;
    }

    .c-info a {
        display: block;
        margin-bottom: 15px;
    }

    .banner-form label {
        width: 100%;
    }

    .form-personal input {
        width: 100%;
    }

    .form-personal textarea {
        width: 100%;
    }

    .form-personal button {
        width: 100%;
        margin-bottom: 20px;
    }

    
    .headings h2{
        font-size: 28px;
        margin: 0px !important;
    }

    .headings p{
        font-size: 13px;
    }

    .l-advantages li {
        font-size: 13px;
    }

    .contact-heading h2{
        font-size: 28px !important;
        font-weight: 600;
    }

    .swiper-slide img {
        height: unset;
    }

}

@media (max-width: 992px) { 

    .navbar-brand img {
        width: 130px;
        transition: all .5s !important;
    }

    .navbar-brand {
        margin-right: 0px !important;
    }


    .navbar-light .navbar-toggler {
        border-radius: 40px;
        padding: 8px;
    }

    .navbar-nav {
        background-color: #fff;
    }

    .home-banner{
        height: 102vh;
    }

    .banner-bg {
        height: unset;
    }

    .banner-call{
        padding: 0px !important;
        padding-top: 80px !important;
    }

    .headings h2{
        font-size: 30px;
        margin: 0px !important;
    }

    .headings p{
        font-size: 15px;
    }

    .l-advantages li {
        font-size: 15px;
    }



    



}