.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 92.86%);
}

.carousel-cell {
    height: 100%;
}

.carousel-cell-content {
    position: absolute;
    top: 40%;
    left: 12%;
    white-space: pre-line;
    letter-spacing: 0.005em;
}

.carousel-cell-content>h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    color: #ffffff;
    font-size: 48px;
}

#jumbotron .splide__pagination__page.is-active {
    background: white;
    width: 32px;
    border-radius: 10px;
}

#jumbotron .splide__pagination__page {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 6px;
    background: transparent;
    border: 2px solid white;
}

#jumbotron .splide__pagination {
    position: relative;
    transform: unset;
    left: unset;
}

.topline {
    align-items: center;
    background: #129C4B;
    transform: rotate(90deg);
}

.school-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.005em;
}

.school-desc {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #5F6368;
}

.headline-subtitle {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9AA0A6;
}

.headline-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bolder;
    letter-spacing: 0.005em;
    color: #3C4043;
}

.headline-desc {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #5F6368;
    white-space: pre-line;
}

.headline-btn {
    background-color: #129C4B;
    color: #ffffff;
    font-family: 'Nunito Sans';
}

.news {
    background-image: url('https://ik.imagekit.io/69glwjyg6r/El_Rasyad/Common/0_section_bg_0tp3N3Ub9Vm.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.more-news {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: bold;
    color: #129C4B;
}

.news-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    color: #3C4043;
}

.news-card {
    background-color: unset;
    border: unset;
}

.card-title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #5F6368;
}

.card-text {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #3C4043;
}

.splide__pagination__page.is-active {
    background-color: #3C4043;
}

.gallery-item {
    padding: 8px;
}

.location-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.005em;
    color: #3C4043;
}

.carousel-cell-image {
    width: 100vw !important;
    object-fit: cover;
}

@media screen and (min-width: 1440px) {
    #jumbotron {
        /*height: 675px;*/
    }
    .carousel-cell-content>h1 {
        font-size: 48px;
    }
    #jumbotron .splide__pagination {
        bottom: 65px;
        right: -30%;
    }
    .topline {
        width: 4px;
        height: 136px;
        margin: -8px 0 -56px 0;
    }
    .headline-tl {
        height: 128px;
        margin: -16px 0 -36px 60px !important;
    }
    .school-title {
        font-size: 36px;
    }
    .school-desc {
        font-size: 18px;
        padding: 8px 128px;
    }
    .headline {
        padding: 0 0 0 100px;
    }
    .headline-img {
        max-width: 100%;
        height: auto;
    }
    .headline-subtitle {
        font-size: 18px;
    }
    .headline-title {
        font-size: 32px;
    }
    .headline-desc {
        font-size: 18px;
    }
    .news-tl {
        height: 83px;
        margin: 32px 0 -24px 54px !important;
    }
    .news-subtitle {
        font-size: 32px;
        margin: 0 0 16px 12px;
    }
    .news-card {
        width: 400px;
        padding: 24px;
        margin: 0 0 0 -8px;
    }
    .card-body {
        padding: 1.5rem 0;
    }
    .card-title {
        font-size: 14px;
    }
    .card-text {
        font-size: 20px;
    }
    .more-news {
        font-size: 18px;
        padding: 96px 16px 0 0;
    }
    .location-subtitle {
        font-size: 32px;
    }
    .maps {
        width: 100%;
        height: 466px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .overlay {
        height: 525px;
    }
    .carousel-cell-image {
        /*height: 525px;*/
    }
    .carousel-cell-content {
        top: 38%;
        left: 9%
    }
    .carousel-cell-content>h1 {
        font-size: 36px;
    }
    .flickity-prev-next-button {
        width: 36px;
        height: 36px;
    }
    #jumbotron .splide__pagination {
        bottom: 95px;
        right: -35%;
    }
    .topline {
        width: 4px;
        height: 120px;
        margin: -16px 0 -48px 0;
    }
    .school-title {
        font-size: 28px;
    }
    .school-desc {
        font-size: 16px;
        padding: 8px 128px;
    }
    .headline {
        padding: 0 0 0 80px;
    }
    .headline-tl {
        height: 128px;
        margin: -32px 0 -36px 60px !important;
    }
    .headline-img {
        max-width: 90%;
        height: auto;
    }
    .headline-subtitle {
        font-size: 18px;
    }
    .headline-title {
        font-size: 24px;
    }
    .headline-desc {
        font-size: 15px;
        white-space: unset;
    }
    .news-tl {
        height: 83px;
        margin: 32px 0 -24px 54px !important;
    }
    .news-subtitle {
        font-size: 32px;
        margin: 0 0 16px 12px;
    }
    .news {
        background-size: auto;
        background-position: top right;
    }
    .news-card {
        width: 400px;
        padding: 24px;
        margin: 0 0 0 -8px;
    }
    .card-body {
        padding: 1.5rem 0;
    }
    .card-title {
        font-size: 14px;
    }
    .card-text {
        font-size: 20px;
    }
    .more-news {
        font-size: 18px;
        padding: 96px 16px 0 0;
    }
    .location-subtitle {
        font-size: 26px;
    }
    .maps {
        width: 100%;
        height: 466px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .overlay {
        height: 400px;
    }
    .carousel-cell-image {
        /*height: 400px;*/
    }
    .carousel-cell-content {
        top: 38%;
        left: 15%;
    }
    .carousel-cell-content>h1 {
        font-size: 32px;
    }
    .flickity-prev-next-button {
        width: 32px;
        height: 32px;
    }
    #jumbotron .splide__pagination {
        bottom: 125px;
        right: -32%;
    }
    .topline {
        width: 4px;
        height: 128px;
        margin: -16px 0 -52px 0;
    }
    .school-title {
        font-size: 28px;
    }
    .school-desc {
        font-size: 16px;
        padding: 8px 54px;
    }
    .headline {
        padding: 0 0 0 80px;
    }
    .headline-tl {
        height: 112px;
        display: block !important;
        margin: -32px 0 -36px 54px !important;
    }
    .headline-subtitle {
        font-size: 18px;
    }
    .headline-title {
        font-size: 20px;
        padding: 0 128px 0 0;
    }
    .headline-desc {
        font-size: 15px;
    }
    .news-tl {
        height: 83px;
        margin: 32px 0 -24px 54px !important;
    }
    .news-subtitle {
        font-size: 24px;
        margin: 0 0 16px 12px;
    }
    .news {
        background-size: auto;
        background-position: top right;
    }
    .news-card {
        width: 400px;
        padding: 24px;
        margin: 0 0 0 -8px;
    }
    .card-body {
        padding: 1.5rem 0;
    }
    .card-title {
        font-size: 14px;
    }
    .card-text {
        font-size: 20px;
    }
    .more-news {
        font-size: 16px;
        padding: 96px 16px 0 0;
    }
    .location-subtitle {
        font-size: 20px;
    }
    .maps {
        width: 100%;
        height: 466px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .overlay {
        height: 280px;
    }
    .carousel-cell-image {
        /* height: 280px; */
        /*height: 100%;*/
        /*object-fit: cover;*/
        /*object-position: right;*/
    }
    .carousel-cell-content {
        top: 28%;
        left: 22%;
    }
    .carousel-cell-content>h1 {
        font-size: 22px;
    }
    .flickity-prev-next-button {
        width: 26px;
        height: 26px;
    }
    #jumbotron .splide__pagination {
        bottom: 32px;
        right: 0%;
    }
    .topline {
        width: 4px;
        height: 120px;
        margin: -20px 0 -46px 0;
    }
    .school-title {
        font-size: 18px;
    }
    .school-desc {
        font-size: 14px;
        padding: 8px 10px;
        text-align: justify !important;
    }
    .headline {
        padding: 0 50px !important;
    }
    .headline-tl {
        height: 128px;
        margin: -64px 0 -36px 60px !important;
    }
    .headline-subtitle {
        font-size: 16px;
    }
    .headline-title {
        font-size: 18px;
    }
    .headline-desc {
        font-size: 14px;
        white-space: unset;
        text-align: justify;
    }
    .news-tl {
        height: 72px;
        margin: 32px 0 -24px 52px !important;
    }
    .news-subtitle {
        font-size: 18px;
        padding: 0 0 16px 18px;
    }
    .news {
        background-size: cover;
        background-position: 80% 30%;
    }
    .news-card {
        width: 400px;
        padding: 24px;
        margin: 0 0 0 -8px;
    }
    .card-body {
        padding: 1.5rem 0;
    }
    .card-title {
        font-size: 14px;
    }
    .card-text {
        font-size: 20px;
    }
    .more-news {
        font-size: 13px;
        padding: 80px 16px 0 0;
    }
    .location-subtitle {
        font-size: 18px;
    }
    .maps {
        width: 100%;
        height: 320px;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .carousel-cell-content {
        top: 12%;
        left: 22%;
    }
}