/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

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


/* -------------------------------------------------
  Laptop Screen 
---------------------------------------------------*/

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

    /* Header */
    .header-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 50px;
    }

    /* Section BG 2 */
    .section-wrapper::before {
        background-size: 170px;
    }
}



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

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

    /* Header */
    .header-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 50px;
    }
    .logo img {
        width: 350px;
    }
    .event-info p {
        font-size: 26px;
    }
    .event-info p:last-child {
        font-size: 25px;
    }

    /* Banner */
    .banner-title {
        font-size: 24px;
    }
    /* Section BG 2 */
    .section-wrapper::before {
        background-size: 170px;
    }
    /* Footer */
}


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

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

    /* Header */
    .header-area {
        padding-top: 25px;
        padding-bottom: 45px;
    }
    .logo img {
        width: 250px;
    }
    .header-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 40px;
    }
    .logo img {
        width: 260px;
    }
    .event-info p {
        font-size: 22px;
    }
    .event-info p:last-child {
        font-size: 21px;
    }

    /*Share*/
    .share-wrapper {
        gap: 10px;
    }
    /*banner*/
    .banner-area::before,
    .banner-area::after {
        width: 120px;
    }

    .banner-title {
        font-size: 22px;
    }
    /* Section BG 2 */
    .section-wrapper::before {
        background-size: 170px;
    }
    /* Video */
    .video-area .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .video-text {
        margin-top: 30px;
    }

    .video-text p {
        font-size: 18px;
        margin-top: 20px;
    }

    /* Section-wrap */

    .blog-single h2 {
        font-size: 32px;
    }

    .blog-single p {
        font-size: 16px;
    }

    /* CountDown */
    .cdown {
        margin: 0 10px;
    }
    /*Footer*/
    .footer-area {
        padding: 40px 0;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-wrapper {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}


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

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

    /* Header */
    .header-area {
        background-image: none;
    }
    .header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    .event-info p {
        font-size: 16.5px;
        text-align: center;
        margin-bottom: 10px;
    }
    .event-info p:last-child {
        margin-bottom: 0;
    }
    .event-info p b {
        display: block;
    }
    .event-info p:last-child {
        font-size: 16px;
    }
    .section-wrapper {
        background-repeat: repeat-y;
        background-size: contain;
    }

    /*Banner*/
    .banner-area::before,
    .banner-area::after {
        display: none;
    }

    .banner-logo img {
        width: 270px;
    }

    .banner-title {
        font-size: 20px;
    }
    .banner-content h3 {
        font-size: 18px;
    }
    a.reg-button {
        font-size: 20px;
    }
    /* Section BG 2 */
    .section-wrapper::before {
        background-size: 130px;
    }
    /* Video */
    .video-area .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .video-text {
        text-align: center;
        margin-top: 30px;
    }

    .video-text p {
        font-size: 18px;
        margin-top: 20px;
    }

    /* Section BG 02 */

    /* Blog  */
    .blog-single h2 {
        font-size: 24px;
    }
    .blog-single p {
        font-size: 16px;
    }

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

    .cdown {
        margin-bottom: 30px;
    }

    /* Blog */
    .blog-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-single {
        width: calc(100% - 30px);
    }

    .blog-single {
        margin-bottom: 30px;
    }

    /*Share Area CSS*/
    .share-wrapper {
        gap: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

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

    .social-media li a {
        font-size: 20px;
        height: 44px;
        width: 44px;
        line-height: 42px;
    }

    .footer-bottom {
        gap: 50px;
    }

    .footer-bottom img {
        width: 60px;
    }

    .footer-bottom p {
        font-size: 14px;
    }

}


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

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

    /*Header CSS*/
    .logo img {
        width: 370px;
    }

    .event-info p {
        margin: 0;
    }

    .event-info p b {
        display: inline;
    }
    /* SHare */
    .sec-title br {
        display: none;
    }
}