/*Laptop*/

@media (min-width: 1170px) {
    .container {
        width: 1200px
    }

    /*Header*/

    /* Footer */

}


/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }

    /*Header*/


    /* Footer */
    .footer-text h2,
    .footer-text h2 a {
        font-size: 100px;
    }
}


/* -------------------------------------------------
  Tablet Screen 
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }

    /*Header*/
    /*Banner*/
    .banner-wrap h2 {
        font-size: 24px;
    }

    /*Exh*/

    /* Reason */
    .section-title h2 {
        font-size: 24px;
    }

    .reason-wrap {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        margin-top: 100px;
        row-gap: 100px;
    }

    /* Counter */
    .cdown strong {
        font-size: 54px;
    }

    /*Footer*/
    .lines span {
        width: 20px;
    }

    .footer-text h2,
    .footer-text h2 a {
        font-size: 80px;
    }
}


/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/

@media (max-width: 767px) {
    .container {
        width: 300px
    }

    /* Header */
    .desktop {
        display: none;
        ;
    }

    .mobile {
        display: block;
    }

    /*Banner*/
    .banner-wrap h2 {
        font-size: 20px;
    }

    .banner-wrap h2 br {
        display: none;
    }

    /*Exhibitor*/
    .exh-info h2 {
        font-size: 20px;
    }

    /* Reason */
    .reason-wrap {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        row-gap: 100px;
    }

    /* CountDown */
    .section-title h2 {
        font-size: 20px;
    }

    .countdown {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        row-gap: 20px;
    }

    .countdown>.cdown {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 160px;
        margin: 0 20px;
        ;
    }

    .cdown strong {
        font-size: 54px;
    }

    /*Footer*/
    .lines span {
        width: 15px;
        margin-right: 5px;
    }

    .footer-text h2,
    .footer-text h2 a {
        font-size: 36px;
    }

    .footer-text h2 span {
        display: block;
        margin-right: 0;
    }

    .social {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .social ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social li a {
        font-size: 26px;
        padding: 8px;
        margin-top: 10px;
        display: block;
    }

    .social .hashtag {
        font-size: 36px;
        line-height: 1;
        ;
    }
}



/*Large 480*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }

    /*Footer*/
    .lines span {
        width: 15px;
        margin-right: 5px;
    }

    .footer-text h2,
    .footer-text h2 a {
        font-size: 46px;
    }

    .footer-text h2 span {
        display: inline-block;
        margin-right: 20px;
    }

    .social {
        gap: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .social ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social li a {
        font-size: 26px;
        padding: 0;
        margin-top: 10px;
        display: block;
        margin-right: 15px;
    }
}