
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Montserrat", sans-serif;
    margin: 0;padding: 0;
}
:root{
    --thm-font: "Montserrat", sans-serif;
    --thm-base: #da261e;
    --thm-base-light: #DA251C30;
    --thm-base2: #D6E3DC90;
    --thm-base2-light: #D6E3DC30;
    --thm-base3: #0098DB;
    --thm-base3-light: #0098DB30;
    --thm-black: #000000;
    --thm-black-ligth: #00000040;
    --thm-gray: #999999;
    --thm-line: #8b8b8b30;
    --thm-white: #ffffff;
    --thm-section-bg: #f7f7f7;
    --thm-light: #c7c7c7;
    --thm-footer: #e2e2e2;
    --thm-primary: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{ margin: 0;}
ul{ margin: 0; padding: 0;}
li{ list-style: none;}
h1{ font-size: 50px; font-weight: 500;}
h2{ font-size: 32px; font-weight: 600;}
h1{ font-size: 50px; font-weight: 500;}
h2{ font-size: 30px; font-weight: 700;}
h3{ font-size: 24px;}
h4{ font-size: 18px; font-weight: 600;}
h5{ font-size: 20px; font-weight: 500;}
h6{ font-size: 18px;}
a{ color: var(--thm-black); text-decoration: none; font-weight: 500; transition: 0.5s;}
.text-align-justify{ text-align: justify;}
a:hover {color: var(--thm-base); }
.mb-80{ margin-bottom: 80px;}
.mt-80{ margin-top: 80px;}
.container{ max-width: 1400px;}
/* .b-black{ color: var(--thm-black); font-weight: 600;} */

.heading-tag{ display: inline-block; font-size: 14px; color: var(--thm-base); margin-bottom: 10px; font-weight: 600; text-transform: uppercase; position: relative; border: 1px solid var(--thm-base); padding: 6px 17px; border-radius: 25px;}
.heading{ color: var(--thm-black); margin-bottom: 15px;}
.description{ font-size: 15px; margin-bottom: 15px; font-weight: 500; color: var(--thm-primary);}

.btn-box { background-color: var(--thm-black); color: #fff; font-size: 13px; padding: 9px 20px; transition: 0.5s; display: inline-block; position: relative; overflow: hidden; z-index: 2; transition: 0.5s; border-radius: 2px; font-weight: 600; text-transform: uppercase;}
.btn-box:hover { color: #fff; background-color: #DA261E;}
.btn-box:hover::before { background-color: #DA261E; transform: rotate(31deg);}

.btn-box.style2{ background-color: #ffffff; color: var(--thm-black);}
.btn-box.style2:hover{ background-color: var(--thm-base); color: var(--thm-white);}

.btn-box.style3{ background-color: var(--thm-base);}
.btn-box.style3:hover::before{ background-color: #923f41;}

.owl-dots { text-align: center;}
.owl-dot { width: 7px; height: 7px; margin: auto; background-color: var(--thm-base) !important; margin: 0 4px; opacity: 1; margin-top: 20px !important; border-radius: 10px !important;}
.owl-dots .active { background-color: var(--thm-base-light) !important;}

header{ width: 100%; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;}
.top-header-bg{ background-color: var(--thm-base);}
.top-header{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 3px 0px;}
.top-header div{ display: flex; align-items: center;}
.top-header .header-contact-info div{ display: flex; gap: 6px; border-right: 1px solid var(--thm-line); padding: 10px 20px;}
.top-header a{ font-size: 14px; font-weight: 500; color: var(--thm-white);}
.top-header i{ font-size: 17px; font-weight: 200; color: var(--thm-white); margin-top: 1px;}
.top-header a:hover{ color: var(--thm-white);}
.top-header .social-media-container div{ display: flex; gap: 8px; align-items: center; border-right: 1px solid #FFFFFF30; padding: 0px 20px; color: var(--thm-white);}
.top-header div p{ font-size: 13px; font-weight: 500; letter-spacing: 0.5px;}
.top-header .header-contact-info div:first-child{ padding-left: 0px;}
.top-header .header-contact-info div:last-child{ border: none;}
.top-header .social-media-container div:last-child{ border: none; padding-right: 0px;}
.top-header .social-media-container .social-media{ display: flex; gap: 20px;}
.top-header .social-media-container .social-media a{ position: relative;}
.top-header .social-media-container .social-media a i{ font-size: 14px;}
.top-header .social-media-container .social-media a::before{ position: absolute; content: ""; width: 0px; height: 0px; background-color: var(--thm-base); top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; border-radius: 50%; transition: 0.3s;}
.top-header .social-media-container a:hover{ color: #FFFFFF99;}
.top-header .social-media-container .social-media a:hover::before{ width: 30px; height: 30px;}

.nav-bar .container{ display: flex; padding: 10px 0px; justify-content: space-between; align-items: center;}
.nav-bar .container .logo{
    max-width: 380px;
    /* background-color: #D6E3DC60;
    padding: 12px 100px 12px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px; 
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 80% 80%, 0 100%); */
}
.nav-bar .menu-section{ display: flex; gap: 15px; align-items: center;}
.nav-bar .menu-section .menu{ display: flex; gap: 25px;}
.nav-bar .menu-section .menu li{ position: relative;}
.nav-bar .menu-section .menu li::before{ position: absolute; content: ""; width: 0%; height: 1px; bottom: -2px;    background-color: var(--thm-base); transition: 0.5s;}
.nav-bar .menu-section .menu li:hover::before{ width: 100%;}
.nav-bar .menu-section .menu li a{ font-weight: 600; font-size: 14px; text-transform: uppercase;}
.nav-bar .menu-section .menu li i{ transition: 0.5s;}
.nav-bar .menu-section .menu li a:hover,
.nav-bar .menu-section .menu li:hover i{ color: var(--thm-base);}
.nav-bar .menu-section .menu .active > a{ color: var(--thm-base);}
.nav-bar .menu-section .menu .active::before{ width: 100%; transform: rotate(0deg);}
.nav-bar .menu-section .menu .active i{ color: var(--thm-base);}

.nav-bar .nav-connect{ display: flex; gap: 15px; align-items: center;}
.nav-bar .nav-connect .call{ display: flex; gap: 10px; align-items: center;}
.nav-bar .nav-connect .call a{ display: block; line-height: 1.1;}
.nav-bar .nav-connect .call a i{ animation-name: pulse; animation-duration: 1.5s; animation-timing-function: ease-out; animation-iteration-count: infinite; border-radius: 50%; background-color: var(--thm-base2); font-size: 22px; color: var(--thm-black); padding: 9px 12px;}
@keyframes pulse {
    0% { box-shadow: 0 0 0 5px #76747430;}
    80% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);}
}
.nav-bar .nav-connect .call a:hover{ color: var(--thm-base);}
.nav-bar .nav-connect .call a span{ font-size: 13px; color: var(--thm-gray);}
.nav-bar .iso-nav-logo{ max-width: 120px;}

.banner-section{ position: relative; background-color: #dadada; overflow: hidden; position: relative; display: flex; align-items: center;}
.banner-silder .banner-img{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.banner-silder .banner-content{ /* width: 35%; position: absolute; top: 50%; transform: translatey(-50%); padding: 30px 100px 50px 30px; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 90% 90%, 0 100%); */ margin-top: -1px; border-top: 8px solid var(--thm-base);  padding: 30px 0px; margin-left: 20px; }
.banner-silder .banner-content h6{ display: inline-block; color: var(--thm-base); margin-bottom: 10px; font-weight: 700; font-size: 18px; text-transform: uppercase;}
.banner-silder .banner-content h1{ font-size: 40px; color: var(--thm-black); font-weight: 800; margin-bottom: 15px;}
.banner-silder .banner-content p{ color: var(--thm-black); font-weight: 600;}
.banner-silder .banner-content .banner-btn{ display: flex; gap: 15px; align-items: center;}
/* .banner-silder .banner-img .banner-product-img img{
    margin: auto;
    animation: imgtextup 3s linear infinite; 
} 
@keyframes imgtextup{
    0% { transform: translatey(10px);}
    50% { transform: translatey(-10px);}
    100% { transform: translatey(10px);}
} */
.banner-silder .owl-dots { text-align: right !important; margin-top: -80px; margin-right: 15%; }
.banner-silder .owl-dot { width: 35px; height: 4px; margin: auto; background-color: var(--thm-base) !important; margin: 0 5px; opacity: 0.9; margin-top: 40px !important; border-radius: 30px !important; }
.banner-silder .owl-dots .active { background-color: var(--thm-white) !important; }
.btn-box.banner-contact-button{ width: 100%; margin-top: 10px; display: block; border: none; }

.about-section{ padding-top: 40px;}
.about-section .container{ position: relative;}
.iso-logo{ position: absolute; top: -10%; right: -10px; transform: translateY(-10%); z-index: -1; max-width: 380px; opacity: 0.1;}
.about-imgs{ background-color: var(--thm-base); border-radius: 16px 5px 5px 5px; margin-right: 20px;}
.about-imgs img{ width: 100%; border-radius: 5px 5px 5px 5px;}
.about-section .about-page-img{ width: 100%; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;}

.about-section.about-section22{ background-color: var(--thm-base2-light); padding: 80px 0px;}
.quality-img img{ width: 100%;}
.about-section.quality-page img{ width: 100%; border-radius: 5px;}

.funfact .heading-tag{ border: 1px solid #FFFFFF;}
.funfact{ background-color: var(--thm-base); padding: 80px 0px;}
.funfact .funfact-content{ display: grid; gap: 40px 20px ; grid-template-columns: repeat(3, 1fr); margin-top: 20px;}
.funfact .funfact-content .funfact-items{ border: 2px solid var(--thm-base2-light); text-align: center; padding: 15px; border-radius: 5px; margin-top: 20px; transition: 0.5s;}
.funfact .funfact-content .funfact-items .funfact-icon{ margin-top: -50px; margin-bottom: 10px; transition: all .3s ease;}
.funfact .funfact-content .funfact-items .funfact-icon i{ font-size: 30px; padding: 15px; background-color: var(--thm-base); color: #FFFFFF99; border-radius: 4px; transition: 0.5s;}
.funfact .funfact-content .funfact-items h2 span{ font-weight: 700; color: #FFFFFF99; transition: 0.5s;}
.funfact .funfact-content .funfact-items:hover h2 span{ color: #FFFFFF;}
.funfact .funfact-content .funfact-items h2 span:first-child{ font-size: 40px; font-weight: 700;}
.funfact .funfact-content .funfact-items .description{ margin-bottom: 0px; color: #FFFFFF99; transform: 0.5s;}
.funfact .funfact-content .funfact-items:hover .description{ color: #FFFFFF;}
.funfact .funfact-content .funfact-items:hover .funfact-icon i{ background-color: var(--thm-section-bg); color: var(--thm-base);}
.funfact .funfact-content .funfact-items:hover .funfact-icon{ animation: rotate-icon 0.3s linear;}
@keyframes rotate-icon{
    to{ transform: scaleX(-1);}
}

.products-section .products-items-container{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(4,1fr);
}
.products-section .products-items{
    /* background-color: var(--thm-white); */
    /* box-shadow: rgba(149, 157, 165, 0.) 0px 8px 24px; */
    border-radius: 10px;
}
.products-section .products-items-container .products-items .product-img{
    overflow: hidden;
    background-color: #f8d6d4;
    border-radius: 0px;
    border-radius: 8px 8px 0px 0px;
    border: 2px solid #da261e90;
    border-bottom: none;
}
.products-section .products-items-container .products-items .product-img img{
    width: 100%;
    transition: 0.5s;
    border-radius: 8px 8px 0px 0px;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    background-color: var(--thm-white);
    /* margin-top: -2px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 95% 93%, 0 100%); */
}
.products-section .products-items-container .products-items .product-name{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    transition: 0.5s;
    padding: 3px 15px;
    background-color: var(--thm-base2);
    border-radius: 0px 0px 8px 8px;
    border: 2px solid var(--thm-base-light);
    border-top: none;
}
.products-section .products-items-container .products-items .product-name h5{
    text-align: center;
}
.products-section .products-items-container .products-items .product-name h5 a{
    display: block;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    text-transform: uppercase;
    color: var(--thm-black);
    line-height: 1.3;
}
.products-section .products-items-container .products-items .product-name .arrow-icon{
    font-size: 26px;
    opacity: 0;
    transition: 0.5s;
    color: var(--thm-black);
}

.products-section .products-items-container .products-items:hover .arrow-icon{
    opacity: 1;
    color: var(--thm-base);
}
.products-section .products-items-container .products-items:hover .product-img img{
    transform: scale(1.15);
}
.products-section .products-items-container .products-items:hover .product-name h5 a{
    color: var(--thm-base);
}
.products-section .products-items-container .products-items .product-name:hover{
    background-color: var(--thm-base);
    border: 2px solid var(--thm-base);
    border-top: none;
}
.products-section .products-items-container .products-items .product-name:hover h5 a,
.products-section .products-items-container .products-items .product-name:hover .arrow-icon{
   color: var(--thm-white);
}
.products-section .products-items-container .products-items .product-caltoaction{
    text-align: center;
    height: 100%;
    padding: 30px 20px;
    background-image: url(../images/003.jpg);
    border-radius: 8px;
}
.products-section .products-items-container .products-items .product-caltoaction h5{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}



.our-products-section{
    background-color: var(--thm-base2-light);
    padding: 120px 0px;
}
.our-products-section .products-items-container{
    display: grid;
    gap: 40px 25px;
    grid-template-columns: repeat(4, 1fr);
}
.our-products-section .products-items-container .products-items .description{
    font-size: 14px;
    padding: 0px 6px;
}
.our-products-section .products-items-container .products-items .product-img{
    overflow: hidden;
    /* background-color: var(--thm-base); */
}
.our-products-section .products-items-container .products-items .product-img img{
    width: 100%;
    transition: 0.5s;
    border-radius: 8px 8px 0px 0px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    background-color: var(--thm-base2);
    padding: 10px 0px;
    /* margin-top: -2px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 95% 93%, 0 100%); */
}
.our-products-section .products-items-container .products-items .product-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    padding: 3px 0px;
    border-bottom: 1px solid #99999930;
    overflow: hidden;
    margin: 10px 6px 12px;
}
.our-products-section .products-items-container .products-items .product-name h3 a{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    transition: 0.5s;
    text-transform: capitalize;
    color: var(--thm-black);
    display: block;
}
/* .our-products-section .products-items-container .products-items:hover .product-name h3 a{
    margin-left: 0px;
} */
.our-products-section .products-items-container .products-items .product-name .arrow-icon i{
    font-size: 28px;
    opacity: 0;
    font-weight: 300;
    transition: 0.5s;
    color: var(--thm-base);
}
.our-products-section .products-items-container .products-items:hover .arrow-icon i{
    opacity: 0.6;
}
.our-products-section .products-items-container .products-items .product-name .arrow-icon:hover i{
    color: var(--thm-base);
    opacity: 1;
}
.our-products-section .products-items-container .products-items:hover .product-img img{
    transform: scale(1.15);
    /* -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%); */
}

.our-products-section.our-products-section2{
    background-color: var(--thm-white);
    padding: 0px;
}
.our-products-section .products-items{
    /* padding: 10px 10px 5px 10px; */
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
    border-radius: 8px;
    background-color: var(--thm-white);
    border: 2px solid #da261e00;
    overflow: hidden;

    position: relative;
    padding-bottom: 40px;
}
.products-items-content{
    padding: 0px 10px;
}
.our-products-section .products-items .btn-box{
    display: block;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.our-products-section.our-products-section2 .products-items-container{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3,1fr);
}


.wcu-section{
    background-color: var(--thm-section-bg);
    padding: 70px 0px;
}
.wcu-section.about-wcu-section{
    background-color: #f25c5410;
}
.wcu-section .wcu-bold{
    font-weight: 600;
}
.wcu-section .wcu-points{
    display: grid;
    gap: 5px 0px;
    grid-template-columns: repeat(2, 1fr);
}
.wcu-section.about-wcu-section .wcu-points{
    display: grid;
    gap: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
}
.wcu-section.about-wcu-section .wcu-points p{
    border-bottom: 1px solid var(--thm-black-ligth);
    padding-bottom: 10px;
}
.wcu-section.about-wcu-section .wcu-points p b{
    font-weight: 500;
    color: var(--thm-black);
}
.wcu-section .wcu-points p{
    font-weight: 500;
    font-size: 15px;
    color: var(--thm-primary);
}
.wcu-section .wcu-points p i{
    color: var(--thm-base);
    font-weight: 600;
    margin-right: 4px;
}
.wcu-img{
    background-color: var(--thm-white);
    border-radius: 5px 5px 5px 5px;
}
.wcu-img img{
    border-radius: 15px 5px 5px 5px;
    padding: 10px 20px 20px 10px;
    /* background-color: var(--thm-white);
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 96% 95%, 0 100%);
    margin: -1px; */
}


.product-application-section .product-application-container .product-application-items{
    padding-top: 15px;
    text-align: center;
}
.product-application-section .product-application-container .product-application-items .prod-app-img{
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
    /* margin: 0px 18px; */
    /* border: 2px solid var(--thm-base-light); */
    /* padding: 3px; */

}
.product-application-section .product-application-container .product-application-items img{
    width: 100%;
    border-radius: 0;
    /* -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 96% 95%, 0 100%);
    margin: -1px; */
    transition: 0.5s;
}
.product-application-section .product-application-container .product-application-items:hover img{
    transform: scale(1.05);
}

.product-application-section .product-application-container .product-application-items h4{
    /* margin-top: 10px;
    font-size: 15px;
    color: var(--thm-primary); */
    font-size: 14px;
    color: #ffffff;
    background: #da261e;
    padding: 8px 5px 8px 5px;
    border-radius: 0px 15px 0px 15px;
}









.tagline-section{
    background-image: url(../images/003.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--thm-base3-light);
    padding: 60px 0px;
}
.two-btn{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.points-section-container{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.points-section-items{
    text-align: center;
    border: 1px solid var(--thm-light);
    padding: 20px;
    border-radius: 8px;
}
.points-section .step img{
    margin-bottom: 15px;
    max-width: 65px;
}
.points-section .step h4{
    margin-bottom: 15px;
}
.points-section .step .description{
    margin-bottom: 0px;
}
.points-section .points-section-items:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--thm-white);
}
.points-section.about-page-points .points-section-container{
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
}
.points-section.about-page-points .points-section-items{
    border: none;
    border-bottom: 1px solid var(--thm-base2);
    border-right: 1px solid var(--thm-base2);
    padding: 10px;
    border-radius: 0px;
}
.points-section.about-page-points .points-section-items:first-child{
    border-top: 1px solid var(--thm-base2);
    border-left: 1px solid var(--thm-base2);
}
.points-section.about-page-points .points-section-items:nth-child(2), 
.points-section.about-page-points .points-section-items:nth-child(3){
    border-top: 1px solid var(--thm-base2);
}
.points-section.about-page-points .points-section-items:nth-child(4),
.points-section.about-page-points .points-section-items:nth-child(7){
    border-left: 1px solid var(--thm-base2);
}
.points-section.about-page-points .points-section-items .step{
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: left;
}
.points-section.about-page-points .points-section-items .step img{
    margin-bottom: 0px;
    max-width: 45px;
}
.points-section.about-page-points .points-section-items .step h4{
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
}
.points-section.about-page-points .points-section-items .step h4 span{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.about-page-points.quality-page-points .points-section-items .step{
    display: block;
    gap: 0px;
    align-items: center;
    text-align: center;
}
.points-section.about-page-points.quality-page-points .points-section-items .step img{
    margin-bottom: 5px;
    max-width: 150px;
}
.points-section.about-page-points.quality-page-points .points-section-items .step h4{
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    background-color: var(--thm-base2);
    padding: 6px 0px;
}


.access-adv-section{
    margin: 0px 20px;
}
.access-adv-silder .item{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px;
    margin: 5px;
    background-color: var(--thm-white);
    border-radius: 10px 0px 0px 0px;
}
.access-img{
    position: relative;
    background-color: var(--thm-base-light);
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 97% 95%, 0 100%);
}
.access-img img{
    max-width: 200px;
}
.access-img-content{
    position: absolute;
    top: 30px;
    left: 45%;
}
.access-img-content h3{
    color: var(--thm-black);
    margin-bottom: 8px;
    line-height: 1.3;
}
.access-img-content p{
    color: var(--thm-base);
    font-weight: 500;
}
.access-img-content.access-img-content2 h3{
    color: #000;
}
.access-img-content.access-img-content2 p{
    color: #000;
    font-weight: 700;
}
.access-img-content.access-img-content3 p{
    color: #000;
    font-size: 17px;
}
.access-img-content.access-img-content3 i{
    font-size: 35px;
    color: var(--thm-base);
}
.access-btn{
    position: absolute;
    bottom: 20px;
    left: 45%;
}


.trending{
    display: inline-flex;
    gap: 3px;
    align-items: center;
    background-color: var(--thm-base);
    color: var(--thm-white);
    padding: 2px 8px;
    margin-bottom: 7px;
    font-size: 14px;
}
.trending i{
    font-size: 12px;
}

.adv-section .adv-section-container{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.adv-section .adv-section-container .adv-content{
    padding: 25px;
    border-radius: 6px;
    background-color: var(--thm-section-bg);
}
.adv-section .adv-section-container .adv-content .heading{
    font-size: 28px;
    font-weight: 700;
    color: var(--thm-base);
    margin-bottom: 10px;
    border-bottom: 1px solid var(--thm-light);
    padding-bottom: 5px;
}

.perspective-section{ padding: 50px 0px; background: linear-gradient(#ffffff, var(--thm-base2-light)); }
.perspective-section .perspective-items{ padding: 20px; margin-top: 10px; border-radius: 6px; border: 1px solid var(--thm-base2); transition: 0.5s;}
.perspective-section .perspective-items img{ max-width: 60px; margin-bottom: 14px;}
.perspective-section .perspective-items h5{ font-weight: 600; font-size: 18px;}
.perspective-section .perspective-items:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--thm-white);
    background-color: var(--thm-white);
}

.brands-section{
    padding: 0px 0px 20px;
}
.brands-section .brands-silder img{
    margin: 10px 0px;
    padding: 0px 20px;
    background-color: var(--thm-white);
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.testimonial-section {
    background-color: #f25c5410;
    padding: 60px 0px; 
}
.testimonial-section .testimonial-silder .testimonial-silde-items {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 8px;
    margin: 10px;
    padding: 30px;
    background-color: var(--thm-white);
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.testimonial-section .testimonial-silder .testimonial-silde-items .comma-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    max-width: 50px;
    z-index: -1;
    opacity: 0.7;
}
.testimonial-section .testimonial-silder .testimonial-silde-items .name-section {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.testimonial-section .testimonial-silder .testimonial-silde-items .name-section div img{
    width: 85%;
    margin: auto;
}
.testimonial-section .testimonial-silder .testimonial-silde-items .name-section div h4{
    font-size: 18px;
}
.testimonial-section .testimonial-silder .testimonial-silde-items .name-section div h6{
    font-size: 14px;
    color: var(--thm-gray);
}
.reating{
    font-size: 12px;
    color: var(--thm-base);
    transition: 0.5s;
    margin-top: 2px;
}

.callToAction-section{
    padding: 50px 0px;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/banner/callToAction.jpg);
    background-color: var(--thm-base2-light);
}
.callToAction-section .calltoaction-content{
    text-align: center;
}
.callToAction-section .calltoaction-content h2{
    font-size: 35px;
    margin-bottom: 15px;
}
.callToAction-btn{
    border: none;
}
.callToAction-section.cta22{
    background-image: none;
}

.footer-section{ background-color: var(--thm-black);}
.footer-bg-img{
    background-image: url(../images/Footer.jpg);
    background-size: cover;
    background-position: top;
}
.footer-container{
    padding: 70px 10px 30px 10px;
    position: relative;
}
.footer-about{
    /* background-color: #FFFFFF30; */
    background-color: #000000b8;
    padding: 15px;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    margin-bottom: 30px;
}
.footer-logo a img{
    margin-bottom: 10px;
}
.footer-section .footer-container .description{
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 15px;
}
.footer-section .social-media{
    display: flex;
    gap: 0px 25px;
    align-items: center;
    margin: 10px 10px;
}
.footer-section .social-media a{
    position: relative;
    color: var(--thm-footer);
    z-index: 2;
}
.footer-section .social-media i{
    font-size: 16px;
    color: var(--thm-footer);
    background-color: transparent;
    transition: 0.5s;
}
.footer-section .social-media a::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--thm-base);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    transition: 0.3s;
}
.footer-section .social-media a:hover{
    color: var(--thm-white);
}
.footer-section .social-media a:hover::before{
    width: 35px;
    height: 35px;
    background-color: var(--thm-white);
}
.footer-section .social-media a:hover i{
    color: var(--thm-base);
}

.footer-other-logo{
    text-align: right;
}
.footer-other-logo a img{
    max-width: 180px;
    background-color: var(--thm-white);
    border-radius: 0px;
}
.footer-container .description{
    color:var(--thm-footer);
    font-weight: 400;
}
.footer-container .sub-heading{
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--thm-footer);
    padding-bottom: 4px;
    border-bottom: 1px solid var(--thm-base2);
    margin-bottom: 25px;
    font-weight: 500;
}
.footer-services li{
    margin-bottom: 4px;
    overflow: hidden;
}
.footer-services li a{
    display: inline-flex;
    color: var(--thm-footer);
    transition: 0.5s;
    position: relative; 
    padding: 3px 7px;
    font-size: 15px;
    font-weight: 400;
    gap: 8px;
    align-items: center;
    z-index: 1;
}
.footer-services li a img{
    display: none;
}
.footer-services li a i{
    font-weight: 400;
    font-size: 12px;
}
.footer-services li a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #DA261E99;
    bottom: 0px;
    left: -100%;
    transition: 0.5s;
    z-index: -1;
    border-radius: 2px;
}
.footer-services li a:hover::before{
    color: var(--thm-base); 
    left: 0px;
}
.grid-footer-services{
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(2, 1fr);
}


.footer-quick-links{
    position: absolute;
    top: 0px;
    right: 0%;
}
.footer-quick-links .footer-services{
    display: flex;
    gap: 40px;
    background-color: var(--thm-base);
    padding: 20px 70px 10px 70px;
    border-radius: 0px 0px 15px 15px;
}

.footer-quick-links .footer-services li a:hover::before{ 
    background-color: var(--thm-white);
}   
.footer-quick-links .footer-services li a:hover{
    color: var(--thm-base);
}

.footer-contact > a{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    color: var(--thm-footer);
}
.footer-contact p{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    color: var(--thm-footer);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--thm-line);
    font-size: 14px;
    font-weight: 400;
}
.footer-contact p:last-child{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    color: var(--thm-footer);
    padding-bottom: 0px;
    border-bottom: none;
}
.footer-contact p a{
    color: var(--thm-footer);
    font-size: 14px;
    font-weight: 500;
}
.footer-contact a:hover{
    color: var(--thm-base);
}
.footer-bottom-section{
    padding: 15px 0px;
    border-top: 1px solid  var(--thm-line);
    background-color: var(--thm-base);
}
/* .footer-bottom-section .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.footer-bottom-section p{
    font-size: 14px;
    font-weight: 500;
}
.footer-bottom-section p a{
    color: var(--thm-footer);
    transition: 0.5s;
}
.footer-bottom-section p a:hover{
    color: var(--thm-base);
}

.product_style {
    /* background-color: #ffffff30; */
    background-color: #000000b8;
    padding: 20px 15px;
    margin-right: 65px;
    border-radius: 10px;
    border-top: 4px solid #DA261E;

}

.product_style li a {
    color: #fff;
}

.product_style li a i {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.breadcrumb-section .breadcrumb-bg {
    background-color: var(--thm-section-bg);
    padding: 80px 0px;
    text-align: center;
    display: flex;
    background-image: url(../images/banner/breadcrumb-img.jpg);
    background-position: center;
}
.breadcrumb-section .breadcrumb-bg nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrumb-section .breadcrumb-heading {
    font-size: 26px;
    font-weight: 500;
    color: var(--thm-white);
}
.breadcrumb-section .breadcrumb {
    display: inline-flex;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    margin-top: 7px;
    border-bottom: 1px solid var(--thm-white);
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
    font-weight: 500;
    color: var(--thm-white);
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
    font-size: 15px;
}
.breadcrumb-section .breadcrumb .symbol-breadcrumb {
    font-weight: 400;
    font-size: 12px;
    color: var(--thm-white);
    padding: 0px 8px;
    margin-top: 2px;
} 
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    color: #ffffff99;
    font-weight: 500;
}


.form-section-bg{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
}
.form-section {
    padding: 30px;
    /* background-color: var(--thm-white);
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 97% 95%, 0 100%); */
}
.form-heading {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--thm-base);
}
.form-control {
    display: block;
    margin-top: 3px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    border-radius: 3px;
    margin-top: 3px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
}
.form-select:focus {
    border: 1px solid var(--thm-base-light);
    box-shadow: rgba(250, 91, 91, 0.25) 0px 0px 0px 0.25rem;
}
.form-control:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    border-color: var(--thm-base-light) !important;
    outline: 0px;
    box-shadow: rgba(250, 91, 91, 0.25) 0px 0px 0px 0.25rem;
}
.form-section .btn-box{
    border: none;
}

/* .contact-info-page{
    background-color: var(--thm-section-bg);
    padding: 80px 0px;
} */
.contact-info-page .form-section{
    padding: 0px;
}
.contact-info-page .form-section .row{
    padding: 30px;
}
.contact-info-page .form-head-box{
    background-color: #F22D3210;
    padding: 20px 20px 5px 20px;
    margin-top: -6px;
    border-radius: 15px 5px 0px 0px;
}
.contact-info-page .form-section .form-head-box .form-heading{
    text-align: start;
}

.contact-info-page .contact-info{
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(1, 1fr);
    margin: 20px 0px;
}
.contact-info-page .contact-info .contact-info-items{
    border-bottom: 2px solid var(--thm-section-bg);
    padding: 15px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 8px; */
    border-radius: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.contact-info-page .contact-info .contact-info-items i{
    font-size: 26px;
    color: var(--thm-white);
    font-weight: 300;
    background-color: var(--thm-base);
    padding: 13px;
    border-radius: 3px;
}
.contact-info-page .contact-info .contact-info-items p{
    font-size: 17px;
    font-weight: 600;
}
.contact-info-page .contact-info .contact-info-items a{
    color: var(--thm-primary);
    font-size: 15px;
    font-weight: 500;
}
.contact-info-page .contact-info .contact-info-items span{
    color: var(--thm-primary);
    font-weight: 500;
}
.contact-info-page .contact-info .contact-info-items a:hover{
    color: var(--thm-base);
}

.contact-info-page .contact-info-social{
    display: flex;
    gap: 0px 25px; 
    align-items: center;
    margin-top: 25px;
}
.contact-info-page .contact-info-social h4{
    font-size: 18px;
    margin-top: -4px;
    font-weight: 600;
}
.contact-info-page .contact-info-social .social-media{
    display: inline-flex;
    gap: 22px;
    align-items: center;;
}
.contact-info-page .contact-info-social .social-media a{
    position: relative;
    color: var(--thm-white);
    z-index: 2;
}
.contact-info-page .contact-info-social .social-media i{
    font-size: 18px;
    color: var(--thm-primary);
    background-color: transparent;
    transition: 0.5s;
}
.contact-info-page .contact-info-social .social-media a::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background-color: var(--thm-base);
    top: 48%;
    left: 50%;
    transform: translate(-48%, -50%);
    z-index: -1;
    border-radius: 50%;
    transition: 0.3s;
}
.contact-info-page  .contact-info-social .social-media a:hover i{
    color: var(--thm-white);
}
.contact-info-page  .contact-info-social .social-media a:hover::before{
    width: 35px;
    height: 35px;
}
.iframe-container iframe{
    margin-bottom: -7px;
}


.service-detail-page .service-detail-content.btop{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 5px solid #DA261E20;
}
.service-detail-page .service-detail-content h2{ font-size: 35px; font-weight: 700; margin-bottom: 20px; color: var(--thm-base);}
.service-detail-page .service-detail-content h3{ font-size: 20px; font-weight: 700; margin-bottom: 15px;}
.service-detail-page .service-detail-content h5{ font-size: 20px; font-weight: 700; margin-bottom: 15px;}
.points-ul li{ margin-bottom: 7px; list-style: disc; margin-left: 20px;}

.service-detail-page .service-detail-content .product-page-silder .item img{ box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px; border: 1px solid #00000020; border-radius: 10px;}
.service-detail-page .service-detail-content .product-d-img{ width: 100%; border-radius: 10px; padding: 0px 80px; border: 1px solid #00000020;}

.service-detail-page .service-detail-content .chart-img{ max-width: 100%; border-radius: 10px; border: 1px solid #00000020; filter: contrast(01);}
.service-detail-page .service-detail-content .product-d-img.product-d-img22{ padding: 0px;}
.service-detail-page .service-detail-content .product-d-img.product-d-img22.product-d-img33{ padding: 15px 0px;}
.service-detail-page .service-detail-content img{ width: 100%;}


.scroll-page{ position: sticky; top: 150px;}

.service-detail-page .side-bar{
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    border-top: 3px solid var(--thm-base);
}

.side-bar-heading{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--thm-base);
    text-align: center;
    background-color: var(--thm-base2);
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
}

.service-detail-page .side-bar li{
    border-bottom: 1px solid var(--thm-footer);
}
.service-detail-page .side-bar li:last-child{
    border-bottom: none;
}
.service-detail-page .side-bar li a {
    display: flex;
    gap: 6px;
    align-items: center;
    border: none;
    font-size: 14px;
    padding: 8px 8px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--thm-black);
    position: relative;
    transition: 0.5s ease;
    text-transform: uppercase;
    cursor: pointer;
    background-color: var(--thm-white);

}
.service-detail-page .side-bar li a img{
    display: none;
}
  
.service-detail-page .side-bar li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: var(--thm-base);
    transition: 0.5s ease;
}
  
.service-detail-page .side-bar li a:hover {
    color: var(--thm-white);
    transition-delay: 0.5s;
    background-color: var(--thm-base);
}
  
.service-detail-page .side-bar li a:hover::before {
    width: 100%;
}
  
.service-detail-page .side-bar li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: var(--thm-base);
    transition: 0.4s ease;
    z-index: -1;
}
  
.service-detail-page .side-bar li a:hover::after {
    height: 100%;
    transition-delay: 0.4s;
    color: aliceblue;
}
.service-detail-page .side-bar.side-bar-form{
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}



.service-detail-page .side-bar li .active-service{
    background-color: var(--thm-base);
    color: var(--thm-white);
}
.service-detail-page .side-bar-form .form-section{
    border: 1px solid var(--thm-footer);
    box-shadow: none;
    padding: 20px;
    padding-bottom: 40px;
}
.service-detail-page .side-bar-form{
    margin-top: 30px;
}
.service-detail-page .side-bar-form .form-section .btn-box{
   width: 100%;
}
.service-detail-page .side-bar-form .form-section .form-heading{
    font-size: 17px;
}
.door-kits-container{
    border-bottom: 1px solid var(--thm-line);
    padding: 20px 0px;
}
.door-kits-container .btn-box{
    border: none;
}
.scroll-page{
    position: sticky;
    top: 120px;
}

/* ==================== drop-down ===================================== */

.nav-bar .menu .drop-down{
    position: relative;
    transition: 0.5s;
}
.drop-down-menu{
    position: absolute;
    width: 410px;
    top: 35px;
    background-color: var(--thm-white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: 0.5s;
    border-radius: 6px;
    border-top: 3px solid var(--thm-base);
    padding: 10px; 
}
.nav-bar .menu .drop-down-menu li a{
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px;
    color: var(--thm-black);
    display: flex;
    gap: 6px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--thm-footer);
}
.nav-bar .menu .drop-down-menu li a img{
    display: none;
}
.drop-down-li-full{ grid-column: span 2;}

.nav-bar .menu .drop-down-menu li a:hover{
    color: var(--thm-base);
    border-bottom: 1px solid transparent;
}
.nav-bar .menu .drop-down-menu .active-service-page a{
    color: var(--thm-white);
    background-color: var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}
.nav-bar .menu .drop-down-menu .active-service-page a:hover{
    color: var(--thm-white);
}
.nav-bar .menu .drop-down-menu .active-service-page::before{
    width: 100%;
    transform: rotate(0deg);
}
.nav-bar .menu .drop-down:hover .drop-down-menu{
    opacity: 1;
    z-index: 8;
    top: 55px;
    visibility: visible;
}
.arrow-dropdown{
    /* display: none; */
    font-size: 17px;
    font-weight: 500;
}

/* ==================== sticky nav-bar ===================================== */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
    z-index: 9;
    background-color: var(--thm-white);
}


/* ==================== back-to-top-button ===================================== */
#back-to-top-button {
    display: inline-block;
    background-color: var(--thm-black);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back-to-top-button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 50px;
    color: var(--thm-white);
}
#back-to-top-button:hover {
    cursor: pointer;
    background-color: var(--thm-gray);
}
#back-to-top-button:active {
    background-color: var(--thm-light);
}
#back-to-top-button.show {
    opacity: 1;
    visibility: visible;
}


.btn-whatsapp-pulse { background: #25d366; color: white; position: fixed; bottom: 30px; left: 30px; /* right: 20px; */ font-size: 30px; display: flex; justify-content: center; align-items: center; width: 0; height: 0; padding: 23px; text-decoration: none; /* border-radius: 50%; */ border-radius: 3px; animation-name: whp-pulse; animation-duration: 1.5s; animation-timing-function: ease-out; animation-iteration-count: infinite; z-index: 10000; }
@keyframes whp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);}
    80% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);}
}

/* ==================== pop-up ===================================== */
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.modal-dialog .form-heading {
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--thm-base);
    text-align: center;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
    opacity: 1;
}

/* ==================== toogle bar ===================================== */

.ham {
    width: 60px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    margin: -10px;  
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: var(--thm-base);
    stroke-width: 5.0;
    stroke-linecap: round; 
}
.ham6 .top {
    stroke-dasharray: 40 172;
}

.ham6 .middle {
    stroke-dasharray: 40 111;
}

.ham6 .bottom {
    stroke-dasharray: 40 172;
}

.ham6.active .top {
    stroke-dashoffset: -132px;
}

.ham6.active .middle {
    stroke-dashoffset: -71px;
}

.ham6.active .bottom {
    stroke-dashoffset: -132px;
}

.technical_tabel table {
    border-collapse: collapse;
    width: 100%;
}

.technical_tabel tabel th, td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.technical_tabel tabel th {
    background-color: #f2f2f2;
}

/* body{
    color: #000;
    min-height: 100vh;
    overflow-x: hidden;
  }
  .cursor {
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%);
      border-radius: 50%;
      background: transparent;
      pointer-events: none;
      z-index: 111;
      border: 1px solid #000;
      transition: all 0.2s ease-out;
      animation: moveCursor1 .5s infinite alternate;
  }
  
  .expand {
      background: transparent;
      animation: moveCursor2 .5s forwards;
      border: 1px solid #000;
  }
  
  @keyframes moveCursor1 {
      from {
          transform: scale(1);
      }
  
      to {
          transform: scale(.8);
      }
  }
  
  @keyframes moveCursor2 {
      0% {
          transform: scale(1);
      }
  
      50% {
          transform: scale(2);
      }
  
      100% {
          transform: scale(1);
          opacity: 0;
      }
  }
 */
