:root {
    --theme-color: #e41b23;
}

* {
    font-family: Poppins, serif;
}
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 14px;
}

.btn-primary {
    background: linear-gradient(135deg, #5d100e 0%, #cf2320 100%);
    border-color: #cf2320;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #5d100e;
        border-color: #cf2320;
    }

    .btn-primary:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #5d100e !important;
    }

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.social-links .platform {
    width: 40px;
    aspect-ratio: 1;
    /* display: -ms-grid; */
    display: inline-grid;
    place-items: center;
    margin-right: 7px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

.footer .social-links .platform {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1d1d1d;
    margin-right: 10px;
    -webkit-transition: background 400ms;
    transition: background 400ms;
    line-height: 48px;
}

.footer .widget-list-item a, .footer .widget-list-item span {
    position: relative;
    color: #fff;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.footer .social-links .platform i {
    color: #fff;
    font-size: 14px;
}

.footer .social-links .platform:hover {
    background: var(--theme-color);
}

.footer .address-widget .widget-list-item {
    border-bottom: 1px solid #212121;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

ul li {
    list-style: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mheader {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 11;
}

    .mheader .container {
        background-image: linear-gradient(90deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0.30196) 100%)
    }

    .mheader .nav-link {
        color: #fff;
        font-size: 1rem;
        padding-right: 29px !important;
        text-transform: uppercase;
        transition: font-size 0.3s ease;
    }

        .mheader .nav-link:hover {
            font-size: 1.1rem;
        }

/*.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}*/

.inner-page-banner {
    background-image: url("/images/bannerbg-inner.jpg");
    background-size: cover;
    background-position: bottom;
    /*    padding-top: 260px;
    padding-bottom: 60px;*/
    height: 460px;
}

.banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .banner-bg::before {
        content: "";
        mix-blend-mode: multiply;
        background-color: rgb(134, 0, 0);
        opacity: 0.902;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.inner-page-banner .banner-content {
    height: auto;
}

.banner1 .banner-content {
    transition: all 400ms;
    overflow: hidden;
    height: 465px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    vertical-align: bottom;
    display: table-cell;
    width: 100em;
}

.page-path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
}

.banner .banner-content .banner-heading {
    overflow: hidden;
}

.inner-page-banner .banner-heading {
    font-size: 80px;
    letter-spacing: -2px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 0;
    position: relative;
}

.page-path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 5px;
}

    .page-path ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-path a {
        display: block;
        font-size: 16px;
        letter-spacing: 2px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        margin-right: 20px;
        position: relative;
    }

        .page-path a.home-page-link {
            color: #e6a3a1;
        }

.footer {
    background: #111111;
    padding: 80px 0px;
    bottom: -59px;
    position: relative;
}

    .footer .footer-text {
        color: #bcbcbc;
        opacity: 0.9;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        font-family: "Roboto", sans-serif;
        text-wrap: auto;
    }

    .footer .footer-widget-title {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .address-widget .widget-list-item i {
        margin-right: 15px;
        color: var(--theme-color);
        font-size: 17px;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }

    .footer .footer-widget-title .decorator {
        width: 20px;
        height: 2px;
        background: #e41b23;
        margin: auto 0;
        margin-right: 20px;
    }

.rts-about-section {
    background-color: rgb(17, 17, 17);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
}

    .rts-about-section .shape1 {
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .rts-about-section .shape2 {
        position: absolute;
        bottom: 30px;
        right: 50px;
        z-index: -1;
        -webkit-animation: hero-move2 40s infinite linear;
        animation: hero-move2 40s infinite linear;
    }

@-webkit-keyframes hero-move2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hero-move2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.rts-about-section .container-1 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.rts-about-section .about-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rts-about-section .about-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .rts-about-section .about-inner .about-thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rts-about-section .about-inner .contents .section-title-area {
        position: relative;
        margin-bottom: 30px;
    }

        .rts-about-section .about-inner .contents .section-title-area .section-title {
            color: #fff;
        }

        .rts-about-section .about-inner .contents .section-title-area p {
            max-width: 100%;
            margin-bottom: 0;
        }

    .rts-about-section .about-inner .contents .more-btn::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background: var(--theme-color);
    }

    .rts-about-section .about-inner .contents .more-btn {
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: #000000;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        text-transform: uppercase;
        position: relative;
        -webkit-transition-property: color;
        border: none;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        letter-spacing: 2px;
        transition-duration: 0.3s;
    }
/* Kullanıcı menüsü stilleri */
.dropdown-menu {
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

    .dropdown-item i {
        width: 20px;
        margin-right: 0.5rem;
    }

.dropdown-divider {
    margin: 0.5rem 0;
}

/* Giriş/Kayıt butonları için stiller */
.nav-link i {
    margin-right: 0.25rem;
}

/* Mobil görünüm için düzenleme */
@media (max-width: 576px) {
    .d-flex.nav-links {
        flex-direction: column;
    }
}

.koltuklar {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
/*
    .koltuklar .kltk {
        width: 50px;
    }
*/
.koltuk-sira {
    border: 1px solid #dee2e6;
    padding: .4rem;
    border-radius: 0.25rem;
    background-color: #f8f9fa;
}

.koltuk-gosterim {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 0.7rem;
    background-color: #ada7a7;
}

    .koltuk-gosterim.musait {
        background-color: #198754;
        color: white;
    }

    .koltuk-gosterim.satilmis {
        color: white;
        opacity: 0.7;
    }

.gap-1 {
    gap: 0.25rem;
}
.otr {
 /*   display: flex;
    justify-content: center;*/
}

    .otr img {
        width: 100%;
    }
.dropdown-menu {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

    .dropdown-item:hover {
        background: linear-gradient(135deg, #5d100e 0%, #cf2320 100%);
        color: white;
    }

    .dropdown-item i {
        width: 20px;
        text-align: center;
    }

.dropdown-divider {
    margin: 0.5rem 0;
    opacity: 0.1;
}

/* Mobil görünüm için düzenleme */
@media (max-width: 576px) {
    .dropdown-menu {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .dropdown-item {
        color: rgba(255, 255, 255, 0.85);
        padding: 0.5rem 1rem 0.5rem 2rem;
    }

    .dropdown-divider {
        border-color: rgba(255, 255, 255, 0.1);
    }
}
.koltuk-gosterim {
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .koltuk-gosterim.musait {
        color: rgb(1, 13, 4);
    }

    .koltuk-gosterim.satilmis {
        color: #dc3545;
        opacity: 0.5;
        cursor: not-allowed;
    }

    .koltuk-gosterim.sepette {
        color: #007bff;
        animation: pulse 2s infinite;
    }

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
.dashboard-card {
    transition: transform 0.2s;
}

    .dashboard-card:hover {
        transform: scale(1.03);
    }