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

html {
  overflow-x: hidden;
}

body {
  background: url(../img/bg-1.jpg) top center/cover no-repeat;
  min-height: 100vh;
  color: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.title {
  text-align: center;
}
.title .h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  gap: 24px;
}
.title .h3 .img {
  width: 108px;
}
.title .h3 h3 {
  background: rgba(51, 192, 255, 0.08);
  border-radius: 999px;
  padding: 10px 12px;
  border: 1px solid rgba(51, 192, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.title .h3 h3 img {
  width: 16px;
  margin-right: 8px;
}
.title h1 {
  font-weight: 600;
  font-size: 80px;
  margin-bottom: 32px;
  line-height: 84px;
}
.title h1 span {
  background: -webkit-linear-gradient(180deg, rgb(153, 224, 255) 0%, rgb(51, 192, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title h2 {
  font-weight: 600;
  font-size: 68px;
  margin-bottom: 32px;
  line-height: 72px;
}
.title h2 span {
  background: -webkit-linear-gradient(180deg, rgb(153, 224, 255) 0%, rgb(51, 192, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title h4 {
  font-weight: 600;
  font-size: 56px;
  margin-bottom: 32px;
  line-height: 60px;
}
.title h4 span {
  background: -webkit-linear-gradient(180deg, rgb(153, 224, 255) 0%, rgb(51, 192, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: rgba(251, 251, 251, 0.8);
  max-width: 420px;
  width: 100%;
  font-weight: 400;
}

.header-container {
  padding-top: 32px;
  padding-bottom: 40px;
}
.header-container .header {
  text-align: center;
  margin-bottom: 32px;
}
.header-container .header .logo img {
  width: 184px;
}
.header-container .img-main {
  max-width: 550px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 35px;
}
.header-container .title p {
  font-size: 18px;
  font-weight: 500;
}

.btn-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 32px;
}
.btn-header h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  font-weight: 400;
}
.btn-header .items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  background: rgba(51, 192, 255, 0.08);
  border-radius: 999px;
}

.btn {
  padding: 11px 27px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgb(153, 224, 255) 0%, rgb(51, 192, 255) 100%);
  color: #0F1419;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.3s all;
}
.btn img {
  width: 24px;
  margin-right: 8px;
}
.btn:hover {
  transform: scale(1.06);
}

.why .items {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.why .items .items-1 {
  display: flex;
  justify-content: space-between;
}
.why .items .items-1 .item {
  width: 40%;
  background: rgba(51, 192, 255, 0.08);
  border-radius: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(51, 192, 255, 0.5);
  padding-left: 40px;
  padding-bottom: 40px;
  padding-top: 34px;
  padding-right: 24px;
}
.why .items .items-1 .item img {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  width: 120px;
  margin-bottom: 40px;
}
.why .items .items-1 .item h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
}
.why .items .items-1 .item p {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
.why .items .items-1 .item-big {
  width: 58.7%;
}
.why .items .items-1 .item-big img {
  width: 148px;
  margin-bottom: 12px;
}

.contact {
  padding: 164px 0;
}
.contact .container {
  border-radius: 64px;
  background: url(../img/contact-bg.jpg) center center/cover no-repeat;
  text-align: center;
  padding: 74px 0;
  border: 1px solid rgba(51, 192, 255, 0.2);
}
.contact .container .logo {
  margin-bottom: 24px;
  text-align: center;
}
.contact .container .logo img {
  width: 104px;
}

.footer {
  background: url(../img/footer-bg.png) top center/cover no-repeat;
  padding: 31px 0;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .container .bl-left {
  width: 33.3%;
}
.footer .container .bl-left .logo img {
  width: 164px;
}
.footer .container .bl-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3%;
}
.footer .container .bl-center .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  background: rgba(51, 192, 255, 0.08);
  border-radius: 999px;
}
.footer .container .bl-center .social a {
  height: 36px;
}
.footer .container .bl-center .social img {
  width: 36px;
  margin: 0;
  padding: 0;
}
.footer .container .bl-right {
  width: 33.3%;
  text-align: right;
  color: #747881;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 991px) {
  .header-container {
    padding-top: 24px;
  }
  .header-container .header .logo img {
    width: 164px;
  }
  .title .h3 .img {
    width: 95px;
  }
  .title h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .title h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .title h4 {
    font-size: 32px;
    line-height: 36px;
  }
  .header-container .title p {
    font-size: 15px;
    line-height: 18px;
  }
  .title p {
    font-size: 15px;
    line-height: 18px;
    max-width: 350px;
  }
  .title .h3 {
    gap: 10px;
  }
  .why .items .items-1 {
    flex-direction: column;
    gap: 16px;
  }
  .why .items .items-1 .item {
    width: 100%;
    padding: 24px;
  }
  .why .items .items-1 .item-big {
    width: 100%;
  }
  .btn {
    padding: 11px 15px;
  }
  .title .h3 h3 {
    font-size: 12px;
    white-space: nowrap;
  }
  .why .items .items-1 .item-big img, .why .items .items-1 .item img {
    width: 80px;
    margin-bottom: 44px;
  }
  .why .items .items-1 .item h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .why .items .items-1 .item p {
    font-size: 16px;
    line-height: 20px;
  }
  .contact {
    padding: 128px 18px;
  }
  .contact .container {
    padding: 141px 24px;
    background: url(../img/contact-bg-2.jpg) center center/cover no-repeat;
  }
  .footer {
    padding: 40px 0;
    background: url(../img/footer-bg-m.png) center center/cover no-repeat;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .footer .container .bl-left, .footer .container .bl-center, .footer .container .bl-right {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .bl-center {
    display: none;
  }
}
@media (max-width: 450px) {
  body {
    background: url(../img/bg-1-m.jpg) top center/cover no-repeat;
    min-height: 100vh;
    color: #fff;
    overflow-x: hidden;
  }
  .header-container .img-main {
    opacity: 0;
    visibility: hidden;
  }
  .header-container {
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */