.jumbotron-100vh {
    height: 100vh;
    display: grid;
    align-items: center;
}
.text-gray {
    color: #707070;
}

.font-70 {
    font-size: 4.375rem;
    font-weight: 900;
}

.font-12 {
    font-size: 12px;
}

.font-18 {
    font-size: 1.125rem;
}

.img-500 {
    width: 400px;
}

.home-anchor {
    text-decoration: none;
    color: #282828;
    font-weight: 600;
}

.footer-linear {
    position: relative;
    background: linear-gradient(
        to right,
        #f5f5f5 0%,
        #f5f5f5 26%,
        #201751 26%,
        #201751 100%
    );
}

.footer-linear::after {
    content: "";
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 74%;
    height: 100%;
    bottom: 0;
    right: 0;
    max-height: 50vh;
}

.footer-para {
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.img-250 {
    max-width: 250px;
}

.footer-list {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-top: 20px;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list li a {
    text-decoration: none;
    color: #ffffff !important;
}

.horizontal-footer-list {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    margin-top: 20px;
}

.horizontal-footer-list li {
    display: inline-block;
    margin-right: 15px;
}

.footer-copyright {
    background-image: url(../images/footer.svg);
    background-position: center center;
    padding: 20px 0px;
}

.footer-copyright p {
    margin-bottom: 0px;
}

.error-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.overlay-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        rgba(0, 0, 0, 0.85) 100%
    );
    z-index: 1;
}

.overlay-wrapper .btn-outline-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.overlay-wrapper .whatsapp-btn {
    background-color: #3fafa3;
    color: white;
}

.overlay-wrapper .link {
    text-decoration: underline;
    color: #3fafa3;
}

.overlay-wrapper .icon-white {
    filter: brightness(0) invert(1);
}

.overlay-wrapper .main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (max-width: 524px) {
    .overlay-wrapper {
        height: 100vh;
    }

    .error-content {
        transform: none;
        top: auto;
        left: auto;
        max-width: 100%;
        padding: 10px;
    }

    .error-content h1 {
        font-size: 20px;
    }

    .error-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .overlay-wrapper img {
        object-fit: cover;
    }

    .overlay-wrapper .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .error-content h1 {
        font-size: 24px;
    }

    .error-content p {
        font-size: 15px;
    }
}

@media screen and (min-width: 250px) and (max-width: 768px) {
    .img-300 {
        max-width: 100%;
    }

    .font-70 {
        font-size: 1.875rem;
        font-weight: 900;
        padding-top: 2.5rem;
    }

    .mob-text-center {
        text-align: center;
    }

    .img-500 {
        width: 250px;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .footer-linear {
        position: relative;
        background: linear-gradient(
            to bottom,
            #f5f5f5 0%,
            #f5f5f5 38%,
            #201751 38%,
            #201751 100%
        );
    }

    .footer-linear::after {
        content: "";
        background-image: url(../images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -5.5rem;
        right: 0;
    }

    .responsive-mt-40 {
        margin-top: 20px;
    }

    .mob-text-center {
        text-align: center;
        margin-top: 20px;
    }

    .horizontal-footer-list li {
        margin-right: 5px;
    }

    .font-18 {
        font-size: 15px !important;
    }

    .footer-list li a {
        font-size: 12px;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    .footer-linear {
        position: relative;
        background: linear-gradient(
            to bottom,
            #f5f5f5 0%,
            #f5f5f5 32.5vw,
            #201751 32.5vw,
            #201751 100%
        );
    }

    .footer-linear::after {
        content: "";
        background-image: url(../images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        width: 100vw;
        height: 40vh;
        bottom: -5.5rem;
        right: 0px;
    }

    .responsive-mt-40 {
        margin-top: 40px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
    .footer-linear {
        position: relative;
        background: linear-gradient(
            to right,
            #f5f5f5 0%,
            #f5f5f5 25.5vw,
            #201751 25.5vw,
            #201751 100%
        );
    }

    .footer-linear::after {
        content: "";
        background-image: url(../images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        width: 68vw;
        height: 40vh;
        bottom: -10rem;
        right: 0px;
    }

    .responsive-mt-40 {
        margin-top: 40px;
    }

    .img-250 {
        max-width: 200px;
    }
}

@media screen and (min-width: 1026px) and (max-width: 1369px) {
    .footer-linear {
        position: relative;
        background: linear-gradient(
            to right,
            #f5f5f5 0%,
            #f5f5f5 28.5vw,
            #201751 28.5vw,
            #201751 100%
        );
    }

    .footer-linear::after {
        content: "";
        background-image: url(../images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        width: 68vw;
        height: 40vh;
        bottom: -2rem;
        right: 0px;
    }
}

@media screen and (min-width: 1370px) and (max-width: 1920px) {
    .footer-linear {
        position: relative;
        background: linear-gradient(
            to right,
            #f5f5f5 0%,
            #f5f5f5 26.5vw,
            #201751 26.5vw,
            #201751 100%
        );
    }

    .footer-linear::after {
        content: "";
        background-image: url(../images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        width: 73vw;
        height: 40vh;
        bottom: -1.5rem;
        right: 0px;
    }
}
