@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;

}

.navbar {
    height: 70px;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #3E4095 !important;
}

.nav-link:hover,
.nav-link:active {
    color: #ED3237 !important;
}


.hero-service {
    background-image: linear-gradient(to right, rgba(4, 4, 4, 0.692), rgba(4, 4, 4, 0.188)), url("../images/hero-service.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.hero-service-content {
    margin-top: 10rem;

}

.main-text,
.why-choose-us-title,
.title {
    font-family: 'oswald', sans-serif;

}

.red-text {
    font-size: 26px;
}

.main-text {
    font-size: 60px;
}

.button-outline {
    color: white;
}


.about-us-jumbotron {
    background: linear-gradient(to left, #e0e0e0de, #e0e0e0e5), url("../images/man.jpeg");
    background-size: cover;
    background-position: start;
    background-repeat: no-repeat;
}

.why-choose-us-title {
    font-size: 60px;
}

.sub-text {
    font-size: 24px;
}

.jumbotron-1 {
    background-color: #3E4095;
}

.jumbotron-1 .row {
    height: 120px;
}

.jumbotron-text {
    font-family: 'Oswald', sans-serif;
}

.about-us-image {
    background: url("../images/car-3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 50%;
}

.jumbotron-3 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.789)), url("../images/image.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.women-image {
    background: url("../images/women.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}

.title {
    position: relative;
    cursor: default;
}

.service-title-underline {

    height: 3px;
    background-color: #ED3237;
    width: 150px;
    transition: all 0.9 ease-in-out;
}

.usaa-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.usaa-logo:hover {
    transform: scale(1.1);
}

.progressive-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.progressive-logo:hover {
    transform: scale(1.1);
}

.safeco-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.safeco-logo:hover {
    transform: scale(1.1);
}

.aaa-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.aaa-logo:hover {
    transform: scale(1.1);
}

.statefarm-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.statefarm-logo:hover {
    transform: scale(1.1);
}

.nationwide-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.nationwide-logo:hover {
    transform: scale(1.1);
}

.allstate-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.allstate-logo:hover {
    transform: scale(1.1);
}

.kemper-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.kemper-logo:hover {
    transform: scale(1.1);
}

.travelers-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.travelers-logo:hover {
    transform: scale(1.1);
}

.geico-logo {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.geico-logo:hover {
    transform: scale(1.1);
}

.blue-rectangle-long-banner {
    background: url("../images/blue-rectangle.png");
    background-size: contain;
    background-position: 0%;
    background-repeat: no-repeat;
    height: 120px;
}

.blue-rectangle-short-banner {
    background: url("../images/short-blue-rectangle.png");
    background-size: contain;
    background-position: 0%;
    background-repeat: no-repeat;
    height: 220px;
    position: absolute;
    margin-top: -100px;
    z-index: 1;
}


.ratings-section {
    background: linear-gradient(to left, #3e3f95c2, #3e3f95bc), url("../images/cockpit.jpeg");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.star {
    color: #ED3237;
}

.testemonial-section {
    background: linear-gradient(to left, #e0e0e0ec, #e0e0e0ef), url("../images/welding.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testemonial-card {
    background-color: #dddddd4d;
}

.downloadable-forms-section {
    background: linear-gradient(to left, #3e3f95c2, #3e3f95bc), url("../images/downloadabale-forms.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.d-btn {
    margin: 1rem;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    height: 48px;
    border: 1px solid white;
    text-transform: uppercase;
}

.d-btn:hover {
    color: #fff;
    background-color: #ED3237;
    border: none;
}

.contact-us-section {
    background: linear-gradient(to left, #e0e0e0d6, #e0e0e0d3), url("../images/welding-2.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
}

.form-field {
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
}

.form-btn {
    background-color: #3E4095;
    color: white;
    width: 175px;
    border-radius: 10px;
    transition: all 0.4s ease-in;
    border: 2px solid #3E4095;
}

.form-btn:hover {
    background-color: white;
    color: #3E4095;
    border: 2px solid #3E4095;
    font-weight: 500;
}

.footer-section {
    background-color: #3E4095;

}

.footer-overlay {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

/* Responsive Font sizes */
@media (min-width:320px) {
    .customer-review {
        font-size: 16px !important;
    }

    .customer-name {
        font-size: 22px !important;
    }

    .service-card {
        height: 540px;
        margin-top: 50px;
        line-height: 24px;
    }

    .insurance-logo {
        height: 60px;
        width: auto;
    }
}

@media (min-width: 576px) {

    .customer-review {
        font-size: 16px !important;
    }

    .customer-name {
        font-size: 22px !important;
    }

    .service-card {
        height: 360px;
        line-height: 26x;
    }

    .insurance-logo {
        height: 70px;
        width: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .main-text {
        font-size: 40px !important;
    }

    .sub-text {
        font-size: 24px !important;
    }

    .hero {
        height: 700px;
    }

    .customer-review {
        font-size: 17px !important;
    }

    .customer-name {
        font-size: 22px !important;
    }

    .service-card {
        height: 250px;
        line-height: 24px;
    }

    .insurance-logo {
        height: 85px;
        width: auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .red-text {
        font-size: 28px !important;
        font-weight: 500 !important;
    }

    .main-text {
        font-size: 50px !important;
    }

    .customer-review {
        font-size: 18px !important;
    }

    .customer-name {
        font-size: 26px !important;
    }

    .sub-text {
        font-size: 26px !important;
    }

    .service-card {
        height: 250px;
        line-height: 24px;
    }

    .insurance-logo {
        height: 95px;
        width: auto;
    }


}

@Media(min-width:1240px) {
    .service-card {
        height: 350px;
        line-height: 24px;
    }

    .insurance-logo {
        height: 100px;
        width: auto;
    }
}

/* swiper js */

.swiper-review {
    width: 100%;
    height: 625px;
}

.swiper-service {
    width: 100%;
    height: 500px;
}

.swiper-partners {
    width: 100%;
    height: 200px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 50%;
}

.swiper-slide:nth-child(2n) {
    width: 20%;
}

.swiper-slide:nth-child(3n) {
    width: 40%;
}

