* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #d80320 60%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: coolvetica-rg;
    src: url(../assets/fonts/coolvetica/coolvetica-rg.otf);
}

@font-face {
    font-family: AkayaTelivigala-Regular;
    src: url(../assets/fonts/akya/AkayaTelivigala-Regular.ttf);
}
@font-face {
    font-family: RozhaOne-Regular;
    src: url(../assets/fonts/rozha/RozhaOne-Regular.ttf);
}



::-moz-selection {
    color: rgb(255, 255, 255);
    background: #D71E23;
}

::selection {
    color: rgb(255, 255, 255);
    background: #D71E23;
}

.fr-up{
    overflow: hidden;
}
.fr-up2{
    overflow: hidden;
    padding-left: 20px !important;
    padding: 10px;
}

h1 {
    font-family: coolvetica-rg;
    font-size: 60px;
    line-height: 63px;
    font-weight: 100;
}

h2 {
    font-family: coolvetica-rg;
    font-size: 38px;
    line-height: 100%;
    font-weight: 100;
    position: relative;

}

h2::before {
    content: "";
    width: 5px;
    height: 95%;
    border-radius: 10px;
    display: block;
    position: absolute;
    margin-top: 2px;
    background-color: #D71E23;
    transition: all 0.3s ease-in-out;
    margin-left: -15px;
}

h3 {
    font-family: AkayaTelivigala-Regular;
    font-size: 25px;
    font-weight: 100;

}

h4,
p,
a {
    text-decoration: none;
    font-family: Inter-Regular;

}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
}



/* header  */



        /* Menu Button 6 */
        .menu-btn-6 {
            height: 32px;
            width: 40px;
            cursor: pointer;
        }

        .menu-btn-6 span,
        .menu-btn-6 span::before,
        .menu-btn-6 span::after {
            background: #ffffff;
            content: '';
            position: absolute;
            width: 30px;
            height: 3px;
            margin-top: 13px;

            -webkit-transition: .3s ease-in-out .3s;
            -moz-transition: .3s ease-in-out .3s;
            -o-transition: .3s ease-in-out .3s;
            transition: .3s ease-in-out .3s;
        }

        .menu-btn-6 span::before {
            margin-top:-11px;

            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .menu-btn-6 span::after {
            margin-top:11px;

            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .menu-btn-6.active span {
            background: transparent;

            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;

            -webkit-transform:rotate(-90deg);
            -moz-transform:rotate(-90deg);
            -o-transform:rotate(-90deg);
            transform:rotate(-90deg);
        }

        .menu-btn-6.active span::before {
            margin-top:0;

            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

            -webkit-transition-delay: .5s;
            -moz-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s;
        }

        .menu-btn-6.active span::after {
            margin-top:0;

            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);

            -webkit-transition-delay: .6s;
            -moz-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .5s;
        }



.hamburger-init {
    /* width: 35px; */
    /* height: 30px; */
    position: relative;
    cursor: pointer;
    z-index: 3;
    display: none;
}

.hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: fit-content;
}


.fl {
    height: 100%;
    width: 100%;
}

.fl ul li {
    list-style: none;
    margin: 25px 0;
}

.fl span
 {
    display: inline-block;
}

.mb-menu a {
    text-decoration: none;
    color: #fff;
    transition: all .3s;
}

.mb-menu li a {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
}

.nv-container,
.nv-menu-wrapper {
    height: 100%;
}


.nv-menu-wrapper {
    background: rgb(0, 0, 0);
    transition: all .3s;
    transform: scale(0);
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nv-menu-wrapper.visible {
    transform: scale(1);
    border-radius: 0;
}

.mb-menu {
    position: absolute;
    max-width: 400px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv-menu-wrapper li {
    opacity: 0;
    cursor: pointer;
    transition: all .3s;
}
.nv-menu-wrapper .scl-icns {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.mb-menu.menu-active li:nth-child(1) {
    animation: moveItems 0.5s linear 0s forwards;
}

.mb-menu.menu-active li:nth-child(2) {
    animation: moveItems 0.5s linear 0.2s forwards;
}

.mb-menu.menu-active li:nth-child(3) {
    animation: moveItems 0.5s linear 0.5s forwards;
}

.mb-menu.menu-active li:nth-child(4) {
    animation: moveItems 0.5s linear 0.8s forwards;
}

.mb-menu.menu-active li:nth-child(5) {
    animation: moveItems 0.5s linear 0.9s forwards;
}

.menu-item-has-children {
    position: relative;
}


.hum-ctn{
    display: flex;
    align-items: center;
    gap: 10px;

}
@keyframes moveItems {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    30% {
        transform: translateY(-15px);
        opacity: .2;
    }

    50% {
        transform: translateY(-10px);
        opacity: .3;
    }

    80% {
        transform: translateY(-5px);
        opacity: .4;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes showClickGuide {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.fr-und-ln {
    position: relative;
    transition: all 0.3s ease-in-out;

}

.fr-und-ln.active {
    color: #d80320;
    position: relative;
    font-weight: 600;
}

.fr-und-ln.active:hover {
    color: #d80320!important;
    font-weight: 600;

}


.pages ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pages ul li a {
    color: #FFFFFF;
    font-size: 18px;
}
.pages ul li a:hover{
    color: #d80320;
    font-weight: 600;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 1111;
    top: 0;
    left: 0;
    padding: 50px 0;
}

.hdr-conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.hdr-conts .logo img {
    width: 200px;
    object-fit: contain;
}

.hdr-conts .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cnt-btn p {
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    transition: 0.3s;
}
.cnt-btn p:hover{
    background-color: #D71E23;
    border: 1px solid #D71E23;
    color: #FFFFFF;
    transition: 0.3s;
}

/* header close  */

/* index  */

.hero {
    background-image: url(../assets/imgs/mn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: end;
    position: relative;
}

.mn-conts {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    z-index: 1;
}

.mn-conts .mlm {
    font-weight: 600;
}

.mn-conts h1 {
    max-width: 580px;
    margin-bottom: 20px;
}

.mn-conts p {
    max-width: 700px;

}

.mn-conts .eplr-btn {
    padding: 5px 7px 5px 30px;
    background-color: #D71E23;
    width: fit-content;
    border-radius: 50px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;

}
.mn-conts .eplr-btn:hover i{
rotate: -45deg;
transition: all 0.3s ease-in-out;
}

.mn-conts .eplr-btn i {
    padding: 10px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000017;
    top: 0;
    left: 0;
}

.hero .container {
    position: relative;
}

.rt-sd-txt {
    position: absolute;
    bottom: 100px;
    left: -170px;
    color: #FFFFFF;
    rotate: -90deg;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 1;
}

.hero-slide h3 {
    color: #fff;
    float: right;
    margin-top: -120px;
}

.mnslide .item img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 5px solid #DEDEDE;
}
.hero-slide{
    position: relative;
    z-index: 1;
}

.mnslide .item {
    height: 200px;
    width: 100%;
    padding: 20px 10px;
    position: relative;
}

.mnslide .item p {
    position: absolute;
    right: 10px;
    bottom: 50px;
    padding: 8px 15px;
    background-color: #fafafa;
    border-radius: 8px;
    font-size: 13px;
    max-width: 190px;
}

.mnslide {
    max-width: 800px;
    position: relative;
    z-index: 1;
    left: -70px;
    margin-bottom: 30px;
}

.slick-dots {
    display: flex;
    justify-content: start;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgb(235, 235, 235);
    text-indent: -9999px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #D71E23;
    width: 18px;
    height: 9px;
    border-radius: 10px;
}

.ctr-bx {
    width: 1200px;
    height: 280px;
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px #00000028;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -40px !important;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;

}



.sub-prdcts-bx {
    width: 280px;
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000028;
    margin-top: 20px;
    position: relative;
    float: right;
    padding-left: 80px !important;
    padding: 20px;
    display: flex;
    align-items: center;
}

.sub-prdcts-bx .sub-prdcts-bx-ttl {
    font-weight: 600;
    font-size: 19px;
}

.sub-prdcts-bx p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.sub-prdcts {
    width: 370px;
    height: 125px;
    padding-right: 20px;
}

.sub-prdcts img {
    width: 140px;
    object-fit: contain;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;

}

.sb-prdct-slide .next_button{
    background-color: #f3f3f3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    transform: translateY(50%);
    left: 110px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.sb-prdct-slide .prev_button{
    background-color: #f3f3f3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    transform: translateY(50%);
    left: 40px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.sb-prdct-slide .prev_button:hover{
    scale: 1.1;
    transition: all 0.3s ease-in-out;
}
.sb-prdct-slide .next_button:hover{
    scale: 1.1;
    transition: all 0.3s ease-in-out;
}

.ind-2-lft {
    width: 100%;
    height: 500px;

}

.ind-2-rt {
    width: 100%;
}
.flw-hid{
    overflow: hidden;
    width: 48%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}
.flw-hid::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.192);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;

}
.ind-2-rt1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;

}
.flw-hid:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.flw-hid:hover::after{
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.flw-hid:hover .hvr-txt{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.ind-2-rt2:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.ind-2-rt2:hover::after{
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.ind-2-rt2:hover .hvr-txt{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.ind-2-rt2{
    overflow: hidden;
    height: 99%;

}

.ind-2-rt2 img {
    width: 100%;
    height: 99%;
    object-fit: cover;
    border-radius: 10px;
    /* margin-right: 20px; */
    transition: all 0.3s ease-in-out;
}

.ind-2-rt1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 250px;
    padding-bottom: 10px;

}

.ind-2-rt2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 240px;
    margin-top: 10px;
    position: relative;
    border-radius: 10px;
}
.ind-2-rt2::after{
    content: "";
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.192);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;

}
.ind-2-lft{
    overflow: hidden;
    border-radius: 10px;
    position: relative;

}
.hvr-txt{
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.hvr-txt h4{
    font-size: 23px;
    color: #fff;
    max-width: 300px;
}
.ind-2-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.ind-2-lft::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.192);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.ind-2-lft:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.ind-2-lft:hover::after{
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.ind-2-lft:hover .hvr-txt{
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.ind-2 {
    margin-top: 100px;
}

.ind-2 .col-md-6 {
    padding-left: 5px !important;
}

.ind-3-bg {
    height: 600px;
    width: 100%;
    background-color: #FFFAEE;
    position: relative;
    display: flex;
    align-items: center;
}

.ind-3 {
    margin-top: 100px;
}

.ind-3-bg .img1 {
    height: 100%;
    object-fit: cover;
    position: absolute;
    max-width: 757px;
    object-position: right;
}

.ind-3-bg .img2 {
    height: 100%;
    width: 170px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: -80px;
}

.brdr-ln {
    position: absolute;
    height: 25px;
    object-fit: contain;
    bottom: -22px;
    right: 0;
    z-index: -1;
}

.ind-3-cont {
    float: right;
    padding: 50px 0;

}

.ind-3-cont h3 {
    color: #838383;
    margin: 20px 0;
}

.ind-3-cont p {
    max-width: 650px;
}

.ind-3-cont .logo {
    width: 120px;
    margin-left: -10px;
    height: auto;
    position: relative;
    object-fit: contain;
    margin-bottom: 15px;
}

.brdr-ln2 {
    width: 150px;
    position: absolute;
    z-index: -1;
    top: -82px;
}

.brdr-ln3 {
    width: 300px;
    position: absolute;
    z-index: -1;
    top: -82px;
}

.ind-4 {
    position: relative;
    height: 100%;
    width: 100%;
}
.ind-4-cont {
    margin-top: 80px;
}

.prdct-slide .item .img-cont {
    height: 270px;
    width: 100%;
    object-fit: contain;
    padding: 9px;

    padding: 50px;
}

.prdct-slide .item p {
    text-align: center;
}

.prdct-slide {
    /* margin-top: 50px; */
    position: relative;
}

.prdct-slide .item .img-cont img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.prdct-slide .slick-dots {
    justify-content: center !important;
}

.prdct-btn-ind {
    padding: 7px 20px;
    background-color: #D71E23;
    border-radius: 10px;
    width: fit-content;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.prdct-btn-ind:hover{
    background-color: #fff;
    color: #D71E23;
    border: 2px solid #D71E23;
    transition: all 0.3s ease-in-out;
}
.prdct-slide .slick-center.item .img-cont{
    height: 270px !important;
    transition: all 0.3s ease-in-out;
    padding-top: 20px !important;
    padding: 20px !important;

}

.ind-5 {
    height: 500px;
    width: 100%;
    position: relative;
}

.ind-5 img {
    width: 110px;
    object-fit: contain;
}

.ind-5-cont p {
    max-width: 442px;
    margin-top: 20px;

}

.ind-5-cont {
    margin-top: 250px;
}

.lf1 {
    position: absolute;
    left: 50px;
    top: 0;
}

.lf2 {
    position: absolute;
    left: 280px;
    top: 256px;
    width: 80px !important;
}

.lf3 {
    position: absolute;
    left: 500px;
    top: -100px;
}

.sb-prdct-slide .item .imgbx {
    height: 396px;
    width: 100%;
    object-fit: contain;
    padding: 31px;
}

.sb-prdct-slide .item p {
    text-align: center;
}

.sb-prdct-slide .item .imgbx img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.sb-prdct-slide {
    max-width: 1020px;
    margin-left: auto;
    float: right;
    position: absolute !important;
    right: 0;
    bottom: 74%;
    transform: translateY(50%);

}

.sb-prdct-slide p {
    text-align: center;
}

.sb-prdct-slide .slick-dots {
    justify-content: center !important;
    margin-top: 50px;
}

.sb-prdct-btn {
    padding: 6px 20px;
    border: 1px solid #777777;
    border-radius: 10px;
    width: fit-content;
    margin-top: 40px !important;
    font-size: 14px;
    color: #000000;
}

.fix-bg {
    background-image: url(../assets/imgs/fix-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}

.fix-bg h2 {
    text-align: center;
    width: fit-content;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

.fix-bg p {
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.fix-bg h2::before {
    height: 50%;
}

.ind-6-cont-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 800px;
}

.inr-flx-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 80px;
    color: #fff;

}

.inr-flx-cont img {
    width: 70px;
    object-fit: contain;
    margin: 0 auto;
}

.inr-flx-cont h3 {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}

.img-bx {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.ind-6cnt-btn {
    padding: 6px 30px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    width: fit-content;
    margin-top: 40px !important;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}

.ind-7 {
    height: 1020px;
    padding: 91px 0;
    padding-bottom: 200px;
    width: 100%;
    background-image: url(../assets/imgs/18.png);
    margin-top: 110px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    background-position: center center;
    align-items: center;
}

.ind-7 h2::before {
    height: 0%;
    background-color: transparent;

}

.ind-7 h2 {
    margin-bottom: 20px;
}

.ind-7 h3 {
    color: #D71E23;
}

.ind-7 .img {
    width: 400px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;

}

.lft-conts h3 {
    margin: 10px 0;
}

.lft-conts span {
    font-size: 50px;
    color: #FFCB00;
}

.lft-conts h2 {
    line-height: 50px;
}

.rnd-img1 {
    width: 80%;
    object-fit: contain;
    float: right;
}

.rnd-img2 {
    width: 36%;
    object-fit: contain;
    float: right;
    position: absolute;
    bottom: 0;
    left: 100px;
}

.ind-7 .col-md-6 {
    display: flex;
    align-items: center;
}

.ind-7 .rt-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    object-fit: contain;
}

.ind-7 .red-bx {
    width: 200px;
    height: 80px;
    background-color: #D71E23;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1;
}

.ind-7 .brwn-bx {
    width: 150px;
    height: 30px;
    background-color: #372223;
    position: absolute;
    top: -30px;
    left: 200px;
    z-index: -1;
}

.ind-8 {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.ind-8 .img1 {
    position: absolute;
    width: 200px;
    object-fit: contain;
    left: 0;
    top: -66px;
    z-index: -1;
}
.ind-8 .img2 {
    position: absolute;
    width: 330px;
    object-fit: contain;
    left: 0;
    top: 390px;
    z-index: -1;
}
.ind-8 .img3 {
    position: absolute;
    width: 370px;
    object-fit: contain;
    left: 120px;
    top: 444px;
    z-index: -1;
}
.ind-8 .img4 {
    position: absolute;
    width: 370px;
    object-fit: contain;
    right: 100px;
    top: 150px;
    z-index: -1;
}
.ind-8-cont h2{
    font-family: RozhaOne-Regular;
    font-size: 70px;
}
.ind-8-flx{
    display: flex;
    gap: 30px;
    margin: 80px 0;
    width: fit-content;
}
.ind-8-cont h2::before{
    height: 0%;
    background-color: transparent;
}
.ind-8-flx p{
    max-width: 400px;
}
.ind-8-flx span{
    font-weight: 600;
}

.ind-8-algn1{
    position: relative;
    left: 34%;
    transform: translateX(-50%)
}
.ind-8-algn2{
    position: relative;
    left: 54%;
    transform: translateX(-50%)
}
.ind-8-algn3{
    position: relative;
    left: 44%;
    transform: translateX(-50%)
}
.ind-8-algn4{
    position: relative;
    left: 67%;
    transform: translateX(-50%)
}
.ind-8-cont .h2{
    font-size: 90px;
    position: absolute;
    margin-top: -50px;
    margin-left: 50px;
    color: #0000000c;
}
.ind-9 {
    margin-top: 80px;
}
.ind-9-cont h2 {
    max-width: 290px;
    margin-bottom: 20px;
}.ind-9-cont .col-md-5{
    display: flex;
    align-items: center;
}
.ind-9-cont h3{
    color: #D71E23;
    width: fit-content;
    margin-top: 30px;
}
.ind-9-cont h3::after{
    content: "";
    display: block;
    width: 70%;
    height: 3px;
    border-radius: 10px;
    background-color: #D71E23;
}
.ind-9-cont span{
    color: #FFCB00;
}
.cat-slide {
    max-width: 48%;
}
.cat-slide .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-slide .item .img-bx{
    padding: 20px;
    box-shadow:  0px 0px 10px 0px #00000028;
    height: 300px;
}
.cat-slide .item{
    padding: 10px;
}
.ind-7-sliders{
    display: flex;
}
.mrgn-tp1{
    margin-top: 50px;
}
.mrgn-tp2{
    margin-top: -50px;
    margin: 0 30px;
}

/* index close  */

/* about  */

.page-hdr{
    height: 430px;
    width: 100%;
    background-image: url(../assets/imgs/24.png);
    background-size: cover;
    background-position: bottom;
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}
.page-hdr h2::before{
    height: 0%;
    background-color: transparent;
}
.page-hdr h2{
    font-size: 50px;
    margin-top: 40px;
}
.abt-1{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
    position: relative;
}
.abt-1 h2{
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.abt-1 h2::before{
    height: 0%;
    background-color: transparent;
}
.abt-1 .logo{
    width: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}
.abt-1 .mlm{
    font-weight: 600;
    margin: 10px 0;
}
.abt-1 p{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}
.rng1{
    position: absolute;
    top: -150px;
    right: 0;
    width: 250px;
    z-index: -1;
}
.rng2{
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 280px;
    z-index: -1;
}
.prdt1{
    position: absolute;
    top: 140px;
    left: 0;
    width: 240px;
}
.prdt2{
    position: absolute;
    top: -50px;
    right: 0;
    width: 240px;
}
.abt-2 .rd-bx{
    width: 270px;
    height: 80px;
    background-color: #D71E23;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: -1;
}
.abt-2 .brwn-bx{
    width: 200px;
    height: 30px;
    background-color: #372223;
    position: absolute;
    right: 270px;
    top: -30px;
    z-index: -1;
}
.abt-2-cont-fst{
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    padding: 90px 0;
    margin: 80px 0;
}
.abt-2{
    box-shadow:  0px 0px 10px 0px #00000028;
    height: 100%;
    padding: 20px 0;
    width: 100%;
    background-color: #fff;
    margin-top: 250px;
    position: relative;
}


.abt-2-cont-fst .img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt-2-cont-fst-rt img{
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
    margin-left: -10px;
}
.abt-2-cont-fst-rt{
    padding-left: 50px;
}
.abt-2-cont-fst-rt h2{
    margin-bottom: 20px;
}
.abt-2-cont-fst.second{
    background-color: #FFFBEF;
    position: relative;
}
.abt-2-cont-fst.second .col-md-5{
    display: flex;
    align-items: center;
}
.abt-2-cont-fst.second .img2{
    width: 150px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    height: fit-content;
}
.for-mob{
    display: none;
}

.abt-3{
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background-image: url(../assets/imgs/32.png);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.abt-3 h2{
    width: fit-content;
    margin: 0 auto;
}
.mis-vis{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}
.mis{
    width: 400px;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding:  30px;
}
.mis h4{
    font-size: 25px;
    margin-bottom: 20px;
}


/* about close  */


/* products  */
.prdct{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
    position: relative;
}
.prdct h2{
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.prdct h2::before{
    height: 0%;
    background-color: transparent;
}
.prdct .logo{
    width: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}
.prdct .mlm{
    font-weight: 600;
    margin: 10px 0;
}
.prdct p{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}
.prdct .prdt2{
    position: absolute;
    top: -50px;
    right: 0;
    width: 150px;
}
.category-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 30px;
    margin-top: 20px;
}
.category-btn .is-checked{
    background-color: #D71E23 !important;
    color: #fff;
    border: 1px solid #D71E23 !important;
}

 .prdct-fl{
    height: 370px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    margin-bottom:30px ;

 }
 .prdct-fl:hover .prdct-img-bx img {
    scale: 1.2;
    transition: 0.4s;
 }
 .prdct-fl .dets{
    padding: 10px;
 }

 .prdct-fl .dets h4{
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 8px;
 }
 .prdct-fl .dets p{
    font-size: 14px;
 }
 .prdct-fl .dets .wght{
    font-size: 14px;
    float: right;
 }
 .prdct-img-bx{
    height: 270px;
    background-color: #FAFAFA;
    padding: 30px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
 }
 .prdct-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
 }
.cz-gal-blk{
    margin-top: 30px;
}
.prod-rw{
    margin-top: 80px;
}
.category-btn .button{
    padding: 6px 20px;
    border: 1px solid #505050;
    border-radius: 20px;
    background-color: transparent;
    cursor: pointer;
}
.category-btn .button h3{
    font-size: 20px;
}
.cntct-lft-sec{
    margin: 40px 0;
}
.cntct-lft-sec .inr-flx{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.cntct-lft-sec .inr-flx i{
    margin-top: 5px;
}
.cntct-lft-sec .inr-flx a{
    color: #000000;
}
.cntct-lft-sec .inr-flx p{
    max-width: 300px;
}
.cntct-rt{
    width: 600px;
    height: 400px;
    object-fit: cover;
}
.line{
    width: 2px;
    height: 400px;
    background-color: #d6d6d6;
}

/* contact  */

.cntct-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 80px;
}
/* contact close  */

/* footer  */

.foot-bg{
    background-image: url(../assets/imgs/22.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    position: relative;
    margin-top: 100px;
    padding: 80px 0 40px 0;
}
.copy img{
    position: relative;
    top: 3px;
    left: 5px;
}
.foot-conts{
    display: flex;
    gap: 100px;
    justify-content: center;
}
.foot-conts .logo img{
    width: 170px;
    object-fit: contain;

}
.foot-conts .logo p{
    max-width: 350px;
    color: #FFFFFF;
}
.foot-conts .pgs h3{
    color: #FFFFFF;
    font-family: coolvetica-rg;
    font-size: 25px;
    margin-bottom: 20px;
}
.foot-conts .pgs ul li a{
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}
.foot-conts .pgs ul li a p{
    max-width: 250px;
}
.foot-conts .pgs ul li{
  margin: 20px 0;
}
.foot-conts .cont.pgs ul li{
  display: flex;
  gap: 10px;
}
.foot-conts .cont.pgs ul li a{
    margin: 0;
}
.foot-conts .cont.pgs ul li i{
    color: #fff;
    margin-top: 5px;
}

.foot-conts .pgs ul li a:hover{
    color: #D71E23;
}
.scl-icns{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 30px;
}
.copy{
    color: #FFFFFF;
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
}

.bk-tp-btn button {
    background-color: #D71E23;
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;

}

.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;

}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}
.foot-rgt-flx{
    display: flex;
    gap: 100px;
}
.foot-lft-flx{
    display: flex;
    gap: 100px;
}

/* footer close  */
