*{
  padding: 0;
  margin: 0;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@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');

.roboto-fonts {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.raleway-fonts {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* body {
  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
} */

.nav{
  max-width: 1062px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}
.nav-title{
  color: #ff6600;
  font-size: 30px;
  font-weight: 900;
}
.menu{
  display: flex;
  list-style: none;
  gap: 28px;
}
.menu li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s;
}

.menu li:hover {
  color: #ff6600;
}

.icons{
  width: 20px;
  height: 20px;
}

/* logo section */
.logo-container{
  max-width: 1270px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 30px;
}

/* /banner */
.banner{
  max-width: 1062px;
  height: 480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.banner-img{
  background-image: url('/images/Circle\ design.svg');
  background-repeat: no-repeat;
  height: 480px;
  width: 490px;
}
.banner-title{
  font-size: 62px;
  font-weight: 700;
}
.banner-desc{
  font-size: 20px;
  font-weight: 600;
  color: #3A3A3A;
  margin-top: 30px;
}
.banner-btn{
  width: 196px;
  height: 40px;
  color: #FFFFFF;
  background-color: #E02C6D;
  border-radius: 12px;
  border: none;
  margin-top: 30px;
}

.banner-img img{
  position: relative;
  top: 10px;
  right: -16px;
}

/* card collection section */
.card-container{
  max-width: 1062px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.card {
  width: 330px;
  height: 476px;
  border-radius: 8px;
  border: 1px solid darkgray;
  box-shadow: 0 4px 8px rgba(0, 2, 2, 0.2);
}

.card-img{
  width: 300px;
  height: 256px;
  margin: auto;
}
.card-img img {
  width: 100%;
  height: 100%;
  margin-top: 16px;
}
.card-main-title{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
p{
  font-family:"Roboto", sans-serif;
  font-weight: 600;
}
.card-content{
  margin-left: 12px;
}
.card-title{
  font-size: 32px;
  font-weight: 500;
  margin-top: 32px;
  color: rgba(24, 25, 31, 1);
}
.card-price{
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
  color: rgba(0,0,0,0.87);
}
.card-desc{
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(120,120,133,1);
}


/* footer */
.footer{
  width: 100%;
  height: 250px;
  background-color: #343449;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}


.footer-title{
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
}
.footer-desc{
  font-size: 14px;
  color: rgba(217, 219, 225, 1);
  font-weight: 600;
  text-align: center;
  margin: 10px;
}

/* /feature */
.feature{
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1110px;
  height: 270px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.feature-img{
  width: 404px;
  height: 270px;
}
.feature-title{
  font-size: 38px;
  font-weight: 700;
  color: #0A0826;
  margin-top: 20px;
  margin-bottom: 26px;
}
.feature-desc{
  font-size: 18px;
  font-weight: 700;
  color: #6C6C6C;
  margin-top: 12px;
}
.feature-btn{
  width: 155px;
  height: 44px;
  color: #FFFFFF;
  background-color: #E02C6D;
  border-radius: 12px;
  border: none;
  margin-top: 16px;
}
.footer-icons{
  display: flex;
  gap: 20px;
  margin-left: 90px;
}
.footer-icon{
  width: 30px;
  height: 30px;
}
.footer-icons i {
  font-size: 24px;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.footer-icons i:hover {
  color: #007bff;
}




/* Small devices (max-width: 768px) */
@media (max-width: 768px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    height: auto;
  }

  .menu {
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }

  .logo-container {
    flex-wrap: wrap;
    gap: 16px;
    height: auto;
  }

  .banner {
    flex-direction: column;
    text-align: center;
    height: auto;
  }

  .banner-img {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center;
  }

  .banner-img img {
    width: 100%;
    height: auto;
    position: static;
  }

  .banner-title {
    font-size: 38px;
  }

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

  .card {
    width: 90%;
  }

  .feature {
    flex-direction: column;
    text-align: center;
    height: auto;
    padding: 20px;
  }

  .feature-img, .feature-img img{
    width: 100%;
    height: auto;
  }

  .footer {
    flex-direction: column;

    text-align: center;
    width: 90%;
    margin: auto;
    height: auto;
    padding: 20px 10px;
  }

  .footer-icons {
    margin: 20px 0 0;
    justify-content: center;
    margin-left: 0;
  }
}
