html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  padding-top: 100px;


  @media @max575 {
    padding-top: 80px;
  }
}

@max414: ~"(max-width: 414px)";
@max575: ~"(max-width: 575px)";
@max767: ~"(max-width: 767px)";
@min768: ~"(min-width: 767px)";
@max991: ~"(max-width: 991px)";
@max1200: ~"(max-width: 1200px)";

#colors() {
  // primary: #007bff;
  primary: #830f1d;
  //secondary: #79c14e;
  secondary:#e1c6a1;
  white: #ffffff;
  black: #000000;
  grey: #e9e9e9;
}

a {
  cursor: pointer;
}
.font-s12 {
  font-size: 11px;
}

.subheading {
  display: inline-block;
  position: relative;
  color: #colors[primary];
  font-size: 40px;
  // font-weight: bold;
  margin-bottom: 0;
  font-family: 'Merriweather', serif;

  @media @max575{
    font-size: 30px;
  }
  
}
/****************************** navbar ****************************************/
nav .navbar-nav .nav-link,
nav .navbar-brand {
  color: #colors[black];
  
  img {
   @media  @max575{
      width: 130px;
    }
  }
}
nav {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  // height: 80px;
  height: 100px;
      box-shadow: 0px 0px 10px 0px #b3b3b326;
  // background-color: #colors[white];
  background-color: #fff;
  // background-size: cover;
  // background-image: url("../images/gallery/bg2.jpg");
  // background-position: top center;
  // @media @max767 {
  //   height: auto;
  // }
  button.btn.popup-btn {
    background: #colors[secondary];
    color: #colors[white];
  }
  .container-fluid {
    @media @max767 {
      display: flex;
      justify-content: center !important;
    }
  }
}
.nav-item {
  padding: 0px;
  font-weight: bold;
  font-size: 16px;
}
.navbar-nav .active > .nav-link,
.navbar-nav a.nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
  color: #colors[secondary];
}
// .navbar{
//   @media @max575 {
//         padding: 2rem 0;
//   }
// }
.navbar-nav {
  > li {
    > a:hover,
    > a:active,
    > a:focus {
      //border-bottom: 2px solid #colors[secondary];
      color: #colors[secondary] !important;
    }
  }
} //end .navbar-nav

.callback {
  input.form-control {
    border-color: #colors[secondary];;
  }
  input#submit {
    font-size: 14px;
    background: #colors[primary];;
    color: #colors[secondary];
    font-weight: bold;
    border-color: #colors[secondary];;
    @media @max767 {
      font-size: 14px;
    }
  }
}
/****************************** home ****************************************/

#about-us {
  //background: url(../images/gallery/bg2.jpg) rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 17%;
  // background: #colors[primary];
  // color: #colors[white];
  // h3{
  //   color: #colors[white];
  // }
  .about {
    // background-size: cover;
    // background: rgba(0, 0, 0, 0.8);
    // background-repeat: repeat;
    // background-position: top center;
    @media @max767 {
      text-align: justify !important;
    }
    ul {
      font-size: 18px;
      li {
        padding-bottom: 8px;
      }
    }
  }
  .aboutConfig {
    img {
      padding-bottom: 15px;
      width: 65px;
    }
    p {
      padding: 5px 0;
      border-right: 2px solid #colors[primary];
      margin-bottom: 0;
      font-size: 22px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      @media @max767 {
        font-size: 18px;
      }
    }
    h6 {
      b {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
      }
      padding: 5px 0;
      border-right: 2px solid #colors[primary];
      margin-bottom: 0;
      
      @media @max767 {
        b {
          font-size: 24px;
        }
        font-size: 16px;
        margin-bottom: 0;
      }
    }
    
    sup {
      font-size: 12px;
      font-weight: bold;
      // color: #colors[white];
      @media @max767 {
        bottom: 5px;
      }
    }
    .col-lg-3 {
      padding: 0px;
      @media @max991 {
        margin-bottom: 30px;
        &:nth-child(2) h6,
        &:nth-child(2) p,{
          border-right: none;
        }
      }
      div{
        &:first-child{
          background: #830f1d4d;
          padding: 10px 0;
          border-top: 3px solid #colors[primary];
          margin-bottom: 10px;
        }
      }
      &:last-child h6,
      &:last-child p{
        border-right: none;
      }
    }
    
  }
}

#specification {
  background: #colors[primary];
  color: #colors[white];
  .card-title{
    margin-bottom: 0;
  }
  .subheading {
    padding-left: 22px;
    color: white;
    img {
      width: 70px;
    }
    p {
      font-size: 25px;
      margin-top: 10px;
    }
  }
  span {
    font-weight: bold;
    font-size: 18px;
  }
  li{
    font-size: 16px;
  }
  .ame-img {
    text-align: center;
    img {
      width: 60px;
    }
  }
  .amibg-left {
    width: 50%;
    position: absolute;
    z-index: -9;
    opacity: 0.2;
    top: 0;
    left: 0;
  }
  .amibg-right {
    width: 40%;
    position: absolute;
    z-index: -9;
    opacity: 0.2;
    top: 0;
    right: 0;
  }
}


#gallery {
  .col-sm-4,
  .col-sm-8{
    margin-bottom: 30px;
  }
}

#amenities {
  img{
    width: 60px;
    margin-bottom: 5px;
  }
  .col-sm-4{
    margin-bottom: 15px;
  }
  .heading {
    padding-left: 22px;
    img {
      width: 70px;
    }
    p {
      font-size: 25px;
      margin-top: 10px;
    }
  }
  ul {
    li {
      font-size: 16px;
    }
  }
  .amibg-left {
    width: 50%;
    position: absolute;
    z-index: -9;
    opacity: 0.2;
    top: 0;
    left: 0;
  }
  .amibg-right {
    width: 40%;
    position: absolute;
    z-index: -9;
    opacity: 0.2;
    top: 0;
    right: 0;
  }
}

#location {
  // background: #808081;
  // color: #colors[white];
  .border-right {
    border-right: 1px solid #colors[primary]!important;
  }
  img {
    border: 1px solid #colors[primary];
  }
  .heading {
    margin-bottom: 5px;
  }
  .accordion .fa {
    margin-right: 0.5rem;
  }
  .accordion button,
  .accordion button:hover,
  .accordion button:focus {
    text-decoration: none;
  }
  .card-header {
    border: 1px solid #colors[primary];
    background: transparent;
    // margin: 25px;
    margin-bottom: 5px;
    margin-top: 0;
    margin-right: 0;
    padding: 7px 20px;
    @media @max767 {
      margin: 0px;
      margin-bottom: 5px;
    }
    .btn {
      font-weight: 600;
    }
  }
  .card-body {
    padding: 10px 10px;
    border: 1px solid #colors[primary];
    border-top: none;
    // margin: 25px;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #colors[primary];
    margin-right: 0;
    @media @max767 {
      margin: 0px;
      margin-top: -5px;
      margin-bottom: 5px;
    }
  }
  .card-title {
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-weight: 600;
    color: #colors[primary];
  }
  .card {
    // padding-left: 25px;
    //background: #808081;
    border: none;
    @media @max767 {
      padding-left: 0px;
    }
  }
  .accordion .card-header:before {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
    // margin-left: -70px;
    border: 2px solid #colors[primary];
    padding: 0 10px;
    color: #colors[primary];
    @media @max767 {
      float: right;
    }
  }
  .accordion .card-header.collapsed:before {
    content: "\f067";
    color: #colors[primary];
  }
  .subheading{
    color: #colors[primary];
  }
}

#contact-us {
  #contact-form {
    background: url(../images/gallery/Gallery-pic1.jpg) rgba(0, 0, 0, 0.5);
    background-size: cover;
    // background-attachment: fixed;
    background-position: 50% 17%;
    height: 550px;
    .contact {
      background-size: cover;
      background: rgba(0, 0, 0, 0.7);
      background-repeat: repeat;
      background-position: top center;
      height: 550px;
      padding: 5% 10% !important;
      @media @max767 {
        padding: 3% 7% !important;
      }
    }
    p {
      color: #colors[white] !important;
    }
    h3 {
      color: #colors[white] !important;
    }
    .subheading:before {
      content: "";
      background-color: #colors[white];
    }
    .subheading:after {
      content: "";
      background-color: #colors[white];
    }
    .input-container {
      display: -ms-flexbox; /* IE10 */
      display: flex;
      width: 100%;
      margin-bottom: 15px;
    }

    .icon {
      padding: 5px;
      background: #colors[primary];
      color: #colors[white];
      min-width: 50px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
    }

    .input-field {
      width: 100%;
      padding: 10px;
      outline: none;
    }

    .input-field:focus {
      border: 2px solid #colors[primary];
    }

    /* Set a style for the submit button */
    .btn {
      background-color: #colors[primary ];
      color: #colors[white];
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      // width: 100%;
      opacity: 0.9;
      text-align: center;
      margin: auto;
      display: flex;
    }

    .btn:hover {
      opacity: 1;
    }
  }
}

/****************************** Footer ****************************************/
.fixed-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  // background-color: #colors[primary];

  .col-6 {
    padding: 0px !important;
    border-left: 1px solid #fff;
  }
  .fixed_contact2 {
    text-align: center;
    color: #colors[black];
    text-decoration: none;
    font-size: 16px;
    background-color: #colors[secondary];
    padding: 8px 0px !important;
    font-size: 16px;
    font-weight: bold;
  }
  .fixed_contact1 {
    text-align: center;
    color: #colors[white];
    text-decoration: none;
    font-size: 16px;
    background-color: #25d366;
    padding: 8px 0px !important;
    font-size: 16px;
    font-weight: bold;
    i {
      font-weight: bold;
    }
  }
}

.reach {
  position: fixed;
  right: 15px;
  bottom: 15px;
  border: none;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 20px;
  background: #colors[primary];
  color: #colors[white];
  border: 2px solid #fff;
  cursor: pointer;
  outline: none !important;
  // transform: rotate(-90deg);
  z-index: 999999;
  @media @max767 {
    display: none;
  }
}

#footer {
  background-color: #colors[secondary];
  a,p,h6,h4 {
    color: #colors[black];
  }
  .project-by{
    .Logo1{
      // width: 210px;
      @media @max767 {
        // width: 100%;
      }
    }
    .Logo2{
      // width: 210px;
      @media @max767 {
        // width: 70%;
      }
    }
    .Logo3{
      width: 200px;
      @media @max767 {
        width: 45%;
      }
    }
    .col-sm-4{
      border-right: 1px solid #fff;
      &:last-child {
        border-right: none;
      }
    }
  }
  .footer {
    background-color: #colors[secondary];
    p {
      margin-bottom: 0px;
      color: #colors[black] !important;
    }
  }
}
/****************************** Mobile ****************************************/
@media @max767 {
  .pt15 {
    padding-top: 15px;
  }
  .mb41 {
    margin-bottom: 41px;
  }
  .item {
    pointer-events: none;
  }
}
.main-btn-circle {
  position: relative;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #fffff0;
  background-color: #colors[primary];
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  z-index: 100;
}

.main-btn-circle {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  border-radius: 100%;
  line-height: 30px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-rect {
  position: relative;
  display: block;
  padding: 8px 35px;
  margin: 0px auto;
  font-size: 18px;
  background-color: #colors[primary];
  color: #fff;
}

.popup .fade-out {
  position: absolute;
  top: 3px;
  right: 3px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
.main-btn-circle:hover {
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup {
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
  .input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }

  .icon {
    padding: 5px;
    background: #colors[primary];
    color: #colors[white];
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #colors[primary];
  }

  .input-field:focus {
    border: 2px solid #colors[primary];
  }

  /* Set a style for the submit button */
  .btn {
    background-color: #colors[primary];
    color: #colors[white];
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    // width: 100%;
    opacity: 0.9;
    text-align: center;
    margin: auto;
    display: flex;
  }

  .btn:hover {
    opacity: 1;
  }
}
.popup.active {
  top: 0;
  // background-color: rgba(3, 3, 3, 0.98);
  background-color: rgba(43, 59, 108, 0.8);
  transition: background-color 0.6s, opacity 0.6s;
}

.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 300px;
  margin-top: 150px;
  padding: 25px;
  background-color: #fffff0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -o-transition: margin 0.6s;
}
.popup.active .popup-content {
  margin-top: 0px;
}




.new-anim-sec{
  margin-top: -30px;
  .col-lg-3{
    border-right: 1px solid #0000001c;

    @media @max991{
         margin-top:30px ;
      }
      @media @max575{
         border: 0;
      }

    &:last-child{
      border-right: 0;
    }
    &:nth-child(2)
    {
      @media @max991{
        border-right: 0;
      }
    }

  }
  .new-anim-box-dtl p{
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0;

    @media @max991{
      font-size: 16px;

    }
  }
}

.walkthrough-vdo{
  iframe{
    height: 315px;

    @media @max575{
      height: 200px;
    }
  }
}
.sheak i{ 
  animation: headShake 0.9s linear 1s infinite alternate;
}
.text-black{
  color: #000000;
}
.w3-sidebar {
  height: auto;
  top: 20%;
  width: 250px;
  background-color: #ffffff;
  position: fixed !important;
  z-index: 9999;
  overflow: auto;
  // border: 1px solid #000000;
  padding: 0 20px 10px;
  border-radius: 25px 0 0 25px;
  h5{
    color: #colors[primary];
    padding: 10px 0;
  }
  .form-control{
    border: 1px solid #colors[secondary];
    &:focus{
      box-shadow: none;
    }
  }
  #submit{
    background-color: #colors[primary];
    color: #colors[secondary];
    padding: 5px 20px;
    border: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
  }

}
#close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #000000;
  border: none;
  background: none;
}
@media (max-width: 767px){

  .w3-sidebar {
      top: 10%;
  }
}
