* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #06070C;
  background: url(../img/bg.jpg) center top/cover no-repeat;
}

.header {
  padding-top: 35px;
  text-align: center;
}
.header .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header .logo img {
  width: 175px;
  margin-bottom: 70px;
}
.header h3 {
  color: #3FDC97;
  font-size: 55px;
  margin-bottom: 0px;
  font-family: "Sedgwick Ave", cursive;
}
.header h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(151, 151, 151) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header p {
  color: #B2BFB4;
  font-size: 18px;
  margin-bottom: 50px;
}
.header .icon-g {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.header .icon-g img {
  margin: 0 10px;
  width: 36px;
  height: auto;
  transition: 0.3s all;
}
.header .icon-g img:hover {
  margin-top: -5px;
}
.header .img-header {
  width: 850px;
  height: auto;
  transition: 0.3s all;
}
.header .img-header:hover {
  transform: scale(1.03);
}

.btn-a {
  padding: 15px 22px;
  background-color: #3FDC97;
  border-radius: 16px;
  color: #161616;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 90px;
  box-shadow: 0px 0px 41px -3px rgba(63, 220, 151, 0.4);
  transition: 0.3s all;
  text-transform: uppercase;
}
.btn-a:hover {
  transform: scale(1.05);
  color: #161616;
}
.btn-a img {
  width: 24px;
  margin-right: 12px;
}

.why {
  padding-top: 100px;
  text-align: center;
}
.why .img-mobile {
  display: none;
}
.why h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 40px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(151, 151, 151) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.why .items {
  background: url(../img/bg-items.png) center center/cover no-repeat;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 80px;
}
.why .items .item {
  padding: 15px 20px;
}
.why .items .item img {
  width: 64px;
  height: auto;
  margin-bottom: 24px;
}
.why .items .item h3 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(151, 151, 151) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why .items .item p {
  color: #C3CFC5;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.slide-block {
  padding-top: 130px;
  padding-bottom: 20px;
}
.slide-block .item {
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.slide-block .item .img-main {
  width: auto;
  height: 531px;
}
.slide-block .item .txt {
  display: flex;
  align-items: center;
}
.slide-block .item .txt .icon {
  width: 88px;
  margin-right: 30px;
}
.slide-block .item .txt .title h3 {
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 25%, rgb(151, 151, 151) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: bold;
}
.slide-block .item .txt .title p {
  margin: 0;
  color: #C3CFC5;
}

.download {
  text-align: center;
  background: url(../img/bg-3-bg.jpg) center center/cover no-repeat;
}
.download .block-t {
  padding: 150px 0;
}
.download .bl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.download .img {
  width: 168px;
  margin-bottom: 55px;
}
.download h1 {
  font-size: 40px;
  color: #f8f8f8;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0px;
  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: "Montserrat", sans-serif;
}
.download .btn-a {
  margin: 0;
}

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

@media (max-width: 600px) {
  .footer-top .container-p .p-text {
    font-size: 10px;
  }
}
.footer {
  padding: 55px 0;
  text-align: center;
  background-color: rgba(13, 16, 22, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.footer .logo img {
  width: 150px;
  margin-bottom: 20px;
}
.footer p {
  margin: 0;
  color: #ACC9BC;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .header {
    padding-top: 35px;
  }
  .header .logo img {
    width: 145px;
    margin-bottom: 70px;
  }
  .header h3 {
    font-size: 30px;
  }
  .header h2 {
    font-size: 60px;
  }
  .header p {
    font-size: 16px;
  }
  .btn-a {
    padding: 15px 35px;
    font-size: 22px;
  }
  .btn-a img {
    width: 22px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 30px;
  }
  .header .logo img {
    width: 110px;
    margin-bottom: 55px;
  }
  .header h3 {
    font-size: 22px;
  }
  .header h1 {
    font-size: 30px;
  }
  .header p {
    font-size: 16px;
  }
  .header .img-header {
    width: 100%;
  }
  .why {
    padding-top: 80px;
  }
  .why h2 {
    font-size: 24px;
    margin-bottom: 37px;
  }
  .why .items {
    background: none;
    gap: 45px;
    grid-template-columns: repeat(1, 1fr);
  }
  .why .items .item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .logo img {
    width: 110px;
    margin-bottom: 24px;
  }
  .footer p {
    font-size: 16px;
  }
  .slide-block {
    padding-top: 90px;
  }
  .slide-block .container {
    gap: 64px;
    display: flex;
    flex-direction: column;
  }
  .slide-block .item {
    flex-direction: column;
    gap: 0;
  }
  .slide-block .item .img-main {
    width: 80%;
    height: auto;
    margin-bottom: 49px;
  }
  .slide-block .item .txt {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .slide-block .item .txt .icon {
    margin: 0;
    margin-bottom: 25px;
  }
  .slide-block .item .txt .title h3 {
    font-size: 20px;
  }
  .slide-block .item-left {
    flex-direction: column-reverse;
  }
}
@media (max-width: 550px) {
  body {
    background-color: #06070C;
    background: url(../img/bg-m.jpg) center top/cover no-repeat;
  }
  .header h3 {
    font-size: 28px;
  }
  .header {
    background: url(../img/bg-1-m.jpg) center bottom/cover no-repeat;
    padding-top: 45px;
  }
  .header .btn-a {
    margin-bottom: 50px;
  }
  .why {
    background: url(../img/bg-2-m.jpg) center top/cover no-repeat;
  }
  .footer {
    background: url(../img/footer-bg-m.jpg) center top/cover no-repeat;
  }
  .btn-a {
    font-size: 18px;
  }
  .download .img {
    width: 115px;
  }
  .download h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .download .block-t {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .download .img {
    margin-bottom: 30px;
  }
  .header h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .header p {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */