@media (min-width: 1366px) and (max-width: 1919px) {
    .container {
        width: 1200px
    }
    /*Header*/
    .logo img {
        width: 450px;
    }
    .middle img {
        width: 320px;
    }
    /*Footer*/
}
/* -------------------------------------------------
  Large Desktop
---------------------------------------------------*/

@media (min-width: 1170px) and (max-width: 1365px) {
    .container {
        width: 1200px
    }
    /*Header*/
    .logo img {
        width: 350px;
    }
    .middle img {
        width: 250px;
    }
    /*Footer*/
}

/* Old Desktop Screeen 1024 */

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /*Header*/
    .header-wrap {
        gap: 50px;
    }
    .logo img {
        width: 320PX;
    }
    .middle img {
        width: 220PX;
    }
    /*Footer*/
}


/* Tablet Screen 768 */

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /*Header*/
    .header-wrap {
        gap: 30px;
    }
    .logo {
        margin-left: 5px;
    }
    .logo img {
        width: 250PX;
    }
    .middle img {
        width: 180PX;
    }
    /*CountDown*/
    .cd-wrap {
        display: none;
    }
    /*Footer*/
    .footer-logos img {
        max-width: 210px;
        max-height: 120px;
    }
}


/* Small Mobile 320 */

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    /*Header*/
    .header-area {
        background-position:  left center;
        padding: 50px 0;
    }
    .header-wrap {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                align-items: center;
    }
    .logo {
        margin-left: 0;
    }
    .logo img {
        width: 100%;
        max-width: 350px;
    }
    .middle img {
        width: 100%;
        max-width: 300px;
    }
    /* Banner */
    .banner-content {
        text-align: center;
    }
    .banner-title {
        font-size: 24px;
    }
    .banner-subtitle {
        font-size: 18px;
    }
    .extra-section .reg-btn {
        padding: 0 20px;
    }
    /*About Title*/
    .about-title p {
        font-size: 18px;
    }
    .about-title h2 {
        font-size: 28px;
        margin-top: -5px;
    }
    .about-title p {
        font-size: 14px;
    }
    .about p {
        font-size: 18px;
    }
    /* Promo */
    .promo-wrap {
        padding: 30px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .promo-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .promo-text {
        width: calc(100% - 0px);
        text-align: center;
    }
    .promo-text p {
        font-size: 18px;
    }
    /*CountDown*/
    .cd {
        background: #EFEFEF;
        display: block;
        padding: 30px 20px;
    }
    .cd .about-title h2 {
        font-size: 24px;
    }
    .cd-wrap {
        display: none;
    }
    .cdown-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 0;
    }
    .cdown {
        margin-right: 0;
        width: 50%;
    }
    .cdown span {
        font-size: 42px;
    }
    .cdown span p {
        font-size: 20px;
    }
    /*Footer*/
    .footer-logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-logos img {
        max-width: 200px;
        max-height: 120px;
        margin: 15px 0;
    }
}

/* Large Mobile 480 */

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

    /*Footer*/

}