@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


.open-sans{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;   
}

*{
    margin: 0;
    padding: 0;
}

body{
    max-width: 1440px;
    margin: 0 auto;
    /* box-sizing: border-box; */
}
/* Shared styles */

/* .display-flex{
    display: flex;
} */


/* Menu Bar */

/* header{
    background-color: rgb(191, 209, 109);
} */

.menu-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px  
    
}

.nav-item{
    display: flex;
    margin-right: 30px;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    cursor: pointer;    
}

nav h3{
    text-align: center;
    font-size: 1.5rem;
}

.list-item{
    list-style: none;
    margin-right: 25px;
    font-weight: 600;
    font-size: 1rem;
}

img{
    width: 30px;
    height: 30px;
}


/* Hero section */

.banner{
  max-width: 1155px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 45px;
  gap: 20px;
  margin-left: 150px; 
}

button:hover{
    background-color: #ffffff;
    border: 1px solid #E02C6D;
    color: #0A0826;
}

.content h1{
    color: #0E0E0E;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 56px;
    

}

.content p{
    font-size:1rem;
    color: #0E0E0E;
    margin-bottom: 10px;
    line-height: 28px;
}

button{
    border: none;
    border-radius: 1.25rem;
    font-weight: 600;
    padding: 12px 25px;
    color: #ffffff;
    background-color: #E02C6D;
    line-height: 19px;

}

.banner-image{
    background-image: url('../css/Circle design.svg');
    width: 450px;
    height: 450px;
    padding: 20px;
    background-position: 20 0px 38px, bottom right;
    background-repeat: no-repeat;
    
    
}

/* ICONS section */

.icon-info{
    max-width: 1110px;
    display: flex;
    margin-bottom: 30px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 30px;
    border-top: 1px solid #edf5ff;
    border-bottom: 1px solid #edf5ff;
}

.icon-card img{
    padding: 30px;
    width: 80px;
    height: 80px;
   
}

/* card-section */

.card-title{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 70px;
   
}

.card-container{
    max-width: 1047px;
    height: 1662;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    /* align-items: center; */
    justify-items: center;
    margin: 0 auto;
     /* border: 2px solid red; */
    
}

.product-card {
  width: 329px;
  height: 476px;
  background: #fff;
  gap: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0;
  color: #0A0826;
}

.product-price {
  color: #E02C6D;
  font-size: 1rem;
  font-weight: bold;
}

.product-rating {
  color: #f39c12;
  font-size: 0.9rem;
  margin: 5px 0;
}

.product-info {
  font-size: 0.85rem;
  color: #555;
  margin: 10px 0;

}

.btn-buy {
  background: #E02C6D;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}

.btn-buy:hover {
  background: #ffffff;
  color: #0A0826;
}

/* about section */

.about-container{
  display: flex;
  max-width: 1110px;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  gap: 80px;
  /* margin-left: 200px; */
  margin-top: 25px;
}

.about-container img{
    width: 404px;
    height: 270px;
    
}

.about-decription{
    /* background-color: #d6fa36; */
    padding: 20px;
    width: 610px;

}

.about-decription h2{
    
    font-size: 2.2rem;
    line-height: 46px;
    color: #0A0826;
    margin-bottom: 25px;
}

.about-decription p{
    /* width: 501px; */
    font-size: 1.1rem;
    line-height: 26px;
    font-weight: 500;
    color: #6C6C6C;
    margin-bottom: 15px;
    
}

/* .cool{
    border: none;
    margin-bottom: 15px;
   

} */

/* footer style */

.container{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background-color: #0A0826;     
}

.footer-content {
    max-width: 600px;
}




.container h2{
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 15px;
}


p{
    color: #ffffff;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

/* responsive */
/* =========================
   MOBILE DEVICE (max-width: 576px)
========================= */
@media screen and (max-width: 576px) {

  body{
    padding: 0 10px;
  }

  /* Menu */
  .menu-info{
    flex-direction: column;
    gap: 15px;
  }

  .nav-item{
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
  }

  /* Hero / Banner */
  .banner{
    flex-direction: column-reverse;
    margin-left: 0;
    padding: 20px;
    text-align: center;
  }

  .banner-image{
    width: 280px;
    height: 280px;
    background-size: contain;
  }

  .content h1{
    font-size: 2rem;
    line-height: 38px;
  }

  /* Icons */
  .icon-info{
    flex-wrap: wrap;
  }

  .icon-card img{
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  /* Cards */
  .card-container{
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .product-card{
    width: 100%;
  }

  /* About section */
  .about-container{
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .about-container img{
    width: 100%;
    height: auto;
  }

  .about-decription{
    width: 100%;
  }

  .container{
    flex-direction: column;
    padding: 25px 10px;
  }

  .container h2{
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  #footer-text {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .footer-content img {
        width: 24px;
        margin: 5px;
    }

}


/* =========================
   TABLET DEVICE (577px – 992px)
========================= */
@media screen and (min-width: 577px) and (max-width: 992px) {

  /* Menu */
  .menu-info{
    flex-direction: column;
    gap: 20px;
  }

  /* Hero */
  .banner{
    flex-direction: column-reverse;
    margin-left: 0;
    text-align: center;
  }

  .banner-image{
    width: 350px;
    height: 350px;
    background-size: contain;
  }

  .content h1{
    font-size: 2.5rem;
  }

  /* Cards */
  .card-container{
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .product-card{
    width: 100%;
    
  }

  /* About */
  .about-container{
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .about-decription{
    width: 100%;
    padding: 10px;
  }

  .container {
        padding: 20px;
    }

    .container h2 {
        font-size: 1.3rem;
    }

    #footer-text {
        font-size: 0.9rem;
    }

    .footer-content img {
        width: 28px;
        margin: 0 8px;
    }



}

