* {
    margin: 0;
    box-sizing: border-box;
    font-family: var(--main-font);
  }

  :root {
    --main-color: #076eb0;
    --dark-color: #164c6e;
    --sec-color: #bcd0d8;
    --white-smoke: #f1f1f1;
    --text-p-color: #999;
    --main-font: "Poppins", sans-serif;
    --yellow-color:#FFC107;
    --light-color: #2f80ed;
    --logo-color: #c6a081;
  }
  @font-face {
    font-family: "step_arabic";
    src: url(../fonts/Montserrat-Arabic-Regular.ttf);
  }
  .iti__flag {background-image: url(../js/packages/int-tel/flags.png);}

@media (min-resolution: 2x) {
  .iti__flag {background-image: url("path/to/flags@2x.png");}
}
/* .iti{
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
} */
  input{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  html{
      scroll-behavior: smooth;
  }
  body {
    font-family: var(--main-font);
    position: relative;
  }

  .display-none{
      display: none !important;
    }
  .curs-pointer {
    cursor: pointer;
  }
  .swal-success-btn{
      background-color: var(--main-color) !important;
      width: 100px !important;
  }
  .swal-success-title{
      color: var(--dark-color) !important;
  }
  .show-chat{
    /* display: block !important; */
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .show-chat-with-me{
    visibility: visible !important;
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
  }
  .background-images .splide__slide img {
    object-fit: cover;
  }
  .background-images .swiper-slide img {
    object-fit: cover;
  }
  .swiper-pagination-bullet{
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
  }
  .swiper-pagination-bullet-active{
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
  }

  .display-none{
    display: none !important;
  }
  .nav-menu-layout {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .nav-menu-layout .nav-menu{
    width: 45%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    transition: .3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .nav-menu-layout .nav-menu .logo{
    width: 65px;
    border-radius: 50%;
    align-self: center;
    margin:2rem 0 3rem 0;
  }
  .nav-menu-layout .nav-menu .logo img{
    width: 100%;
    height: 100%;
  }
  .nav-menu-layout .nav-menu .menu-links{
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .nav-menu-layout .nav-menu .menu-links h3{
    color: #607D8B;
    margin-top: 0;
    text-transform: capitalize;
  }
  .nav-menu-layout .nav-menu .menu-links .link{
    font-size: 18px;
    font-weight: 500;
    width: 85%;
    margin-bottom: 1rem;
    display: flex;
  }
  .nav-menu-layout .nav-menu .menu-links .link:hover a{
    color: var(--yellow-color);
  }
  .nav-menu-layout .nav-menu .menu-links .link .point{
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .nav-menu-layout .nav-menu .menu-links .link .point img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .nav-menu-layout .nav-menu .menu-links .link a{
    display: block;
    margin: 0 5px;
    text-decoration: none;
    color: #ffffff;
  }
  @media screen and (max-width: 551px) {
    .nav-menu-layout .nav-menu{
        width: 70%;
    }
  }
  /* start nav */
  .nav {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    /* width: 50%; */
    justify-content: space-between;
    align-items: center;
  }

  .nav a {
    text-decoration: none;
    color: white;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s;
    /* padding: 29px 0; */
    cursor: pointer;

  }

  .nav img {
    width: 3.5rem;
    height: auto;
  }
  #nav-main-list{
    margin: auto;
    padding-inline-start: 5%;
  }
  .nav-list {
    height: 100%;
    margin: 0 1.5rem;
  }
  .nav-list:hover a {
    color: #5f9bb4;
  }
  .nav .language a{
    display: flex;
  }
  .nav .language a p{
    margin-inline-end: 5px;
    font-family: "step_arabic";
    padding-top: 2px;
  }
  .language .language-icon {
    width: 27px;
    height: 27px;
    cursor: pointer;
    border: 2px solid #00000000;
    border-radius: 50%;
    margin-inline-end: 1%;
    padding: 2px;
    background-color: #ffffff26;
    backdrop-filter: blur(10px);
  }
  .nav .language img{
    width: 100%;
    cursor: pointer;
  }
  .img-rotate{
    transform: rotate(180deg);
  }
  /* end nav */

  /* start home */
  .intro-section {
    /* background-image: url(../img/home-img.webp); */
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background-size: cover;
      background-repeat: no-repeat; */
  }
  .layer {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .background-images {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    left: 0;
    position: absolute !important;
    top: 0;
    z-index: 0;
  }
  .background-images img {
    width: 100%;
    height: 100vh;
  }

  .content {
    /* width: 50%; */
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
  }

  .content p {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .content p img {
    margin-inline-end: 10px;
    width: 20px;
  }

  .content h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
  }

  .content .intro-section-desc button {
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid var(--main-color);
    border-radius: 25px;
    color: white;
    padding: 20px 40px;
    margin-top: 20px;
    transition: all 0.5s;
  }
  .home-btn button:hover {
    background-color: var(--sec-color);
    /* border: none; */
  }

  .content .moving-arrow {
    position: absolute;
    height: 300px;
    bottom: 0%;
    top: 85%;
  }
  .content .moving-arrow img {
    width: 2rem;
    top: 0;
    animation: moveUpDown 0.5s infinite;
  }
  @keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(20px); /* Adjust the distance the image moves */
    }
    100% {
      transform: translateY(0);
    }
  }
  /*  */

  .content .info-form button {
    background-color: var(--main-color);
    border: none;
    border-radius: 25px;
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    transition: all 0.5s;
  }
  .content .info-form button:hover {
    background-color: #00597f;
  }
  @media screen and (max-width:992px) {
      .content .info-form button{
          width: 75%;
      }
  }

  .info-form {
    background-color: #f1f1f1;
    color: black;
    padding: 2rem;
    border-radius: 12px;
    position: sticky;
    position: absolute;
    left: 3rem;
    height: fit-content;
  }
  .content .mobile-get-in-touch{
      display: none;
      width: 40%;
      min-width: 200px;
      font-size: 16px;
      background-color: whitesmoke;
      color: var(--main-color);
      /* font-weight: bold; */
      padding: 10px 25px;
      border-radius: 20px;
      position: absolute;
      top: 250px;
  }
  @media screen and (max-width:768px) {
      .content .info-form{
          display: none;
      }
      .content .mobile-get-in-touch{
          display: block;
      }
  }
  .info-form input {
    border-radius: 8px;
    width: 13rem;
    height: 2.5rem;
    padding: 0 1rem;
    border: none;
    margin: 10px 0;
  }
  /* input iti inline block */
  .iti .info-form input{
    display: inline-block !important;
    background-color: green;
  }

  .info-form h2 {
    margin-bottom: 10px;
  }

  .submit-hover:hover {
    background-color: #74b6d0;
  }

  .navbar-toggler {
    display: none;
  }
  .mobile-slogan-intro{
    display: none;
  }

  @media only screen and (max-width: 1350px) {
    .content h1 {
      font-size: 2.25rem;
      margin-bottom: 20px;
      font-family: "Poppins", sans-serif;
      margin-left: 17rem;
    }
    .content p {
      font-size: 1.25rem;
      margin-bottom: 20px;
      font-family: "Poppins", sans-serif;
      margin-left: 17rem;
    }
  }
  @media only screen and (max-width: 872px) {
    .intro-section-desc {
      position: absolute;
      left: auto;
      top: 12%;
    }
    .info-form {
      left: auto;
      bottom: 18rem;
      /* margin-bottom: 20px; */
    }
    .nav-list {
      margin: 0 0.6rem;
    }
    .content h1 {
      font-size: 3rem;
      margin-bottom: 0px;
      margin-left: 0;
    }
    .content p {
      margin-left: 0;
    }
    .web-slogan-intro{
      display: none;
    }
    .mobile-slogan-intro{
      display: block;
    }
    .content .moving-arrow img {
      display: none;

    }
  }

  @media screen and (max-width: 576px) {
    #nav-main-list,.nav .language {
      display: none;
    }
    .navbar-toggler {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
    }
    .navbar-toggler img:first-child {
      width: 42px;
    }
    .navbar-toggler img {
      width: 55px;
      height: auto;
    }
    .content h1 {
      margin-top: 1rem;
      margin-bottom: 0;
      font-size: 3rem;
    }
    .info-form {
      left: auto;
      top: 56%;
      transform: translateY(-50%);
      bottom: 0;
    }
    .navbar-toggler .language-mobile a{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .navbar-toggler .language-mobile a p{
      font-family: "step_arabic";
    }
  
    .navbar-toggler .language-mobile .language-icon {
      width: 27px;
      height: 27px;
      border: 2px solid #00000000;
      border-radius: 50%;
      padding: 2px;
      background-color: #ffffff26;
    }
    .navbar-toggler .language-mobile .language-icon img{
      width: 100%;
    }
  }
  @media screen and (max-width: 400px) {
    .info-form {
      left: auto;
      top: 54%;
      transform: translateY(-35%);
      bottom: 0;
    }
  }

  @media screen and (max-width: 543px) {
    .content h1 {
      font-size: 1.8rem;
      margin-bottom: 17px;
      margin-top: 17px;
    }
  }

  @media screen and (max-width: 375px) {
    .info-form{
    left: auto;
    top: 47%;
    transform: translateY(-20%);
    bottom: 0;
    }
  }
  /* end home */

  /*     <!-- start benefits --> */

  #benefits {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #benefits h2 {
    margin-bottom: 1rem;
  }
  .image-container {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .image-container .benfits-image {
    position: relative;
    margin: 1%;
    width: 22%;
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
  }

  .image-container .benfits-image .main-benefits-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
  }
  .image-container .benfits-image:hover .main-benefits-image {
    transform: scale(1.2);
  }

  .image-container .overlay-benefits {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 20px;
    flex-direction: column;
    cursor: pointer;
    padding: 0 10px;

  }

  .image-container .overlay-benefits img {
    width: 3rem;
    height: auto;
    margin-left: 10px;
  }


  .image-container .overlay-benefits h5 {
    margin-bottom: 6px;
    font-size: 20px;
    text-align: center;
  }

  .benefits-description {
      background-image: url(../img/benefits-desc.webp);
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      position: relative;
      /* margin-bottom: 5.25rem; */
      min-height: 100vh;
      display: flex;
      justify-content: end;
      align-items: center;
      margin-top: 2.5rem;
    }
    .benefits-description-text {
      background-color: #000000ab;
      color: white;
      padding: 2rem 3rem;
      border-radius: 8px;
      width: 35%;
      text-align: center;
      margin: 1rem 4rem;
    }

    .benefits-description-text h2 {
      font-size: 28px;
      margin-bottom: 0.5rem;
      color: #c6a081;
    }
    .benefits-description-text h4 {
      font-size: 21px;
      margin-bottom: 1rem;
    }

    .benefits-description-text p {
      font-size: 16px;
      line-height: 1.75;
      color: white;
      text-align: start;
    }

    @media screen and (max-width: 1020px) {
      .benefits-description-text {
        width: 70%;
        margin: auto;
      }
      .image-container .overlay-benefits h5 {
        font-size: 17px;
      }
    }
    @media screen and (max-width: 800px) {
      .image-container {
        flex-direction: column;
        align-items: center;
      }
      .image-container .benfits-image {
        overflow: hidden;
        width: 80%;
        height: 200px;
        margin: 1.25rem 0;
      }
      .image-container .overlay-benefits{
          backdrop-filter: blur(2px);
      }
      .image-container .overlay-benefits h5 {
        font-size: 20px;
      }
      .nav .language a p {
        display: none;
      }
    }

    @media screen and (max-width: 600px) {
      .benefits-description-text {
        width: 100%;
        margin: 0;
        height: 100%;
        min-height: 100vh;
      }
      .benefits-description-text h2 {
        margin-top: 3rem;
      }
      #nav-main-list {
        padding-inline-start: 3%;
      }
    }

    @media screen and (max-width: 440px) {
      .benefits-description-text {
        width: 100%;
        margin: 0;
        height: 100%;
        padding: 1.5rem;
      }
    }
  /*     <!-- end benefits --> */

  /*     <!-- start video-section --> */

  .video-section {
    /* position: relative;  */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* margin-top: calc(3rem+3px); */
    margin-top: 2.5rem;
  }

  .video-section video {
    /* position: absolute;  */
    /* top: 0;
      left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
  }

  .video-container {
    width: 100%;
    height: 100%;
  }

  .video-section h2 {
    position: absolute;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }

  .video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .container-video-overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2px;
    border-radius: 10px;
    width: 50%;
    height: 52%;
    z-index: 999;
  }

  .container-video-overlay iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }

  /*     <!-- end video-section --> */

  /* brochure section */

  .download-brochure {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .download-brochure .brochure-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }


  .download-brochure .brochure-card button {
    margin-left: auto;
    margin-right: auto;
    /* Additional styling properties */
    padding: 10px 60px;
    background-color: white;
    border: 3px solid var(--main-color);
    color: black;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 19px;
    position: relative;
  }
  .download-brochure .brochure-card button img {
    width: 10%;
    transform: translateY(3px);
  }
  .download-brochure .brochure-card button:hover {
    background-color: var(--main-color);
    color: white;
    border: 3px solid white;
  }
  .download-brochure .brochure-card .brochure-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    text-align: center;
    padding: 0 12px;
  }
  .download-brochure .brochure-card .brochure-title h2 {
    position: relative;
  }

  .download-brochure .brochure-card .brochure-title h2::before,
  .download-brochure .brochure-card .brochure-title h2::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--main-color);
  }

  .download-brochure .brochure-card .brochure-title h2::before {
    right: 20%;
    bottom: -5.5px;
    width: 62%;
  }

  .download-brochure .brochure-card .brochure-title h2::after {
    left: 31%;
    margin-left: 10px;
    bottom: -10px;
    width: 30%;
  }
  .download-brochure .brochure-card .brochure-title img {
    width: 1.56rem;
    height: auto;
    /* margin-left: 9px; */
    margin: 0 7px;
  }

  .brochure-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;

  }

  .container-brochure-overlay {
      display: none;
      border-radius: 18px;
      z-index: 999;
      background: url(../img/form-bg.jpeg);
      background-size: cover;
    }
    .container-brochure-overlay::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-image: inherit;
      background-size: inherit;
      /* filter: blur(10px); */
      z-index: -1;
      border-radius: 18px;
    }

    .contact-form {
      width: 100%;
      margin: 0 auto;
      margin: 0;
      padding: 20px;
      border-radius: 18px;
      background-color: #00000094;
      /* border: 1px solid #ccc; */
      /* background-color: #164c6e2e; */
      /* backdrop-filter: blur(1px); */
    }

    .contact-form-title {
      text-align: center;
      margin-bottom: 18px;
    }

    .contact-form h2 {
      margin-bottom: 10px;
      color: var(--logo-color);
      font-weight: 500;
    }
    .contact-form h3 {
      margin-bottom: 10px;
      margin-top: 18px;
      /* color: antiquewhite;
      font-weight: 600; */
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      color: #fff;
      font-weight: 400;
    }

    .contact-form label {
      display: block;
      margin-bottom: 5px;
      color: white;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"] {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 18px;
      box-sizing: border-box;
      margin-bottom: 7px;
      border: 2px solid var white;
    }
    .contact-form .iti{
        display: block;
        direction: ltr;
    }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"]:focus{
    outline: none;

  }
  .contact-form .contact-option {
    display: flex;
    align-items: center;
    /* margin-bottom: 10px; */
    margin-left: 3px;
    cursor: pointer;
  }
  .contact-form .contact-option .email-contact {
      margin-left: 20px;
  }

  .contact-form .contact-option input[type="checkbox"] {
    cursor: pointer;
  }

  .contact-form .contact-option img {
      width: 30px;
      height: 30px;
      margin-right: 5px;
      margin-left: 8px;
    }

    .contact-box {
      display: flex;
      justify-content: space-evenly;
      margin-bottom: 22px;
    }
    @media screen and (max-width:350px) {
        .contact-box {
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .contact-form .contact-option .email-contact{
            margin-left: 0;
        }
        .contact-form .contact-option{
            margin-top: .5rem;
        }
    }

  .contact-form button {
    background-color: var(--main-color);
    /* background-color: rgb(205, 205, 205); */
    color: white;
    padding: 12px 33px;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    width: fit-content;
    min-width: 200px;
    transition: all 0.4s ease;
  }
  .contact-form button:hover {
    background-color: #0a8fe2;
  }
  .brochure-main {
    display: flex;
    position: relative;
  }
  .brochure-image,
  .brochure-description {
    width: 50%;
    padding: 20px;
  }
  .brochure-image{
    text-align: center;
  }
  .brochure-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .overview-desc{
    margin-bottom: 15px;
  }
  .developer-desc,.add-info-desc{
  margin-bottom: 15px;
  }
  .overview-desc-title,.developer-desc-title,.add-info-title{
    display: flex;
    align-items: center;
  }
  .overview-desc-title h2,
  .developer-desc-title h2,
  .add-info-title h2{
    margin-left: 9px;
    margin-top: 6px;
    margin-bottom: 8px;
    color: var(--dark-color);
  }
  .overview-desc-title img,
  .add-info-title img,
  .developer-desc-title img
  {
    margin-left: 3px;
  }

  .brochure-image img {
    /* Style your image as needed */
    width: 70%;
    height: auto;
  }

  .brochure-description p {
    /* Style your paragraph as needed */
    font-size: 16px;
    line-height: 1.5;
  }
  @media screen and (max-width: 1170px) {
    .brochure-image img{
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .brochure-main {
      flex-direction: column; /* Stack divs vertically */
    }

    .brochure-main:after {
      display: none; /* Hide vertical line on mobile */
    }
    .brochure-image,.brochure-description{
      width: 100%;
    }

    .brochure-image img{
      width: 80%;
    }
    .developer-desc, .add-info-desc,.overview-desc{
      margin-bottom: 1.5rem;
    }
    .download-brochure-btn{
      text-align: center;
    }
  }
  @media screen and (max-width: 700px) {
      .container-brochure-overlay {
        width: 70%;
      }
    }
    @media screen and (max-width: 400px) {
      .container-brochure-overlay {
        width: 80%;
      }
    }
  /* start map */
  .map-section{
    margin-top: 2.5rem;
  }
  .map-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .map-section .map-desc .map-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
  }
  .map-section .map-desc .map-title h2 {
    position: relative;
  }
  .map-section .map-desc .map-title h2::before,
  .map-section .map-desc .map-title h2::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--main-color);
  }

  .map-section .map-desc .map-title h2::before {
    right: 20%;
    bottom: -5.5px;
    width: 62%;
  }

  .map-section .map-desc .map-title h2::after {
    left: 31%;
    margin-left: 10px;
    bottom: -10px;
    width: 30%;
  }
  .map-section .map-desc .map-title img {
    width: 1.56rem;
    height: auto;
    /* margin-left: 9px; */
    margin: 0 7px;
  }

  .map-section .map-desc iframe{
    width: 100%;
    /* height: 100vh; */
  }
  /* chat bot */
  .chat-bot{
    position: fixed;
    width: 27%;
    height: 90vh;
    left: 20px;
    z-index: 999;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    max-height: 80vh;
    bottom: calc(9vh + 1rem);
  }
  .chat-bot .messanger{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .floating-has-message{
    position: fixed;
    width: 27%;
    bottom: 9vh;
    left: 10px;
    z-index: 999;
    width: fit-content;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: -20px;
    display: none;
  }
    .floating-has-message img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.375);
    padding: 3px;
    cursor: pointer;
  }
    .floating-has-message .notification{
    position: absolute;
    background-color: #e12315;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
  }

    .floating-has-message .chat-with-me {
    visibility: hidden;
    position: absolute;
    right: -15px;
    top: 75%;
    transform: translateX(70%);
    opacity: 0;
    width: 193px;
    background-color: #00000073;
    color: #f1f1f1;
    font-family: system-ui;
    padding: 7px;
    box-sizing: content-box;
    border-radius: 6px;
    font-weight: bold;
    padding-inline-start: 18px;
    backdrop-filter: blur(3px);
    border-top-left-radius: 0;
    transition: .5s;
  }
  .floating-has-message .chat-with-me::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 14px solid #00000073;
    display: block;
    position: absolute;
    left: -14px;
    top: 0px;
    transform: rotate(-90deg);
  }
  @media screen and (max-width:768px) {
    .chat-bot{
      left: 0;
    }
    .chat-bot .messanger {
      margin-inline-start: 20px;
    }
  }
  /* our othe projects */
  .our-other-projects{
    width: 100%;
    background-image: url('/img/Dubai_Skyline.svg');
    /* height: 400px; */
    background-color: #076eb02e;
  }
  .our-other-projects .title{
    padding-top: 1.5rem;
    width: 100%;
    text-align: center;
  }
  .our-other-projects .title h2{
    color: var(--main-color);
    position: relative;
  }
  .our-other-projects .title p{
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 600;
  }
  .our-other-projects .title h2::before,
  .our-other-projects .title h2::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--main-color);
  }
  .our-other-projects .title h2::before {
    right: 50%;
    bottom: calc(-35px - 2.5px);
    width: 50%;
    max-width: 220px;
    transform: translateX(50%);
  }
  .our-other-projects .title h2::after {
    right: 50%;
    width: 30%;
    max-width: 180px;
    transform: translateX(50%);
    bottom: calc(-35px - 8px);
  }
  .our-other-projects .projects{
    width: 100%;
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
  }
  .our-other-projects .projects .project{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 1.5rem;
  }
  .our-other-projects .projects .project .image{
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #dbb89a;
    position: relative;
    box-sizing: content-box;
  }
  .our-other-projects .projects .project .image:hover::after{
    height: 100%;
  }
  .our-other-projects .projects .project .image:hover .text{
    bottom: 50%;
    transform: translateY(60%);
    font-size: 20px;
  }
  .our-other-projects .projects .project .image::before{
    content: '';
    display: block;
    width: 70px;
    height: 400px;
    position: absolute;
    background-color: #dbb89a;
    right: 9%;
    top: 0;
    transform: rotate(22deg);
    z-index: 2;
  }
  .our-other-projects .projects .project .image::after{
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.535);
    backdrop-filter: blur(2px);
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: .35s;
  }
  .our-other-projects .projects .project .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-other-projects .projects .project .image .logo {
    width: 25%;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(-50%, 25%);
    z-index: 3;
  }
  .our-other-projects .projects .project .image .logo img{
    width: 100%;
    height: auto;
  }
  .our-other-projects .projects .project .image .text{
    position: absolute;
    margin-left: 25%;
    color: #ffffff;
    bottom: 20%;
    z-index: 3;
    transition: .35s;
    font-size: 18px;
    font-weight: 500;
  }

  @media screen and (max-width:992px) {
    .our-other-projects .projects{
      flex-wrap: wrap;
    }
    .our-other-projects .projects .project .image{
      width: 20vw;
      height: 20vw;
      margin-top: 1.5rem;
    }
  }
 

  @media screen and (max-width:400px) {
    .next-project,.prev-project{
      /* margin-top: 5px; */
    }
  }
  @media screen and (min-width:500px) {
    .next-project,.prev-project{
      display: none;
    }
  }
  @media screen and (min-width:900px) {
    .next-project,.prev-project{
      display: flex;
      /* margin-top: 5px; */
    }
  }
  
  @media screen and (max-width:552px) {
    .our-other-projects .projects{
      /* flex-wrap: nowrap;
      flex-direction: column; */
    }
    .our-other-projects .projects .project .image{
      width: 200px;
      height: 200px;
      /* margin: 2rem auto; */
      }
  }
  /* gallery */
  main.gallery-main,
  main.videos-main{
      width: 100%;
      padding-top: 2.5rem;
      margin-bottom: 2.5rem;
      background-color: #076eb02e;
  }
  main.gallery-main .nav-bar,
  main.videos-main .nav-bar{
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1rem;
  }
  main.gallery-main .nav-bar .nav,
  main.videos-main .nav-bar .nav{
      width: 120px;
      height: 40px;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--main-color);
      color: #ffffff;
      margin: 0 .75rem;
      cursor: pointer;
      text-decoration: none;
      font-weight: 500;
      transition: transform .2s;
  }
  main.gallery-main .nav-bar .nav img,
  main.videos-main .nav-bar .nav img{
      width: 25px;
      height: 25px;
      margin-inline-start: .5rem;
  }
  main.gallery-main .nav-bar .nav:hover,
  main.videos-main .nav-bar .nav:hover{
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
  }
  main.gallery-main .gallery-title {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 2rem;
    }
    main.gallery-main .gallery-title h2 {
      position: relative;
    }
    main.gallery-main .gallery-title  h2::before,
    main.gallery-main .gallery-title  h2::after {
      content: "";
      position: absolute;
      height: 2px;
      background-color: var(--main-color);
    }
    main.gallery-main .gallery-title  h2::before {
      right: 20%;
      bottom: -5.5px;
      width: 62%;
    }

    main.gallery-main .gallery-title  h2::after {
      left: 31%;
      margin-left: 10px;
      bottom: -10px;
      width: 30%;
    }
    main.gallery-main .gallery-title  img {
      width: 2.25rem;
      height: auto;
      /* margin-left: 9px; */
      margin: 0 7px;
    }

  .gallery-main .gallery-body{
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 2rem;
      justify-content: center;
      align-items: center;
      overflow-x: hidden;
      padding-top: 1rem;
  }
  .gallery-main .gallery-body .gallery-image{
      max-width: 50%;
      min-width: 22%;
      flex-grow: 1;
      height: 200px;
      margin: 1rem .6rem;
      cursor: pointer;
      border: 2px solid var(--main-color);
      border-radius: 2px;
      position: relative;
  }
  .gallery-main .gallery-body .gallery-image:hover{
      z-index: 4;
  }
  .gallery-main .gallery-body .gallery-image:hover img{
      transform: scale(1.35);
      -webkit-transform: scale(1.35);
  }
  .gallery-main .gallery-body .gallery-image img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .35s;
      border-radius: 2px;
  }
  .gallery-main .gallery-body .gallery-image .description{
      width: 100%;
      font-size: 20px;
      font-weight: bold;
      color: #ffffff;
      margin: .75rem 0;
      margin-bottom: .5rem;
      position: absolute;
      bottom: -.5rem;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background: linear-gradient(#000000ab,#00000060);
  }

  /* form-section */
.form-section{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-section  .form-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  text-align: center;
  padding: 0 12px;
}

.form-section  .form-title h2 {
  position: relative;
}
.form-section  .form-title h2::before,
.form-section  .form-title h2::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--main-color);
}

.form-section  .form-title h2::before {
  right: 20%;
  bottom: -7px;
  width: 62%;
}

.form-section  .form-title h2::after {
  left: 31%;
  margin-left: 10px;
  bottom: -12px;
  width: 30%;
}

.form-section  .form-title img {
  width: 1.56rem;
  height: auto;
  /* margin-left: 9px; */
  margin: 0 7px;
}

.form-section .form-box{
  background-image: url(../img/Enquire.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0px 7px 5px rgba(199, 201, 201, 1.5);
}
.form-box-overlay {
  position: absolute;
  border-radius: 18px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.form-box .enquire-box {
  /* background-color: red; */
  width: 45%;
  margin-inline-start: 3%;
  z-index: 1;

}
.form-box .enquire-box h2.enquire{
  font-family: "Cinzel", serif;
  font-size: 45px;
  color: white;
}
.form-box .enquire-box p.enquire-text{
  /* font-family: "Cinzel", serif; */
  font-size: 18px;
  color: white;
}
.form-box .contact-form-section {
  width: 40%;
  background: #fbfbfb;
  z-index: 1; 

}
.form-box .contact-form-section .contact-form-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-box .contact-form-section .contact-form-title .form-section-image{
  width: 95px;
}
.form-box .contact-form-section .contact-form-title .form-section-image img{
  width: 100%;
}
.form-box .contact-form-section label {
  font-weight: bold;
  color: #063858;
}
.form-box .contact-form-section h3{
  color: #063858;
  font-weight: 600;
}

  @media screen and (max-width: 992px) {
      .gallery-main .gallery-body .gallery-image{
          max-width: none;
          min-width: none;
      }
      .form-box .contact-form-section{
        width: 48%;
      }
      .form-box .enquire-box h2.enquire{
        font-size: 42px;
      }
      .form-box .enquire-box p.enquire-text{
        font-size: 16px;
      }
  }
  @media screen and (max-width: 840px) {
    .form-box .contact-form-section{
      width: 55%;
    }
    .form-box .enquire-box h2.enquire{
      font-size: 38px;
    }
    .form-box .enquire-box p.enquire-text{
      font-size: 14px;
    }
    .form-box .enquire-box {
      margin-inline-start: 0;
    }
  
  }
  @media screen and (max-width: 772px) {
      .gallery-main .gallery-body{
          padding: 2rem .75rem;
      }
      .gallery-main .gallery-body .gallery-image:hover img{
          transform: none;
          -webkit-transform: none;
      }
      .form-section .form-box {
        flex-direction: column;
      }
      .form-box .enquire-box {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
      }
      .form-box .enquire-box p.enquire-text{
        text-align: center;
      }
      .form-box .contact-form-section{
        width: 78%;
      }
  }

  @media screen and (max-width: 600px) {
    .form-box .enquire-box {
      width: 100%;
    }
    .form-box .contact-form-section {
      width: 85%;
  }}
  @media screen and (max-width: 450px) {
    .form-box .contact-form-section {
      width: 100%;
  }
  .form-box .enquire-box h2.enquire {
    font-size: 34px;
  }
  .form-box .enquire-box p.enquire-text {
    font-size: 13px;
  }
  .form-box .contact-form-section h3{
    margin-top: 23px;
    margin-bottom: 20px;
  }
  }
  .gallery-main .gallery-show{
      width: 100%;
      height: 100%;
      background-color: #0000005e;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      user-select: none;
      -webkit-user-select: none;
      z-index: 4;
  }
  .gallery-main .gallery-show button{
      width: 70px;
      height: 45px;
      border-radius: 20px;
      background-color: var(--main-color);
      color: #fff;
      font-size: 30px;
      position: absolute;
      cursor: pointer;
      border: none;
      transition: .2s;
  }
  .gallery-main .gallery-show .left-btn{
      left: 10%;
      box-shadow: -2.5px 2px 1px;
  }
  .gallery-main .gallery-show .right-btn{
      right: 10%;
      box-shadow: 2.5px 2px 1px;
  }
  .gallery-main .gallery-show .right-btn:hover{
      transform: translateX(8px);
  }
  .gallery-main .gallery-show .left-btn:hover{
      transform: translateX(-8px);
  }
  .gallery-main .gallery-show .show-image{
      height: 75%;
      max-width: 89%;
      border: 1px solid var(--main-color);
      border-radius: 2px;
  }
  .gallery-main .gallery-show .show-image .description{
      display: none;
  }
  .gallery-main .gallery-show .show-image img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 2px;
  }
  /* more sections */
  .container-brochure-overlay .contact-form .contact-form-title img {
      width: 16%;
      margin-left: 5px;
    }

    /* floating icons */
    .floating-icons {
      position: fixed;
      bottom: 10vh;
      /* transform: translateY(50%); */
      right: 1%;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 40px;
      z-index: 4;
      width: 5rem;
      animation: floatIcons 2s infinite;
      padding: 20px 5px;
    }
    .floating-icons a {
      text-decoration: none;
    }
    .floating-icons img {
      width: 45%;
      cursor: pointer;
      margin-bottom: 6px;
    }
    @media screen and (max-width:768px) {
      .floating-icons{
          width: 4rem;
      }
    }

    .floating-icons p {
      font-size: 11px;
      margin-bottom: 10px;
      color: white;
      transition: all 0.2s ease;
    }

    .floating-icons .floating-icons-images:hover p {
      /* color: var(--main-color); */
    }

    .floating-icons .floating-icons-images {
      text-align: center;
    }
    .container-brochure-overlay .contact-form .form-data-flex {
      margin-bottom: 10px;
    }

    .container-brochure-overlay .contact-form .form-data-flex label {
      font-size: 17px;
      letter-spacing: 1.5px;
      font-weight: bold;
    }

    @media (orientation: landscape) and (max-height: 500px) {
      .container-brochure-overlay {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
      }
    }

    .benefits-description .benefits-description-text .oasis-slogan {
      margin-left: auto;
      margin-right: auto;
      margin-top: 1.5rem;
      text-align: center;
      width: 80%;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      text-transform: capitalize;
      /* color: var(--logo-color); */
    }
    .benefits-description .benefits-description-text ul li {
      margin-bottom: 8px;
    }
    /* footer */

    .main-footer {
      display: flex;
      background-color: var(--main-color);
      padding-top: 2rem;
      color: white;
      overflow: hidden;
    }
    .main-footer .footer-image,
    .main-footer .footer-social {
      width: 50%;
      position: relative;
    }

    .main-footer .footer-image .city-image-footer {
      width: 100%;
      position: absolute;
    }
    .main-footer .footer-image .city-image-footer img {
      width: 100%;
      height: 14rem;
    }

    .main-footer .footer-image .logo-footer{
      width: 6rem;
      /* bottom: 64%; */
      left: 30%;
      position: absolute;
      z-index: 1;
      top: -30px;
    }
    .main-footer .footer-image .logo-footer img {
      width: 100%;
    }
    .main-footer .footer-social {
      text-align: center;
      position: relative;
    }
    .main-footer .footer-social .footer-social-description .footer-contact h3 {
      margin-bottom: 0.5rem;
      width: 8rem;
      font-size: 26px;
      /* margin-left: 2rem; */
    }
    .main-footer .footer-social .footer-social-description .footer-contact ul li button {
      background-color: white;
      border-radius: 25px;
      padding: 9px 13px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      font-weight: bold;
      font-size: 15px;
      border: none;
      cursor: pointer;
      transform: translateX(.5rem);
      transition: all 0.2s ease;
      min-width: 125px;
      margin-top: .5rem;
    }

    .main-footer .footer-social .footer-social-description .other-projects h3 {
      margin-bottom: 0.5rem;
      font-size: 25px;
    }
    .main-footer .footer-social ul {
      list-style: none;
      margin-right: 4rem;
      margin-bottom: 2rem;
    }
    .main-footer .footer-social ul li {
      font-size: 1.125rem;
      margin-bottom: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .main-footer .footer-social ul li a {
      text-decoration: none;
      color: white;
      display: flex;
      align-items: center;
      transition: all 0.2s ease;
      cursor: pointer;

    }
    .main-footer .footer-social ul li a:hover {
      color: var(--logo-color);
      transform: translateX(5px);
    }
    .main-footer .footer-social ul li p {
      width: 0;
    }

    .main-footer .footer-social ul li img {
      width: 17%;
      margin-right: 10px;
    }
    .main-footer .footer-social .footer-social-description {
      display: flex;
      justify-content: flex-end;
      position: relative;
    }


    .main-footer .footer-social .other-projects .social-contact-footer {
      width: 17rem;
      padding-left: 25px;
      margin-top: 5px;
    }
    .main-footer .footer-social .other-projects .social-contact-footer img {
      width: 2rem;
      margin-left: 1rem;
      margin-bottom: 5px;
      cursor: pointer;
    }
    .footer-wave-svg {
      background-color: var(--main-color);
      display: block;
      height: 4rem;
      position: relative;
      /* top: -1px; */
      width: 100%;
    }
    .footer-wave-path {
      fill: #fffff2;
    }

    .footer-mobile{
      display: none;
    }
    .tree{
      width: fit-content;
      direction: rtl;
      padding: 4px 0;
    }
    .tree a{
      margin-inline-start : 5px
    }
    @media screen and (max-width: 1230px) {
      .main-footer .footer-image .city-image-footer img{
        width: 95%;
      }}
    @media screen and (max-width: 980px) {
      .footer-mobile{
        display: flex;
        justify-content: space-between;
        background-color: var(--main-color);
        padding: 1rem 1.2rem;
        /* overflow: hidden; */

      }
      .footer-mobile .logo-social-mobile{
        width: 6rem;
        text-align: center;

      }
      .footer-mobile .logo-social-mobile .main-logo-mobile{
        width: 5rem;
        margin-bottom: 10px;
      }
      .footer-mobile .logo-social-mobile .contact-social-mobile img{
        width: 25%;}


      .footer-mobile .footer-contact-mobile{
        text-align: center;
        /* margin-right: 2rem; */
      }
      .footer-mobile .footer-contact-mobile h3{
        color: white;
        text-align: start;
        margin-left: 6px;
        font-size: 1.4rem

      }
      .footer-mobile .footer-contact-mobile ul{
        list-style: none;
        padding-left: 0;
      }
      .footer-mobile .footer-contact-mobile ul li a{
        color: white;
        text-decoration: none;
      }
      .footer-mobile .other-projects-mobile{
        text-align: center;
      }
      .footer-mobile .other-projects-mobile h3{
        color: white;
        font-size: 1.4rem;
      }
      .footer-mobile .other-projects-mobile ul{
        list-style: none;
        padding-left: 0;
      }
      .footer-mobile .footer-contact-mobile ul li a,
      .footer-mobile .other-projects-mobile ul li a
      {
        color: white;
        text-decoration: none;
        display: flex;/*26-2 update*/
        align-items: center;/*26-2 update*/
      }
      .footer-mobile .footer-contact-mobile ul li a img,
      .footer-mobile .other-projects-mobile ul li a img{
        width: 10px;
        height: 10px;
        margin-right: 7px;
      }
      .footer-mobile .footer-contact-mobile button{
          background-color: white;
          border-radius: 25px;
          padding: 3px 11px;
          display: flex;
          justify-content: space-around;
          align-items: center;
          font-weight: bold;
          border: none;
          cursor: pointer;
          margin-top: 4px;
        }
        .footer-mobile .footer-contact-mobile button img{
          width: 15px;
          margin-left: 5px;
        }
      .main-footer{
        display: none;
      }
    }




