@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary-color:#bfae32;
    --togel-bar:#8c7e29;
    --secondary-color:#20201e;
    --third-color:#5076b9;
    --background-color:#E3E3E3;
    --background-primary-color:#fff;
    --primary-font:"Syne", sans-serif;
    --secondary-font:"Bebas Neue", sans-serif;
    --text-color:#20201e;
    --text-white:#fff;
}
.col-lg-6{
  padding: 0px;
}

ul{
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
.default-size{
    padding: 50px 0px;
}
.container-fluidd{
    width: 90%;
    margin: 0 auto;
}
::-webkit-scrollbar {
    width: 3px;
}
/* Track */
::-webkit-scrollbar-track {
    background: var(--primary-color); 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--togel-bar); 
    border-radius: 100px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--text-color); 
}

.col-lg-9{
    padding: 0;
}
.col-lg-3{
    padding: 0;
}
.btn {
    --color:var(--togel-bar);
    --color2: rgb(10, 25, 30);
    padding: 15px 20px;
    background-color: black;
    border-radius: 0px;
    border: .3px solid var(--color2);
    transition: .5s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    font-weight: 300;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    text-transform: capitalize;
    color: white;
}
.btn::after, .btn::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform: skew(90deg) translate(-50%, -50%);
    position: absolute;
    inset: 50%;
    left: 25%;
    z-index: -1;
    transition: .5s ease-out;
    background-color: var(--color);
}
.btn::before {
    top: -50%;
    left: -25%;
    transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.btn:hover::before {
    transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.btn:hover::after {
    transform: skew(45deg) translate(-50%, -50%);
}
.btn:hover {
    color: var(--text-white);
    font-weight: 500;
    box-shadow: 0px 0px 14px var(--togel-bar);
}
.btn:active {
    filter: brightness(.7);
    transform: scale(.98);
}

header{
    position: relative;
    z-index: 3;
}

.top-bar{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    gap: 30px;

    align-items: center;
}
.top-header{
    background-color: var(--text-color);
}
.top-left{
    width: 50%;
    color: var(--text-color);
}
.top-left i{
    color: var(--text-white);
    padding-right: 10px;   
    /* border: 1px dotted var(--text-color);
    border-radius: 100px;
    padding: 10px;
    margin-right: 5px; */
}
.top-left a span{
    color: var(--text-white);
    font-family: var(--primary-font);

    font-size: 15px;
}
.top-left a{
    transition: 0.5s;
} 
.top-left a:hover{
    color: var(--text-white);
    text-shadow: 0px 0px 2px var(--text-white);
}
.top-right{
    width: 50%;
}
.top-right ul{
    display: inline-flex;
    float: inline-end;
}
.top-right ul li{
    display: block;
    padding: 10px;
}
.top-right ul li a{
    color: var(--text-white);
}
.top-right ul li a i{
    color: var(--text-white);
    border: 1px dotted var(--text-white);
    border-radius: 100px;
    transition: 0.5s;
    font-size: 16px;
    padding: 6px;

}
.vl {
    border-left: 1px solid var(--text-white);
    height: 25px;
    top: 10px;
    position: relative;
  }
.top-right ul li a i:hover{
     background-color: var(--primary-color);
    /* color: var(--text-white); */
    box-shadow: 0px 0px 3px var(--text-white);
}
.links-point{
    display: inline-flex;
}

.mainhead {
    background-color: var(--primary-color);
    padding:  10px 0px;
}
.links-point li a{
    padding: 5px;
    border-radius: 5px;
}
.links-point li a:hover{
    background-color: var(--primary-color);
    box-shadow: 0px 0px 3px var(--text-white);

}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 102px;
}
.mobile-icon{
    display: none;
}

.logo {
    width: 130px;
    display: inline-flex;
    align-items: center;
}
.logo img{
    width: 100%;
}

.overlay .closebtn{
    display: none;
}
.overlay {
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); */
    transition: 0.5s;
  }
  
  .overlay-content {
    display: inline-flex;
    text-align: center;
    width: 100%;
    position: relative;
  }
  
.overlay a {
    padding: 8px 13px;
    text-decoration: none;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--text-color);
    display: block;
    transition: 0.3s;
    margin: 1px;
}
  .overlay a:active{
    border-bottom: 1px dotted var(--text-color);
  }
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }

  .menu-dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .menu-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .menu-dropdown-content {
    
    display: none;
    position: absolute;
    background-color: var(--text-color);
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: left;
    z-index: 1;
  }
  #cato-desk{
    display: block;
  }
  #cato-mob{
    display: none;
  }
  .menu-dropdown-content a li{
    display: block;
  }
  .menu-dropdown-content a {
    border: none;
    color: var(--text-white);
    padding: 16px 16px;
    text-decoration: none;
    font-size: 15px;
    display: block;
  }
.bands-section a li{
  display: block;
}
  .mobdropdown-container {
    display: none;
    padding-left: 8px;
  }
  
 #special-align{
    width: 100%;
    align-items: center;
    transition: 0.2s;
    border-bottom: 1px solid rgba(82, 82, 82, 0.089);
}
  .menu-dropdown-content a:hover {background-color: #1414149c; color: var(--primary-color);}
  
  .menu-dropdown:hover .menu-dropdown-content {display: block;}
  
  .menu-dropdown:hover .menu-dropbtn {}

 .footernav{
    display: none!important;
 } 
.footernav{
    display: flex;
    justify-content: space-around;
    background-color: var(--togel-bar);
    padding: 0px;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    width: 100%;
  }

  
  .footernav .nav-item:hover{
    color:var(--text-white);
  }
  .footernav .nav-item{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--secondary-color);
    padding: 12px 16px;
    border: 1px solid var(--togel-bar);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
  }
  .footernav .nav-item .active{
    background-color: var(--togel-bar);
  }
  
  .footernav .nav-item span{
    width: 0;
    overflow: hidden;
  }
  
  .footernav .nav-item:focus{
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .2s;
  }
  
  .footernav .nav-item:focus span{
    width: 100%;
    margin-left: 8px;
    transition: .2s;
  }
  
  *:focus{
    outline: none;
    border: none;
  }


  .navbar{
    padding: 0px;
}





  /* hero-section */


  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    transition: 0.5s;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 26px;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--primary-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--primary-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }


 .home-division{
    margin: 30px 0px;
 }

  .catogery-menu {
    margin: 0px 10px;
  }
  .catogery-menu h5{
    background-color: var(--text-color);
    padding: 15px;
    font-family: var(--primary-font);
    font-size: 20px;
    color: var(--background-color);
    font-weight: 500;
    margin: 0px;
  }
  .catogery-menu ul li{
    display: block;
    border-top: 1px solid #34343434;

  }

  .catogery-menu ul  a li{
    font-size: 18px;
    font-family: var(--primary-font);
    color: var(--text-color);
    display: block;
    width: 100%;
  }
  .catogery-menu ul li  a{
    font-size: 18px;
    font-family: var(--primary-font);
    color: var(--text-color);
    padding: 11px 15px;
    display: block;
    width: 100%;
  }
  .catogery-menu ul a li:hover{
    background-color: #f1f1f1;
    color: var(--primary-color);
  }
  .catogery-menu {
    border: 1px solid #34343434;
    border-radius: 3px;
  }
  .catogery-menu ul li a button{
    width: 100%;
  }
#mobile_cato ul li{
    display: block;
}
#mobile_cato ul a li{
    font-size: 18px;
    font-family: var(--primary-font);
    color: var(--text-color);
    display: block;
    border-bottom: 1px solid var(--text-color);
    width: 100%;
}
#mobile_cato ul a li:hover{
    background-color: #f1f1f1;
  }
  
.customer-support{
    padding: 2% 0%;
    background-color: white;
    border: 1px solid #20201e3a;
}
.customer-support-data{
    display: inline-flex;
    width: 100%;
}

.customer-support-text{
    padding-left: 10px;
}
.customer-support-text h3{
    font-size: 22px;
    font-family: var(--primary-font);
    margin: 0px;
}
.customer-support-text p{
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.6;
    margin: 0px;
    font-family: var(--primary-font);
}
.customer-support-handler{
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
}

.supporthr{
    border-left: 1px solid rgba(0, 0, 0, 0.332);
    height: 47px;
}


.carthr{
    border-left: 1px solid rgba(46, 46, 46, 0.908);
    height: 30px;
}

.butons{
    display: inline-flex;
    gap: 20px;
    align-items: center;
}

.cart i{
    color: var(--text-color);
    padding: 10px;
}


.cart i:hover{
    color:var(--text-white)
}

.hero-slider img{
    object-fit: cover;
    height: 390px;
}


.modal-backdrop{
    z-index: 1;
}



.prodect-content{
    width: 100%;

}
.prodect-card{
    text-align: left;
    margin: 10px;
    box-shadow:0px -5px 5px -2px #0606065c;
    transition: 0.5s;
    cursor: pointer;
    height: 380px;
}

/* .prodect-card:hover{
    box-shadow: 0px 0px 6px 0px var(--text-color);
} */
.prodect-card p{
    margin: 0px;
    font-size: 14px;
}

.prodect-content{
    padding: 10px;
}
.prodect-content .prodect-title .cato-type{
    color: var(--text-color);    
    opacity: 0.7;
    font-size: 14px;
    font-family: var(--primary-font);
}

.prodect-title a h3{
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 18px;
}
.prodect-title a h3:hover{
    color:var(--primary-color)
}
.prodect-content p span{
    font-size: 13px;
    color: #20201e47;
    text-decoration: line-through;
}
.prodect-content h2{
  font-size: 20px!important;
}
.prodect-img-box{
    position: relative;
    width: 100%;
}
.prodect-img{
    display: block;
    width: 100%;
    height: auto;
}

.prodect-overlay{
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    text-transform: uppercase;
    color: white;
    
    border: 0px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
  }

  
.prodect-img-box:hover .prodect-overlay {
    opacity: 1;
    animation: slideInUp;
    animation-duration: 0.5;
    animation-delay: 0.2;
  }
  /* .section-handler{
    width: 50%;
    margin: 0 auto;
    text-align: center;
  } */
  .prodect-overlay  p{
    margin: 0px;
  }
  .prodect-overlay:hover{
    background-color: var(--togel-bar);
  }
.section-handler h2{
    font-size: 45px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--text-color);
    padding-bottom: 2px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-color:#7474742e;
            /* width: 40%; */
            margin: 0 auto;
  /* background: -webkit-linear-gradient(180deg, var(--text-color), var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

}

.section-handler p{
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
    margin: 10px 0px;
    opacity: 0.7;
}


.bestsale-section{
    background-color:#fbfbfb;
}

.prodect-handler .swiper {
    width: 100%;
    height: 100%;
  }

  .prodect-handler .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: block;
    justify-content: center;
    align-items: center;
  }

  .prodect-handler .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.user-bg{
    background-image: url(../img/background/01.jpg);
    background-size: cover;
    width: 100%;
    align-items: center;
    display: inline-flex;
    height: 100vh;
}

#desk{
    display: block;

}
#mobl{
    display: none;
}

.username-visible{
    display: inline-block;
}

.dropbtn {
    background-color: var(--text-color);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

.form-container {
    width: 400px;
    margin: 0 auto;
    height: auto;
    background-color: #ffffbc;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 30px;
  }
  
  .title {
    text-align: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
          "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    margin: 10px 0 30px 0;
    font-size: 28px;
    font-weight: 800;
  }
  
  .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 15px;
  }
  
  .input {
    border-radius: 20px;
    border: 1px solid #c0c0c0;
    outline: 0 !important;
    box-sizing: border-box;
    padding: 12px 15px;
  }
  
  .page-link {
    text-decoration: underline;
    margin: 0;
    text-align: end;
    color: #747474;
    text-decoration-color: #747474;
  }
  
  .page-link-label {
    cursor: pointer;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
          "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 9px;
    font-weight: 700;
  }
  
  .page-link-label:hover {
    color: #000;
  }
  
  .form-btn {
    padding: 10px 15px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
          "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    border-radius: 20px;
    border: 0 !important;
    outline: 0 !important;
    background: teal;
    color: white;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .form-btn:active {
    box-shadow: none;
  }
  
  .sign-up-label {
    margin: 0;
    font-size: 10px;
    color: #747474;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
          "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  }
  
  .sign-up-link {
    margin-left: 1px;
    font-size: 11px;
    text-decoration: underline;
    text-decoration-color: teal;
    color: teal;
    cursor: pointer;
    font-weight: 800;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
          "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  }
  
  .buttons-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 15px;
  }
  
  .apple-login-button,
      .google-login-button {
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
          rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
          "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 11px;
    gap: 5px;
  }
  
  .apple-login-button {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
  }
  
  .google-login-button {
    border: 2px solid #747474;
  }
  
  .apple-icon,
      .google-icon {
    font-size: 18px;
    margin-bottom: 1px;
  }

  .login-logo img{
    width: 100%;
  }

  .offer-bg img{
    position: relative;
    left: 0%;
    top: 0px;
    animation-duration: 1000ms;
  }
  .offer-content{
    left:6%;
    position: absolute;
  }
.offer-bg-two h3{
    color: var(--text-white);
}

.offer-handler{
  width: 100%;
}
.offer-data{
  height: 100%;
  padding: 3% 0%;
}
.offer-left{
    margin: 10px;
}
.offer-midle{

  margin: 10px;
}
.offer-right{
  margin: 10px;
}
.offer-handler img{
  height: 350px;
}
.offer-left {
  position: relative;
}
.offer-right {
  position: relative;
}
.offer-midle {
  position: relative;
}

/* Bottom right text */
.left-text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  text-align: right;
  font-size: 18px;
  color: var(--text-color);
  padding-left: 20px;
  padding-right: 20px;
}
.midle-text-block {
  position: absolute;
  bottom: 120px;
  right: 60px;
  font-size: 18px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.right-text-block{
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  text-align: right;
  font-size: 18px;
  color: var(--text-color);
  padding-left: 20px;
  padding-right: 20px;
}




footer{
  background-image: linear-gradient(45deg, var(--text-color), var(--secondary-color));
  padding: 5% 0%;
  color: var(--text-white);
}
.footer-handler{
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
}
.address-details h2{
  font-size: 22px;
  font-family: var(--primary-font);
  
}
.address-details span{
  width: 100%;
  display: grid;
  padding: 10px 0px;
}
.address-details ul li{
  display: block;
  
}
.address-details ul li {
  padding: 5px 0px;
}
.address-details ul li a{
  color: var(--text-white);
  transition: 0.5s;
  font-size: 18px;
  font-family: var(--primary-font);
}
.address-details ul li a:hover{
  padding-left: 10px;
  color: var(--primary-color);
}
.footer-left{
  width: 25%;
  padding: 0px 10px;
}

.footer-left-two{
  width: 25%;
}
.footer-middle{
  width: 25%;
}
.footer-right{
  width: 25%;
}



.second-footer{
  background-color: #000;
  padding: 20px 0px 0px 0px;
}
.second-footer .copy{
  color: var(--text-white);
  font-size: 14px;
  font-family: var(--primary-font);
  text-transform: capitalize;

}
#data{
  text-align: right;
}




.catogeries-box{

  width: 100%;
}


.catogeries {
  position: relative;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.catogeries h5{
  color: var(--secondary-color);
  font-size: 22px;
}
.catogeries img{
  border-radius: 100%;
}

.catogeries .catogeries-overlay{
  background: rgba(0, 0, 0, 0.312);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.catogeries:hover .catogeries-overlay{
  opacity: 1;
}

.catogeries-image{
  width: 100%;
}

.catogeries-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.catogeries:hover .catogeries-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.catogeries-details h3{
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.catogerie{
  padding: 3% 0%;
}
.catogeries-details p{
  color: #fff;
  font-size: 0.8em;
}



.shine-overlay {
  position: relative;
  overflow: hidden;
  
  &:hover .shine {
    display: block;
  }
}

.shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),to(rgba(255,255,255,0)));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}




.prodect-img img{
  width: 100%;
}


.prodect-content h2{
  font-size: 18px;
  color: var(--secondary-color);
  font-family: var(--primary-font);
}
.prodect-content span{
  font-size: 13px;
  color: var(--secondary-color);
  text-transform: capitalize;
}
.prodect-content p{
  color:var(--text-color)
}

.badge {
  background-color: red;
  color: white;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 5px;
}
.prodecthr{

  border-bottom: 1px solid rgba(0, 0, 0, 0.134);
  height: 07px;
}

.prodect-cart{
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0px;
}

.prodect-cart span{
  font-size: 22px;
}


.CartBtn {
  width: 140px;
  height: 40px;
  border-radius: 12px;
  border: none;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: .5s;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
}

.IconContainer {
  position: absolute;
  left: -50px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: .5s;
}

.icon {
  border-radius: 1px;
}
.menutext{
  color: var(--secondary-color);
}
.text {
  height: 100%;
  width: fit-content;
  margin:0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  z-index: 1;
  transition-duration: .5s;
  font-size: 1.04em;
  font-weight: 600;
}
.CartBtn:hover .IconContainer {
  transform: translateX(58px);
  border-radius: 40px;
  color: var(--text-white);
  transition-duration: .5s;
}
.CartBtn:hover .text {
  transform: translate(10px,0px);
  transition-duration: .5s;
}

.CartBtn:active {
  transform: scale(0.95);
  transition-duration: .5s;
}

.prodect-img{
    
  background-color: #ebebeb;
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodect-details img{
  transform: scale(1);
  transition: 0.5s;
}
.prodect-details{
  border-radius: 10px;
  background-color: var(--text-white);
  /* background-image: linear-gradient(red, yellow); */
}
.prodect-details:hover{
  color: var(--primary-color);
}



.page-banner-image h1,
    .page-banner-simple h1 {
        font-size: 28px;
    }
    .breadcrumb-bar nav,
    .page-banner-simple nav {
        float: inherit !important;
        margin: 0 auto;
        display: table;
    }
  



/* 

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }



    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */



    
.prodect-discription{
  display: inline-flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.prodect-data{
  background-color: var(--text-white);
  padding: 10px;
  border-radius: 10px;
}
.prodect-detail-description {
  padding: 10px 0px;
  width: 100%;
}
.prodect-detail-description h1{
  font-family: var(--primary-font);
  font-size: 30px;
}
.prodect-detail-description p span{
  text-decoration: line-through;
}
.prodect-detail-description .offer p i{
  padding-right: 10px;
}


.prodect-discription{
  display: inline-flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.prodect-data{
  background-color: var(--text-white);
  padding: 10px;
  border-radius: 10px;
}
.prodect-detail-description {
  padding: 10px 0px;
}
.prodect-detail-description h1{
  font-family: var(--primary-font);
  font-size: 30px;
}
.prodect-detail-description p span{
  text-decoration: line-through;
}
.prodect-detail-description .offer p i{
  padding-right: 10px;
}







.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--primary-color);
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--text-color);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--primary-color);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 1em;
  font-family: var(--primary-font);
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: var(--primary-color);
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--primary-font);
  padding: 10px;
}

.prodect-discription-cart{
  margin: 25px 0px;
}

.prodect-discription-cart .CartBtn{
  width: 100%;
  padding: 30px;
}
.prodect-detail-description .offer{
  padding: 16px;
  background-color:#f2f1f1;
  border-radius: 10px;

}
.prodect-detail-description .offer p{
margin-bottom: 0px;
}
.prodect-video{
  background-color: var(--text-white);

}
.prodect-video-handler{
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;    
  width: 100%;
}
.video-bar{
  width: 50%;
}
.prodect-video-desc{
  width: 50%;
}
.prodect-video-desc{
  padding: 40px 0px;
  color: var(--secondary-color);
  padding: 30px;
  font-family: var(--primary-font);
  font-size: 22px;
}
.prodect-video-desc h2{
  color: var(--primary-color);
}
.prodect-video-desc p{
  font-size: 15px;
}
.prodect-img img{
  width: 100%;
}




.prodect-main{
  background-color: #f2f1f1;
  padding: 10px 0px;
}
.img-magnifier-container img{
  width: 500px;
  height:500px;
}


.img-magnifier-container {
  position: relative;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 50px;
  height: 50px;
}


.imageslist{
  display:inline-flex;
}


#directions{
      position:absolute;
  right:-10px;
  background-color:white;
  color:black;
  border:none;
  top:22%;
}

#direction{
  position:absolute;
  left:-10px;
      background-color:white;
  color:black;
  border:none;
  top:22%;
}

#razorpay-affordability-widget iframe{
  width:100%;
}


#youtube-player iframe{
  width:500px;
  height:500px;
}
