    @font-face {
    font-family: 'Gotham-Book';
    src: url(../Fonts/Gotham-Book.ttf);
  }
  @font-face {
    font-family: 'DINExp';
    src: url(../Fonts/D-DINExp.otf);
  }
 
  html,
  body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-transform:uppercase;
  }
  
  body {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    -webkit-font-smoothing: antialiased;
    padding-top: 67px;
    font-family: "Poppins", serif;

  //   @media @max1366 {
  //      padding-top:84px;
  //   }
  //   @media @max1200 {
  //      padding-top:72px;
  //   }
     @media @max991 {
       padding-top:85px;
     }
  }
  @max360: ~"(max-width: 360px)";
  @max414: ~"(max-width: 414px)";
  @max575: ~"(max-width: 575px)";
  @max767: ~"(max-width: 767px)";
  @max768: ~"(max-width: 767px)";
  @max991: ~"(max-width: 991px)";
  @max1199: ~"(max-width: 1199px)";
  @max1200: ~"(max-width: 1200px)";
  @max1366: ~"(max-width: 1366px)";
  
  #colors() {
    
    primary: #369ECD;
    secondary:#369ECD;
    white: #ffffff;
    black: #000000;
    grey: #e9e9e9;  
  }
  
  a {
    cursor: pointer;
  }
  
  .font-s12 {
    font-size: 11px;
  }
  
  .subheading {
    display: inline-block;
    position: relative;
    color: #colors[black];
    font-size: 35px;
    margin-bottom: 0;
    font-family: "Cormorant Garamond", serif;

  //   text-align: center;
//   span{
//       background:#colors[primary];
//       color:#fff;
//       padding:2px;
//   }
  
    // @media @max575 {
    //   font-size: 20px;
    //   line-height:30px;
    // }
  
  }
  
  .list-head {
    display: inline-block;
    position: relative;
    color: #colors[secondary];
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #373952;
  
    @media @max575 {
      font-size: 18px;
    }
  }
  
  /****************************** navbar ****************************************/
  nav .navbar-nav .nav-link,
  nav .navbar-brand {
    color: #colors[black];
    //  img {
    //         width:250px
    //      @media @max575{
    //     width: 200px;
             
    //      }
    //  }
  }
  .navbar-brand{
      img{
           width:150px;
      @media @max991{
           width:150px;
      }
      }
      @media @max991{
          margin-right: 22rem;
      }
      @media @max768{
          margin-right: 16rem;
      }
  
      @media @max575{
          margin-right: 10rem;
      }
      @media @max414{
          margin-right: 6rem;
      }
      @media @max360{
          margin-right: 5rem;
      }
  }
  .navbar-toggler {
      color: #colors[primary];
      &:hover{
          color: #colors[primary];
      }
  }
  
  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-size: cover;
    // background-image: url("../images/gallery/bg2.jpg");
    // background-position: top center;
    // @media @max767 {
    //   height: auto;
    // }
    button.btn.popup-btn {
      background: #colors[secondary];
      /*background:#6e441e;*/
      color: #colors[white];
      text-transform:uppercase;
      @media @max1200{
        font-size:14px;
    }
    }
  
    .container-fluid {
      @media @max991 {
        display: flex;
        justify-content: end !important;
      }
    }
  }
  @media @max991{
      
  .navbar-collapse{
          
      border-top: 1px solid #f8a352;
      text-align: center;
      position: absolute;
      width: 100%;
      background: #000;
      left: 0;
      top: 126px;
      button{
          margin:0 auto;
      }
  }
  }
  .nav-item {
    padding: 0px;
    font-weight: 500;
    font-size: 14px;
    @media @max1366{
        font-size:14px;
    }
  }
  
  .navbar-nav .active>.nav-link,
  .navbar-nav a.nav-link.active,
  .navbar-nav .nav-link.show,
  .navbar-nav .show>.nav-link {
    color: #colors[primary];
  }
  
  // .navbar {
  //   @media @max575 {
  //     padding: 2rem 0;
  //   }
  // }
  
  .navbar-nav {
    >li {
  
      >a:hover,
      >a:active,
      >a:focus {
        //border-bottom: 2px solid #colors[secondary];
        color: #colors[primary] !important;
      }
    }
  }
  
  //end .navbar-nav
  
  .callback {
    input.form-control {
      border-color: #colors[primary];
      ;
    }
  
    input#submit {
      font-size: 14px;
      background: #colors[primary];
      
      color: #colors[white];
      font-weight: bold;
      border-color: #colors[primary];
      
  
      @media @max767 {
        font-size: 14px;
      }
    }
  }
  
  /****************************** home ****************************************/
  
  #about-us {
      //  background: url(../images/overview.png) no-repeat;
      background-position: top center;
      @media @max575{
          background-size:90%;
          background-position: 50% 0%;
      }
    // 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;
        }
      }
      // img{
      //   width: 60px;
      // }
    }
    .img-icon{
      width: 50px;
      
    }
    h5{
      color: #colors[black];
      // font-family: 'gotham-medium';
      font-size:20px;
  
    }
     p{
      line-height: 30px;
      // color: #fff;
      text-align:justify;
    }
  
    .aboutConfig {
      img {
        padding-bottom: 15px;
        width: 50px;
         @media @max414{
          width: 36px;  
      }
      }
  
      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 {
        // color: #fff;
        font-size:14px;
        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 @max1199 {
          b {
            font-size: 24px;
          }
  
        }
  
        @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: #be95524d;
          background: #9977304d;
          padding: 10px 0;
          border-top: 3px solid #colors[primary];
          margin-bottom: 10px;
        }
      }
  
      &:last-child h6,
      &:last-child p {
        border-right: none;
      }
    }
  
  }
  }
  
  
  #specification {
  //   background:url(../images/Specifications.png) no-repeat;
    background-position: top center;
     @media @max575{
          background-size:95%;
          background-position: 50% 2%;
      }
    .card-title {
      margin-bottom: 0;
     color: #colors[primary];
     font-weight:500;
  //   font-family: 'gotham-medium';
     &:hover{
         text-decoration:none;
     }
      }
    
  
    .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: 14px;
      line-height: 24px;
      padding-bottom: 7px;
    }
  
    .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;
    }
    .card-header{
      background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
      background-size: 16px;
        cursor: pointer;
        font-size: 16px;
        &.collapsed {
              background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
        }
    }
    .card-body{
      padding: 1.25rem 0;
    }
    
  }
  
  
  #gallery {
  //  background:url(../images/gallery.png) no-repeat;
     background-position: top center;
  //   padding:70px 0;
  //   margin: 40px 0 0;
      @media @max575{
          background-size:90%;
          background-position: 50% 0%;
      }
     .tz-gallery{
         margin-top:50px;
     }
    .col-sm-4,
    .col-sm-8 {
      // margin-bottom: 30px;
      margin-bottom: 5px;
      @media @max575{
        margin-bottom: 1px;
      }
      img{
        border: 1px solid #colors[primary];
      }
        .blur{
          filter: blur(1px);
        }
    }
   
  }
  #floor-plan {
  //  background:url(../images/Floor-Plans.png) no-repeat;
     background-position: top center;
      @media @max575{
          background-size:90%;
          background-position: 50% 4%;
      }
    .col-sm-4,
    .col-sm-8 {
      margin-top: 30px;
      // margin-bottom: 5px;
      
      img{
        border: 1px solid #colors[primary];
        position:relative;
      }
        .blur{
          filter: blur(5px);
        }
    }

   .floor-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    @media @max575{
        top: 50%;
    }
    a{
          background-color: #ffffff;
            color: #000000;
           padding: 5px 30px;
           @media @max575{
               padding:5px;
           }
       }
}
  }
  
  // #gallery {
  //   // background: #colors[grey];
  //   img{
  //     border: 1px solid #888;
  //   }
  //   .nav-tabs {
  //     justify-content: center;
  //     border: none !important;
  //   }
  //   .nav-tabs .nav-item.show .nav-link,
  //   .nav-tabs .nav-link.active {
  //     color: #fff !important;
  //     background-color: #colors[primary] !important;
  //     border: 1px solid #colors[primary];
  //   }
  //   .nav-tabs .nav-link:focus,
  //   .nav-tabs .nav-link:hover {
  //     color: #fff !important;
  //     background: #colors[primary] !important;
  //     border: 1px solid #colors[primary];
  //   }
  //   .nav-tabs .nav-link {
  //     // background: #colors[secondary] !important;
  //     // color: #fff !important;
  //     width: auto;
  //     border: 1px solid #colors[secondary];
  //     border-radius: 5px;
  //     margin: 20px 5px;
  //     cursor: pointer;
  //     @media @max767 {
  //       margin: 10px 0;
  //       padding: 5px 8px;
  //     }
  //   }
  //   .nav-item {
  //     @media @max767 {
  //       padding: 0px 3px !important;
  //     }
  //   }
  //   .tab-content {
  //     .col-sm-3 {
  //       margin: 20px 0;
  //     }
  //   }
  //   button.owl-next,
  //   .owl-prev {
  //     outline: none;
  //     span {
  //       font-size: 59px;
  //       font-family: initial;
  //     }
  //   }
  // }
  
  #amenities {
    background-color: #colors[secondary];
  //   background:url(../images/Amenities.png) no-repeat;
    background-position: top center;
     @media @max575{
          background-size:100%;
          background-position: 50% 0%;
      }
    img {
      width: 50px;
      margin-bottom: 5px;
      @media @max767{
        width: 35px;
      }
    }
  
    .col-sm-4 {
      margin-bottom: 15px;
    }
    .amenities-slider{
      padding: 50px 0 0;
    }
    .aminity-img{
      img{
        margin-left: 70px;
        
        @media @max575{
            width:50px;
            margin-left: 60px;
        }
        }
        p{
          padding-top: 15px;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          
          
        }
    }
  
    .heading {
      padding-left: 22px;
  
      img {
        width: 70px;
      }
  
      p {
        font-size: 25px;
        margin-top: 10px;
      }
    }
  
    ul {
      li {
        font-size: 16px;
        line-height: 28px;
        text-transform: uppercase
      }
    }
  
    .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;
    }
   .amenities-inner {
      // box-shadow: 0 0 10px 0 #00000012;
      padding: 10px 0;
    //   margin-bottom: 20px;
    //   border-radius: 10px;
    margin: 0 50px 20px;
    //   border-bottom: 1px solid #f5bc17;
      @media @max575{
        margin: 0;
      }
      p{
        margin-bottom: 0;
        color:#colors[white];
        @media @max575{
          font-size: 12px;
        }
      }
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #colors[primary];
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-tabs .nav-link {
  border: 0;
  // border-top-left-radius: .25rem;
  // border-top-right-radius: .25rem;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  @media @max360{
    font-size: 14px;
  }
  }
  .ameniti-row{
    position: relative;
    .ameniti-col{
          /* background-color: #000; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    li{
      p{
        font-size: 20px;
          @media @max767{
            font-size: 16px;
          }
      }
    }
    h3{
      color: #colors[secondary];
      padding-bottom: 20px;
    }
    @media @max767{
      position: initial;
      background-color: #000;
    }
    }
  }
  .ameniti-img{
    position: relative;
    &::before{
      content: '';
      position: absolute;
      background-image: linear-gradient(to right, #000000 10%, transparent);
      height: 100%;
      width: 100%;
    }
  }
  }
  #amenities1 {
    // background-color: #colors[primary];
  //   background:url(../images/Amenities.png) no-repeat;
    background-position: top center;
     @media @max575{
          background-size:100%;
          background-position: 50% 2%;
      }
    img {
      width: 70px;
      margin-bottom: 5px;
      @media @max767{
        width: 50px;
      }
    }
  
    .col-sm-4 {
      margin-bottom: 15px;
    }
    .amenities-slider{
      padding: 50px 0 0;
    }
    .aminity-img{
      img{
        margin-left: 70px;
        
        @media @max575{
            width:50px;
            margin-left: 60px;
        }
        }
        p{
          padding-top: 15px;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
        }
    }
  
    .heading {
      padding-left: 22px;
  
      img {
        width: 70px;
      }
  
      p {
        font-size: 25px;
        margin-top: 10px;
      }
    }
  
    ul {
      li {
        font-size: 16px;
        line-height: 28px;
        text-transform: uppercase
      }
    }
  
    .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;
    }
   .amenities-inner {
      // box-shadow: 0 0 10px 0 #00000012;
      padding: 10px 0;
      margin-bottom: 20px;
      border-radius: 10px;
      @media @max575{
        margin-bottom: 0;
      }
      p{
        margin-bottom: 0;
        // color: #fff;
        @media @max575{
          font-size: 12px;
        }
      }
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #colors[primary];
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-tabs .nav-link {
  border: 0;
  // border-top-left-radius: .25rem;
  // border-top-right-radius: .25rem;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  @media @max360{
    font-size: 14px;
  }
  }
  }
  .floor{
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      color: #fff;
      background-color: #colors[primary];
      border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-tabs .nav-link {
    border: 0;
    // border-top-left-radius: .25rem;
    // border-top-right-radius: .25rem;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    @media @max360{
      font-size: 14px;
    }
  
   
  }
  }
  #location {
    // background: #808081;
    // color: #colors[white];
  //   background:url(../images/Location.png) no-repeat;
     background-position: top center;
     @media @max575{
         background-size:90%;
         background-position:50% -1%;
     }
    .border-right {
      border-right: 1px solid #colors[secondary] !important;
    }
  
    img {
      border: 1px solid #colors[secondary];
    }
  
    .heading {
      margin-bottom: 5px;
    }
  
    .accordion .fa {
      margin-right: 0.5rem;
    }
  
    .accordion button,
    .accordion button:hover,
    .accordion button:focus {
      text-decoration: none;
    }
  
    .card-header {
      // color: 1px solid #colors[secondary];
      border: 1px solid #808080;
      background: transparent;
      // margin: 25px;
      margin-bottom: 5px;
      margin-top: 0;
      margin-right: 0;
      padding: 7px 10px;
  
      @media @max767 {
        margin: 0px;
        margin-bottom: 5px;
      }
  
      .btn {
        font-weight: 600;
      }
    }
  
    .card-body {
      padding: 10px 10px;
      border: 1px solid #808080;
      // border: 1px solid #colors[black];
      border-top: none;
      // margin: 25px;
      margin-top: -5px;
      margin-bottom: 5px;
      // color: #colors[black];
      margin-right: 0;
  
      @media @max767 {
        margin: 0px;
        margin-top: -5px;
        margin-bottom: 5px;
      }
    }
  
    .card-title {
      margin-bottom: 0.75rem;
      font-size: 16px;
      font-weight: 500;
      color: #colors[primary];
      // font-family: 'Kalufonia';
      @media @max575{
          font-size: 15px;
      }
    }
  
    .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 {
    .row{
      background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../images/gallery/Gallery-pic3.jpg) rgba(0, 0, 0, 0.5);
      background-size: cover;
      // background-attachment: fixed;
      background-position:top;
    }
  
    #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: 750px;*/
  
      .contact {
        background-size: cover;
        // background: rgba(0, 0, 0, 0.7);
        background-repeat: repeat;
        background-position: top center;
        height: 750px;
        padding: 0% 10% !important;
  
        @media @max767 {
          padding: 0% 7% !important;
          height: 920px 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;
        text-transform: uppercase;
        color:#606060;
      }
      
  
      .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;
      }
    }
    img{
        height:550px;
        object-fit:cover;
    }
  }

  @media (max-width: 767px) {
    #contact-us #contact-form .contact {
        padding: 0% 7% !important;
        height: 920px !important;
    }
}
  
  /****************************** Footer ****************************************/
  .fixed-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
  
    .col-6 {
      padding: 0px !important;
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
    }
  
    .fixed_contact2 {
      text-align: center;
      color: #colors[white];
      text-decoration: none;
      font-size: 16px;
      background-color: #colors[primary];
      padding: 8px 0px !important;
      font-size: 20px;
      font-weight: bold;
      @media @max575{
        font-size: 14px;
      }
    }
  
    .fixed_contact1 {
      text-align: center;
      color: #colors[white];
      text-decoration: none;
      font-size: 16px;
      background-color: #colors[primary];
      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-color: #colors[primary];
    color: #colors[white];
    border: 2px solid #fff;
    cursor: pointer;
    outline: none !important;
    // transform: rotate(-90deg);
    z-index: 999999;
    text-transform:uppercase;
    @media @max767 {
      display: none;
    }
  }
  
  #footer {
    background-color: #colors[white];
  
    a,
    p,
    h6,
    h4, h5 {
      color: #000;
    }
  
    .project-by {
      .Logo1 {
  
        // width: 210px;
        @media @max767 {
          // width: 100%;
  
        }
        @media @max575{
          display: block;
          margin: 0 auto;
        }
      }
  
      .Logo2 {
  
        // width: 210px;
        @media @max767 {
          // width: 70%;
        }
        @media @max575{
            width:90px;
        }
      }
  
      .Logo3 {
        width: 200px;
  
        @media @max767 {
          width: 45%;
        }
      }
  
      .col-sm-4 {
        border-right: 1px  solid #6c6c6c2b;
  
        &:last-child {
          border-right: none;
        }
      }
    }
  
    .footer {
      background-color: #colors[white];
  
      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];
      color: #777;
      text-transform:uppercase;
    }
  
    .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: 615px;
    max-height: 590px;
    // max-height: 568px;
    min-width: 300px;
    margin-top: 150px;
    padding: 25px;
    background-color: #ffffff;
    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;
  }
  .modal{
      .modal-content{
          padding:20px;
      }
    .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];
      color: #777;
    }
  
    .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;
    }
    .main-btn-circle {
    position: relative;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fffff0;
    background-color: #colors[primary];
    text-transform: uppercase;
    font-size: 15px;
    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;
    position:absolute;
    right:15px;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .popup .fade-out {
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
  }
  }
  
  
  .usp{
      //  background-image: url(../images/usp.png);
      // background-position: top center;
      // background-repeat:no-repeat;
  background-color:#colors[primary];
      .subheading{
      color:#colors[secondary]
  }
  }
  .new-anim-sec {
  //   margin-top: -30px;
  
    .col-lg-4 {
      border-right: 1px solid #colors[white];
      margin-bottom:30px;
  
      @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-img{
          img{
              width:50px;
          }
      }
    .new-anim-box-dtl p {
      font-size: 14px;
      padding-top: 10px;
      margin-bottom: 0;
      color:#colors[white];
      text-transform:uppercase;
      @media @max991 {
        font-size: 16px;
  
      }
    }
  }
  
  .walkthrough-vdo {
    padding: 50px 0 100px;
    @media @max575 {
      padding: 50px 0 0;
    }
    iframe {
      // height: 315px;
  
      @media @max575 {
        height: 200px;
      
      }
    }
  }
  
  .project-part {
  
    @media @max767 {
      border-right: 0px !important;
      border-bottom:  1px solid #dee2e6;
    }
  }
  
  .aminitis-img{
    width: 100% !important;
  }
  button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .slide-arrow{
    position: absolute;
    top: 36%;
    margin-top: -15px;
  }
  .prev-arrow{
    left: -40px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #757575;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    
    @media @max575{
        left:0;
    }
  }
  .next-arrow{
    right: -40px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #757575;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    
     @media @max575{
        right:0;
    }
  }
  button:focus {
    outline: none;
  }
  .img-icon-1{
      width:40px !important;
      padding-bottom:20px !important;
      @media @max414{
          width:36px !important;
      }
  }
  
  .sheak i{ 
        animation: headShake 0.9s linear 1s infinite alternate;
  }
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  .enq-now {
    background-color: #colors[primary];
    color: #ffffff;
    font-weight: 500;
  
  }
  .btn:focus{
    box-shadow: none;
  }
  
  .baguetteBox-button {
  background-color: transparent !important;
  }
  
  #baguetteBox-overlay .full-image img {
  @media only screen and (max-width: 767px) {
    width: 75% !important;
  }
  }
  #accordian .card-header{
    position: relative;
    
  }
  .accordion-button::after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 18px;
  }
  .accordion-button.collapsed::after {
    content: "\f106";
    font-family:'FontAwesome';
    font-weight: 900;
    // float: right;
  }
  
   .card{
    margin-bottom: 10px;
  }
  .card-body{
    ul{
      margin-bottom: 0;
    }
  }
  .blur{
    filter: blur(5px);
  }
  .abt-developer{
      //  background:url(../images/abt-dev.png) no-repeat;
     background-position: top center;
     @media @max575{
         background-size:97%;
         background-position:50% 0%;
     }
     
     .floor-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    @media @max575{
        top: 50%;
    }
    a{
          background-color: #ffffff;
            color: #000000;
           padding: 5px 30px;
           @media @max575{
               padding:5px;
           }
       }
}
  }
  .abt-dev-main{
      background-color: #colors[white];
      color: #000;
      margin-top:50px;
      @media @max575{
      padding:20px;
      margin-top:0;
          
      }
      img{
          position:relative;
      }
      .dev-img{
          
      p{
          position:absolute;
          right:10px;
          bottom:0;
          color:#fff;
      }
      }
      .core-box{
      box-shadow: 0 0 10px 0 #00000012;
      padding: 20px;
      border-radius: 10px;
      margin-bottom:20px;
       h4{
            
            color: #colors[secondary];
           
        }
      }
  }
  .cntr-main{
    .cntr{
        text-align: center;
        margin-bottom: 40px;
        @media @max575{
          // margin-bottom: 0;
        }
        h4{
            font-size: 35px;
            font-weight: 700;
            color: #colors[primary];
            font-family: 'Kalufonia';
           @media @max575{
            font-size: 26px;
           }
           small{
            font-size: 15px;
            text-transform: uppercase;
           }
        }
        p{
            font-size: 20px;
            text-transform: uppercase;
            color: #colors[black];
            margin-bottom: 0;
            @media @max575{
              font-size: 16px;
             }
        }
        
    }
    @media @max767{
        .cntr{
            border-right: 0;
            padding-bottom: 20px;
        } 
    }
    @media @max575{
        .cntr{
            padding-bottom: 0;
        } 
    }
    
  }
  .tz-gallery {
    margin-bottom: 0px;
    text-align: center;
    .photos {
        margin-bottom: 24px;
        // display: none;
        a {
            position: relative;
            img {
                padding: 10px;
                border: 1px solid #26474754;
                transition: all 0.5s;
                width: 95%;
                position:relative;
                @media @max575{
                    width:100%;
                }
            }
            
            .zoom-icon {
                position: absolute;
                top: -20px;
                right: 41%;
                img {
                    border: none;
                    display: none;
                    transition: all 0.5s ease-in-out;
                    width: 64px;
                    @media only screen and (max-width: 767px) {
                        width: 52px;
                    }
                }
                @media only screen and (max-width: 767px) {
                    top: -18px;
                    right: 38%;
                }
            }
            &:hover img {
                opacity: 0.5;
            }
            &:hover .zoom-icon img {
                display: block;
                opacity: 1;
            }
        }
        position:relative;
        p{
          position: absolute;
          bottom: -4px;
          right: 50px;
          z-index: 1;
          color: #fff;
          font-size: 12px;
          @media @max575{
              right:20px;
          }
            }
           
    }
   
    
    .load-btn {
        padding: 15px;
        font-size: 18px;
        color: #fff;
        background-color: #707072;
        .right {
            width: 32px;
            margin-right: 16px;
            @media only screen and (max-width: 767px) {
                width: 26px;
                margin-right: 10px;
            }
        }
        .right-change {
            width: 32px;
            margin-right: 16px;
            display: none;
            @media only screen and (max-width: 767px) {
                width: 26px;
                margin-right: 10px;
            }
        }
        &:hover {
            color: #000;
            text-decoration: none;
        }
        &:hover .right {
            display: none;
        }
        &:hover .right-change {
            display: inline;
        }
        @media only screen and (max-width: 767px) {
            font-size: 16px;
        }
    }
    // @media only screen and (max-width: 767px) {
    //     margin-bottom: 40px;
    // }
    // @media only screen and (max-width: 414px) {
    //     margin-bottom: 30px;
    // }
  }
  .connect{
      ul{
          display:flex;
          justify-content: center;
          margin-top:50px;
          li{
             padding:0 10px;
              i{
                  font-size: 25px;
                  color:#colors[primary]
              }
          }
      }
  }
  .slick-slide img{
    width: 90%;
   
  }
  .slick-next{
    background: url(../images/Next.png) no-repeat!important;
    width: 100px !important;
  }
  .slick-next:before {
    content: '' !important;
  }
  .slick-prev{
    background: url(../images/PRev.png) no-repeat!important;
    width: 100px !important;
    left: 40% !important;
    z-index:9;
  }
  .slick-prev:before {
    content: '' !important;
  }
  .slick-prev, .slick-next{
    bottom:-20px !important;
    top: auto !important;
    right: 40% !important;
  }
  @media @max767 {
      .slick-next
      {
       right:10% !important;
      }
   }
   @media @max767 {
   .slick-prev
      {
       left:10% !important;
      }
   }
   .sheak { 
        animation: headShake 0.9s linear 1s infinite alternate;
  }
  .projectby{
      border-right:1px solid #colors[primary]; 
  }
  .namste-zindagi{
      p{
          line-height:32px;
      }
      h4{
          color:#colors[primary];
      }
      .abt-homes{
          background-color:#colors[primary];
          padding:30px 0;
          margin:15px 0;
          .col-md-3{
              border-right:2px solid #colors[white];
              
          &:last-child {
              border-right: 0;
          }
          }
          h6{
              color:#fff;
              margin-bottom:0;
              @media @max767{
                  margin-bottom:10px;
              }
          }
      }
  }
  .modal-title{
      font-size:14px;
  }
  @media @max575{
  .truncate {
      overflow: hidden;
      max-height: 170px;
      transition: max-height 0.3s ease;
  }
  .truncate.expanded {
      max-height: none;
  }
  .read-more-btn {
      cursor: pointer;
      color: #777;
      background: none;
      border: 1px solid #777;
      padding: 0;
      font: inherit;
      /* text-decoration: underline; */
      margin-bottom: 20px;
      padding: 10px;
  }
      
  }
 .modal-header{
     padding:1rem 0rem;
 }