body {
    background-color: #f2f2f2;
}

.flex {
    display: flex;
}

.title {
    font-size: 1.1rem;
    font-weight: bold;
}

.bg {
    height: calc(100vw / 1.5);

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0% 100%), url("img/background-blur.webp") lightgray 50%/cover no-repeat;
    /*filter: blur(1.5px);*/

    clip-path: ellipse(94vw 100% at 50% 0%);
}

/*.bg {*/
/*    position:absolute;*/

/*    width: 100%;*/
/*    height: calc(100vw/2);*/

/*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0% 100%), url("img/background.webp") lightgray 50%/cover no-repeat;*/
/*    filter: blur(1.5px);*/

/*    clip-path: ellipse(90% 100% at 50% 0%);*/
/*}*/

/*================ Header ================*/

.logo2 {
    position: absolute;
    width: 10rem;
    z-index: 10;
}

.title-text1 {
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.title-text2 {
    color: #FFF;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2rem;
}

.title-text3 {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.car {
    position: absolute;
    width: 60rem;
    /*width: 100%;*/
    /*width: calc(100vw / 1.5 + 10rem);*/
    z-index: 10;

    top: calc(100vw / 1.5 - 32rem);
    left: -17rem;
}

/*================ Section 1 ================*/

.sec1 {
    margin-top: 4rem;
}

.justify {
    text-align: justify;
}

.round {
    border-radius: 10%;
}

.text1 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
}

.text2 {
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1rem;
}

/*================ Section 2 ================*/

.sec2 {
    background: url("img/background2.webp") no-repeat center center / cover;
    height: 45rem;
}

.text3 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 2.7rem;
}

/*================ Section 3 ================*/

.sec3 {
    /*background: url("img/background3.webp") repeat top center / cover;*/
    background: url("img/background3.webp") top center / 100vw 500px;
    height: 24rem;
}

.offset-sec3 {
    padding-top: 8rem;
    margin-bottom: 0;
}

.footer {
    background: linear-gradient(180deg, #272727 0%, rgba(14, 14, 14, 0.96) 100%);
    height: 12rem;
    /*transform: scaleY(110%) translateY(-10%);*/
    padding-top: 3rem;
    padding-bottom: 11rem;
}

.footer-text1 {
    color: #FFF;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-text2 {
    color: #FFF;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1rem;
}

.inline {
    display: inline-block;
}

.arrow {
    width: 2rem;
    height: 2rem;

    padding: 0.3rem;
    background: #FCC51D;
}

.icon {
    width: 2rem;
    padding: 0.3rem;
    margin-right: 0.3rem;

    border-radius: 0.68rem;
    background: #FCC51D;
}

.footer-text3 {
    color: #FFF;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-text4 {
    color: #FCC51D;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-block {
    width: 70%;
}

@media (max-width: 790px) {
    .car {
        width: 40rem;
        top: calc(100vw / 1.5 - 22rem);
        left: -7rem;
    }
}
@media (max-width: 650px) {
    .title-text1 {
        font-size: 1.1rem;
    }

    .title-text2 {
        font-size: 1.5rem;
    }

    .title-text3 {
        font-size: 0.6rem;
    }
    .car {
        width: 35rem;
        top: calc(100vw / 1.5 - 18rem);
        left: -10rem;
    }
    .footer-block {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .car {
        width: 30rem;
        top: calc(100vw / 1.5 - 12rem);
        left: -15rem;
    }

    .footer-block {
        width: 95%;
    }
}

@media (min-width: 1000px) {
    .offset-sec3 {
        padding-top: 10rem;
        margin-bottom: inherit;
    }
}

@media (min-width: 1300px) {
    .car {
        width: 90rem;
        top: calc(100vw / 1.5 - 52rem);
        left: -27rem;
    }
}