body {
    overflow-x: hidden;
    /* Hide overflow on the x-axis */
    overflow-y: scroll;
    /* Enable scrolling on the y-axis */
}

span.search-icon {
    display: block;
    cursor: pointer;
}

.search-icon svg {
    height: 19px;
    color: black;
}

.banner-mg {
    height: 100vh;
    width: 100%;
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}


.banner-mg .txt-con {

    color: #fff;
    text-align: left;
    /* text-shadow: 0 16px 15px rgba(0, 0, 0, 0.25); */
    font-size: 27px;
    width: 50%;
    line-height: normal;
    /* background: rgba(84, 97, 125, 0.59); */
    /* box-shadow: 5px 10px 20px 8px rgba(0, 0, 0, 0.25); */
    /* position */
    position: absolute;
    color: #fff;
    padding: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-mg p {
    line-height: 35px;
    font-size: 27px;
}


.banner-mg:nth-child(3) {

    /* background-image: url(../images/banner/rubber-related-product.jpg); */
    background-image: url(../images/banner/train.webp);
}

.carousel-item:nth-child(1) .banner-mg {
    /* background-image: url(../images/banner/rubber--factory--cinematic-color-light-dark-blue-and-orange-darker-tone.jpg); */
    background-image: url(../images/banner/wheel.jpg);
}

.carousel-item:nth-child(2) .banner-mg {
    /* background-image: url(../images/banner/rubber-related-product.jpg); */
    background-image: url(../images/banner/Drifting.jpg);
}

.carousel-item:nth-child(3) .banner-mg {
    /* background-image: url(../images/banner/elastomer-1.png); */
    background-image: url(../images/banner/train.webp);
}

/* about us  */
.vh-80 {
    height: 80vh;
}

.slider-text-content {
    padding: 10% 0;
    width: 70%;
    margin: auto;
}

.slider-text-content p,
.slider-text-content h3 {
    color: #fff;
}

.slider-text-content h2 {
    color: rgb(34, 35, 100);
    /* border: 1px solid white; */
    /* background-color: #ffffff56;
    padding: 30px 0px; */
}

.btn-ctm {
    font-size: 18px;
    line-height: 24px;
    color: var(--heading-color);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin-top: 30px;
}

.btn-ctm::before {
    position: absolute;
    content: "";
    width: 30%;
    background-color: var(--primary-color);
    height: 2px;
    bottom: -8px;
    left: 0;
    transition: var(--transition);
}

.btn-ctm:hover::before {
    width: 100%;
}

.pogoSlider-slide ul li i {
    animation: rotate 3s infinite linear;

}

.pogoSlider-slide ul {
    text-align: left;
    color: white;
}

/* fixed image in bg  */
.imagebggg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../images/about/about-us-page-bg-img.jpg");
    /* background-image: url("leap.jpg"); */
    background-size: cover;
    /* filter: grayscale(1); */
}

/* fixed image in bg  */
.color-white {
    color: #fff !important;
}

.color-gray {
    color: #9f9f9f !important;
}

.experience .container {
    /* background-color: rgba(0, 0, 0, 0.47); */
    margin-top: 50px;
    padding: 20px;
    border-radius: 20px;
}




/* contact  */

input,
select {
    width: 100%;
    padding: 6px 20px;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #6b6b6b;
    box-sizing: border-box;
    /* font-size: 20px; */
    font-size: 16px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

.inputs {
    display: flex;
    justify-content: space-between;
}

.bigfont {
    font-size: 30px;
    color: #000;
}

.inputs input {
    width: 48% !important;
}

.desktop-visible {
    display: block;
}

.mobile-visible {
    display: none;
}

.business-decripters li {
    list-style-type: none;
    position: relative;
    margin-left: 14px;
    margin-top: 5px;
}

.business-decripters li::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #222364;
}

.policies {
    padding-top: 10px;
}

.policies ul {
    padding-top: 10px;
    line-height: normal;
}

.mil-process-box {
    position: relative;
    transition: all 0.5s ease-in;
}

.mil-process-box:before {
    content: "";
    width: 12vw;
    height: 1px;
    background-color: transparent;
    border: 2px solid #ffc10789;
    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 3; */
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 90px;
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-process-box:hover:before {
    background-color: transparent;
    border: 2px solid #ffc107;

    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 3; */
}

@media (max-width: 700px) {
    .desktop-visible {
        display: none !important;
    }

    .mobile-visible {
        display: block;
    }

    .normal-flex-gap img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .banner-mg .txt-con {
        width: 98%;
        top: 57%;
    }

    .banner-mg {
        height: 95vh;
    }

    .banner-mg p {
        line-height: 35px;
        font-size: 21px;
    }

    .brands-logos img {
        width: 100%;
    }

    .arry-btn button {
        width: 54px;
        height: 54px;
    }

    .about .about-wrp .right-item .content .info .count {
        color: #222364;
    }

}


/* nav  */
/* modi  */

.mil-has-children {
    position: relative;
    padding-right: 10px;
    padding: 15px 0;
}

.mil-has-children ul {
    opacity: 0;
    position: absolute;
    transform: translateY(10px) scale(0.98);
    pointer-events: none;
    display: block;
    min-width: 100%;
    width: 300px;
    z-index: 2;
    /* padding: 10px 0px; */
    padding-top: 10px;
    background-color: rgb(255, 255, 255);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    left: -22px;
    /* overflow-y: scroll; */
}

.mil-has-children ul li {
    position: relative;
    /* margin-bottom: 5px; */
    border-bottom: 1px solid var(--border);
    padding-left: 18px;
    margin-right: 0 !important;
}

.mil-has-children a {
    padding: 0 !important;
    color: var(--heading-color);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    display: block;
    padding: 0px 25px;
}

.hero-inner-page-text p {
    font-size: 22px;
    text-transform: none;
}

.mil-has-children:hover ul {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) scale(1);
    box-shadow: 0 0.5rem 0.25rem -0.375rem rgba(117, 117, 117, .2);
}

.mil-has-children li:hover {
    background-color: #ee1e24;
    font-weight: 400;
}

.mil-has-children li:hover a {
    color: #fff !important;
    transition: all 1s ease;
    margin-left: 8px;
}

/* image enlarge-pop up for products  */
.tvs-name span {
    color: rgb(255, 255, 255);
}

.tvs-name {
    position: absolute;
    top: 15%;
    left: 10%;
    right: 10%;
    font-size: 33px;
    width: 80%;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: black;
    align-items: center;
}

/* image enlarge-pop up for products  */

.flip-boxx-back .zoom-expand {
    color: #fff;
}



.zoom-expand {
    position: absolute;
    top: 250px;
    width: 92%;
    left: 4%;
    font-size: 30px;
}

.flip-boxx-front .zoom-expand {
    top: 213px;
    color: #000000;
}

.certifications {
    font-size: 16px;
    margin-top: 5px;
}

.certifications i {
    color: #ee1e24;
}

.gallery_awards {
    margin-bottom: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.gallery_awards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: transform 1s;
}

.trophies {
    margin-bottom: 50px;
}

.gallery_awards:hover p {
    color: #ee1e24;
}

.trophies img {
    margin-bottom: 10px;
}

.gallery_awards:hover img {
    transform: scale(1.1);
}

.gallery_awards p {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

b,
strong {
    color: #000;
}

@media screen and (max-width: 500px) {
    .zoom-expand {
        top: 200px;
    }

    .flip-boxx-front .zoom-expand {
        top: 210px;
        color: #000000;
    }

    .tvs-name span {
        color: #000;
    }

    .tvs-name {
        top: 28%;
    }

    .mil-has-children ul {
        background: #f3efef;
        box-shadow: 3px 83px 80.7px -5px rgba(0, 0, 0, 0.25);
        left: 0px;
        margin-bottom: 30px !important;
        height: 300px;
        overflow-y: scroll;
    }

    /* .mil-has-children ul::-webkit-scrollbar {
        display: none;
    } */
}

/* nav  */
/* modi  */

.wyspu-section {
    padding: 0 0 3em 0;
    background-color: #222364;
    padding-top: 2em;
}

.section-line{
    width: 50%;
    height: 1px;
    background-color: rgb(119, 107, 255);
    margin: 2em auto 0 auto;
}


.wyspu-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1em;
}

.wyspu-card {
    position: relative;
    background-color: rgb(238, 238, 238);
    /* padding: 1em; */
    border-radius: 6px;
}

.wyspu-card-img {
    border-radius: 6px;
}

.wyspu-card-info-wrapper {
    padding: 16px 1em;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.804);
    /* background: linear-gradient(112.1deg, rgba(32, 38, 57, 0.31) 11.4%, rgba(63, 76, 119, 0) 70.2%); */
    /* background: linear-gradient(0deg,rgba(0,0,0,.8) 10%,transparent 95%); */
}

.section-header-title {
    color: white;
    text-align: center;
    padding: 22px 0;
}

.wyspu-card-title{
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.wyspu-card-info-wrapper {
    color: white;
}

.wyspu-card-img{
    width: 100%;
    
}

.wyspu-card-description{
    margin-top: 6px;
    line-height: 19px;
}

