:root {
}

* {
    box-sizing: inherit;
}

html {
    font-size: 100%;
    line-height: 1.6rem;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

body {
    position: relative;
}

html,
body {
    overflow-x: hidden;
}

.grid {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.grid__full-width {
    width: 100%;
}

.grid__row {
    display: flex;
    flex-wrap: wrap;
}

/* header */
.banner img {
    width: 100%;
}

#navbar-main {
    z-index: 10 !important;
}

footer {
    /* box-shadow: 0px 2px 8px 0px; */
    display: flex;
    align-items: flex-end;
    background: url('../img/footer-bg.png') no-repeat;
    background-size: cover;
    min-height: 350px;
}

.banner {
    width: 100%;
    min-height: 830px;
    position: relative;
    background-image: url('../img/banner-bodethi-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner .banner-text {
    position: absolute;
    top: 30%;
    left: 15%;
    text-align: end;
    width: 35%;
}
.banner-text h1 {
    margin-bottom: 1rem;
}

.banner-text p {
    padding-left: 5rem;
}

/* footer */
#footer-main {
    width: 100%;
}
#wrapper-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.footer-info {
    display: flex;
    align-items: center;
}

.footer-info-header {
    width: 20%;
    position: relative;
}

.footer-info-header:after {
    content: '';
    height: 70px;
    width: 2px;
    position: absolute;
    display: block;
    top: 10%;
    right: -20px;
    background: #747ea3;
}

.footer-info-body {
    padding-left: 2.5rem;
}

.footer-info-body p {
    margin-bottom: 0.5rem;
    color: #747ea3;
}

.footer-contact-header {
    color: #00203f;
}

.footer-contact {
    /* padding: 8px 32px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-contact .logo {
    display: flex;
    justify-content: center;
}
.footer-contact .logo img {
    width: 2.5rem;
    margin: 12px;
}

.footer-contact .link-download {
    display: flex;
}

.footer-contact .link-download img {
    margin: 0 8px;
}

.footer-contact-body .download-link {
    display: flex;
}
.footer-contact-body .download-link a + a {
    margin-top: 0;
    margin-left: 1rem;
}

@media (max-width: 1200px) {
    .banner {
        min-height: 550px;
    }
    .banner .banner-text {
        top: 17%;
        width: 37%;
    }

    footer {
        min-height: 400px;
    }

    .footer-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-info-header:after {
        content: '';
        height: 2px;
        width: 120px;
        position: absolute;
        display: block;
        top: 120%;
        left: 2px;
        background: #747ea3;
    }

    .footer-info-body {
        padding-left: 0;
        margin-top: 1.5rem;
    }
}

@media (max-width: 990px) {
    .navbar-toggler-icon {
        position: relative;
    }

    #navbarSupportedContent {
        padding: 0 16px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background-color: white;
    }

    .nav-menu .nav-link {
        padding-left: 16px;
        color: black;
    }

    .nav-menu .nav-link.active {
        background-color: #feb139;
        border-radius: 16px 0 16px 0;
        color: white;
    }

    .banner {
        min-height: 550px;
    }
    .banner .banner-text {
        top: 17%;
    }

    #wrapper-footer {
        margin-top: 15rem;
        flex-direction: column;
    }

    .footer-contact {
        margin-top: 2rem;
        width: 100%;
    }

    .footer-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-info-body {
        text-align: center;
    }
    .footer-contact-body .download-link a + a {
        margin-top: 0;
        margin-left: 1rem;
    }
    .footer-info-header {
        width: 30%;
    }
    .footer-info-header:after {
        width: 160px;
        left: 10%;
    }
    .footer-info-body {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .banner {
        min-height: 630px;
        background-image: url('../img/banner-bodethi-2-sm.png');
    }

    .banner .banner-text {
        top: 30%;
        left: 25%;
        width: 50%;
        text-align: center;
    }
    footer {
        background: url('../img/footer-bg-sx.png');
        background-size: cover;
        background-repeat: no-repeat;
    }
    #wrapper-footer {
        margin-top: 8rem;
    }
}
@media (max-width: 450px) {
    #wrapper-footer {
        margin-top: 6rem;
    }
    footer {
        min-height: 300px;
    }

    .footer-info-header {
        width: 50%;
    }
    .banner {
        min-height: 330px;
        background-image: url('../img/banner-bodethi-2-sx.png');
    }
    .footer-contact-body .download-link {
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-body .download-link a + a {
        margin-top: 0.5rem;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    #navbarSupportedContent {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .navbar > .container-fluid {
        justify-content: center;
    }
    .nav-menu {
        margin: 0 auto;
        width: 70%;
        justify-content: space-around;
        text-align: center;
        min-height: 60px;
    }

    .nav-menu .nav-item {
        width: 10rem;
    }

    .nav-menu .nav-link {
        padding: 12px 0 12px;
        color: black;
    }

    .nav-menu .nav-link:hover {
        color: #feb139;
        transition: all 0.2s;
    }

    .nav-menu .nav-link::before {
        position: relative;
        content: '';
        width: 0%;
        height: 6px;
        display: block;
        background-color: #feb139;
        top: -0.9rem;
    }

    .nav-menu .nav-link:hover::before {
        width: 100%;
        transition: all 0.2s;
    }

    .nav-menu .nav-link.active {
        background-color: #feb139;
        border-radius: 0 0 16px 16px;
        color: white;
    }
}
