@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  font-family: "Nunito", sans-serif;
}

.img-fluid {
  max-width: 100%;
}

.off {
  display: none;
}

.cta {
  padding: 8px 28px;
  border-radius: 99px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  margin: 1rem;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cta:hover {
  background-color: #c9c9c9;
}

.cta-container {
  padding: 1rem;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #07011d;
}

.top {
  background: url("../img/top_bg.png") center no-repeat;
  background-size: contain;
  padding: 30px 1rem;
  margin: auto;
  color: #fff;
  text-align: center;
}

.top .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: auto;
}

.top h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 428px;
}

.top h1 span {
  font-weight: 600;
  line-height: 100%;
}

.top p {
  font-size: 24px;
  font-weight: 300;
  padding: 0 1rem;
}

@media screen and (max-width: 1036px) {
  .top {
    padding: 2rem 1rem;
  }
  .top .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2rem;
    gap: 2rem;
  }
  .top .logo-wrapper .logo {
    max-width: 180px;
  }
  .top h1 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 228px;
  }
  .top h1 span {
    font-weight: 600;
    line-height: 100%;
  }
  .top p {
    font-size: 21px;
    font-weight: 300;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 510px) {
  .top {
    padding: 2rem 1rem;
    background: url("../img/top_bg.png") center no-repeat;
    background-size: contain;
  }
  .top .logo-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top .logo-wrapper .logo {
    max-width: 120px;
  }
  .top h1 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 228px;
  }
  .top h1 span {
    position: relative;
    top: 12px;
    font-weight: 600;
    line-height: 100%;
  }
  .top p {
    font-size: 18px;
    font-weight: 300;
    padding: 0 1rem 0;
    margin: 0;
  }
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  margin: auto;
}

.section h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 1rem;
}

.section .p-big,
.section ul > li {
  font-size: 24px;
  font-weight: 300;
}

.section h3 {
  font-size: 24px;
  color: #0fd2ff;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.section p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.section .step {
  padding: 1rem 0;
}

.section .section-text {
  padding: 0 141px;
}

@media screen and (max-width: 1646px) {
  .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }
  .section .img-fluid {
    max-width: 60%;
  }
  .section h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 1rem 0;
  }
  .section .p-big,
  .section ul > li {
    font-size: 18px;
    font-weight: 300;
  }
  .section h3 {
    font-size: 24px;
    color: #0fd2ff;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  .section p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
  .section .step {
    padding: 1rem 0;
  }
  .section .section-text {
    padding: 0;
    min-width: 508px;
  }
}

@media screen and (max-width: 1270px) {
  .section .img-fluid {
    max-width: 50%;
  }
  .section .section-text {
    padding: 0;
    min-width: 400px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 957px) {
  .section {
    margin-bottom: 30px;
  }
  .s-odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section .img-fluid {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .section .section-text {
    padding: 1rem 1rem;
    margin: auto;
    min-width: 300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  .p-big,
  ul > li {
    font-size: 16px;
    font-weight: 300;
  }
  h3 {
    font-size: 18px;
    color: #0fd2ff;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
  }
}

.proc {
  background: url("../img/proc-bg.png") center no-repeat;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

.proc h2 {
  font-size: 32px;
  font-weight: 600;
}

.proc .proc-wrapper {
  background: url("../img/proc-shape.svg") top no-repeat;
  background-position-y: 30%;
  padding: 20px 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}

.proc .proc-wrapper .p-big {
  font-size: 21px;
  font-weight: 300;
  max-width: 338px;
  margin: auto;
}

@media screen and (max-width: 1170px) {
  .proc h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .proc .proc-wrapper {
    background: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .proc .proc-wrapper .p-big {
    font-size: 18px;
    font-weight: 300;
    max-width: 338px;
    margin: auto;
  }
}

.products {
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#07011d), to(#1d2cb5));
  background: linear-gradient(180deg, #07011d 0%, #1d2cb5 100%);
  padding: 30px 0;
}

.products h2 {
  font-size: 32px;
  font-weight: 600;
}

.products .products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}

.products .products-wrapper .products-item {
  border-radius: 20px;
  border: 1px solid #181e54;
  background: #07011d;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 40px;
  flex-basis: 25%;
}

.products-item img:first-child {
  border-radius: 8px;
  max-width: 320px;
}

.products-item .info-text {
  text-align: start;
  padding-left: 32px;
}

.products-item .cta-container {
  margin-top: auto;
}

.products .products-wrapper .products-item .proc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proc-info img {
  max-width: 100px !important;
}

.footer {
  padding: 60px 2rem;
}

.footer .inner-container {
  text-align: left;
}

.footer .inner-container p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.inner-container {
  max-width: 1320px;
  margin: auto;
}
