.container-responsive {
    width: 1380px;
    margin: 6em auto;
}

.files-section {
    height: 100%;
    border-radius: 20px;
    font-family: 'Noto Sans Gujarati', sans-serif;
}

.section-img-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 19px;
}

.files-section-img {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.files-section:hover .files-section-img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.files-section-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
}

.files-section.bg-logo-blue h2,
.files-section.bg-logo-blue a {
    color: #FFF;
}

.section-content {
    padding: 0;
    height: 100%;
}

.section-content h3 {
    font-size: 2.375em;
    font-weight: bold;
    margin-bottom: 1em;
}

.section-content p {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
    line-height: 1.476em;
}

.section-content a {
    font-size: 18px;
    text-transform: uppercase;
}

.newsletter-card .newsletter-card {
    padding: 0.5em 1.25em;
}

.newsletter-card .item-box .img-wrapper img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsletter-card .item-box.active .img-wrapper img,
.newsletter-card .item-box:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.newsletter-card .item-box.active::before,
.newsletter-card .item-box:hover::before {
    background: linear-gradient(180deg, rgba(7, 9, 37, 0.85) 53.73%, rgba(7, 9, 37, 0.85) 85.26%);
}

.newsletter-card .item-box.active .item-content,
.newsletter-card .item-box:hover .item-content {
    bottom: 0;
}

.newsletter-card .img-wrapper {
    position: relative;
    height: 100%;
}

.newsletter-card .img-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
}

.newsletter-card .home-slide-over {
    position: relative;
    z-index: 1;
}

.newsletter-card .home-slide-over:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 61%;
    left: 0;
    z-index: -1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.newsletter-card .item-box {
    border-radius: 1.875em;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0.25em 0.875em rgb(0 0 0 / 25%);
    margin: 0px;
    aspect-ratio: 1/1;
}

.newsletter-card .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 93%;
    z-index: 1;
    padding: 1em;
}

.newsletter-card .item-box .item-content {
    bottom: -70px;
    transition: 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.newsletter-card .item-box .item-content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(45, 42, 38, 0.8);
    z-index: 1;
    border-top-right-radius: 1.875em;
}

.newsletter-card .item-content h6 {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.3em;
    color: #ffffff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.newsletter-card .item-content p {
    color: #ffffff;
    font-size: .875em;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.115em;
    margin-left: 0px;
    height: 45px;
    display: flex;
    align-items: center;
}

.newsletter-card .item-content button,
.newsletter-card .item-content a {
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.19em;
    display: flex;
    align-items: center;
    padding-left: 0px !important;
    padding-bottom: 10px;
}

.readMore {
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: capitalize !important;
}

.readMore::before {
    content: '';
    background-image: url('../../images/icons/arrow.svg');
    background-color: #F4F3EC;
    width: 1.81em;
    height: 1.81em;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    border-radius: 50%;
}

.newsletter-card .item-content button {
    background: none;
    border: none;
    text-transform: capitalize;
}

.newsletter-card .item-box:hover .item-content p {
    display: block;
}

.newsletter-card .item-box .item-content h4 {
    font-size: 1.4375em;
    color: #000;
    margin-top: 1em;
    margin-bottom: 1.25em;
    display: block;
    display: -webkit-box;
}

.newsletter-card .item-box.active .item-content h4,
.newsletter-card .item-box:hover .item-content h4 {
    color: #ffffff;
}

.nse-year .newsletter-card .item-content h6 {
    height: auto;
    margin: 30px 0;
    font-weight: 300;
    font-size: 22px;
    text-transform: uppercase;
}

.nse-year .newsletter-card .item-box .item-content {
    bottom: 0;
    padding-bottom: 0;
}

.nse-title h3 {
    font-size: 48px;
    color: #1c629e;
    font-weight: bold;
    margin: 1em 0;
    margin-top: 2em;
    font-family: 'Montserrat', sans-serif;
}

/* responsive css  */


@media only screen and (min-width: 3600px) {
    .newsletter-card .newsletter-card {
        padding: 20px 35px;
    }
}

@media only screen and (min-width: 2400px) {
    .newsletter-card .newsletter-card {
        padding: 10px 25px;
    }
}

@media only screen and (min-width: 1500px) {
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media only screen and (max-width: 1537px) {
    .container-responsive {
        width: 100%;
    }
}

@media only screen and (max-width: 1367px) {
    .newsletter-card .item-content h6 {
        font-size: 1.125em;
    }
}

@media only screen and (max-width:991px) {
    .newsletter-card .item-content h6 {
        font-size: 1.375em;
    }
}

@media only screen and (max-width:768px) {
    .container-responsive {
        margin: 2em auto;
    }

    .newsletter-card .item-content h6 {
        font-size: 1.125em;
    }

    .newsletter-card .item-box .item-content h4 {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .section-content h3,
    .section-content p,
    .section-content a {
        margin-bottom: 20px;
    }

    .section-content a {
        font-size: 16px;
    }

    .section-content h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 34px;
        font-weight: 400;
    }

    .margin-0 {
        margin: 0;
    }

    .section-img-container {
        min-height: 300px;
    }

    .nse-title h3 {
        margin: 20px 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .col-12 {
        flex: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .newsletter-card .item-box .item-content h4 {
        margin: 0 0 15px 0;
    }
}