@import url(reset.css);
*{box-sizing: border-box;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif}

.body{
    width: 100%;
    background-color: #F0E4E4;
}
.hero {
   width: 100%;
    height: 400px; /* change this to your preferred height */
     background-image: url("../Images/productsimg.png");
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; 

}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 10px;
    align-items: center;
    font-style: italic;
    color:#1db3ae;
}

.hero-content p {
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom:50px ;
    font-style: italic;
    color: #1db3ae;
}
.Nav {
    width: 100%;
    padding: 20px 40px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
.Nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}
.Nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}
.Cta {
    display: block;
    margin: 20px auto 0 auto; /* centers it */
    padding: 12px 30px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
      background-color: #F0E4E4;
    border-radius: 25px;
    font-style: italic;
     color: #1db3ae;
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.699);
       transition: transform 0.5s ease, box-shadow 0.2s ease;
 
}
.hero-content {
    text-align: center;
}
a {
    text-decoration: none;
    color: inherit;
}
.Nav ul button {
     display: block;
    padding: 4px 10px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
      background-color: #F0E4E4;
    border-radius: 25px;
    font-style: italic;
     color: #1db3ae;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.63);
     transition: transform 0.5s ease, box-shadow 0.2s ease;
     

}
.Nav ul button:hover {
     transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}
.hero-content {
    color:#1db3ae;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);}

.Cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}

.form-to-buy{
     display: block;
    margin: 20px auto 0 auto; /* centers it */
    padding: 12px 30px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
      background-color: #F0E4E4;
    border-radius: 25px;
    font-style: italic;
     color: #1db3ae;
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.699);
       transition: transform 0.5s ease, box-shadow 0.2s ease;
}
.form-to-buy:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}
.section img{
    width:20%;
}
.main{
    width:80%;
    margin-left: 10%;
    
}
.collection{
    display: flex;
    height: 420px;
    width: 1040px;
    align-items: center;
    text-align: center;
}
.collection img{
    width: 100%;
}
.footer img{
    width: 70px;
    height: 70px;
}
.background{
    background-color: #F0e4e4;
    background-size: auto;
}
.main .section{
    align-items: center;
    margin-left: 2%;
    float: left;
    margin-top: -160px;
}
.main .section img{
    float: left;
    padding: 8px;
    width: 225px;
    height: 225px;
    
}
.main .section p{
    color: #1bd3ae;
}
.footer{
    width: 100%;
    height: 200px;
}
.icons{
    display: flex;
    background-color: #F0e4e4;
    width: 100%;
    height: 200px;
    justify-content: center;
}

.footer .icons .sectionF{
    padding-left: 20px;
    align-items: center;
}
.icons .sectionF p{
    color: #1bd3ae;
}
.sectionF {
    margin-top: 8%;
}
.icons{
    padding-left: 50px;
    margin-top: 70px;
    padding-left: 10px;
}
#search{
    margin-top: 1%;
    margin-left: 10%;
}
.main2 .section2 img{
   float: left;
    padding: 10px;
    width: 225px;
    height: 225px;
}
.main2 .section2{
    margin-left: 2%;
    float: left;
    margin-top: -160px;
    align-items: center;
}
.main2{
    margin-left: 9.5%;
}
.main2 .section2 p{
    color: #1bd3ae;
    text-align: center;
}
.main3 .section3 img{
   float: left;
    padding: 10px;
    width: 225px;
    height: 225px;
}
.main3 .section3{
    margin-left: 2%;
    float: left;
    margin-top: -5px;
    align-items: center;
}
.main3{
    margin-left: 9.5%;
    height: 170px;
}
.main3 .section3 p{
    color: #1bd3ae;
    text-align: center;
}
body img{
    display: flex;
    
}
.section:hover {
    transform: translateY(-5px);
}
.section img {

    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: 2s;
}
.section2:hover {
    transform: translateY(-5px);
}
.section2 img {

    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: 2s;
}
.section3:hover {
    transform: translateY(-5px);
}
.section3 img {

    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: 2s;
}