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

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

    /* Footer */

}



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

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /* Header */
    .header-wrap img {
        max-width: 890px;
    }
    .header-wrap h2 {
        font-size: 22px;
    }
    /* Banner */
    .banner-title {
        font-size: 24px;
    }
    /* Counter */
    .counter h2 {
        font-size: 46px;
    }
    .counter p {
        font-size: 16px;
    }
    .video-text p {
        font-size: 18px;
    }
    /*Promo btn*/
    .promo-btn-btn a {
        padding: 0 20px;
        font-size: 16px;
    }
    /* Promo */
    .promo-wrap {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .promo-wrap .promo-title {
        grid-column: 1 / -1;
    }
    /* Counter */
    .sec-title {
        font-size: 24px;
    }
    .social-box .text h3 {
        font-size: 18px;
    }
    /* Footer */
    .footer-area::before {
        width: 230px;  
        right: -70px;
        background-position: right -10px;
        background-size: 230px;
    }
    .footer-date {
        margin-right: 115px;
    }
    .footer-date h2 {
        font-size: 22px;
    }
    .footer-logo img {
        max-width: 400px;
    }
}


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

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /* Header */
    .header-wrap h2 {
        font-size: 16px;
    }
    .header-wrap img {
        max-width: 655px;
    }
    /*Share*/
    .social-box .text h3 {
        font-size: 18px;
    }
    /*banner*/
    .banner-area::before, .banner-area::after {
        width: 120px;
    }
    .banner-title {
        font-size: 22px;
    }
    /* Video */
    .video-area .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .embed-responsive-item {
        position: static !important;
        width: 500px !important;
        height: 275px !important;
    }
    .video-text p {
        font-size: 16px;
        margin-top: 20px;
    }
    /*Promo BTN*/
    .mb-50 {
        margin-bottom: 50px;
    }
    /* Promo */
    .promo-wrap {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .promo-wrap .promo-title {
        grid-column: 1 / -1;
    }
    .promo-list p {
        font-size: 16px;
    }
    /* Blog */
    .blog-title p {
        font-size: 16px;
    }
    .blog-single h2 {
        font-size: 18px;
    }
    .blog-single p {
        font-size: 16px;
    }
    .blog-single ul li {
        font-size: 16px;
    }
    /*Details*/
    .details-wrap {
        width: 100%;
    }
    /*Counter*/
    .sec-title {
        font-size: 24px;
    }
    .cdown span strong {
        font-size: 52px;
    }
    .cdown span {
        font-size: 18px;
    }
    /* Footer */
    .footer-logo img {
        max-width: 300px;
    }
    .footer-date h2 {
        font-size: 16px;
    }
    .footer-area::before {
        width: 200px;
        right: -70px;
        background-position: right -10px;
        background-size: 200px;
    }
    .footer-date {
        margin-right: 90px;
        bottom: -15px;
    }
}


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

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    /* Header */
    .header-wrap img {
        margin-bottom: 2dvh;
        max-width: 100%;
    }
    .header-wrap h2 {
        font-size: 16px;
    }
    .header-wrap h2 span {
        display: block;
        border: 0 none;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }
    /*Banner*/
    .banner-area::before, .banner-area::after {
        display: none;
    }
    .banner-logo img {
        width: 270px;
    }
    .banner-title {
        font-size: 20px;
    }
    a.reg-button {
        font-size: 20px;
    }

    /* Video */
    .video-area .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .embed-responsive-item {
        position: static !important;
        width: 270px !important;
        height: auto !important;
    }
    .video-text p {
        font-size: 16px;
        margin-top: 20px;
    }
    /*Promo btn CSS*/
    .promo-btn-btn {
        margin-bottom: 30px;
    }
    .promo-btn-btn a {
        font-size: 18px;
        margin: 15px 0;
    }
    /* Promo */
    .promo-title h2.sec-title {
        padding-bottom: 0;
    }
    .promo-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .promo-list p {
        font-size: 16px;
    }
    /* Blog */
    .blog-title p {
        font-size: 16px;
    }
    .blog-single h2 {
        font-size: 18px;
    }
    .blog-single p {
        font-size: 16px;
    }
    .blog-single ul li {
        font-size: 16px;
    }
    /*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;
    }
    /* 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 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .share-box-wrap {
        margin-bottom: 30px !important;
    }
    .share-box-wrap:last-child {
        margin-bottom: 0px !important;
    }
    /*Details*/
    .details-wrap ul {
        width: 100%;
        padding-left: 15px;
    }
    .details-wrap li {
        font-size: 16px;
        color: #fff;
        margin-top: 5px;
    }
    .details-wrap li {
        margin-bottom: 10px;
    }
    .details-wrap h3 {
        font-size: 20px;
    }
    /*Footer*/
    .footer-area::before {
        width: 210px;
        content: "";
        top: auto;
        right: -60px;
        background-position: right 100%;
        background-size: 210px;
        bottom: -45px;
    }
    .footer-wrap {
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        max-width: 100%;
    }
    .footer-date {
        margin-right: 45px;
    }
    .footer-date h2 span {
        display: block;
    }
    .footer-date h2 {
        font-size: 16px;
    }

}


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

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    /* Video */
    .embed-responsive-item {
        position: static !important;
        width: 350px !important;
        height: 190px !important;
    }

}