@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

li, a, button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
}

span{
  background: linear-gradient(101deg, #b181e8, #5d65e6);
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
}

.subHeader{
    color: #fff;
    background-color: #5D65E6;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

div.scrolling-limit{
    padding-top: 6px;
    padding-bottom: 6px;
    overflow:hidden;
    white-space:nowrap;
  }
  
  div.scrolling{
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-animation: scroll 20s infinite linear;
    -moz-animation: scroll 20s infinite linear;
    -o-animation: scroll 20s infinite linear;
    animation: scroll 20s infinite linear;
  }
  
  @keyframes scroll{
      0%   {left: 100%;}
      100% {left: 0;}
  }
  @-webkit-keyframes scroll{
      0%   {left: 100%;}
      100% {left: 0;}
  }

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 10%;
    background-color: #141B38;
    box-shadow: 0px 0px 80px #5B65E6;
    position: relative;
    z-index: 1;
}

.logo {
    cursor: pointer;
}

.nav__links {
    list-style: none;
}

.nav__links li {
    display: inline-block;
    padding: 0px 20px;
}

.nav__links li a {
    transition: all 0.3s ease 0s;
}

.btn1{
  border-radius: 100rem;
  padding: 1rem;
  font-family: 'Avenir Next';
  font-size: 1rem;
  padding: .5rem 3rem;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #b181e8, #5d65e6);
  background-origin: border-box;
  background-clip: content-box, border-box;
  cursor: pointer;
  box-shadow: 2px 1000px 1px #141B38 inset;
}

/* swiper */

.swiper-section{
    background: #F5F6FF;
}

.swiper-section-mobile{
  display: none;
}

.swiper-section-second{
  background: white;
  margin-top: 80px;
  margin-bottom: 80px;
}

.swiper {
    width: 95%;
    height: 84vh;
    position: relative;
    z-index: -999;
    --swiper-theme-color: linear-gradient(216.39deg, #B181E8 13.54%, #5D65E6 87.75%);
    --swiper-navigation-size: 25px;
  }

  .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content:left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-banner{
    height: 336px;
    text-align: left;
    margin-left: 60px;
    margin-right: -210px;
  }

  .swiper-title{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 34px;
    width: 700px
  }

  .swiper-text{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    width: 500px
  }

  .swiper-img{
    display: inline-block;
  }

 /*  swiper */

 .main-section h1{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
 }

 .bg{
    background: linear-gradient(180deg, #F5F6FF 0%, #FFFFFF 100%);
    height: 140px;
 }

 .main-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
 }

 .big-item{
    display: flex;
    justify-content: space-between;
    background: #F5F6FF;
    border-radius: 8px;
    width: 49%;
    height: 390px;      
    margin-bottom: 20px;
 }

 h2{
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
 }

 .second-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
 }

 .small-item{
    width: 24%;
    height: 400px;
    background: #F5F6FF;
    border-radius: 8px;
    text-align: center;
 }

 .second-slider{
    margin-top: 200px;
    width: 90%;
    margin-left: 5%;
}

.about{
    display: flex;
    justify-content: space-between;
    margin-top: 320px;
    margin-left: 5%;
}

.form{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-left: 5%;
    margin-right: 5%;
}

.title-about{
    margin-top: 80px;
    margin-left: 25px;
    margin-right: 5%;
}

.about-text{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  width: 590px;
}

.img-about-us{
  width: 780px;
}

.title-about-mobile{
  margin-top: 39.5px;
}

.swiper-title-mobile{
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  text-align: left;
}

.swiper-text-mobile{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 20px;
  margin-right: 5%;
}

.contact h1{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 20px;
}

.text{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #141B38;
    margin-left: 20%;
    margin-right: 20%;
}

.inputs{
  border-radius: 8px;
  width: 553px;
  height: 520px;      
  margin-bottom: 20px;
}

.label{
  margin-top: 155px;
  margin-right: 5%;
}

.btn2{
  width: 206px;
  height: 39px;
  background: linear-gradient(216.39deg, #B181E8 13.54%, #5D65E6 87.75%);
  border-radius: 8px;
  border:none;
  margin-top: 14px;
  cursor: pointer;
}

.img-about-item{
  margin-left: 5%;
}

.div{
  display:flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

input{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #7C7C7C;

  padding: 10px 14px;
  gap: 1px;
  width: 261.5px;
  height: 42px;
  border: 1px solid #000000;
  border-radius: 2px;
}

textarea {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #7C7C7C;
  width: 545px;
  height: 160px;
  padding: 10px 14px;
  gap: 1px;
  border: 1px solid #000000;
  border-radius: 2px;

  resize: none;
}

.btn3{
  margin-top: 70px;
  padding: 12px 40px 10px;
  gap: 12px;
  width: 212px;
  height: 46px;
  background: linear-gradient(216.39deg, #B181E8 13.54%, #5D65E6 87.75%);
  border-radius: 64px;
  border:none;
  margin-left:30%;
  cursor: pointer;
}

label{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
}

.map{
  margin-top: 100px;
}

.details{
  margin-top: 300px;
  width: 100%;
  height: 480px;
  background: url(img/footer.svg)
}

footer{
  background: #141B38;
}

.footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  padding-top:26px;
  padding-bottom: 26px;
}

.footer-text{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.scroll-up{
  position: relative;
  top: 325px;
  left: -490px;
  cursor: pointer;
  box-sizing: border-box;
}

.about-mobile{
  display: none;
}

.second-slider-mobile{
  display:none;
}

.contact-mobile{
  display: none;
}

.footer-mobile{
  display: none;
}

.main-section-mobile{
  display: none;
}

.small-item-mobile{
  width: 150px;
  height: 263px;
  background: #F5F6FF;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 24px;
}



@media (max-width: 390px) {
      .subHeader{
        width: 100%;
        color: #fff;
        background-color: #5D65E6;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    header {
      display: block;
      padding: 28px 9%;
      background-color: #141B38;
      box-shadow: 0px 0px 80px #5B65E6;
      position: relative;
      z-index: 1;
  }
  .nav__links {
    display:none;
  }
  .btn1{
    border-radius: 100rem;
    font-family: 'Avenir Next';
    font-size: 1rem;
    width: 320px;
    padding: 13px 40px 14px;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #b181e8, #5d65e6);
    background-origin: border-box;
    background-clip: content-box, border-box;
    cursor: pointer;
    box-shadow: 2px 1000px 1px #141B38 inset;
    margin-top: 20px;
  }

  .logo {
    cursor: pointer;
    margin-left: 13%;
  }

  .details{
    margin-top: 260px;
    width: 100%;
    height: 863px;
    background: url(img/footer-mobile.svg)
  }

  .div{
    display: block;
    margin-bottom: 35px;
  }

  .footer{
    display:none;
  }

  .footer-mobile{
    display: block;
    align-items: center;
    margin-left: 35%;
    padding-top:20px;
    padding-bottom: 26px;
  }

  .footer-text{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-left: 10%;
    margin-top: 30px;
  }

  .contact{
    display:none;
  }

  .contact-mobile{
    display:block;
  }

  .contact-mobile h1{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    margin-top: 138px;
    margin-bottom: 20px;
}

.text-mobile{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #141B38;
  margin-left: 19px;
}

.btn3{
  margin-left: 19%;
  margin-top: 0px;
}

textarea {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #7C7C7C;
  width: 321px;
  height: 160px;
  padding: 10px 14px;
  gap: 1px;
  border: 1px solid #000000;
  border-radius: 2px;

  resize: none;
}

.div{
  display:block;
  margin-bottom: 35px;
}

input{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #7C7C7C;

  padding: 10px 14px;
  gap: 1px;
  width: 321px;
  height: 42px;
  border: 1px solid #000000;
  border-radius: 2px;
}

.about{
  display:none;
}

.about-mobile{
  display: block;
  margin-top: 160.5px;
  margin-left: 9%;
}
 .second-slider{
  display:none
}

.second-slider-mobile{
  display: block;
  margin-top: 140px;
  margin-left: 9%;
  margin-right: 5%;
}

.main-section{
  display: none;
}

.text-mobile{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #141B38;
  margin-left: 5%;
  margin-right: 5%;
}

.main-section-mobile{
  display: block;
}

.btn2{
  width: 134px;
  height: 34px;
  background: linear-gradient(216.39deg, #B181E8 13.54%, #5D65E6 87.75%);
  border-radius: 8px;
  border:none;
  margin-top: 10px;
  cursor: pointer;

  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

h2{
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
 }

 h1{
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  text-align: center;
 }

 .demoslider{
  margin-left: 10%;
  margin-top: 80px;
  margin-bottom: 80px;
}

/* swiper */

.swiper-section{
  background: #F5F6FF;
}

.swiper {
  width: 95%;
  height: 84vh;
  position: relative;
  z-index: -999;
  --swiper-theme-color: linear-gradient(216.39deg, #B181E8 13.54%, #5D65E6 87.75%);
  --swiper-navigation-size: 25px;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: left;
  justify-content:left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-banner{
  display:inline-block;
  flex-direction: column;
  align-items: flex-start;
  width: 629.5px;
  height: 336px;
  text-align: left;
  margin-left: 70px;
}

.swiper-title{
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 34px;
}

.swiper-text{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.swiper-img{
  display: inline-block;
}

/*  swiper */

.swiper-section-mobile{
  background:#F5F6FF;
  display: block;
}

.swiper-section{
  display:none;
}

.form{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-left: 9%;
  margin-right: 5%;
}

.second-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 9%;
  margin-right: 9%;
}

.subHeader{
  display:none;
}

.bunner-demo{
  margin-left: 9%;
  margin-top: 60px;
}

}
