@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

nav a {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1.5px;
}

header {
    padding: 0 2rem;
    height: 8.2rem;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.online-stop-go.max-container {
    max-width: 100%;
}

.online-stop-go img {
    filter: brightness(.7) !important;
}

.logo img {
    width: 5.8rem;
    height: auto;

}

nav {
    display: flex;
    align-items: center;
    gap: 3rem;
}

nav p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1.5px
}

.icons {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.icons img {
    width: 2.35rem;
    height: auto;
}

.max-container {
    max-width: 118rem;
    margin: 0 auto;
    padding-right: 1.6rem;
}

section.mv {
    width: 100%;
    height: 100vh;
    padding: 0 1.6rem 0 1.6rem;
}

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    text-align: left !important;
    pointer-events: none;
    /* disables click */
}

.rest-of-page {
    width: 100%;
    padding-top: clamp(5rem, -2.241rem + 12.069vw, 12rem);
    padding-left: 1.6rem;
    overflow-x: hidden;
}

.online-stop-go {
    position: relative;
    display: block;
}

.online-stop-go .abs {
    position: absolute;
    left: 48.6%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: center;
}

.abs h5 {
    color: #FFF;
    white-space: nowrap;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: clamp(3.2rem, 2.738rem + 1.154vw, 4.4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 7.04px;
}

.abs h6 {
    color: #FFF;
    white-space: nowrap;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: clamp(1.4rem, 1.323rem + 0.192vw, 1.6rem);
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 2.56px;
}

@media screen and (max-width: 510px) {
    .online-stop-go {
        height: 18.4rem;
    }

    .online-stop-go img {
        height: 100% !important;
    }

    .online-stop-go .abs {
        gap: 2rem;
    }

}

.line-after {
    position: relative;
}

.line-after::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 1px;
    background-color: #000;
    right: -7rem;
    top: 50%;
    transform: translateY(-50%);
}

.online-stop-go img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-top {
    padding-top: clamp(5rem, -2.241rem + 12.069vw, 12rem) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-bottom {
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    position: relative;
}

.line-bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -1rem;
}

.line-left {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    color: #000;
    position: relative;
    text-decoration: none;
}

.line-left::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 1px;
    background-color: #000;
    left: -7rem;
    top: 50%;
    transform: translateY(-50%);
}

.blogs-swiper {
    padding-top: clamp(4rem, 1.931rem + 3.448vw, 6rem) !important;
    margin-left: calc((100vw - 120rem) / 2) !important;
}

@media screen and (max-width: 1180px) {
    .blogs-swiper {
        margin-left: 0;
    }
}

.blog-card {
    width: clamp(28rem, 3.172rem + 41.379vw, 52rem) !important;
    flex-shrink: 0 !important;
}

.blog-card,
.blog-content {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.blog-content p {
    font-size: 1.5rem;
    letter-spacing: 1.6px;
}

.blog-content span {
    font-size: 1.3rem;
    letter-spacing: 1.4px;
}

.blog-card img {
    width: 100%;
    height: clamp(19.2rem, 1.821rem + 28.966vw, 36rem);
    object-fit: cover;
}

footer {
    padding: clamp(8rem, -4.414rem + 20.69vw, 20rem) 0 clamp(8rem, 1.793rem + 10.345vw, 14rem) 0;
    display: flex;
    align-items: center;
}

.blog-img {
    width: 100%;
}

.footer-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.footer-links-row {
    display: flex;
    align-items: center;
    gap: 4rem;
}

a {
    text-decoration: none;
    color: #000;
}

.footer-links-row-1 a {
    font-size: 1.2rem;
    letter-spacing: 1.6px;
}

.footer-links-row-2 a {
    font-size: 1.1rem;
    letter-spacing: 1.6px;
}

@media screen and (max-width: 1180px) {
    .blogs-swiper {
        margin-left: 0 !important;
    }
}


@media screen and (max-width: 768px) {
    footer {
        flex-direction: column;
    }

    .footer-links-wrapper {
        flex-direction: column;
        margin-top: 3rem;
    }

    .footer-left img {
        width: 3rem;
    }

    .footer-links-row {
        flex-direction: column;
    }

    .footer-links-row-1 a {
        font-size: 1.8rem;
        font-weight: 300;
    }

    .footer-links-row-2 {
        gap: 2rem !important;
    }

    .footer-links-row-2 a {
        font-size: 1.3rem;
    }


}