@media screen and (min-width: 2100px) {
    #section-1 .right-side img {
        height: auto;
        width: 100%;
    }

    #header .right-side img {
        height: auto;
        width: 100%;
    }

}



















@media screen and (max-width: 1400px) {

    #navbar .navbar-content ul {
        gap: 0 26px;
    }

    #navbar .navbar-content ul li a {
        font-size: 18px;
        font-weight: 400;
        color: var(--color-text);
        text-decoration: none;
    }

    /* header */

    #header .left-side h3 {
        font-size: 54px;
    }

    #header .right-side img {
        width: 100%;
        height: auto;
    }

    #section-1 .right-side img {
        width: 100%;
    }
}

























@media screen and (max-width: 1200px) {

    #header {
        padding: 250px 0 0px;
        background: linear-gradient(rgba(15, 18, 20, 0.4), #0f121466), url("./images/header-1.png") no-repeat center / cover;
    }

    #header .left-side h3 {
        font-size: 64px;
        color: #fff;
    }

    #section-1 {
        padding-top: 100px;
    }


    /* section-2 */
    #section-2 {
        background-position: center;
    }

    #section-2 .left-side h3 {
        font-size: 40px;
    }

    #section-2 .left-side p {
        font-size: 18px;
    }

    #section-2 .right-side .text h3 {
        font-size: 40px;
    }

    #section-2 .right-side .text p {
        font-size: 18px;
    }


    /* main 2 */
    #main-2 .right-side {
        width: 50%;
    }

    #main-2 .right-side h3 {
        font-size: 24px;
    }

    #main-2 .right-side input {
        margin-bottom: 20px;
    }

    /* section-4 */
    #section-4 .box .content .title {
        top: 280px;
    }




    /* detail factory */

    #detail-factory-header h1 {
        font-weight: 700;
        font-size: 40px;
    }

    #detail-factory-header p {
        margin: 20px 0 40px;
    }

    #detail-factory-header .left-side::after {
        top: -40%;
        right: -25px;
        width: 100px;
        height: 200%;
        transform: rotate(6deg) translate(70px, -40px);

    }

}




















@media screen and (max-width: 992px) {
    #navbar .navbar-content ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: 0.3s all;
        transform: translateY(-100%);
        background-color: var(--color-body);
    }

    #navbar .navbar-content ul.tr-0 {
        transform: translateY(0%);
    }

    #navbar .navbar-content ul li {
        padding: 20px 0;
    }

    #navbar .navbar-content ul li:hover {
        background-color: var(--color-text);
        width: 100%;
        text-align: center;

    }

    #navbar .navbar-content ul li:hover a {
        color: var(--color-body);
    }

    #navbar .navbar-content ul .times {
        position: absolute;
        top: 50px;
        right: 50px;
    }

    #navbar .navbar-content ul li a {
        font-size: 24px;
    }



    /* section-2 */
    #section-2 {
        background-position: 85% center;
        padding: 50px 0;
    }

    #section-2 .left-side h3 {
        font-size: 36px;
    }

    #section-2 .left-side p {
        font-size: 16px;
    }

    #section-2 .right-side .text {
        margin-bottom: 40px;
    }

    #section-2 .right-side .text {
        margin-top: 50px;
    }

    #section-2 .right-side .text h3 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    #section-2 .right-side .text p {
        font-size: 16px;
    }

    /* section-4 */
    #section-4 .box .content .title {
        top: 320px;
    }




    /* detail factory */
    #detail-factory-header {
        background-image: url("./images/detail-factory-bg.png");
        background-position: top right;
        background-size: cover;
        padding: 200px 0;
    }

    #detail-factory-header h1 {
        font-weight: 700;
        font-size: 40px;
    }

    #detail-factory-header p {
        margin: 20px 0 40px;
    }

    #detail-factory-header .left-side::after {
        display: none;
    }

    #detail-factory-header h1 span {
        position: relative;
    }
    #detail-factory-header h1 span::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #fff;
        transition: 0.3s all;
    }



    #detail-factory-header h1 {
        color: #fff;
    }

    #detail-factory-header p{
        color: #fff;
        
    }
}





















@media screen and (max-width: 768px) {
    #navbar {
        padding: 15px 0;
    }

    #header {
        padding-top: 150px;
    }


    #header .left-side h3 {
        font-size: 44px;
    }

    #main .main-content>h2,
    #section-3 .section-content>h2,
    #section-4 .section-content>h2,
    #section-5 .section-content>h2,
    #section-6 .section-content>h2 {
        font-size: 40px;
    }

    #section-5 {
        padding-bottom: 40px;
    }



    /* main 2 */

    #main-2 {
        padding: 50px 0;
    }

    #main-2 .left-side h2 {
        font-size: 34px;
    }

    #main-2 .left-side>p {
        font-size: 14px;
        opacity: .9;
        font-weight: 300;
        margin-bottom: 25px;
    }

    #main-2 .left-side .box h4 {
        font-size: 24px;
    }

    #main-2 .right-side {
        width: 70%;
        margin: 10px auto 0;
    }

    #main-2 .right-side h3 {
        font-size: 24px;
    }


    #accardion {
        padding: 100px 0;
    }

    #accardion h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    #accardion h2 button {
        font-size: 18px !important;

    }

    #accardion p {
        font-size: 14px;
    }


    /* section-4 */
    #section-4 .box .content .title {
        top: 340px;
    }

}





























@media screen and (max-width: 576px) {
    #navbar .navbar-content ul li a {
        font-size: 20px;
    }

    #navbar .navbar-content .logo-res img {
        width: 140px;
    }

    #navbar .navbar-content ul .times {

        top: 40px;
        right: 25px;
    }

    #header {
        background: linear-gradient(rgba(15, 18, 20, 0.4), #0f121466), url("./images/header-bg-for-mobile.png") no-repeat center top / cover;
    }

    #header .left-side h3 {
        font-size: 34px;
    }

    #section-1 {
        padding-top: 0px;
    }

    #section-1 .section-1-title>h3 {
        font-size: 24px;
    }

    #section-1 .section-1-title p {
        font-size: 16px;
    }

    #section-1 .left-side .box .text h3 {
        font-size: 16px;
    }

    #section-1 .left-side .box {
        border: 1px solid var(--color-span);
    }

    #section-1 .left-side>p {
        font-size: 16px;
    }

    #section-2 {
        background-position: 80% center;
    }

    /* Inkubator */
    #inkubator h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    #inkubator .right-side p,
    #inkubator .right-side ul li {
        font-size: 15px;
    }

    #main .main-content>h2,
    #section-3 .section-content>h2,
    #section-4 .section-content>h2,
    #section-5 .section-content>h2,
    #section-6 .section-content>h2 {
        font-size: 26px;
    }

    /*! about-us  */
    #about-us {
        padding-top: 50px;
    }

    #about-us .left-side h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #about-us .left-side p {
        font-size: 16px;
    }

    .slider .slider-item .box img {
        filter: grayscale(0%);
    }

    #result .title h2 {
        font-size: 26px;
    }

    .slider-item {
        width: 200px;
    }

    .slider-item .box img {
        width: 100%;
        height: 100%;
    }

    #main-2 .left-side h2 {
        font-size: 26px;
    }

    .slider-title h2 {
        font-size: 26px;
    }


    /* section-4 */
    #section-4 .box .content .title {
        top: 80%;
    }

    #section-4 .box .content .title h3 {
        font-size: 22px;
    }

    #section-4 .box .content .title p {
        font-size: 10px;
    }









    /* detail-courses header */
    #detail-header .left-side h1 {
        font-size: 40px;
    }

    #detail-header .left-side>p {
        font-size: 16px;
        margin: 20px 0 40px;
    }

    #detail-header .left-side ul {
        margin-bottom: 50px;
    }

    #detail-header .left-side ul li {
        margin-bottom: 16px;
    }

    #detail-header .left-side ul li p {
        font-size: 16px;
    }



    /* detail factory */
    #detail-factory-header {
        padding: 200px 0;
    }

    #detail-factory-header h1 {
        font-size: 30px;
    }

    

    #detail-factory-header p {
        margin: 20px 0 40px;
    }

    #detail-factory-header .left-side::after {
        display: none;
    }


    #detail-factory-section .box img{
        width: 50px !important;
    }
    #detail-factory-section .box{
        flex-wrap: wrap;
    }
    #detail-factory-section .box .box-left{
        margin-bottom: 10px;
    }


    #detail-factory-main .title h1 {
        font-size: 34px;
    }
}























@media screen and (max-width: 480px) {
    #section-2 {
        background-position: 85% center;
    }

    #main .main-content>h2,
    #section-3 .section-content>h2,
    #section-4 .section-content>h2,
    #section-5 .section-content>h2,
    #section-6 .section-content>h2 {
        font-size: 24px;
    }

    /* main 2 */

    #main-2 .left-side h2 {
        font-size: 24px;
    }

    #main-2 .right-side {
        width: 90%;
        margin: 10px auto 0;
    }

    #main-2 .right-side h3 {
        font-size: 18px;
    }


    /* section-4 */
    #section-4 .box .content .title {
        top: 75%;
    }

    #section-4 .box .content .title h3 {
        font-size: 17px;
    }




    #detail-factory-header h1 {
        font-size: 26px;
    }

}




















@media screen and (max-width: 360px) {
    #navbar .navbar-content .logo img {
        width: 140px;
    }

    #section-4 .box .content p {
        font-size: 10px;
    }

    #section-4 .box .content ul li a i {
        font-size: 10px;
    }
}