@import "../assets/font/stylesheet.css";

@font-face {
  font-family: 'Onest';
  src: url('../assets/font/Onest-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Onest';
  src: url('../assets/font/Onest-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .main-title, .section-title {
    font-weight: 700; 
}

p, span, li, a, input, textarea {
    font-weight: 400; 
}

:root {
  --color-primary: #060606;
  --works: #ded6d83f;
  --header-bar-h: 56px;
    --header-h: 0px;
}

*{
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  border: none;
  font-family: "Onest", sans-serif;
  
}

body{
    margin: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
        300px 300px at 50% 0%,
          #223699 10%,
          #1B1C2A 150%
    );
}

img{
    display: block;
}

.container{
  max-width: 768px;
  padding: 0 16px;
  margin: 0 auto;
  padding-top: 15px;
    color: #FFFFFF;
}

.container-policy{
  max-width: 768px;
  padding: 155px 24px 4px 24px;
  margin: 0 auto;
    color: #FFFFFF;
    font-weight: 400;
 background: linear-gradient(
    to top,
    #4b4f78 0%,
    #3a3f67 40%,
    #1b1c2a 80%
  );

  overflow: hidden;

}

.container-trms{
  max-width: 768px;
  padding: 155px 24px 4px 24px;
  margin: 0 auto;
    color: #FFFFFF;
    font-weight: 400;
     background: linear-gradient(
    to top,
    #4b4f78 0%,
    #3a3f67 40%,
    #1b1c2a 80%
  );

  overflow: hidden;
}

.section-title--info{
  text-align: center;
  margin-bottom: 32px;
}

.wrapper{
  overflow: hidden;
  
}

.wrapper-home{
  padding: 0;
}

.info-page {
  padding-top: 130px;
}

.logo{
  color: white;
  display: flex;
  gap: 6px;
  align-items: center;
    font-size: 18px;
}

.logo img{
  width: 40px;
  height: 40px;
  
}

.logo_text{
  width: 110px;
  
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
}

.header-glass {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 64px);
  max-width: 880px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(22px);

  border-radius: 16px;
  box-shadow:
    0 20px 60px rgba(0,0,0,0.55),
     0 0 5px 3px rgba(255,255,255,0.25);

  z-index: 1000;
  overflow: hidden;
}

.header-bar {
  height: 25px;  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px 18px 22px;
}

.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle img {
 width: 32px;
  height: 32px;
}

.nav-dropdown {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;

  transition:
    max-height 0.6s cubic-bezier(.22,1,.36,1),
    opacity 0.3s ease,
    transform 0.3s ease;
}

.header-glass.open .nav-dropdown {
  max-height: 510px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown .nav-list {
  padding: 10px 14px 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 auto;
}

.nav-dropdown .nav-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 20px 16px;
  border-radius: 14px;

  font-size: 18px;
  color: #fff;

  transition: background .25s ease, transform .25s ease;
}

.nav-dropdown .nav-list a:hover {
  background: linear-gradient(
    90deg,
    rgba(120,130,255,.35),
    rgba(120,130,255,.05)
  );
  transform: translateX(4px);
}

@media (max-width: 450px) {

.header-glass {
    
    width: calc(100% - 30px);
    min-height: 25px;
    }
  .header-bar{
        padding: 22px 22px 22px 22px;
    }
}

.main {
  padding-top: 60px;
  position: relative;
  padding-top: calc(var(--header-bar-h) + 90px);
  align-items: center;
  background: transparent;
  width: 100%;


}

.main-title{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0px 0px -40px;
    text-align: center;
}

.main-title-text{
    font-size: 40px;

    text-align: center;
}

.main-subtitle{
   margin-top: 24px;
  color: #ffffff;
      font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center; 
}

.main-description{
  
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
}

.main-banner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-banner-img{
position: relative;
}

.main-banner-img img{
  display: block;
  width: 100%;
  padding-top: 35px;
  -webkit-mask-image: radial-gradient(circle, black 20%, transparent 100%);
}

.button-install{
  max-height: 50px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  padding: 17px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  
  border-radius: 15px;
  background: #3859FF;
  margin: 0 auto;
  margin-top: 50px; 
}

@media (max-width: 450px) {
    
  .main-banner {
    overflow: visible;
  }
    
    .main-title {
  position: relative;
  z-index: 2;
  transform: translateY(-10px);
  
}

  .main-banner-img {
    transform: scale(1.3);
    transform-origin: center;
  }

.button-install {
    margin: 50px auto;
    margin-bottom: 90px;
    
    }
  
  .main-banner-img img {
    content: url("../assets/img/iPhone-mobile.svg");
    
      max-height: 333px;
      max-width: 375px;
      padding-top: 0px;
  }

  
  .main-banner-img::after {
    
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1),
        transparent 30%
      ),
      linear-gradient(
        to top,
        rgba(0, 0, 0, 1),
        transparent 35%
      );
  }
}




.container-slider {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px 24px 30px;

  position: relative;
  

  background: linear-gradient(
    to top,
    #4b4f78 0%,
    #3a3f67 40%,
    #1b1c2a 80%
  );

  overflow: hidden;
}



.container-slider > * {
  position: relative;
  z-index: 2;
}

.slider-section {
  background: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.features-label {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.slider-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.slider-text {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  font-size: 18px;
  color: rgba(255,255,255,0.7);
}



.hql-text{ 
    
  color: #d3d3d380;
  font-size: 24px;
    font-weight: 400;
  line-height: 1.4;
    text-align: center;
    margin: auto;
}

.phone-slider {
  width: 100%;
  padding-bottom: 32px;
  
}

.phone-slider .swiper-slide {
  display: flex;
  justify-content: center;
  opacity: 0.25;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.phone-slider .swiper-slide img {
  width: 280px;
}

.phone-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
}


.phone-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}

.phone-slider .swiper-pagination-bullet-active {
  opacity: 1;
}



.feature-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0px 0px 11px rgba(255,255,255,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.08);

  text-align: center;
  color: #fff;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease,
    opacity .35s ease;
}

.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 18px;
  background: #3F5BFF;

  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 32px;
  height: 32px;
}

.feature-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  font-weight: 600;
}

.feature-card p {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255,255,255,0.75);
    margin-top: 16px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {

  .phone-slider .swiper-slide {
    cursor: pointer;
  }

  .phone-slider .swiper-slide:not(.swiper-slide-active) .feature-card {
    opacity: 0.6;
    transform: scale(0.95);
  }

}

.info-bloсk {
  position: relative;

  background: transparent; 
  z-index: 2;
}


.phone-slider {
  width: 100%;
  padding-bottom: 64px;
    padding-top: 32px;
}

.phone-slider .swiper-slide {
  display: flex;
  justify-content: center;
  opacity: 0.35;
  transition: opacity .4s ease, transform .4s ease;
}

.phone-slider .swiper-slide-active {
  opacity: 1;
}


.phone-slider .swiper-slide-active .feature-card {
  transform: scale(1.06);
  background: linear-gradient(
    180deg,
    rgba(139,145,184,0.35),
    rgba(11,11,11,0.25)
  );

}

@media (min-width: 768px) {

  .phone-slider .swiper-slide {
    cursor: pointer;
  }

  .phone-slider .swiper-slide:not(.swiper-slide-active) .feature-card {
    opacity: 0.6;
    transform: scale(0.95);
  }

}
.container-comques {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px 24px 70px;
  position: relative;
  
  background: linear-gradient(
    to bottom,
    #4b4f78 0%,
    #3a3f67 40%,
    #1b1c2a 80%
  );

  overflow: hidden;
}



.container-comques > * {
  position: relative;
  z-index: 2;
}

.comques{
    position: relative;
    
}

.comques-el-text{
  max-width: 81%;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 16px 0;
}

.comques-el-text:last-child{
  margin-bottom: 0;
}

.comques-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.comques-el{

  width: calc(100% - 30px);
  max-width: 880px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(22px);

  border-radius: 16px;
  box-shadow:
    0 20px 60px rgba(0,0,0,0.55),
     0 0 5px 3px rgba(255,255,255,0.25);


 
  padding: 22px 16px;
}

.comques-el-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.comques-el-body{
  display: none;
}

.comques-el-head-text{
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

@media (max-width: 768px) {
  .comques-el-head-text {
    max-width: 300px;
  }
    
}

.comques-el-head-itm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
 
  border-radius: 8.1px;
}

.comques-el.active .comques-el-head-itm{
  
}

.comques-el-head-itm-minus{
  display: none;
}


.comques-el.active .comques-el-head-itm-plus{
  display: none;
}

.comques-el.active .comques-el-head-itm-minus{
  display: block;
}

.comques-el-head-itm svg{
  display: flex;
}

.section-title{
  max-width: 600px;
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0 auto;
}

.section-title-forms{
  width: 390px;
  color: #31515D;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0 auto;
}

.section-title-forms-fql{
  color: #31515D;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0 auto;
}
.container-form {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px 24px 4px;
  position: relative;
  
  background: linear-gradient(
    to top,
    #4b4f78 0%,
    #3a3f67 40%,
    #1b1c2a 80%
  );

  overflow: hidden;
}


.form{
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 22px;

  margin-top: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;

  border-radius: 18px;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 10px 40px rgba(0,0,0,0.45);

  padding: 18px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.form-group textarea {
  height: 140px;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.45);
}

.form-group button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  padding: 17px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-align: center;
  
  border-radius: 15px;
  background: #3859FF;
  margin: 0 auto;
}


.footer-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
    color: #FFFFFF;
    font-style: normal;
  font-weight: 500;
}

.logo-footer{
 color: black !important;
}

.black{
  color: black !important;
}


.footer-btn{
  width: 246px;
  height: 60px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-nav .nav-list__el a{ 
  font-size: 16px;
  line-height: 16px;
}

.footer-nav .nav-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer-nav a {
  color: #FFFFFF;
  font-size: 14px;
}

.footer-nav a:hover {
  color: #ffffff;
}

.copy-text {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.15);

  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
}

.container-footer {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px 24px 40px;
  position: relative;
  
  background: linear-gradient(
    to bottom,
    #4b4f78 0%,
    #3a3f67 40%,
    #1b1c2a 80%
  );

  overflow: hidden;
}

@media (max-width: 450px) {

    .form-group button{
        width: 100%;
    }
}

