@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');
:root{
    --white: #fff;    
    --black-tem: #363F4D;
    --accent-color: #eb3e32;
    --dark-text:   #000;                
    --white-section:#CDCDCD;
}
body{
    direction: ltr;
    font-family: 'Heebo', sans-serif !important;
    font-size: 13px;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}
h1,h2,h3,h4,h5,h6,p{
   padding: 0;
   margin: 0;
}
ul{
list-style: none;
margin: 0;
padding: 0;
}
 img{
max-width: 100%;
}

.section{
    padding: 34px 0;
}
.section-page{
    padding: 58px 0 0;
}
.section-products{
    padding: 34px 0 58px;
}
.section-form{
    padding: 58px 0 58px;
}
.section-bg{
    background: #c8eed9;
}

.container-bg{
    background: url(uploads/dark-overlay-2025-12-22_15-34-510.png); 
    background-position: center;
    background-size: cover;   
    background-repeat: no-repeat;
}

 .privacy-box p{
    margin-bottom: 13px;
    text-indent: 3ch;
}
.privacy-box h1{
    font-weight: 800;
    text-align: center;
    margin-bottom:  22px;
}
.privacy-box h2{
    font-weight: {rand_weight};
    text-align: center;
    margin-bottom:17px ;
}
.privacy-box a{
    color: inherit;
} 
.privacy-box table,.privacy-box a{
    word-break: break-word;
}

.header-min{
    background: var(--black-tem);
    padding: 13px 0;
    color: var(--white);

}
.header-min .row{
    align-items: center;
}
.header_list{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.header_list li:last-child{
    padding: 0;
    margin: 0;
    position: inherit;
}
.header_list li {
    position: relative;
    margin-right: 13px;
    padding-right: 13px;
    display: inline-block;
    font-size: 13px;
    font-weight: {rand_weight};
    transition: all 0.3s ease-in-out;
}
.header_list li:hover{
    color: var(--accent-color);
}
.header_list li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #fff;
    top: 50%;   
    transform: translateY(-50%);
    right: 0;
}
.header_list li a{
    display: flex;
    align-items: center;
    gap: 17px;
}
.header-adres{
    font-size: 13px;
    font-weight: {rand_weight};
}

 
.header-nav{
    background-color: #fffef8;
}
.header-logo{
    text-align: center;
    padding: 17px 0px;
}
.header-link{
    display: flex;
    align-items: center;             
    text-align: left;
    gap: 17px; 
    color: var(--dark-text);
    transition: all 0.3s ease-in-out;
}
.header-link:hover,.header-link:focus,.footer-dark .header-link:hover{
    color: var(--accent-color);
}
.header-link img{
width: 39px;
height: 39px;
}
.header-nav-container{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.offcanvas{
    background-color: #fffef8;
}
.dropdown-menu[data-bs-popper]{
   border-radius: 1px;
    top: 140%;
    width: 231px;    
    z-index: 5;
    left: -164px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--accent-color);
    background-color: inherit;
}

.dropdown-item a{
    white-space: initial;
    transition: all 0.3s ease-in-out;
}

.nav-link {
    color: var(--dark-text);
}

.nav-item:hover >a,
.nav-item:focus >a{
    color: var(--accent-color);
}

.nav-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;   
    box-shadow: 0 13px 39px rgba(0, 0, 0, .1) !important;
}

.banner{
    height: 759px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to right, rgba(47,48,58,0.4), rgba(47,48,58,0.4)), url(uploads/pattern-bg-raM0.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 0;   
}

 .bg-2{
    background-image: linear-gradient(to right, rgba(47,48,58,0.4), rgba(47,48,58,0.4)), url(uploads/pattern-bg-raM1.webp);
}

.bg-2 .row{
    flex-direction: row-reverse;
}

.hero-btn{
    display: flex;
    transition: all 0.3s ease-in-out;
}

.hero-text{
    width: 100%;
    color: var(--white);
    text-align: left;
}

.hero-text h1{
    font-size: 20px;
    text-shadow: rgb(0,0,0) 3px 3px 3px;
    line-height: 1.3;
     
}
.hero-content p{
    font-weight: {rand_weight};
}

.btn-banner{
    text-align: center;
}
.hero-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slider-hero .slick-dots{
    bottom: 0;
}
.slider-hero .slick-dots li button:before{
    font-size: 13px;
    opacity: 1;
}
.slider-hero .slick-dots li.slick-active button:before {
    color: var(--accent-color);
}
.slider-hero  .slick-dots li button::before {
 color: var(--white);
}
.hero-title{
    font-weight: 800;
    font-size: 46px;
    text-transform: uppercase;
     transition: all 0.3s ease-in-out;
}
.hero-content{
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.footer-dark{
    background: var(--black-tem);
    padding: 13px 0;
}
.footer-dark .header-link {
  color: var(--white);
}

.footer-cart{
    display: flex;
    gap: 17px;
    justify-content: space-between;
}
 .footer-img{
    display: flex;
    gap: 17px;
    justify-content: center;
    flex-direction: row;
}
.footer-white{
    padding: 25px 0;
    background-color: #fffef8;
}

.footer-white .row{    
    flex-direction:  row;
}

.contact-box{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.contact-icon{
    width: 59px;
    height: 59px;
    margin: 0 auto;
    border: 1px solid var(--accent-color);
    line-height: 59px;
    font-size: 30px;
    color: var(--accent-color);
}

[class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: revert
}
.footer-conta
ct{
 transition: all 0.3s ease-in-out;
}

.footer-white .col-md-4:hover .footer-contact{
    color: var(--accent-color);
}

.footer-top{
    padding: 50px 0 34px 0;   
    border-bottom: 1px solid #dee2e6!important;
    border-top: 1px solid #dee2e6!important;
    background-color: #fffef8;
}

.footte-list{
    display: flex;
    gap: 17px;
    margin-bottom: 17px;
}

.footte-item{
    flex: 1;
    color:#7a7a7a;
    font-size: 13px;
}

.item-grup{
    display: flex;
    flex-direction: row;
}

.footer-politik-item{ 
    flex: 1;              
    display: flex;
    gap: 13px;
    padding: 17px 13px;
    flex-direction: column;
    align-items: center;
    text-align: center;   
}

.fotter-title span{
    color:#7a7a7a;
    font-size: 13px;
    font-weight: 800;
}

.footer-politik-item a{
    color:#7a7a7a;
    font-size: 13px;
    transition: all 0.5s; 
}

.footer-politik-item a:hover{
    color: var(--accent-color)
}

.fotter-title{
    color: var(--dark-text);
    font-weight: 800;
    font-size: 19px;
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.fotter-about{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 13px;
    flex: 1;
}

.time{
    display: flex;                
    gap: 7px;
    flex-direction: column;
    align-items: center;
}

.opti-blocks{
    padding: 25px 0px 25px calc(59px + 10px);
    position: relative;
}

.opti-imgs{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 64px;
    line-height: 1.3;
    font-size: 30px;
    color: #eb3e32;
    text-align: center;
    border: 2px solid #eb3e32;
    position: absolute;
    top: 50%;
    left: 0px;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
}

.opti-blocks .opti-imgs:before, .opti-blocks .opti-imgs:after {
    content: "";
    height: 2px;
    background: #eb3e32;
    position: absolute;
    top: -17px;
    left: 13px;
    right: 13px;
    transition: all 0.3s ease 0s;
}
.opti-blocks .opti-imgs:after {
    top: auto;
    bottom: -17px;
    left: 13px;
    right: 13px;
}

.opti-blocks:hover .opti-imgs:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.opti-blocks:hover .opti-imgs:after {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.fb-text{
    display: inline-block;
    vertical-align: middle;
}

.fb-text h5{
    font-size: 13px;
    font-weight: {rand_weight};
    color: var(--dark-text);
}

.fb-text span{
    color: #666666;
    font-size: 13px;
    font-weight: {rand_weight};
}

.bg-white{
    background-color: var(--white);
}

.position{
    flex-direction: row;
}

.section-contact{
    position: relative;
    padding: 139px 0;    
    overflow: hidden;    
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(uploads/pattern-bg-raM2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page_title{
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 46px;
    margin-bottom: 17px;
}

.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
}

.breadcrumb li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
} 

.breadcrumb li a{
 transition: all 0.3s ease-in-out;
  color: #fff;
}

.breadcrumb li a:hover{
    color: var(--accent-color);
}

.breadcrumb li:nth-last-child(1)::before {
    color: #ffffff;
    content: "/";
    margin: 7px;
} 

.section-map{
    overflow: hidden;
    margin-top: 39px;
}

.map{
    height: 406px;
    overflow: hidden;
}

.map iframe{
    height: 100%;
    border: none;
} 

.contact-inner-page{
    padding: 64px 0 39px;
}

.contact-wrapper{
    display: flex;
    flex-direction: column-reverse;
    gap: 46px;
}

.contact-form{
    flex: 2;
}

.contact-infa{
    flex: 1;
}

.contact-title{
    position: relative;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-title::before{
    content: "";
    position: absolute;
    background-color: var(--accent-color);
    width: 64px;
    height: 2px;
    bottom: 0;
}

.contact-inner{
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.contact-locations{
    padding-top: 13px;
}

.contact-inner-icon{
    width: 46px;
    height: 46px;
    background-color: #363f4d;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    margin-right: 17px;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.contact-locations li{
   display: table;
    margin-top: 17px;
}

.contact-locations li p, .contact-locations li a{
    display: table-cell;
    vertical-align: middle;
    color: #7a7a7a;  
    transition: all 0.3s ease-in-out;
    word-break: break-all;
}
.contact-locations li:hover p, .contact-locations li:hover a{
color: var(--accent-color);
}

.contact-locations li:hover .contact-inner-icon{
 background-color: var(--accent-color);
}

.form-wrapper input,.form-wrapper textarea{
    border-radius: 0;
    border: 1px solid #cdcdcd;
    text-transform: capitalize;
    padding: 13px 17px;
    color: #000;
    width: 100%;
    height: auto;
    font-size: 13px;

}
.input-control__holder-part,.textarea-control__holder-part{
    border-radius: 0;
    border: 1px solid #cdcdcd;
    text-transform: capitalize;
    padding: 13px 17px;
    color: #000;
    width: 100%;
    height: auto;
    font-size: 13px;
    outline:none;
}
.form{
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.contact-form-check{
    display: flex;
    align-items: center;
    gap: 7px;
}
    .form-check-label a{
    color: inherit;
    transition: all 0.5s;
}

.form-check-label a:hover{
    color: var(--accent-color);
}

.grup-form{
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}

.gallery-list {
    transition:all 3s ease 0s;
}

.gallery-box{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.gallery-box img{
    height: 146px;
    width: 100%;
    object-fit: cover;
}

.gallery-link{
    position: absolute;
    top: 0;
    text-align: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    line-height: 224px;
    right: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.gallery-link i{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-box:hover a{
    transform: scale(1);
}

.good-block{
    display: flex;
    gap: 17px;
    flex-direction:  column;
}

.good-box{
    flex: 1;
    display: flex;
    gap: 17px;
    flex-direction: row;
}

.product-wrapper{
    flex: 1;
}

.good-inner{
    padding: 17px;
    border: 1px solid #cdcd;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.product-img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 364px;
}

.product-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.product-info{
    display: flex;
    flex-direction: column;
    gap: 17px;
    justify-content: space-around;
    flex: 1;
}

.product-wrapper:hover .product-img img{
    transform: scale(1.05);
}

.section-comment{
    overflow: hidden;
    position: relative;
    z-index: 1;    
    background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(uploads/pattern-bg-raM3.webp);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 64px 0;
}
.comment-item{
    border-left: 3px solid #fff;
    padding: 100px 0 100px 264px;
    position: relative;
}

.comment-item:before {
    border-top: 3px solid #fff;
    top: 0;
}

.comment-item::after {
    border-bottom: 3px solid #fff;
    bottom: 0;
}

.comment-item:before, .comment-item:after {
    content: "";
    width: 317px;
    height: 59px;
    border-right: 3px solid var(--white);
    position: absolute;
    left: 0;
}

.comment-img{
    max-width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    padding: 3px;
    background: var(--white);
    border-radius: 0%;

}
.comment-img img{
    border-radius: 0%;
}
.comment-content{
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.comment-content p{
    line-height: 1.3;
}

.comment-content h2{
    font-size: 20px;
    font-weight: {rand_weight};
}

.comment-content h3{
    font-size: 13px;
    color: var(--accent-color);
    font-weight: {rand_weight};
}

.slider-comment .slick-track{
    display: flex;
    gap: 13px;
}

.product-info a h5{
    color: var(--dark-text);
    transition:all 0.3s ease-in-out;
}

.product-wrapper:hover .product-info a h5{
    color: var(--accent-color);
}

.rating i{
    color: #f7c633;
    margin: 0 1px;
}

.price{
    display: flex;
    color: var(--accent-color);
    gap:  7px;
    font-size: 13px;
    font-weight: {rand_weight};   
}

.page-img-wrapper{
    order: 0;
}

.page-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
}

@media (min-width: 576px){
    .page-img{
        height: 319px;
    }
}
@media (min-width: 768px){
    .page-img{
        height: 406px;
    }
}
@media (min-width: 992px){
    .page-img{
        height: 600px;
    }
}

.page-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.page-img:hover img{
    transform: scale(1.05);
}

.page-product-title{
    font-weight: {rand_weight};
    font-size: 29px;
    margin-bottom: 17px;
}

.page-product-infa .price{
    font-size: 20px;
}

.infa-product{
    color: #7a7a7a;
    border-top: 1px dashed #cdcdcd;
    border-bottom: 1px dashed #cdcdcd;
    padding: 22px 0 17px 0;
    margin: 22px 0;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.page-content{
    border: 1px dashed #cdcdcd;
    margin-top: 5px;
    padding: 22px 39px 25px;
}

.page-content ul{
    list-style: square;
    margin-left: 25px;
}

.page-content p{
    margin-bottom: 13px;
}

.code-product{
    display: flex;
    gap: 17px;
    color: #7a7a7a;
    font-size: 13px;
    align-items: center;
}

.infa-product p{
    display: flex;
    gap: 17px;
    align-items: center;
}

.related-good-block{
    display: flex;
    gap: 17px;
}

.related-products-item{
    flex: 1;
   height: 100%;
   width: 100%;
    display: flex;
    flex-direction: column;
}

.related-link{
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.related-link img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.related-info{
    flex: 1;
    padding: 17px 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:  17px;
}

.related-info h5{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
}

.prod-box{
    margin: 0 13px;
    border: 1px dashed #cdcdcd; 
}

.prod-box:hover .related-info h5{
    color: var(--accent-color);
}

.prod-box:hover .related-link img{
    transform: scale(1.05);
}

.slick-prev, .slick-arrow{
    position: absolute;
    top: -59px;
    margin: 0;
}

.slick-prev{
    right: 39px;
    left: auto;
}

.slick-next{
    right: 0;
}

.slick-prev:before, .slick-next:before{
    width: 39px;
    height: 39px;
    font-size: 30px;    
    line-height: 30px;
    color:  #363f4d;
    border-radius: 0;
}


 @media (max-width: 479px){
    .comment-img{
        position: static;
        float: none;
        margin: 0 auto;
        text-align: center;
        transform: inherit;
    }
    .comment-content{
        padding-left: 0;
        overflow: hidden;
        padding-top: 17px;
        text-align: center;
    }

    .comment-content h2,.comment-content h3{
        float: none;
        text-align: center;
    }

    .hero-text h1{
        font-size: 13px;
    }
 }


    @media (max-width: 575px){       
            button{
                width: 100%;
            }
            .navbar-toggler{
                width: auto;
            }
            .header-nav-container{
                flex-direction: column;
                gap: 0;
            }
            .header-logo{
                margin-left: auto;
                margin-right: auto;
            } 
            
            .header-min{
                display: none;
            }
            .hero-title{
                font-size: 29px;
            }

            .footer-img{
                gap: 13px;
            }

            .item-grup {
                flex-direction: column;
            }

            .opti-blocks{
            margin-bottom: 39px;
            }

            .page_title{
                font-size: 29px;
            }

            .breadcrumb li {
                font-size: 13px; 
            }

            .form-check-label{
                font-size: 13px;
            }

            .good-inner{
                flex-direction: column;
            }

            .good-box{
                flex-direction: column;
            }

            .page-content{
                margin: 0;
                padding: 17px 13px 22px;
            }

            .page-product-title{
                font-size: 20px;
            }

            .related-link {
                height: 246px;
            }

            .navbar{
                border-top: 1px  dashed #dedede;
            }
        
        }

        @media (max-width: 768px){         
        .header-min .row{
            flex-direction: column;
            gap: 13px;
            text-align: center;            
        }

        .header_list{
            justify-content: center;
        }

        .footer-cart{
            flex-direction: column;
            align-items: center;
        }

        .footer-white .col-md-4 {
            padding-bottom: 17px;
        }

        .grup-form{
            flex-direction: column;
            align-items: start;
        }

        .form-wrapper .col-md-4{
            margin-bottom: 17px;
        }

        .contact-title{
            font-size: 19px;
        } 
        
        .comment-item{
            padding: 17px;
        }

        .comment-item:before, .comment-item:after{
            width: 100%;
            height: 100%;
         }
         .section-page .row{
            gap: 17px;
        }
    }
         @media (min-width: 479px) and (max-width: 768px){
            .comment-img{
                position: static;
                float: left;
                transform: inherit;
            }
            .comment-content{
                padding-left: 17px;
                overflow: hidden;
            }
            .comment-content h2,.comment-content h3{
                float: right;
                text-align: right;
            }
            .hero-text h1{
            font-size: 20px;
        }

         }
        @media (min-width: 768.99px) and (max-width: 991.99px){
             .comment-item{
                padding: 64px 0 64px 164px;
            } 
            .comment-item:before, .comment-item:after{
                width: 264px;
            }
            .comment-img{
                left: 46px;
            }
            .page-product-title{
                font-size: 20px;
            }

        }
         @media (min-width: 574.99px) and (max-width: 991.99px){
           .opti-blocks{
            margin-bottom: 46px;
            }
            .hero-title{
                font-size: 30px;
            }
            .page_title{
                font-size: 30px;
            }
            .good-inner{
                flex-direction: row;
            }
            .product-img{
                flex: 1;
                
            }
            .good-block{
                flex-direction: column;
            }
            .good-box{
                flex-direction: column;
            }
           
         }
        @media(min-width: 991px){
           .text-menu{
            display: none;
           }
        }
        @media(max-width: 991px){
            .dropdown-menu{
                border: none;
                background-color: #fffef8;
            }

            .nav-item:not(:last-child),.dropdown-item:not(:last-child),.offcanvas-header{
                border-bottom: 1px dashed #dedede;
            }

            .nav-link{
                padding: 13px 0;
            }

            .footte-list{
                flex-direction: column;
             }

             .contact-wrapper{
                flex-direction: column;
             }

             .section-contact{
                padding: 59px 0;
             }

             .product-img{
                height: 355px;
                
            }

            .banner{
                height: 406px;
            }

            .hero-text {
                text-align: center;
            }          
        }
       

        @media(min-width: 1200px){
            .good-block{
              flex-direction:  column-reverse;
            }
        }
           
        @media(max-width: 1200px){
            .nav-link{
                font-size: 19px;
            }
        }

        .btn-1 {
            position: relative;
            margin: 0;
            width: fit-content;
            text-align: center;
            padding: 13px 17px;
            outline: none;
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            border: none;
            text-transform: uppercase;
            background-color: #eb3e32;
            border-radius: 13px;
            color: #fff;
            font-weight: 200;
            font-size: 13px;
            font-family: inherit;
            z-index: 0;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
          }
          
          .btn-1:hover {
            animation: sh0 0.5s ease-in-out both;
          }
          .btn-1:hover{
          color: #f0f4f4;
          }
          @keyframes sh0 {
            0% {
              transform: rotate(0deg) translate3d(0, 0, 0);
            }
          
            25% {
              transform: rotate(7deg) translate3d(0, 0, 0);
            }
          
            50% {
              transform: rotate(-7deg) translate3d(0, 0, 0);
            }
          
            75% {
              transform: rotate(1deg) translate3d(0, 0, 0);
            }
          
            100% {
              transform: rotate(0deg) translate3d(0, 0, 0);
            }
          }
          
          .btn-1:hover span {
            animation: storm 0.7s ease-in-out both;
            animation-delay: 0.06s;
          }
          
          .btn-1::before,
          .btn-1::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: #fff;
            opacity: 0;
            transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
            z-index: -1;
            transform: translate(100%, -25%) translate3d(0, 0, 0);
          }
          
          .btn-1:hover::before,
          .btn-1:hover::after {
            opacity: 0.15;
            transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
          }
          
          .btn-1:hover::before {
            transform: translate3d(50%, 0, 0) scale(0.9);
          }
          
          .btn-1:hover::after {
            transform: translate(50%, 0) scale(1.1);
          }
          
          .btn-2 {
            display: block;
            width: fit-content;
            padding: 17px 39px;
            font-size: 16px;
            font-weight: 800;
            color: #fff;
            background: linear-gradient(130deg, #eb3e32, #c94d4d, #8e3636);
            border-radius:  50px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            z-index: 1;
            border: none;
            border-style: solid;
            border-width: 2px;
            transition: transform 0.3s ease-in-out;
          }
          
          .btn-2:before,
          .btn-2:after {
            content: "";
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.3;
            pointer-events: none;
            transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
          }
          
          .btn-2:before {
            left: 100%;
            background: linear-gradient(130deg, #eb3e32, #c94d4d, #8e3636);
            z-index: -1;
          }
          
          .btn-2:hover:before {
            transform: translateX(-50%);
            opacity: 1;
          }
          
          .btn-2:after {
            right: 100%;
            background: linear-gradient(130deg, #eb3e32, #c94d4d, #8e3636);
            z-index: -1;
          }
          
          .btn-2:hover:after {
            transform: translateX(50%);
            opacity: 1;
          }
          
          .btn-2:hover .button-text {
            transform: translateY(-3px);
          }
          
        
          .btn-3 {
            display: inline-block;
           text-align: center;
            font-size: 13px;
            font-weight: {rand_weight};
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: #ffffff;
            background-color: #ff5f5f;
            border-style: none;
            border-radius: 6px;
            padding: 17px 20px;
            transform: scale(1);
            transition: 0.2s;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            cursor: pointer;
          }
          
          .btn-3:hover {
            background-color: #eb3e32;
            box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
          }
          
          .btn-3:active {
            transform: scale(0.95);
            box-shadow: none;
          }
        
          
          .btn-4 {
              background: #4328b7;
              padding: 17px 25px;
              border: 2px solid #4328b7;
              color: #fff;
              border-radius: 7px;
              font-size: 13px;
              display: block;
              font-weight: {rand_weight};
              position: relative;
              text-transform: uppercase;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              text-align: center;
          }
          
        
          .btn-4:hover,.btn-4:focus {
            background: #1b2032;
            color: #fff;
            border: 2px solid #1b2032;
          }

          .btn-5 {
            border: 1.5px solid rgb(34, 30, 30);
            padding: 13px; 
            width: fit-content;
            text-align: center;
            display: block;  
            color: #f5f0f0;
            background-color: #2F2519;
            box-shadow: 3px 3px 6px #2F2519;
            transition: transform 0.3s ease-in-out;
          }
          
          .btn-5:hover {
            background-color: #eb3e32;
            color: #f5f0f0;
            transform: scale(1.07);
          }