@font-face {
    font-family: 'NimbusSansNovusT-UltraLight';
    src: url('../fonts/NimbusSansNovusT-UltraLight.ttf');
  }
  
  @font-face {
    font-family: 'NewBaskervilleItalic';
    src: url('../fonts/NewBaskervilleItalic.ttf');
  }
  
  @font-face {
    font-family: 'AdobeFnt23';
    src: url('../fonts/AdobeFnt23.lst');
  }
  
  html{
      overflow-y: scroll;
  }
  
  body{
      direction: ltr;
      padding: 0 !important;
  }
  
  a{
      text-decoration: none;
      color: #000;
  }
  
  p,h1{
      margin: 0;
  }
  
  h1{
    font-family: 'NimbusSansNovusT-UltraLight';
    color: #fff;
    direction: ltr;
    line-height: 1;
  }
  
  .h1, h1 {
    font-size: calc(2.175rem + 1.5vw);
  }
  
  @media (min-width: 1200px){
  .h1, h1 {
      font-size: 3rem;
  }
  }
  
  h2{
    font-family: 'NimbusSansNovusT-UltraLight';
  }
  
  p{
    font-size: 1.4rem;
    font-family:"nextexit-variable";
  }
  
  
  /*WS Classes */
  .d-flex-center{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .bg-black{
      background-color: #000;
  }
  
  .text-left{
      text-align: left;
      direction: ltr;
  }
  
  .grey-bg{
    background-color: #EFF0EA;
  }
  
  /*END WS */
  
  .offcanvas.offcanvas-end {
      transition:transform .5s;
  }
  
  .offcanvas-backdrop.show {
      opacity: 0;
  }
  
  .g{
      height: 200vh;
  }
  
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
      width: 46px;
      height: 25px;
      position: relative;
      /* margin: 50px auto; */
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
  }
  
    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #000;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
  
    /* Icon 3 */
  
  #nav-icon3 span:nth-child(1) {
      top: 0px;
    }
    
    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
      top: 13px;
    }
    
    #nav-icon3 span:nth-child(4) {
      top: 27px;
    }
    
    #nav-icon3.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    
    #nav-icon3.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    #nav-icon3.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    #nav-icon3.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
  
    .b-menu{
      border: 0;
      background-color: unset;
    }
  
    .dot {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      border: 2px solid black;
      font-size: 11px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'NewBaskervilleItalic';
    }
  
  .slogan{
    padding: 50px 10px;
    gap: 20px;
  }
  
  .slogan p{
    max-width: 350px;
    text-align: justify;
    color: #fff;
  }
  
  @media (max-width:991px) {
    .slogan{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    
  }
  
  .the-city .cityimg{
    width: 340px;
  }
  
  .the-city p, .streets p, .the-details p{
    text-align: justify;
    max-width: 360px;
  }
  
  .space{
    font-size: 5rem;
    line-height: 0.4;
    letter-spacing: 40px;
    margin-right: -45px;
  }
  
  .sub-space{
    font-family: 'NewBaskervilleItalic';
    font-size: 2.1rem;
  }
  
  @media (max-width:1120px) {
    .the-city{
      flex-direction: column-reverse;
      align-items: center;
    }
  
    .the-city img{
      display: none;
    }
    
  }
  
  .streets img{
    width: 696px;
  }
  
  
  
  .street-line{
    width: 100%;
    height: 4px;
    background-color: #DFE1D6;
  }
  
  @media (max-width:1200px) {
    .streets{
      flex-direction: column-reverse;
      align-items: center;
    }
  
    .streets img{
      width: 350px;
    }
    
  }
  
  .det{
    gap: 100px;
  }
  
  .det .detimg{
    width: 500px;
  }
  
  @media (max-width:991px) {
    .det{
      flex-direction: column;
      align-items: center;
    }
  
    .det img{
      width: 350px;
    }
    
  }
  
  .bold-line{
    width: 100%;
    height: 4px;
    background-color: #DFE1D6;
  }
  
  .light-line{
    width: 100%;
    height: 1px;
    background-color: #DFE1D6;
    align-self: center;
  }
  
  .dreamers{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .dreamers p{
    text-align: justify;
    max-width: 440px;
  }
  
  @media (max-width:991px) {
    .quer{
      flex-direction: column;
    }
  
    .quer div{
      align-self: unset !important;
    }
  
    .logo-txt{
      flex-direction: column !important;
    }
    
  }
  
  .form input[type="text"]{
    width: 250px;
    background-color: #000;
    border: 0;
    border-bottom: 1px solid white;
    font-family:"nextexit-variable";
    font-size: 20px;
   color:#fff;
  
  }
  
  input[type="text"]::placeholder{
    color: white;
  }
  
  input[type="submit"]{
    width: 65px;
    height: 65px;
    border-radius: 50px;
    font-family:"nextexit-variable";
    font-size: 22px;
    border: 1px solid white;
    background-color: #000;
    color: white;
    transition-property: background-color, color;
    transition:.7s ease;
    display: flex;
    justify-content: center;
  }
  
  input[type="submit"]:hover{
    background-color: #fff;
    color: black;
  }
  
  @media (max-width:991px) {
    .form{
      flex-direction: column;
    }
    .the-city img {
      display: block;
    }
    .slick-dotted.slick-slider {
      margin-bottom: 0px;
    }
    
  }
  
  .phone-num{
    gap: 200px;
  }
  
  .p-num{
    font-family: 'NewBaskervilleItalic';
    font-size: 3.2rem;
  }
  
  @media (max-width:600px) {
    .phone-num{
      flex-direction: column;
      gap: 10px;
      justify-content: center;
      align-items: center;
    }
    
  }
  
  .offcanvas{
    background-color: #000;
    opacity: .9;
  }
  
  .btn-close {
    --bs-btn-close-color: white !important;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
  }
  
  .offcanvas-body a{
    color: white !important;
    font-family: 'NewBaskervilleItalic';
    font-size: 3rem;
  }
  
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  
  .slick-dots li button:before {
    font-family: unset;
    font-size: 0px;
    rotate: 135deg;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: black;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-dots{
    display: flex !important;
    justify-content: end;
    bottom: -30px;
  }
  
  .apartments-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: unset;
    left: unset;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: unset;
    z-index: 1;
  }
  
  @media (max-width:1200px) {
    .slick-prev,.slick-next{
      display: none !important;
    }
    
  }
  
  .prev-apart, .next-apart{
    bottom: 2%;
  }
  
  .prev-apart {
    right: 3%;
    bottom: 2.1%;
}
  
  .next-apart {
    right: 1%;
  }
  
  .prev-city, .next-city{
    bottom: -6%;
  }
  
  .prev-city {
    right: 4%;
    bottom: -6%;
}
  
  .next-city{
    right: 0%;
  }
  
  .prev-details, .next-details{
    bottom: -5%;
  }
  
  .prev-details {
    right: 5%;
    bottom: -5%;
}

  .next-details{
    right: 0%;
  }
  
  .prev-specific, .next-specific{
    bottom: -7%;
  }
  
  .prev-specific {
    right: 4%;
    bottom: -7%;
}
  
  .next-specific{
    right: 0;
  }
  
  /* .prev{
    transform: rotate(180deg);
  } */
  
  @media (max-width:1400px) {
    .prev-apart {
      bottom: 3.5%;
  }
  
  .prev-specific{
    bottom: -5.1%;
  }
  }
  
  @media (max-width:1121px) {
    .specifications-dots{
      display: none !important;
    }
  
    .details-slider{
      display: none;
    }
  
    .slick-dots{
      display: none !important;
    }
    
  }
 
  
  .bg-slide1{
    background-image: url('../images/gallery/gallery000.jpg');
  }
  
  .bg-slide2{
    background-image: url('../images/gallery/gallery010.jpg');
  }
  
  .bg-slide3{
    background-image: url('../images/had1.jpg');
  }
  
  .bg-slide4{
    background-image: url('../images/gallery/gallery001.jpg');
  }
  
  
  .bg-slides{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
  }
  
  #scroll-to-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition-property: background-color, opacity;
    transition: 0.3s, transform 0.3s;
    opacity: 0;
  }
  
  #scroll-to-top:hover {
    background-color: grey;
  }
  
  .ac-digictloud {
    fill: black;
    width: 13px;
    height: auto;
    position: fixed;
    top: 45%;
    left: 0.5%;
    z-index: 999;
  }
  
  .fadein{
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  
  .dot-wrap,.dot{
    transition-property: background-color, color ;
    transition: .4s ease;
  }
  
  .dot-wrap:hover{
    color: white;
  }
  
  .dot-wrap:hover .dot{
    background-color: #000;
  }

  .slick-slider{
    direction: rtl;
  }

   
  @media (max-width:991px) {
    .space {
        font-size: 4.2rem;
        margin-right: 0;
    }

    .ac-digictloud {
        top: 60%;
      }
    
  }

  /* .slick-dotted.slick-slider {
    margin-bottom: 115px;
} */

.video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
}


.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  width: 75px;
  height: 75px;
  right: 0;
  top: 20%;
  border-radius: 50px;
  font-family: "NewBaskervilleItalic";
  font-size: 19px;
  border: 1px solid white;
  background-color: #000;
  color: white;
  transition-property: background-color, color;
  transition: .7s ease;
}

.contact-btn:hover{
  background-color: white;
  color: #000;
  border-color: #000;
}

@media (max-width:700px) {
  .contact-btn{
    display: none;
  }
  
}

#part3{
  background-image: url('../images/sqr_bg.jpg');
}