*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  text-decoration: none;
  transition: 0.3s;

}
body{ 
  background: white;
}
/*------navbar------*/
section{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
section .side-bar{
  width: 20%;
  background-color: white;
  border-radius: 10px;
}
section .side-bar .titile{
  background-color: #fcc83f;
}
section .content{ 
  width: 77%;
  background-color: #fff;
  border-radius: 10px;
}
/*------navbar------*/
.header2{
  background: #172856;
  z-index: 50000;
  position: fixed;
  width: 100%;
  top: 0;
}
header nav{
  width: 85%;
  margin: 0 auto
}
header nav .logo-search{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #99999978;
}
.menu-toggle{
  display: none;
}
header nav .logo-search .logo span{
  color: #fccb3f;
}
header nav .logo-search .search-box{
  width: 60%;
  height: 30px;
  position: relative;
}
header nav .logo-search .search-box input{
  width: 100%;
  height: 100%;
  padding: 0 50px 0 12px;
  border-radius: 30px;
  outline: none;
  border: none;
}
header nav .logo-search .search-box i{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #99999978;
  cursor: pointer;
  color: #172856;
}
header nav .logo-search .icon{
  display: flex;
  flex-direction: row;

}
header nav .logo-search .icon a{
  color: #fff;
  margin-left: -10px;
  font-size: 20px;
}
header nav .logo-search .icon a:hover{
  color: #fccb3f;
}
header nav ul{
  display: flex;
}
header nav ul li{
  display: inline-block;
  padding: 7px 0px;
  margin-right: 50px;
  position: relative;
}
header nav ul li a{
  color: #fff;
  text-transform: capitalize;
}
header nav ul li::after{
  position: absolute;
  content: '';
  bottom: -1px;
  left: 50%;
  transform: translate(-50%);
  width: 0px;
  height: 10px;
  background: #e9eaf0;
  clip-path: polygon(50% 40%, 0 100%, 100% 100%);
}
header nav ul li:hover::after,
header nav ul li.active::after
{
  width: 12px;
}
/*------start hero------*/
.hero{
  padding-top: 85px;

}
.hero .side-bar{
  overflow: hidden;
}
.hero .side-bar h4{
  padding: 20px;
  background-color: #ffa741;
  color: #172856;
  font-size: 18px;
}
.hero .side-bar i{
  margin-right: 10px;
}
.hero .side-bar ul li{
  padding: 17px 20px;
  color: #172856;
  border-bottom: 1px solid #e9eaf0;
  cursor: pointer;
}
.hero .side-bar ul li:hover{
  background-color: #fccb3f;
}
.hero .side-bar ul li a{
  color: #172856;
}
.hero .content{
  display: flex;
}
.hero .content .cont-1{
  display: flex;
  flex-basis: 70%;
  background: linear-gradient(#00000041, #00000041);
   background-size: contain;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 13px;
}
.hero .content .cont-1 .cont{
  width: 600px;
  height: 300px;
  display: flex;
  text-align: center;
}
.hero .content .cont-1 img{
  width: 100%;
  object-fit: cover;

}
.hero .content .cont-2{
  display: flex;
  flex-basis: 30%;
  flex-direction: column;
  margin: 13px;
}
.admnumber{
  display: flex;
}
.hero .content .cont-2 .con{
  display: flex;
  margin-left: 20px;
}
.hero .content .cont-2 .con .phone-circle{
 width: 40px;
 height: 40px;
 background-color: #28a745;
 color: white;
 border-radius: 50%;
 display: flex;
 align-items: center;
 text-align: center;
 justify-content: center;
 font-size: 14px;
 box-shadow: 0 0 10px rgb(0,0,0,0.2);
 transition: background-color 0.3s;

}
.hero .content .div-text p{

}
.btn{
  padding: 15px 30px;
  color: #172856;
  background-color: #fcc83f;
  border: 2px solid #fcc83f;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn:hover{
  background-color: transparent;
  color: #fcc83f;
}
/*-------------section c----*/
.titile{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9eaf0;
}
.titile h4{
  color: #172856;
  text-transform: uppercase;
  padding: 15px 20px;
}
.titile a{
  margin-right: 20px;
  color: #ffa741;
  font-weight: bold;
}
.titile a.hover{
  text-decoration: underline;
}
.all-items{
  display:flex;
  flex-wrap:nowrap;
  padding: 2px;
 align-items: center;
 justify-content: center;
 text-align: center;
}
.all-items .item{
  min-width: 210px;
 flex-basis: 21%;
 margin: 10px 10px;
 background-color: whitesmoke;
}

.item .div-img{
  border-bottom: 1px solid #25262f;
}
.item .div-img img{
  width: 100%;
  background-size: contain;
}

.item .div-text txt{
  margin: 15px 0 10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
}
.item .div-text h4 a{
  color: #172856

}
.item .div-text p{
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
}
.item .div-text .stars i{
  color: #fcc83f;
}
.item .div-text .price{
  margin-top: 1px;
  font-weight: 300;
  text-align: center;
}
.item .div-text .price span{
  color: #e80030;
  cursor: pointer;
  font-weight:200;
}

.item .div-text .price del{
  text-decoration: line-through;
  font-style: italic;
  color: #999;
}

.cart-bt button{
  padding: 9px;
  border: 1px solid black;
  background-color: black;
   color: white;
   display: flex;
   flex-basis: 100%;
   width: 100%;
   text-align: center;
   justify-content: center;
   align-items: center;
  cursor: grab;
  font-size: large;
  border-radius: 10px;

  }
  .cart-bt button:hover{
    color: black;
    background-color: white;
    border-radius: 2px;
  }
.cart-bt:hover{
  color: white;
  background-color: black;
 
}
.sec-2 .side-bar .item{
  padding: 20px;
}
.sec-2 .side-bar .item .div-text h4{
  margin-bottom: 18px;
}
/*----------sec 3-----*/
.sec-3 .side-bar .boxes{
  padding: 15px 20px;
}
.sec-3{
  align-items: flex-start;
}
.sec-3 .side-bar .boxes .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e9eaf0;
}
.sec-3 .side-bar .boxes .box img{
  width: 100px;
}
.sec-3 .side-bar .boxes .box .div-text h4{
  color: #177856;
}
.sec-3 .side-bar .boxes .box .div-text i{
  color: #fcc83f;
}
.sec-3 .side-bar .boxes .box .div-text span{
  color: #e80030;
  font-weight: bold;
}
.sec-3 .side-bar .boxes .box .div-text .stars{
  margin: 15px 0 18px;
}
.sec-3 .content{
  background-color: #e9eaf0;
}
.sec-3 .content .bg-sec{
  height: 250px;
  background: linear-gradient(#00000041, #00000041), url(img/t4.jpg);
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.sec-3 .content .bg-sec .div-text h1{
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0;
  font-size: 35px;
}
.sec-3 .content .bg-sec .div-text p{
  color: #e9eaf0;
  font-size: 18px;
  margin-bottom: 40px;
}
.sec-3 .all-items{
  background-color: white;
  border-radius: 10px;
} 
/*-----------footer--------*/
.footer{
  background-color: #070606;
}
.footer .container{
  padding: 30px 0;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #999;
}
.footer .container .row{
  flex-basis: 20%;
}
.footer .container .row h3{
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer .container .row span{
  color: #fcc83f;
}
.footer .container .row p{
  color: #e9eaf0;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .container .row .social-links a{
  color: white;
  margin-right: 15px;
  font-size: 25px;
}
.footer .container .row .social-links a:hover{
  color: #fcc83f;
}
.footer .container .row ul li{
  list-style: none;
  margin-bottom: 15px;
  color: #e9eaf0;
}
.footer .container .row ul li a{
  color: #e9eaf0;
}
.footer .container .row ul li a:hover{
  text-decoration: underline;
  color: #fcc83f;
}
.footer .container .row .payment-img img{
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.footer .copy-right{
  padding: 20px 0;
  text-align: center;
}
.footer .copy-right p{
  color: white;
}
.footer .copy-right p span{
  color: #fcc83f;
  cursor: pointer;
}
/*-----------------product detail page-----------------*/

.main-wrapper{
  background-color: #f9ebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}
.container{
  padding: 0 1rem;
 
}
.product-div{
  margin: 1rem 0;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  border-radius: 3px;
  column-gap: 10px;
}
.product-div-left{
  padding: 0px;
}
.product-div-right{
  padding: 0px;
}
.img-container img{
  display: flex;
  width: 50%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.hover-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.hover-container div{
  border: 2px solid rgba(252, 160, 175, 0.7);
  padding: 1rem;
  border-radius: 3px;
  margin: 0 4px 8px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active{
  border-color: rgb(255, 145, 163)!important;
}
.hover-container div:hover{
  border-color: rgb(255, 145, 163);
}
.hover-container div img{
  width: 70px;
  cursor: pointer;
}
.product-div-right span{
  display: block;
}
.product-name{
  font-size: 26px;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.9;
}
.product-price{
  font-weight: 700;
  font-size: 24px;
  opacity: 0.9;
  font-weight: 500;
}
.product-rating{
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.product-rating span{
  margin-right: 6px;
}
.product-description{
  font-weight: 18px;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.9;
  margin-top: 22px;
}
.btn-groups{
  margin-top: 22px;
}
.btn-groups button{
  display: inline-block;
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  padding: 15px 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-groups button .fas{
  margin-right: 8px;
}
.add-cart-btn{
  background-color: #FF9F00;
  border: 2px solid #FF9F00;
  margin-right: 8px;
}
.add-cart-btn:hover{
  background-color: #fff;
  color: #FF9F00;
}
.buy-now-btn{
  background-color: #000;
  border: 2px solid #000;
}
.buy-now-btn:hover{
  background-color: #fff;
  color: #000;
}
/* -------------  STYLING HEADER SECTION UNDER SMALL DEVICE ---*/
@media screen and (max-width: 650px){
  header nav ul li a{
    text-transform:lowercase;
    font-size: smaller;
}
.logo-img{
  display: none;
}
}
@media screen and (max-width: 550px){
  .sabheader{display: none;}

}
/* -------------  END OF STYLING HEADER SECTION UNDER SMALL DEVICE ---*/
/*------------STYLING FOOTER UNDER SMALL DEVICE---------------*/
@media (max-width: 650px){
  .menu-toggle{
    display:block;
  }
  .hero .content{
    width: 100%;
    margin-top: -40px;
  }
  .hero .content .cont-1 .cont{
  width:100%;
  height: 150px;
  display: flex;
  text-align: center;
}
.hero .content .cont-2{
  display: none;
}
.hero .content .cont-1 img{
  width: 100%;
  object-fit:cover;

}
.mySlides2{
   width:100%;
   height: 150px;
    display: none;

 }
 .mySlides2 img {
  vertical-align: middle;
   width:100%;
  height: 150px;

}
.hero .content .cont-1{
  display: flex;
  flex-basis: 100%;
}
.all-items .item{
  min-width: 100px;
}
.all-items .item .cart-bt{
  display: none;
  background-color: red;
}
.item .div-text txt{
  margin: 5px 0 4px;
  font-size: 13px;
}
.item .div-text p{
  color: #999;
  font-size: 10px;
  margin-bottom: 5px;
}
.item .div-text .price{
  margin-top: 1px;
  text-align: center;
}
.item .div-text .price span{
  color: #e80030;
  cursor: pointer;
  font-weight:100;
  font-size: 13px;

}
.item .div-text .price del{
  font-size: 10px;
}
.cart-bt button{
  padding: 4px;
  border: 1px solid black;
  background-color: black;
   color: white;
   display: flex;
   flex-basis: 100%;
   width: 100%;
   text-align: center;
   justify-content: center;
   align-items: center;
  cursor: grab;
  font-size: medium;
  border-radius: 10px;

  }
  .cont-2{
      display: none;
    }



.footer .container .row{
  display: flex;
  flex-basis: 50%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer .container .row h3{
  font-size: 15px;
  margin-top: 0px;
}
.footer .container .row p{
  color: #e9eaf0;
  font-size: 11px;
  margin-bottom: 1px;

}

.footer .container .row .social-links a{
  color: white;
  margin-right: 10px;
  font-size: 15px;
}
.footer .container .row .social-links a:hover{
  color: #fcc83f;
}
.footer .container .row ul li{
  margin-bottom: 8px;
}
.footer .copy-right{
  padding: 10px 0;
}
.footer .copy-right p{
  font-size: 13px;
}
}
/*------------STYLING FOOTER UNDER SMALL DEVICE---------------*/
@media (max-width: 900px){
    .product-div{
        grid-template-columns: 100%;
    }
    .product-div-right{
        text-align: center;
    }
    .product-rating{
        justify-content: center;
    }
    .product-description{
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .side-bar{
      display: none;
    }
    .cont-2{
      display: none;
    }
  }
  
  @media screen and (max-width: 400px){
    .btn-groups button{
        width: 100%;
        margin-bottom: 10px;
    }
  }
  /*--------------for small medias like Phones 600px--------*/
  @media screen and (max-width: 800px){
  section{
    width: 100%;
  
  }
  .all-items .item{
  width: 30%;
  
  }
  .hero .side-bar h4{
  font-size: 16px;
  padding: 11px;
  }
  .hero .side-bar i{
  margin-right: 8px;
  }
  .hero .side-bar ul li{
  padding: 10px 12px;
  }
  .sec-2 .side-bar{
  display: none;
  }
  .sec-2 .content{
  width: 100%;
  }
  .sec-3 .side-bar{
  display: none;
  }
  .sec-3 .content{
  width: 100%;
  }
  
  }

  
  





