html, body {
    background-color: #eeeeee;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 18px;
}

.color-white {
    color: #ffffff;
}

.bg-green {
    background-color: #00a350;
}

section {
    padding: 80px 0;
}

.object-fit-cover {
    object-fit: cover;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #dcb333;
    border-radius: 50px;
    border: 2px solid #dcb333 !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    margin-top: 0 !important;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: transparent;
    color: #dcb333 !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #dcb333;
    border-radius: 50px;
    border: 2px solid #dcb333 !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    margin-top: 0 !important;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    transition: 0.3s;
}

.btn-secondary:hover {
    background-color: #00a350;
    border-color: #00a350 !important;
    color: #ffffff !important;
}

a {
    color: inherit !important;
    text-decoration: none;
}

nav {
    background-color: #00a350;
    width: 100%;
    height: 100px;
    padding: 30px 15px;
    position: absolute;
    z-index: 999;
}

.nav-link {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff !important;
    margin: 0 25px;
}

.linkhover::after {
    content: '';
    display: block;
    width: 0%;
    height: 0.5px;
    background-color: #ffffff;
    transition: width 0.3s;
}

.linkhover:hover::after {
    width: 100%;
    transition: width 0.3s;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    margin: 6px 0;
    transition: 0.3s;
    border: 0px solid;
    border-radius: 30px;
    background-color: #ffffff;
}

.menu {
    font-size: 16px;
    padding-right: 10px;
    color: #ffffff;
    transition: 0.3s;
    position: relative;
    top: -10px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-3px, 3px);
    background-color: #fff !important;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: #fff !important;
}

.change .menu {
    color: #fff !important;
}

.close-button {
    position: absolute;
    z-index: 30;
    right: 0;
    top: -10px;
}

.sidebar {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    background-color: #00a350;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 125px;
    color: #ffffff;
    transition: 0.3s;
}

.sidebar-links {
    padding-top: 60px;
    padding-bottom: 20px;
}

.mobile-css {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    min-width: 200px;
    text-align: center;
    width: 100px;
    margin: auto;
    margin-bottom: 25px;
    transition: 0.3s;
}

.mobile-css:hover {
    text-decoration: underline !important;
}

.logo {
    width: 150px;
    position: absolute;
    top: -16px;
    left: 0;
    filter: drop-shadow(2px 2px 2px #222);
    z-index: 999;
}

.team-header {
    padding-top: 100px;
}

.team-header-figure {
    width: 100%;
    height: 100vh;
    max-height: 800px;
}

.team-header-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-header-text {
    background: rgba(0, 163, 80, 0.8);
    padding: 40px 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.team-player-card {
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    transition: 0.3s;
}

.team-player-card:hover {
    background-color: #00a350;
    color: #ffffff;
}

.team-player-card-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.logo-slider figure {
    height: 3rem;
}

.logo-slider figure img {
    object-fit: contain;
    object-position: center center;
}

footer {
    background-color: #00a350;
    color: #ffffff;
    padding: 60px 0;
}

.logo-footer {
    width: 150px;
    filter: drop-shadow(2px 2px 2px #222);
}

footer p {
    transition: 0.3s;
}

footer a:hover p {
    padding-left: 5px;
}

footer .btn-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dcb333;
    transition: 0.3s;
}

footer .btn-social img {
    height: 22px;
}

footer .btn-social:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
    .team-player-card-img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 991px) {
    nav {
        height: 83px;
    }

    .logo {
        width: 125px;
        top: -20px;
    }

    .team-header {
        padding-top: 83px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    section {
        padding: 40px 0;
    }

    .btn-primary {
        font-size: 18px;
    }

    .team-header-figure {
        max-height: 600px;
    }

    .team-header-text {
        padding: 30px 40px;
    }

    footer {
        padding: 30px 0;
    }
}

@media screen and (max-width: 576px) {
    .team-header-figure {
        max-height: 500px;
    }

    .team-player-card-img {
        width: 200px;
        height: 200px;
    }
}