
@media (max-width: 575px) {
    .nav-custom {
        padding: 0 50px;
    }
    #navAuto.max-height {
        height: 72px;
    }

    #navAuto.min-height {
        height: 72px;
    }
    #logo {
        width: auto;
        max-height: 41px;
    }
    #menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 1111;
    }
    .menu-list {
        padding: 10px 50px;
        background-color: var(--header-bg-color);;
    }
    .menu-item {
        font-size: 1.1rem;
    }
    .menu-item.active{
        background-color: var(--hover-text);
    }
    .menu-item.active > a,
    .menu-item.active > a:hover{
        color: #fff;
    }
    .contact-info {
        text-align: center;
        font-size: 0.7rem;
    }
    .banner-desc {
        font-size: 1.5rem;
        background-color: rgb(32, 32, 32, 0.6);
    }
    .banner-desc small {
        font-size: 1rem;
    }
    .about-content {
        padding: 50px 10px;
    }
    .contact {
        padding: 50px 10px;
    }
 }

@media (min-width: 576px) {
    .nav-custom {
        padding: 0 50px;
    }
    #navAuto.max-height {
        height: 72px;
    }

    #navAuto.min-height {
        height: 72px;
    }
    #logo {
        width: auto;
        max-height: 41px;
    }
    #menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 1111;
    }
    .menu-list {
        padding: 10px 50px;
        background-color: var(--header-bg-color);;
    }
    .menu-item.active{
        background-color: var(--hover-text);
    }
    .menu-item.active > a,
    .menu-item.active > a:hover{
        color: #fff;
    }
    .contact-info {
        text-align: center;
        font-size: 0.9rem;
    }
    .banner-desc {
        font-size: 1.8rem;
        background-color: rgb(32, 32, 32, 0.6);
    }
    .banner-desc small {
        font-size: 1.3rem;
    }
    .about-content {
        padding: 80px 10px;
    }
 }

@media (min-width: 768px) {
    .nav-custom {
        padding: 0 50px;
    }
    #navAuto.max-height {
        height: 72px;
    }

    #navAuto.min-height {
        height: 72px;
    }
    #logo {
        width: auto;
        max-height: 41px;
    }
    #menu {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 1111;
        background-color: var(--header-bg-color);;
    }
    .menu-list {
       padding: 0;
    }
    .menu-item {
        font-size: 1.2rem;
        color: #000;
    }
    .menu-item.active{

        background-color: #fff;
        border-bottom: 3px solid var(--hover-text);
    }
    .menu-item.active > a,
    .menu-item.active > a:hover{
        color: var(--hover-text);
    }
    .contact-info {
        text-align: center;
        font-size: 0.9rem;
    }
    .banner-desc {
        font-size: 2rem;
        background-color: rgb(32, 32, 32, 0.6);
    }
    .banner-desc small {
        font-size: 1.4rem;
    }
    .about-content {
        padding: 80px 30px;
    }

 }

@media (min-width: 992px) {
    .nav-custom {
        padding: 0 50px;
    }
    #navAuto.max-height {
        height: 116px;
    }

    #navAuto.min-height {
        height: 72px;
    }
    #logo {
        width: auto;
        max-height: 82px;
    }
    #menu {
        position: relative;
        top: 0;
    }
    .contact-info {
        text-align: right;
        padding-right: 50px;
        font-size: 1rem;
    }
    .banner-desc {
        font-size: 2.2rem;
        background-color: rgb(32, 32, 32, 0.5);
    }
    .banner-desc small {
        font-size: 1.5rem;
    }
    .about-content {
        padding: 90px 60px;
    }
    .contact {
        padding: 50px 100px;
    }

 }

@media (min-width: 1200px) {
    .nav-custom {
        padding: 0 150px;
    }
    #navAuto.max-height {
        height: 116px;
    }

    #navAuto.min-height {
        height: 72px;
    }
    #logo {
        width: auto;
        max-height: 82px;
    }
    .contact-info {
        text-align: right;
        padding-right: 50px;
        font-size: 1rem;
    }
    .about-content {
        padding: 100px 80px;
    }
    .contact {
        padding: 50px 200px;
    }
 }

@media (min-width: 1400px) {
    .nav-custom {
        padding: 0 200px;
    }
    #navAuto.max-height {
        height: 116px;
    }

    #navAuto.min-height {
        height: 72px;
    }
    #logo {
        width: auto;
        max-height: 82px;
    }
    .contact-info {
        text-align: right;
        padding-right: 50px;
        font-size: 1.1rem;
    }
    .about-content {
        padding: 100px 100px;
    }
    .contact {
        padding: 50px 350px;
    }
 }
