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

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

    /* Header and Footer */
    .logo img {
        width: 430px;
    }
    .header-bottom-inner h3,
    .footer-top-inner h3 {
        font-size: 27px;
    }


}

/* Old Desktop */

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /* Header and Footer */
    .header-area::before {
        background-position: 110% center;
    }
    .header-wrap {
        gap: 50px;
    }
    .logo img {
        width: 350px;
    }
    .info p {
        font-size: 20px;
    }
    .info h3 {
        font-size: 20px;
    }
    .partner p {
        font-size: 14px;
    }
    .partner img {
        width: 110px;
    }
    .header-bottom-inner h3,
    .footer-top-inner h3 {
        font-size: 22px;
    }
    /* Exhibitor */
    .exh-wrapper h2 {
        font-size: 24px;
    }
    /* Show */
    .show-wrap h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .show-wrap p {
        font-size: 16px;
    }
    .show-details-info p {
        font-size: 16px;
    }
    /* Feature Details */
    .show-details-info h2 {
        font-size: 24px;
    }
    .feature h2 {
        font-size: 20px;
    }
    .feature p {
        font-size: 16px;
    }
    /* Event */
    .section-title h2 {
        font-size: 24px;
    }
    .event-wrap h2 {
        font-size: 24px;
    }
    .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 {
        background-position: 140% center;
    }
    .header-wrap {
        gap: 30px;
    }
    .logo img {
        width: 290px;
    }
    .info p {
        font-size: 16px;
    }
    .info h3 {
        font-size: 16px;
    }
    .partner p {
        font-size: 12px;
    }
    .partner img {
        width: 80px;
    }
    .header-bottom-inner h3,
    .footer-top-inner h3 {
        font-size: 16px;
    }
    .footer-bottom a {
        font-size: 24px;
    }
    /*Exhibitor*/
    .exh-wrapper h2 {
        font-size: 20px;
    }
    /* Show */
    .show-wrap h2 {
        font-size: 24px;
    }
    .show-wrap p {
        font-size: 16px;
    }
    /* Feature */
    .feature h2 {
        font-size: 20px;
    }
    .feature p {
        font-size: 16px;
    }
    /* Details */
    .section-title h2 {
        font-size: 24px;
    }
    .details-img.second-col {
        margin-top: 50px;
    }
    /* Show Details */
    .show-details-wrap {
        gap: 30px;
    }
    .show-details-info h2 {
        font-size: 24px;
    }
    .show-details-info p {
        font-size: 16px;
    }
    /* Event */
    .event-wrap h2 {
        font-size: 24px;
    }
    .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-wrap {
        padding: 10px 10px;
    }
    .header-area {
        padding: 20px 0;
        padding-bottom: 100px;
    }
    .header-area::before {
        background-position: center bottom;
    }
    .header-wrap {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .info p {
        font-size: 16px;
    }
    .info h3 {
        font-size: 16px;
    }
    .partner p {
        font-size: 10px;
    }
    .partner img {
        width: 80px;
    }
    .header-bottom {
        margin-top: 10px;
    }
    .header-bottom-inner h3,
    .footer-top-inner h3 {
        font-size: 16px;
    }
    .footer-area {
        padding: 10px 10px;
    }
    .footer-top {
        margin-bottom: 10px;
    }
    .footer-bottom a {
        font-size: 24px;
    }
    /*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: 20px;
        text-align: left;
    }
    .show-wrap p {
        font-size: 16px;
    }

    /* Feature */
    .feature-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .feature h2 {
        font-size: 20px;
    }
    .feature p {
        font-size: 16px;
    }

    /* Show Details */
    .show-details-wrap {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .show-details-info h2 {
        font-size: 20px;
    }
    .show-details-info p {
        font-size: 16px;
    }
    /* Event */
    .event-wrap h2 {
        font-size: 20px;
    }
    .event-wrap p {
        font-size: 16px;
    }
    .event-wrap ul li {
        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*/
}




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

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    /* Header and Footer */
    .header-area {
        padding: 20px 0;
        padding-bottom: 20px;
    }

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

    /*Footer*/

}