/*Laptop*/

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

    /*Header*/

    /* Footer */

}


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

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

    /*Header*/
    .header-info {
        margin-top: -50px;
    }
    .join-btn a {
        height: 100px;
        width: 100px;
    }
    .dates h2 {
        font-size: 40px;
    }
    .dates p {
        font-size: 18px;
    }
    /* Footer */
    .logo img {
        width: 820px;
    }
    .show-date h2 {
        font-size: 24px;
    }
    .show-date p {
        font-size: 16px;
    }
    .footer-info p {
        font-size: 14px;
    }
}


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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /*Header*/
    .header-info {
        margin-top: -40px;
    }
    .join-btn a {
        height: 80px;
        width: 80px;
        font-size: 14px;
    }
    .dates h2 {
        font-size: 28px;
    }
    .dates p {
        font-size: 13px;
    }
    /*Banner*/
    .banner-wrap h2,
    .banner-wrap h3 {
        font-size: 24px;
    }

    /*Exh*/

    /* Reason */
    .promo-info h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* Counter */
    .section-title h2 {
        font-size: 24px;
    }
    .cdown strong {
        font-size: 54px;
    }
    .why-card h2 {
        font-size: 20px;
    }

    /*Footer*/
    .logo img {
        width: 650px;
    }
    .show-date h2 {
        font-size: 20px;
    }
    .show-date p {
        font-size: 14px;
    }
    .footer-info p {
        font-size: 14px;
    }
}


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

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

    /* Header */
    .header-info {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .dates h2 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 0;
        margin-left: 8px;
    }
    .dates p {
        font-size: 15px;
        margin-bottom: 15px;
    }

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

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

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

    /* Promo */
    .promo-info {
        padding-bottom: 0;
    }
    .promo-info h4 {
        font-size: 20px;
    }
    .promo-video-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }
    .promo-video-wrap .promo-video {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        height: 250px;
    }
    .reason-wrap {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .why-card-wrap {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    /* Counter */
    .section-title h2 {
        font-size: 24px;
    }
    .why-card 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*/
    .show-date h2 {
        font-size: 16px;
    }
    .show-date p {
        font-size: 14px;
    }
    .footer-info p {
        font-size: 14px;
    }
}



/*Large 480*/

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