html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    /* background: linear-gradient(115deg, rgb(255 255 255) 0%, rgb(215 215 215) 35%, rgb(255 255 255) 100%); */
    background-repeat: no-repeat;
}

.header-menu-container label a {
    color: #000000;
    font-size: 18px;
    margin-right: 20px;
    text-decoration: none;
}

.header_logo {
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin-left: 40px;
}

.category_container {
    display: flex;
    justify-content: center;
    padding: 100px;
}


.category_single_card img {
    width: 300px;
    height: 170px;
    object-fit: contain;
}

.truck_category_single_card img {
    width: 400px;
    margin-right: 4px;
}

.truck_category_first_image {
    height: 600px;
}

.truck_category_second_image {
    height: 300px;
}

.truck_container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.carousel-main-text-container {
    position: absolute;
    z-index: 5;
    top: 23px;
    width: 80%;
    left: 1%;
}

.heading-panel {
    width: 100px;
    padding: 0px 20px 0px 20px;
    color: #ffffff;
}

.paragraph-panel {
    padding: 0px 20px 0px 20px;
    font-size: 24px;
    color: #ffffff;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.carousel-main-text-container img {
    height: 300px;
    position: absolute;
    top: 0px;
    right: 5%;
}

.carousel_image_main {
    height: 400px;
    object-fit: cover;
}

.list_battery_features_image {
    width: 500px;
    height: 400px;
    object-fit: contain;
}

.list_battery_features_container {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 40px auto;
}

.tire_category {
    width: 90%;
    max-width: 1000px;
    margin: 0px auto;
    display: block;

}

.parallelogram {
    width: 200px;
    height: 40px;
    background: #32557f;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.mobile_only {
    display: none;
}

.desktop_only {
    display: block;
}

.truck_mechanic_1 {
    position: absolute;
    bottom: 10px;
    color: #ffffff;
    z-index: 2;
    font-size: 24px;
    padding: 10px;
    background: linear-gradient(115deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.truck_category_single_card {
    position: relative;
}

.HomePage-product-list-container-single-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.HomePage-product-list-container-single-item img {
    z-index: 2;
}

.HomePage-product-list-container-single-item span {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: auto;
    background-color: #2a2a2c;
    padding: 20px;
    text-align: center;
    color: #ffffff;

    font-size: 20px;
}

.HomePage-product-list-container-single-item {
    width: 33%;
    border: 1px solid #7c731c;
    background-color: white;
}

.HomePage-product-list-container-single-item span {
    padding: 5px;
    font-size: 18px;
}

.HomePage-product-list-container-single-item img {
    width: 100%;
    height: 180px;
    padding-top: 40px;
    object-fit: contain;
}

/* Footer */
.Footer-outer-container {
    background-color: #e5e5e5;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 100px;
}

.Footer-first-content {
    width: 24%;
}

.Footer-second-content {
    width: 55%;
    padding: 0px 10px;
}

.Footer-third-content {
    width: 21%;
}

.Footer-first-content h3,
.Footer-second-content h3,
.Footer-third-content h3,
.Footer-fourth-content h3 {
    border-bottom: 3px solid #312fa1;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.Footer-inner-container {
    display: flex;
    justify-content: space-around;
}

.Footer-second-content ul,
.Footer-third-content ul,
.Footer-fourth-content ul {
    list-style: none;
    padding: 0px;
    font-weight: 300;
}

.Footer-first-content {
    font-weight: 300;
}

.Footer-third-content ul li a,
.Footer-fourth-content ul li a {
    text-decoration: none !important;
    color: #000000;
    cursor: pointer;
}

.Footer-fourth-content ul li img {
    width: 40px;
}


.HomePage-product-list-container {
    display: flex;
    flex-wrap: wrap;
}

.Home-carousel-parent {
    position: relative;
}

.Home-carousel-top-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.category_single_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    margin-top: 10px;
}

:root {
    --animation-delay: 0;
    --duration: 800ms;
    --iterations: 1;
}


.paragraph-panel,
.paragraph-panel::after {
    animation-delay: 0;
    animation-delay: var(--animation-delay, 2s);
    animation-iteration-count: 1;
    animation-iteration-count: var(--iterations, 1);
    animation-duration: 800ms;
    animation-duration: var(--duration, 800ms);
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.paragraph-panel {
    position: relative;
    font-size: 30px;
    animation-name: text;
    color: #000000;
    cursor: default;
    width: 50%;

}

.paragraph-panel::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f98b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: revealer;
}

.mobile_battery_feature_list {
    width: 75%;
    background-color: aliceblue;
    margin: 0px auto;
    padding: 30px 30px;
}

.About-us-vision-container div,
.About-us-mission-container div {
    width: 50%;
}

.About-us-outer-container {
    padding-bottom: 100px;
}

.About-us-top-container {
    background-color: #ccc7c7;
    height: 190px;
}

.About-us-top-container img {
    margin: 0px auto;
    width: auto;
    height: 200px;
    display: block;
}

.About-us-top-container .container {
    padding: 0px;
}

.About-us-middle-container {
    margin-top: 20px;
}

.About-us-top-container h4 {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    margin-top: 50px;

    font-weight: 600;
    font-size: 30px;
    position: absolute;
    z-index: 3;
    padding: 0px 20px;
    top: 100px;
    background-color: #000000;
}

.About-us-middle-container .container {
    /* display: flex; */
    /* align-items: center; */
    border: 1px solid #7c731c;
    justify-content: space-between;
    padding: 0px;
    position: relative;
}

.About-us-middle-container img {
    width: 100%;
    height: 658px;
    object-fit: cover;
}

.About-us-middle-container .container p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;

    padding: 30px 50px 10px 50px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.About-us-bottom-container .container {
    padding: 0px;
}

.About-us-vision-container,
.About-us-mission-container {
    border: 1px solid #7c731c;
    width: auto;
    margin: 20px auto;
    /* text-align: center; */
    display: flex;
}

.About-us-vision-container img,
.About-us-mission-container img {
    display: block;
    width: 50%;
    object-fit: cover;
}

.About-us-vision-container h5,
.About-us-mission-container h5 {
    display: inline-block;
    border-bottom: 6px solid #7c731c;
    margin: 20px 0px 10px 20px;

}

.About-us-vision-container p,
.About-us-mission-container p {
    padding: 20px;

    font-size: 20px;
}

.Contact-us-banner {
    object-fit: cover;
}

.Products-top-container {
    background-color: #ccc7c7;
    height: 190px;
}

.Products-top-container img {
    margin: 0 auto;
    width: auto;
    height: 200px;
    display: block;
}

.Products-top-container h4 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;

    font-weight: 600;
    font-size: 30px;
    position: absolute;
    z-index: 3;
    padding: 0 20px;
    top: 100px;
    background-color: #000;
}

.ContactUs-top-container {
    background-color: #ccc7c7;
    height: 190px;
}

.ContactUs-top-container img {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.ContactUs-top-container h4 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;

    font-weight: 600;
    font-size: 30px;
    position: absolute;
    z-index: 3;
    padding: 0 20px;
    top: 100px;
    background-color: #000;
}

.Contact-Us-address-left,
.Contact-Us-address-right {
    border: 1px solid #7c731c;
    padding: 0;
    text-align: center;
    width: 40%;
}

.Contact-Us-address-left img,
.Contact-Us-address-right img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.Contact-Us-address-container {
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: space-around;
}

.Contact-Us-address-right ul,
.Contact-Us-address-left ul {
    list-style: none;
    padding: 0;
}

.wechat_img {
    width: 30px !important;
    height: 30px !important;
}

.Contact-Us-address-right h5,
.Contact-Us-address-left h5 {
    margin-top: 16px;
}

#mobile-menu-box {
    display: none;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 210px;
    z-index: 10;
    box-shadow: 1px 2px 7px #c0c0c0;
}


#mobile-menu-box span label {
    display: block;
}


#mobile-menu-box span label a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: block;
}

.mobile-hamburger-menu {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-color: cadetblue;
    padding: 6px;
}


/* sf */

.header-menu-container a:hover,
.header-menu-container a:focus,
.header-menu-container a:active {
    color: #999;
    text-decoration: none;
}

.header-menu-container a {
    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}

.header-menu-container a {
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
    color: #000;
}

.header-menu-container a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}

.header-menu-container a:active::before {
    background-color: #000;
}

.header-menu-container a:hover::before,
.header-menu-container a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.activeMenuItem {
    border-bottom: 2px solid #000000;
}

.activeMenuItem:hover {
    border-bottom: 2px solid #ffffff;
}

.logo_board {
    width: 500px;
}

.logo_board_container img {
    height: 480px;
    object-fit: contain;
}

.logo_board_container {
    display: flex;
    margin-top: 30px;
}

.cpc_battery_heading {
    text-align: center;
}

/* gallery code */

.gallery {
    display: flex;
    margin: 50px auto 15px auto;
    justify-content: center;
}

.gallery img {
    width: 150px;
    border-radius: 10px;
    border: 1px solid darkgoldenrod;
    margin: 8px;
}

#lightbox {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 5;
}

.close,
.prev,
.next {
    position: absolute;
    cursor: pointer;
}

.close {
    right: 10px;
    top: 10px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* gallery code ends */

.view_all_products_button_container {
    padding: 10px;
    text-align: end;
}

.HomePage-view-all {
    text-decoration: none;
    background-color: aliceblue;
    padding: 10px;
}

/* fg */

.Footer-second-content .address_container {
    display: flex;
}

.Header_language_icon {
    width: 30px;
    cursor: pointer;
}

.tyre_section_image_bg {
    width: 500px;
}

.Home-tyre-feature-list {
    margin-top: 20px;
}

.Home-tyre-feature-list span {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

.Home-tyre-feature-list span {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}

#flip>div>div {
    font-size: 24px;
    font-style: italic;
    margin-top: 10px;
    display: flex;
    align-items: center;
}


#flip div div img {
    width: 50px;
}

.Footer-fourth-content {
    display: flex;
    justify-content: end;
    align-items: center;
}

.Footer-fourth-content ul {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0px;
    margin-right: 10%;
    margin-left: 10px;
}

.category_single_card div {
    position: relative;
    width: 393px;
    height: 216px;
}


.category_single_card div img:nth-child(1) {
    position: absolute;
    z-index: 1;
    width: 393px;
    height: 216px;
    left: 0px;
}

.category_single_card div img:nth-child(2) {
    z-index: 4;
    position: absolute;
}

.whatsapp-container {
    position: fixed;
    right: 0px;
    z-index: 7;
    top: 50%;
    background-color: #f7f7f7;
    padding-right: 10px;

}

.whatsapp-container img {
    width: 50px;
    height: 50px;
}


.whatsapp-container a {
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

.carousel-control-prev span:nth-child(1),
.carousel-control-next span:nth-child(1) {
    background-color: #000000;
    padding: 20px;
}

.carousel_pic {
    width: 90% !important;
    height: 350px;
    object-fit: contain;
    margin: 0px auto;
}

.battery_note_container {
    color: #b22222
}


/* marquee start */
.scroll-left {
    height: 30px;
    overflow: hidden;
    position: relative;
    background-color: #add8e6;
}

.scroll-left .second {
    margin-left: 165%;
}

.scroll-left p {
    color: #000000;
    font-weight: 400;
    position: absolute;
    width: 170%;
    height: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    /* Apply animation */
    -moz-animation: scroll-left 25s linear infinite;
    -webkit-animation: scroll-left 25s linear infinite;
    animation: scroll-left 25s linear infinite;
}

/* Define the animation */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* marquee end */


/* masonry image start */

/* Main CSS */
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

/* masonry image end */

.battery_column_container img {
    width: 90%;
    margin: 10px auto;
    display: block;
}

.view-all-battery-button {
    background-color: #dff0ff;
}

.battery-sheet-zoom-container{
    position: absolute;
    z-index: 100;
}
.battery-sheet-zoom-container img{
    background-color: #ffffff;
    border-radius: 36;
    width: 30px;
    height:30px;
}

.whatsapp-container {
    position: fixed;
    right: 0px;
    z-index: 7;
    padding-left: 9px;
    top: 50%;
    background-color: #2d7c5f;
    padding-right: 5px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    padding-top: 5px;
    padding-bottom: 8px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .About-us-middle-container .container p {
        font-size: 22px;
    }

    .category_single_card div img:nth-child(1) {
        position: absolute;
        z-index: 1;
        width: 250px;
        height: 216px;
        left: 0px;
    }

    .category_single_card div {
        position: relative;
        width: 340px;
        height: 216px;
    }

    .paragraph-panel {
        position: relative;
        font-size: 30px;
        animation-name: text;
        color: #000000;
        cursor: default;
        width: 80% !important;
    }

    .paragraph-panel {
        position: relative;
        font-size: 28px;
        animation-name: text;
        color: #000000;
        cursor: default;
        width: 100%;
    }


    /* Marquee start */
    .scroll-left {
        height: 30px;
        overflow: hidden;
        position: relative;
        background-color: #add8e6;
    }

    .scroll-left .second {
        margin-left: 270%;
    }

    .scroll-left p {
        color: #000000;
        font-weight: 400;
        position: absolute;
        width: 270%;
        height: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 30px;
        /* Apply animation */
        -moz-animation: scroll-left 25s linear infinite;
        -webkit-animation: scroll-left 25s linear infinite;
        animation: scroll-left 25s linear infinite;
    }

    /* Marquee end */
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .About-us-middle-container .container img {
        width: 100%;
    }

    .About-us-middle-container .container {
        display: flex;
        flex-direction: column;
    }

    .Footer-first-content,
    .Footer-second-content,
    .Footer-third-content {
        width: auto;
    }

    .logo_board_container {
        display: flex;
        flex-direction: column;
    }

    .category_single_card div {
        position: relative;
        width: 260px;
        height: 216px;
    }

    .category_single_card div img:nth-child(1) {
        position: absolute;
        z-index: 1;
        width: 250px;
        height: 216px;
        left: 0px;
    }

    .list_battery_features_image {
        width: 370px;
        height: 400px;
        object-fit: contain;
    }

    .tyre-panel {
        flex-direction: column-reverse;
    }

    .tyre_section_image_bg {
        width: 500px;
        margin: 0px auto;
        display: block;
    }

    .Footer-first-content {
        width: 24%;
    }

    .paragraph-panel {
        position: relative;
        font-size: 28px;
        animation-name: text;
        color: #000000;
        cursor: default;
        width: 100%;
    }


    /* Marquee start */
    .scroll-left {
        height: 30px;
        overflow: hidden;
        position: relative;
        background-color: #add8e6;
    }

    .scroll-left .second {
        margin-left: 350%;
    }

    .scroll-left p {
        color: #000000;
        font-weight: 400;
        position: absolute;
        width: 750%;
        height: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 30px;
        /* Apply animation */
        -moz-animation: scroll-left 75s linear infinite;
        -webkit-animation: scroll-left 75s linear infinite;
        animation: scroll-left 75s linear infinite;
    }

    /* Marquee end */
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .About-us-middle-container .container {
        flex-direction: column;
    }

    .About-us-middle-container .container p {
        font-size: 22px;
        color: #ffffff;
        font-weight: 300;
        padding: 40px 40px;
    }

    .About-us-middle-container .container img {
        width: 100%;
    }

    .category_container {
        display: flex;
        justify-content: center;
        padding: 10px;
        flex-direction: column;
    }

    .logo_board_container {
        display: flex;
        flex-direction: column;
    }

    .mobile_screen_truck {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    .tyre-panel {
        flex-direction: column-reverse;
    }

    .Footer-inner-container {
        display: flex;
        flex-direction: column;
    }

    .Footer-first-content,
    .Footer-second-content,
    .Footer-third-content {
        width: auto;
    }

    .paragraph-panel {
        position: relative;
        font-size: 28px;
        animation-name: text;
        color: #000000;
        cursor: default;
        width: 100%;
    }

    .whatsapp-container {
        position: fixed;
        right: 0px;
        z-index: 7;
        padding-left: 9px;
        top: 50%;
        background-color: #2d7c5f;
        padding-right: 5px;
        border-top-left-radius: 36px;
        border-bottom-left-radius: 36px;
        padding-top: 5px;
        padding-bottom: 8px;
    }

    .Footer-second-content {
        padding: 0px;
    }

    /* Marquee start */
    .scroll-left {
        height: 30px;
        overflow: hidden;
        position: relative;
        background-color: #add8e6;
    }

    .scroll-left .second {
        margin-left: 355%;
    }

    .scroll-left p {
        color: #000000;
        font-weight: 400;
        position: absolute;
        width: 750%;
        height: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 30px;
        /* Apply animation */
        -moz-animation: scroll-left 25s linear infinite;
        -webkit-animation: scroll-left 25s linear infinite;
        animation: scroll-left 25s linear infinite;
    }

    /* Marquee end */

    .About-us-vision-container,
    .About-us-mission-container {
        width: auto;
        flex-direction: column;
    }

    .About-us-vision-container img,
    .About-us-mission-container img {
        display: block;
        width: auto;
        object-fit: cover;
    }

    .About-us-vision-container div,
    .About-us-mission-container div {
        width: auto;
    }

}

@media (max-width: 575.98px) {

    .grid-wrapper>div>img {
        width: 90%;
    }
    .grid-wrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(1fr, 1fr)) !important;
        grid-auto-rows: 200px;
        grid-auto-flow: dense;
    }
    
    .About-us-middle-container .container {
        flex-direction: column;
        height: 350px;
    }

    .About-us-middle-container .container p {
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;

        padding: 15px 30px 10px 30px;
    }

    .About-us-middle-container .container img {
        height: inherit;
        width: 100%;
        object-fit: cover;
    }

    .About-us-outer-container {
        padding-bottom: 100px;
    }

    .About-us-vision-container,
    .About-us-mission-container {
        width: auto;
        flex-direction: column;
    }

    .About-us-top-container img {
        height: 150px;
    }

    .About-us-top-container {
        height: auto;
        position: relative;
    }

    .About-us-vision-container div,
    .About-us-mission-container div {
        width: 100%;
    }

    .About-us-vision-container img,
    .About-us-mission-container img {
        width: 100%;
    }

    .About-us-vision-container p,
    .About-us-mission-container p {
        font-size: 18px;
    }

    .About-us-top-container h4 {
        margin-top: 0px;
    }


}



@keyframes text {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}




@keyframes revealer {

    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

@media (max-width:575.98px) {

    .tire-list-container h2,
    .cpc_battery_heading {
        margin: 5%;
    }

    .header_logo {
        width: 170px;
        height: 70px;
        object-fit: contain;
        padding-left: 20px;
    }

    .category_single_card img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }

    .mobile_screen_truck {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    .list_battery_features_image {
        width: 300px;
        height: 300px;
        object-fit: contain;
        display: block;
        margin: 0px auto;
    }

    .list_battery_features_image_vertical_list {
        flex-direction: column;
    }

    .parallelogram {
        width: auto;
        height: 40px;
        background: #32557f;
        color: #ffffff;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        padding: 0px 20px;
    }

    .category_container {
        display: flex;
        justify-content: center;
        padding: 10px;
        flex-direction: column;
    }

    .truck_category_single_card img {
        width: 100%;
        margin-right: 0px;
        object-fit: contain;
        height: auto;
    }

    .mobile_truck_mechanics {
        height: 200px !important;
        display: none;
    }

    .mobile_battery_feature_list {
        width: 90%;
        background-color: aliceblue;
        margin: 0px auto;
        padding: 10px 20px;
    }

    .paragraph-panel {
        padding: 0px 20px 0px 20px;
        font-size: 20px;
        color: #000000;
        font-weight: 300;
    }

    .carousel-main-text-container img {
        z-index: -1;
        height: 300px;
        height: 200px;
        position: absolute;
        top: 101px;
        left: 0%;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    .header_menu {
        width: 40px;
        margin-right: 15px;
    }

    .HomePage-product-list-container-single-item {
        width: 50%;
        border: 1px solid #7c731c;
        background-color: white;
    }

    .HomePage-products-header-label {
        font-size: 28px;
    }

    .HomePage-view-all {
        font-size: 20px;
        text-align: end;
        margin: 10px;
        text-decoration: none;
    }

    .carousel_image_main {
        height: 300px;
        object-fit: cover;
    }


    .category_single_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        margin-top: 10px;
    }

    .tire-list-container {
        margin-top: 20px;
    }


    .mobile_battery_feature_list p {
        font-size: 15px;
        font-weight: 300;
    }

    .Contact-Us-address-container {
        flex-direction: column;
    }

    .Contact-Us-address-left,
    .Contact-Us-address-right {
        width: 100%;
    }

    .Contact-Us-address-right {
        margin-top: 20px;
    }

    .Products-top-container img {
        margin: 0 auto;
        width: 300px;
        height: 200px;
        display: block;
        object-fit: contain;
    }

    .HomePage-product-list-container {
        margin-top: 10px;
    }

    .About-us-bottom-container .container {
        padding: 24px;
    }

    .logo_board_container {
        display: flex;
        flex-direction: column;
    }

    .logo_board_container img {
        height: 300px;
        /* width: auto; */
        object-fit: contain;
    }

    .paragraph-panel {
        width: auto;
    }

    .header_logo {
        margin-left: 0px;
    }

    .gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .gallery_image_big {
        width: 80%;
    }

    .tyre-panel {
        flex-direction: column-reverse;
    }

    .tyre_section_image_bg {
        width: 90%;
        margin: 0px auto;
        display: block;
    }

    .category_single_card div img:nth-child(1) {
        position: absolute;
        z-index: 1;
        width: 80%;
        height: 175px;
        left: 10%;
    }

    .category_single_card div {
        position: relative;
        width: 80%;
        height: 175px;
    }

    #flip div div img {
        width: 50px;
    }

    .Footer-fourth-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Footer-fourth-content ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }

    #flip>div>div {
        font-size: 18px;
        font-style: italic;
        margin-top: 10px;
        display: flex;
        align-items: center;
    }

    .Footer-second-content .address_container {
        display: flex;
        flex-direction: column;
    }

    .gallery img {
        width: 80px;
        border-radius: 10px;
        border: 1px solid darkgoldenrod;
        margin: 8px;
    }

    .cpc_carousel {
        /* margin: 0px auto; */
        width: 90%;
        margin: 0px auto;
    }

    .mobile_only_lang_container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

   

    .Footer-second-content {
        padding: 0px;
    }


    .HomePage-product-list-container-single-item span {
        padding: 5px;
        font-size: 14px;
        width: 100%;
    }


    .Contact-Us-address-text-container {
        padding: 0px 20px;
    }

    /* Marquee start */
    .scroll-left {
        height: 30px;
        overflow: hidden;
        position: relative;
        background-color: #add8e6;
    }

    .scroll-left .second {
        margin-left: 600%;
    }

    .scroll-left p {
        color: #000000;
        font-weight: 400;
        position: absolute;
        width: 650%;
        height: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 30px;
        /* Apply animation */
        -moz-animation: scroll-left 25s linear infinite;
        -webkit-animation: scroll-left 25s linear infinite;
        animation: scroll-left 25s linear infinite;
    }

    /* Marquee end */

    /* Footer */
    .Footer-inner-container {
        display: flex;
        flex-direction: column;
    }

    .Footer-first-content,
    .Footer-second-content,
    .Footer-third-content {
        width: auto;
    }

    .Footer-second-content ul,
    .Footer-third-content ul,
    .Footer-fourth-content ul {
        display: flex;
        flex-wrap: wrap;
        font-weight: 300;
    }

    .Footer-branch-div ul {
        display: block;
    }

    .Footer-second-content ul li,
    .Footer-third-content ul li,
    .Footer-fourth-content ul li {
        padding-right: 20px;
        font-size: 15px;
    }

    .Footer-phone-number-span {
        width: 100%;
        padding-right: 0px !important;
    }

    .Footer-first-phne-number {
        padding-right: 15px;
    }

    .Footer-first-content p {
        font-size: 15px;
        font-weight: 300;
    }

    .Footer-fourth-content ul li img {
        width: 30px;
    }

    /* Footer ends */
}