*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   

}
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Baskervville:ital@0;1&family=Coming+Soon&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Gothic&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Righteous&family=Teko:wght@300..700&display=swap');

a {
    color: #1c1c28;
}
a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
width: 100%;
height: auto;
}

.owl-theme .owl-nav [class*=owl-] {
    display: none !important;
    }
 
    
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .carousel-indicators .active  {
       background: #8c8c8f !important;
    } 


    body{
     font-family: Mulish, sans-serif !important;
      font-size: 17px !important;
    font-weight: 400 !important;
  
  
    line-height: 22px !important;
    
  }
  
  @font-face {
      font-family: myFirstFont;
      src: url(ArchivoNarrow-Regular.otf);
   }
  li{
    list-style: none;
  }
    


/*HEAD*/
.top-box {
    align-items: center;
    display: flex
;
margin:0 30px;
    justify-content: space-between;
    position: relative;
    padding: 15px 0;
}
.search-box{
    position: relative;

}
.search-box input {
    color: #040404;
    margin: 0;
    padding: 10px 45px;
    width: 100%;
    border: 0;
    border-radius: 0;
}
.search-box button{
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 9px;
    background: 0;
    border: 0;
}
.search-box button i{
    font-size: 30px;
}
.top-rig ul{
    display: flex;
}
.top-rig ul li{
    margin-left: 15px;
}
.top-rig ul li i{
    font-size: 30px;
    color: #202020;
}
.nav{
    
font-family: myFirstFont !important;

}
.top  p {
    color: #fff;
    font-size: 14px;
   
    margin: 0;
}
.top-right{
    float: right;
    display: flex
;
}
.top-bottom{
    background-color: #ffba22;
    padding-top: 12px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: space-around;
  
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}



.logo-img img{
    width: 150px;
   
}
.tp-ul {
    display: flex;
   
    
}
.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}


 .right-menu a {
    font-size: 18px;
    font-weight: 400;
  padding: 0 15px 12px 15px;
    color: #202020;
   transition: color 150ms;
    position: relative;
   letter-spacing: 0.025em;
}
.right-menu li a:hover{
    background-color: transparent !important;
   
}


.x-sub-menu2, .x-sub-menu3, .x-sub-menu4, .x-sub-menu5{
    display: none;
    visibility: hidden;
   padding: 15px;
    max-height: 80vh;
    overflow-y: auto;
   position: absolute;
   right: 0px;
    top: 100%;
    z-index: 6;
    background-color: #ffffff;
    font-size: 15.75px;
    color: rgba(4, 4, 4, 0.7);
    white-space: normal;
    width: 240px;
    border-bottom: 3px solid #040404;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  
    transition: visibility 0.2s, opacity 0.32s;
    z-index: 10;
}
.drop1:hover .x-sub-menu2, .drop2:hover .x-sub-menu3, .drop3:hover .x-sub-menu4, .drop4:hover .x-sub-menu5{
    display: block;
    visibility: visible;
}

.x-sub-menu li{
    display: block;
}
.x-sub-menu li a{
    margin: 0.25em 0;
  
   
   color: rgba(4, 4, 4, 0.7);
    display: block;
     font-size: 15.75px;
   transition: color 150ms;
}
.x-sub-menu li:hover a{
   color: #040404;
}
.right-menu li.active a{
    /* color: #ba5651; */
}

.navbar{
    margin-bottom: 0px !important;
  
}
.menu-box{
    padding: 15px 30px;
    border-bottom: 1px solid #fff;

    position: relative;
    z-index: 99;
}
/* banner */
.banner-img .hero-single{
height: 700px;
width: 100%;
background-size: cover;
}
/* sec-1 */

.featured-product-section {
    background: #dae4e6;
    color: #333333;
}
.container-box{
    padding: 60px;
    text-align: center;
}
.flex {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.one-half{
   
    width: 50%;
    position: relative;
} 
.quickbuy-button{
    padding: 8px 22px;
        min-width: 118px;
        box-shadow: 0 0 0 1px var(--button-border-color);
    background-color: #d62828;
    color: #efefef;
    transition: all 100ms ease-in-out;
    border-radius: 25px;
    display: inline-block;
    margin:30px 1px;
}
.quickbuy-button:hover{
    color: #efefef;
        filter: contrast(90%) brightness(1.1);
        box-shadow: 0 0 0 1px #d62828, 0 4px 10px -4px #d62828, 0 2px 6px 0px rgb(0 0 0 / 50%);
        transform: translateY(-3px);
}
.hover-contents {
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  height: 100%;
  width: 100%;
}
 .card-image img{
    height: 500px;
 } 
.card-image:hover .hover-contents {
    visibility: visible;
    opacity: 1;
}
.featured-product-section .product-price {
    margin: 15px 0;
}
.featured-product__title-container {
    margin-bottom: 15px;
}
.large-title a{
    font-size: 34px;
    color: #333333 !important;
}
.product-price__reduced {
    color: #cd201a;
}
 .product-price__compare-large {
    font-size: 24px;
    opacity: 0.5;
    text-decoration: line-through;
    color: #333333;
}
.massive-title{
    font-size: 48px;
}

.giant-title, .large-title, .massive-title{
    
    font-family: Righteous, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: 0.0em;
    text-transform: uppercase;
    word-break: break-word;
}
.feature-products{
    padding: 10px 15px 6px 15px;
    background-color: #fff;
}
.feature-img{
    max-width: 257px;
    height: 257px !important;
    margin: 0 auto;
    margin-top: 25px;
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
 position: relative;
}
.mov-box{

    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 80px;
 opacity: 0;
}
.img-text{
    border-radius: 25px;
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 11px 16px;
    transition: all 100ms ease-in-out;
   width: 100%;
        max-width:270px;
    background-color: #003049;
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.25);
}
.img-text:hover{
     filter: brightness(1.1);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25), 0 4px 10px -4pxrgba(255, 255, 255, 0.25), 0 2px 6px 0px rgb(0 0 0 / 50%);
        transform: translateY(-3px);
}
.item:hover .mov-box {
opacity: 1;
transform: translateY(-3px);
}
.feature-img:hover{
    transform: scale(1.05);
}
.feature-text h2{
  font-size: 17px;
    display: inline-block;
    color: #202020;
    margin: 12px 0px 7px 0px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-align: center;
    transition: color 150ms;
}
.feature-text h2:hover{
    color: #663a00;
}
.feature-text p {
    font-size: 21px;
    font-weight: 500;
    color: #cd201a;
    text-align: center;
}

.feature-text p strike {
    font-weight: 400;
    font-size: 15px;
    margin: 0 4px;
    opacity: 0.5;
    color: #757575;
}

.owl-nav{
    
      display: none;
   
  }

 .standard-link {
    color: #ff9000;
    
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}






.press-coverage{
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
max-width: 1600px;
overflow: hidden;
background:#ffba22; 


}
.press-coverage ul{
    display: flex;
height: 100px;
margin: 20px auto;
margin: 0 auto;
transform-origin: center;
animation: marquee 30s cubic-bezier(.01,0,.59,.78) infinite alternate-reverse;
flex-shrink: 0;
}
.press-coverage li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    flex-shrink: 0;
    padding: 0px 35px;
    
}
@keyframes marquee{
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
}
}
.marquee-text i{
    color: #ffffff;
    margin-right: 10px;
    font-size: 30px;
}
.marquee-text {
    font-size: 40px;
    color: #ffff;
    display: block;
    line-height: initial;
        font-weight: 400;  
    font-family: Righteous, sans-serif;
}

.social-icon{
    display: flex;
}
.social-icon i, .social-icon img{
    color: #ffffff;
    width: 60px;
    height: 60px;
    font-size: 60px;
margin-right: 30px;
}



/* footer */
footer{
    padding-bottom: 45px;
    background: #202020;
    color: #ffffff;
}

.page-footer__blocks {
  padding-top: 30px;
}
.page-footer__blocks .icon {
  fill: #ffffff;
}

.footer-block__heading {
  margin: 0 0 15px;
  color: #ffffff;
  font-weight: 500;
}

.one-quarter {
    width: 25%;
}
.grid__item {
    padding-left: 30px;
}
.icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    vertical-align: text-top;
    width: 24px;
}
.social-links__list {
    display: flex
;
    flex-wrap: wrap;
    line-height: 0em;
}
.social-links svg:hover{
    transform: scale(1.1);
}
.page-footer__blocks .icon {
    fill: #ffffff;
}
.social-links__list li {
    display: block;
    margin: 0 6px 6px 0;
    padding: 0 4px 4px 0;
}
.social-links__list a {
    display: block;
}
.page-footer__blocks .icon {
    fill: #ffffff;
    transition: transform 0.25s;
}

.footer-block .nav__item {
  padding: 0.3em 20px 0.3em 0;
}

.footer-block .nav__link {
  display: inline;
      color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 400;
}

.page-footer__end {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.small-nav {
    display: flex
;
    font-size: 13px;
    flex-wrap: wrap;
}
.small-nav__link{
    color: #ffffff;
    fill: #ffffff;
    position: relative;
    padding-right: 15px;
    text-decoration: none;
}
.small-nav__item:not(:last-child) .small-nav__link:after {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    position: absolute;
    right: 7.5px;
    top: 0;
    width: 1px;
}
.small-nav__link:hover {
        color: #ffffff;
        opacity: 0.7;
    }
.copyright-text {
  display: block;
  font-size: 12.75px;
  margin-top: 8px;
}
.copyright-text a {
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
}










.mobile-nav{
    display: none;
}
@media screen and (max-width: 768px)
{

    .mbl-top{
       
     
       
    }
.mobile-bottom{
    padding: 15px 0;
    display: flex
    ;
            align-items: center;
            justify-content: space-around;
}
.contact-info li {
    display: block;
    margin-right: 0px;
}
.tp-icon i{
    font-size: 20px;
}



    .overlay a i{
        margin-left: 5px;
    }
 
    .mobile-nav{
               display: flex
;
        text-align: center;
        justify-content: space-around;
    }
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
          padding: 20px 0;
        background-color: #ffba22;
        color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
  color: #160E4B;
    display: block;
    transition: 0.3s;
  }
  
  
    .x-sub-menu {
position: relative;
width: 100%;
    }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
 
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
    .tp-ul {
        display: block;
    }
    .one-quarter {width: 100%;}
    .page-footer__end { margin-top: 15px;}
}




  @media (min-width: 768px) and (max-width: 1024px){ 
   
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
  }