
/*Laptop*/

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

    /*Header*/

}




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

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /*Header*/
    .header-area::after {
        background-position: 100% center;
    }
    .logo img {
        width: 450px;
    }
    .date h2 {
        font-size: 28px;
    }
    .date p {
        font-size: 28px;
    }
    /* Counter */
    .sec-title {
        font-size: 24px;
    }
    .social-box .text h3 {
        font-size: 18px;
    }
    /* Share */
    .section-title h3 {
        font-size: 24px;
    }
    /* Footer */
    .footer-logo img {
        width: 350px;
    }
    .footer-date h2 {
        font-size: 24px;
    }
    .footer-date p {
        font-size: 24px;
    }
    .footer-date p span {
        height: 28px;
        width: 2px;
    }

}




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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /*Header*/
    .header-area::after {
        background-position: 100% center;
    }
    .logo img {
        width: 350px;
    }
    .date h2 {
        font-size: 24px;
    }
    .date p {
        font-size: 24px;
    }
    /*Exhibitor*/
    .exh-wrapper h2 {
        font-size: 22px;
    }
    .invitation h3 {
        font-size: 20px;
    }

    /* Details */
    .img-btn a {
        padding: 0 10px;
        font-size: 18px;
    }
    /*Counter*/
    .sec-title {
        font-size: 24px;
    }
    .cdown span strong {
        font-size: 52px;
    }
    .cdown span {
        font-size: 18px;
    }
    /*Share*/
    .section-title h3 {
        font-size: 24px;
    }
    .social-box .text h3 {
        font-size: 16px;
    }
    /*Footer*/
    .footer-logo img {
        width: 300px;
    }
    .footer-date h2 {
        font-size: 20px;
    }
    .footer-date p {
        font-size: 20px;
    }
    .footer-date p span {
        height: 25px;
        width: 2px;
    }
}




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

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    body {
        font-size: 16px;
    }
    /* Header */
    .header-area::before {
        display: none;;
    }
    .header-area::after {
        display: none;
    }
    .logo img {
        width: 270px;
        margin-bottom: 20px;
    }
    .date {
        text-align: center;
    }
    .date h2 {
        font-size: 24px;
    }
    .date p {
        font-size: 20px;
    }
    .date p span {
        display: none;
    }
    /*Exhibitor*/
    .exh-logo {
        max-width: 250px;
        margin-bottom: 30px;
    }
    .exh-wrapper h2 {
        font-size: 17px;
    }
    .invitation h3 {
        font-size: 17px;
    }
    .reg-btn {
        padding: 0 40px;
    }
    /* Show */
    .show-wrap h2 {
        font-size: 20px;
    }
    .img-btn a {
        font-size: 18px;
        padding: 0 10px;
    }
    .img-btn-wrap {
        margin-bottom: 30px;
    }
    /* Countdown */
    .counter-title h2 {
        font-size: 28px;
    }
    .counter {
        margin-bottom: 30px;
    }
    /*Counter*/
    .sec-title {
        font-size: 20px;
    }
    .sec-title span {
        display: block;
    }
    .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .cdown {
        text-align: center;
        width: 48%;
        margin-bottom: 20px;
    }
    .cdown span {
        font-size: 16px;
    }
    .cdown span strong {
        font-size: 32px;
    }
    /*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: 20px;
    }
    .footer-logo img {
        width: 270px;
    }
    .footer-date h2 {
        font-size: 24px;
    }
    .footer-date p {
        font-size: 20px;
    }
    .footer-date p span {
        display: block;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .footer-date {
        text-align: center;
    }
}




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

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

    /* Counter */
    .cdown {
        width: calc(50% - 15px);
    }
    /*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*/

}