@font-face {
    font-family: "GeovaTrial";
    src: url("../fonts/GeovaTrial-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GeovaTrial";
    src: url("../fonts/GeovaTrial-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GeovaTrial";
    src: url("../fonts/GeovaTrial-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Milgalita";
    src: url("../fonts/Milgalita.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Hind Mysuru";
    src: url("../fonts/HindMysuru-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

body,
html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: #ffffff;
    scroll-behavior: smooth;
}

.header {
    font-family: "Milgalita";
}

.content {
    font-family: "GeovaTrial";
}

.navbar {
    margin: 0 48px;
    padding: 36px 0 0;
    border-bottom: 1px solid #ffffff80;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.nav-item {
    margin-right: 16px;
}

.nav-link {
    font-family: "GeovaTrial";
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    padding: 27px 8px;
}

.nav-item.active {
    border-bottom: 2px solid #ffffff;
}

.nav-item.active .nav-link{
    font-weight: 700;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
}

.nav-item:last-child {
    margin-right: 0;
}

footer {
    padding: 48px;
    background-color: #212129;
    color: #ffffff;
}

footer h3 {
    font-family: "Milgalita";
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 24px;
}

footer p {
    width: 50%;
    margin: 0;
    font-family: "GeovaTrial";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.footer-link {
    text-decoration: none;
    color: #ffffff;
    font-family: "GeovaTrial";
    font-weight: 500;
    font-size: 16px;
}

.seperator {
    border: 0.5px solid #ffffff80;
    margin: 40px 0;
}

.copywrite {
    font-family: "Milgalita";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 991px) {
    footer p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 32px 16px;
    }

    footer h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    footer p {
        width: 100%;
    }

    .footer-content {
        margin-bottom: 32px;
    }

    .seperator {
        margin: 40px 0 32px;
    }

    div:has(> span.copywrite) {
        margin-bottom: 40px;
    }
}
