﻿.etkinlik-banner {
    width: 100% !important;
    height: 267px !important;
    background: linear-gradient(180deg, black, black, black, #420d0d);
    position: relative;
}

.contentArea {
    position: relative;
    z-index: 0;
}

.slider-img {
    position: relative;
}
.bolder{
    font-size:12px !important;
    margin-top:10px !important;
}
.slider-title {
    color: #FFF;
    font-family: Bebas Neue;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.slider-detail {
    color: #FFF;
    font-family: Bebas Neue;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .slider-detail span {
        color: var(--Red, #D53316);
        font-family: Bebas Neue;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.detail-orta {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 13rem;
}

.oval {
    background-color: red;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.circles {
    position: absolute;
    bottom: -5rem;
    width: 100%;
}

    .circles img {
        height: 8rem;
    }

.muzik {
    margin-top: -3.5rem;
    display: flex;
    justify-content: center;
}

.sayfa-title {
    color: var(--Black, #010101);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
}

.reels-card {
    border-radius: 8px;
    border: 1px solid var(--black-black-50, #E6E6E6);
    background: #FFF;
    backdrop-filter: blur(2px);
}

.card-ic {
    padding: 16px !important;
}

.card-titles {
    color: var(--Black, #010101);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bilet:hover {
    border-radius: 4px !important;
    border: 1px solid var(--Red, #D53316) !important;
    background: var(--White, #FFF) !important;
    color: var(--Red, #D53316) !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.card-tarih {
    color: var(--Black, #010101);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 0 !important;
}

.sag-icon {
    position: absolute;
    right: 0;
}

.card-tarih svg {
    margin-right: 8px !important;
}

.reels-card:hover {
    border-radius: 8px;
    border: 1px solid var(--black-black-50, #E6E6E6);
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.12);
}

.carousel-wrap {
    margin: 0px auto;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-nav i {
    font-size: 30px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.bilet {
    border-radius: 4px !important;
    background: var(--Red, #D53316) !important;
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    width: 100% !important;
    padding: 12px !important;
}

.incele {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 4px !important;
    background: unset !important;
    color: #343434 !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.asd {
    padding-left:2rem;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #555555;
    margin-top:10px;
}
.kayit-btn {
    width: 127px;
    height: 52px;
    border-radius: 4px;
    padding: 14px 0px 14px 0px;
    background-color: #D53316;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.breadcrumbList {
    display: flex;
    align-items: center;
    column-gap: 7px;
    width: 100%;
    overflow: hidden !important;
    overflow-x: auto !important;
    white-space: nowrap;
    flex-wrap: unset !important;
}

    .breadcrumbList::-webkit-scrollbar {
        display: none;
    }

.breadcrumbListItem {
    min-width: max-content;
}

    .breadcrumbListItem .pageName a {
        text-decoration: none;
        font-family: 'Poppins';
        font-weight: 500;
        line-height: 26px;
        font-size: 16px;
        color: #010101;
    }

    .breadcrumbListItem:last-child .pageName a {
        color: #D53316;
    }

.breadCrumbChevrons {
    color: #B0B0B0;
}

.eventContainer {
    margin-top: 70px;
    margin-bottom: 70px;
}

.eventImage, .eventImage img {
    border-radius: 8px;
}

.leftArea {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.eventLocationAndDatetime {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.eventProperty {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.eventPropertyTitle {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 20px;
    color: #010101;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Poppins';
}

.eventPropertyDescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    font-family: 'Poppins';
}

.eventNameInformations {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.eventCategoryName {
    padding-left:2rem;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #010101;
    font-family: 'Poppins';
}

.eventName {
    padding-left:2rem;
    font-size: 38px;
    font-weight: 600;
    line-height: normal;
    color: #010101;
    font-family: 'Poppins';
}

.eventInformations {
    padding: 32px;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    background: #F8F8F8;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.eventInformationTitle {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #010101;
    font-family: 'Poppins';
}

.eventInformationDescription {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555;
    font-family: 'Poppins';
}

.marginTop32 {
    margin-top: 32px !important;
}

.eventRules {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 24px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}

    .eventRules ul li {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-family: 'Poppins';
        color: #555;
    }

.eventRulesTitle {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins';
    color: #010101;
}

.buyTicketArea {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.buyTicketTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins';
    color: #010101;
}

.buyTicketBox {
    padding: 38px 32px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background: #fff;
    box-shadow: 0px 4px 153px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}

.ticketDate {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #343434;
    font-family: 'Poppins';
}

.ticketAdvantage {
    color: #379237;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Poppins';
}

.ticketPriceArea {
    display: flex;
    justify-content: space-between;
}

.ticketPriceArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticketPrice {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: #343434;
    font-family: 'Poppins';
}

.buyTicketButton a {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.25);
    font-family: 'Poppins';
    background: none;
    border: none;
    background-color: #D53316;
    padding: 12px 42px;
    border-radius: 4px;
    text-decoration: none;
}


/*Footer*/

.footerLogo {
    text-align: center;
}

    .footerLogo img {
        max-width: 240px
    }

.footerMenuTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #fff;
    font-family: 'Poppins';
}

.footerMenuList {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin: 0;
}

    .footerMenuList li a {
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.15px;
        color: #B0B0B0 !important;
        text-decoration: none !important;
        font-family: 'Poppins';
    }

.footer {
    background-image: url(/img/footer-img.png);
    width: 100% !important;
    padding-top: 34px;
    background-position: top;
    margin-top: 70px;
    height: unset;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerMenu {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.innerFooter {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    padding-bottom: 50px;
}

.socialMediaList {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style-type: none;
    row-gap: 24px;
}

    .socialMediaList li a {
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        color: #B0B0B0;
        font-family: 'Poppins';
        text-decoration: none;
        display: flex;
        align-items: center;
        column-gap: 12px;
    }

        .socialMediaList li a i {
            color: #D53316;
        }

.fa-facebook-f:before, .fa-facebook:before {
    content: '\f39e' !important;
}

.fa-linkedin:before {
    content: '\f08c' !important;
}

.contactList {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .contactList a {
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        color: #B0B0B0;
        font-family: 'Poppins';
        display: flex;
        align-items: center;
        column-gap: 1rem;
        text-decoration: none;
    }

        .contactList a i {
            color: #D53316;
            font-size: 20px;
        }

.footerBottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid #ffffff3d;
}

.footerBottomLinks {
    display: flex;
    column-gap: 56px;
}

    .footerBottomLinks a {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.56px;
        color: #B0B0B0 !important;
        font-family: 'Poppins';
        text-decoration: none !important;
    }

.whatsappArea {
    display: none;
}

.boyuts-nav {
    width: unset;
}

.navbarLogo {
    width: 192px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.desktopMenuButtons {
    display: flex
}

.sticky-top {
    top: 5% !important;
}



.menuTitle {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #010101;
    font-family: 'Poppins';
}

    .menuTitle span {
        color: #D53316;
    }

.foodMenuItem {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: .5rem 0;
}

.foodName {
    display: list-item;
    margin-left: 1.5rem;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #343434;
    font-family: 'Poppins';
}

.foodDescription {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #343434;
    font-family: 'Poppins';
}

.foodName::marker {
    color: #D53316;
}

.ticketName {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Poppins';
    color: #010101;
}

    .ticketName span {
        font-size: 16px;
    }

.ticketNameAndProperties {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.ticketProperties ul {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

    .ticketProperties ul li {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        color: #555;
        font-family: 'Poppins';
    }

        .ticketProperties ul li::marker {
            color: #D53316;
        }

.form-label-group {
    position: relative;
}

    .form-label-group input,
    .form-label-group label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:-moz-placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-ms-input-placeholder) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
        top: -2px;
    }

    .form-label-group input:-webkit-autofill ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .form-label-group label {
            position: static;
        }

        .form-label-group input::-ms-input-placeholder {
            color: #777;
        }
}


.signUpArea {
    padding: 32px;
    box-shadow: 0px 4px 153px 0px #00000014;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
    border-radius: 8px;
}

.formInputArea input {
    width: 100% !important;
    height: 54px !important;
    border: 1px solid #E6E6E6;
    padding-bottom: 2px !important;
    border-radius: 6px;
    margin-top: 0;
}

    .formInputArea input:focus, .formInputArea input:focus-visible, .formInputArea input:active
    {
        border: 1px solid #E6E6E6!important;
        box-shadow: none;
        outline: none;
    }

    .formInputArea input + label {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400 !important;
        line-height: 24px;
        height: 54px;
        top: 2px;
    }

.signUpTitle {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #010101;
}

.formInputArea {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.formDescriptionArea {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.formDescriptionInputArea {
    position: relative;
}

    .formDescriptionInputArea textarea {
        width: 100% !important;
        min-height: 194px;
        max-height: 194px;
        border: 1px solid #E6E6E6;
        padding: 24px 16px !important;
        padding-top: 32px !important;
        resize: none;
        border-radius: 6px;
        margin-top: 0;
    }

    .formDescriptionInputArea textarea:focus, .formDescriptionInputArea textarea:focus-visible, .formDescriptionInputArea textarea:active
    {
        border: 1px solid #E6E6E6!important;
    }



    .formDescriptionInputArea textarea + label {
        position: absolute;
        top: 10px;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400 !important;
        line-height: 18px;
        color: #555555;
        left: 16px;
    }

.formSubmitButton button {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    background: #D53316;
    border: #D53316;
    padding: 12px 54px;
    border-radius: 6px;
}

@media only screen and (max-width: 1399px) {
    .ticketPriceArea {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .buyTicketButton a {
        padding: 12px 32px;
    }

    .ticketPrice {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        color: #343434;
        font-family: 'Poppins';
    }
}

@media only screen and (max-width: 1199px) {
    .order-1199-1 {
        order: 1;
    }

    .order-1199-2 {
        order: 2;
    }

    .order-1199-3 {
        order: 3;
    }
}

@media only screen and (max-width: 991px) {
    .eventLocationAndDatetime {
        display: none;
    }

    .eventContainer {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .allEvents {
        display: flex;
    }

    .menus {
        width: unset;
    }

    .desktopMenuButtons {
        display: none !important;
    }

    .whatsappArea {
        display: block;
    }

    .eventCategoryName {
        font-size: 14px;
    }

    .eventName {
        font-size: 24px;
    }

    .eventInformations {
        padding: 24px;
    }

    .eventInformationTitle {
        font-size: 18px;
    }

    .eventInformationDescription {
        font-size: 14px;
    }

    .buyTicketTitle {
        font-size: 20px;
    }

    .buyTicketBox {
        padding: 24px 24px;
    }

    .ticketDate {
        font-size: 18px;
    }

    .ticketAdvantage {
        font-size: 15px;
    }

    .ticketPrice {
        font-size: 22px;
    }

    .buyTicketButton a {
        font-size: 15px;
    }

    .buyTicketButton a {
        padding: 10px 32px;
    }

    .eventRules ul li {
        font-size: 14px;
    }

    .breadcrumbListItem .pageName a {
        line-height: normal;
        font-size: 14px;
    }

    .eventImage, .eventImage img {
        border-radius: 8px;
        height: 400px;
        object-fit: cover;
    }

    .menuTitle {
        font-size: 20px;
    }

    .foodName {
        font-size: 16px;
    }

    .foodDescription {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .socialMediaList {
        display: flex;
        padding: 0;
        margin: 0;
        list-style-type: none;
        row-gap: 24px;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .socialMediaList li {
            flex: 0 0 auto;
            width: 50%;
        }

    .footerBottom {
        justify-content: center;
        row-gap: 12px;
    }

    .footerBottomLinks {
        display: flex;
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
    }

    .circles {
        position: absolute;
        bottom: -1rem;
        width: 100%;
        height: 4rem;
        background: white;
        border-top-left-radius: 30%;
        border-top-right-radius: 30%;
    }

        .circles img {
            display: none;
        }

    .footerLogo img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 575px) {
    .ticketPriceArea {
        flex-direction: column;
        row-gap: 16px;
        align-items: start;
    }

    .buyTicketButton {
        width: 100%;
    }

    .navbarLogo, .navbarLogo img {
        width: 135px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .etkinlik-banner {
        height: 180px !important;
    }
}

@media only screen and (max-width: 425px) {
    .navbarLogo, .navbarLogo img {
        width: 110px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .circles {
        bottom: -0.5rem;
        height: 3rem;
    }

    .eventCategoryName {
        font-size: 13px;
    }

    .eventName {
        font-size: 21px;
    }

    .eventInformations {
        padding: 16px;
    }

    .eventInformationTitle {
        font-size: 16px;
    }

    .eventInformationDescription {
        font-size: 13px;
        line-height: 24px;
    }

    .buyTicketTitle {
        font-size: 18px;
    }

    .ticketDate {
        font-size: 17px;
    }

    .ticketAdvantage {
        font-size: 14px;
    }

    .eventRules {
        padding: 16px;
    }

        .eventRules ul li {
            font-size: 13px;
            line-height: 24px;
        }

    .menuTitle {
        font-size: 18px;
    }

    .foodName {
        font-size: 15px;
    }

    .foodDescription {
        font-size: 13px;
    }

    .signUpArea {
        padding: 20px 16px;
    }
}
