
/*Laptop*/

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

    /* Header */

    /* Footer */

}




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

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

    /* Header */

    /* Exhibitor */
    .exh-wrapper h2 {
        font-size: 24px;
    }

    .invitation h3 {
        font-size: 24px;
    }

    /* Show */
    .show-wrap h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .show-wrap p {
        font-size: 18px;
    }

    /* Highlight */


    /* Counter */
    .social-box .text h3 {
        font-size: 18px;
    }

    /* Footer */

}




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

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

    /* Header */
    .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .date h3 {
        font-size: 24px;
    }

    /*Exhibitor*/
    .exh-wrapper h2 {
        font-size: 22px;
    }

    .invitation h3 {
        font-size: 22px;
    }

    /* Show */
    .video-wrap {
        display: block;
    }

    .show-wrap h2 {
        font-size: 24px;
    }

    .show-wrap p {
        font-size: 18px;
    }

    /* Highlight */
    .counter h2 {
        font-size: 20px;
    }
    .counter p {
        font-size: 16px;
    }
    /*Counter*/
    .section-title h2 {
        font-size: 24px;
    }

    .sec-title {
        font-size: 24px;
    }

    .cdown span strong {
        font-size: 52px;
    }

    .cdown span {
        font-size: 18px;
    }

    /* Footer */

}




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

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

    body {
        font-size: 16px;
    }

    /* Header */
    .inner-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .date h3 {
        font-size: 20px;
    }
    /*Exhibitor*/
    .exh-logo {
        margin-bottom: 30px;
    }

    .exh-wrapper h2 {
        font-size: 20px;
    }

    .invitation h3 {
        font-size: 20px;
    }

    .reg-btn {
        padding: 0 40px;
    }

    /* Show */
    .video-wrap {
        display: block;
    }

    .show-wrap h2 {
        font-size: 20px;
    }

    .show-wrap p {
        font-size: 16px;
    }

    .button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .who-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .who {
        width: calc(100% - 0px);
    }

    .who h2 {
        font-size: 16px;
    }

    /* Highlight */
    .section-title h2 {
        font-size: 20px;
    }
    .counter h2 {
        font-size: 20px;
    }
    .counter p {
        font-size: 16px;
    }
    /*Counter*/
    .sec-title {
        font-size: 20px;
    }

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

    .mid-colon {
        display: none;
    }

    .counter-wrap {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .counter p {
        font-size: 16px;
    }
    .counter-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    /*Footer*/

}




/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

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

    /*Header*/

    /* Counter */

    /*Footer*/

}