@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}
img{
    max-width: 100%;
    cursor: pointer;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
}
/* header */
header{
   box-sizing: border-box;
    max-width: 1155px;
    margin: 0 auto; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    background-color: #F9FEFC;
    padding-bottom: 50px;
}
.logo {

    
}
a{
    text-decoration: none;
}
nav{
    display: flex;
    align-items: center;
    gap: 53px;
}
.nav_a {
    color: #021206;

font-family: "Poppins", sans-serif;
list-style: none;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
transition: opacity 0.3s;
}
.nav_a:hover {
    opacity: 1;
}
.log_btns {
    display: flex;
    align-items: center;
    gap: 23px;
}
.login {
    text-decoration: none;
    color: #021206;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.login:hover {
    opacity: 1;
}
.signup {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    border: none;
    padding: 15px 30px;
    border-radius: 6px;
    background: #F44545;
    transition: 0.3s;
    cursor: pointer;
}
.signup:hover {
    background: hsl(0, 89%, 51%);
}

/* hero */
.hero {
    box-sizing: border-box;
    max-width: 1321.323px;
    margin: 0 auto; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.hero_content {
}
h1{
    color: #021206;
    width: 487px;
    height: 150px;

    font-family: "Poppins";
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.h1_span {
    background: linear-gradient(154deg, #3EFFC0 4.45%, #18CA90 83.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.hero_text {
    color: #021206;
font-family: "Poppins";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 33.6px */
opacity: 0.7;
margin: 30px 0;
}
.text_span{
font-weight: 500;
}
.form{
    border-radius: 6px;
    filter: drop-shadow(-5px 5px 45px rgba(2, 18, 6, 0.15));
}
.email_input {
    border-radius: 6px;
    border: none;
    color: #021206;
    font-family: "Poppins";
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

.hero_btn {
    border-radius: 6px;
    background: #F44545;
    padding: 11px 33px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    transition: 0.3s;

}
.hero_btn:hover {
    background: hsl(0, 89%, 51%);
}
.downloads_buttons {
    display: flex;
    gap: 30px;
}
.d_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}
/* clients */
.clients {
    
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto; 
    margin-bottom: 150px;
}
.clients_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
}
.clients_logos img {
    cursor: pointer;
    object-fit: contain;
}
.clients_logos img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
/* multyply */
.multiply {
    box-sizing: border-box;
    max-width: 1216px;
    margin: 0 auto; 
    display: flex;
    
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
}
.multy_wraps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;  
    max-width: 594px;
    max-height: 610px;
}
.wrap {
    padding: 35px;
    max-width: 282px;
    max-height: 290px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 15px 65px 0px rgba(65, 77, 68, 0.15);
}
.wrap:hover{
    box-shadow: 0px 15px 65px 0px rgba(65, 77, 68, 0.25);
    transition: box-shadow 0.3s;
}
.wrap h2{
    color: #021206;
    margin-top: 25px;
    font-family: "Poppins" sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.8;
}
.wrap p {
    color: #021206;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    opacity: 0.7;
}
.wrap img {
    border-radius: 10px;
    display: block;
    padding: 20px;
    
}
.multy_wraps .wrap:nth-child(1) img {
  background: linear-gradient(142deg, #FF9A9A 3.63%, #F14C4C 91.45%);
  box-shadow: 1px 5px 30px rgba(215, 21, 21, 0.5);
}
.multy_wraps .wrap:nth-child(2) img{
    background: linear-gradient(154deg, #85FED6 4.45%, #4EDAAC 83.73%);

    background-blend-mode: luminosity;
    box-shadow: 1px 5px 30px 0px rgba(83, 215, 171, 0.50);
}
.multy_wraps .wrap:nth-child(3) img{
  background: linear-gradient(164deg, #FCD876 4.69%, #FABC13 88.66%);

    background-blend-mode: luminosity;
    box-shadow: 1px 5px 30px 0px rgba(238, 185, 42, 0.60);  
}
.multy_wraps .wrap:nth-child(4) img{
    background: linear-gradient(144deg, #FE9AF4 0%, #EC4EDC 88.72%);

    background-blend-mode: luminosity;
    box-shadow: 1px 5px 30px 0px rgba(230, 68, 214, 0.50);
}

.multy_content {
    max-width: 548px;
    max-height: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.multy_content h2 {
    color: #021206;

    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.multy_content p {
    color: #021206;

font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
opacity: 0.7;
}
.mc_btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 44px;
}
.mc_btns button {
    border-radius: 6px;
    background: #282323;
    padding: 15px 40px;
    border: none;

    color: #FFF;

    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    cursor: pointer;
    transition: 0.3s;

}
.mc_btns button:hover {
    background: #F44545;
}
.mc_btns a {
    color: #FF4D4D;

    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    transition: 0.3s;

}
.mc_btns a:hover {
    transform: scale(1.1); 
}
/* single featute */
.single_featute {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px;
}
.sf_block {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.sf_block h2{
    margin-bottom: 20px;
    color: #021206;
font-family: "Poppins", sans-serif;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.sf_block p {
    margin-bottom: 18px;
    color: #021206;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; 
opacity: 0.7;
}
.sf_block span{
font-weight: 600;
}
.sf_block ul{
    list-style-image: url(/img/list.svg);
}
.sf_block ul li {
    margin-bottom: 16px;
}

.sf_block:nth-child(2){
    max-width: 1184px;
    flex-direction: row-reverse;
}
/* download */
.download {
    box-sizing: border-box;
    max-width: 1628px;
    margin: 0 auto; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 150px;
}
.download_content {
    display: flex;
    flex-direction: column;
    justify-content: center;   
    align-items: flex-start;
    max-width: 480px;
}
.download_content h2 {
    color: #021206;

    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.download_content p {
    color: #021206;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    opacity: 0.7;
    margin-bottom: 20px;
}
.download_content button {
    
    
    padding: 15px 33px;
    border-radius: 6px;
    background: #F44545;
    color: #FFF;
    font-family: "Poppins", sans-serif;;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    border: none;
    cursor: pointer;
    transition: 0.3s;

}
.download_content button:hover {
    background: hsl(0, 89%, 51%);
}
.download_img {
    max-width: 965px;
    max-height: 643px;
}
/* PRICING */
.pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 1246px;
    margin: 0 auto;
    margin-bottom: 170px;
}
.pricing_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 93px;
}
.pricing_content h2 {
    color: #021206;

    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;   

}
.pricing_content p {
    color: #021206;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 28.8px */
    opacity: 0.7;
    margin-bottom: 20px;
}

.pricing_plans {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
    
    
}
.plan {
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    min-width: 361px;
    

}
.plan h3{
    color: #021206;
    margin-top: 35px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 34px */
    opacity: 0.5;
    margin-bottom: 30px;
}
.plan h2{
    color: #021206;

    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 43px */
}
.plan ul{
    list-style-image: url(/img/list.svg);
}
.plan ul li {
    margin-bottom: 22px;
}
.ln {
    height: 1px;
    opacity: 0.1;
background: #011212;
}
.plan button {
    border-radius: 6px;
    background: #F55454;
    color: #FFF;
    padding: 13px 75px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 34px */
    transition: 0.3s;
    margin-bottom: 35px;
}
.plan button:hover {
    color: #F44545;
    background: #FFF;
    border: 2px solid #F44545; 
}

/* footer */
footer{
    box-sizing: border-box;
    max-width: 1246px;
    margin: 0 auto; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer_links h3{
    color: #021206;

font-family: "Poppins", sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 16px;
opacity: 0.7;
}
.footer_links a {
    color: #021206;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
    opacity: 0.7;
    transition: opacity 0.3s;
}
.footer_links a:hover {
    opacity: 1;
}
/*  */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/*  */



@media (max-width: 1024px) {
  header, .hero, .clients, .multiply, .single_featute, .download, .pricing, footer {
    max-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .clients_logos {
    gap: 40px;
    flex-wrap: wrap;
  }
  .multiply {
    flex-direction: column;
    gap: 40px;
  }
  .multy_wraps {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    max-height: none;
  }
  .sf_block {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .download {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .pricing_plans {
    flex-direction: column;
    gap: 30px;
  }
  footer {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}


@media (max-width: 768px) {
  header, .hero, .clients, .multiply, .single_featute, .download, .pricing, footer {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  nav {
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero h1 {
    font-size: 32px;
    width: 100%;
    height: auto;
  }
  .hero_text, .download_content h2, .download_content p, .pricing_content h2, .pricing_content p {
    font-size: 16px;
  }
  .multy_wraps {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 20px;
  }
  .wrap {
    max-width: 100%;
    padding: 20px;
  }
  .download_img {
    max-width: 100%;
    height: auto;
  }
  .plan {
    min-width: 90%;
  }
}


@media (max-width: 480px) {
  .hero_btn, .download_content button, .plan button, .mc_btns button {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }
  .plan {
    min-width: 100%;
    padding: 10px;
  }
  .footer_links h3, .footer_links a {
    font-size: 14px;
  }
}