body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    user-select: none;
    font-size: 20px;
}

.navbar {
    padding: 1rem 2rem;
    text-decoration: none;
    color: black;
}

.branding {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    text-decoration: none;
}

.logo {
    width: 7rem;
    height: 2.5rem;
}

.brand-text {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.section {
    width: 70%;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.section h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    white-space: nowrap;
    text-align: center;
}

.section h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 24px;
    white-space: nowrap;
    text-align: center;
}

.date {
    width: 20rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}

.footer {
    flex-direction: column;
    align-items: center;
    width: 1104.48px;
    height: 550px;
    margin-bottom: 0;
    padding: 30px;
    display: flex;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background: url("/static/home/images/ellipse.b5e38d593499.png") bottom / cover no-repeat;
    background-blend-mode: multiply;
    background-size: 120rem 52rem;
    background-position-y: 2rem;
}

.earth_2 {
    position: absolute;
    bottom: -31rem;
    z-index: 100;
    width: 82rem;
}

.travel_animator {
    position: absolute;
    color: #0E86FF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    bottom: 7rem;
}

.travel_animator img {
    object-fit: cover;
    width: 60rem;
    bottom: 8rem;
}


.sub-heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7rem;
    width: 28rem;
    height: 16rem;
}

#curve4 {
    d: path("M 50 150 Q 400 -100 750 150");
}

.sub-heading-text {
    font-size: 41px;
    letter-spacing: -2px;
    opacity: 0.8;
    font-weight: 400;
}

.copyright-section {
    position: absolute;
    bottom: 30px;
    z-index: 1000000;
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden !important;
    }

    .navbar {
        padding: 1rem;
    }

    .branding {
        width: 60%;
    }

    .branding img {
        width: 2rem;
        height: 2rem;
    }

    .section {
        width: 90%;
    }

    .section h1 {
        font-size: 30px;
        white-space: wrap;
    }

    .footer {
        position: relative;
        top: 0;
        bottom: 0;
        width: 90%;
        height: 335px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        background: url("/static/home/images/ellipse.b5e38d593499.png") bottom / cover no-repeat;
        background-blend-mode: multiply;
        background-size: 60rem 47rem;
        background-position-y: 0rem;
    }

    .earth_2 {
        position: absolute;
        bottom: -12rem;
        z-index: 100;
        width: 35rem;
    }

    .boat {
        position: absolute;
        bottom: 49%;
        width: 50px;
        height: 50px;
    }

    .travel_animator {
        position: absolute;
        color: #0E86FF;
        height: 50px;
        width: 100%;
        bottom: 10rem;
    }

    .travel_animator img {
        object-fit: cover;
        width: 26rem;
    }

    .sub-heading {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5.625rem;
        width: 14rem;
        height: 10rem;
    }

    #curve4 {
        d: path("M 50 150 Q 400 -100 750 150") !important;
    }

    .sub-heading-text {
        font-size: 41px;
    }

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

@media (max-width: 768px) and (min-width: 481px) {
    body {
        overflow-x: hidden;
    }

    .branding {
        width: 45%;
    }

    .section {
        width: 90%;
    }

    .section h1 {
        font-size: 36px;
        white-space: wrap;
    }

    .footer {
        top: 0;
        bottom: 0;
        height: 480px;
        overflow: hidden;
        padding: 0;
        width: 100%;
        background: url("/static/home/images/ellipse.b5e38d593499.png") bottom / cover no-repeat;
        background-blend-mode: multiply;
        background-size: 60rem 32rem;
        background-position-y: 6rem;
    }

    .earth_2 {
        width: 45rem;
        bottom: -16rem;
    }

    .boat {
        bottom: 34.5%;
        width: 45px;
        height: 45px;
    }

    .travel_animator {
        bottom: 11.625rem;
        height: 45px;
        width: 107%;
        transform: rotate(-1deg);
    }

    .travel_animator img {
        width: 100%;
    }

    .sub-heading {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.3125rem;
        width: 20rem;
    }

    #curve4 {
        d: path("M 50 150 Q 400 -100 750 150");
    }

    .copyright-section {
        bottom: 0.5625rem;
        font-size: 13px;
    }
}

@media (max-width: 1080px) and (min-width: 768px) {
    .footer {
        width: 85%;
        background-blend-mode: multiply;
        background-size: 85rem 64rem;
        background-position-y: 3rem;
    }

    .travel_animator {
        bottom: 9rem;
    }

    .travel_animator img {
        width: 54rem;
    }
}