html {
    scroll-behavior: smooth;
}

header.home {
    background-color: #fff;
    position: relative;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    color: white;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}

.hero-header {
    font-size: 56px;
    opacity: 1;
    letter-spacing: 0;
    text-align: center;
}

.hero-text {
    font-size: 24px;
    opacity: 1;
    letter-spacing: 0;
    text-align: center;
}

.hero-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider .tr-btn a {
    background: #F8F8F8;
    color: #000;
    border: 1px solid #F8F8F8;
    cursor: pointer;
    text-transform: uppercase;
}

.main-slider .tr-btn a:hover {
    background-color: #2a2929;
    color: #fff;
    border: 1px solid #2a2929;
}

.main-slider .dark-btn a {
    background-color: #707070;
    color: #fff;
    border: 1px solid #707070;
    cursor: pointer;
    text-transform: uppercase;
}

.main-slider .dark-btn a:hover {
    background-color: #2a2929;
    color: #fff;
    border: 1px solid #2a2929;
    cursor: pointer;
}

.main-slider .target-scroll {
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    bottom: 150px;
    left: 300px;
    z-index: 1;
}

.main-slider .target-scroll:hover {
    color: #fff;
    cursor: pointer;
}

.main-slider .page-scroll-img {
    width: 25px;
    height: 25px;
}

.section-sponsors .section-title {
    font-size: 18px;
    letter-spacing: 0;
    color: #3E3E3E;
}

.section-sponsors .section-text {
    font-size: 32px;
    letter-spacing: 0px;
    color: #3D3D3D;
}

.section-sponsors .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.section-sponsors .logo-wrapper .logo {
    max-height: 100px;
    max-width: 250px;
}

.main-slider, .vision-banner, .about-page {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .main-slider .target-scroll {
        position: absolute;
        bottom: 150px;
        left: 300px;
    }
}

@media (max-width: 991px) {
    .main-slider .target-scroll {
        position: absolute;
        bottom: 100px;
        left: 200px;
    }
}

@media (max-width: 640px) {
    .main-slider .target-scroll {
        position: absolute;
        bottom: 30px;
        left: 100px;
    }

    .hero-buttons-wrapper {
        flex-direction: column;
    }

    .section-sponsors .logo-wrapper {
        flex-direction: column;
        margin-bottom: 30px;
    }
}
