/**
 * Anasayfa öne çıkanlar (slideSection)
 */
.slideSection {
    visibility: visible;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 361px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    font-family: var(--font-family-base, "Outfit", sans-serif);
}

main.page-content > .slideSection {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

.slideSection .slick-list,
.slideSection .projectsSlider,
.slideSection .featuredNewsSlider,
.slideSection .slick-track {
    height: 100%;
}

.slideSection .projectsSlider,
.slideSection .featuredNewsSlider {
    width: 100%;
    min-width: 0;
}

.slideSection .projectsSlider.slick-slider,
.slideSection .featuredNewsSlider.slick-slider {
    margin-bottom: 0;
}

.slideSection .slideItem {
    position: relative;
    display: block !important;
    height: 100%;
    text-decoration: none;
    color: inherit;
    outline: none;
}

.slideSection .slideItem .imageFrame {
    height: 361px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slideSection .slideItem .imageFrame img {
    height: 361px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.slideSection .slideItem .desc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 32px;
    padding-left: 68px;
    pointer-events: none;
}

.slideSection .slideItem .desc .caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    padding-bottom: 11px;
}

.slideSection .slideItem .desc .caption span {
    display: block;
    line-height: 24px;
}

.slideSection .projectsArea .slideItem .imageFrame::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(23deg, rgb(147, 17, 29) 0%, rgba(147, 17, 29, 0) 100%);
    z-index: 1;
}

.slideSection .featuredNews .slideItem .imageFrame::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(30deg, rgb(84, 94, 114) 0%, rgba(84, 94, 114, 0) 100%);
    z-index: 1;
}

.slideSection .projectsArea {
    flex: 1;
    width: 35.7%;
    min-width: 0;
    height: 100%;
    position: relative;
}

.slideSection .projectsArea .projectsTitle {
    position: absolute;
    left: 62px;
    top: 42px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    z-index: 6;
    pointer-events: none;
}

.slideSection .projectsArea .projectsTitle span {
    display: block;
    line-height: 21px;
    text-align: left;
}

.slideSection .projectsArea .projectsSlider .slideItem .desc {
    padding-left: 61px;
}

.slideSection .projectsArea .desc .newsType {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 80px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    min-height: 36px;
    padding-right: 17px;
}

.slideSection .featuredNews {
    flex: 1;
    width: 34.9%;
    min-width: 0;
    height: 100%;
    position: relative;
}

.slideSection .featuredNews .slideItem .desc {
    padding-left: 43px;
}

.slideSection .featuredNews .newsTitle {
    position: absolute;
    left: 56px;
    top: 42px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    z-index: 6;
    pointer-events: none;
}

.slideSection .featuredNews .newsTitle span {
    display: block;
    line-height: 21px;
    text-align: left;
}

.slideSection .featuredNews .desc .newsType {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 80px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 8px 17px;
}

.slideSection .moreButton {
    position: absolute;
    bottom: 34px;
    right: 150px;
    z-index: 6;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.3s linear;
}

.slideSection .moreButton .customIcon {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-right: 6px;
    transition: 0.3s linear;
}

.slideSection .projectsArea .moreButton:hover,
.slideSection .featuredNews .moreButton:hover {
    color: #fff;
    opacity: 0.7;
}

.slideSection .buttonsArea {
    flex: 0 0 29.3%;
    width: 29.3%;
    min-width: 0;
    height: 100%;
}

.slideSection .buttonsArea > a {
    display: block;
    width: 100%;
    height: 50%;
    text-decoration: none;
}

.slideSection .buttonsArea > a > div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 50px;
}

.slideSection .buttonsArea > a.onlineDonation .onlineDonation__leadIcon,
.slideSection .buttonsArea > a.ourSupporter .ourSupporter__leadIcon,
.slideSection .buttonsArea > a.ourSupporter .ourSupporter__decoration {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.slideSection .buttonsArea > a.onlineDonation .onlineDonation__leadIcon::before,
.slideSection .buttonsArea > a.ourSupporter .ourSupporter__leadIcon::before,
.slideSection .buttonsArea > a.ourSupporter .ourSupporter__decoration::before {
    display: block;
    visibility: visible;
    opacity: 1;
    color: #fff;
}

.slideSection .buttonsArea > a > div span {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-left: 85px;
    line-height: 35px;
    transition: 0.3s linear;
    visibility: visible;
}

.slideSection .buttonsArea > a > div::before {
    content: "";
    position: absolute;
    left: 50px;
    width: 60px;
    height: 60px;
    filter: invert(77%) brightness(5.5);
    transition: 0.3s linear;
}

.slideSection .buttonsArea > a.onlineDonation {
    background: url("../images/home-featured/bagis-button-texture.jpg") center top / cover no-repeat rgb(147, 17, 29);
    background-blend-mode: multiply;
    mix-blend-mode: normal;
    position: relative;
    overflow: hidden;
}

.slideSection .buttonsArea > a.onlineDonation::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, rgb(147, 17, 29) 0%, rgba(147, 17, 29, 0) 100%);
    z-index: 0;
    pointer-events: none;
}

.slideSection .buttonsArea > a.onlineDonation > div {
    position: relative;
    z-index: 1;
}

.slideSection .buttonsArea > a.onlineDonation > div::before {
    content: none;
    display: none;
}

.slideSection .buttonsArea > a.onlineDonation .onlineDonation__leadIcon {
    position: absolute;
    left: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    transition: 0.3s linear;
}

.slideSection .buttonsArea > a.onlineDonation .onlineDonation__leadIcon::before {
    color: #fff;
}

.slideSection .buttonsArea > a.onlineDonation .onlineDonation__decoration {
    position: absolute;
    right: 53px;
    top: 9px;
    width: 165px;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
    line-height: 1;
}

.slideSection .buttonsArea > a.onlineDonation .onlineDonation__decoration::before {
    color: #fff;
}

.slideSection .buttonsArea > a.ourSupporter {
    background: url("../images/home-featured/supporter-button-texture.png") center top / cover no-repeat rgb(120, 14, 24);
    background-blend-mode: multiply;
    position: relative;
    overflow: hidden;
}

.slideSection .buttonsArea > a.ourSupporter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, rgb(147, 17, 29) 0%, rgba(147, 17, 29, 0) 100%);
    z-index: 0;
    pointer-events: none;
}

.slideSection .buttonsArea > a.ourSupporter > div {
    position: relative;
    z-index: 1;
}

.slideSection .buttonsArea > a.ourSupporter > div::before {
    content: none;
    display: none;
}

.slideSection .buttonsArea > a.ourSupporter .ourSupporter__leadIcon {
    position: absolute;
    left: 50px;
    width: 58px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transition: 0.3s linear;
}

.slideSection .buttonsArea > a.ourSupporter .ourSupporter__leadIcon::before {
    color: #fff;
}

.slideSection .buttonsArea > a.ourSupporter .ourSupporter__decoration {
    position: absolute;
    right: 62px;
    top: 13px;
    width: 166px;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
    line-height: 1;
}

.slideSection .buttonsArea > a.ourSupporter .ourSupporter__decoration::before {
    color: #fff;
}

/* Slick — slideSection */
.slideSection .slick-prev,
.slideSection .slick-next {
    z-index: 9;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: 0.3s linear;
    top: auto;
    bottom: 32px;
    transform: none;
    margin-top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slideSection .slick-prev {
    left: auto;
    right: 96px;
}

.slideSection .slick-next {
    right: 50px;
}

.slideSection .slick-prev::before,
.slideSection .slick-next::before {
    content: "\e901";
    font-family: iconFont, sans-serif !important;
    font-size: 14px;
    display: block;
    color: #fff;
    opacity: 1;
    line-height: 1;
}

.slideSection .slick-prev::before {
    transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
    .slideSection .buttonsArea > a:hover > div span {
        font-size: 26px;
        transform: translateX(10px);
    }

    .slideSection .buttonsArea > a:hover > div::before {
        transform: scale(1.2);
    }

    .slideSection .buttonsArea > a.onlineDonation:hover .onlineDonation__leadIcon,
    .slideSection .buttonsArea > a.ourSupporter:hover .ourSupporter__leadIcon {
        transform: scale(1.2);
    }
}

@media screen and (min-width: 1920px) {
    .slideSection {
        height: 18.802vw;
    }

    .slideSection .slideItem .imageFrame,
    .slideSection .slideItem .imageFrame img {
        height: 100%;
    }

    .slideSection .slideItem .imageFrame img {
        min-height: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .slideSection {
        height: 250px;
    }

    .slideSection .slideItem .desc {
        padding-bottom: 41px;
    }

    .slideSection .slideItem .imageFrame,
    .slideSection .slideItem .imageFrame img {
        height: 250px;
    }

    .slideSection .slideItem .imageFrame img {
        height: 100%;
        min-width: 100%;
    }

    .slideSection .buttonsArea > a.onlineDonation .onlineDonation__decoration,
    .slideSection .buttonsArea > a.ourSupporter .ourSupporter__decoration {
        width: 84px;
        height: 90px;
        font-size: 72px;
    }
}

@media screen and (max-width: 1200px) {
    .slideSection .moreButton {
        bottom: 16px;
    }

    .slideSection .buttonsArea > a > div span {
        font-size: 20px;
        padding-left: 55px;
    }

    .slideSection .buttonsArea > a > div::before {
        left: 25px;
    }

    .slideSection .buttonsArea > a.onlineDonation .onlineDonation__leadIcon {
        left: 25px;
    }

    .slideSection .buttonsArea > a.ourSupporter .ourSupporter__leadIcon {
        left: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    .slideSection .projectsArea .projectsSlider .slideItem .desc {
        padding-left: 41px;
    }

    .slideSection .slideItem .desc .caption {
        font-size: 14px;
        line-height: 16px;
    }

    .slideSection .slideItem .desc .caption span {
        font-size: 18px;
        line-height: 22px;
    }

    .slideSection .projectsArea .slick-prev,
    .slideSection .projectsArea .slick-next {
        z-index: 1;
    }

    .slideSection .buttonsArea > a > div {
        padding-left: 0;
        padding-right: 10px;
    }

    .slideSection .buttonsArea > a > div span {
        padding-left: 18px;
        font-size: 18px;
        font-weight: 800;
        line-height: 20px;
    }

    .slideSection .buttonsArea > a > div::before {
        left: auto;
        right: 30px;
    }

    .slideSection .buttonsArea > a.onlineDonation .onlineDonation__leadIcon {
        left: auto;
        right: 7px;
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    .slideSection .buttonsArea > a.ourSupporter .ourSupporter__leadIcon {
        left: auto;
        right: 16px;
        width: 37px;
        height: 37px;
        font-size: 26px;
    }
}

@media screen and (max-width: 769px) {
    main.page-content > .slideSection {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .slideSection {
        height: auto;
        flex-direction: column-reverse;
    }

    .slideSection .slideItem .imageFrame img {
        height: auto;
    }

    .slideSection .projectsArea {
        width: 100%;
        flex: 0 0 auto;
    }

    .slideSection .projectsArea .moreButton {
        display: none !important;
    }

    .slideSection .projectsArea .projectsTitle {
        left: 38px;
        top: 22px;
    }

    .slideSection .projectsArea .slideItem .desc {
        padding-left: 21px;
        padding-bottom: 35px;
    }

    .slideSection .projectsArea .slideItem .imageFrame {
        height: 52.8125vw;
    }

    .slideSection .featuredNews {
        width: 100%;
        flex: 0 0 auto;
        display: none;
    }

    .slideSection .buttonsArea {
        width: 100%;
        flex: 0 0 auto;
        display: flex;
    }

    .slideSection .buttonsArea > a {
        height: 21.25vw;
    }

    .slideSection .buttonsArea > a.onlineDonation .onlineDonation__decoration,
    .slideSection .buttonsArea > a.ourSupporter .ourSupporter__decoration {
        display: none;
    }

    .slideSection .projectsArea .slick-prev,
    .slideSection .projectsArea .slick-next {
        width: 19px;
        height: 19px;
        background-color: #fff;
        border-radius: 6px;
        right: 20px;
        bottom: auto;
        top: 50%;
        opacity: 1;
    }

    .slideSection .projectsArea .slick-prev::before,
    .slideSection .projectsArea .slick-next::before {
        content: "\e900";
        color: #e42528;
        font-size: 9px;
    }

    .slideSection .projectsArea .slick-prev {
        right: 20px;
        margin-top: -22px;
    }

    .slideSection .projectsArea .slick-prev::before {
        transform: rotate(-90deg);
    }

    .slideSection .projectsArea .slick-next {
        right: 20px;
        margin-top: 0;
    }

    .slideSection .projectsArea .slick-next::before {
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 380px) {
    .slideSection .projectsArea .projectsTitle {
        left: 37px;
    }

    .slideSection .projectsArea .projectsSlider .slideItem .desc {
        padding-left: 21px;
        padding-bottom: 17px;
    }

    .slideSection .projectsArea .projectsSlider .slideItem .desc .caption {
        font-size: 18px;
        line-height: 16px;
        padding-right: 100px;
    }

    .slideSection .buttonsArea > a > div span {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 360px) {
    .slideSection .buttonsArea > a > div span {
        font-size: 14px;
        line-height: 16px;
    }
}
