@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: rtl;
  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.3rem;
  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 0.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: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.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: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.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: 1px 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;
  }
}

.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: 100%;
  }
}

.det {
  gap: 100px;
}

.det .detimg {
  width: 500px;
}

@media (max-width: 991px) {
  .det {
    flex-direction: column;
    align-items: center;
  }

  .det img {
    width: 100%;
  }

  .space {
    letter-spacing: 25px;
  }

  .city-slider {
    display: none;
  }
}

.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"],
.form input[type="tel"],
.form input[type="email"]  {
  width: 250px;
  background-color: #000;
  border: 0;
  border-bottom: 1px solid white;
  font-family: "nextexit-variable";
  font-size: 20px;
  color:#fff
}
.form input[type="tel"] {
  direction: rtl;
}
#part5 .form input[type="text"],
#part5 .form input[type="tel"]  {
  color:#fff
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder {
  color: white;
}
.ac-input{
  display: flex;
      flex-direction: column;
}
input[type="submit"],
.send {
  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: 0.7s ease;
}

@media (max-width: 500px) {
  input[type="submit"],
  .send{
    font-size: 14px;
  }
}

input[type="submit"]:hover,
.send:hover {
  background-color: #fff;
  color: black;
}

.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  width: 75px;
  height: 75px;
  left: 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: 0.7s ease;
}

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

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

@media (max-width: 991px) {
  .form {
    flex-direction: column;
  }
}

.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: 0.9;
}

.btn-close {
  --bs-btn-close-color: white !important;
  --bs-btn-close-bg: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23000"%3e%3cpathd="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: 0px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: black;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}

.slick-dots {
  display: flex !important;
  justify-content: end;
  bottom: -35.1px;
}

.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;
  }
}

.slick-dots li {
  margin: 0 2px;
}

.prev-apart,
.next-apart {
  bottom: 1.5%;
}

.prev-apart {
  right: 3%;
  bottom: 1.5%;
}

.next-apart {
  right: 1%;
}

.prev-city,
.next-city {
  bottom: -7.5%;
}

.prev-city {
  right: 4%;
  bottom: -7.5%;
}

.next-city {
  right: 0%;
}

.prev-details,
.next-details {
  bottom: -5.8%;
}

.prev-details {
  right: 5%;
  bottom: -5.7%;
}

.next-details {
  right: 0%;
}

.prev-specific,
.next-specific {
  bottom: -7%;
}

.prev-specific {
  right: 4%;
  bottom: -6.9%;
}

.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;
  }
}
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.error-message {
  color: red;
  font-size: 0.875rem;
}
.invalid {
  border-color: red;
}
@media (max-width: 991px) {
  #scroll-to-top {
    display: none !important
  }
  .contact-btn {
    width: 40px;
    height: 40px;
    font-size: 10px;
    display: flex;
    top: unset;
    bottom: 17px;
    left: unset;
    right: 5%;
  }
  #part5{
    z-index: 1;
  }
}

.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: 670px;
}

#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: 0.4s ease;
}

.dot-wrap:hover {
  color: white;
}

.dot-wrap:hover .dot {
  background-color: #000;
}

.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%;
}

#part3 {
  background-image: url("../images/sqr_bg.jpg");
}
#part5{
  position: relative;
}
.ac-loader{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ac-inner-loader{
  display: flex;
  background-color: #fff;
  padding: 4%;
  flex-direction: column;
  width: 200px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  color: #000;
}
.ac-loader-img{
  margin-top: 20px;
}



@media (max-width: 991px) {
  .plan-gallery {
    width: 100% !important;
  }

  .plan-gallery img {
    width: 100% !important;
    height: auto;
    display: block;
  }
}
@media (max-width: 991px) {

    .mob-rem {
        padding: 0rem 1rem;
    }
}
