@media (max-width:1500px) {
    .header-text p {
        font-size: 40px;
    }
    .header-text h1 {
        font-size: 90px;
    }
}

@media (max-width:1300px) {
    .header-icon {
        width: 260px;
    }
}


@media (max-width:1199px) {
    .nav-buttons a {
        width: 45px;
        height: 45px;
        background-size: 20px;
        opacity: 0.8;
    }

    .quote {
       font-size: 28px;
    }

    .sidebar {
        width: 60vw;
        left: -60vw;
    }

    .header-icon.first-icon {
        bottom: 140px;
        width: 230px;

    }

    .header.open {
        left: 60vw;
    }

    #swup.open > .container-fluid:not(.header-outer-wrapper){
        margin-left: 60vw;
    }

    .sidebar .sidebar-content .sidebar-item .image {
        width: 140px;
        height: 105px;
    }

    .header-text p {
        font-size: 34px;
    }

    .header-text h1 {
        font-size: 70px;
    }
}

@media (max-width:991px) {
    .header-icon {
        width: 200px;
    }
    .sidebar .sidebar-content .sidebar-item .image {
        width: 140px;
        height: 105px;
    }
    .sidebar .sidebar-content .sidebar-item .text h2 {
         font-size: 26px;
    }
    .sidebar .sidebar-content .sidebar-item .text p {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .quote {
        font-size: 22px;
    }
    .header-text p {
        font-size: 32px;
    }

    .header-icon.first-icon {
        width: 180px;
        bottom: 100px;
    }

    .header-text h1 {
        font-size: 60px;
    }
    .header-icon {
        right: -80px;
    }

    .header-icon.first-icon {

    }
}

@media (max-width:600px) {
    .quote {
        font-size: 18px;
    }

    .header-text p {
        font-size: 26px;
    }

    .header-text h1 {
        font-size: 48px;
    }

    .header-text {
        padding-top: 120px;
    }

    .sidebar {
        width: 75vw;
        left: -75vw;
    }

    .header.open {
        left: 75vw;
    }

    #swup.open > .container-fluid:not(.header-outer-wrapper){
        margin-left: 75vw;
    }
}


@media (max-width:575px) {
    .container.main-content {
        padding-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .header-text {
        padding-top: 120px;
    }

    .header-text p {
        font-size: 15px;
    }

    .header-icon.first-icon {
        bottom: 60px;
        width: 120px;
    }


    .header-text h1 {
        font-size: 40px;
    }

    .header-icon {
        right: -30px;
        width: 160px;
    }
}
