@font-face {
  font-family: STC;
  src: url('/fonts/STC.ttf');
 
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: STC;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fafafa;
}

.drop-lis {
  touch-action: none;
}
.side-bar-btn {
  visibility: hidden;
  display: flex;
  right: 20px;
  top: 85vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(225, 225, 225);
}
.side-bar-btn img {
  width: 20px;
  height: 18px;
}
.drop-ul {
  display: none;
}
#HomeSection {
  max-width: 100vw;
  height: 100vh;
  background: url("/sys_images/home-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.side-bar {
  display: none;
}
#HomeSection nav {
  z-index: 1;
  width: 100vw;
  height: 80px;
  padding: 0 70px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(7.5px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
}
#HomeSection ul {
  position: relative;
}
#HomeSection ul .lineNav {
  position: absolute;
  background: #000000;
}

#HomeSection nav ul {
  display: flex;
  list-style: none;
  gap: 48px;
}
#HomeSection nav ul a {
  text-decoration: none;
  color: #5c5c5c;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 70px 64px 0;
  text-align: right;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.hero h1 {
  padding-top: 240px;
  width: 350px;
  height: 456px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 72px;
  line-height: 108px;
  color: #16397a;
}
.hero p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #3659d1;
}

.hero .socials {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

#AboutSection {
  text-align: center;
  padding-top: 92px;
  max-width: 100vw;
}
#AboutSection h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  color: #000000;
}

#AboutSection .about-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 70px 48px;
  gap: 64px;
}
#AboutSection .about-main p {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  color: #282828;
}
#AboutSection .about-main img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
#AboutSection .about-main .about-img {
  position: relative;
  margin-left: 40px;
}
.cp {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}

#AboutSection .counter {
  position: absolute;
  width: 175px;
  height: 91px;
  background: rgba(22, 57, 122, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 16px 0;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
}
#AboutSection .counter p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
#AboutSection .about-main .about-img .number3,
#AboutSection .about-main .about-img .number1,
#AboutSection .about-main .about-img .number2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}

#AboutSection .about-main .about-img .counter1 {
  bottom: 27px;
  right: -70px;
}
#AboutSection .about-main .about-img .counter2 {
  top: -48px;
  right: 104px;
}
#AboutSection .about-main .about-img .counter3 {
  top: 62px;
  left: -40px;
}

#ServicesSection {
  background: url("/sys_images/services-bg.svg");
  text-align: center;
  padding: 32px 0 64px;
  max-width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}
#ServicesSection h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  color: #000000;
  margin-bottom: 64px;
}
#ServicesSection .services-cards {
  display: flex;
  max-width: 100vw;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 70px;
  gap: 78px;
}
#ServicesSection .card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 248px;
  height: 177px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid;
  border-image-source: linear-gradient(
      122.86deg,
      rgba(255, 255, 255, 0.5) -0.76%,
      rgba(0, 0, 0, 0) 69.62%
  );
  background: linear-gradient(
      106.81deg,
      rgba(217, 217, 217, 0.2) 0%,
      rgba(217, 217, 217, 0) 98.93%
  );
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 32px 0;
}
#ServicesSection .card img {
  margin-bottom: 16px;
}
#ServicesSection .card .bold {
  font-family: STC;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.035em;
  text-align: center;
}
#ServicesSection .card p {
  font-family: STC;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.035em;
  text-align: center;
}

#ContactSection {
  text-align: center;
  max-width: 100vw;
  padding: 64px 70px;
}
#ContactSection h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  color: #000000;
  margin-bottom: 64px;
}
#ContactSection .contact-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 64px;
}

#ContactSection .infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  text-align: start;
}
#ContactSection .infos p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
#ContactSection .wicon {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
#ContactSection .wicon p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #282828;
}
#ContactSection .map {
  width: 570px;
  height: 254px;
  background-color: #5c5c5c;
  border-radius: 10px;
  /* margin-top: 10px; */
}

footer {
  max-width: 100vw;
  background: #3659d1;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #cfcfcf;
}
footer h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 54px;
  color: #ffffff;
}
footer .footer-infos {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 70px 64px;
}
footer .footer-infos .mt-18 {
  margin-top: 18px;
}
footer .footer-infos .mb-18 {
  margin-bottom: 18px;
}
footer .footer-infos .mb-8 {
  margin-bottom: 8px;
}
footer .footer-socials {
  display: flex;
  flex-direction: row;
  gap: 18px;
}

footer .FX {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #16397a;
}

footer .CR {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #16397a;
}
footer .CR span {
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.bg-img {
  background: url("/sys_images/about-background.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media screen and (min-width: 1500px) {
  #AboutSection .about-main .about-img {
      width: 525px;
      height: 320px;
  }
  #AboutSection .about-main p {
      font-size: 30px;
  }

  #AboutSection .about-main .cp {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 27px;
  }
  #ServicesSection .card {
      width: 300px;
      height: 220px;
  }

  #ServicesSection .card img {
      width: 65px;
      height: 65px;
      margin-bottom: 10px;
  }

  #ContactSection .msg input {
      width: 580px;
      height: 55px;
      background: #ffffff;
      border: 1px solid #16397a;
      border-radius: 10px;
      padding: 18px 20px;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: black;
  }
  #ContactSection .msg textarea {
      width: 580px;
      height: 240px;
      background: #ffffff;
      border: 1px solid #16397a;
      border-radius: 10px;
      resize: none;
  }
  #ContactSection .msg button {
      cursor: pointer;
      width: 580px;
      height: 47px;
      color: #ffffff;
      font-weight: 700;
      font-size: 16px;
      line-height: 27px;
      background: #16397a;
      border-radius: 10px;
  }
  #ContactSection .map {
      width: 700px;
      height: 300px;
      background-color: #5c5c5c;
      border-radius: 10px;
      margin-top: 10px;
  }
  #ContactSection .map iframe {
      width: 700px;
      height: 300px;
  }
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media screen and (min-width: 1700px) {
  #AboutSection .about-main .about-img {
      width: 575px;
      height: 350px;
  }
  #AboutSection .about-main .cp {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 27px;
  }
  #AboutSection .about-main p {
      font-size: 32px;
  }
  #AboutSection .about-main .about-img {
      width:10rem;
  }
  #ContactSection .msg input {
      width: 650px;
      height: 55px;
      background: #ffffff;
      border: 1px solid #16397a;
      border-radius: 10px;
      padding: 18px 20px;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: black;
  }
  #ContactSection .msg textarea {
      width: 650px;
      height: 240px;
      background: #ffffff;
      border: 1px solid #16397a;
      border-radius: 10px;
      resize: none;
  }
  #ContactSection .msg button {
      cursor: pointer;
      width: 650px;
      height: 47px;
      color: #ffffff;
      font-weight: 700;
      font-size: 16px;
      line-height: 27px;
      background: #16397a;
      border-radius: 10px;
  }
  #ContactSection .map {
      width: 800px;
      height: 300px;
      background-color: #5c5c5c;
      border-radius: 10px;
      margin-top: 10px;
  }
  #ContactSection .map iframe {
      width: 800px;
      height: 300px;
  }
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@media screen and (max-width: 800px) {
  .side-bar {
      width: 20px;
      height: 18px;
      display: block;
  }
  .side-bar img {
      max-width: 100%;
      max-height: 100%;
  }

  .drop-ul {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(255, 255, 255, 0.6);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  }
  .drop-ul ul {
      padding-top: 64px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      list-style: none;
      font-weight: 400;
      font-size: 32px;
      line-height: 54px;
      gap: 64px;
  }
  .drop-ul ul a {
      color: #363636;
      text-decoration: none;
  }
  .drop-ul .drop-active {
      font-weight: 700;
      font-size: 32px;
      line-height: 54px;
      color: #000000;
  }
  .drop-btns {
      display: flex;
      justify-content: space-between;
      padding: 16px 32px;
  }
  .drop-logo {
      width: 26px;
      height: 24px;
  }

  .bg-img {
      background-size: cover;
  }
  .bg-blur {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      filter: blur(0px);
  }
  #HomeSection {
      max-width: 100vw;
      height: 100vh;
      background: url("/sys_images/mobile-home-bg.svg");
      background-repeat: no-repeat;
      background-size: cover;
  }
  #HomeSection nav {
      z-index: 1;
      width: 100vw;
      height: 56px;
      padding: 0 32px;
      background: rgba(255, 255, 255, 0.3);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(7.5px);
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      position: fixed;
  }
  #HomeSection nav img {
      width: 26px;
      height: 24px;
  }

  .hero {
      height: 100%;
      padding: 0 32px 92px;
      text-align: center;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
  .hero-text {
      align-items: center;
  }
  .hero h1 {
      padding-top: 176px;
      width: 250px;
      height: 326px;
      margin-bottom: 8px;
      font-style: normal;
      font-weight: 700;
      font-size: 48px;
      line-height: 75px;
      color: #16397a;
  }
  .hero p {
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 32px;
      color: #3659d1;
  }
  .hero .socials {
      text-align: start;
      margin-top: 0px;
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
  .hero .socials a {
      overflow-y: hidden;
      width: fit-content;
  }
  .hero .socials img {
      width: 32px;
      height: 32px;
      object-fit: cover;
  }

  #AboutSection {
      text-align: center;
      padding-top: 88px;
      max-width: 100vw;
  }

  #AboutSection h2 {
      font-weight: 700;
      font-size: 20px;
      line-height: 34px;
      color: #000000;
  }

  #AboutSection .about-main {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: end;
      margin: 24px 32px 32px;
      gap: 32px;
  }

  #AboutSection .about-main p {
      text-align: center;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      color: #282828;
  }
  #AboutSection .counter {
      position: static;
  }

  #AboutSection .about-main .about-img img {
      width: 100%;
      height: 100%;
      border-radius: 20px;
  }
  #AboutSection .about-main .about-img {
      margin-left: 0px;
  }

  #AboutSection .counters-mb {
      margin: 0 32px;
      display: flex;
      flex-direction: row;
      text-align: center;
      gap: 18px;
      justify-content: center;
      align-items: center;
  }
  #AboutSection .about-main .counters-mb p {
      color: #ffffff;
  }

  #AboutSection .counter {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 110px;
      height: 103px;
      background: rgba(22, 57, 122, 0.8);
      backdrop-filter: blur(5px);
      border-radius: 10px;
      padding: 5px;
      font-weight: 300;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
  }

  #AboutSection .counters-mb .number1,
  .number2,
  .number3 {
      font-weight: 700;
      font-size: 16px;
      line-height: 27px;
  }
  #AboutSection .counters-mb .cp {
      font-weight: 300;
      font-size: 12px;
      line-height: 20px;
  }

  #ServicesSection {
      text-align: center;
      padding: 32px 0;
      margin-top: 56px;
      max-width: 100vw;
      background: url("/sys_images/services-bg-mb.svg") no-repeat;
      background-size: cover;
  }

  #ServicesSection h2 {
      font-weight: 700;
      font-size: 20px;
      line-height: 34px;
      color: #000000;
      margin-bottom: 24px;
  }

  #ServicesSection .services-cards {
      max-width: 100vw;
      justify-content: space-between;
      align-items: center;
      padding: 0 32px;
      display: flex;
      flex-direction: row-reverse;
      column-gap: 32px;
      gap: 24px;
      flex-wrap: wrap;
  }

  #ServicesSection .card {
      width: 168px;
      height: 68px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: end;
      align-items: center;

      gap: 8px;
      border: 1px solid;
      border-radius: 10px;
      padding: 18px;
      box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
      border-image-source: linear-gradient(
          122.86deg,
          rgba(255, 255, 255, 0.5) -0.76%,
          rgba(0, 0, 0, 0) 69.62%
      );
      background: linear-gradient(
          106.81deg,
          rgba(217, 217, 217, 0.2) 0%,
          rgba(217, 217, 217, 0) 98.93%
      );
      backdrop-filter: blur(10px);
  }
  #ServicesSection .card img {
      margin: 0px;
  }
  #ServicesSection .card .bold {
      font-family: STC;
      font-weight: 700;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: -0.035em;
      text-align: center;
  }
  #ServicesSection .card p {
      font-family: STC;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: -0.035em;
      text-align: center;
  }

  #ServicesSection .card img {
      width: 32px;
      height: 32px;
  }

  #ServicesSection .card div {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
  }

  #ContactSection {
      text-align: center;
      max-width: 100vw;
      padding: 88px 32px 56px;
  }

  #ContactSection h2 {
      font-weight: 700;
      font-size: 20px;
      line-height: 34px;
      color: #000000;
      margin-bottom: 24px;
  }

  #ContactSection .contact-main {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 24px;
  }

  #ContactSection .infos {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      row-gap: 12px;
      text-align: start;
  }

  #ContactSection .infos p {
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
  }

  #ContactSection .wicon {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
  }
  #ContactSection .wicon p {
      font-weight: 400;
      font-size: 12px;
      line-height: 160%;
      color: #282828;
  }
  #ContactSection .wicon img {
      width: 12px;
      height: 12px;
  }

  #ContactSection .map {
      width: 100%;
      height: 303px;
      background-color: #5c5c5c;
      border-radius: 10px;
  }
  #ContactSection .map iframe {
      width: 100%;
      height: 303px;
  }

  footer {
      max-width: 100vw;
      background: #3659d1;
      font-weight: 400;
      font-size: 12px;
      line-height: 160%;
      color: #cfcfcf;
  }

  footer h2 {
      font-weight: 400;
      font-size: 20px;
      line-height: 34px;
      color: #ffffff;
  }

  footer .footer-infos {
      display: flex;
      justify-content: space-evenly;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: end;
      row-gap: 24px;
      padding: 24px 32px;
  }

  footer .footer-infos .mt-18 {
      margin-top: 12px;
  }
  footer .footer-infos .mb-18 {
      margin-bottom: 8px;
  }
  footer .footer-infos .mb-8 {
      margin-bottom: 8px;
  }

  footer .footer-bsocials {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 auto;
  }

  footer .mb-8 {
      position: relative;
  }
  footer .mb-8::after {
      content: "";
      position: absolute;
      top: 50%;
      margin-right: 10px;
      width: 91px;
      border: 1px solid #cfcfcf;
  }
  footer .mb-8::before {
      content: "";
      position: absolute;
      margin-right: -103px;
      top: 50%;
      width: 90px;
      border: 1px solid #cfcfcf;
  }
  footer .footer-socials {
      display: flex;
      flex-direction: row;
      gap: 18px;
  }
  .none {
      display: none;
  }

  footer .CR {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 32px;
      background: #16397a;
  }

  footer .CR span {
      font-family: "Inter";
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      color: #ffffff;
  }
}

@media screen and (max-width: 429px) {
  #ServicesSection .card {
      width: 140px;
      padding: 12px;
  }

  footer p {
      font-size: 11px;
  }
}
@media screen and (max-width: 380px) {
  #ServicesSection .card {
      width: 120px;
      padding: 3px;
  }
  footer .mb-8::after {
      width: 70px;
  }
  footer .mb-8::before {
      margin-right: -85px;
      width: 70px;
  }
}
