.page-container {
    max-width: 100%;
}

.page-content-area {
    row-gap: 0;
    margin: 0;
}

.main-header-area {
    position: absolute;
    background: none;
}


.main-carousel .carousel-item img 
{
    height: 100vh;
    object-fit: cover;
}

.main-carousel .carousel-caption {
    top: 0;
    left: 0;
    width: 100%;
    bottom: unset;
    right: unset;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    padding: 160px 0;
    z-index: 1;
}

.carousel-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.main-carousel-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}

.main-carousel-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.main-carousel-button a {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #fff;
    text-decoration: none;
}

.main-carousel-button a i {
    color: var(--main-color);
    font-size: 20px;
    line-height: normal;
}

    .main-carousel-button a svg {
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-carousel-button a svg path {
        fill: var(--main-color);
    }

.main-carousel .carousel-indicators {
    margin: 0;
    bottom: 120px;
}

.main-carousel-indicators {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.main-carousel-indicators button[data-bs-target] {
    margin: 0;
    border: 0;
    width: 8px;
    height: 5px;
    background-color: #C0C0C0;
}


.main-carousel-indicators button[data-bs-target].active {
    background-color: #fff;
}

.main-carousel .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}



/* Eser Üretimi */

.artifact-production-section {
    padding: 102px 0;
    background: #fff;
}

.artifact-production-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.artifact-production-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--main-title-color);
}

.artifact-production-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-description-color);
}

.artifact-production-button a {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: max-content;
    max-width: 100%;
    color: var(--main-button-text-color);
    text-decoration: none;
}


    .artifact-production-button a svg path {
        fill: var(--main-color);
    }


.artifact-production-card-image, .artifact-production-card-image img {
    aspect-ratio: 1/1.35;
    object-fit: cover;
}

.artifact-production-card-image
{
    position: relative;
}

.artifact-production-card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, black, #ffffff00);
}

.artifact-production-card {
    position: relative;
    /*border-bottom: 3px solid var(--main-color);*/
}

.artifact-production-card-text-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.artifact-production-card-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.artifact-production-card-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFFCF;
}

.artifact-production-card-button {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
}

    .artifact-production-card-button i {
        color: var(--main-color);
        font-size: 20px;
        line-height: normal;
    }

    .artifact-production-card-button svg path {
        fill: var(--main-color);
    }

    .artifact-production-carousel {
        padding-right: 96px;
    }

.artifact-production-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translate(0, -50%);
}

.artifact-production-carousel .owl-nav .owl-prev {
    display: none!important;
}

    .artifact-production-carousel .owl-nav button {
        margin: 0 !important;
        width: 48px;
        height: 48px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: var(--main-color) !important;
        border-radius: 0 !important;
        position: relative;
    }

.artifact-production-carousel .owl-nav button span {
    display: none;
}

.artifact-production-carousel .owl-nav .owl-next::after {
    content: "\f054";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
}


/* Etkinlikler */

.events-section {
    background-image: url(../../img/asassanat/events-section-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 77px 0;
    padding-bottom: 0;
}

.events-section > .container {
    display: flex;
    flex-direction: column;
}

.events-section-title-and-see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.events-carousel {
    position: relative;
    top: 70px;
}

.events-section-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: var(--main-title-color2);
}

.events-section-see-all a {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--main-button-text-color2);
    text-decoration: none;
}

    .events-section-see-all a svg path {
        fill: var(--main-color);
    }

.event-btn {
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
}

.event-card {
    position: relative;
    /*border-bottom: 3px solid var(--main-color);*/
}

.event-card-image, .event-card-image img {
    aspect-ratio: 1/1.5;
    object-fit: cover;
}

.event-card-text-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
    row-gap: 12px;
}

.event-card-image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
}

.event-card-title-and-category {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.event-card-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: start;
}

.event-card-category {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background: #E0E0E033;
    width: max-content;
    max-width: 100%;
    padding: 10.5px 24px;
}

.event-card-description-and-button {
    display: flex;
    flex-direction: column;
    row-gap: 36.5px;
}

.event-card-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E0E0E0CC;
    text-align: start;
}

.event-card-button {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

    .event-card-button i {
        color: var(--main-color);
        font-size: 20px;
        line-height: normal;
    }

    .event-card-button svg path {
        fill: var(--main-color);
    }

    .events-carousel .owl-dots {
        margin-top: 24px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 11px;
    }

.events-carousel .owl-dots button span {
    margin: 0!important;
}

.events-carousel .owl-dots button span {
    width: 8px!important;
    height: 5px!important;
    border-radius: 0!important;
    background: #C0C0C0!important;
}

    .events-carousel .owl-dots button.active span {
        width: 8px !important;
        height: 5px !important;
        border-radius: 0 !important;
        background: var(--main-color) !important;
    }


/* Sanatçılar */

.artists-section {
    padding: 74px 0;
    padding-top: 172px;
}

.artists-section-title-and-see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.artists-section-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: var(--main-title-color);
}

.artists-section-see-all a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--main-button-text-color);
    display: flex;
    align-items: center;
    column-gap: 12px;
    text-decoration: none;
}

    .artists-section-see-all a svg path {
        fill: var(--main-color);
    }

.artists-section > .container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.artists-description-and-carousel {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.artist-card-image, .artist-card-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.artist-card {
    position: relative;
}

.artist-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background: linear-gradient(0deg, #000000 29%, rgba(0, 0, 0, 0) 100%);
}

.artists-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-description-color);
}

.artists-carousel .owl-dots {
    margin-top: 24px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
}

.artists-carousel .owl-dots button span {
    margin: 0!important;
}

.artists-carousel .owl-dots button span {
    width: 8px!important;
    height: 5px!important;
    border-radius: 0!important;
    background: #C0C0C0!important;
}

    .artists-carousel .owl-dots button.active span {
        width: 8px !important;
        height: 5px !important;
        border-radius: 0 !important;
        background: var(--main-color) !important;
    }


/* Genç Yetenekler */

.young-talents-section {
    padding: 102px 0;
}

.young-talents-section > .container {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.young-talents-section-title-and-see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.young-talents-section-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: var(--main-title-color);
}

.young-talents-section-see-all a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--main-button-text-color);
    display: flex;
    align-items: center;
    column-gap: 12px;
    text-decoration: none;
}

    .young-talents-section-see-all a svg path {
        fill: var(--main-color);
    }

    .young-talents-section-see-all a i {
        color: var(--main-color);
        font-size: 20px;
        line-height: normal;
    }

.young-talents-banner-image {
    filter: grayscale(1);
}

.young-talents-banner {
    position: relative;
}

.young-talents-banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    padding: 24px;
}

.young-talent-card {
    position: relative;
}

.young-talent-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background: linear-gradient(0deg, #000000 29%, rgba(0, 0, 0, 0) 100%);
}

.young-talent-card-image, .young-talent-card-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* Koleksiyon */

.collection-section {
    padding: 102px 0;
}

.collection-section > .container {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.collection-section-description-and-carousel {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
}

.collection-section-title-and-see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.collection-section-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: var(--main-title-color);
}

.collection-section-see-all a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--main-button-text-color);
    display: flex;
    align-items: center;
    column-gap: 12px;
    text-decoration: none;
}

    .collection-section-see-all a svg path {
        fill: var(--main-color);
    }


.collection-section-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-description-color);
}

.collection-card {
    display: flex;
    flex-direction: column;
    row-gap: 28.8px;
}

.collection-card-image, .collection-card-image img {
    aspect-ratio: 2/1.3;
    object-fit: cover;
}

.collection-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    text-align: end;
}

.collection-card-link
{
    text-decoration: none;
}


.collection-carousel .owl-dots {
    margin-top: 16px!important;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 11px;
}

.collection-carousel .owl-dots button span {
    margin: 0!important;
}

.collection-carousel .owl-dots button span {
    width: 8px!important;
    height: 5px!important;
    border-radius: 0!important;
    background: #C0C0C0!important;
}

    .collection-carousel .owl-dots button.active span {
        width: 8px !important;
        height: 5px !important;
        border-radius: 0 !important;
        background: var(--main-color) !important;
    }

.art-residency-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.art-residency-title-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.art-residency-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--main-title-color);
}

.art-residency-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-description-color);
}

.art-residency-button a {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: max-content;
    max-width: 100%;
    color: var(--main-button-text-color);
    text-decoration: none;
}

    .art-residency-button a svg path {
        fill: var(--main-color);
    }


.art-residency-section {
    padding: 102px 0;
}

.art-residency-image, .art-residency-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
}

.art-residency-image {
    position: relative;
}

    .art-residency-image::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        /*background: var(--main-color);*/
    }


/* Eser üretimi için iletişime geçin */

.artifact-production-contact-section {
    padding: 74px 0;
}

.artifact-production-contact-section > .container-fluid {
    background: #000;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

.artifact-production-contact-transparent-image {
    position: absolute;
    bottom: -150px;
    right: 0;
    pointer-events: none;
    user-select: none;
}
.artifact-production-contact-area {
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: space-between;
}

.artifact-production-contact-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.artifact-production-contact-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    color: var(--main-title-color2);
}

.artifact-production-contact-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--main-description-color2);
}

.artifact-production-contact-section > .container-fluid > .container {
    position: relative;
}

.artifact-production-contact-button a {
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: max-content;
    max-width: 100%;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    padding: 12px 36px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background: var(--main-button-color);
}


@media only screen and (max-width: 991px)
{
    .artifact-production-section {
        padding: 44px 0;
        background: #fff;
    }

    .artists-section {
        padding: 44px 0;
        padding-top: 142px;
    }

    .young-talents-banner-image, .young-talents-banner-image img {
        aspect-ratio: 2/0.9;
        object-fit: cover;
    }

    .young-talents-section {
        padding: 44px 0;
    }

    .collection-title {
        text-align: start;
    }

    .collection-carousel .owl-dots {
        justify-content: start;
    }

    .collection-section {
        padding: 44px 0;
    }

    .art-residency-section {
        padding: 44px 0;
    }

    .artifact-production-contact-area {
        flex-direction: column;
        row-gap: 120px;
    }

    .artifact-production-contact-title {
        text-align: center;
    }

    .artifact-production-contact-description {
        text-align: center;
    }

    .artifact-production-contact-transparent-image {
        bottom: -105px;
    }
}


@media only screen and (max-width: 767px)
{
    .artifact-production-carousel {
        padding-right: 0;
    }

    .artifact-production-carousel .owl-nav {
        display: none;
    }

    .artifact-production-carousel .owl-stage {
        padding-left: 0!important;
    }

    .artifact-production-section > .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 0;
        overflow: hidden;
    }

    .events-section > .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 0;
    }

    .events-section-title-and-see-all {
        padding-right: 20px;
    }

    .events-carousel.owl-carousel .owl-stage {
        padding-left: 0!important;
    }

    .artists-section > .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 0;
        overflow: hidden;
    }

    .artists-section-title-and-see-all {
        padding-right: 20px;
    }

    .artists-carousel .owl-stage {
        padding-left: 0!important;
    }

    .young-talents-section > .container
    {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 0;
        overflow: hidden;
    }

    .young-talents-banner {
        padding-right: 20px;
    }

    .young-talents-section-title-and-see-all
    {
        padding-right: 20px;
    }

    .young-talents-carousel .owl-stage {
        padding-left: 0!important;
    }

    .collection-section > .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .art-residency-section > .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px)
{
    .collection-card-image, .collection-card-image img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

@media only screen and (max-width: 475px)
{
    .young-talents-banner-title {
        font-size: 26px;
        line-height: 34px;
    }

    .art-residency-image, .art-residency-image img {
        aspect-ratio: 1/1.35;
        object-fit: cover;
    }
}