*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #1c2230;
}
.sec{
    background-color: #181f2c;
}
nav{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
ul{
    display: flex;
     list-style-type: none;
      margin: 3rem 3rem;
}
ul li{
margin-left: 2rem;
}
ul li a{
    text-decoration: none;
    color: rgb(191, 191, 191);
    font-size: 15px;
    font-family: arial;
}
nav img{
    width: 150px;
    margin: 2rem 3rem;
}
@media (max-width:557px){

    nav img{
        width: 70px;
        height: 25px;
        margin: 1rem;
    }
    ul{
        margin: 1rem;
    }
    ul li{
        margin-left: 15px;
    }
    ul li a{
       font-size: 11px;

    }
}
.intro{
   position: absolute;
   top: 35%;
   left: 25%;
}
.intro img{
    width: 600px;
}

.curve{
    position: absolute;
    top: 110%;

}
.desktop{
        width: 100%;
}
.mobile-curve{
      width: 100%;
     display: none;
}
.text-intro{
    position: absolute;
    justify-content:center ;
    text-align: center;
    top: 110%;
    left: 23%;
    font-family: arial;
    color: white;
    max-width: 650px;
    line-height: 25px;
}
.text-intro h4{
 font-size: 32px;
 margin: 20px 0;
 line-height: 40px;
}
.text-intro p{
    max-width: 580px;
    font-size: 15px;
    margin: 2rem 7rem;
    color: #c8c8ca;
}

.text-intro button{
    width: 200px;
    height: 36px;
    border-radius: 18px;
    border: none;
    color: white;
    font-weight: bold;
    background: linear-gradient(to right , aqua, rgb(68, 28, 179));
}
.text-intro button:hover{
   background: linear-gradient(to right , rgb(0, 163, 163), rgb(38, 18, 109));
    cursor: pointer;
}
@media (max-width:557px){
    .intro{
        top: 20%;
        left: 25%;
    }
    .intro img{
        width: 230px;
    }
    .text-intro{
        max-width: 300px;
        top: 40%;
        left: 15%;
        line-height: 20px;
    }
    .text-intro h4{
        font-size: 18px;
        line-height: 25px;
    }
    .text-intro p{
        font-size: 13px;
        width: 300px;
        margin: 50px 0;
    }
    .text-intro button{
        width: 130px;
    }
    .desktop{
        display: none;
    }
    .curve{
        width: 100%;
        top: 70%;
      
    }
    .mobile-curve{
         display: flex;

    }

}
.about{
    text-align: center;
    margin-top:70% ;
    margin-left: 0;
    padding-top: 100px;

}
.row1{
    display: flex;
    max-width: 800px;
   margin-left: 17%;
}
.row1 div{
    color: white;
    margin: 2rem 2.5rem;
}
.access img{
width: 70px;
margin: 1rem;
}
.access h4{
    margin: 1rem;
}
.access p{
   font-size: 14px;
   color: #c8c8ca;
   line-height: 25px;
}
.access .secure{
    width: 50px;
}
@media(max-width:757px){
    .about{
        margin-top: 140%;
        padding-top: 60px;
        position: static;
    }
    .row1{
          flex-wrap: wrap;
          margin-left: 5%;
    }
    .comment-1{
        margin-bottom: 2rem;
    }
 
}
.product{
    display: flex;
    justify-content: space-between;
    padding: 8rem 4rem;

}
.left-side img{
width: 550px;
float: left;
}
.right-side{
    float: right;
    max-width: 500px;
    margin: 5rem;
    color: white;
    line-height: 20px;
}
.right-side h4{
font-size: 40px;
margin: 2rem 0;
   line-height: 40px;
}
.arrow{
    margin-top: 1rem;
}
.arrow a{
    color: aqua;
    text-decoration: none;
}
.arrow img{
    width: 20px;
    margin: -7px 5px;

}
.arrow hr{
    width: 38%;
    margin-top: 7px;
    background-color: aqua;
    height: 1px;
    border: none;
    display: none;
    transition: 1s;
}
.comments{
    display: flex;
    gap: 35px;
    padding: 80px 100px;
    color: white;
    padding-bottom: 400px;
}
.comment-1{
    position: relative;
    width: 700px;
    background-color: #1c2230;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #242b39;
}
.comment-1 p{
    font-size: 14px;
}
.profile-1{
    display: flex;
}
.profile-1 img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 2rem 1rem 1rem 0;
}
.profile-1 h4{
margin-top: 2rem;
}
.comment-1:hover{
    transform: translateY(-10px);
    transition: 0.5s;
}
.quotes{
    position: absolute;
    margin: 2.5rem 5rem;
}
@media(max-width:757px){
    .product{
        flex-wrap: wrap;
        position: fixed;
    }
    .left-side img{
        width: 300px;
    }
    .right-side{
        margin: 10% -10%;
    }
    .right-side h4{
        font-size: 30px;
    }
   
    .comments{
        display: block;
        padding: 50px;
        position: absolute;
        top: 290%;
    }
    .comment-1{
        width: 300px;
        margin-left: 0;
    }
    .quotes{
       margin: 6rem 5rem;
    }
}
.ready{
    position: absolute;
    width: 650px;
    padding: 3rem;
    text-align: center;
    background: linear-gradient(to left , #2a3550, #101b32);
    box-shadow: 5px 5px 2px #171e2c;
    color: white;
    margin: 0 25%;
     margin-top: -12%;
}
.ready h4{
    font-size: 30px;
    margin: 1rem 0;
}
.ready p{
    margin: 2rem 0;
}
.ready input{
    width: 300px;
    height: 36px;
   border-radius: 18px;
   padding: 1rem;
   border: none;
   margin-right: 0.7rem;
}
.ready button{
  width: 180px;
  height: 36px;
  border-radius: 18px;
  border: none;
  background: linear-gradient(to right , aqua, rgb(68, 28, 179));
  cursor: pointer;
}
footer{
    margin:0;
    background-color: #0c1524;
    width: 100%;
    height: 400px;
    padding: 5rem;
    color: white;
        padding-top: 12%;
}
.cols{
    display: flex;
    justify-content: space-between;

}
.c1{
    display: flex;
    max-width: 350px;
    margin: 3rem 1rem;
}
.c1 img{
    width: 50px;
    height: 20px;
    margin: 0 1rem;
}
.c2 , .c3 , .c4{
    line-height: 2rem;
    margin-top: 2.5rem;
}
.c2 img{
        width: 15px;
    height: 15px;
    margin: 10px 0.5rem;
}
footer hr{
    display: none;
}


.media-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

.media-icons a {
  color: white;
 background: none;
 padding: 7px 9px;
   width: 35px;
   height: 35px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid white;
  text-decoration: none;
  transition: 0.3s ease;
}

.media-icons a:hover {
  background-color: #2a3550;
  transform: scale(1.1);
}
@media (max-width:757px) {
    .ready{
        margin: 0;
        margin-top: 255%;
        width: 395px;
        position: relative;

       
    }
    .ready input{
        margin-bottom: 2rem;
    }
    .ready button{
        width: 300px;
    }
    footer{
        margin: 0;
        padding: 5%;
        padding-top: 10%;
        margin-top: 15%;
        height: 1000px; 
    }
    footer img{
        width: 100px;
    }
    .cols{
       display: block;
      
    }
    .c2{
       margin: 3rem 1.5rem;  
    }
     .c3 , .c4{
     margin: 3rem 3rem;
    }
    footer hr{
        display: block;
    }
}