/*Laptop*/

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

    /*Header*/
    .header-area {
        background-position: 185% center;
    }

}




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

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

    /*Header*/
    .header-area {
        background-position: 250% center;
    }

    .logo img {
        width: 300px;
    }

    .logo h2 {
        font-size: 86px;
    }

    .date {
        top: 60px;
        padding: 20px 44px;
        right: -130px;
    }

    .date p {
        font-size: 40px;
    }

    .date h3 {
        font-size: 48px;
    }

    /* Show */
    .show-wrap h1 {
        font-size: 24px;
    }

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

    /* Covid */
    .cov-wrap h2 {
        font-size: 24px;
    }

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

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

    /* Share */
    .section-title h3 {
        font-size: 24px;
    }

    /* Footer */

}




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

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

    /*Header*/
    .header-area {
        background-position: 200% center;
    }

    .logo {
        margin: 60px 0;
    }

    .logo img {
        width: 240px;
        margin-bottom: 40px;
    }

    .logo h2 {
        font-size: 70px;
    }

    .date {
        top: 40px;
        padding: 20px 25px;
        right: -80px;
    }

    .date p {
        font-size: 30px;
    }

    .date h3 {
        font-size: 36px;
    }

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

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

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

    .video-box .video,
    .video-box .invitation-details {
        width: 80%;
    }

    /* Feature */
    .features {
        padding: 60px 15px;
    }

    .feature-text h3 {
        font-size: 20px;
    }

    /* Show */
    .show-details {
        width: calc(50% - 30px);
    }

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

    /*Counter*/
    .cdown {
        width: 130px;
    }

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

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

    /*Share*/
    .section-title h3 {
        font-size: 24px;
    }

    .social-box .text h3 {
        font-size: 16px;
    }

    /*Footer*/
    .footer-logo img {
        max-height: 50px;
    }

    .footer-date p {
        font-size: 21.5px;
    }

    .footer-date h3 {
        font-size: 26px;
    }

    .right-img p {
        font-size: 14px;
    }
}




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

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

    body {
        font-size: 16px;
    }

    /* Header */
    .header-area {
        background: none;
    }

    .header-wrap {
        text-align: center;
    }

    .logo {
        margin: 20px 0;
    }

    .logo img {
        width: 270px;
        margin-bottom: 30px;
    }

    .logo h2 {
        font-size: 34px;
    }

    .date {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: static;
        padding: 0;
    }

    .date::before {
        display: none;
    }

    .date p {
        font-size: 35px;
    }

    .date h3 {
        font-size: 42px;
    }

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

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

    .invitation p {
        font-size: 14px;
    }
    .video-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    .video-box .video,
    .video-box .invitation-details {
        width: 100%;
    }
    /* Feature */
    .feature-wrap li {
        margin: 15px 15px;
        width: calc(100% - 30px);
    }

    .features {
        padding: 80px 15px;
    }

    .feature-text h3 {
        font-size: 20px;
    }

    /* Show */
    .show-details {
        width: calc(100% - 30px);
    }

    .show-details img {
        width: 75px;
    }

    /*Counter*/
    .section-title h2 {
        font-size: 22px;
    }

    .sec-title span {
        display: block;
    }

    .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cdown {
        text-align: center;
        width: 110px;
        margin: 10px;
    }

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

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

    /*Share*/
    .section-title h3 {
        font-size: 20px;
    }

    .share-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .share-box-wrap {
        margin-bottom: 30px !important;
    }

    .share-box-wrap:last-child {
        margin-bottom: 0px !important;
    }

    .social-box .text h3 {
        font-size: 16px;
    }

    /*Footer*/
    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }

    .footer-logo img {
        max-height: 50px;
    }

    .right-img p {
        font-size: 14px;
    }
}




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

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

    /*Header*/

    /* Counter */
    .cdown {
        width: 150px;
    }

    /*Share*/
    .share-wrapper .share-box-wrap {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .share-wrapper .share-box-wrap:last-chid {
        margin-bottom: 0px;
    }

    /*Footer*/

}