* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
   
}
body{
      overflow-x:hidden ;
}

header {
    display: flex;
    justify-content: space-around;
    gap: 100px;
    margin: 3px;
    padding: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 2px;

}

ul {
    display: inline-flex;
    justify-content: end;
    text-decoration: none;
    list-style-type: none;
    gap: 20px;

}

li img {
    width: 50px;
    height: 50px;
    margin-top: -10px;
}

li {
    display: none;
}

i {
    width: 30px;
    height: 30px;
    font-size: xx-large;
}

/* hero section */
.caintner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #C1DEE8 0%, #FBD9B9 100%);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    gap: 50px;
    padding: 10px;
    margin: 10px;



}

h1 {
    width: 479;
    height: 160;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 67px;
    margin: 20px;
    padding: 20px;
}

h6 {
    width: 176;
    height: 19;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
}

p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;

}

input {
    width: 460px;
    height: 60px;
    border-radius: 40px;
    font-size: large;
    padding: 20px;
    margin: 10px;
    border: none;
    border-radius: 40px;
    position: relative;


}

.content button {
    width: 147px;
    height: 60px;
    border-radius: 40px;
    background-color: black;
    color: #FEFEFF;
    position: relative;
    left: -160px;
    top: 0px
}

.pic img {
    width: 600px;
    height: 500px;
  



}

.box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.boxer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px;
    padding: 20px;
}

h2 {
    font-family: Poppins;
    font-weight: 500;
    font-style: SemiBold;
    font-size: 50px;
    margin: 20px;
    padding: 20px;
    text-align: center;


}

h6 {
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.line {display: flex;
    justify-content: center;
    text-align: left;
    margin: 40px;
}

.card {
    width: 350px;
    height: 450px;
    border-radius: 4px;
    border: 1px solid #BEBEBE;
    padding: 5px;


}

.card img {
    width: 300px;
    height: 300px;



}

.write {
    width: 300px;
    height: 300px;
}

.star img {
    width: 200px;
    height: 19px;

    top: 1912px;
    left: 54px;

}

.next {
    display: flex;
    justify-content: center;
    margin: 20px;
    padding: 40px;
    gap: 150px;
    width: 100%;
}

.number {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40px;

}

h7 {
    font-size: small;
    position: relative;
    top: 50px;
    right: 90px;
}

.next img {
    display: flex;
    width: 400px;
    height: 500px;
    border-radius: 14px;

}

.two {
    width: 147px;
    height: 60px;
    border-radius: 40px;
    background-color: black;
    color: #FEFEFF;
}

.next h3 {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 38px;
}

button {
    width: 150px;
    height: 60px;
    border-radius: 5px;

}

.newsletter {
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #C1DEE8 0%, #FBD9B9 100%);
    margin: 10px;
    padding: 10px;
    width: 100%;
    height: 100%;


}

.newsletter button {
    width: 147px;
    height: 60px;
    border-radius: 40px;
    background-color: black;
    color: #FEFEFF;
    position: relative;
    left: -160px;
    top: 0px
}

.three img {
    width: 600px;
    height: 500px;
     
    
} 





/* media quries */
/* header */
@media screen and (min-width:480px) {

   

    li img {
        width: 60px;
        height: 50px;
        margin-top: -10px;
    }

    li {
        display: block;
    }

    i {
        display: inline-block;
        margin: 50px;
        font-size: xx-large;
        font-weight: bolder;
    }

    span {
        display: none;
    }

    button {
        width: 158;
        height: 60;
        opacity: 1;
        top: 47px;
        left: 1228px;
        border-width: 1px;
        border-radius: 40px;
        padding: 10px;
        background: #FEFEFF;
        border: 1px solid #BEBEBE
    }

}

@media screen and (max-width:600px)  {

    .logo img {
        width: 100px;

    }
    .caintner{
        flex-direction: column;
        width: 100%;
    height: 100%;
    }
    .content{
        width: 100%;
    }

    .pic img {


        width: 300px;
        height: 200px;
        

    }

    button {
        border-radius: 20px;

    }

    .next img {
        flex-wrap: wrap;
        width: 300px;
        height: 200px;
        border-radius: 14px;
    }

    .three img {
       
        width: 300px;
        height: 200px;

    }

    .newsletter button {
        top: -70px;
        left: 240px;
    }

    .content button {
        top: -70px;
        left: 254px;
    }

    .newsletter {
        justify-content: center;
flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;

    }

    .next {
            flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;

    }
    .boxer{
        display: flex;
        justify-content: center;
    }
    h1{
        font-size: small;
         font-family: Poppins;
    font-weight: 400;
    font-style: SemiBold;
    font-size: 50px;
    margin: 20px;
    padding: 20px;
    text-align: center;

    }
    .cont{
        width: 100%;
    } 
    input{
        width: 405px;
    }
    
}