html {
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
}

:root {
    --arimo: "Arimo", serif;
    --manrope: "Manrope", serif;
}

button:focus,
button:focus-visible{
    outline: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

body{
    font-family: "Manrope", serif;
    background-color: #1F1F1F;
    margin: 0;
    scroll-behavior: smooth;
    position: relative;
}

body.lock{
    overflow: hidden;
}

.container {
    max-width: 1374px;
    margin: 0 auto;
    padding: 0 37px;
}


header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header_inner{
    padding: 44px 0;
}

.header_inner h2{
    font-family: var(--arimo);
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    text-transform: uppercase;
}

.banner{
    background-color: #0000001A;
    background-blend-mode: multiply;
    height: 860px;
    width: 100%;
    background-image: url("../img/bg.webp");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 120%;
}

.banner .container{
    height: 100%;
}

.banner_inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 166px;
    height: 100%;
}

.banner_inner h1{
    font-family: var(--arimo);
    font-size: 82.08px;
    font-weight: 700;
    line-height: 82.08px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-bottom: 33px;
    max-width: 653px;
    text-transform: uppercase;
}

.banner_inner p{
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    max-width: 548px;
}

.content_inner{
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.content_title h6{
    font-family: var(--arimo);
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 42px;
    color: #4E4E4E;
    text-transform: uppercase;
}

.content_contact{
    display: flex;
    flex-direction: column;
    max-width: 640px;
    width: 100%;
    margin-bottom: 137px;
}

.content_contact > div{
    padding: 40px 0;
    border-top: 1px solid #FFFFFF1A;
}

.content_contact > div:last-of-type{
    border-bottom: 1px solid #FFFFFF1A;
}

.content_contact .contact_block span{
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF99;
    margin-bottom: 10px;
    display: block;
}

.content_contact .contact_block p{
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.content_contact .contact_block a{
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.content_contact .contact_tel_block span{
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF99;
    margin-bottom: 10px;
    display: block;
}

.content_contact .contact_tel_block .dispatch_tel{
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.content_contact .contact_tel_block .supervisor_tel{
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

footer{
    position: relative;
    z-index: 2;
}

.footer_inner{
    padding: 63px 0;
}

.footer_inner p{
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #585858;
}

main{
    position: relative;
    overflow: hidden;
}

section{
    position: relative;
    z-index: 2;
}

main::after{
    content: 'TJK Auto Transportation Inc.';
    text-transform: uppercase;
    position: absolute;
    bottom: -117px;
    left: 70px;
    z-index: 1;
    font-family: var(--arimo);
    font-size: 258.81px;
    font-weight: 700;
    line-height: 362.33px;
    letter-spacing: -0.06em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #252525;
    width: max-content;
}

@media only screen and (max-width: 768px) {
    header{
        background: #FFFFFF26;
        backdrop-filter: blur(34px)
    }

    .header_inner{
        padding: 25px 0;
    }

    .banner{
        background-image: url('../img/banner_mobile.webp');
        height: 890px;
        background-position: center;
        background-size: cover;
    }

    .banner_inner{
        padding-bottom: 74px;
    }

    .banner_inner h1{
        margin-bottom: 20px;
        font-size: 33px;
        font-weight: 700;
        line-height: 33px;
        letter-spacing: -0.06em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .content_inner{
        padding-top: 70px;
        flex-direction: column;
    }

    .content_title h6{
        margin-top: 0;
        margin-bottom: 60px;
    }

    .content_contact{
        margin-bottom: 0;
    }

    .footer_inner{
        padding: 72px 0 48px 0;
    }

    .footer_inner p{
        max-width: 219px;
    }

    main::after{
        transform: rotate(270deg);
        bottom: 2262px;
        right: -2467.1px;
        left: unset;
        font-size: 333.55px;
        font-weight: 700;
        line-height: 466.97px;
        letter-spacing: -0.06em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
}