@import url("./_footer.scss");
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SFProDisplay-Bold.ttf");
  font-weight: "bold";
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SFProDisplay-Medium.ttf");
  font-weight: "medium";
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SFProDisplay-Regular.ttf");
  font-weight: "regular";
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SFProDisplay-Semibold.ttf");
  font-weight: 600;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF Pro";
  color: #fff;
  scroll-behavior: smooth;
}

body {
  background: #141418;
}

.container {
  position: relative;
  max-width: 1520px;
  margin: 0 auto;
}

header {
  background: #141418;
  padding: 25px 0;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: #555555;
  text-decoration: none;
  margin-left: 80px;
}
nav a:hover {
  color: #fff;
}

#intro {
  background: url("../img/bg_intro.png");
  padding-top: 129px;
  background-attachment: fixed;
  padding-bottom: 175px;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 25px;
  top: 300px;
}
.right-links a {
  margin-bottom: 30px;
}

.contacus-mobile {
  display: none;
}

h1 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 235.334px;
  line-height: 88%;
  /* or 242px */
  color: #007aff;
}
h1 span {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 256.252px;
  line-height: 83%;
  /* identical to box height, or 264px */
  color: #ffffff;
}

.intro-info {
  margin-left: 200px;
}
.intro-info h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  /* or 42px */
  color: #ffffff;
}
.intro-info p {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-top: 12px;
}
.intro-info button {
  margin-top: 50px;
}

button {
  background: #007aff;
  border: none;
  padding: 13px 34px;
  color: #fff;
  cursor: pointer;
  font-family: "SF Pro";
  width: fit-content;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
  line-height: 22px;
  display: flex;
  transition: all 0.5s ease;
}
button:hover {
  color: #007aff;
  background: #fff;
}

.btn-arrow {
  margin-left: 22px;
}

.section-title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 106.071px;
  line-height: 79%;
  /* identical to box height, or 84px */
  color: #007aff;
}
.section-title span {
  color: #fff;
}

#about {
  background: #141418;
  padding-top: 153px;
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
}

.about-right {
  display: flex;
  max-width: 60%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-item {
  position: relative;
  margin-bottom: 150px;
  width: 306px;
}

.about-item-title {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.about-item-content {
  margin-top: 18px;
  font-style: normal;
  font-weight: 400;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #ffffff;
}

.about-circle {
  height: 133px;
  width: 133px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #121e2f;
  z-index: 1;
}
.about-circle--1 {
  top: -42px;
  left: -38px;
}
.about-circle--2 {
  left: -47px;
}
.about-circle--3 {
  left: -51px;
}
.about-circle--4 {
  top: -48px;
  left: -60px;
}

.bignumber {
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 295.881px;
  line-height: 103%;
  top: 25%;
  color: #007aff;
  opacity: 0.1;
}
.bignumber-02 {
  bottom: -150px;
  top: auto;
}
.bignumber-03 {
  right: 0;
  top: auto;
  bottom: -200px;
}

#services {
  background: url(../img/bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 182px;
  padding-bottom: 218px;
  background-position-y: bottom;
}

.service-row {
  display: flex;
}

.service {
  background: url(../img/service.png);
  background-size: cover;
  height: 148px;
  width: 386px;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  padding-top: 97px;
  padding-left: 31px;
  line-height: 103%;
  color: #ffffff;
  margin-bottom: 61px;
  transition: all 0.4s ease !important;
  margin-right: 31px;
  opacity: 1;
  cursor: pointer;
}
.service--open {
  background-image: url(../img/service-open.png);
  height: 202px;
  padding-top: 20px;
}
.service-content {
  font-style: normal;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 18px;
  height: 0;
  overflow: hidden;
  line-height: 103%;
  /* or 19px */
  margin-top: 26px;
  color: #ffffff;
}
.service-content-visible {
  height: 200px;
}

.services-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 175px;
}
.services-wrapper button {
  margin-top: 209px;
  margin-left: 30%;
}

.clients-title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 106.071px;
  line-height: 79%;
  /* or 84px */
  margin-top: 43px;
  color: #303030;
}

.swiper {
  height: 221px;
}

.swiper-slide {
  display: flex;
  align-items: center;
}
.swiper-slide img {
  object-fit: contain;
  max-width: 80%;
}

#partners {
  padding-top: 91px;
  padding-bottom: 250px;
}

.partners-row {
  display: flex;
  margin-top: 132px;
}
.partners-row a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.partner {
  background: url("../img/partner-box.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 34px;
  padding-left: 47px;
  width: 379px;
  margin-right: 100px;
  height: 202px;
  zoom: 0.9;
}
.partner p {
  margin-top: 10px;
}
.partner:nth-child(1) {
  padding-top: 26px;
}
.partner:nth-child(2) {
  background-image: url("../img/partner-box-wide.png");
  width: 498px;
}

#contactus {
  padding-top: 100px;
  padding-bottom: 140px;
  background: url(../img/bg_contact.png);
  background-size: cover;
  background-position-y: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#contactus button {
  width: 500px;
  display: block;
}

form {
  margin-top: 114px;
  width: 500px;
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
}

input,
textarea {
  background: #1d1d1d;
  width: 100%;
  padding: 5px 24px;
  margin-bottom: 15px;
  font-style: normal;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  border: none;
}
input::placeholder,
textarea::placeholder {
  color: #dcdcdc;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
input:nth-child(1),
textarea:nth-child(1) {
  margin-right: 15px;
}

textarea {
  width: 500px;
}

.contactus-wrapper {
  display: flex;
}

.contactus-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactus-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  /* or 29px */
  color: #ffffff;
}

.contact-links-wrapper {
  display: flex;
  margin-top: 53px;
}

.contact-links {
  width: 240px;
}

.contact-item {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}
.contact-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 106%;
  /* identical to box height, or 19px */
  color: #ffffff;
  margin-left: 13px;
}

.thankyou {
  display: none;
  font-size: 32px;
}

@media screen and (max-width: 1500px) {
  header {
    padding: 20px 0;
  }
  .container {
    max-width: 1220px;
    margin: 0 auto;
  }
  h1 {
    font-size: 180px;
  }
  h1 span {
    font-size: 190px;
  }
  nav a {
    margin-left: 50px;
  }
  .intro-info {
    margin-left: 50px;
  }
  .section-title {
    font-size: 70px;
  }
}
.menu-btn {
  display: none;
}

menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  overflow: hidden;
  transition: all 0.4s;
  transform: translateY(-100vh);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
menu a {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
}

.menu-active {
  transform: translateY(0);
}

.close {
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 1400px) {
  .container {
    margin: 0 5%;
  }
}
@media screen and (max-width: 700px) {
  .menu-btn {
    display: block;
  }
  nav {
    display: none;
  }
  .container {
    margin: 0 50px;
  }
  .service-row {
    flex-wrap: wrap;
  }
  .intro-wrapper,
.about-wrapper,
.partners-row,
.contactus-wrapper,
.footer-wrapper,
.footer-links {
    display: flex;
    flex-direction: column;
  }
  .intro-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
  h1 {
    font-size: 80px;
  }
  h1 span {
    font-size: 88px;
  }
  .intro-info h2 {
    font-size: 18px;
    line-height: 130%;
  }
  .intro-info p {
    margin-top: 48px;
    font-size: 16px;
    line-height: 130%;
  }
  .right-links a {
    margin-right: 41px;
  }
  .right-links {
    margin-left: 50px;
    margin-top: 59px;
  }
  .about-right {
    margin-top: 75px;
    max-width: 100%;
  }
  .about-item {
    margin-bottom: 70px;
  }
  #form {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
  .container {
    display: flex;
    flex-direction: column;
  }
  #contactus button {
    width: 100%;
  }
  .section-title {
    font-size: 50px;
  }
  .right-links {
    position: static;
    flex-direction: row;
  }
  .service {
    width: 100%;
  }
  .contact-item {
    width: 48%;
  }
  .form-row {
    flex-direction: column;
  }
  .contact-links-wrapper {
    flex-direction: column;
  }
  .logo,
.header-logo {
    width: 99.73px;
    height: 17px;
  }
  #intro {
    padding-top: 5vh;
  }
  .intro-info {
    margin-left: 0;
    margin-top: 55px;
  }
  #services {
    padding-top: 55px;
    padding-bottom: 63px;
  }
  .service {
    padding-top: 76px;
    font-size: 18px;
    line-height: 103%;
    width: 299px;
    height: 114px;
    margin-right: 0;
    background-image: url("../img/service-mob.png");
  }
  .service--open {
    padding-top: 10px;
    height: 184px;
    background-image: none;
  }
  .services-wrapper button {
    margin-top: 0;
    margin-left: 0;
  }
  .services-wrapper {
    margin-top: 78px;
  }
  #partners {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .partners-row {
    margin-top: 72px;
  }
  .partner {
    width: 100%;
    margin-bottom: 40px;
  }
  .partner:nth-child(2) {
    width: 100%;
    margin-bottom: 40px;
  }
  .bignumber {
    display: none;
  }
  #contactus {
    padding-top: 78px;
    padding-bottom: 0;
  }
  .contactus-title {
    display: none;
  }
  .contacus-mobile {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-top: 40px;
  }
  #form {
    margin-top: 47px;
  }
  .contact-item img {
    height: 20px;
  }
  .contact-item p {
    font-size: 16px;
    line-height: 106%;
  }
  .contact-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .logo {
    width: 188px;
    height: auto;
  }
  .footer-links a {
    text-align: center;
    margin-top: 27px;
    display: block;
  }
  .footer-links a:nth-child(2) {
    margin: 0 auto;
    margin-top: 27px;
  }
  .footer-policy {
    margin-top: 44px;
  }
  .footer-policy a {
    font-size: 18px;
    line-height: 106%;
  }
  .clients-title {
    font-size: 33.4961px;
    line-height: 79%;
  }
}

/*# sourceMappingURL=style.css.map */
