
/* UHD */
@media (min-width: 1601px) {
    .container {
        width: 1200px;
    } 
}
/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

@media (min-width: 1366px) and (max-width: 1599px) {
    .container {
        width: 1200px;
    }
    /* Header */
    .header-area::after {
        background-position: 50%;
    }
    .isc-logo img {
        width: 190px;
    }
    .sponsor-logo img {
        width: 110px;
    }
    .sponsor-logo p {
        font-size: 8px;
    }
    .date h3 {
        font-size: 46px;
    }
    .date-details p {
        font-size: 24px;
    }
    .date h4 {
        font-size: 34px;
    }
    .share-text h2 {
        font-size: 46px;
    }
}


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

@media (min-width: 1170px) and (max-width: 1365px) {
    .container {
        width: 1200px;
    }
    /* Header */
    .header-area::after {
        background-position: 30%;
    }
    .isc-logo img {
        width: 190px;
    }
    .sponsor-logo img {
        width: 110px;
        margin-bottom: 0;
    }
    .sponsor-logo p {
        font-size: 8px;
    }
    .date h3 {
        font-size: 46px;
    }
    .date-details p {
        font-size: 24px;
    }
    .date h4 {
        font-size: 34px;
    }
    .share-text h2 {
        font-size: 46px;
    }
}


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

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /* Header */
    .header-area::after {
        background-position: 50%;
    }
    .isc-logo img {
        width: 160px;
    }
    .sponsor-logo img {
        width: 90px;
        margin-bottom: 0;
    }
    .sponsor-logo p {
        font-size: 8px;
    }
    .date h3 {
        font-size: 38px;
    }
    .date-details p {
        font-size: 20px;
    }
    .date h4 {
        font-size: 29px;
    }
    .share-text h2 {
        font-size: 38px;
    }
    /* 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: 50%;
    }
    .header-wrapper {
        padding: 30px 0;
        padding-left: 30px;
    }
    .logo-wrap {
        gap: 30px;
    }
    .isc-logo img {
        width: 150px;
        margin-bottom: 20px;
    }
    .sponsor-logo img {
        width: 90px;
        margin-bottom: 0;
    }
    .sponsor-logo p {
        font-size: 8px;
    }
    .date h3 {
        font-size: 32px;
    }
    .date-details p {
        font-size: 18px;
    }
    .date h4 {
        font-size: 26px;
    }
    .share-text h2 {
        font-size: 32px;
    }
    /* Footer */
    .isc-social-top p {
        font-size: 32px;
    }
    .isc-social ul a {
        font-size: 42px;
    }
}



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

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    /* Header */
    .header-area::after {
        background-position: 50%;
    }
    .header-wrapper {
        padding: 30px 15px;
    }
    .logo-wrap {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .isc-logo img {
        width: 150px;
        margin-bottom: 20px;
    }
    .sponsor-logo p {
        font-size: 8px;
    }
    .sponsor-logo img {
        width: 90px;
        margin-bottom: 0;
    }
    .date h3 {
        font-size: 22px;
    }
    .date-details p {
        font-size: 13px;
    }
    .date h4 {
        font-size: 18px;
    }
    .share-text h2 {
        line-height: 1.5;
        font-size: 22px;
    }
    /*Promo*/
    .section-padding {
        padding: 50px 0;
    }
    .sec-title h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .insta-wrapper {
        width: 100%;
    }
    .share-step h2, .share-info h2 {
        font-size: 18px;
        padding-left: 30px;
    }
    .insta-wrapper {
        margin-top: 20px;
    }
    .share-step h2:before, .share-info h2:before {
        top: 0;
        -webkit-transform: translateY(-0%);
                transform: translateY(-0%);
    }
    .share-info p {
        font-size: 16px;
        padding-left: 30px;
    }
    /*Slider*/

    .slick-next.slick-arrow {
        width: 30px;
        height: 30px;
        right: 10px;
    }
    .slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        left: 10px;
        z-index: 999;
    }
    .slick-prev:before, .slick-next:before {
        line-height: 17px;
        font-size: 30px;
    }
    .slick-next.slick-arrow, .slick-prev.slick-arrow {
        background: rgba(12, 26, 58, 0.3);
        border: 1px solid rgba(12, 26, 58, 0.3);
    }
    .slick-next.slick-arrow:hover, .slick-prev.slick-arrow:hover {
        background: #EAAA21;
    }
    /*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
    }
}

