/* UHD */
@media (min-width: 1367px) {
    .container {
        width: 1200px;
    }
}

/* HD */
@media (min-width: 1170px) and (max-width: 1366px) {
    .container {
        width: 1200px;
    }

    /* Header and Footer */
    .header-wrap {
        gap: 30px;
    }
    .logo img {
        width: 350px;
    }
    .date h3 {
        font-size: 24px;
    }
    .date .official-url {
        font-size: 24px;
        padding-top: 15px;
        margin-top: 15px;
    }


}

/* Old Desktop */

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /* Header and Footer */
    .header-area::before {
        width: 103%;
    }
    .header-wrap {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo img {
        width: 400px;
    }
    .date h3 {
        font-size: 24px;
    }
    .date .official-url {
        font-size: 24px;
        padding-top: 15px;
        margin-top: 15px;
    }
    .header-shape h4 {
        font-size: 24px;
    }
    /* Footer */
    .footer-left {
        padding-right: 30px;
        margin-left: -60px;
    }
    .footer-right {
        padding: 30px 30px;
    }
    .footer-info h3 {
        font-size: 24px;
    }
    /* Exhibitor */
    .exh-wrapper h2 {
        font-size: 24px;
    }
    /* Show */
    .show-wrap h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .show-wrap p {
        font-size: 16px;
    }
    .show-details-info p {
        font-size: 16px;
    }
    /* Event */
    .section-title h2 {
        font-size: 24px;
    }
    .event-wrap h2 {
        font-size: 32px;
    }
    .show-details-info p {
        font-size: 16px;
    }
    .event-wrap ul li {
        font-size: 16px;
    }
    /* Footer */

}




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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /* Header and Footer */
    .header-area::before {
        width: 103%;
    }
    .header-wrap {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .logo img {
        width: 250px;
    }
    .date h3 {
        font-size: 18px;
    }
    .date .official-url {
        font-size: 18px;
        padding-top: 15px;
        margin-top: 15px;
    }
    .header-shape h4 {
        font-size: 18px;
    }
    .arrow img {
        height: 30px;
    }
    .header-shape {
        --notch: 10px;
    }
    /* Footer */
    .footer-left {
        padding-right: 30px;
        margin-left: -60px;
    }
    .footer-left img {
        width: 220px;
    }
    .footer-right {
        padding: 20px 30px;
    }
    .footer-info h3 {
        font-size: 18px;
    }
    /*Exhibitor*/
    .exh-wrapper h2 {
        font-size: 20px;
    }
    /* Show */
    .show-wrap h2 {
        font-size: 28px;
    }
    .show-wrap p {
        font-size: 16px;
    }
    /* Event */
    .event-wrap h2 {
        font-size: 28px;
    }
    .event-wrap p {
        font-size: 16px;
    }
    .event-wrap ul li {
        font-size: 16px;
    }
    /*Counter*/
    .cdown span strong {
        font-size: 52px;
    }
    .cdown span {
        font-size: 16px;
    }

    /*Footer*/
}




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

@media (max-width: 767px) {
    .container {
        width: 300px;
    }
    /* Header and Footer */
    .header-area {
        padding-bottom: 0;
    }
    .header-area::before,
    .header-area::after {
    display: none;
    }
    .header-wrap {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .date h3 {
        font-size: 15px;
    }
    .date .official-url {
        font-size: 15px;
        padding-top: 10px;
        margin-top: 10px;
    }
    .header-bottom {
        margin-top: 20px;
    }
    .arrow {
        display: none;
    }
    .header-shape h4 {
        font-size: 15px;
        text-align: center;
        display: inline-block;
        padding: 10px 30px;
    }
    img.hidden {
        display: block !important;
    }
    .header-shape {
        position: absolute;
        width: 100%;
        bottom: 0;
        --notch: 0;
    }
    img.hidden.arrow-img {
        position: absolute;
        width: 60px;
        top: 10px;
        right: 10px;
    }
    /* Footer */
    .footer-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-area > div {
        width: 100%;
        text-align: center;
    }
    .footer-right {
        padding: 20px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-left {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-left img {
        width: 250px;
    }
    .footer-info h3 {
        font-size: 16px;
        padding: 5px 0;
        text-align: center;
    }
    .footer-right {
        padding: 20px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
    }
    /*Exhibitor*/
    .exh-logo {
        margin-bottom: 30px;
    }
    .exh-wrapper h2 {
        font-size: 20px;
    }
    .invitation p {
        font-size: 14px;
    }
    .reg-btn {
        padding: 0 40px;
    }

    /* Show */
    .show-wrap h2 {
        font-size: 24px;
        text-align: left;
    }
    .show-wrap p {
        font-size: 16px;
    }

    /* Event */
    .event-wrap h2 {
        font-size: 24px;
    }
    .event-wrap h3 {
        font-size: 20px;
    }
    .event-wrap p {
        font-size: 16px;
    }
    .event-wrap ul li {
        font-size: 16px;
    }
    /*Counter*/
    .section-title h2 {
        font-size: 24px;
    }
    .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*/
}




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

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


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

    /*Footer*/

}