html {
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  background: white;
}

html,body {
  overflow-x:hidden;
}

:root {
  --main-color-blue: #0057FF;
  --main-color-black: #171717;
  --main-color-grey: #515151;
  --dop-color-grey: #33343A;
}

h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dop-color-grey);
}

h2 {
  color: var(--dop-color-grey);
  font-size: 72px;
  line-height: 1.25;
  font-weight: 700;
}

h3 {

  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;

}

h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

p {
  color: var(--dop-color-grey);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
}

.blue-txt {
  color: var(--main-color-blue);
}

.wrapper {
  min-height: 100%;
  width: 100%;

  position: relative;
}

.btn {
  padding: 9px 40px 9px 40px;
  background: var(--main-color-blue);
  border-radius: 100px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  transition: all .3s;
}

.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}


/* HEADER */
header {
  position: relative;
  z-index: 5;
  padding: 19px 0;
  margin-bottom: 71px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  max-width: 240px;
}

.header-inner nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header-inner nav ul li {
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.header-inner nav ul li:hover {
  color: var(--main-color-blue);
}

.btn:hover {
  background: var(--dop-color-grey);
}



/* HERO */
.hero {
  padding-bottom: 180px;
}

.hero__inner-ls {
  max-width: 567px;
  position: relative;
  z-index: 10;
}

.hero__inner-ls p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.2;
}

.hero__inner-ls-btns {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-top: 50px;
}

.hero__inner-ls-btns .btn {
  padding: 16px 40px;
  font-size: 24px;
}

.arrow-btn {
  border-radius: 50%;
  border: 2px solid #0057FF;
  padding: 20px;
  transition: all .3s;
}

.arrow-btn:hover {
  background: #0057Ff;
}

.arrow-btn:hover img {
  filter: grayscale(100%) brightness(400%);
}

.hero__inner-rs img {
  position: absolute;
  width: 100%;
  top: 0%;
  right: 12%;
  max-width: 1102px;
  z-index: 3;
}



/* ABOUT */
.about {
  position: relative;
}

.about-bg {
  position: absolute;
  top: -42%;
}

.about-inner {

  display: flex;
  position: relative;
  z-index: 15;
  justify-content: space-between;
  color: white;
  padding: 0px 110px 80px 60px;
  border-radius: 80px;
}

.about-ls {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.about-ls h2 {
  color: white;
}

.about__ls-spisok-elem {
  max-width: 240px;
  display: flex;
  flex-direction: column;

}

.about__ls-spisok {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 60px;
}

.about__ls-spisok-elem img {
  width: 100%;
  max-width: 64px;
  margin-bottom: 16px;
}

.about__ls-spisok-elem span {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;


}

.about-rs {
  width: 100%;
  max-width: 454px;
  padding-top: 20px;
}

.form-reg {
  display: flex;
  flex-direction: column;
  gap: 32px;

}

.form-reg input {
  padding: 16px 24px;
  background: transparent;
  border-radius: 24px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #FFFFFF80;
}

.form-reg .btn {
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 500;
}

.form-reg input::placeholder {
  color: white;
  transition: all .3s;
}

.form-reg input:focus::placeholder {
  font-size: 14px;
  color: #33343A;

}

.form-reg input:focus {
  border: 1px solid #0057FF;
}


/* WHy US */
.why {
  padding-top: 120px;
}

.why-inner {
  display: flex;
  justify-content: space-between;
}

.why-ls {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  width: 100%;
}

.why__ls-top {
  display: flex;
  gap: 40px;
  align-items: center;

}



.why__ls-top-r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why__ls-bot h1 {

  -webkit-text-fill-color: white;

  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-shadow: 3px 0 0 #EDEDED, 0 3px 0 #EDEDED, -3px 0 0 #EDEDED, 0 -3px 0 #EDEDED;

}

.why-rs img {
  border-radius: 24px;
  height: 100%;
}


/* Calc */
.calc {
  padding-top: 100px;
}

.calc-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.calc-steps {
  position: relative;

  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px;
  border-radius: 100px;
  background: #0057FF;
  max-width: 1100px;
}

.calc__steps-elem {
  display: flex;
  flex-direction: column;
  color: white;
  max-width: 260px;
  width: 100%;
  position: relative;
}

.calc__steps-elem h1 {
  color: white;
  font-size: 64px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 25px;
}

.calc__steps-elem span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: white;
  margin-bottom: 4px;
}

.calc__steps-elem p {
  color: white;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;

}

.calc__steps-elem:nth-child(2)::before {
  content: '';
  height: 100%;
  width: 1px;
  background: #FFFFFF40;
  position: absolute;
  left: -20%;
}

.calc__steps-elem:nth-child(3)::before {
  content: '';
  height: 100%;
  width: 1px;
  background: #FFFFFF40;
  position: absolute;
  left: -20%;
}

.calcul {
  border-radius: 80px;
  margin-top: -108px;
  padding: 168px 173px 67px 60px;
  background-image: url("../Earn-Up-To-1400-Daily_files/Calc-bg.svg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.calcul-ls {
  display: flex;
  flex-direction: column;
  max-width: 467px;
  gap: 20px;
  color: white;
  align-items: flex-start;
}

.calcul-ls h2 {
  color: white;
}

.calcul-ls p {
  color: white;
  margin-bottom: 25px;
}

.calcul-ls .btn {
  padding: 16px 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: left;
}

.calcul-rs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: white;
  max-width: 460px;
}

.calcul-rs input {
  padding: 16px 24px;
  background: transparent;
  border-radius: 24px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #FFFFFF80;
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;

}

.calcul-rs input::placeholder {
  color: white;
  transition: all .3s;
}

.calcul-rs input:focus::placeholder {
  font-size: 14px;
  color: #33343A;

}

.calcul-rs input:focus {
  border: 1px solid #0057FF;
}

.calcul-rs .btn {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 2px solid #0057FF;
}

.calcul-rs .btn:hover {
  background: #0057FF;
}

.calcul__input-c {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.calcul__input-c span {
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  color: white;
}

.calcul-rezult {
  display: flex;
  gap: 16px;
  color: white;
  align-items: center;
}

.calcul-rezult h3 {
  font-size: 48px;
  font-weight: 800;
}

.calcul-rezult p {
  color: white;
}


/* Few */
.fewmore {
  padding-top: 100px;
}

.few-inner {
  display: flex;
  justify-content: space-between;
}

.few-ls{
  max-width: 473px;
  width: 100%;
}
.few-ls img{
  max-width: 473px;
  height: 100%;
  width: 100%;
}

.few-rs {
  display: flex;
  flex-direction: column;
  gap: 16px ;
  max-width: 736px;
  width: 100%;
}
.few-rs h2{
  margin-bottom: 12px;
  color: black;
}
.few__rs-elem {
  border: 1px solid #00000080;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px ;
  border-radius: 80px;
 
}

.few__rs-elem--top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.few-rs .btn{
  font-size: 24px;
  font-weight: 500;
  padding: 16px 40px;
  max-width: 162px;
  margin-top: 25px;
}
.transp-txt {
  -webkit-text-fill-color: #171717;
  color: #171717;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 2%;
  z-index: 0;
  text-align: left;
  text-shadow: 3px 0 0 #242424, 0 3px 0 #242424, -3px 0 0 #242424, 0 -3px 0 #242424;
}
.reviews {
  padding-top: 100px;
}

.reviews-inner {

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #171717;
border-radius: 80px;
padding: 60px 60px 80px 60px;
gap:60px;

}
.reviews-contik{
  display: flex;
  gap: 40px ;
  justify-content: space-between;
}
.reviews-inner h2{
  color: white;
  position: relative;
  z-index: 1;
}


.reviews__cont-elem {
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid #FFFFFF80;
  max-width: 373px;
display: flex;
flex-direction: column;
gap: 32px ;
}
.reviews__cont-elem-t p{
  color: white;
}
.reviews__cont-elem-b{
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.reviews__cont-elem-b h4{
  color: white;
}
/* footer */
footer{
  padding-top: 100px;
  padding-bottom: 40px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.footer-inner nav ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

.footer-inner nav ul li {
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.footer-inner nav ul li:hover {
  color: var(--main-color-blue);
}
.footer-txt{
  margin-top: 40px;
}
.footer-txt p{
font-size: 14px;
font-weight: 400;
line-height: 1.25;
text-align: center;

}
.footer-txt h4{
margin-top: 24px;
font-size: 16px;
font-weight: 600;
text-align: center;

}
.mob{
  display: none !important;
}
/* Adaptive */
@media(max-width:1600px){
  .hero__inner-rs img{
    right: -3%;
  }
}
@media(max-width:1300px){
  .hero__inner-rs img{
    right: 0%;
    max-width: 900px;
  }
}
@media(max-width:980px){


.about-inner{
  background: #171717;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.hero__inner-ls--ph{
width: 100%;
max-width:500px ;
position: absolute;
top: 0 ;
right: 0;

}
.hero__inner-ls{
  max-width: none;
}
.why-inner{
  flex-direction: column;
}
.hero__inner-ls p{
  max-width: 500px;
}
.hero__inner-ls h1{
  max-width: 550px;
}
}
@media(max-width:1000px){
  .header-inner nav{
    display: none;
  }
}
@media(max-width:800px){
  .mob{
    display: block !important;
  }
.desk{
  display: none;
}
  .hero__inner-ls--ph{
    width: 100%;
    max-width:450px ;
    position: absolute;
    top: 30% ;
   left: 0;
    
    }
    .container{
  overflow: hidden;
    }

    .about-inner{
      background: transparent;
    } 
.about-inner{
padding: 50px 16px;
  /* background-image: url(../Earn-Up-To-1400-Daily_files/bg-mob.svg);
  background-size: contain;
  background-repeat: no-repeat; */
  gap: 60px ;
  width: 100%;
  max-width: 388px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
h1{
  font-family: Outfit;
font-size: 48px;
font-weight: 700;
line-height: 1.25;
text-align: left;

}
.hero__inner-ls p{

font-size: 16px;
font-weight: 300;


}
.btn{
  padding: 9px 20px;
}
header{
  margin-bottom: 40px;
}
.hero__inner-ls-btns .btn{
  font-size: 20px;
}
.hero__inner-ls-btns{
  margin-top: 30px;
}
.arrow-btn{
  padding: 15px;
}
h2{

font-size: 48px;
font-weight: 700;


}
h4{ 
font-size: 20px;
font-weight: 700;


}
.about__ls-spisok-elem span{
  font-size: 14px;
}
.about__ls-spisok-elem{
  max-width: 140px;
  
}
.about-bg{
  top: -17%;
  left: 10px;
  width: 95%;
max-height: 1700px;
}
.about{
  margin-top: 200px ;
}
.about-mobile{
  position: absolute;
top: -29%;
  width: 100%;
left: auto;
right: auto;
max-width: 380px;
z-index: 100;
}
.about .container{
  overflow: visible;
}
.why{
  margin-top: 200px;
}
.why__ls-top-l{
  display: none;
}
.about__ls-spisok {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
  justify-content: space-between;
}
.why__ls-bot{
  display: none;
}
.why-rs img{
  margin-top: 40px;
  width: 100%;
}
.calc-steps{
  padding: 40px 16px;
}
.calc__steps-elem h1{
  font-size: 48px  ;
  margin-bottom: 15px;
}
.calc__steps-elem{
  justify-content: center;
  align-items: center;
  text-align: center;
}
.calc__steps-elem:nth-child(2)::before{
  width: 0;
}
.calc__steps-elem span{
  font-size: 20px;
}
.calc__steps-elem p{
  font-size: 14px;
  text-align: center;
  max-width: 132px;
}
.calc__steps-elem:nth-child(3)::before{
  width: 0;
}
.calcul {
  border-radius: 32px;
  margin-top: -108px;
  padding:150px 16px 70px 16px;
  background-image: none;
  background: #171717;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.bitson{
  font-size: 20px;
  font-weight: 500;
  padding: 16px 40px;
  margin-top: 40px;
}
.few-inner{
  flex-direction: column;
  position: relative;
}
.few-rs h2 {
  margin-bottom: 12px;
  color: black;
  transform: rotate(90deg);
  position: absolute;
  left: -150px;
  top: 20%;
}
.hero {
  padding-bottom: 120px;
}
.transp-txt {
  -webkit-text-fill-color: #171717;
  color: #171717;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 9%;
  z-index: 0;
  text-align: left;
  text-shadow: 3px 0 0 #242424, 0 3px 0 #242424, -3px 0 0 #242424, 0 -3px 0 #242424;
}
.reviews-inner h2{
  text-align: center;
}
.reviews-inner{
  border-radius: 32px;
  padding: 60px 16px;
}
.swiper{
  width: 100%;
  height: 100%;
}
.swiper-slide{

    padding: 32px 24px;
    border-radius: 24px;
    border: 1px solid #FFFFFF80;
 
    display: flex !important; 
    flex-direction: column;
    gap: 32px;

}
.reviews__cont-elem{
  max-width: none;
}
.reviews-contik {
  display: flex;
  gap: 0px;
  justify-content: space-between;
}

.swiper-pagination-bullet-active {

  background: #0057FF !important;
}
.swiper-pagination-bullet{
  background: #0057FF  !important;
}
.footer-inner{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-inner nav ul{
  flex-direction: column;
  margin-top: 40px;
  text-align: left;
  align-items: flex-start;
  gap: 24px ;
  margin-bottom: 40px;
}
.footer-inner nav ul li{

  text-align: left;
}

.header-inner{
padding: 5px 0;
}
.foot-btn{
  padding: 11px 40px;
}
}