/* Add custom CSS styles below */ 
.app-inner {
    overflow: hidden;
}
html {
    overflow-x: hidden;
}
body {
    background-color: rgba(255, 255, 255, 1);
}
.top-navbar {
    display: none;
}
.index .main-nav-container:not(.main-nav-container.fixed-pinned.animated.fixed-header) img {
        max-width: 100px;
        opacity: 0;
        max-height: 5rem;
    }
@media (min-width: 768px) {
.index .main-nav-container:not(.main-nav-container.fixed-pinned.animated.fixed-header)    img {
        max-width: 273px;
        opacity: 0;
        max-height: 9rem;
    }
}
@media (max-width:767px){
section.landing-page-fixed-bannar {
    gap: 10px;
}
section.landing-page-fixed-bannar .text-\[30px\] {
    font-size: 24px;
}
.landing-page-fixed-bannar p {
display:none}}
/*categories*/
.content-image {
    justify-content: center;
}
/*products */
section.s-block--best-offers {
    margin-bottom: 2rem;
}
/*offers*/
/*.offers > h2 , .offers .text-\[var\(--d-color\)\],.box-text-cat >a p ,.box-text-cat >a h2 {
    color: rgba(255, 255, 255, 1);
}*/
/*image-text*/
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding:0px;
}
.image-text .text-\[var\(--vd-color\)\] {
    color: #000;
}
/*gif-banner */
.gif-banner .gif-video {
    left: -5%;
    scale: 1.2;
}
/*numbers*/
@media (max-width: 600px) {
    .numbers .products {
        grid-template-columns: repeat(2, minmax(190px, 1fr));
    }
}
/*section_c_r*/
@media (min-width: 1024px) {
  .section_c_r  .lg\:text-title-size {
        line-height: 3rem;
        margin-bottom: 0;
    }
}
/*footer*/
@media (max-width:767px){
.store-footer .text-justify {
    text-align: center;
}
.landing-page-fixed-bannar.translate-y-\[-15px\] {
    --tw-translate-y: -83px;
}
section:nth-of-type(2) {
    margin-top: -100px;
}
}
.content_tistimonial {
    background-image: url(https://i.ibb.co/Dfk8YSG4/Group-2598.png)!important;
}
/*copyright-text*/
.copyright-text.text-sm {
    color: #fff;
}