@media screen and (max-width:1199px) {
    .logo {
        width: 230px;
    }

    header .nav-link {
        font-size: 12px;
    }

    .hero {
        position: relative;
        display: flex;
        align-items: center;
        padding: 150px 0;
        background: url('../Images/banner_hero.webp');
        background-position: center;
        background-size: cover;
    }


}


/* Responsive */
@media (max-width: 768px) {

    .table-responsive,
    .scroll {
        overflow-x: scroll !important;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-width: 1px;
    }



    section.register .bg {
        background: url(../Images/other_m.webp) no-repeat;
        background-position: 70% center;
        background-size: cover;
        padding: 100px 20px;
        /* border-radius: 50px; */
    }

}













@media screen and (max-width:600px) {
    section.register {

        height: 500px;

    }

    header .nav-link {
        font-size: 16px;
    }

    .logo {
        width: 105px;
    }

    .topbar {
        display: none;
    }


    /*#marathonBanner img{*/
    /*    height: 460px;*/
    /*    object-fit: cover;*/
    /*    aspect-ratio: 16 / 9;*/
    /*}*/


    section.hero-banner .card-img-overlay h3 {
        font-size: 40px;
    }

    section.hero-banner .card-img-overlay {
        padding: 0 20px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }


.hero {
    position: relative;
    display: flex;
    align-items: center;
    padding: 104px 0;
    background: url('../Images/banner_hero.webp');
    background-position: center;
    background-size: cover;
}
   .hero h1 {
            font-size: 30px;
            line-height: 0.95;
            text-transform: uppercase;
            font-style: italic;
            font-weight: 900;
            color: #fff;
        }


        nav.fixed-top .logo {
    width: 60px;
}

.logo {
    width: 70px;
}



}