
@font-face {
  src: url(../fonts/SofiaProVAR-UltraLight.ttf);
  font-family: "Sofia Pro";
  font-style: normal;
  font-display: swap;
}

:root {
  font-family: "Sofia Pro", sans-serif;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  box-sizing: border-box;
  scroll-behavior: smooth;
}


* {
  box-sizing: border-box; 
}

body {
  margin: 0;
  padding: 0;

  font-family: "Sofia Pro";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "wght" 400, "ital" 1;
  text-align: left;
  color: #fff;
  background-color: #070C20;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



@media only screen and (min-width: 1366px) {
 
}

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  
}



.header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.header .container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.header .header-left-bg, .header .header-right-bg {
  width: 50%;
}



 .header::before {
  content: "";
  position: absolute;
  background: url('../img/header-left-glow.avif') no-repeat left center;
 
  height: 876px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.header::after {
  content: "";
  position: absolute;
  background: url('../img/header-right-glow.avif') no-repeat right center;
  
  height: 876px;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header .logo img {
  padding-top: 40px;
}

.main {
  position: relative;
  z-index: 0;
}

.main .wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.main .wrapper .subpage {
  position: relative;
}

.main .wrapper .subpage .container {
  max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 900px) {
  .main .wrapper .subpage .container  {
    padding-bottom: 169px;
    max-width: 1201px;
  }
}

.main .wrapper .subpage .container .content {
  padding: 46px 16px;
}

@media only screen and (min-width: 600px) {
  .main .wrapper .subpage .container .content {
    padding: 46px 24px;
  }
}

@media only screen and (min-width: 900px) {
  .main .wrapper .subpage .container .content {
    padding: 46px 24px;
  }
}

@media only screen and (min-width: 1366px) {
  .main .wrapper .subpage .container .content {
    padding: 140px 0 0 0;
  }
}

.main .wrapper .subpage .container .content h2 {
 font-size: 25px;
 line-height: 100%;
}

@media only screen and (min-width: 900px) {
  .main .wrapper .subpage .container .content h2 {
    font-size: 35px;
  }
}

.main .wrapper .subpage .container .content a {
  color: #fff;
 }

.main .wrapper .subpage .container .content table {
  padding: 10px;
  width: 100%;
  border: 1px solid #FFFFFF14;
 }

 .main .wrapper .subpage .container .content table th {
  border-bottom: 1px solid #FFFFFF14;
  padding: 5px 0;
 }

 .main .wrapper .subpage .container .content table td {
  padding: 5px 0;
 }

.background-picture {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 1700px;
  top: -100px;
}

.background-picture img {
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  display: block;
}


/* .main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/lydianstech-bg.png') no-repeat center center;
  background-size: cover;
  z-index: -1;
  height: 2000px;
  top: -230px;
} */

.main .hero {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media only screen and (min-width: 900px) {
  .main .hero {
    max-width: 700px;
    padding: 0;
  }
}


.main .hero .title h1 {
  font-size: 30px;
  font-variation-settings: 'wght' 622;
  line-height: 38px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 100px;
}

@media only screen and (min-width: 600px) {
  .main .hero .title h1 {
    font-size: 56px;
    line-height: 64px;
  }
}

@media only screen and (min-width: 900px) {
  .main .hero .title h1 {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 1366px) {
  .main .hero .title h1 {
    font-size: 80px;
    line-height: 83px;
  }
}

.main .hero .subTitle {
  font-size: 14px;
  font-weight: 296;
  font-variation-settings: "wght" 296, "ital" 1;
  line-height: 100%;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .main .hero .subTitle {
    font-size: 20px;
  }
}

.main .card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 65px 16px;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto; 
  flex-wrap: wrap;
}

@media only screen and (min-width: 900px) {
  .main .card {
    flex-direction: row;
    max-width: 1201px;
    padding: 150px 0 121px 0;
  }
}



.main .card::before {
  content: "";
  position: absolute;
  top: -120px;
  background: url('../img/header-left-dot.svg') no-repeat top center;
  height: 819px;
  width: 100%;
  left: 50%;
  transform: translateX(-92%);
  z-index: -1;
}

.main .card::after {
  content: "";
  position: absolute;
  top: -126px;
  background: url('../img/header-right-dot.svg') no-repeat top right;
  height: 819px;
  width: 100%;
  right: 0;
  transform: translateX(10%);
  z-index: -1
}


.main .card .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 40px;
  background-color: transparent;
  width: 100%;
  height: 110px;
  z-index: 1;
  overflow: hidden;
  background: #0A10233D;
  backdrop-filter: blur(56px)
}

@media only screen and (min-width: 600px) {
  .main .card .item {
    gap: 32px;
    height: 140px;
  }
}

@media only screen and (min-width: 900px) {
  .main .card .item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 387px;
    width: 387px;
    padding: 40px;
    gap: 32px;
    height: 232px;
  }
}

@media only screen and (min-width: 1133px) {
  .main .card .item {
   height: 190px;
  }
}



.main .card .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 1px;
  background: linear-gradient(106.72deg, rgba(255, 255, 255, 0.0896) 5.08%, rgba(255, 255, 255, 0.0384) 96.54%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}


.main .card .item img {
  width: 25px;
  height: 25px;
}

@media only screen and (min-width: 600px) {
  .main .card .item img {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 900px) {
  .main .card .item img {
    width: 56px;
    height: 56px;
  }
}

.main .card .item .label {
  font-size: 22px;
  font-weight: 622;
  font-variation-settings: "wght" 622, "ital" 1;
  line-height: 100%;
  margin-top: 5px;
}

@media only screen and (min-width: 600px) {
  .main .card .item .label {
   font-size: 30px;
  }
}

@media only screen and (min-width: 900px) {
  .main .card .item .label {
   font-size: 32px;
   margin-top: 0;
  }
}

.main .product {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px 80px 16px;
}


@media only screen and (min-width: 900px) {
  .main .product  {
    max-width: 1201px;
    padding-bottom: 170px;
  }
}

.main .product .item:last-child {
  padding-top: 40px;
}

@media only screen and (min-width: 900px) {
  .main .product .item:last-child {
    margin-top: -73px;
  }
}

.main .product .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.main .product .container.reverse {
  flex-direction: column;
}

@media only screen and (min-width: 900px) {
  .main .product .container.reverse  {
    flex-direction: row;
  }
}


.main .product .container img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 900px) {
  .main .product .container img {
    width: 560px;
    height: 535px;
  }
}

@media only screen and (min-width: 900px) {
  .main .product .container {
    flex-direction: row;
  }
}

.main .product .container .description {
  max-width: 585px;
}

.main .product .container .description .description-title {
  font-size: 25px;
  font-weight: 622;
  font-variation-settings: "wght" 622, "ital" 1;
  line-height: 100%;
  margin-bottom: 25px;
}

@media only screen and (min-width: 900px) {
  .main .product .container .description .description-title {
    margin-bottom: 36px;
    font-size: 36px;
  }
}

.main .product .container .description .description-sub {
  font-size: 14px;
  font-weight: 433;
  font-variation-settings: "wght" 433, "ital" 1;
  line-height: 100%;
}

@media only screen and (min-width: 900px) {
  .main .product .container .description .description-sub {
    font-size: 20px
  }
}

.footer {
  position: relative;  
}

.footer .container {
  position: relative;
  z-index: 10;
  max-width: 1360px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  .footer .container {
    padding: 0 24px;
  }
}

@media only screen and (min-width: 1366px) {
  .footer .container {
    padding: 0;
  }
}

.footer .footer-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFFFFF14;
}

@media only screen and (min-width: 600px) {
  .footer .footer-top  {
    flex-direction: row;
    gap: 35px;
  }
}

@media only screen and (min-width: 900px) {
  .footer .footer-top  {
    gap: 61px;
  }
}

.footer .footer-top .item {
  max-width: 375px;
}

.footer .footer-top .item .title {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 433;
  font-variation-settings: "wght" 433, "ital" 1;
  line-height: 20px;
  opacity: 40%;
}

.footer .footer-top .item .info {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 505;
  font-variation-settings: "wght" 505, "ital" 1;
  line-height: 22px;
}

.footer .footer-top .item .info a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 10px;
}

@media only screen and (min-width: 900px) {
  .footer .footer-bottom  {
    flex-direction: row;
    gap: 61px;
  }
}

.footer .footer-bottom .brand {
 font-size: 14px;
 font-weight: 505;
 font-variation-settings: "wght" 505, "ital" 1;
 line-height: 20px;
}

.footer .footer-bottom .documents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.footer .footer-bottom .documents a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-variation-settings: "wght" 500, "ital" 1;
}

.footer .footer-bottom .documents a:first-child {
  padding-right: 18px;
  border-right: 1.5px solid #FFFFFF14;
}

.footer .background-footer {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  top: -600px;
}

.footer .background-footer img {
  width: 100%;
  height: 100%;
  display: block;
}

