html,
body {
    height: 100%;
    margin: 0;
    color: #1D1D1D;
    line-height: 153%;
    font-size: 1.05rem;
}

main {
    flex: 1;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fcfafa;
    scroll-behavior: smooth;
    font-size: 0.9375rem; /* 15px */
    line-height: 1.5;
}

header {
    background-color: #171717;
    margin: 16px;
    border-radius: 12px;
    padding: 12px;

}

.navbar {
    background-color: #171717;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
}

.navbar-nav .nav-link.active {
    background-color: #333;
    border-radius: 6px;
}

.navbar-nav .nav-link:hover {
    background-color: #333;
    border-radius: 6px;
}


.btn-login {
    border: 1px solid #555;
    color: white;
    padding: 4px 18px;
    border-radius: 6px;
}

.btn-login:hover {
    background-color: #333;
    color: #fff;
}

.custom-toggler {
    font-size: 1.5rem;
    color: white;
    background: none;
    border: none;
    margin-right: 0.5rem;
}

.navbar-brand img {
    height: 58px;
}




/* Footer */

footer {
    position: relative;
    color: white;
    background: url("/themes/tema-contrast/images/footer-background-image.jpg") no-repeat center center;
    background-size: cover;
    padding: 64px 0px 24px 0px;
    margin-top:64px;
}


footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.80);
    z-index: 0;
}

footer .container {
    position: relative;
    z-index: 1;
}


.main-slider{
    background: radial-gradient(52.91% 89.29% at 63.06% 56.65%, #FFFFFF 0%, #D1D1D1 65.4%, #C7C7C7 100%);
    max-width: 1500px;
    margin: 32px auto;
    border-radius: 12px;
    padding: 32px 0px;
    width: calc(100% - 30px);
    
}

.page-content{
    background:#8B8B8B;
    max-width: 1500px;
    margin: 48px auto;
    border-radius: 12px;
    padding: 48px 0px;

}

.surface{
    max-width:1280px;
    border-radius:16px;
}

.controls{gap:16px}
.controls .swiper-pagination{
    position:static;width:auto;padding:.38rem .6rem;border-radius:.5rem;
    background:#111;color:#fff;font-weight:700;font-size:13px
}
.controls .scrollbar-wrap{flex:1}
.controls .swiper-scrollbar{
    position:static;height:3px;background:#C1C1C1;border-radius:2px; margin: 0 auto;
    display: block !important;
}
.controls .swiper-scrollbar-drag{background:#1D1D1D;border-radius:2px}


.controls .swiper-button-prev,
.controls .swiper-button-next{
    position:static !important;
    inset:auto; margin:0;
    width:36px;height:36px;border:0;border-radius:8px;
    background:#1D1D1D;color:#fff;display:inline-flex;align-items:center;justify-content:center;
    cursor:pointer
}
.controls .swiper-button-prev::after,
.controls .swiper-button-next::after{display:none}
.controls .nav-icon{width:18px;height:18px}

.hero .event-img{border-radius:16px;overflow:hidden;}
.hero .event-img img{border-radius:16px;overflow:hidden;}
.hero .event-img img{width:100%; max-width:561px;object-fit:cover; aspect-ratio: 3 / 4;}

.event-title{font-weight:800;font-size:clamp(28px,3.2vw,44px)}
.event-meta{color:#666;}
.event-desc{color:#777}

.visual .visual-img{border-radius:16px;overflow:hidden}
.visual .visual-img img{width:100%;height:480px;object-fit:cover}
@media (max-width:991.98px){ .visual .visual-img img{height:380px} }


.upcoming-events-slider { overflow: visible; }
.centre-events-slider { overflow: visible; }
.culture-and-art-slider { overflow: visible; }
.upcoming-events-slider .card , .culture-and-art-slider  img , .centre-events-slider .card, .news-detail-slider .card{
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    width: 100%;
}




.upcoming-events-slider  .card:hover, .culture-and-art-slider img:hover,   .centre-events-slider  .card:hover {
    transform: translateY(-8px);
}


.upcoming-events-slider .card,   .centre-events-slider  .card,  .news-detail-slider .card{
    background-color: transparent;
}

.upcoming-events-slider a, .centre-events-slider a,.culture-and-art-slider a,  .news-detail-slider a{
    text-decoration: none;
    background-color: transparent;
    color: #1D1D1D;
}
.upcoming-events-slider img, .centre-events-slider img,  .news-detail-slider img{
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}



.culture-and-art-slider img{
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 9 / 16;
}
.upcoming-events-slider .card-body{
    padding-left: 0px;
    padding-right: 0px;
}

.card-body h6 {
/*    white-space: nowrap;
*/    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
}

.haberler-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.news-card.card {
    border-radius: 16px;
    overflow: hidden;
}
.news-card.card img {
    height: 350px;
    object-fit: cover;
}
.news-card.card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    padding: 20px;
}

.logo-swiper img{
    width: 100%;
    max-height: 105px;
    object-fit: contain;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.mekan-card {
    color: #fff;
    border-radius: 20px;
    padding: 30px;
}
.mekan-card h5 {
    font-weight: bold;
    margin-bottom: 15px;
}
.mekan-card .subtitle {
    display: inline-block;
    background: #d8d8d8;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.mekan-card img {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}


.page-content .controls .swiper-pagination,  .page-content .controls .swiper-button-prev,   .page-content .controls .swiper-button-next{
    background-color: #414141 !important;
}



.event-detail{
    background: radial-gradient(52.91% 89.29% at 63.06% 56.65%, #FFFFFF 0%, #D1D1D1 65.4%, #C7C7C7 100%);
    max-width: 1500px;
    width: calc(100% - 30px);
    margin: 32px auto;
    border-radius: 12px;
    padding: 48px 0px;
}

.event-detail h1 {
    font-size: 2.2rem;
}

.event-detail .event-image img {
    transition: transform 0.4s ease;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.event-detail .event-image:hover img {
    transform: scale(1.05);
}

.btn-primary {
    background: linear-gradient(135deg, #007bff, #0056d2) !important;
    border: none;
}

.container-small{
    max-width: 881px;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 0;
    opacity: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    background: transparent;
    color: white;
    font-size: 14px;
    padding: 2px 0;
    transition: all 0.3s ease;
}

.search-input.active {
    width: 140px;
    opacity: 1;
    margin-left: 8px;
    padding: 2px 6px;
}

.search-input:focus {
    outline: none;
    border-color: white;
}

.search-icon {
    cursor: pointer;
}

.blok {
  width: 31px;
  height: 31px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  background-color: rgba(0,0,0,0.05);
  flex: 0 0 31px;
}
.seat {
    width: 31px;
    height: 31px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    background-color: rgba(0,0,0,0.05);
    flex: 0 0 31px;
}
.seat.yok { background: #fff; color: #212529; }
.seat.bos { background: #fff; color: #212529; }
.seat.dolu { background: #adb5bd; color: white; cursor: not-allowed;visibility: visible !important; }
.seat.rezerve {
    background: repeating-linear-gradient(45deg, #dee2e6, #dee2e6 6px, #f8f9fa 6px, #f8f9fa 12px);
    color: #495057;
    cursor: not-allowed;
}
.seat.selected { outline: 1px solid #000; transform: scale(1.05); }
.legend-item { display: flex; align-items: center; margin-bottom: 8px; font-size: 14px; }
.legend-color { width: 18px; height: 18px; border-radius: 4px; margin-right: 8px; border: 1px solid #000; }
.hall { overflow-x: auto; overflow-y: hidden; padding: 15px; border-radius: 12px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.stage {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #dc3545;
    color: white;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    border-top: 6px solid #7e0e0e;
}

.hall .d-flex{ width: max-content; margin-left: auto; margin-right: auto; }

.event-detail-badge{
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.form-label{
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}


.ticket-card {
    background: #fff;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}
.ticket-card:hover {
    transform: translateY(-3px);
}

.nav-tabs-custom {
    border: none;
    justify-content: center;
    gap: 10px;
}

.nav-tabs-custom .nav-link {
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
    color: #555;
    background-color: #f5f5f5;
    border: 1px solid #000;
    transition: all 0.3s ease;
}

.nav-tabs-custom .nav-link:hover {
    background-color: #e9ecef;
    color: #000;
    border: 1px solid #000;
}

.nav-tabs-custom .nav-link.active {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}


.card-custom {
    border: none;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.event-title {
    font-weight: 500;
    color: #171717;
    letter-spacing: 0.5px;
}
.price-box {
    background: #eef3fb;
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 600;
    color: #2c3e50;
}
.credit-card {
    background: linear-gradient(135deg, #000, #564f4f);
    border-radius: 15px;
    padding: 20px;
    color: white;
    font-size: 0.9rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}
.credit-card h5 {
    margin: 0;
    letter-spacing: 2px;
}
.timer-box {
    background: #ffe5e5;
    color: #c0392b;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}
.form-check-label {
    font-size: 0.875rem;
    color: #555;
}
.form-check-label a{
    color: #171717 !important;
}

.swal2-popup{
    border: 2px solid #000;
    border-radius: 12px;
}
.swal2-container button{
    min-width: 120px;
    border-radius: 24px;
}
.swal2-title{
    font-size: 1.25rem;
    color: #000;
}

.swal2-html-container{
    color: #000;
    line-height: inherit;
}



.pagination .page-link {
    color: #000;
    background: #fff;
    margin: 0 5px;
    transition: 0.3s ease;
    border-radius: 100% !important;
}


.pagination .page-link:hover {
    background: #f1f1f1;
    text-decoration: none;
}

.pagination .active .page-link {
    background: #000;
    color: #fff;
    border-color: #000;
    font-weight: 600;
    border-radius: 100%;
    background: #000;
    color: #fff;
    border-color: #000;
    font-weight: 600;
    border-radius: 100%;
}

header .dropdown-menu{
    background-color: #171717;
    font-size: 0.925rem;
    border-radius: 12px;
    padding: 16px;
}
header .dropdown-menu a{
    color: #fff;
}
header .dropdown-menu a:hover{
    background-color: #333;
    border-radius: 6px;
    color: #fff;
}

.news-content{
    background-color: #fff;
    margin-top: 24px;
    padding: 32px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    word-break: break-word;
}

.places-list img{
    border-top-left-radius:  0.375rem !important;
    border-top-right-radius:  0.375rem !important;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.box-detail{
    background-color: #fff;
    margin-top: 24px;
    padding: 24px 24px;
    margin-bottom: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 881px) {
    .event-card .card-body{
        flex-direction: column;
    }
    .event-card div{
        width: 100%;
    }
    .event-card .border-end{
        border-right: 0px !important;
    }
    .event-card .card-body .flex-grow-1{
        padding:0px !important;
        margin-bottom:8px;
    }

}
iframe {
    width: 100%;
    background: transparent;
    margin-top: 64px;
    margin-bottom: 64px;

}
iframe .card-primary.card-outline{
    border-top:3px solid #000!important;
}


.president-bg{
    background: url("/themes/tema-contrast/images/president-bg.jpg") no-repeat center center;

}

/* Fotoğraf */
.president-image img {
    max-width: 220px;
    height: auto;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.2));
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* Başlık */
.section-title {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
}

/* Metin */
.lead {
    font-size: 1.1rem;
    color: #fff;
}

/* Footer */
.quote-footer .quote-author {
    font-weight: 700;
    color: #fff;
}

.quote-footer .quote-title {
    color: #fff;
    font-size:1rem;
    font-weight: lighter;
}

/* Mobil uyum */
@media (max-width: 767px) {
    .president-image {
        margin-bottom: 1rem;
    }
    .section-title {
        font-size: 1.4rem;
    }
}



.app-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #181818;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* visibility: hidden;*/
    -webkit-transition: .3s;
    transition: .3s;
}
.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(21, 83, 164, 0.8);
    background: #091b35d4;
    z-index: 2700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*    visibility: hidden;*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.popup-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.popup-wrapper .cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popup-wrapper .cover a {
    display: block;
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.55);
    margin-block: 50px; cursor:pointer;
}

.popup-wrapper .cover img {
    width: 500px; max-width:100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup-close {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 55px;
    height: 55px;
    border-radius: 999px;
    background: #fff;
    font-size: 24px;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    border:0;
}

.popup-close::before, .popup-close::after {
    content: "";
    position: absolute;
    background: #1553a4;
    height: 2px;
    width: 28px;
}

.popup-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-popups__buttons {
    width: calc((1300px - 10px) - 500px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.swiper-popups__buttons .swiper-button-prev, .swiper-popups__buttons .swiper-button-next {
    left: 0;
    right: 0;
    color: #fff;
    margin-top: 0;
    position: relative;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.swiper-popups__buttons .swiper-button-prev::after, .swiper-popups__buttons .swiper-button-next::after {
    font-size: 22px;
}

/* Blocks Container Styles - HTML tasarımına uygun */
.blocks-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.block {
    background: white;
    border-radius: 15px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #1ebc59;
}

.block.selected {
    border-color: #e74c3c;
    background: linear-gradient(135deg, #fff5f5, #ffe6e6);
}

.block.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    filter: grayscale(100%);
}

.block.disabled:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-color: transparent;
    opacity: 0.4;
}

.block-header {
    margin-bottom: 10px;
}

.block-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #434343;
    background: radial-gradient(52.91% 89.29% at 63.06% 56.65%, #FFFFFF 0%, #D1D1D1 65.4%, #C7C7C7 100%);
    padding: 6px;
    border-radius: 10px;
}

.block-info {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.block-price {
    font-size: 1rem;
    font-weight: 500;
    color: #303733;
    margin: 8px 0;
}

.block-seats {
    margin-bottom: 12px;
    padding: 4px;
    border-radius: 8px;
}

.seat-info {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.seat-count {
    font-size: 1rem;
    color: #18ac50;
    margin-right: 4px;
}

.seat-label {
    font-size: 0.8rem;
    color: #7f8c8d;
    font-size: 1rem;
    color: #18ac50;
}

.select-btn {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    text-decoration: none;
    display: inline-block;
}

.select-btn:hover {
    background: linear-gradient(45deg, #2980b9, #1f5f8b);
    transform: scale(1.05);
    color: white;
    text-decoration: none;
}

.select-btn.selected {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
}

.select-btn.selected:hover {
    background: linear-gradient(45deg, #c0392b, #a93226);
}

.select-btn.disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.select-btn.disabled:hover {
    background: #6c757d;
    transform: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .blocks-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .blocks-row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin-bottom: 15px !important;
    }
    
    .block {
        padding: 20px;
    }
    
    .block-seats {
        flex-direction: column;
        gap: 10px;
    }
    .legend-item{
        align-items: start;
        text-align: center;
        flex: 1;
    }

    .swiper-popups__buttons {
        max-width: 100%;
    }
    .popup-wrapper .cover a {
        text-align: center
    }
    .popup-wrapper .cover img{ max-width:80%;}
}

@media (max-width: 480px) {
    .blocks-row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    
    .block {
        padding: 15px;
    }
}

#salonSvg svg{
    width: 100% !important;
    height: auto !important;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 163 64 / 29%);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 4px;
}

.seat-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
}
.hall{
    width: 100%;
}
    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(196 196 196 / 21%);
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 28px;
        height: 32px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        border-radius: 4px;
    }
.scroll-btn.left { left: 0px; }
.scroll-btn.right { right: 0px; }
@media (max-width: 991px) {
  
    .hall{
        width: calc(100% - 80px);
        margin: 0 auto;
    }
}
@media (min-width: 991px) {
    .scroll-btn {
        display: none !important;
    }
}

.badgeWrap {
    position: absolute;
    top: 10px;
    right: 10px;
}

.nav-link{
    font-weight: 400 !important;
    font-size: .875rem;
    text-transform: uppercase;
}



@media  (max-width:991.98px) {
    header {
        background-color: #171717;
        border-radius: 0px;
        margin: 0px;
    }
}
.canvas-main-menu{
    background-color: #171717;
    color: #fff;
    border-top: 1px solid #ffffff1f !important;

}
.canvas-main-menu .btn-close{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    position: absolute;
    right: 28px;
    top: 12px;
    width: 1.25em;
    height: 1.33em;
}
.canvas-main-menu{
    height: calc(100% - 100px) !important;
}
.canvas-main-menu a{
    color: #fff;
}
.badgeWrap .badge{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
border-radius: 0px !important;
border-bottom-left-radius: 12px !important;
border-bottom-right-radius: 12px !important;
padding-top: .75rem !important;
padding-bottom: .75rem !important;
    width: 100%;
}
.badgeWrap{
    position: static;
    width: 100%;
}
.swiper-slide img{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.category-card-image img{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cookie-banner {
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: #212529;
    color: white;
    padding: 10px 20px;
    z-index: 1000;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 750px;
    }
}

.page-content-image img{
    aspect-ratio: 3 / 1.33;
    object-fit: cover;
}
.center-detail-image img{
    aspect-ratio: 3 / 1;
    object-fit: cover;
}