*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: "Poppins", sans-serif;
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

.navbar{
  display: flex;
  align-items: center;
  padding: 20px;
  padding-left: 0px;
}

nav{
  flex: 1;
  text-align: right;
}

nav ul{
  display: inline-block;
  list-style-type: none;
}

nav ul li{
  display: inline-block;
  margin-right: 20px;
}

a{
  text-decoration: none;
  color: #555;
}

p{
  color: #555;
}

.container{
  max-width: 1300px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.col-2{
  flex-basis: 50%;
  min-width: 300px;
}

.col-2 img{
  max-width: 100%;
  padding: 50px 0;
}

.col-2 h1{
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
}

.btn{
  display: inline-block;
  background: #ff523b;
  color: #fff;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
  transition: background .5s;
}

.btn:hover{
  background: #563434;
}

.header{
  background: radial-gradient(#fff, #ffd6d6);
}

.header .row{
  margin-top: 70px;
}

.categories{
  margin: 70px 0;
}

.col-3{
  flex-basis: 30%;
  min-width: 250px;
  margin: 0px 15px 30px 15px;
}

.col-3 img{
  width: 100%;
}

.small-container{
  max-width: 1080px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.col-4{
  flex-basis: 25%;
  padding: 10px;
  min-width: 200px;
  margin-bottom: 50px;
  transition: transform .5s;
  cursor: pointer;
}

.col-4 img{
  width: 100%;
}

.title{
  text-align: center;
  margin: 0 auto 80px;
  position: relative;
  line-height: 60px;
  color: #555;
}

.title::after{
  content: '';
  background: #ff523b;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

h4{
  color: #555;
  font-weight: normal;
}

.col-4{
  font-size: 14px;
}

.rating .fa{
  color: #ff523b;
}

.col-4:hover{
  transform: translateY(-5px);
}

.offer{
  background: radial-gradient(#fff, #ffd6d6);
  margin-top: 80px;
  padding: 30px 0;
}

.col-2 .offer-img{
  padding: 50px;
}

small{
  color: #555;
}

.testimonial{
  padding-top: 100px;
}

.testimonial .col-3{
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: transform .5s;
}

.testimonial .col-3 img{
  width: 50px;
  margin-top: 20px;
  border-radius: 50%;
}

.testimonial .col-3:hover{
  transform: translateY(-10px);
}

.fa.fa-quote-left{
  font-size: 34px;
  color: #ff523b;
}

.col-3 p{
  font-size: 12px;
  margin: 12px 0;
  color: #777;
}

.testimonial .col-3 h3{
  font-weight: 600;
  color: #555;
  font-size: 16px;
}

.brands{
  margin: 100px auto;
}

.col-5{
  width: 160px;
}

.col-5 img{
  width: 100%;
  cursor: pointer;
  filter: grayscale(100%);
}

.col-5 img:hover{
  filter: grayscale(0);
}

.footer{
  background: #000;
  color: #8a8a8a;
  font-size: 14px;
  padding: 60px 0 20px;
}

.footer a{
  color: #8a8a8a;
}

.footer p{
  color: #8a8a8a;
}

.footer h3{
  color: #fff;
  margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-col-1{
  flex-basis: 30%;
}

.footer-col-2{
  flex: 1;
  text-align: center;
}

.footer-col-2 img{
  width: 180px;
  margin-bottom: 20px;
}

.footer-col-3, .footer-col-4{
  flex-basis: 12%;
  text-align: center;
}

ul{
  list-style-type: none;
}

.app-logo{
  margin-top: 20px;
}

.app-logo img{
  width: 140px;
}

.footer hr{
  border: none;
  background: #b5b5b5;
  height: 1px;
  margin: 20px 0;
}

.copyright{
  text-align: center;
}

.menu-icon{
  width: 28px;
  margin-left: 20px;
  display: none;
}

h4{
  font-size: 20px;
  color: black;
}

#prodetails{
  display: flex;
  margin-top: 20px;
  padding: 40px 80px;
}

#prodetails .single-pro-image{
  width: 50%;
  margin-right: 50px;
}

.small-img-group{
  display: flex;
  justify-content: space-between;
}

.small-img-col{
  flex-basis: 24%;
  cursor: pointer;
}

#prodetails .single-pro-details{
  width: 60%;
  padding: 30px;
}

#prodetails .single-pro-details h4{
  padding: 40px 0px 20px 0px;
  font-weight: bold;
}

#prodetails .single-pro-details h2{
  font-size: 26px;
}

#prodetails .single-pro-details select{
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#prodetails .single-pro-details input{
  width: 50px;
  height: 47px;
  padding-left: 10px;
  font-size: 16px;
  margin-right: 10px;
}

#prodetails .single-pro-details input:focus{
  outline: none;
}

#prodetails .single-pro-details button{
  background-color: rgb(14, 132, 126);
  color: white;
}

#prodetails .single-pro-details span{
  line-height: 25px;
}

button.normal{
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: black;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}

#products1, #products2{
  text-align: center;
}

#products1 .pro-container, #products2 .pro-container{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}

#products1 .pro, #products2 .pro{
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid lightcoral;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px lightgray;
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
}

#products1 .pro:hover, #products2 .pro:hover{
  box-shadow: 20px 20px 30px gray;
}

#products1 .pro img, #products2 .pro img{
  width: 70%;
  height: 65%;
  border-radius: 20px;
}

#products1 .pro .des, #products2 .pro .des{
  text-align: start;
  padding: 10px 0;
}

#products1 .pro .des span, #products2 .pro .des span{
  color: gray;
  font-size: 12px;
}

#products1 .pro .des h5, #products2 .pro .des h5{
  padding-top: 7px;
  color: black;
  font-size: 14px;
}

#products1 .pro .des i, #products2 .pro .des i{
  font-size: 12px;
  color: gold;
}

.single-pro-details i{
  color: gold;
}

#products1 .pro .des h4, #products2 .pro .des h4{
  padding-top: 7px;
  font-size: 15px;
  font-weight: 700;
  color: rgb(14, 132, 126);
}

#products1 .pro .cart, #products2 .pro .cart{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: lightcyan;
  font-weight: 500;
  color: rgb(14, 132, 126);
  border: 1px solid lightcyan;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.section-p1{
  padding: 40px 80px;
}

@media(max-width: 900px){

  .col-2 h1{
    font-size: 40px;
    line-height: 50px;
  }
}

@media(max-width: 800px) {
  
  .section-p1{
    padding: 40px 40px;
  }

  #navbar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0px;
    right: -300px;
    height: 100vh;
    width: 300px;
    background-color: rgb(209, 225, 227);
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    padding: 80px 0 0 10px;
    transition: 0.3s;
  }

  #navbar.active{
    right: 0px;
  }

  #navbar li{
    margin-bottom: 25px;
  }

  #MenuItems{
    display: none;
  }

  #mobile{
    display: flex;
    align-items: center;
  }

  #mobile i{
    color: black;
    font-size: 24px;
    padding-left: 20px;
  }

  #close{
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    color: black;
    font-size: 24px;
  }

  #lg-bag{
    display: none;
  }

  #hero{
    height: 70vh;
    padding: 0px 80px;
    background-position: top 30% right 30%;
  }

  #feature{
    justify-content: center;
  }

  #feature .fe-box{
    margin: 15px 15px;
  }

  #products1 .pro-container, #products2 .pro-container{
    justify-content: center;
  }

  #products1 .pro, #products2 .pro{
    margin: 15px;
  }

  #banner{
    height: 25vh;
  }

  #sm-banner .banner-box{
    min-width: 100%;
    height: 30vh;
  }

  #banner3{
    padding: 0px 40px;
  }

  #banner3 .banner-box{
    width: 28%;
  }

  #newsletter .form{
    width: 70%;
  }

  #form-details{
    padding: 40px;
  }

  #form-details form{
    width: 50%;
  }

  .col-2 h1{
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0;
  }
  
  #prodetails{
    display: flex;
    flex-direction: column;
  }

  #prodetails .single-pro-image{
    width: 100%;
    margin-right: 0px;
  }

  #prodetails .single-pro-details{
    width: 100%;
    padding: 0px;
  }
}

@media(max-width: 500px){
  
  .section-m1{
    padding: 0px 0px;
  }

  #hero{
    padding: 0px 20px;
    background-position: 55%;
  }

  #feature{
    justify-content: space-between;
  }

  #feature .fe-box{
    width: 155px;
    margin: 0px 0px 15px 0px;
  }

  #products1 .pro, #products2 .pro{
    width: 100%;
  }

  #banner{
    height: 40vh;
  }

  #sm-banner .banner-box{
    height: 40vh;
  }

  #sm-banner .banner-box2{
    height: 0px 20px;
  }

  #banner3 .banner-box{
    width: 100%;
  }

  #newsletter{
    padding: 40px 20px;
  }

  #newsletter .form{
    width: 100%;
  }

  footer .copyright{
    text-align: start;
  }

  #blog{
    padding: 100px 20px 0 20px;
  }

  #blog .blog-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #blog .blog-img{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  #blog .blog-details{
    width: 100%;
  }

  #about-head{
    flex-direction: column;
  }

  #about-head img{
    width: 100%;
    margin-bottom: 20px;
  }

  #about-head div{
    padding-left: 0px;
  }

  #about-app .video{
    width: 100%;
  }

  #contact-details{
    flex-direction: column;
  }

  #contact-details .details{
    width: 100%;
    margin-bottom: 30px;
  }

  #contact-details .map{
    width: 100%;
  }

  #form-details{
    margin: 10px;
    padding: 30px 10px;
    flex-wrap: wrap;
  }

  #form-details form{
    width: 100%;
    margin-bottom: 30px;
  }
  
  #cart-add{
    flex-direction: column;
  }

  #coupon{
    width: 100%;
  }

  #subtotal{
    width: 100%;
    padding: 20px;
  }

  #prodetails{
    padding: 40px 40px;
  }
}

@media(max-width: 450px){

  .small-container .title{
    line-height: 40px;
    padding-bottom: 20px;
  }
}

@media(max-width: 400px){

  #feature{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  #feature .fe-box{
    width: 180px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgb(0, 0, 0, 0.03);
    border: 1px solid lightgray;
    border-radius: 4px;
    margin: 15px 0;
  }
  
  #feature .fe-box:hover{
    box-shadow: 10px 10px 54px rgb(192, 192, 192);
  }
  
  #feature .fe-box img{
    width: 100%;
    margin-bottom: 10px;
  }
  
  #feature .fe-box h6{
    padding: 9px 8px 6px 8px;
    line-height: 1;
    border-radius: 4px;
    color: rgb(14, 132, 126);
    background-color: rgb(251, 227, 177);
  }

  .col-2{
    margin-left: -50px;
    padding-left: 40px;
  }
}