/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=League+Spartan:wght@100..900&display=swap');

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3rem;

  /*========== Colors ==========*/
  --hue: 174;
  --sat: 65%;
  --first-color: hsl(var(--hue), var(--sat), 40%);
  --first-color-alt: hsl(var(--hue), var(--sat), 36%);
  --title-color: hsl(var(--hue), 12%, 15%);
  --text-color: hsl(var(--hue), 8%, 35%);
  --body-color: hsl(var(--hue), 100%, 99%);
  --container-color: #FFF;

  /*========== Font and typography ==========*/
  --body-font: "League Spartan", sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: .938rem;
  --tiny-font-size: .625rem;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: var(--header-height) 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
}

h1{
  font-size: 50px;
  color: #222;
}
h2{
  font-size: 46px;
  color: #222;
}
h4{
  font-size:20px;
  color: #222;
}
h6{
  font-size: 12px;
  font-weight: 700;
}
button.normal{
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  color: #000;
  outline: none;
  transition: 0.2s ease;
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
/*=============== REUSABLE CSS CLASSES ===============*/
.section {
  padding: 4.5rem 0 2rem;
}

.section__title {
  font-size: var(--h1-font-size);
  color: var(--title-color);
  text-align: center;
  margin-bottom: 1.5rem;
}
.section__height {
  height: 100vh;
}

/*=============== LAYOUT ===============*/
.container {
  max-width: 980px;
  margin-left: 1rem;
  margin-right: 1rem;
}

/*=============== HEADER ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0, 0.06);
  background-color: var(--container-color);
  z-index: var(--z-fixed);
  transition: .4s;
}

/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__img {
  width: 30px;
  height: 30px;
}

.nav__logo {
  color: var(--title-color);
  font-weight: 600;
}

.nav__list, 
.nav__link {
  display: flex;
}

.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 3px;
  color: var(--title-color);
  font-weight: 600;
}

.nav__list {
  justify-content: space-around;
}

.nav__name {
  font-size: 23px;
  letter-spacing: .1px;
  font-weight: 600;
  /* display: none;*/ /* Minimalist design, hidden labels */
}

.nav__icon {
  font-size: 1.5rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: var(--first-color);
  transition: .3s;
}

/* Minimalist design, active link */
 .active-link::before{
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color: var(--first-color);
  border-radius: 50%;
} 

/* Change background header */
.scroll-header {
  box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
}

/*/////////css start at hero section////////*/
/*/////////////////////////////////////////*/
#hero{
  background-image:linear-gradient(to right,#333, transparent),url("images/banner-2.jpg");
  height: 90vh;
  width: 100%;
  background-position: top 30% right 0;
  background-size: cover;
  padding: 0 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#hero h1{
  color: #088178;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 60px;
}
#hero h2{
  color: white;
  font-size:70px;
  letter-spacing: 1px;
  line-height: 90px;
}
#hero p{
  color: white;
  font-size:18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0 20px 0;
}
#hero button{
  border:0;
  background-color: #088178;
  color: white;
  letter-spacing: 1px;
  padding:13px 15px;
  width: 11rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  border-radius: 4px;
}
#hero button:active{
  transform: translateY(1.1rem);
  transition: 1s ease;
}
.section-p1{
  padding: 40px 80px;
}
.section-m1{
  margin: 40px 0;
}
#hero h6{
  font-weight: 700;
  font-size: 12px;
}
/*////////////////////////////////*/
/*///////////////////////////////*/
#feature{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#feature .fe-box{
  width: 200px;
  cursor: pointer;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  marker:15px 0;
  border: 1px solid #cce7d0;
}
#feature .fe-box:hover{
  cursor: pointer;
  box-shadow: 0 0 10px black;
}
#feature .fe-box img{
  width: 100%;
  margin-bottom: 10px;
}
#feature .fe-box h6{
  padding: 12px 8px 7px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #088178;
  background: #fddde4;
}
#feature .fe-box h6:-child(2) h6{
  background-color: #cdebbc;
}
#feature .fe-box h6:nth-child(3) h6{
  background-color: #d1e8f2;
}
#feature .fe-box h6:nth-child(4) h6{
  background-color: #cdd4f8;
}
#feature .fe-box h6:nth-child(5) h6{
  background-color: #f6dbf6;
}
#feature .fe-box h6:nth-child(6) h6{
  background-color: #fff2e5;
}
/*///////////////////////////////*/
/*//////////////////////////////*/
#product1{
  text-align: center;
}
#product1 h2{
  padding-bottom: 10px;
}
#product1 p{
  font-size: 18px;
  letter-spacing: 1px;
}
#product1 .pro-container{
  display: flex;
  justify-content: space-between;
  padding-top:20px;
  flex-wrap: wrap;
}
#product1 .pro{
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0,0,0,0.02);
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
}
#product1 .pro:hover{
  box-shadow: 20px 20px 30px rgba(0,0,0,0.06);
}
.pro-img{
  width: 100%;
  padding-top: 10px;
  min-height: 250px;
  border-radius: 1px solid black;
}
#product1 .pro img{
  width: 100%;
  height: 250px;
  border-radius: 20px;
}
#product1 .pro #shoes img{
  height:250px;
  width: 100%;
}
#product1 .pro .des{
  text-align: start;
  padding: 10px 0;
}
#product1 .pro .des span{
  font-size: 15px;
  color: #606063;
}
#product1 .pro .des h5{
  font-size: 19px;
  padding-bottom: 5px;
  color: #1a1a1a;
  padding-top: 7px;
}
#product1 .pro .des ion-icon{
  font-size: 14px;
  color: rgba(243, 181, 25);
  margin-bottom: 10px;
}
#product1 .pro .des h4{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-top: 5px;
  color: #088178;
}
#product1 .pro .cart{
  width: 35px;
  height: 35px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #e8f6ea;
  font-weight: 500;
  color: #088178;
  border: 1px solid #cce7d0;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
/*////////////////////////////////*/
#banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image:linear-gradient(to bottom, #000, transparent),url(images/sale-2.jpg);
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
}
#banner h4{
  color: white;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
#banner h2{
  color: white;
  font-size: 40px;
  letter-spacing: 1px;
  padding: 10px 0;
  margin-bottom: 12px;
}
#banner h2 span{
  color: red;
}
#banner button{
  letter-spacing: 1px;
}
#banner button:hover{
  background-color: #088178;
  color: white;
}
/*////////////////////////////*/
#sm-banner{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#sm-banner .banner-box, .banner-box-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image:linear-gradient(to right, #000, transparent),url(images/banner-2.jpg);
  min-width: 520px;
  height: 50vh;
  padding: 30px;
  background-size: cover;
  background-position: center;
}
#sm-banner .banner-box-2{
  background-image:linear-gradient(to right, #000, transparent),url(images/sale.jpg);
}
#sm-banner h4{
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 450;
  margin-bottom: 15px;
}
#sm-banner h2{
  color: white;
  font-size: 30px;
  font-weight: 750;
  letter-spacing: 1px;
  padding-bottom: 12px;
}
#sm-banner span{
  color: white;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 15px;
}
button.white{
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color: #fff;
  letter-spacing: 1px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid white;
  outline: none;
  transition: 0.2s ease;
}
.banner-box-2 button.white{
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  letter-spacing: 1px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid white;
  outline: none;
  transition: 0.2s ease;
}
#sm-banner .banner-box:hover button{
  background-color: #088178;
  border: 1px solid #088178;
}
/*/////////////////////////////*/
#newsletter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-image:linear-gradient(to left,#000, transparent),url(images/banner-2.jpg);
  background-repeat: no-repeat;
  background-position: 20% 30%;
}
#newsletter h1{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#newsletter p{
  font-size: 15px;
  font-weight: 600;
  color: white;
}
#newsletter .news-form{
  display: flex;
  width: 30%;
}
#newsletter form{
  display: flex;
}
#newsletter input{
  height: 3.125rem;
  padding: 0 1.25em;
  width: 100%;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#newsletter button{
  background-color: #088178;
  color: white;
  letter-spacing: 1px;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*/////////////////////////////////*/
footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
footer .logo{
 display: none;
}
footer h4{
  font-size: 20px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
footer strong{
  font-size: 17px;
}
footer p{
  font-size: 15px;
  color: black;
  margin: 0 0 8px  0;
}
footer a{
  font-size: 15px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .follow{
  margin-top: 10px;
}
footer .follow ion-icon{
  padding-right: 7px;
  cursor: pointer;
  color: black;
  width: 20px;
  height: 20px;
}
footer .follow ion-icon:hover{
  color: seagreen;
  cursor: pointer;
  transition: .3s ease;
  transform: scale(1.1);
}
footer .install .row img{
  border: 1px solid #088178;
  border-radius: 6px;
  list-style: none;
  font-size: 50px;
  padding: 7px 15px;
}
footer .install img{
  margin: 10px 0 15px 0;
}
footer .install img:hover{
  background-color: seagreen;
  color: white;
  cursor: pointer;
}
footer .follow icon:hover,
footer a:hover {
  color: #088178;
}
footer .payment-methods img{
  border: 1px solid #088178;
  border-radius: 6px;
  list-style: none;
  font-size: 70px;
  padding: 7px 15px;
}
footer .payment-methods img{
  margin: 10px 0 15px 0;
}
footer .payment-methods img:hover{
  background-color: seagreen;
  color: white;
  cursor: pointer;
}
footer .copyright{
  width: 100%;
  font-size: 27px;
  letter-spacing: 1px;
  font-weight: 800;
  margin-top: 1rem;
  border-top: 1px solid grey;
  text-align: center;
  padding-top: 20px;
}
/*/////////start off shop page////////*/
/*///////////////////////////////////*/
#page-header{
  background-image: linear-gradient(to top, #333, transparent),url(images/banner.jpg);
  background-color: grey;
  width: 100%;
  height: 40vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 10px;
}
#page-header h2,
#page-header p{
  color: white;
  letter-spacing: 1px;
}
#page-header h2{
  padding-top: 40px;
  padding-bottom: 10px;
}
#pagination{
  text-align: center;
}
#pagination a{
  text-decoration: none;
  background-color: #088178;
  padding: 15px 20px;
  border-radius: 4px;
  color: white;
  font-weight: 600;
}
#pagination ion-icon{
  font-size: 27px;
  width: 20px;
  height: 20px;
  font-weight: 600;
}
/*///start off single-product page//*/
/*/////////////////////////////////*/
#prodetails{
  display: flex;
  margin-top: 50px;

}
#prodetails .single-pro-image{
  width: 60%;
  border: .1px solid lightgrey;
  padding: 7px;
  border-radius: 5px;
  margin-right: 20px;
}
#MainImg{
  margin-bottom: 20px;
}
.small-image-group{
  display: flex;
  justify-content: space-between;
}
.small-image-group img{
  height: 140px;
  width: 100%;
}
.small-img-col{
  flex-basis: 21%;
  cursor: pointer;
}
#prodetails .single-pro-details{
  width: 70%;
  padding: 10px;
  padding-top: 40px;
}
#prodetails .single-pro-details h6{
  font-size: 18px;
  letter-spacing: 1px;
}
#prodetails .single-pro-details h4{
  padding: 10px 0 10px 0;
  font-size: 25px;
  letter-spacing: 1px;
}
#prodetails .single-pro-details h2{
  font-size: 30px;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
#prodetails .single-pro-details select{
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#prodetails .single-pro-details input{
  width: 60px;
  height: 50ppx;
  font-size: 16px;
  margin-right:10px;
}
#prodetails .single-pro-details input:focus{
  outline: none;
}
#prodetails .single-pro-details button{
  background-color: #088178;
  color: white;
  margin-bottom: 10px;
}
#prodetails .single-pro-details p{
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 23px;
}
#prodetails .single-pro-details span{
  line-height: 25px;
}
/*//////////////////////////////////////*/
/*/////start of about page sec/////////*/
#about-head{
  display: flex;
  align-items: center;
}
#about-head img{
  width: 80%;
  border-radius: 5px;
  height: auto;
}
#about-head div{
  padding-left: 40px;
}
#about-head p{
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 23px;
}
#about-app{
  text-align: center;
}
#about-app .video{
  width: 70%;
  height: 100%;
  background-color: #eee;
  padding: 10px;
  border-radius: 10px;
  margin: 30px auto 0 auto;
}
/*///////////////////////////////*/
/*////start of contact page/////*/
#contact-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact-details .details{
  width: 40%;
}
#contact-details .details span,
#form-details form span{
  font-size: 12px;
}
#contact-details .details h2,
#form-details form h2{
  line-height: 35px;
  font-size: 25px;
  padding: 25px 0;
}
#contact-details .details h3{
  font-size: 16px;
  padding-bottom: 15px;
}
#contact-details .details li{
  list-style: none;
  display: flex;
  padding: 10px 0;
}
#contact-details .details li ion-icon{
  font-size: 17px;
  padding-right: 20px;
}
#contact-details .details li p{
  margin: 0;
  font-size: 15px;
}
#contact-details .map{
  width: 55%;
  height: 400px;
}
#contact-details .map iframe{
  width: 100%;
  height: 100%;
}
#form-details{
  display: flex;
  justify-content: space-between;
  margin: 30px;
  padding: 80px;
  border: 1px solid #1e1e1e;
}
#form-details form{
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#form-details form input,
#form-details form textarea{
  width: 100%;
  padding: 12px 15px;
  outline: none;
  margin-bottom: 20px;
  borser:1px solid #e1e1e1;
}
#form-details form button{
  background-color: #088178;
  color: white;
}
#form-details .people div{
  padding-bottom: 25px;
  align-items: flex-start;
}
#form-details .people div img{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 1px solid black;
  object-fit:  cover;
  margin-right: 20px;
}
#form-details .people div p{
  margin:0;
  font-size: 14px;
  line-height: 25px;
}
#form-details .people div p span{
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
/*///////////////////////////////*/
/*/////start off cart page//////*/
#cart{
  overflow-x: auto;
}
#cart table{
  width: 100%;
  border-collapse:  collapse;
  table-layout: fixed;
  white-space: nowrap;
}
#cart table img{
  width: 80px;
}
#cart table td:nth-child(1){
  width: 100px;
  text-align: center;
}
#cart table td:nth-child(2){
  width: 150px;
  text-align: center;
}
#cart table td:nth-child(3){
  width: 250px;
  text-align: center;
}
#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(6){
  width: 150px;
  text-align: center;
}
#cart table td:nth-child(5) input{
  width: 70px;
  padding: 10px 5px 10px 15px;
}
#cart table thead{
  border: 1px solid #e2e9e1;
  border-left: none;
  border-right: none;
}
#cart table thead td{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
}
#cart table tbody tr td{
  padding-top: 15px;
} 
#cart table tbody td{
  padding-top: 15px;
} 

#cart-add{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#coupon{
  width: 50%;
  margin-bottom: 30px;
}
#coupon h3,
#subtotal h3{
  padding-bottom: 15px;
}
#coupon input{
  padding: 10px 20px;
  outline: none;
  width: 60%;
  margin-right: 10px;
  border: 1px solid #e2e9e1;
}
#coupon button,
#subtotal button{
  background-color: #088178;
  color: white;
  letter-spacing: 1px;
  font-weight: 520;
  padding: 12px 20px;
}
#coupon button:hover,
#subtotal button:hover{
  background-color: green;
}
#subtotal button:active{
  transform: translateY(1.1rem);
  transition: 1s ease;
  cursor: pointer;
}
#subtotal{
  width: 50%;
  margin-bottom: 30px;
  border: 1px solid #e2e9e1;
  padding: 30px;
}
#subtotal table{
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
#subtotal table td{
  width: 50%;
  border: 1px solid #e2e9e1;
  padding: 10px;
  font-size:15px;
}
/*=============== MEDIA QUERIES ===============*/
/*/////////////////////////////////////////////*/
/* For large devices */
@media screen (max-width:1024px) and (min-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav__link {
    flex-direction: column;
    align-items: center;
    row-gap: 1px;
  }
  #product1 h2{
    padding-bottom: 7px;
    font-size: 35px;
  }
  #product1 p{
    font-size: 15px;
    letter-spacing: 1px;
  }
  #product1 .pro{
    width: 15%;
    min-width: 200px;
    padding: 10px;
    margin: 10px 0;
  }
  .pro-img{
    width: 100%;
    padding-top: 10px;
    min-height: 230px;
  }
  #product1 .pro img{
    width: 100%;
    height: 200px;
  }
  #product1 .pro #shoes img{
    height:200px;
    width: 100%;
  }
  #product1 .pro .des{
    text-align: start;
    padding: 10px 0;
  }
  #product1 .pro .des span{
    font-size: 12px;
    color: #606063;
  }
  #product1 .pro .des h5{
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 7px;
  }
  #product1 .pro .des ion-icon{
    font-size: 12px;
  }
  #product1 .pro .des h4{
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 5px;
  }
  #product1 .pro .cart{
    width: 30px;
    height: 30px;
    line-height: 40px;
    font-weight: 500;
    bottom: 20px;
    right: 10px;
  }
  #banner h4{
    font-size: 15px;
    margin-bottom: 13px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  #banner h2{
    font-size: 34px;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 10px;
  }
  #banner button{
    font-size: 12px;
    font-weight: 600;
    padding: 15px 30px;
  }
  #sm-banner .banner-box{
    margin-bottom: 1rem;
  }
  #sm-banner .banner-box, .banner-box-2{
    min-width: 600px;
    height: 50vh;
    padding: 20px;
  }
  #newsletter h1{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #newsletter p{
    font-size: 13px;
    font-weight: 600;
  }
  #newsletter .news-form{
    display: flex;
    width: 40%;
  }
  footer h4{
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 18px;
  }
  footer strong{
    font-size: 15px;
  }
  footer p{
    font-size: 12px;
    margin: 0 0 4px  0;
  }
  footer a{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 13px;
  }
  footer .follow ion-icon{
    padding-right: 6px;
    width: 18px;
    height: 18px;
  }
  footer .install .row img{
    font-size: 37px;
    padding: 6px 13px;
  }
  footer .install img{
    margin: 7px 0 13px 0;
  }
  footer .payment-methods img{
    font-size: 60px;
    padding: 6px 13px;
  }
  footer .payment-methods img{
    margin: 7px 0 13px 0;
  }
  footer .copyright{
    width: 100%;
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 1rem;
    padding-top: 20px;
  }
}
@media screen and (max-width:990px){
  #product1 h2{
    padding-bottom: 7px;
    font-size: 30px;
  }
  #product1 p{
    font-size: 15px;
    letter-spacing: 1px;
  }
  #product1 .pro{
    width: 13%;
    min-width: 195px;
    padding: 10px;
    margin: 8px 0;
  }
  .pro-img{
    width: 100%;
    padding-top: 10px;
    min-height: 220px;
  }
  #product1 .pro img{
    width: 100%;
    height: 195px;
  }
  #product1 .pro #shoes img{
    height:195px;
    width: 100%;
  }
  #product1 .pro .des{
    text-align: start;
    padding: 10px;
  }
  #product1 .pro .des span{
    font-size: 11px;
    color: #606063;
  }
  #product1 .pro .des h5{
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #product1 .pro .des ion-icon{
    font-size: 11px;
  }
  #product1 .pro .des h4{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top: 5px;
  }
  #product1 .pro .cart{
    width: 27px;
    height: 27px;
    line-height: 35px;
    font-weight: 500;
    bottom: 18px;
    right: 10px;
  }
   #banner h4{
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  #banner h2{
    font-size: 25px;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 10px;
  }
  #banner button{
    font-size: 12px;
    font-weight: 600;
    padding: 12px 25px;
  }
  #sm-banner .banner-box{
    margin-bottom: 1rem;
  }
  #sm-banner .banner-box, .banner-box-2{
    min-width: 600px;
    height: 50vh;
    padding: 20px;
  }
  #newsletter h1{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  #newsletter p{
    font-size: 12px;
    font-weight: 600;
  }
  #newsletter .news-form{
    display: flex;
    width: 40%;
  }
  #newsletter input{
    height: 3.125rem;
    padding: 0 1.20em;
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width: 968px) {
  :root {
    --h1-font-size: 2.25rem;
    --normal-font-size: 1rem;
  }
}
@media screen and (max-width:942px){
  #product1 .pro{
    width: 18%;
    min-width: 190px;
    padding: 7px;
    margin: 5px 0;
  }
}
@media screen and (max-width:870px){
  #prodetails .single-pro-image{
    width: 70%;
    border: .1px solid lightgrey;
    padding: 7px;
    border-radius: 5px;
    margin-right: 10px;
  }
  .small-image-group img{
    height: 140px;
    width: 100%;
  }
  .small-img-col{
    flex-basis: 20%;
    cursor: pointer;
  }
  #prodetails .single-pro-details{
    width: 80%;
    padding: 7px;
    padding-top: 40px;
  }
  #prodetails .single-pro-details h6{
    font-size: 15px;
    letter-spacing: 1px;
  }
  #prodetails .single-pro-details h4{
    padding: 7px 0 10px 0;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #prodetails .single-pro-details h2{
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 5px;
  }
  #prodetails .single-pro-details select{
    padding: 7px 10px;
    margin-bottom: 10px;
  }
  #prodetails .single-pro-details input{
    width: 50px;
    height: 50ppx;
    font-size: 13px;
    margin-right:10px;
  }
  #prodetails .single-pro-details p{
    margin-top: 10px;
    font-size: 13
    px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media(max-width:799px){
  .section-p1{
    padding: 20px 15px;
  }
  /*////////////////////////*/
  #hero {
    height: 70vh;
    background-position: top 30% right 30%;
    background-size: cover;
    padding: 0 50px;
  }
  #hero h1{
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 40px;
  }
  #hero h2{
    font-size:50px;
    letter-spacing: 1px;
    line-height: 60px;
    padding-top: 30px;
  }
  #hero p{
    font-size:15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 13px 0 20px 0;
  }
  #hero button{
    letter-spacing: 1px;
    padding:10px 13px;
    width: 10rem;
    font-weight: 500;
    font-size: 15px;
  }
  #feature{
    justify-content: center;
  }
  #feature .fe-box{
    margin: 15px 15px;
  }
  #product1 .pro-container{
    justify-content:center;
  }
  #product1 .pro{
    margin: 15px;
  }
  #banner{
    height: 30vh;
  }
  #sm-banner .banner-box{
    min-width: 100%;
    height: 40vh;
  }
  #banner3{
    padding: 0 40px;
  }
  #banner3 .banner-box{
    width: 28%;
  }
  #newsletter .news-form{
    width: 40%;
    padding: 10px;
  }
  footer h4{
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
  footer strong{
    font-size: 13px;
  }
  footer p{
    font-size: 11px;
    margin: 0 0 2px  0;
  }
  footer a{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  footer .follow ion-icon{
    padding-right: 5px;
    width: 15px;
    height: 15px;
  }
  footer .install .row img{
    font-size: 35px;
    padding: 6px 10px;
  }
  footer .install img{
    margin: 7px 0 10px 0;
  }
  footer .payment-methods img{
    font-size: 55px;
    padding: 6px 10px;
  }
  footer .payment-methods img{
    margin: 7px 0 10px 0;
  }
  footer .copyright{
    width: 100%;
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 1rem;
    padding-top: 20px;
  }
  /*/////contact page responnsive////*/
  /*////////////////////////////////*/
  #form-details{
    padding: 40px;
  }
  #form-details form{
    width:50%;
  }
  /*//////////about section///////*/
  /*/////////////////////////////*/
  #about-head img{
    width: 60%;
    border-radius: 5px;
    height: auto;
  }
  #about-head div{
    padding-left: 25px;
  }
  #about-head p{
    font-size: 12px;
    margin-top: 10px;
    max-width: 750px;
    padding: 5px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  /*///start off single-product page//*/
  /*/////////////////////////////////*/
  #prodetails{
    display: flex;
    margin-top: 70px;
  }
  #prodetails .single-pro-image{
    width: 43%;
    padding: 10px;
    margin-right: 30px;
  }
  #MainImg{
    margin-bottom: 20px;
  }
  .small-image-group{
    display: flex;
    justify-content: space-between;
  }
  .small-image-group img{
    height: 95px;
    width: 95%;
  }
  .small-img-col{
    flex-basis: 20%;
    cursor: pointer;
  }
  #prodetails .single-pro-details{
    width: 60%;
    padding: 10px;
    padding-top: 30px;
  }
  #prodetails .single-pro-details h6{
    font-size: 15px;
    letter-spacing: 1px;
  }
  #prodetails .single-pro-details h4{
    padding: 5px 0 7px 0;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #prodetails .single-pro-details h2{
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 5px;
  }
  #prodetails .single-pro-details select{
    display: block;
    padding:7px 10px;
    margin-bottom: 10px;
  }
  #prodetails .single-pro-details input{
    width: 40px;
    height: 40px;
    font-size: 12px;
    margin-right:7px;
  }
  #prodetails .single-pro-details p{
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 20px;
    max-width: 700px;
    padding: 5px;
  }
  #prodetails .single-pro-details span{
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--container-color);
    box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    border-radius: 1.25rem 1.25rem 0 0;
    transition: .4s;
  }
}
@media screen and (min-width: 767px) {
  body {
    margin: 0;
  }
  .nav {
    height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
  }
  .nav__img {
    display: none;
  }
  .nav__icon {
    display: none;
  }
  .nav__name {
    font-size: var(--normal-font-size);
    /* display: block; */ /* Minimalist design, visible labels */
  }
  .nav__link:hover {
    color: var(--first-color);
  }

  /* First design, remove if you choose the minimalist design */
  .active-link::before {
    content: '';
    position: absolute;
    bottom: -.75rem;
    width: 4px;
    height: 4px;
    background-color: var(--first-color);
    border-radius: 50%;
  }

  /* Minimalist design */
  /* .active-link::before{
      bottom: -.75rem;
  } */
}
@media screen and (max-width:706px){
  #about-app h1{
    font-size: 27px;
  }
  #about-app{
    text-align: center;
    width: 100%;
    justify-content: center;
    margin: auto;
  }
  #about-app .video iframe{
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width:665px){
  #about-head img{
    width: 50%;
    border-radius: 5px;
    height: auto;
  }
  #about-head div{
    padding-left: 20px;
  }
  #about-head h2{
    font-size: 25px;
  }
  #about-head p{
    font-size: 11px;
    margin-top: 5px;
    letter-spacing: 1px;
    line-height: 20px;
    max-width: 700px;
    padding: 5px;
  }
  #about-app{
    text-align: center;
    width: 70%;
    justify-content: center;
    margin: auto;
  }
  #about-app h1{
    font-size: 30px;
  }
  #about-app .video{
    width: 100%;
    height: 100%;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
  }
}
/* For medium devices */
@media screen and (min-width: 576px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem;
  }
}
@media screen and (max-width:500px){
  #newsletter .news-form{
    display: flex;
    width: 47%;
  }
  #newsletter input{
    height: 3.125rem;
    padding: 0 1.20em;
    width: 100%;
    font-size: 12px;
  }
  .news-form form button{
    font-size: 11px;
    font-weight: 500;
    padding: 7px 15px;
  }
  #about-app{
    text-align: center;
    width: 90%;
    justify-content: center;
    margin: auto;
  }
  #about-app .video iframe{
    width: 100%;
    height: 100%;
    padding: 10px;
  }
}
/*////////////////////////////////////*/
@media(max-width: 477px){
  #header {
      padding: 10px 30px;
  }
  h2{
    font-size: 30px;
  }
  h1{
    font-size: 27px;
  }
  .nav__list{
    padding: 7px;
  }
  .nav__name {
    font-size: 18px;
    letter-spacing: .1px;
    font-weight: 500;
  }
  #hero {
    background-position: 55%;
    padding: 0 10px;
  }
  #feature{
    display: none;
  }
  #product1 .pro{
    width: 100%;
  }
  .pro-img{
    width: 80%;
    margin: auto;
    min-height: 250px;
  }
  #product1 .pro img{
    width: 80%;
    height: 250px;
    border-radius: 20px;
  }
  #product1 .pro #shoes img{
    height:250px;
    width: 80%;
  }
  #product1 .pro .des span{
    font-size: 13px;
  }
  #product1 .pro .des h5{
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 7px;
  }
  #product1 .pro .des ion-icon{
    font-size: 14px;
    margin-bottom: 10px;
  }
  #product1 .pro .des h4{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    padding-top: 5px;
  }
  #banner{
    height: 40vh;
  }
  #sm-banner .banner-box{
    height: 40vh;
  }
  #sm-banner .banner-box-2{
    margin-top: 20px;
  }
  #banner3{
    padding: 0 20px;
  }
  #banner3 .banner-box{
    width: 100%;
  }
  #newsletter{
    padding: 30px 10px;
  }
  footer .copyright{
    text-align: start;
  }
  #newsletter .news-form{
    width: 100%;
  }
  /*/////////////////////////////////////*/
  /*/singleproduct page responsive view//*/
  /*////////////////////////////////////*/
  #prodetails{
    display: flex;
    flex-direction: column;
  }
  #prodetails .single-pro-image{
    width: 100%;
    margin-right: 0px;
  }
  #prodetails .single-pro-details{
    width: 100%;
    padding-top: 30px;
  }
  /*////////////////////////////*/
  /*///start of about responsive//*/
  #about-head{
    flex-direction: column;
  }
  #about-head img{
    width: 100%;
    margin-bottom: 20px;
  }
  #about-app{
    text-align: center;
    width: 80%;
    justify-content: center;
    margin: auto;
  }
  #about-app h1{
    font-size: 20px;
  }
  #about-app .video iframe{
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  /*////////////////////////////////*/
  /*/start of contact responsive///*/
  /*//////////////////////////////*/
  #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;
  }
  /*////////////////////////////////*/
  /*///start off cart responsive///*/
  #cart-add{
    flex-direction: column;
  }
  #coupon{
    width: 100%;
  }
  #subtotal{
    width: 100%;
    padding: 20px;
  }
}
/* For small devices */
/* Remove if you choose, the minimalist design */
@media screen and (max-width: 320px) {
  .nav__name {
    display: none;
  }
}
