@media (min-width: 1366px) {
    .container {
        width: 1200px;
    }
}
/* Large Screen.  */

@media (min-width: 1170px) and (max-width: 1365px) {
    .container {
        width: 1200px;
    }
    /* Header */
    .left-img img {
        width: 200px;
    }
    .logo img {
        width: 450px;
    }
    .date h1 {
        font-size: 28px;
    }
    .date h3 {
        font-size: 20px;
    }

    /* Footer */
    .footer-area::before {
        background-position: -14% center, 106% center;
    }
}


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

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /* Header */
    .left-img img {
        width: 150px;
    }
    .logo img {
        width: 400px;
    }
    .date h1 {
        font-size: 28px;
    }
    .date h3 {
        font-size: 18px;
    }
    /* Show */
    .show-wrap h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .show-wrap p {
        font-size: 18px;
    }
    /* Reason */
    .reason-wrap > div {
        padding: 0px 20px;
    }
    /* Counter */
    .social-box .text h3 {
        font-size: 18px;
    }
    /* Footer */
    .footer-area::before {
        background-position: -35% center, 125% center;
    }
    .footer-wrap h2 {
        font-size: 28px;
    }
    .footer-wrap a {
        font-size: 22px;
    }

}




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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /* Header */
    .left-img img {
        width: 200px;
    }
    .right-wrap {
        gap: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: 240px;
    }
    .date h1 {
        font-size: 28px;
    }
    .date h3 {
        font-size: 18px;
    }
    /*Exhibitor*/
    .exh-wrapper h2 {
        font-size: 22px;
    }
    .invitation h3 {
        font-size: 22px;
    }
    /* Show */
    .video-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: normal;
                    -ms-flex-align: normal;
                        align-items: normal;
    }
    .show-wrap h2 {
        font-size: 24px;
    }
    .show-wrap p {
        font-size: 18px;
    }
    /* Reason */
    .reason-wrap > div {
        padding: 0px 20px;
    }
    .reason h3 {
        font-size: 16px;
    }
    /*Counter*/
    .cdown span strong {
        font-size: 52px;
    }
    .cdown span {
        font-size: 18px;
    }

    /*Footer*/
    .footer-area::before {
        background-position: -60% center, 138% center;
    }
    .footer-wrap h2 {
        font-size: 24px;
    }
    .footer-wrap a {
        font-size: 20px;
    }
}




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

@media (max-width: 767px) {
    .container {
        width: 300px;
    }
    /* Header */
    .left-img img {
        width: 130px;
    }
    .right-wrap {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: 160px;
    }
    .date h1 {
        font-size: 18px;
    }
    .date h3 {
        font-size: 12px;
        margin-top: 10px;
    }
    /*Exhibitor*/
    .exh-logo {
        margin-bottom: 30px;
    }
    .exh-wrapper h2 {
        font-size: 22px;
    }
    .invitation h3 {
        font-size: 22px;
    }
    .reg-btn {
        padding: 0 40px;
    }

    /* Show */
    .video-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section-title h2 {
        margin-bottom: 30px;
    }
    .video-wrap >div {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        width: 100%;
    }
    .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: 18px;
    }
    /* Reason */
    .reason-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .reason-wrap > div {
        padding: 0px 20px;
    }
    .reason h3 {
        font-size: 16px;
    }
    /*Counter*/
    .section-title h2 {
        font-size: 20px;
    }
    .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                gap: 15px;
    }
    .cdown {
        text-align: center;
        width: calc(50% - 15px);
    }
    .cdown span {
        font-size: 16px;
    }
    .cdown span strong {
        font-size: 32px;
    }

    /*Footer*/
    .footer-area {
        padding: 50px 0px;
    }
    .footer-area::before {
        display: none;
    }
    .footer-wrap h2 {
        font-size: 20px;
    }
    .footer-wrap a {
        font-size: 16px;
    }
}




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

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

    /* Counter */
    .cdown {
        width: calc(50% - 15px);
    }

    /*Footer*/

}