@import url('https://fonts.googleapis.com/css2?family=Acme&family=Lato:wght@700&family=Lobster&family=Open+Sans&family=Playfair:ital,wght@1,300&family=Quicksand:wght@600&family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Lato:wght@700&family=Lobster&family=Open+Sans&family=Playfair:ital,wght@1,300&family=Quicksand:wght@600&family=Righteous&family=Roboto:wght@500&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root{
  --primary-color: #fafcfc;
  --secondary-color: #93f0fd;
  --button-color: #93f0fd;
  --hover-color: #c3f4ff;
  --padding: 0 30px;
}
body{
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
header{
  background-color: white;
  padding: 12px 32px;
  position: sticky;
  top: 0;
}
.logo img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.nav-items{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-items .brand-logo{
  font-size: 25px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
}
.nav-items ul{
  list-style: none;
  display: flex;
  z-index: 10;
}
.nav-items ul li{
  margin-left: 20px;
  font-weight: 400;
  font-size: 18px;
  transition: .5s ease;
}
.bx-menu{
  font-size: 30px;
  display: none !important;
}
a{
  text-decoration: none;
  color: black;
}
.nav-items ul li:hover::after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  margin-top: 3px;
  background-color: var(--secondary-color);
}
/* Hero */
main .hero{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 0 30px;
  background-color: var(--secondary-color);
}
.hero model-img{
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hero .details{
  width: 50%;
  text-align: center;
}
.hero .details p{
  font-size: 20px;
  line-height: 24px;
  color: black;
}
.hero .details button{
  padding: 8px 16px;
  font-size: 18px;
  margin: 8px 0;
  border: 2px solid white;
  font-weight: 400;
  background: none;
}
.hero .details button:hover{
  border: 2px solid var(--hover-color);
}
.hero .details h1{
  font-size: 40px;
  line-height: 46px;
}
.hero .model-img img{
  width: 100%;
}
.section-two{
  background-color: var(--primary-color);
  padding: 40px 0;
}
.section-two .hero{
  background-color: var(--primary-color);
}
.section-two .hero .details{
  padding: 0 20px;
}
.section-two .hero .details h1{
  color: black; 
}
.section-two .hero .details p{
  color: black;
}
.section-two .hero img{
 border: 2px solid var(--secondary-color);
 border-radius: 10px;
}
.section-two .hero button{
  border: 2px solid var(--secondary-color);
  background-color: var(--secondary-color);
}
.section-two h2{
  text-align: center;
  margin: 35px 0 20px 0;
  color: black;
}
.featured-product{
  padding: 16px;
  display: flex;
  overflow-x: auto;
}
.featured-product .product{
  display: flex;
  justify-content: space-between;
  min-width: 40vw;
  align-items: flex-end;
  border: 1px solid #eaeaea;
  background-color: white;
  border-radius: 5px;
  margin: 12px;
  padding: 8px 16px;
}
.featured-product .product .product-img{
  width: 100px;
  height: 100px;
}
.featured-product .product .product-img img{
  width: 100%;
  height: 100%;
  margin-right: 20px;
  background-blend-mode: multiply;
}
.product-details button{
  padding: 4px 16px;
  background-color: var(--secondary-color);
  margin-top: 10px;
  color: black !important;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  outline: none;
}
.product-img{
  display: flex;
  align-items: flex-end;
}
.price{
  margin-top: 30px;
}
/* Section 3 */
.section-three{
  background-color: var(--secondary-color);
  padding: 40px 0;
}
.section-three .hero{
  background-color: var(--secondary-color);
}
.section-three .hero .details{
  padding: 0 20px;
}
.section-three .hero .details h1{
  color: black; 
}
.section-three .hero .details p{
  color: black;
}
.section-three .hero img{
 border: 2px solid var(--primary-color);
 border-radius: 5px;
}
.section-three .hero button{
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
}
.section-three h2{
  text-align: center;
  margin: 35px 0 20px 0;
  color: black;
}
.product-details button{
  padding: 4px 16px;
  background-color: var(--secondary-color);
  margin-top: 10px;
  color: white;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  outline: none;
}
.product-img{
  display: flex;
  align-items: flex-end;
}
.price{
  margin-top: 30px;
}
/* Footer */
.footer-two{
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  background-color: var(--secondary-color);
}
.footer-two .row-one{
  font-size: 32px;
  font-weight: 300;
}
p:nth-child(1){
  font-weight: 500;
}
.row-two .social{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-two .social i{
  font-size: 25px;
}
/* media screen */
@media screen and (max-width: 500px) {
  header{
    padding: 12px 16px;
  }
  main .hero{
    padding: 16px 16px 0 16px !important;
    flex-direction: column;
  }
  .hero .details{
    width: 100%;
  }
  .hero model-img{
    width: 100%;
  }
  .footer-two .row-one{
    padding-bottom: 16px;
  }
  .footer-two{
    flex-direction: column;
    padding: 30px 16px 16px 16px !important;
  }
  .featured-product .product{
    min-width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 12px 16px;
  }
  .nav-items ul{
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 100vw;
    height: 100vh;
    width: 60vw;
    background-color: var(--primary-color);
    z-index: 20;
  }
  .nav-items ul li{
    padding: 20px;
    margin: 0;
  }
  .bx-menu{
    display: block!important;
  }
  .overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    scale: 0;
    z-index: 10;
  }
  main .hero{
    padding: 16px 16px 0 16px !important;
    flex-direction: column;
  }
  .hero .details h1{
    font-size: 30px;
    line-height: 36px;
  }
  .hero .details{
    width: 100%;
  }
  .hero model-img{
    width: 100%;
  }
  .footer-two .row-one{
    padding-bottom: 10px;
  }
  .footer-two{
    flex-direction: column;
    padding: 30px 20px 0 20px !important;
  }
}
@media screen and (max-width: 767px) {
  
} @media screen and (min-width: 768px) and (max-width: 992px) {
  
} @media screen and (min-width: 993px) {
  
}