* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "FuturaPT-Book";
  src: url("FuturaPTBook.otf") format("opentype");
}
@font-face {
  font-family: "FuturaPT-Heavy";
  src: url("FuturaPTHeavy.otf") format("opentype");
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("FuturaPTLight.otf") format("opentype");
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("FuturaPTMedium.ttf") format("truetype");
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  position: relative;
  font-family: FuturaPT-Book;
  background-color: #000;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}
.opacity {
  background-color: rgba(62, 60, 60, 0.9);
}
.primary {
  color: #9ba4ed;
}
.card {
  box-sizing: border-box;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 42px 123px;
}
.title {
  text-align: center;
  font-size: 55px;
  font-family: FuturaPT-Heavy;
  margin-bottom: 30px;
}
.logo {
  display: block;
  margin-top: 50px;
}
.shadow-ball {
  position: absolute;
}
.shadow-ball.b1 {
  right: -50px;
  top: -300px;
}
.shadow-ball.b2 {
  left: -500px;
  top: 20px;
}
.shadow-ball.b3 {
  left: -300px;
  top: 400px;
}
.shadow-ball.b4 {
  right: -500px;
  top: 800px;
}
.shadow-ball.b5 {
  transform: translate(-400px, 0);
  bottom: 0;
}
.welcome {
  display: flex;
  align-items: center;
  margin-bottom: 118px;
}
.welcome h2 {
  font-family: FuturaPT-Heavy;
  font-size: 55px;
  line-height: 60px;
}
.welcome span {
  font-family: FuturaPT-Book;
  font-size: 20px;
  width: 468px;
  display: block;
  line-height: 1;
  margin-top: 28px;
}
.about-us {
  margin-bottom: 180px;
}
.about-us p:not(:first-child) {
  font-family: futuraPT-Book;
  font-size: 20px;
  margin-top: 20px;
}
.expertise {
  box-sizing: border-box;
  max-width: 1000px;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 42px 105px;
  margin-bottom: 180px;
}
.expertise .tiem {
  box-sizing: border-box;
  width: 375px;
  height: 375px;
  border-radius: 20px;
  padding: 45px 40px;
}
.expertise .tiem .primary {
  margin: 20px 0;
  font-size: 28px;
}
.expertise .tiem p {
  font-size: 18px;
  font-family: FuturaPT-Light;
}
.touch-us {
  box-sizing: border-box;
  max-width: 1000px;
  margin-bottom: 190px;
}
.touch-us p {
  font-size: 20px;
  font-family: FuturaPT-Book;
}
@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .logo {
    margin: 42px auto 42px auto;
  }
  .welcome {
    flex-direction: column-reverse;
  }
  .welcome h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
  .welcome h2 span {
    font-size: 18px;
    width: 335px;
  }
  .welcome img {
    width: 276px;
  }
  .card {
    max-width: calc(100% - 40px);
    padding: 40px 10px;
  }
  .title {
    text-align: center;
    max-width: 314px;
    font-size: 35px;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
  }
  .about-us {
    margin-bottom: 100px;
  }
  .expertise {
    margin-bottom: 100px;
    gap: 20px;
    padding: 0;
    background-color: transparent;
  }
  .expertise .tiem {
    padding: 45px 20px;
  }
  .touch-us {
    margin-bottom: 28px;
    background-color: transparent;
    padding: 0;
  }
  .touch-us p {
    padding: 40px 10px;
    background-color: rgba(62, 60, 60, 0.9);
    border-radius: 20px;
  }
}
