html {
    overflow-x: hidden;
}

body {
    box-sizing: border-box;
    min-height: 100vh;
    min-width: 100vw;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    background: #1d1d1d;
}

.hidden {
    display: none !important;
}

h1 {
    font-size: 28px;
}

p {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.main-message {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
}

.home-nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    text-decoration: none;
}
.home-nav:hover{
    text-decoration: none;
}

.mobile-navigation-wrapper {
    display: none;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #1D1D1D;
    box-sizing: border-box;
    margin-top: 30px;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.navigation .current-page-name {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    margin-left: 30px;

}


.navigation .items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;

}

.navigation .items a {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1vw;
    text-decoration: none;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.navigation img {
    width: 30px;
}

.menu-icon {
    display: none;
}

.menu-icon img {
    width: 24px;
    height: 24px;
}

.search-input {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
    padding: 15px;
}

.container {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer-container {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-section {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.section {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bottom-section {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.right-main-section {
    width: auto;
    padding-left: 30px;
}

.right-main-section h1 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 900;
}

.right-main-section p {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.bottom-section h1 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 900;
}

.reasons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.reason-line {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.reason-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    width: 50%;
}

.reason-img {
    min-width: 70px;
    width: 70px;
    max-width: 70px;
}

.reason-content {
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    padding: 15px;
}

h1.footer-section-title {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 900;
    margin: 0 0 30px;
}

.contact-line {
    margin-bottom: 15px;
}

.contact-line p {
    color: #ffffff;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
}


.sponsors p {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    margin: 15px 0 0;
}

.sponsors img {
    max-width: 100px;
}

@media screen and (max-width: 1600px) {
    p {
        line-height: 20px;
        font-size: 15px;
    }
}


@media screen and (max-width: 1300px) {
    .main-section {
        align-items: flex-start;
    }

    .search-input {
        padding: 1vw;
        font-size: 1vw;
        width: 15vw;
        height: 3vw;
    }

    .reason-img {
        max-width: 70px;
        width: 70px;
        min-width: 70px;
    }
}

@media screen and (max-width: 1000px) {
    .navigation .current-page-name {
        font-size: 26px;
    }

    .reason-item {
        width: 100%;
    }

    .navigation {
        z-index: 150;
    }

    .navigation.fixed {
        position: fixed;
        width: 90%;
        background: #ffffff;
    }

    .navigation .items {
        display: none;
    }

    .navigation .search-input {
        display: none;
    }

    .navigation .menu-icon {
        display: block;
    }

    .container {
        width: 90%;
    }

    .main-section {
        flex-direction: column;
        justify-content: center;
    }

    .right-main-section {
        width: 100%;
        padding-left: 0;
    }

    .reason-line {
        flex-direction: column;
    }

    .reason-img {
        max-width: 70px;
        width: 70px;
        min-width: 70px;
    }

    .reason-content {
        font-size: 16px;
    }

    .footer-container {
        flex-direction: column;
    }

    .sponsors p {
        font-size: 16px;
    }

    .reasons {
        margin-top: 15px;
    }

    .reason-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    p {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    .mobile-navigation-wrapper {
        display: flex;
        flex-direction: column;
        position: fixed;
        align-items: center;
        justify-content: space-around;
        top: 0;
        left: 0;
        background: #ffffff;
        width: 100vw;
        height: 100vh;
        z-index: 100;
    }

    .mobile-navigation-wrapper .items {
        display: flex;
        flex-direction: column;
        justify-content: space-around;

    }

    .mobile-navigation-wrapper .items a {
        font-family: Montserrat, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        text-decoration: none;
        color: #000000;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .mobile-navigation-wrapper .items a.active {
        border-left: #1D1D1D;
        border-left-width: 4px;
        border-left-style: solid;
    }

    .mobile-search-input {
        border: 1px solid #E0E0E0;
        box-sizing: border-box;
        border-radius: 5px;
        font-family: Montserrat, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        height: 30px;
        padding: 15px;
    }
}

@media screen and (max-width: 500px) {
    .navigation .current-page-name {
        font-size: 20px;
    }

    .reason-content {
        font-size: 13px;
    }

    footer {
        padding: 15px;
    }

    .footer-section {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}