body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #e4e1e1;
}

header {
    --header-color: var(--color-black-100);
    align-items: center;
    background-color: #000b3b;
    color: var(--header-color);
    display: flex;
    justify-content: space-around;
    left: 0;
    /* padding: 3rem 3.125rem .75rem; */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

header nav ul li a {
    text-decoration: none;
}


header .logo {
    font-size: 18px;
    color: #fff;
}

header nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

header nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    transition: 0.3s;
}

header nav ul li a:hover {
    color: #9c9c9c;
}

header nav ul li.has-menu {
    position: relative;
}

header nav ul li.has-menu ul {
    display: none;
    background-color: #9c9c9c;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

header nav ul li.has-menu ul li {
    margin-bottom: 15px;
}

header nav ul li.has-menu ul li:last-child {
    margin-bottom: 0;
}

header nav ul li.has-menu:hover>ul {
    display: block;
}

header nav ul li.has-menu ul li.has-menu ul {
    right: 100%;
    top: 0;
}

header nav ul li.has-menu>a i {
    transition: 0.3s;
}

header nav ul li.has-menu:hover>a i {
    transform: rotate(-180deg);
}

header .logo {
    left: 10%;
    font-size: 2em;
    font-weight: bold;
}

header h1 {
    margin: 0.5em 0;
    font-size: 1.5em;
}

header .get-started {
    padding: 0.5em 1em;
    background-color: #ffffff;
    border: none;
    color: #4CAF50;
    font-size: 1em;
    cursor: pointer;
    margin-top: 1em;
}

header .get-started:hover {
    background-color: #f4f4f4;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
  }
  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }

  .swiper-slide .subtitle {
    text-align: center;
    position: relative;
    font-size: 21px;
    display: flex;
  }

  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }
section {
    margin: 2em 0;
    padding: 1em;
}

section#contact-form,
section#contact {

    padding: 2em 1em;
    position: relative;
}

section#contact-form img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.exclusive-technology-2 button {
    width: 50%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    background-color: #002fff;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'sotad';
    margin-top: 50px;
}

.Login {
    color: #000;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 50%;
    position: relative;
    left: 70%;
    padding: 20px;
    border-radius: 20px;
}

.Login input {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    border: 1px ridge #383838;
    border-radius: 5px;
    font-family: 'ostad';
    margin-top: 50px;
}

.Login button {
    width: 95%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    background-color: #002fff;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'sotad';
    margin-top: 50px;
}

.Login button:hover {
    background-color: #000000;
}


.login h2 {
    right: 20%;
}

form label {
    margin: 1em 0 0.5em;
}

form input,
form textarea {
    width: 80%;
    padding: 0.5em;
    margin: 0.5em 0;
}

form button {
    padding: 0.5em 1em;
    background-color: #4CAF50;
    border: none;
    color: white;
    font-size: 1em;
    cursor: pointer;
}

form button:hover {
    background-color: #45a049;
}

.w-25 {
    display: flex;
    gap: 30px;
    margin-left: 130px;
    text-align: left;
}

.w-33 {
    box-shadow: 1px 2px 1px 0px #8f8f8f;
    background-color: #fff;
    width: 27%;
    height: 20%;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 15px;
}

.w-255 {
    display: flex;
    gap: 30px;
    margin-left: 130px;
    text-align: left;
}

.w-333 {
    box-shadow: 1px 2px 1px 0px #8f8f8f;
    background-color: #fff;
    width: 27%;
    height: 20%;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
}

.exclusive-technology {
    background-color: #fff;
    display: flex;
    direction: rtl;
}

.exclusive-technology img {
    max-width: 50%;
    /* height: auto; */
    margin-right: 1em;
}

.exclusive-technology-2 {
    margin-right: 200px;
    text-align: left;
}

.process {
    display: flex;
    width: 25%;
}

.projects {
    background-color: #000b3b;
}

.p {
    display: flex;
    direction: ltr;
}



.Login2 {
    color: #000;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 50%;
    position: relative;
    left: 35%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 2px 1px 0px #8f8f8f;
}

.Login2 input {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    border: 1px ridge #383838;
    border-radius: 5px;
    font-family: 'ostad';
    margin-top: 50px;
}

.Login2 button {
    width: 95%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    background-color: #002fff;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'sotad';
    margin-top: 50px;
}

.projects h2 {
    color: #fff;
}
.Login2 img {
    display: flex;
    width: 50%;
    margin-left: 275px;
}
footer {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 1em 0;
    height: 20px;
}

footer .footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer-logo {
    font-size: 1.5em;
    font-weight: bold;
}

footer .footer-links a,
footer .footer-socials a {
    margin: 0 0.5em;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

footer .footer-links a:hover,
footer .footer-socials a:hover {
    text-decoration: underline;
}

footer .footer-contact p {
    margin: 0.5em 0;
}

footer p {
    margin-top: 1em;
}

@media (max-width: 991px) {
    main .section2of p {
      font-size: 13px;
    }
  }
  @media (max-width: 768px) {
    header ul {
      display: none;
    }
}