@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.content-wrapper, .container {
    overflow: hidden;
}

body {
    font-family: "Roboto", sans-serif;
}

.title {
    font-size: 2.2em;
    color: #333;
    line-height: 1.5;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;

}

article p, p {
    /*    font-family: montserrat, sans-serif;
*/ font-size: 16px;
    letter-spacing: .02em;
    line-height:1.5;
    color:#333;
}

.header {
    position: relative;
    height: auto;
    background-color: white;
    z-index: 888;
}

.top-header {
    background-color: #f4f4f4;
}

    .top-header h5 {
        float: right;
        color: black;
        font-size: 15px;
        font-weight: 600;
        /*font-family: montserrat, sans-serif;*/
    }



.mid-header {
    line-height: 0;
    padding: 1em 0;
    background-color: #666666;
}

nav ul {
    float: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

    nav ul li {
        display: inline-block;
        float: left;
    }

.header.sticky nav ul li {
    margin-top: 2em;
}

nav ul li:not(:first-child) {
    margin-left: 25px;
}

nav ul li a {
    display: inline-block;
    outline: none;
    color: white;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.04em;
    line-height: 1.5;
}


    nav ul li a:hover {
        color: white;
        text-decoration: none;
    }

#nav-logo {
    width: 0px;
    margin-top: -2.25em;
}

#donate-vehicle {
    color: white;
    font-size: 16px;
    margin-right: 10px;
}

    #donate-vehicle:hover {
        text-decoration: none;
        color: black;
    }

.header.sticky {
    position: fixed;
    display: inline-block;
    left: 0;
    right: 0;
    margin-top: 7em;
    z-index: 9999999;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


    .header.sticky #nav-logo {
        width: 180px
    }

#main-logo-area {
    text-align: center;
    padding: 8em 0 1em;
    margin-top: -7em;
}

    #main-logo-area img {
        width: 100%;
        max-width: 300px;
        /*        padding: 1em 0 0;
*/
    }


    #main-logo-area h4 {
        color: black;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: .1em;
        font-size: 16px;
        /* font-family: montserrat, sans-serif;*/
    }

    #main-logo-area a:hover {
        text-decoration: none;
    }

.hero {
    background-image: url(/sites/indition/cars_kut/uploads/2025/1300x450_blank.jpg);
    background-size: cover;
    background-position: center;
}

.filter {
    /* background-image: url("https://www.transparenttextures.com/patterns/black-twill.png"); */
    background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
    background-image: url("https://www.transparenttextures.com/patterns/dark-denim-3.png");
    padding: 10em 0 12em;
}

.hero-text {
    color: white;
    /*    font-family: montserrat, sans-serif;
*/
}

    .hero-text h1 {
        margin: 0;
        line-height: 1.4;
        font-size: 2.8em;
        letter-spacing: .1em;
        /* color:#f53304; */
    }

        .hero-text h1 span {
            /*            font-family: cooper-black-std, serif;
*/ color: white;
        }

    .hero-text h2 {
        margin: 0;
        line-height: 1.4;
        font-size: 3.4em;
        font-weight: 700;
    }

    .hero-text h3 {
        line-height: 1.5;
        letter-spacing: .04em;
        background: #fe3300;
        display: inline-block;
        padding: 6px 20px;
        margin: .5em 0;
        font-size: 1.4em;
    }

/*.process {
    padding: 1em 0;
}


.box-holder {
    background-color: #f4f4f4;
    margin-bottom: 1em;
    text-align: center;
    padding: 3em 3em 2em;
}

#mid-box {
    border-right: 5px solid white;
    border-left: 5px solid white;
}
*/


.vehicle-strip {
    margin: 20px 0;
}

    .vehicle-strip img {
        width: 14.66%;
        margin: 4px;
        transition: 1s;
        -webkit-box-shadow: 0 0px 8px #b6b6b6;
        -moz-box-shadow: 0 0px 8px #b6b6b6;
        box-shadow: 0 0px 8px #b6b6b6;
    }



.social-media {
    float: right;
}

    .social-media .btn-custom {
        width: 30px;
        height: 30px;
        background-color: black;
        color: white;
        padding: 0;
        font-size: 1.4em;
        border-radius: 40px;
        margin: 0 2px;
        padding:1px;
    }

        .social-media .btn-custom:hover {
            background-color: #f53304;
        }

video {
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0 0px 8px #b6b6b6;
    -moz-box-shadow: 0 0px 8px #b6b6b6;
    box-shadow: 0 0px 8px #b6b6b6;
    margin-top: 2em;
}



.master-footer {
    padding: 6em 2em;
    text-align: center;
    background-color: #666666;
}

#robot {
    width: 100%;
    max-width: 372px;
}

#slogan {
    width: 100%;
    max-width: 515px;
}

#footer-logo {
    margin: 1em 0 3em;
}

#footer-text {
    color: white;
    font-size: 14px;
    line-height: 1.7;
}

.faq {
    padding-bottom: 4em;
}

@media only screen and (max-width: 992px) {

    #mid-box {
        border-right: 0;
        border-left: 0;
    }

    .hero-text h1 {
        font-size: 2em;
    }

    .hero-text h2 {
        font-size: 2.5em;
    }

    .hero-text h3 {
        font-size: 1em;
    }

    #donate-vehicle {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    #main-logo-area img {
        /*        padding: 1em 2em 0;
*/
    }


    .header {
        position: static;
    }

        .header.sticky {
            margin-top: 6.6em;
        }

            .header.sticky #nav-logo {
                display: none;
            }

    .top-header {
        display: none;
    }

    .mid-header {
        padding: 0;
    }

    .social-media {
        display: none;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: white;
        opacity: 0;
        transition: all 0.2s ease;
    }

        .nav-container ul {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }

            .nav-container ul li {
                display: block;
                float: none;
                width: 100%;
                margin-bottom: 10px;
            }

                .nav-container ul li:nth-child(1) a {
                    transition-delay: 0.2s;
                }

                .nav-container ul li:nth-child(2) a {
                    transition-delay: 0.3s;
                }

                .nav-container ul li:nth-child(3) a {
                    transition-delay: 0.4s;
                }

                .nav-container ul li:nth-child(4) a {
                    transition-delay: 0.5s;
                }

                .nav-container ul li:not(:first-child) {
                    margin-left: 0;
                }

                .nav-container ul li a {
                    padding: 10px 25px;
                    opacity: 0;
                    color: #333;
                    font-weight: 600;
                    transform: translateY(-20px);
                    transition: all 0.2s ease;
                }

    .nav-open {
        position: relative;
        right: 10px;
        top: 2px;
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 9999;
        border-radius: 50%;
        float: right;
    }

        .nav-open i {
            display: block;
            width: 20px;
            height: 2px;
            background: white;
            border-radius: 2px;
            margin-left: 14px;
        }

            .nav-open i:nth-child(1) {
                margin-top: 16px;
            }

            .nav-open i:nth-child(2) {
                margin-top: 4px;
                opacity: 1;
            }

            .nav-open i:nth-child(3) {
                margin-top: 4px;
            }

    #nav:checked + .nav-open {
        transform: rotate(45deg);
    }

        #nav:checked + .nav-open i {
            background: #333;
            transition: transform 0.2s ease;
        }

            #nav:checked + .nav-open i:nth-child(1) {
                transform: translateY(6px) rotate(180deg);
            }

            #nav:checked + .nav-open i:nth-child(2) {
                opacity: 0;
            }

            #nav:checked + .nav-open i:nth-child(3) {
                transform: translateY(-6px) rotate(90deg);
            }

    #nav:checked ~ .nav-container {
        z-index: 9990;
        opacity: 1;
    }

        #nav:checked ~ .nav-container ul li a {
            opacity: 1;
            transform: translateY(0);
        }

    .hidden {
        display: none;
    }


    .hero {
        background-image: url( /sites/indition/cars_kut/uploads/2025/mobile.jpg )
    }

    .filter {
        background-color: rgba(0,0,0,.4);
        padding: 8em 0 9em;
    }

    .hero-text {
        text-align: center;
    }

        .hero-text h1 {
            font-size: 2.7em;
        }

        .hero-text h2 {
            font-size: 3.2em;
        }

        .hero-text h3 {
            font-size: 1.25em;
        }

    .video {
        margin-top: .5em;
    }



    .vehicle-strip img {
        width: 14%;
        margin: 2px
    }
}

@media only screen and (max-width: 500px) {

    .hero-text h1 {
        font-size: 2em;
    }

    .hero-text h2 {
        font-size: 2.4em;
    }

    .hero-text h3 {
        font-size: .9em;
    }
}