.single-district {
    overflow-x: hidden;
}

.district-banner {
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    position: relative;
}

.district-banner-wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(15px);
}

.district-banner h1 {
    font-family: 'Marcellus', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 112px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.district-line {
    height: 1px;
    background: #FFFFFF;
}

.district-line-1 {
    position: absolute;
    top: 120px;
    width: 60vw;
    right: 0;
}

.district-line-2 {
    position: absolute;
    width: 40vw;
    top: 150px;
    right: 0;
}

.district-line-3 {
    position: absolute;
    bottom: 80px;
    width: 60vw;
    left: 0;
}

.district-line-4 {
    position: absolute;
    width: 40vw;
    bottom: 50px;
    left: 0;
}

.single-district-bg {
    background: linear-gradient(180deg, #1A4672 0%, #3380ED 100%);
    position: relative;
}

.single-district-bg .district-header h2,
.single-district-bg .district-header p {
    color: #FFFFFF !important;
}

.single-district-slider {
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;   
}

.single-district-bg #slick-slide07 .district-overlay-text {
    opacity: 0 !important;
}

.single-district-bg #slick-slide07:hover .district-overlay-text {
    opacity: 1 !important;
}

.single-district-bg-line .line {
    height: 2px;
    background: #F8882D;
}

.single-district-bg-line .line-1 {
    position: absolute;
    top: 60px;
    width: 45vw;
    right: 0;
}

.single-district-bg-line .line-2 {
    position: absolute;
    width: 35vw;
    top: 90px;
    right: 0;
}

.single-district-desc-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-district-desc-wrapper h3 {
    font-family: 'Cormorant', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
}

.single-district-desc-wrapper p {
    font-family: 'Open Sans' Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.district-excerpt {
    background: linear-gradient(180deg, #102C47 0%, #326EAA 100%);
}

.district-excerpt p {
    color: #FFFFFF;
    margin-bottom: 0;
}

.single-district-bg .slick-next:before {
    content: url('data:image/svg+xml;utf8, <svg width="30" height="30" viewBox="0 0 26 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.25 2.125L24.125 24L2.25 45.875" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

.single-district-bg .slick-prev:before {
    content: url('data:image/svg+xml;utf8, <svg width="30" height="30" viewBox="0 0 26 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.75 45.875L1.875 24L23.75 2.125" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

.district-features {
    position: relative;
}

.district-features-line {
    background: #3380ED;
    height: 1px;
    position: absolute;
}

.district-features-line-1 {
    background: #3380ED;
    height: 1px;
    width: 60vh;
    position: absolute;
    top: 50px;
    right: 0;
}

.district-features-line-2 {
    background: #3380ED;
    height: 1px;
    width: 40vh;
    position: absolute;
    top: 80px;
    right: 0;
}

.press-release-img {
    width: 100%;
    min-height: 485px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.press-release-title {
    font-family: Cormorant;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 41px;
    text-align: center;
}

.press-url {
    border: 1px solid #000000;
    padding: 10px 35px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

.press-url:hover {
    text-decoration: none;
    background: #000000;
    color: #FFFFFF;
}

.press__pagination {
    display: flex;
    justify-content: space-evenly;
    max-width: 600px;
    margin: 0 auto;
}

.press__pagination .current {
    font-weight: bold;
}

.page-numbers {
    color: #000000;
}

.single-district-title {
    font-family: Cormorant;
    font-style: normal;
    font-weight: normal !important;
    font-size: 42px !important;
    line-height: 41px;
    padding: 0 15px;
}

.slider-cards .overlay-show {
    opacity: 1 !important;
}

.district-content ul li {
    padding-bottom: 5px;
    font-size: 14px;
}
.district-content ul {
    padding-left: 45px;
    color: #FFFFFF;
}
.district-content p {
    padding-bottom: 15px;
}

@media(max-width: 992px){
    .district-banner h1 {
        font-size: 62px;
        text-align: center;
    }

    .single-district-bg-line .line {
        display: none;
    }

    .single-district-bg .slick-prev:before {
        position: absolute;
        right: -45px;
    }

    .single-district-bg .slick-next:before {
        position: absolute;
        left: -20px;
    }

    .district-features-line {
        display: none;
    }

    .press-release-title {
        font-size: 32px;
    }

}

@media(max-width: 500px){
    .slider-cards .mobile-show-overlay {
        opacity: 1 !important;
    }
}