* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "SF-Pro-Display-Regular";
}

@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url(../fonts/SF-Pro-Display-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "SF-Pro-Display-Medium";
  src: url(../fonts/SF-Pro-Display-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url(../fonts/SF-Pro-Display-Bold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "steelfish-bd";
  src: url(../fonts/steelfish-bd.ttf);
  font-weight: 600;
}
h1, h2 {
  font-family: "steelfish-bd";
}

html {
  overflow-x: hidden;
}

body {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  overflow-x: hidden;
}

.header {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
}
.header .logo {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.header .logo img {
  width: 139px;
  margin-bottom: 40px;
}
.header .content .txt {
  max-width: 600px;
}
.header .content .txt h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.header .content .txt h3 .fg {
  width: 13px;
  height: 13px;
  background-color: #3DDC97;
  border-radius: 99px;
  margin-right: 15px;
  box-shadow: 0px 0px 15px 4px rgb(61, 220, 151);
}
.header .content .txt h2 {
  text-align: left;
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  margin-bottom: 40px;
  background: -webkit-radial-gradient(circle, rgb(222, 222, 222) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
}
.header .content .txt p {
  font-size: 18px;
  margin-bottom: 55px;
  color: #B2BFB4;
  max-width: 300px;
}
.header .content .txt .btn-green {
  position: relative;
  z-index: 5;
}
.header .content .img-hd .img-head {
  width: 77%;
}
.header .content .img-hd .img-head-1 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 4;
}
.header .content .img-hd .img-head-2 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 2;
}

.img-head_m {
  display: none;
}

.btn-gr {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.btn-green {
  background: #3DDC97;
  color: #04050A;
  padding: 20px 50px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 20px;
  box-shadow: rgba(255, 255, 255, 0.04) 0px 0px 12px 0px inset, rgba(65, 221, 153, 0.15) 0px 2px 4px 0px, rgba(65, 221, 153, 0.13) 0px 8px 8px 0px, rgba(65, 221, 153, 0.08) 0px 17px 10px 0px, rgba(65, 221, 153, 0.02) 0px 31px 12px 0px, rgba(65, 221, 153, 0) 0px 48px 13px 0px;
  transition: 0.5s all;
}
.btn-green img {
  width: 24px;
  margin-right: 8px;
}
.btn-green:hover {
  background-color: #6AFFBE;
  transform: scale(1.03);
  color: #04050A;
}

h2 {
  text-align: center;
  font-size: 180px;
  text-transform: uppercase;
  margin-bottom: 24px;
  background: -webkit-radial-gradient(circle, rgb(222, 222, 222) 25%, rgb(61, 61, 61) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #747881;
}

.why-hava {
  padding-top: 100px;
  position: relative;
  z-index: 5;
}
.why-hava h3 {
  text-transform: uppercase;
  color: #3DDC97;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.why-hava .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -90px;
}
.why-hava .items .img {
  box-shadow: 0px 0px 31px -1px rgba(0, 0, 0, 0.95);
  border-radius: 65px;
  width: 400px;
}
.why-hava .items .item-text {
  width: 275px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.why-hava .items .item-text .item {
  display: flex;
}
.why-hava .items .item-text .item h5 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  margin-right: 20px;
  color: #3DDC97;
}
.why-hava .items .item-text .item h4 {
  color: #f8f8f8;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.why-hava .items .item-text .item p {
  color: #C3CFC5;
  font-size: 14px;
  margin: 0;
}

.how-it {
  padding-top: 120px;
  padding-bottom: 70px;
  text-align: center;
}
.how-it .img-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -230px;
}
.how-it .img-main img {
  width: 138%;
}
.how-it .mob {
  display: none;
}
.how-it .img-main-mob {
  display: none;
}

.items-block {
  padding-top: 50px;
  padding-bottom: 150px;
  text-align: center;
}
.items-block .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.items-block .items .item {
  padding: 30px 50px;
  border: 1px solid rgba(51, 209, 98, 0.1);
  background-color: rgba(24, 34, 27, 0.35);
  border-radius: 35px;
}
.items-block .items .item img {
  width: 125px;
  transition: 0.5s all;
  margin-bottom: 30px;
}
.items-block .items .item img:hover {
  transform: scale(1.05);
}
.items-block .items .item h4 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.items-block .items .item p {
  color: #B2BFB4;
  font-size: 14px;
  margin: 0;
}

.download {
  padding-top: 0;
  padding: 100px 140px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../img/3_block-bg.png) center center/cover no-repeat;
  text-align: center;
}
.download .bl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.download .img {
  width: 118px;
  margin-top: -180px;
  margin-bottom: 55px;
  box-shadow: 0px 0px 70px 0px rgba(61, 220, 151, 0.2);
  border-radius: 40px;
}
.download h1 {
  font-size: 100px;
  line-height: 100px;
  color: #f8f8f8;
  text-transform: uppercase;
  margin-bottom: 70px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(109, 109, 109) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download h1 span {
  background: -webkit-radial-gradient(circle, #3DDC97 25%, #3DDC97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Krona One", sans-serif;
}

.footer-top {
  text-align: center;
  padding-bottom: 50px;
}
.footer-top .container-p {
  margin-top: 50px;
}
.footer-top .container-p .p-text {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #747881;
}

.footer {
  background: url(../img/footer.png) center center/cover no-repeat;
  padding: 60px 0;
}
.footer .container {
  text-align: center;
}
.footer .container .logo img {
  width: 175px;
  margin-bottom: 30px;
}
.footer .container p {
  margin: 0;
  color: #C3CFC5;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .header .content .txt {
    max-width: 500px;
  }
  .header .content .txt h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .header {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 150px;
  }
  .why-hava .items .img {
    width: 300px;
    border-radius: 50px;
  }
  .how-it .img-main {
    margin-top: -170px;
  }
  .items-block .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .download {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .header .content .txt {
    max-width: 100%;
  }
  .header {
    padding-top: 60px;
    flex-direction: column;
  }
  .header .logo img {
    width: 125px;
  }
  .header .content .img-hd {
    display: none;
  }
  .img-head_m {
    display: block;
  }
  .img-mob {
    width: 100%;
  }
  .header .content .txt {
    text-align: center;
  }
  .header .content .txt a {
    display: none;
  }
  .header .content .txt h2 {
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 24px;
  }
  .header .content .txt p {
    font-size: 15px;
    max-width: 100%;
  }
  .header .content .txt h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-mob {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 230px;
    margin: 0 auto;
  }
  h2 {
    font-size: 80px;
  }
  .why-hava h3 {
    font-size: 20px;
  }
  .why-hava .items {
    flex-direction: column;
    margin-top: -45px;
  }
  .why-hava .items .item-text {
    gap: 40px;
  }
  .why-hava .items .img {
    order: 1;
    margin-bottom: 40px;
  }
  .why-hava .items .item-text-1 {
    order: 2;
    margin-bottom: 40px;
  }
  .why-hava .items .item-text-2 {
    order: 3;
  }
  .download h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 768px) {
  body {
    background: #04050A;
    background: url(../img/bg_m.jpg) center center/cover no-repeat;
  }
  .download .img {
    width: 100px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .items-block .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer {
    background: url(../img/footer-mob.png) center top/cover no-repeat;
  }
  .how-it .img-main {
    display: none;
  }
  .how-it .img-main-mob {
    display: block;
    width: 100%;
    margin-top: -90px;
  }
  .how-it .img-main-mob img {
    width: 100%;
  }
  .how-it .mob {
    display: flex;
    overflow-x: scroll;
    gap: 11px;
    width: 100%;
    padding: 0 20px;
  }
  .how-it .mob img {
    width: 230px;
    height: auto;
  }
  .items-block .items .item img {
    width: 90px;
  }
  .why-hava {
    padding-top: 70px;
  }
  .how-it {
    padding-bottom: 30px;
  }
  .items-block .items {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
  }
  .download {
    padding: 90px 40px;
    padding-top: 40px;
  }
  .items-block {
    padding-bottom: 120px;
  }
  .download h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  .download {
    background: url(../img/3_block-bg_m.png) center center/cover no-repeat;
  }
  .download .img {
    margin-top: -90px;
  }
  .header .content .txt h2 {
    font-size: 55px;
    line-height: 55px;
  }
}/*# sourceMappingURL=style.css.map */