*{
    margin:0px;
    padding:0px;
}
a {
    font-family: "Jost", sans-serif;
    font-size: 14px;
}
ul li a{
    font-family: "Jost", sans-serif;
}
p{
    font-family: "Jost", sans-serif;
    line-height: 28px;
    font-size: 18px;
    

}
/* scroll-to-top-button */
#button {
    display: inline-block;
    background-color: #ef8b59;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: transform 0.3s ease, color 0.3s ease; 
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease; 
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
    transform: translateY(-3px);
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  } 
  
  /* scroll-to-top */
/* button--------1-----start--- */
.btn-hero1 {
    display: inline-block;
    position: relative;
    overflow: hidden; /* Ensures background animation stays within bounds */
    /* padding: 15px 30px 15px 30px ; */
    border-radius: 0px;
    background-color: #0a0a0a;
    border-radius: 50px;
  }
  .btn-hero1 a {
    display: inline-block;
    padding: 10px 35px;
    color: rgb(255, 255, 255); /* Text color */
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease; /* Smooth text color transition */
    font-size: 16px;
    
  }
  .btn-hero1 a:hover {
    color: #000; /* Text color change on hover */
    border-color: #ff681c;
  }
  .btn-hero1:hover{
      /* border:1px solid #fff; */
  }

  .btn-hero1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f08a58;
    z-index: 0;
    transition: left 0.5s ease; /* Smooth transition for the background */
  }
  .btn-hero1:hover::before {
    left: 0; /* Moves the background to the visible area */
  }

/* button--------1--end------ */

/* button--------2---start---------- */
.btn-hero2{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 13px;
    border-radius: 0px;
    background-color: #f1a82a;
    margin-top: 16px;
  }
  .btn-hero2 a {
    display: inline-block;
    /* padding: 15px; */
    color: #000; /* Text color */
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease; /* Smooth text color transition */
    font-size: 15px;
  }
  .btn-hero2:hover a{
    color: #fff; /* Text color change on hover */
  }

  .btn-hero2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color:#000; /* Hover background color */
    z-index: 0;
    transition: left 0.5s ease; /* Smooth transition for the background */
  }
  .btn-hero2:hover::before {
    left: 0; /* Moves the background to the visible area */
  }
  .btn-hero2:hover{
    border:1px solid #000;
}

/* button-----------2------end */
.heroItem h1{
    font-family: "Jost", sans-serif;
    font-size: 65px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 9px;
    margin: 0px 0px 20px 0px;
}
.heroItem h6{
    font-family: "Jost", sans-serif;
    letter-spacing: 10px;
    margin: 0px 0px 25px 0px;
    color:#ff681c
}

@media (min-width: 992px) {
    /* Ensure dropdown spans full width */
    .dropdown:hover .dropdown-menu {
        margin-top:5px;
      display: block;
      width: 95%;
      height: 550px;
      left: 1;
      right: 0;
      position: absolute;
      box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1); /* Add shadow to the top side */
    transition: box-shadow 0.3s ease; /* Smooth animation for the shadow effect */
    }
}
.navbar-brand{
    width: 22%;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    /* margin-right: 1rem; */
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    /* margin-left: -73px; */
}

.logo{
    width: 40%;
}
.logo span{
    display: block;
}
.logo span img{
    width: 100%;
}
.bg-dark {
    background-color: #fff!important;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #f7a7a7;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(8 8 8);
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #f7a7a7;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #0f0f0fa8;
    border: var(--bs-border-width) solid rgb(249 245 245 / 12%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 0.5rem;
}
.dropdown-menu {
    /* background-image: url('https://wpbingo-uamo.myshopify.com/cdn/shop/files/before.jpg?v=1731404172');  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* color: white; */
    border: none;
}


.dropdown-menu a {
    color: rgb(61, 60, 60); 
}

.dropdown-menu a:hover {
    color: #f7a7a7;
    text-decoration: none;
}
  .shopImg{
      width: 100%;
}
.shopImg span{
      display: block;
}
  .shopImg span img{
      width: 100%;
}
  .shop1{
      position: relative;
}
  .shoplink{
      position: absolute;
      top:80%;
      left:25%;
}
  .shoplink a{
      text-decoration: none;
      font-size: 14px;
      background-color: #fff;
      padding: 10px 30px;
      color: #000;
      transition: all 0.4s ease-in-out;
}
  .shoplink a:hover{
      text-decoration: none;
      background-color: #ef8b59;
      color:#fff;
      transition: all 0.4s ease-in-out;
}
  .layOutLink ul li{
      list-style: none;
}
  .layOutLink ul li a{
      text-decoration: none;
}
.headicon {
    text-align: center; 
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.headicon i {
    font-size: 18px;
    color: #000; 
    transition: transform 0.3s ease, color 0.3s ease; 
}

.headicon:hover i {
    transform: translateY(-3px);
    color: #ff4500; 
    
}

.fetureimg4{
    width: 50%;
}
.fetureimg4 span{
    display: block;
}
.fetureimg4 span img{
    width: 100%;
}

/* End Navbar */
.heroslied{
    position: relative;
}
.heroItem{
    width: 35%;
    position: absolute;
    top:33%;
    left: 12%;
}
.heroItem p{
    margin-bottom: 40px;
}
.heroBtn a{
    text-decoration: none;
    background-color: #000;
    padding: 10px 35px 10px 35px;
    color: #fff;
    border-radius: 10px;
    

}

.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ff0000 !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-icon {
    background-image:url(../Images/left-arrow.png);
}
.carousel-control-next-icon{
    background-image:url(../Images/right-arrow.png);
}
.carousel-item{
    /* height:600px; */
}
/* End hero slied */


.card1{
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cardtxt{
    position: absolute;
    top:50%;
    left:6%;
}

.topcard{
    padding-top: 150px;
    padding-bottom: 150px;
}
.cardimg{
    width: 100%;
}
.cardimg span{
    display:block
}
.cardimg span img{
    width: 100%;
    transition: transform 0.3s ease;
}
.card1:hover .cardimg span img {
    transform: scale(1.1);
  }
.cardtxt h6{
    font-family: "Jost", sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 0px 0px 10px 0px;
    color:#ff681c;

}
.cardtxt h2{
    font-family: "Jost", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0px 0px 10px 0px;

}
.cardbtn a{
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
}
.cardbtn a:hover {
    color: #ff681c;
    transition: 0.3s ease;
  }
  /* End Top Card */
  .hotsale{
      padding-bottom: 100px;
  }
  .hotsale-top-txt{
      text-align: center
  }
  .hotsale-top-txt h1{
    font-family: "Jost", sans-serif;
    font-size: 35px;
    letter-spacing: 4px;
    margin-bottom: 50px;
  }
  .hot-product{
    position: relative;
    transition: 0.3s all ease;
  }
  .hot-pro-img{
      width: 100%;
  }
  .hot-pro-img span{
      display: block;
  }
  .hot-pro-img span img{
      width: 100%;
  }
  .hot-pro-img1{
    width: 100%;
    position: absolute;
    top:0%;
    left:0%;
    opacity: 0;
    overflow: hidden;
    

}
.hot-product:hover .hot-pro-img1{
    transition: 0.3s all ease;
    transform: scale(1);
    opacity: 1;
    cursor: pointer;
}
.hot-product:hover .hoticon1 i{
    opacity: 1;
    transition: 0.5s all ease;
}
.hoticon1 i:hover{
    background-color: #f08a58;
    cursor: pointer;
    transition: 0.5s all ease;
}
.hot-product:hover .hoticon2 i{
    opacity: 1;
    transition: 0.5s all ease;
}
.hoticon2 i:hover{
    background-color: #f08a58;
    cursor: pointer;
    transition: 0.5s all ease;
}
.hot-product:hover .hoticon3 i{
    opacity: 1;
    transition: 0.5s all ease;
}
.hoticon3 i:hover{
    background-color: #f08a58;
    cursor: pointer;
    transition: 0.5s all ease;
}
.hot-product:hover .hoticon4 i{
    opacity: 1;
    transition: 0.5s all ease;
}
.hoticon4 i:hover{
    background-color: #f08a58;
    cursor: pointer;
    transition: 0.5s all ease;
}

.hot-pro-img1 span{
    display: block;
}
.hot-pro-img1 span img{
    width: 100%;
}
  .hot-pro-txt h6 span{
      text-decoration: line-through;
  }
  .txt-col{
    color:#027035;
    text-decoration: none !important;
  }
  .hot-pro-txt{
      margin-top: 30px;
  }
  .hot-pro-txt h5{
    font-family: "Jost", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .hot-pro-txt h6{
    font-family: "Jost", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .hoticon1 i{
      background-color: #ffffff;
      padding: 12px 16px;
      border-radius: 5px;
      font-size: 18px;
      opacity: 0;
      transition: 0.5s all ease;
     
  }
  .hoticon2 i{
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 18px;
    opacity: 0;
    transition: 0.5s all ease;
   
}
.hoticon3 i{
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 18px;
    opacity: 0;
    transition: 0.5s all ease;
   
}
.hoticon4 i{
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 18px;
    opacity: 0;
    transition: 0.5s all ease;
   
}
  .hoticon1{
      
      top:0%;
      left:0%
      
  }
  .hot-icon{
      width: 65%;
      position: absolute;
      top:70%;
      left:15%;
      
  }
  .offtxt h6{
    width: 25%;
    position: absolute;
    top: 5%;
    left: 10%;
    background-color: #ff0000;
    padding: 4px;
    color: #fff;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    border-radius: 15px;
    text-align: center;
  }
  .outoff h6{
    width: 45%;
    position: absolute;
    top:5%;
    left:10%;
    background-color: #ffffff;
    padding: 4px;
    color: red;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    text-align: center;
}
  .hot-product{
      position: relative;
      margin-bottom: 100px;
  }



/* Apply heartbeat effect on hover */
.hoticon1 i:hover {
    animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
    color: #fff;
}
.hoticon2 i:hover {
    animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
    color: #fff;
}
.hoticon3 i:hover {
    animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
    color: #fff;
}
.hoticon4 i:hover {
    animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
    color: #fff;
}


/* Keyframe for heartbeat effect */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1); /* Slightly enlarge the icon */
    }
    50% {
        transform: scale(1); /* Return to original size */
    }
    75% {
        transform: scale(1.1); /* Slightly enlarge the icon again */
    }
    100% {
        transform: scale(1); /* Return to original size */
    }
}
/* 2 */
/* Apply heartbeat effect on hover */

/* End Hot seal */
.deal{
    padding-top:20px;
    padding-bottom: 150px;
}
.left-txt h1{
    font-size: 45px;
    font-family: "Jost", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 20px;

}
.left-txt p{
    color:#868686;
    margin-bottom: 40px;
}

.left-img-box{
    height: 514px;
    background-color: #b0b0b0;
    position: relative;
    width: 95%;
}
.left-img{
    width: 86%;
    position: absolute;
    top: 10%;
    left: 42%;
}
.left-img span{
    display: block;
}
.left-img span img{
    width: 100%;
}
.left-box-txt1 h6{
    position: absolute;
    top:15%;
    left:10%;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color:#fff;
}
.left-box-txt2 h2{
    position: absolute;
    top:23%;
    left:10%;
    font-family: "Jost", sans-serif;
    font-size: 32px;
  
}
.leftbtn{
    top:40%;
    left:10%;
}
.right-img{
    width: 100%;
}
.right-img span{
    display: block;
}
.right-img span img{
    width: 90%;
    margin-left: 60px;
}
.right-box{
    margin-left: 62px;
    border: 1px solid #ccc;
    margin-top: 39px;
    padding: 50px;
    width: 90%;
    margin-bottom: 75px;
    
}
.right-box-txt h6{
    
    font-family: "Jost", sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    text-align: center;
    color:#ff681c;
}
.right-box-txt h2{
    text-align: center;
    font-family: "Jost", sans-serif;
}
.form-control {
    
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da00;
    border-bottom: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 36px;
    /* border-radius: .25rem; */
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.bott-img{
    width: 35%;
}
.bott-img span{
    display: block;
}
.bott-img span img{
    width: 100%;
}
.bott-txt{
    margin-left: -96px;
}
.bott-txt h6{
    font-family: "Jost", sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
}
.bott-txt a{
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-family: "Jost", sans-serif;
    letter-spacing: 2px;
}
.bott-txt a:hover{
    color: #ff681c;

}
.bt-lo{
    padding: 75px 0px 25px 0px;
}
.countdown {
    display: flex;
    gap: 10px;
    text-align: center;
    position: absolute;
    top:75%;
    left:8%;
  }
  .countdown div {
    background: #070707;
    color: white;
    padding: 8px 14px;
    /* border-radius: 10px; */
  }
  .countdown div span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    font-family: "Jost", sans-serif;
  }
  .countdown div small {
    font-size: 12px;
  }
/* End deals */
.parallax-window {
    min-height: 450px;
    background: transparent;
}
.half-price{
    position: relative;

}
.paralax-txt{
    position: absolute;
    margin-top: 100px;
    left: 60%;
    width: 50%;
}
.paralax-txt h1{
    font-family: "Gloria Hallelujah", serif;
    font-weight: 800;
    font-size: 75px;
    margin-bottom: 20px;
    color: rgb(219, 49, 49);
}
.paralax-txt h6 {
    font-size: 35px;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 34px;
}
.paralax-txt a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: "Jost", sans-serif;
    letter-spacing: 3px;
   
}
/* end paralax */
.product-tabs{
    padding-top: 150px;
    padding-bottom: 150px;
}
.tab-top-txt{
    margin-bottom: 50px;
    font-family: "Jost", sans-serif;
    font-size: 45px;

}
.tab-control{
    margin-left: 265px;
}
.tab-btn{
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin-top: 12px;
    /* margin-bottom: 100px; */
}
.tab-btn a{
    text-decoration: none;
    
}



.link1 a{
     /* padding: 10px 20px 10px 20px; */
    border-radius: 10px;
    font-size: 20px;
    color: black;
    font-weight: 600;
    transition: 0.2s all ease-in-out;
    font-family: "Jost", sans-serif;
    
}
.link1 a:hover{
    color:  #f08a58;
    transition: 0.2s all ease-in-out;
}


.link2 a{
    /* padding: 10px 20px 10px 20px; */
   border-radius: 10px;
   font-size: 20px;
   color:#f08a58;
   font-weight: 600;
   transition: 0.2s all ease-in-out;
   font-family: "Jost", sans-serif;
   
}
/* end tab */
.card-add{
    /* padding-top: 100px; */
    padding-bottom: 150px;
}
.left-card-add{
    position: relative;
    
}
.left-card-img{
    width: 100%;
    
}
.left-card-img span{
    display: block;
}
.left-card-img span img{
    width: 100%;
   
}
.left-card-txt h6{
    position: absolute;
    top:16%;
    left:14%;
    /* text-align: center; */
    font-family: "Jost", sans-serif;
    letter-spacing: 4px;
    font-size:13px;
    color: #000;
}
.left-card-txt h1{
    position: absolute;
    top:22%;
    left:14%;
    /* text-align: center; */
    color:#fff;
    font-family: "Jost", sans-serif;
}
.left-card-txt a{
    position: absolute;
    top:40%;
    left:14%;
    /* text-align: center; */
    color:#fff;
    text-decoration: none;
    font-family: "Jost", sans-serif;
    transition: all 0.3 ease-in;
    font-size: 18px;
    letter-spacing: 3px;
}
.left-card-txt a:hover{
    color:#000;
    transition: all 0.3s ease-in;
}
.right-top-img{
    width: 100%;
}
.right-top-img span{
    display: block;
}
.right-top-img span img{
    width: 100%;
}
.right-top{
    position: relative;
    margin-bottom: 28px;
}
.right-top-txt h6{
    top:20%;
    left:12%;
    position: absolute;
    color:#000;
    font-family: "Jost", sans-serif;
    letter-spacing: 4px;
    font-size:13px;

}
.right-top-txt h1{
    top:30%;
    left:12%;
    position: absolute;
    color:#fff;
    font-family: "Jost", sans-serif;
}
.right-top-txt a{
    top:70%;
    left:12%;
    position: absolute;
    color:#fff;
    text-decoration: none;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    transition: all 0.3s ease-in;
    letter-spacing: 3px;
    
}
.right-top-txt a:hover{
    color:#000;
    transition: all 0.3s ease-in;
}
/* end add */
.tranding{
    padding-bottom: 50px;
    font-family: "Jost", sans-serif;
}
.tranding-top-txt h1{
    margin-bottom: 40px;
    font-family: "Jost", sans-serif;
    font-size: 45px;
}

/* Position the owl-prev (previous) button to the left */
/* Position the owl-prev (previous) button to the left */
.owl-stage-outer {
    position: relative;
  }
  
  .owl-prev,
  .owl-next {
    position: absolute;
    top: 35%; /* Vertically center the buttons */
    transform: translateY(-50%); /* Ensure vertical centering */
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333; /* Change background color if needed */
    color: white; /* Button text color */
    border: none;
    cursor: pointer;
    font-size: 33px !important; /* Increase font size */
    width: 50px; /* Set a fixed width */
    height: 50px; /* Set a fixed height */
    border-radius: 50%; /* Make the buttons circular (optional) */
  }
  
  /* Position the owl-prev button to the left */
  .owl-prev {
    left: 0; /* Align it to the left side */
  }
  
  /* Position the owl-next button to the right */
  .owl-next {
    right: 0; /* Align it to the right side */
  }
  /* end tranding */
  
  
   .offring{
    padding-top:150px;
    padding-bottom: 150px; 
    background-image: url('../images/background-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #000; */
    /* height: 800px; */
    width: 100%;
   }
   .offring-txt {
    width: 100%;
    /* margin-left: 148px; */
  }
   
   .offring-txt h6{
       color:#fff;
       font-family: "Jost", sans-serif;
       letter-spacing: 3px;
       font-size: 16px;
       margin-bottom: 10px;
       margin-bottom: 20px;
   }
   .offring-txt h1{
    color:#fff;
    font-family: "Jost", sans-serif;
    /* letter-spacing: 3px; */
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 54px;
}
.offring p{
    color:#fff;
    margin-bottom: 32px;

}
.offring-txt a{
    text-decoration: none;
    font-family: "Jost", sans-serif;
    letter-spacing: 3px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    transition: all 0.3s ease-in;

}
.offring-txt a:hover{
    color:#000;
    transition: all 0.3s ease-in;
}
/* end offring */

.brand{
    padding: 100px 0px 50px 0px;
}
.brand-line{
    margin-bottom: 100px;
}
/* end brand */
.blog{
    padding: 50px 0px 100px 0px;
}
.blog-top-txt h1{
    font-family: "Jost", sans-serif;
    font-size: 35px;
    letter-spacing: 4px;
    margin-bottom: 50px;
}
.blog-left-img{
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-left-img span{
    display: block;
}
.blog-left-img img{
    width: 100%;
    height: 400px;
    transition: transform 0.3s ease;
}
.blog-left:hover .blog-left-img span img{
    transform: scale(1.1);
    cursor: pointer;
}
.blog-right:hover .blog-right-img span img{
    transform: scale(1.1);
    cursor: pointer;
}
.blog-left{
    position: relative;
}
.blog-left-txt h6{
    position: absolute;
    top:5%;
    left:5%;
    background-color:#fff;
    padding:4px 10px 4px 10px;
    font-size: 13px;
    letter-spacing: 3px;
    font-family: "Jost", sans-serif;
}
.blog-mid-txt{
    padding: 40px 15px 30px 15px;
}
.blog-mid-txt h6{
    font-size: 13px;
    letter-spacing: 3px;
    font-family: "Jost", sans-serif;
    margin-bottom: 20px;
}
.blog-mid-txt h2{
    font-size: 25px;
    letter-spacing: 4px;
    font-family: "Jost", sans-serif;
    margin-bottom: 20px;
}
.blog-mid-txt p{
    margin-bottom: 20px;
    color: #0f0f0fa8;
}
.blog-mid-txt a{
    font-size: 13px;
    letter-spacing: 0px;
    font-family: "Jost", sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease-in;
}
.blog-mid-txt a:hover{
    color: #ff8243;
    transition: all 0.3s ease-in;
}
.blog-right-img{
    width: 100%;
}
.blog-right-img span{
    display: block;
}
.blog-right-img span img{
    width: 100%;
    height: 400px;
    transition: transform 0.3s ease;
}
.blog-right{
    position: relative;
}
.blog-right-txt h6{
    position: absolute;
    top:5%;
    left:5%;
    background-color:#fff;
    padding:4px 10px 4px 10px;
    font-size: 13px;
    letter-spacing: 3px;
    font-family: "Jost", sans-serif;
}
/* end blog */
.top-footer{
    padding: 50px 0px 0px 0px;
}
.footer-logo{
    width: 50%;
}
.footer-logo span{
    display: block;
}
.footer-logo span img{
    width: 100%;
}
.footerSocial{
    width: 25%;;
}
.footerSocial i{
    font-size: 16px;
    color:#fff;
    padding:10px; 
    background-color:#1a1a1a;
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
    margin-left:-8px;
}
.footerSocial i:hover{
    /* color: #e8a128; */
    transition: 0.5s all ease-in-out;
    background-color: #ef8b59;
    cursor: pointer;
}
.company-txt h2 {
    font-family: "Jost", sans-serif;
    font-size: 21px;
}
.company-txt li {
    list-style: none;
}
.company-txt li a{
    text-decoration: none;
    color: #868686;
    font-size: 18px;
    transition: all 0.3s ease-in;
}
.product-txt h2 {
    font-family: "Jost", sans-serif;
    font-size: 21px;
}
.product-txt li {
    list-style: none;
}
.product-txt li a{
    text-decoration: none;
    color: #868686;
    font-size: 18px;
    transition: all 0.3s ease-in;
}
.product-txt li a:hover{
    color:#ef8b59;
    transition: all 0.3s ease-in;
}
.company-txt li a:hover{
    color:#ef8b59;
    transition: all 0.3s ease-in;
}
.coustomer-care h6{
    color: #868686;
    font-size: 16px;
}
.coustomer-care h2{
    font-family: "Jost", sans-serif;
    font-size: 21px;
}
.coustomer-care h5{
    font-family: "Jost", sans-serif;
    font-size: 18px;

}
.follow h2{
    font-family: "Jost", sans-serif;
    font-size: 21px;
    margin-bottom: 20px;
}
.address h6{
    font-family: "Jost", sans-serif;
    font-size: 16px;
    margin-top: 22px;
}
.footer-bottom{
    padding-top: 10px;;
}
.top-footer-item{
    margin-bottom: 50px;
}
.paymentcard{
    margin-left: 238px;
}
/* end fotter */

/* Tab View */
@media only screen and (max-device-width:768px) {
    *{
        margin:0px;
        padding:0px;
    }
    a {
        font-family: "Jost", sans-serif;
        font-size: 14px;
    }
    ul li a{
        font-family: "Jost", sans-serif;
    }
    p{
        font-family: "Jost", sans-serif;
        line-height: 28px;
        font-size: 18px;
        
    
    }
    /* scroll-to-top-button */
    #button {
        display: inline-block;
        background-color: #ef8b59;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, 
          opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        transition: transform 0.3s ease, color 0.3s ease; 
      }
      #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
        transition: transform 0.3s ease, color 0.3s ease; 
      }
      #button:hover {
        cursor: pointer;
        background-color: #333;
        transform: translateY(-3px);
      }
      #button:active {
        background-color: #555;
      }
      #button.show {
        opacity: 1;
        visibility: visible;
      }
      @media (min-width: 500px) {
        .content {
          width: 43%;
        }
        #button {
          margin: 30px;
        }
      } 
      
      /* scroll-to-top */
    /* button--------1-----start--- */
    .btn-hero1 {
        display: inline-block;
        position: relative;
        overflow: hidden; /* Ensures background animation stays within bounds */
        /* padding: 15px 30px 15px 30px ; */
        border-radius: 0px;
        background-color: #0a0a0a;
        border-radius: 50px;
      }
      .btn-hero1 a {
        display: inline-block;
        padding: 10px 25px;
        color: rgb(255, 255, 255); /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 13px;
        
      }
      .btn-hero1 a:hover {
        color: #000; /* Text color change on hover */
        border-color: #ff681c;
      }
      .btn-hero1:hover{
          /* border:1px solid #fff; */
      }
    
      .btn-hero1::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #f08a58;
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
      }
      .btn-hero1:hover::before {
        left: 0; /* Moves the background to the visible area */
      }
    
    /* button--------1--end------ */
    
    /* button--------2---start---------- */
    .btn-hero2{
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 13px;
        border-radius: 0px;
        background-color: #f1a82a;
        margin-top: 16px;
      }
      .btn-hero2 a {
        display: inline-block;
        /* padding: 15px; */
        color: #000; /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 15px;
      }
      .btn-hero2:hover a{
        color: #fff; /* Text color change on hover */
      }
    
      .btn-hero2::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:#000; /* Hover background color */
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
      }
      .btn-hero2:hover::before {
        left: 0; /* Moves the background to the visible area */
      }
      .btn-hero2:hover{
        border:1px solid #000;
    }
    
    /* button-----------2------end */
    .heroItem h1{
        font-family: "Jost", sans-serif;
        font-size: 25px;
        line-height: 36px;
        font-weight: 500;
        letter-spacing: 9px;
        margin: 0px 0px 10px 0px;
    }
    .sideicon{
        margin-left: 554px;
    }
    .heroItem h6{
        font-family: "Jost", sans-serif;
        letter-spacing: 8px;
        margin: 0px 0px 10px 0px;
        color:#ff681c;
        font-size: 12px;
    }
    
    /* @media (min-width: 992px) {
        
        .dropdown:hover .dropdown-menu {
            margin-top:5px;
          display: block;
          width: 95%;
          height: 550px;
          left: 1;
          right: 0;
          position: absolute;
          box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1); 
        transition: box-shadow 0.3s ease;
        }
    } */
    .navbar-brand{
        width: 22%;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        /* margin-right: 1rem; */
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        margin-left: 10px;
    }
    
    .logo{
        width: 40%;
    }
    .logo span{
        display: block;
    }
    .logo span img{
        width: 100%;
    }
    .bg-dark {
        background-color: #fff!important;
    }
    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
        color: #f7a7a7;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgb(8 8 8);
    }
    .navbar-dark .navbar-nav .nav-link:hover{
        color: #f7a7a7;
    }
    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: #0f0f0fa8;
        border: var(--bs-border-width) solid rgb(249 245 245 / 12%);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: 0.5rem;
    }
    .dropdown-menu {
        /* background-image: url('https://wpbingo-uamo.myshopify.com/cdn/shop/files/before.jpg?v=1731404172');  */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        /* color: white; */
        border: none;
    }
    
    
    .dropdown-menu a {
        color: rgb(61, 60, 60); 
    }
    
    .dropdown-menu a:hover {
        color: #f7a7a7;
        text-decoration: none;
    }
      .shopImg{
          width: 100%;
    }
    .shopImg span{
          display: block;
    }
      .shopImg span img{
          width: 100%;
    }
      .shop1{
          position: relative;
    }
      .shoplink{
          position: absolute;
          top:80%;
          left:25%;
    }
      .shoplink a{
          text-decoration: none;
          font-size: 14px;
          background-color: #fff;
          padding: 10px 30px;
          color: #000;
          transition: all 0.4s ease-in-out;
    }
      .shoplink a:hover{
          text-decoration: none;
          background-color: #ef8b59;
          color:#fff;
          transition: all 0.4s ease-in-out;
    }
      .layOutLink ul li{
          list-style: none;
    }
      .layOutLink ul li a{
          text-decoration: none;
    }
    .headicon {
        text-align: center; 
        transition: transform 0.3s ease, color 0.3s ease;
        cursor: pointer;
    }
    
    .headicon i {
        font-size: 18px;
        color: #000; 
        transition: transform 0.3s ease, color 0.3s ease; 
    }
    
    .headicon:hover i {
        transform: translateY(-3px);
        color: #ff4500; 
        
    }
    
    .fetureimg4{
        width: 50%;
    }
    .fetureimg4 span{
        display: block;
    }
    .fetureimg4 span img{
        width: 100%;
    }
    
    /* End Navbar */
    .heroslied{
        position: relative;
    }
    .heroItem{
        width: 46%;
        position: absolute;
        top:12%;
        left: 10%;
    }
    .heroItem p{
        margin-bottom: 33px;
        font-size: 14px;
        line-height: 18px;
    }
    .heroBtn a{
        text-decoration: none;
        background-color: #000;
        padding: 10px 35px 10px 35px;
        color: #fff;
        border-radius: 10px;
        
    
    }
    
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4%;
        padding: 0;
        color: #ff0000 !important;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }
    .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4%;
        padding: 0;
        color: #ff0000 !important;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }
    
    .carousel-control-prev-icon {
        background-image:url(../Images/left-arrow.png);
        font-size: 1px;
    }
    .carousel-control-next-icon{
        background-image:url(../Images/right-arrow.png);
    }
    .carousel-item{
        height:350px;
    }
    /* End hero slied */
    
    
    .card1{
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .cardtxt{
        position: absolute;
        top:36%;
        left:6%;
    }
    
    .topcard{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .cardimg{
        width: 100%;
    }
    .cardimg span{
        display:block
    }
    .cardimg span img{
        width: 100%;
        transition: transform 0.3s ease;
    }
    .card1:hover .cardimg span img {
        transform: scale(1.1);
      }
    .cardtxt h6{
        font-family: "Jost", sans-serif;
        font-size: 13px;
        letter-spacing: 4px;
        margin: 0px 0px 10px 0px;
        color:#ff681c;
    
    }
    .cardtxt h2{
        font-family: "Jost", sans-serif;
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0px 0px 10px 0px;
    
    }
    .cardbtn a{
        text-decoration: none;
        color: #000;
        transition: 0.3s ease;
    }
    .cardbtn a:hover {
        color: #ff681c;
        transition: 0.3s ease;
      }
      /* End Top Card */
      .hotsale{
          padding-bottom: 50px;
      }
      .hotsale-top-txt{
          text-align: center
      }
      .hotsale-top-txt h1{
        font-family: "Jost", sans-serif;
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 50px;
      }
      .hot-product{
        position: relative;
        transition: 0.3s all ease;
      }
      .hot-pro-img{
          width: 100%;
      }
      .hot-pro-img span{
          display: block;
      }
      .hot-pro-img span img{
          width: 100%;
      }
      .hot-pro-img1{
        width: 100%;
        position: absolute;
        top:0%;
        left:0%;
        opacity: 0;
        overflow: hidden;
        
    
    }
    .hot-product:hover .hot-pro-img1{
        transition: 0.3s all ease;
        transform: scale(1);
        opacity: 1;
        cursor: pointer;
    }
    .hot-product:hover .hoticon1 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon1 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    .hot-product:hover .hoticon2 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon2 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    .hot-product:hover .hoticon3 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon3 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    .hot-product:hover .hoticon4 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon4 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    
    .hot-pro-img1 span{
        display: block;
    }
    .hot-pro-img1 span img{
        width: 100%;
    }
      .hot-pro-txt h6 span{
          text-decoration: line-through;
      }
      .txt-col{
        color:#027035;
        text-decoration: none !important;
      }
      .hot-pro-txt{
          margin-top: 30px;
      }
      .hot-pro-txt h5{
        font-family: "Jost", sans-serif;
        font-size: 13px;
        letter-spacing: 2px;
      }
      .hot-pro-txt h6{
        font-family: "Jost", sans-serif;
        font-size: 13px;
        letter-spacing: 2px;
      }
      .hoticon1 i{
          background-color: #ffffff;
          padding: 12px 16px;
          border-radius: 5px;
          font-size: 18px;
          opacity: 0;
          transition: 0.5s all ease;
         
      }
      .hoticon2 i{
        background-color: #ffffff;
        padding: 12px 16px;
        border-radius: 5px;
        font-size: 18px;
        opacity: 0;
        transition: 0.5s all ease;
       
    }
    .hoticon3 i{
        background-color: #ffffff;
        padding: 12px 16px;
        border-radius: 5px;
        font-size: 18px;
        opacity: 0;
        transition: 0.5s all ease;
       
    }
    .hoticon4 i{
        background-color: #ffffff;
        padding: 12px 16px;
        border-radius: 5px;
        font-size: 18px;
        opacity: 0;
        transition: 0.5s all ease;
       
    }
      .hoticon1{
          
          top:0%;
          left:0%
          
      }
      .hot-icon{
          width: 65%;
          position: absolute;
          top:70%;
          left:15%;
          
      }
      .offtxt h6{
          width: 25%;
          position: absolute;
          top:5%;
          left:10%;
          background-color: #ff0000;
          padding: 4px;
          color: #fff;
          font-size: 14px;
          font-family: "Jost", sans-serif;
          border-radius: 15px;
          text-align: center;
      }
      .outoff h6{
        width: 45%;
        position: absolute;
        top:5%;
        left:10%;
        background-color: #ffffff;
        padding: 4px;
        color: red;
        font-size: 14px;
        font-family: "Jost", sans-serif;
        text-align: center;
    }
      .hot-product{
          position: relative;
          margin-bottom: 50px;
          text-align: center;
      }
    
    
    
    /* Apply heartbeat effect on hover */
    .hoticon1 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    .hoticon2 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    .hoticon3 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    .hoticon4 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    
    
    /* Keyframe for heartbeat effect */
    @keyframes heartbeat {
        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.1); /* Slightly enlarge the icon */
        }
        50% {
            transform: scale(1); /* Return to original size */
        }
        75% {
            transform: scale(1.1); /* Slightly enlarge the icon again */
        }
        100% {
            transform: scale(1); /* Return to original size */
        }
    }
    /* 2 */
    /* Apply heartbeat effect on hover */
    
    /* End Hot seal */
    .deal{
        padding-top:0px;
        padding-bottom: 50px;
    }
    .left-txt h1{
        font-size: 30px;
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
        margin-bottom: 20px;
    
    }
    .left-txt p{
        color: #868686;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    }
    
    
    .left-img-box{
        height: 280px;
        background-color: #b0b0b0;
        position: relative;
        width: 100%;
    }
    .left-img{
        width: 62%;
        position: absolute;
        top: 10%;
        left: 68%;
    }
    .left-img span{
        display: block;
    }
    .left-img span img{
        width: 100%;
    }
    .left-box-txt1 h6{
        position: absolute;
        top:10%;
        left:10%;
        font-family: "Jost", sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        color:#fff;
    }
    .left-box-txt2 h2{
        position: absolute;
        top:23%;
        left:10%;
        font-family: "Jost", sans-serif;
        font-size: 24px;
      
    }
    .leftbtn{
        top:47%;
        left:10%;
    }
    .right-img{
        width: 100%;
    }
    .right-img span{
        display: block;
    }
    .right-img span img{
        width: 100%;
        margin-left: 0px;
    }
    .right-box{
        margin-left: 0px;
        border: 1px solid #ccc;
        margin-top: 39px;
        padding: 25px;
        width: 100%;
        margin-bottom: 0px;
        
    }
    .right-box-txt h6{
        
        font-family: "Jost", sans-serif;
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
        color:#ff681c;
    }
    .right-box-txt h2{
        text-align: center;
        font-family: "Jost", sans-serif;
        font-size: 18px;
    }
    .form-control {
        
        width: 100%;
        padding: .375rem .75rem;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da00;
        border-bottom: 1px solid #ccc;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-top: 36px;
        /* border-radius: .25rem; */
        /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
    }
    
    .bott-img{
        width: 35%;
        margin-left: 25px;
    }
    .bott-img span{
        display: block;
    }
    .bott-img span img{
        width: 100%;
    }
    .bott-txt{
        margin-left: -76px;
        /* text-align: center; */
    }
    .bottom-logo{
        margin-bottom: 30px;
    }
    .bott-txt h6{
        font-family: "Jost", sans-serif;
        letter-spacing: 2px;
        font-size: 15px;
        font-weight: 600;
    }
    .bott-txt a{
        text-decoration: none;
        color: #000;
        font-size: 12px;
        font-family: "Jost", sans-serif;
        letter-spacing: 2px;
    }
    .bott-txt a:hover{
        color: #ff681c;
    
    }
    .bt-lo{
        padding: 70px 0px 0px 0px;
    }
    .countdown {
        display: flex;
        gap: 10px;
        text-align: center;
        position: absolute;
        top:76%;
        left:8%;
      }
      .countdown div {
        background: #070707;
        color: white;
        padding: 4px 8px;
        border-radius: 10px;
      }
      .countdown div span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        font-family: "Jost", sans-serif;
      }
      .countdown div small {
        font-size: 12px;
      }
    /* End deals */
    .parallax-window {
        min-height: 325px;
        background: transparent;
    }
    .half-price{
        position: relative;
    
    }
    .paralax-txt{
        position: absolute;
       margin-top: 78px;
        left: 58%;
        width: 45%;
    }
    .paralax-txt h1{
        font-family: "Gloria Hallelujah", serif;
        font-weight: 800;
        font-size: 40px;
        margin-bottom: 20px;
        color: rgb(219, 49, 49);
    }
    .paralax-txt h6 {
        font-size: 25px;
        margin-bottom: 20px;
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
        margin-bottom: 34px;
    }
    .paralax-txt a{
        text-decoration: none;
        color: #000;
        font-size: 20px;
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
       
    }
    /* end paralax */
    .product-tabs{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tab-top-txt{
        margin-bottom: 50px;
        font-family: "Jost", sans-serif;
        font-size: 30px;
    
    }
    .tab-control{
        margin-left: 25px;
    }
    .tab-btn{
        width: 100%;
        display:flex;
        justify-content: space-between;
        margin-top: 12px;
        /* margin-bottom: 100px; */
    }
    .tab-btn a{
        text-decoration: none;
        
    }
    
    
    
    .link1 a{
         /* padding: 10px 20px 10px 20px; */
        border-radius: 10px;
        font-size: 17px;
        color: black;
        font-weight: 600;
        transition: 0.2s all ease-in-out;
        font-family: "Jost", sans-serif;
        
    }
    .link1 a:hover{
        color:  #f08a58;
        transition: 0.2s all ease-in-out;
    }
    
    
    .link2 a{
        /* padding: 10px 20px 10px 20px; */
       border-radius: 10px;
       font-size: 17px;
       color:#f08a58;
       font-weight: 600;
       transition: 0.2s all ease-in-out;
       font-family: "Jost", sans-serif;
       
    }
    /* end tab */
    .card-add{
        /* padding-top: 100px; */
        padding-bottom: 50px;
    }
    .left-card-add{
        position: relative;
        
    }
    .left-card-img{
        width: 100%;
        
    }
    .left-card-img span{
        display: block;
    }
    .left-card-img span img{
        width: 100%;
       
    }
    .left-card-txt h6{
        position: absolute;
        top:16%;
        left:14%;
        /* text-align: center; */
        font-family: "Jost", sans-serif;
        letter-spacing: 4px;
        font-size:12px;
        color: #000;
    }
    .left-card-txt h1{
        position: absolute;
        top:22%;
        left:14%;
        /* text-align: center; */
        color:#fff;
        font-family: "Jost", sans-serif;
        font-size: 25px;
    }
    .left-card-txt a{
        position: absolute;
        top:46%;
        left:14%;
        /* text-align: center; */
        color:#fff;
        text-decoration: none;
        font-family: "Jost", sans-serif;
        transition: all 0.3 ease-in;
        font-size: 12px;
        letter-spacing: 3px;
    }
    .left-card-txt a:hover{
        color:#000;
        transition: all 0.3s ease-in;
    }
    .right-top-img{
        width: 100%;
    }
    .right-top-img span{
        display: block;
    }
    .right-top-img span img{
        width: 100%;
    }
    .right-top{
        position: relative;
        margin-bottom: 16px;
    }
    .right-top-txt h6{
        top:20%;
        left:12%;
        position: absolute;
        color:#000;
        font-family: "Jost", sans-serif;
        letter-spacing: 4px;
        font-size:12px;
    
    }
    .right-top-txt h1{
        top:30%;
        left:12%;
        position: absolute;
        color:#fff;
        font-family: "Jost", sans-serif;
        font-size: 25px
    }
    .right-top-txt a{
        top:78%;
        left:12%;
        position: absolute;
        color:#fff;
        text-decoration: none;
        font-family: "Jost", sans-serif;
        font-size: 12px;
        transition: all 0.3s ease-in;
        letter-spacing: 3px;
        
    }
    .right-top-txt a:hover{
        color:#000;
        transition: all 0.3s ease-in;
    }
    /* end add */
    .tranding{
        padding-bottom: 0px;
        font-family: "Jost", sans-serif;
    }
    .tranding-top-txt h1{
        margin-bottom: 40px;
        font-family: "Jost", sans-serif;
        font-size: 30px;
    }
    
    /* Position the owl-prev (previous) button to the left */
    /* Position the owl-prev (previous) button to the left */
    .owl-stage-outer {
        position: relative;
      }
      
      .owl-prev,
      .owl-next {
        position: absolute;
        top: 35%; /* Vertically center the buttons */
        transform: translateY(-50%); /* Ensure vertical centering */
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #333; /* Change background color if needed */
        color: white; /* Button text color */
        border: none;
        cursor: pointer;
        font-size: 33px !important; /* Increase font size */
        width: 50px; /* Set a fixed width */
        height: 50px; /* Set a fixed height */
        border-radius: 50%; /* Make the buttons circular (optional) */
      }
      
      /* Position the owl-prev button to the left */
      .owl-prev {
        left: 0; /* Align it to the left side */
      }
      
      /* Position the owl-next button to the right */
      .owl-next {
        right: 0; /* Align it to the right side */
      }
      /* end tranding */
      
      
       .offring{
        padding-top:35px;
        padding-bottom: 35px; 
        background-image: url('../images/background-1.webp');
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: #000; */
        /* height: 800px; */
        width: 100%;
       }
       .offring-txt{
           width: 100%;
           width: 100%;
    margin-left: -100px;
    background-color: #4a47474d;
    padding: 20px;

       }
       .offring-txt h6{
           color:#fff;
           font-family: "Jost", sans-serif;
           letter-spacing: 3px;
           font-size: 12px;
           margin-bottom: 10px;
           margin-bottom: 20px;
       }
       .offring-txt h1{
        color:#fff;
        font-family: "Jost", sans-serif;
        /* letter-spacing: 3px; */
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .offring p{
        color:#fff;
        margin-bottom: 32px;
        font-size: 16px
    
    }
    .offring-txt a{
        text-decoration: none;
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
        transition: all 0.3s ease-in;
    
    }
    .offring-txt a:hover{
        color:#000;
        transition: all 0.3s ease-in;
    }
    /* end offring */
    
    .brand{
        padding: 50px 0px 0px 0px;
    }
    .brand-line{
        margin-bottom: 75px;
    }
    .brand-img{
        width:90%;
    }
    .brand-img span{
        display:block;
    }
    .brand-img span img{
        width: 100%;
    }
    /* end brand */
    .blog{
        padding: 50px 0px 0px 0px;
    }
    .blog-top-txt h1{
        font-family: "Jost", sans-serif;
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 50px;
        font-weight: 600;
    }
    .blog-left-img{
        width: 100%;
        transition: transform 0.3s ease;
    }
    
    .blog-left-img span{
        display: block;
    }
    .blog-left-img img{
        width: 100%;
        /* height: 400px; */
        transition: transform 0.3s ease;
    }
    .blog-left:hover .blog-left-img span img{
        transform: scale(1.1);
        cursor: pointer;
    }
    .blog-right:hover .blog-right-img span img{
        transform: scale(1.1);
        cursor: pointer;
    }
    .blog-left{
        position: relative;
    }
    .blog-left-txt h6{
        position: absolute;
        top:5%;
        left:5%;
        background-color:#fff;
        padding:4px 10px 4px 10px;
        font-size: 13px;
        letter-spacing: 3px;
        font-family: "Jost", sans-serif;
    }
    .blog-mid-txt{
        padding: 40px 15px 30px 15px;
    }
    .blog-mid-txt h6{
        font-size: 13px;
        letter-spacing: 3px;
        font-family: "Jost", sans-serif;
        margin-bottom: 20px;
    }
    .blog-mid-txt h2{
        font-size: 25px;
        letter-spacing: 4px;
        font-family: "Jost", sans-serif;
        margin-bottom: 20px;
    }
    .blog-mid-txt p{
        margin-bottom: 20px;
        color: #0f0f0fa8;
        font-size: 16px;
        line-height: 22px;
    }
    .blog-mid-txt a{
        font-size: 13px;
        letter-spacing: 0px;
        font-family: "Jost", sans-serif;
        text-decoration: none;
        color: #000;
        font-weight: 500;
        transition: all 0.3s ease-in;
    }
    .blog-mid-txt a:hover{
        color: #ff8243;
        transition: all 0.3s ease-in;
    }
    .blog-right-img{
        width: 100%;
        display:none
    }
    .blog-right-img span{
        display: block;
    }
    .blog-right-img span img{
        width: 100%;
        height: 400px;
        transition: transform 0.3s ease;
    }
    .blog-right{
        position: relative;
        display: none;
    }
    .blog-right-txt h6{
        position: absolute;
        top:5%;
        left:5%;
        background-color:#fff;
        padding:4px 10px 4px 10px;
        font-size: 13px;
        letter-spacing: 3px;
        font-family: "Jost", sans-serif;
    }
    /* end blog */
    .top-footer{
        padding: 50px 0px 0px 0px;
        /* height:1100px; */
    }
    .footer-logo{
        width: 50%;
    }
    .footer-logo span{
        display: block;
    }
    .footer-logo span img{
        width: 100%;
    }
    .footerSocial{
        width: 25%;;
    }
    .footerSocial i{
        font-size: 16px;
        color:#fff;
        padding:10px; 
        background-color:#1a1a1a;
        border-radius: 50%;
        transition: 0.5s all ease-in-out;
        margin-left:-8px;
    }
    .footerSocial i:hover{
        /* color: #e8a128; */
        transition: 0.5s all ease-in-out;
        background-color: #ef8b59;
        cursor: pointer;
    }
    .company-txt h2 {
        font-family: "Jost", sans-serif;
        font-size: 26px;
    }
    .company-txt li {
        list-style: none;
    }
    .company-txt li a{
        text-decoration: none;
        color: #868686;
        font-size: 20px;
        transition: all 0.3s ease-in;
    }
    .product-txt h2 {
        font-family: "Jost", sans-serif;
        font-size: 26px;
    }
    .product-txt li {
        list-style: none;
    }
    .product-txt li a{
        text-decoration: none;
        color: #868686;
        font-size: 20px;
        transition: all 0.3s ease-in;
    }
    .product-txt li a:hover{
        color:#ef8b59;
        transition: all 0.3s ease-in;
    }
    .company-txt li a:hover{
        color:#ef8b59;
        transition: all 0.3s ease-in;
    }
    .coustomer-care{
        margin-top: 25px;
    }
    .coustomer-care h6{
        color: #868686;
        font-size: 16px;
    }
    .coustomer-care h2{
        font-family: "Jost", sans-serif;
        font-size: 26px;
        /* margin-top: 30px; */
    }
    .coustomer-care h5{
        font-family: "Jost", sans-serif;
        font-size: 18px;
    
    }
    .follow{
        margin-top: 25px;
    }
    .follow h2{
        font-family: "Jost", sans-serif;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .address h6{
        font-family: "Jost", sans-serif;
        font-size: 16px;
        margin-top: 22px;
    }
    .footer-bottom{
        padding-top: 10px;;
    }
    .top-footer-item{
        margin-bottom: 50px;
    }
    .paymentcard{
        margin-left: 38px;
    }
    /* end fotter */
    

    

    
}
/* Mobile View */
@media only screen and (max-device-width:414px) {
    *{
        margin:0px;
        padding:0px;
    }
    a {
        font-family: "Jost", sans-serif;
        font-size: 14px;
    }
    ul li a{
        font-family: "Jost", sans-serif;
    }
    p{
        font-family: "Jost", sans-serif;
        line-height: 28px;
        font-size: 18px;
        
    
    }
    /* scroll-to-top-button */
    #button {
        display: inline-block;
        background-color: #ef8b59;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, 
          opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        transition: transform 0.3s ease, color 0.3s ease; 
      }
      #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
        transition: transform 0.3s ease, color 0.3s ease; 
      }
      #button:hover {
        cursor: pointer;
        background-color: #333;
        transform: translateY(-3px);
      }
      #button:active {
        background-color: #555;
      }
      #button.show {
        opacity: 1;
        visibility: visible;
      }
      @media (min-width: 500px) {
        .content {
          width: 43%;
        }
        #button {
          margin: 30px;
        }
      } 
      
      /* scroll-to-top */
    /* button--------1-----start--- */
    .btn-hero1 {
        display: inline-block;
        position: relative;
        overflow: hidden; /* Ensures background animation stays within bounds */
        /* padding: 15px 30px 15px 30px ; */
        border-radius: 0px;
        background-color: #0a0a0a;
        border-radius: 50px;
      }
      .btn-hero1 a {
        display: inline-block;
        padding: 7px 15px;
        color: rgb(255, 255, 255); /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 12px;
        
      }
      .btn-hero1 a:hover {
        color: #000; /* Text color change on hover */
        border-color: #ff681c;
      }
      .btn-hero1:hover{
          /* border:1px solid #fff; */
      }
    
      .btn-hero1::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #f08a58;
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
      }
      .btn-hero1:hover::before {
        left: 0; /* Moves the background to the visible area */
      }
    
    /* button--------1--end------ */
    
    /* button--------2---start---------- */
    .btn-hero2{
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 13px;
        border-radius: 0px;
        background-color: #f1a82a;
        margin-top: 16px;
      }
      .btn-hero2 a {
        display: inline-block;
        /* padding: 15px; */
        color: #000; /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 15px;
      }
      .btn-hero2:hover a{
        color: #fff; /* Text color change on hover */
      }
    
      .btn-hero2::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:#000; /* Hover background color */
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
      }
      .btn-hero2:hover::before {
        left: 0; /* Moves the background to the visible area */
      }
      .btn-hero2:hover{
        border:1px solid #000;
    }
    
    /* button-----------2------end */
    .heroItem h1{
        font-family: "Jost", sans-serif;
        font-size: 25px;
        line-height: 31px;
        font-weight: 500;
        letter-spacing: 9px;
        margin: 0px 0px 15px 0px;
    }
    .sideicon{
        margin-left: 250px;
    }
    .heroItem h6{
        font-family: "Jost", sans-serif;
        letter-spacing: 8px;
        margin: 0px 0px 10px 0px;
        color:#ff681c;
        font-size: 12px;
    }
    
    /* @media (min-width: 992px) {
        
        .dropdown:hover .dropdown-menu {
            margin-top:5px;
          display: block;
          width: 95%;
          height: 550px;
          left: 1;
          right: 0;
          position: absolute;
          box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1); 
        transition: box-shadow 0.3s ease;
        }
    } */
    .navbar-brand{
        width: 22%;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        /* margin-right: 1rem; */
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        margin-left: 10px;
    }
    
    .logo{
        width: 80%;
    }
    .logo span{
        display: block;
    }
    .logo span img{
        width: 100%;
    }
    .bg-dark {
        background-color: #fff!important;
    }
    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
        color: #f7a7a7;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgb(8 8 8);
    }
    .navbar-dark .navbar-nav .nav-link:hover{
        color: #f7a7a7;
    }
    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: #0f0f0fa8;
        border: var(--bs-border-width) solid rgb(249 245 245 / 12%);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }
    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: 0.5rem;
    }
    .dropdown-menu {
        /* background-image: url('https://wpbingo-uamo.myshopify.com/cdn/shop/files/before.jpg?v=1731404172');  */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        /* color: white; */
        border: none;
    }
    
    
    .dropdown-menu a {
        color: rgb(61, 60, 60); 
    }
    
    .dropdown-menu a:hover {
        color: #f7a7a7;
        text-decoration: none;
    }
      .shopImg{
          width: 100%;
          /* margin-bottom:25px; */
    }
    .shopImg span{
          display: block;
    }
      .shopImg span img{
          width: 100%;
    }
      .shop1{
          position: relative;
    }
      .shoplink{
          position: absolute;
          top:75%;
          left:14%;
    }
      .shoplink a{
          text-decoration: none;
          font-size: 12px;
          background-color: #fff;
          padding: 5px 8px;
          color: #000;
          transition: all 0.4s ease-in-out;
    }
      .shoplink a:hover{
          text-decoration: none;
          background-color: #ef8b59;
          color:#fff;
          transition: all 0.4s ease-in-out;
    }
      .layOutLink ul li{
          list-style: none;
    }
      .layOutLink ul li a{
          text-decoration: none;
    }
    .layOut{
        margin-top:25px;
    }
    .headicon {
        text-align: center; 
        transition: transform 0.3s ease, color 0.3s ease;
        cursor: pointer;
    }
    
    .headicon i {
        font-size: 18px;
        color: #000; 
        transition: transform 0.3s ease, color 0.3s ease; 
    }
    
    .headicon:hover i {
        transform: translateY(-3px);
        color: #ff4500; 
        
    }
    
    .fetureimg4{
        width: 50%;
    }
    .fetureimg4 span{
        display: block;
    }
    .fetureimg4 span img{
        width: 100%;
    }
    
    /* End Navbar */
    .heroslied{
        position: relative;
    }
    .heroItem{
        width: 60%;
        position: absolute;
        top: 6%;
        left: 12%;
        /* text-align: center; */
    }
    .heroItem p{
        margin-bottom: 33px;
        font-size: 15px;
        line-height: 22px;
        display: none;
    }
    .heroBtn a{
        text-decoration: none;
        background-color: #000;
        padding: 10px 35px 10px 35px;
        color: #fff;
        border-radius: 10px;
        
    
    }
    
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4%;
        padding: 0;
        color: #ff0000 !important;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }
    .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4%;
        padding: 0;
        color: #ff0000 !important;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }
    
    .carousel-control-prev-icon {
        background-image:url(../Images/left-arrow.png);
        font-size: 1px;
        display: none;
    }
    .carousel-control-next-icon{
        background-image:url(../Images/right-arrow.png);
        display: none;
    }
    .carousel-item{
        height:200px;
    }
    /* End hero slied */
    
    
    .card1{
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .cardtxt{
        position: absolute;
        top:36%;
        left:6%;
    }
    
    .topcard{
        padding-top: 10px;
        padding-bottom: 50px;
    }
    
    .cardimg{
        width: 100%;
        margin-bottom: 30px;
    }
    .cardimg span{
        display:block
    }
    .cardimg span img{
        width: 100%;
        transition: transform 0.3s ease;
    }
    .card1:hover .cardimg span img {
        transform: scale(1.1);
      }
    .cardtxt h6{
        font-family: "Jost", sans-serif;
        font-size: 13px;
        letter-spacing: 4px;
        margin: 0px 0px 10px 0px;
        color:#ff681c;
    
    }
    .cardtxt h2{
        font-family: "Jost", sans-serif;
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0px 0px 10px 0px;
    
    }
    .cardbtn a{
        text-decoration: none;
        color: #000;
        transition: 0.3s ease;
    }
    .cardbtn a:hover {
        color: #ff681c;
        transition: 0.3s ease;
      }
      /* End Top Card */
      .hotsale{
          padding-bottom: 25px;
      }
      .hotsale-top-txt{
          text-align: center
      }
      .hotsale-top-txt h1{
        font-family: "Jost", sans-serif;
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 50px;
      }
      .hot-product{
        position: relative;
        transition: 0.3s all ease;
      }
      .hot-pro-img{
          width: 100%;
      }
      .hot-pro-img span{
          display: block;
      }
      .hot-pro-img span img{
          width: 100%;
      }
      .hot-pro-img1{
        width: 100%;
        position: absolute;
        top:0%;
        left:0%;
        opacity: 0;
        overflow: hidden;
        
    
    }
    .hot-product:hover .hot-pro-img1{
        transition: 0.3s all ease;
        transform: scale(1);
        opacity: 1;
        cursor: pointer;
    }
    .hot-product:hover .hoticon1 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon1 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    .hot-product:hover .hoticon2 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon2 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    .hot-product:hover .hoticon3 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon3 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    .hot-product:hover .hoticon4 i{
        opacity: 1;
        transition: 0.5s all ease;
    }
    .hoticon4 i:hover{
        background-color: #f08a58;
        cursor: pointer;
        transition: 0.5s all ease;
    }
    
    .hot-pro-img1 span{
        display: block;
    }
    .hot-pro-img1 span img{
        width: 100%;
    }
      .hot-pro-txt h6 span{
          text-decoration: line-through;
      }
      .txt-col{
        color:#027035;
        text-decoration: none !important;
      }
      .hot-pro-txt{
          margin-top: 30px;
      }
      .hot-pro-txt h5{
        font-family: "Jost", sans-serif;
        font-size: 13px;
        letter-spacing: 2px;
      }
      .hot-pro-txt h6{
        font-family: "Jost", sans-serif;
        font-size: 13px;
        letter-spacing: 2px;
      }
      .hoticon1 i{
          background-color: #ffffff;
          padding: 12px 16px;
          border-radius: 5px;
          font-size: 18px;
          opacity: 0;
          transition: 0.5s all ease;
         
      }
      .hoticon2 i{
        background-color: #ffffff;
        padding: 12px 16px;
        border-radius: 5px;
        font-size: 18px;
        opacity: 0;
        transition: 0.5s all ease;
       
    }
    .hoticon3 i{
        background-color: #ffffff;
        padding: 12px 16px;
        border-radius: 5px;
        font-size: 18px;
        opacity: 0;
        transition: 0.5s all ease;
       
    }
    .hoticon4 i{
        background-color: #ffffff;
        padding: 12px 16px;
        border-radius: 5px;
        font-size: 18px;
        opacity: 0;
        transition: 0.5s all ease;
       
    }
      .hoticon1{
          
          top:0%;
          left:0%
          
      }
      .hot-icon{
          width: 65%;
          position: absolute;
          top:70%;
          left:15%;
          
      }
      .offtxt h6{
          width: 20%;
          position: absolute;
          top:5%;
          left:10%;
          background-color:#ff0000;
          padding: 4px;
          color: #fff;
          font-size: 14px;
          font-family: "Jost", sans-serif;
          border-radius: 15px;
          text-align: center;
      }
      .outoff h6{
        width: 30%;
        position: absolute;
        top:5%;
        left:10%;
        background-color: #ffffff;
        padding: 4px;
        color: red;
        font-size: 14px;
        font-family: "Jost", sans-serif;
        text-align: center;
    }
      .hot-product{
          position: relative;
          margin-bottom: 50px;
          text-align: center;
      }
    
    
    
    /* Apply heartbeat effect on hover */
    .hoticon1 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    .hoticon2 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    .hoticon3 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    .hoticon4 i:hover {
        animation: heartbeat 2s infinite; /* Apply animation to icons on hover */
        color: #fff;
    }
    
    
    /* Keyframe for heartbeat effect */
    @keyframes heartbeat {
        0% {
            transform: scale(1);
        }
        25% {
            transform: scale(1.1); /* Slightly enlarge the icon */
        }
        50% {
            transform: scale(1); /* Return to original size */
        }
        75% {
            transform: scale(1.1); /* Slightly enlarge the icon again */
        }
        100% {
            transform: scale(1); /* Return to original size */
        }
    }
    /* 2 */
    /* Apply heartbeat effect on hover */
    
    /* End Hot seal */
    .deal{
        padding-top:10px;
        padding-bottom: 30px;
    }
    .left-txt h1{
        font-size: 30px;
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
        margin-bottom: 20px;
    
    }
    .left-txt p{
        color: #868686;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 24px;
    }
    
    
    .left-img-box{
        height: 280px;
        background-color: #b0b0b0;
        position: relative;
        width: 100%;
    }
    .left-img{
        width: 62%;
        position: absolute;
        top: 10%;
        left: 40%;
    }
    .left-img span{
        display: block;
    }
    .left-img span img{
        width: 100%;
    }
    .left-box-txt1 h6{
        position: absolute;
        top:10%;
        left:10%;
        font-family: "Jost", sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        color:#fff;
    }
    .left-box-txt2 h2{
        position: absolute;
        top:23%;
        left:10%;
        font-family: "Jost", sans-serif;
        font-size: 24px;
      
    }
    .leftbtn{
        top:47%;
        left:10%;
    }
    .right-img{
        width: 100%;
    }
    .right-img span{
        display: block;
    }
    .right-img span img{
        width: 100%;
        margin-left: 0px;
        margin-top:20px;
    }
    .right-box{
        margin-left: 0px;
        border: 1px solid #ccc;
        margin-top: 39px;
        padding: 25px;
        width: 100%;
        margin-bottom: 0px;
        
    }
    .right-box-txt h6{
        
        font-family: "Jost", sans-serif;
        font-size: 12px;
        letter-spacing: 4px;
        text-align: center;
        color:#ff681c;
    }
    .right-box-txt h2{
        text-align: center;
        font-family: "Jost", sans-serif;
        font-size: 18px;
    }
    .form-control {
        
        width: 100%;
        padding: .375rem .75rem;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da00;
        border-bottom: 1px solid #ccc;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-top: 36px;
        /* border-radius: .25rem; */
        /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
    }
    
    .bott-img{
        width: 30%;
        margin-left: 50px;
    }
    .bott-img span{
        display: block;
    }
    .bott-img span img{
        width: 100%;
    }
    .bott-txt{
        margin-left: -40%;
        /* text-align: center; */
    }
    .bott-txt h6{
        font-family: "Jost", sans-serif;
        letter-spacing: 2px;
        font-size: 16px;
        font-weight: 600;
        /* margin-top: 20px; */
    }
    .bott-txt a{
        text-decoration: none;
        color: #000;
        font-size: 12px;
        font-family: "Jost", sans-serif;
        letter-spacing: 2px;
    }
    .bott-txt a:hover{
        color: #ff681c;
    
    }
    .bt-lo{
        padding: 50px 0px 0px 0px;
    }
    .countdown {
        display: flex;
        gap: 10px;
        text-align: center;
        position: absolute;
        top:76%;
        left:8%;
      }
      .countdown div {
        background: #070707;
        color: white;
        padding: 4px 8px;
        /* border-radius: 10px; */
      }
      .countdown div span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        font-family: "Jost", sans-serif;
      }
      .countdown div small {
        font-size: 12px;
      }
    /* End deals */
    .parallax-window {
        min-height: 325px;
        background: transparent;
    }
    .half-price{
        position: relative;
    
    }
    .paralax-txt{
        position: absolute;
        margin-top: 78px;
        left: 8%;
        width: 58%;
    }
    .paralax-txt h1{
        font-family: "Gloria Hallelujah", serif;
        font-weight: 800;
        font-size: 30px;
        margin-bottom: 10px;
        color: rgb(219, 49, 49);
    }
    .paralax-txt h6 {
        font-size: 17px;
        /* margin-bottom: 20px; */
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
        margin-bottom: 18px
    }
    .paralax-txt a{
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
       
    }
    /* end paralax */
    .product-tabs{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tab-top-txt{
        margin-bottom: 50px;
        font-family: "Jost", sans-serif;
        font-size: 30px;
    
    }
    .tab-control{
        margin-left: 25px;
    }
    .tab-btn{
        width: 100%;
        display:flex;
        justify-content: space-between;
        margin-top: 12px;
        /* margin-bottom: 100px; */
    }
    .tab-btn a{
        text-decoration: none;
        
    }
    
    
    
    .link1 a{
         /* padding: 10px 20px 10px 20px; */
        border-radius: 10px;
        font-size: 17px;
        color: black;
        font-weight: 600;
        transition: 0.2s all ease-in-out;
        font-family: "Jost", sans-serif;
        
    }
    .link1 a:hover{
        color:  #f08a58;
        transition: 0.2s all ease-in-out;
    }
    
    
    .link2 a{
        /* padding: 10px 20px 10px 20px; */
       border-radius: 10px;
       font-size: 17px;
       color:#f08a58;
       font-weight: 600;
       transition: 0.2s all ease-in-out;
       font-family: "Jost", sans-serif;
       
    }
    /* end tab */
    .card-add{
        /* padding-top: 100px; */
        padding-bottom: 50px;
    }
    .left-card-add{
        position: relative;
        
    }
    .left-card-img{
        width: 100%;
        margin-bottom: 20px;
        
    }
    .left-card-img span{
        display: block;
    }
    .left-card-img span img{
        width: 100%;
       
    }
    .left-card-txt h6{
        position: absolute;
        top:16%;
        left:14%;
        /* text-align: center; */
        font-family: "Jost", sans-serif;
        letter-spacing: 4px;
        font-size:12px;
        color: #000;
    }
    .left-card-txt h1{
        position: absolute;
        top:22%;
        left:14%;
        /* text-align: center; */
        color:#fff;
        font-family: "Jost", sans-serif;
        font-size: 25px;
    }
    .left-card-txt a{
        position: absolute;
        top:46%;
        left:14%;
        /* text-align: center; */
        color:#fff;
        text-decoration: none;
        font-family: "Jost", sans-serif;
        transition: all 0.3 ease-in;
        font-size: 12px;
        letter-spacing: 3px;
    }
    .left-card-txt a:hover{
        color:#000;
        transition: all 0.3s ease-in;
    }
    .right-top-img{
        width: 100%;
    }
    .right-top-img span{
        display: block;
    }
    .right-top-img span img{
        width: 100%;
    }
    .right-top{
        position: relative;
        margin-bottom: 16px;
    }
    .right-top-txt h6{
        top:20%;
        left:12%;
        position: absolute;
        color:#000;
        font-family: "Jost", sans-serif;
        letter-spacing: 4px;
        font-size:12px;
    
    }
    .right-top-txt h1{
        top:30%;
        left:12%;
        position: absolute;
        color:#fff;
        font-family: "Jost", sans-serif;
        font-size: 25px
    }
    .right-top-txt a{
        top:78%;
        left:12%;
        position: absolute;
        color:#fff;
        text-decoration: none;
        font-family: "Jost", sans-serif;
        font-size: 12px;
        transition: all 0.3s ease-in;
        letter-spacing: 3px;
        
    }
    .right-top-txt a:hover{
        color:#000;
        transition: all 0.3s ease-in;
    }
    /* end add */
    .tranding{
        padding-top:10px;
        padding-bottom: 0px;
        font-family: "Jost", sans-serif;
    }
    .tranding-top-txt h1{
        margin-bottom: 40px;
        font-family: "Jost", sans-serif;
        font-size: 30px;
    }
    
    /* Position the owl-prev (previous) button to the left */
    /* Position the owl-prev (previous) button to the left */
    .owl-stage-outer {
        position: relative;
      }
      
      .owl-prev,
      .owl-next {
        position: absolute;
        top: 35%; /* Vertically center the buttons */
        transform: translateY(-50%); /* Ensure vertical centering */
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #333; /* Change background color if needed */
        color: white; /* Button text color */
        border: none;
        cursor: pointer;
        font-size: 33px !important; /* Increase font size */
        width: 50px; /* Set a fixed width */
        height: 50px; /* Set a fixed height */
        border-radius: 50%; /* Make the buttons circular (optional) */
      }
      
      /* Position the owl-prev button to the left */
      .owl-prev {
        left: 0; /* Align it to the left side */
      }
      
      /* Position the owl-next button to the right */
      .owl-next {
        right: 0; /* Align it to the right side */
      }
      /* end tranding */
      
      
       .offring{
        padding-top:35px;
        padding-bottom: 35px; 
        background-image: url('../images/background-1.webp');
        background-repeat: no-repeat;
        background-size: cover;
        /* background-color: #000; */
        /* height: 800px; */
        width: 100%;
       }
       .offring-txt{
           width: 100%;            
           background-color: #4a47474d;
           padding: 20px;
           margin-left:0px;

       }
       .offring-txt h6{
           color:#fff;
           font-family: "Jost", sans-serif;
           letter-spacing: 3px;
           font-size: 12px;
           margin-bottom: 10px;
           margin-bottom: 20px;
       }
       .offring-txt h1{
        color:#fff;
        font-family: "Jost", sans-serif;
        /* letter-spacing: 3px; */
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .offring p{
        color:#fff;
        margin-bottom: 32px;
        font-size: 16px
    
    }
    .offring-txt a{
        text-decoration: none;
        font-family: "Jost", sans-serif;
        letter-spacing: 3px;
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
        transition: all 0.3s ease-in;
    
    }
    .offring-txt a:hover{
        color:#000;
        transition: all 0.3s ease-in;
    }
    /* end offring */
    
    .brand{
        padding: 40px 0px 0px 0px;
    }
    .brand-line{
        margin-bottom: 40px;
        margin-left: 10px;
    }
    .brand-img{
        width:75%;
    }
    .brand-img span{
        display:block;
    }
    .brand-img span img{
        width: 100%;
    }
    /* end brand */
    .blog{
        padding: 50px 0px 0px 0px;
    }
    .blog-top-txt h1{
        font-family: "Jost", sans-serif;
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 50px;
    }
    .blog-left-img{
        width: 100%;
        transition: transform 0.3s ease;
    }
    
    .blog-left-img span{
        display: block;
    }
    .blog-left-img img{
        width: 100%;
        height: 400px;
        transition: transform 0.3s ease;
    }
    .blog-left:hover .blog-left-img span img{
        transform: scale(1.1);
        cursor: pointer;
    }
    .blog-right:hover .blog-right-img span img{
        transform: scale(1.1);
        cursor: pointer;
    }
    .blog-left{
        position: relative;
    }
    .blog-left-txt h6{
        position: absolute;
        top:5%;
        left:5%;
        background-color:#fff;
        padding:4px 10px 4px 10px;
        font-size: 13px;
        letter-spacing: 3px;
        font-family: "Jost", sans-serif;
    }
    .blog-mid-txt{
        padding: 40px 15px 30px 15px;
    }
    .blog-mid-txt h6{
        font-size: 13px;
        letter-spacing: 3px;
        font-family: "Jost", sans-serif;
        margin-bottom: 20px;
    }
    .blog-mid-txt h2{
        font-size: 25px;
        letter-spacing: 4px;
        font-family: "Jost", sans-serif;
        margin-bottom: 20px;
    }
    .blog-mid-txt p{
        margin-bottom: 20px;
        color: #0f0f0fa8;
        font-size: 16px;
        line-height: 22px;
    }
    .blog-mid-txt a{
        font-size: 13px;
        letter-spacing: 0px;
        font-family: "Jost", sans-serif;
        text-decoration: none;
        color: #000;
        font-weight: 500;
        transition: all 0.3s ease-in;
    }
    .blog-mid-txt a:hover{
        color: #ff8243;
        transition: all 0.3s ease-in;
    }
    .blog-right-img{
        width: 100%;
        display:none
    }
    .blog-right-img span{
        display: block;
    }
    .blog-right-img span img{
        width: 100%;
        height: 400px;
        transition: transform 0.3s ease;
    }
    .blog-right{
        position: relative;
        display: none;
    }
    .blog-right-txt h6{
        position: absolute;
        top:5%;
        left:5%;
        background-color:#fff;
        padding:4px 10px 4px 10px;
        font-size: 13px;
        letter-spacing: 3px;
        font-family: "Jost", sans-serif;
    }
    /* end blog */
    .top-footer{
        padding: 50px 0px 0px 0px;
        /* height:1100px; */
    }
    .footer-logo{
        width: 60%;
    }
    .footer-logo span{
        display: block;
    }
    .footer-logo span img{
        width: 100%;
    }
    .footerSocial{
        width: 25%;;
    }
    .footerSocial i{
        font-size: 16px;
        color:#fff;
        padding:10px; 
        background-color:#1a1a1a;
        border-radius: 50%;
        transition: 0.5s all ease-in-out;
        margin-left:-8px;
    }
    .footerSocial i:hover{
        /* color: #e8a128; */
        transition: 0.5s all ease-in-out;
        background-color: #ef8b59;
        cursor: pointer;
    }
    .company-txt{
        margin-bottom: 25px;
    }
    .company-txt h2 {
        font-family: "Jost", sans-serif;
        font-size: 20px;
    }
    .company-txt li {
        list-style: none;
    }
    .company-txt li a{
        text-decoration: none;
        color: #868686;
        font-size: 16px;
        transition: all 0.3s ease-in;
    }
    .product-txt{
        margin-left:10px;
    }
    .product-txt h2 {
        font-family: "Jost", sans-serif;
        font-size: 20px;
    }
    .product-txt li {
        list-style: none;
    }
    .product-txt li a{
        text-decoration: none;
        color: #868686;
        font-size: 16px;
        transition: all 0.3s ease-in;
    }
    .product-txt li a:hover{
        color:#ef8b59;
        transition: all 0.3s ease-in;
    }
    .company-txt li a:hover{
        color:#ef8b59;
        transition: all 0.3s ease-in;
    }
    .coustomer-care h6{
        color: #868686;
        font-size: 16px;
    }
    .coustomer-care h2{
        font-family: "Jost", sans-serif;
        font-size: 20px;
        /* margin-top: 30px; */
    }
    .coustomer-care h5{
        font-family: "Jost", sans-serif;
        font-size: 15px;
    
    }
    .follow{
        margin-top: 20px;
        margin-left:10px;
        margin-bottom: 20px;
    }
    .follow h2{
        font-family: "Jost", sans-serif;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .address h6{
        font-family: "Jost", sans-serif;
        font-size: 15px;
        margin-top: 0px;
    }
    .footer-bottom{
        padding-top: 10px;;
    }
    .top-footer-item{
        margin-bottom: 50px;
    }
    .paymentcard{
        margin-left: 38px;
    }
    .copyright{
        text-align: center;
    }
    /* end fotter */
    

    

    
}