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

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

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

@media (min-width: 1170px) and (max-width: 1365px) {
    .container {
        width: 1200px;
    }
    /* Header */
    .logo-wrap {
        gap: 40px;
    }
    .isc-logo img {
        width: 220px;
    }
    .sponsor-logo img {
        width: 130px;
    }
    .sponsor-logo p {
        font-size: 8px;
    }
    .date h3 {
        font-size: 28px;
    }
    .date-details p {
        font-size: 16px;
    }
    .date h4 {
        font-size: 18px;
    }
    .share-text h2 {
        font-size: 30px;
    }
}

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

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px;
    }
    /* Header */
    .logo-wrap {
        gap: 30px;
    }
    .isc-logo img {
        width: 200px;
    }
    .sponsor-logo p {
        font-size: 8px;
    }
    .sponsor-logo img {
        width: 120px;
    }
    .header-area::after {
        background-position:  135% center;;
    }
    .date h3 {
        font-size: 28px;
    }
    .date-details p {
        font-size: 16px;
    }
    .date h4 {
        font-size: 18px;
    }
    .share-text h2 {
        font-size: 28px;
    }
    /* Footer */
    .isc-social-top p {
        font-size: 32px;
    }
    .isc-social ul a {
        font-size: 42px;
    }
}

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

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

    /* Header */
    .header-area::after {
        background-position: 160% center;
    }
    .header-wrapper {
        padding: 30px 0;
    }
    .logo-wrap {
        gap: 30px;
    }
    .isc-logo img {
        width: 180px;
    }
    .sponsor-logo p {
        font-size: 7px;
    }
    .sponsor-logo img {
        width: 100px;
    }
    .date h3 {
        font-size: 22px;
    }
    .date-details p {
        font-size: 14px;
    }
    .date h4 {
        font-size: 16px;
    }
    .share-text h2 {
        padding: 17px 30px 10px 30px;
        font-size: 24px;
    }
    /*Banner */
    .about {
        margin-left: 25px;
    }

    .about-wrap p {
        font-size: 16px;
    }
    .about-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .promo-video-wrap {
        width: 500px;
        margin-bottom: 30px;
    }
    .about {
        margin-left: 0;
    }
    /*Testimonial*/
    .sec-title h2 {
        color: #fff;
        font-size: 24px;
    }
    .slider-wrapper.text-center.slick-initialized.slick-slider {
        width: 650px;
        margin: 0 auto;
    }

    .testimonial-area h2 {
        font-size: 24px;
    }

    .testimonial-text p {
        font-size: 18px;
    }

    .client-name {
        font-size: 20px;
    }

    /*Share Area CSS*/
    .share-title {
        font-size: 20px;
    }

    .card {
        width: 50%;
    }

    .card-front .card-text p {
        font-size: 14px;
    }
    /* Footer */
    .isc-social-top p {
        font-size: 32px;
    }
    .isc-social ul a {
        font-size: 42px;
    }
}

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

@media (max-width: 767px) {
    .container {
        width: 95%;
    }

    /* Header */
    .header-area::after {
        display: none;
    }
    .header-wrapper {
        padding: 30px 0;
    }
    .logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .isc-logo img {
        width: 150px;
    }
    .sponsor-logo p {
        font-size: 7px;
    }
    .sponsor-logo img {
        width: 100px;
    }
    .date h3 {
        font-size: 28px;
    }
    .date-details p {
        font-size: 16px;
    }
    .date h4 {
        font-size: 18px;
    }
    .share-text h2 {
        padding: 17px 15px 10px 15px;
        line-height: 1.5;
        font-size: 20px;
    }
    /*Banner CSS*/
    .banner-wrapper {
        padding: 20px;
    }
    .reg-btn {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        border-radius: 3px;
    }
    .banner-content img {
        max-width: 220px;
    }

    .banner-title {
        font-size: 20px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .banner-title br {
        display: block;
        float: none;
    }

    .banner-subtitle br {
        display: none;
    }

    /*About*/
    .about-wrap h2 {
        font-size: 24px;
        text-align: center;
    }
    .divider {
        text-align: center;
    }
    .about p {
        font-size: 16px;
        text-align: center;
    }

    /*Countdown CSS*/
    .cdown {
        width: 50%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .cdown:nth-last-child(-n + 2) {
        margin-bottom: 0px;
    }

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

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

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

    /*Testimonial Area CSS*/
    .testimonial-area h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .testimonial-text p {
        font-size: 16px;
    }

    .client-name {
        font-size: 16px;
    }



    /*Share Area CSS*/
    .about-wrap h2 {
        font-size: 24px;
    }

    .share-title {
        font-size: 22px;
    }

    .share-first-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card {
        width: 100%;
    }
    .sec-title h2 {
        font-size: 20px;
    }

    /*Footer*/
    .isc-social-top p {
        font-size: 20px;
    }
    .isc-social ul a {
        font-size: 28px;
    }
}

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

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

    /*Header CSS*/

    /*Banner CSS*/

    .banner-content {
        width: 90%;
    }

    /*Share Area CSS*/
    .card {
        width: 100%;
    }

    .card-back {
        padding: 10px;
    }

    /*Countdown CSS*/
    .cdown {
        margin-bottom: 30px;
        width: calc(50%);
    }

    /*Promo CSS*/

    /*Share Area CSS*/
    .share-title {
        font-size: 22px;
        line-height: 34px;
    }

    /*Footer CSS*/
}