:root {
  --primary: #C7A880;
  --off-white:#F6F6F6;
  --secondary: #0A4559;
  

}


@media only screen and (max-width: 767px){
    .dropdown-menu::before{
          display: none;
        }
    .logo-container{
      display: none;
    }
    .logo-right{
      margin-left: 0px!important;
    }
    .cust-container{
     
      padding: 0px 20px;
    }
    .mobile-logo-bx{
      display: block;
      width: 100%;
      padding:10px 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--off-white);
    }
    .top-bar{
        align-items: center;
        justify-content: center;
        min-height: auto;
        padding: 8px 0px;
        background-color: var(--secondary);
        color: var(--off-white);
    }
    .header-res img{
      display: none;
    }
    .header-soc-sec{
      display: none;
    }
    .navbar{
      position: relative;
    }
    .feature-bx{
      min-height: unset;
      height: auto!important;
      padding: 1.2rem 1.5rem;
    }
    .abt-cont-bx{
      padding: 3.2rem 1.2rem!important;
      min-height: unset;
    }
    .abt-cont-bx h2{
      margin-bottom: 5px;
    }
    .abt-car-item-con{
      width: 95%;
      min-height: unset;
      height: auto;
      padding: 0.9rem;
      background-color: rgba(199, 168, 128, 0.9);
    }
    .abt-car-item-con p{
      line-height: 1.4rem;
      margin-bottom: 0px;
      font-size: 0.8rem;
    }
    .ar-right{
      width: 50px;
      height: 30px;
    }
    .ar-left{
      width: 50px;
      height: 30px;
    }
    .ar-right img, .ar-left img{
      width: 50%;
    }
    .fez-bx{
      height: 350px;
    }
    .why-best-img{
      position: unset;
    }
    .why-best-wr-bx{
      padding: 30px 0px!important;
    }
    .luxury-farm{
      /* padding: 0px 5px;
      font-size: 0.8rem;
      justify-content: center; */
      display: none;
    }
    .rate-cont{
      padding: 2rem 0rem;
    }
    .our-rate-sec{
      padding: 20px 0px;
    }
    .subs-sec{
      height: auto;
    }
    .subs-wr-bx{
      height: auto!important;
      flex-direction: column;
      padding: 1.5rem 0rem;
    }
    .subs-text{
      width: 100%;
    }
    .subs-text h3{
      font-size: 0.9rem;
      text-align: center;
    }
    .qk-lnks{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .cont-foot{

      padding-bottom: 1.5rem;
    }
    .inner-banner{
      height: 170px;
      padding: 1rem;
    }
    .cul-act-bx{
      flex-direction: column;
    }
    .blue-bx-r-b{
      width: 100%;
      margin-left:0px;
      margin-bottom: 20px;
      height: auto;
      min-height: unset;
      position: unset;
    
    }
    .villa-sp-mt{
      margin-top: 40px;
    }
    .villa-sp-mb{
      margin-bottom: 40px;
    }
    .our-villas-sec h3{
      text-align: center;
    }
    .butler-cont{
      width: 100%;
      margin-left: 0px;
    }
    .butler-sec{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .butler-img{
      width: 100%;
    }
    .fez-cont-bx{
      padding: 2rem;
    }
    .ar-right1, .ar-left1{
      width: 50px;
      height: 30px;
    }
    .ar-right1 img, .ar-left1 img{
      width: 50%;
    }
    .wild-main-cont{
      width: 100%;
      margin-left: 0px;
    }
    .expl-wild{
      flex-direction: column;
    }
    .wild-main-img{
      width: 100%;
    }
   }


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

  .mobile-logo-bx{
    display: block;
    width: 100%;
    padding:10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--off-white);
  }
  .top-bar{
    display: none;
  }
  .logo-container{
    display: none;
  }
  .logo-right{
    margin-left: 0px!important;
  }
  .feat-img-bx{
    background-position: center;
    background-size: cover;
    min-height: 340px;
  }
  .why-best-img{
    bottom: 0px!important;
  }
  .subs-text{
    width: 50%;
  }
  .abt-cont-bx{
    min-height: unset;
  }
}
/* menu responsive */
@media only screen and (min-width: 991px) and (max-width: 1274px){
   .logo{
    width: 150px;
    height: 150px;
   }
   .navbar-nav > li{
    margin: 0px 5px;
   }
   .logo-container{
    display: none;
   }
   .logo-right{
    margin-left: 0px!important;

   }
   .mobile-logo-bx{
    width: 100%;
    text-align: center;
    display: block;
    background-color: var(--off-white);
   }
}
