html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fff;
}

img {
    width: auto;
    height: 100%;
}

.home_section {
    position: relative;
    width: 100%;
    padding: 15px 0;
    background-color: #f4f3ec;
    height: 100%;
    overflow: hidden;
}

.home_section .home_sec_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.home_sec_content .logo {
    width: 190px;
    height: 100px;
}
a.logo img {
    width: 100%;
    height: auto;
}
.home_section .home_sec_content span {
    font-size: 18px;
    font-weight: 700;
    color: #696969;
    letter-spacing: 5px;
}

.home_section .home_sec_content h1 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
    margin: 20px 0;
}

.home_section .home_sec_content p {
    font-size: 18px;
    color: #696969;
    font-weight: 400;
}

.home_sec_content .badges_section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.home_sec_content figure {
    margin: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_setion {
    position: relative;
    padding: 10px;
}

.form_setion .form {
    position: relative;
    background-color: #172a43;
    padding: 30px 15px 15px;
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
}

.form_setion .form h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.form_setion .form form .form_field,
.form_setion .form form select {
    width: 100%;
    height: 35px;
    margin: 5px 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #696969;
    padding: 6px;
}

.form_setion .form form p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
}

.form_setion .form form .form_checkboxes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.form_checkbox_row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
}

.form-check-input:focus {
    box-shadow: none;
    border: 0;
}

.form-check-input[type=checkbox] {
    /* color: orangered; */
    /* background-color: white; */
    border-radius: 0;
}

input.form_submit_btn {
    color: #fff;
    background-color: #e4573d;
    border-color: #e4573d;
    padding: 10px 40px;
    border: 0;
    text-transform: uppercase;
    text-align: center;
}

/* second Section */



.services_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
}

.services_section p {
    color: #7e7e7e;
    font-size: 16px;
}

.service_card_row {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    gap: 20px;
    row-gap: 40px;
    margin-top: 40px;
}

.service_card_row .service_card {
    text-align: left;
    padding: 0 20px 30px;
}

.card_border {
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.service_card_row .service_card .cardhead {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.service_card_row .service_card .cardhead figure {
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.service_card_row .service_card .cardhead figure i {
    font-size: 45px;
    color: #696969;
}

.service_card_row .service_card .cardhead .text h4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #696969;
    font-size: 24px;
}

/* Testimonial */

.testimonial_section {
    position: relative;
    padding: 40px 0;
    text-align: center;
    overflow: hidden;
    background: url('../img/testimonial_bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.testimonial_section .testimonials {
    max-width: 1100px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

.testimonial_section .testimonials .testi_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0 120px;
}

.testimonial_section figure.quote {
    margin: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_section figure.rating {
    color: #ababab;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
}

.testimonial_section p {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

.testimonial_section h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin: 10px 0;
}

/* Brands Slider Section */

.brands_section {
    position: relative;
    padding: 70px 0;
    width: 100%;
    overflow: hidden;
}

.brands_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
}

.brands_section p {
    color: #696969;
    font-size: 15px;
}

.brands_slider {
    width: 100%;
}

.brands_slider .brands_slide {
    padding: 20px;
}

.brands_slider .brands_slide figure {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Process Section */

.process_section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: #f4f3ec;
}

.process_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #333;
}

.process_section .process_card_row {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    margin: 40px 0 0;
}

.process_section .process_card_row .process_card {
    padding: 10px;
    text-align: center;
}

.process_section .process_card_row .process_card figure {
    margin: 10px 0;
    font-size: 60px;
    color: #696969;
    text-align: center;
}

.process_section .process_card_row .process_card h4 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

.process_section .process_card_row .process_card p {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
}

/* About Section */

.about_section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    width: 100%;
}

.about_section figure {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact_btn {
    padding: 10px 20px;
    background-color: #e4573d;
    color: #fff;
    border: #e4573d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_btn i {
    margin-right: 10px;
    transform: rotate(100deg);
}

.about_section h2 {
    font-size: 42px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

.about_section .lists ul {
    list-style-type: none;
    padding-left: 0;
}

.about_section .lists ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 18px;
    color: #696969;
}

/* Contact Section */

.contact_section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    width: 100%;
    background: url('../img/contact_bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
}

.gf-bg-overlay {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block !important;
    content: "";
    z-index: 1;
    background-color: rgba(10, 10, 10, .68);
}

.contact_section h2 {
    font-size: 56px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.contact_section p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.contact_section .contact_btn {
    position: relative;
    z-index: 2;
}

/* Footer */

.footer {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
    background-color: #222;
}

.footer .footer_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p {
    color: #ababab;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
}

.footer .payments {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.footer .payments figure {
    margin: 0;
    width: 60px;
    height: auto;
}

/* Responsive */

@media only screen and (max-width:1200px) {
    .service_card_row {
        display: grid;
        grid-template-columns: auto !important;
        gap: 20px;
        row-gap: 40px;
        margin-top: 40px;
    }
}

@media(max-width:768px) {
    .service_card_row {
        grid-template-columns: auto !important;
        gap: 20px !important;
    }
    .home_sec_content figure {
        width: 65px;
    }
    .card_border {
        border-right: 0 !important;
        border-left: 0 !important;
    }
    .testimonial_section .testimonials .testi_slide {
        padding: 0 30px;
    }
    .testimonial_section p {
        font-size: 22px;
    }
    .process_section .process_card_row {
        grid-template-columns: auto auto;
    }
    .about_section h2 {
        margin-top: 30px;
    }
    .footer_row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
@media(max-width:515px) and (min-width:425px) {

    a.logo img {
    width: 65%;
    height: auto;
}
    h2 {
        font-size: 46px !important;
    }
    .home_sec_content figure {
        width: 50px;
    }
    label.form-check-label {
        font-size: 12px;
    }
    .service_card_row {
        grid-template-columns: auto !important;
        gap: 20px;
    }
    .testimonial_section .testimonials .testi_slide {
        padding: 0 10px;
    }
    .testimonial_section p {
        font-size: 18px;
    }
    .process_section .process_card_row {
        grid-template-columns: auto;
    }
    .home_sec_content .badges_section {
        margin: 0 auto 20px;
        justify-content: center;
    }
    .brands_slider .brands_slide figure {
        width: 150px;
        height: 150px;
    }
}

@media(max-width:425px) {
        a.logo img {
    width: 65%;
    height: auto;
}
    h2 {
        font-size: 46px !important;
    }
    .home_sec_content figure {
        width: 50px;
    }
    label.form-check-label {
        font-size: 12px;
    }
    .service_card_row {
        grid-template-columns: auto;
        gap: 20px;
    }
    .testimonial_section .testimonials .testi_slide {
        padding: 0 10px;
    }
    .testimonial_section p {
        font-size: 18px;
    }
    .process_section .process_card_row {
        grid-template-columns: auto;
    }
    .home_sec_content .badges_section {
        margin: 0 auto 20px;
        justify-content: center;
    }
    .brands_slider .brands_slide figure {
        width: 150px;
        height: 150px;
    }
}

input.form_submit_btn:hover {
    background: #ff9a00;
}

button.contact_btn:hover {
    background: #ff9a00;
}

.contact_section .contact_btn:hover {
    background: #ff9a00;
}

section.thanks {
    width: 100%;
}
.thanks-row {
    height: 100vh;
    align-items: center;
    justify-content: center;
}