.banner-alan {
    height: 540px;
    overflow: hidden;
    position: relative;
    width: 98%;
    margin: 0 auto;
        border-radius: 20px;
}

.banner-alan img {
    height: 540px;
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    filter: brightness(0.5);
}
.icon-container-box {
    height: 100%;
    width: 100%;
}


.input-box {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.search-box {
    position: absolute;
    bottom: 50px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 50%;
}

.icerik {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.icerik .alt-icerik {
    /* opacity: 0; */
    /* overflow: hidden; */
    /* display: none; */
    visibility: hidden;
    max-height: 0;
    transition: 2s all;
}

.hizli-kategori-item:hover .alt-icerik {
    /* visibility: unset; */
    /* max-height: unset; */
    visibility: visible;
    max-height: 600px;
    transition: 2s all;
}

.hizli-kategori-item.active {
    transition: 2s all;
}

.hizli-kategori-item.active {
    overflow: hidden;
    position: relative;
    transition: 2s all;
}

.baslik-hizli {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
    color: white;
}

.hizli-kategori-item .resim-alani:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000052;
    left: 0;
    top: 0;
}

.hizli-kategori-item:hover .resim-alani:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 200px;
    background: black;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 13%, rgba(255, 255, 255, 0) 100%);
}

.text {
    color: white;
    margin-bottom: 10px;
}

a.button.buton-alani {
    color: white;
    border: 1px solid white;
    border-radius: 23px;
    padding: 7px;
}
.hizli-kategori-item {
    border-radius: 20px;
    overflow: hidden;
}

.hizli-kategori .owl-nav, .owl-yorumlar .owl-nav {
    display: block !important;
}

.hizli-kategori .owl-nav {
    position: absolute;
    top: -70px;
    right: 15px;
    display: flex !important;
    gap: 30px;
}

.hizli-kategori .owl-nav button {
    background: #f2f4f4 !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
}

.hizli-kategori .owl-nav span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%,-54%);
    color: black;
}

h2.titles {
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-size: 32px;
}

.pop-header {
    margin-bottom: 24px;
}


span.favori-icon.relative {
    position: absolute !important;
    top: 15px;
    left: 15px !important;
    background: #ffffffc2;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
span.favori-icon.relative i {
    font-size: 24px;
    color: #a50000;
}
li.noborder i {
    color: #aaafb6;
}
ul.item-meta.cikis-box li:after {
    content: unset !important;
}
ul.item-meta.cikis-box li {
    display:block !important;
}

.turSlider button {
    top: -55px;
    background: #f2f4f4;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

button.slick-prev.slick-arrow {left: unset;right: 117px;}

button.slick-next.slick-arrow {
    right: 39px;
}

.slick-next:before {
    content: '\f054';
}
.slick-prev:before {
    content: '\f053';
}
figcaption.content {
    min-height: 330px;
}
.urun-isim {
    width: 271px;
    display: block;       /* a etiketi satır düzeyinden block'a geçsin */
    white-space: nowrap;  /* tek satırda kalsın */
    overflow: hidden;     /* taşanı gizle */
    text-overflow: ellipsis;
}



.banner-wrapper {
width: 100%;
max-width: 1300px;
margin: auto;
border-radius: 20px;
overflow: hidden;
position: relative;
}


.banner-wrapper img {
width: 100%;
display: block;

}


.banner-content {
position: absolute;
top: 50%;
left: 30%;
transform: translate(-50%, -50%);
background: #000;
color: #fff;
padding: 40px 50px;
width: 55%;
border-radius: 15px;
}


.banner-content h2 {
font-size: 32px;
font-weight: 700;

margin: 0px 0px 11px 0px;
    line-height: 1.3em;
    color: #FFFFFF;
}


.banner-content p {
font-size: 15px;
line-height: 1.6;
margin-bottom: 25px;
}


.form-row {
display: flex;
gap: 15px;
}


.form-row input {
flex: 1;
padding: 14px 18px;
border-radius: 30px;
border: none;
font-size: 15px;
outline: none;
}


.form-row button {
padding: 14px 30px;
background: #00a88c;
color: #fff;
border: none;
border-radius: 30px;
font-size: 16px;
cursor: pointer;
font-weight: 600;
}


.form-row button:hover {
opacity: 0.85;
}


.yorumlar-index {
    /* background: #1894a314; */
    padding: 3rem;
}
/* Tüm itemlar biraz soluk */
.owl-yorumlar .owl-item {
    opacity: 0.4;
    transition: all .3s ease;
    transform: scale(0.9);
}

/* ORTAKİ ACTIVE (center) TAM NET VE BÜYÜK */
.owl-yorumlar .owl-item.center {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
}
.owl-yorumlar .owl-item.center .yorumboxes {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 8px;
}


.owl-yorumlar .owl-stage {
  display: flex !important;
  flex-wrap: nowrap !important; /* alt satıra düşmesin */
}
.owl-yorumlar .owl-nav {
    display: none;
    position: absolute;
    top: 0;
    right: 100px;
    /* display: flex !important; */
    gap: 15px !;
    position: absolute;
    top: -70px;
    right: 280px;
    display: flex !important;
    gap: 30px;
}
.owl-yorumlar .owl-dots {display:none;}
.owl-carousel.owl-theme.owl-yorumlar.owl-loaded.owl-drag button {
    background: red;
    /* display: flex; */
    top: -6px;
    background: #f2f4f4;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
}

.owl-carousel.owl-theme.owl-yorumlar.owl-loaded.owl-drag span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -54%);
    color: black;
}
.owl-yorumlar .owl-item {
  flex: 0 0 auto !important;    /* sabit genişlik, yan yana */
}
  .owl-yorumlar .owl-stage { transition: none !important; }


  .yorumboxes {
    background: white;
    margin: 10px auto;
    padding: 15px;
    border-radius: 1rem !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.otel-yorum-isim {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f37356;
}
.yorum-box {
    height: 177px;
}
.yorum-box {
    overflow: hidden;
    border-radius: 1rem !important;
}
.yorum-box img {
    transition: 3s all;
}
.yorum {
    font-size: 12px;
}
.yorumboxes img {
    border-radius: 1rem !important;
}
.yorum-link {
    opacity: 0;
    transition: .3s all;
}
.yorum-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yorum-box:hover .yorum-link {
    opacity: 1;
    transition: .3s all;
}
.yorum-link a {
    color: white !important;
    background: #9d0000;
    padding: 5px;
    border-radius: 10px;
}
.yorum-sag {
    height: 177px;
	    overflow: auto;
}
.yorum-sag {
    border-radius: .75rem !important;
    background: rgb(243 246 249) !important;
    padding: 1.5rem !important;
}
.yorum-isim {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    position: relative;
}

.yorum {
    margin-bottom: 15px;
}
.yorum-tarih {
    border-top: 1px solid #c7c7c7;
    padding-top: 3px;
}
.mobil-goster {
display: none;
}

a.gruplink {
    text-align: center;
    background: #9d0000;
    width: fit-content !important;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    color: white !important;
    font-weight: 400;
    margin-bottom: 10px;
}



/* ---------- Anasayfa Galeri Alanı --------- */

  /* Masonry via CSS Columns */
  .masonry { column-count: 7; column-gap: 1rem; padding: 0 1rem 0 1rem; }
  @media (max-width: 1100px) { .masonry { column-count: 4; } }
  @media (max-width: 780px)  { .masonry { column-count: 2; } }
  @media (max-width: 520px)  { .masonry { column-count: 1; } }

  .masonry-item { break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom: 1rem; }



  /* Mobile no zoom, normal Cursor  */


.il-grup {
    position: relative;
}
.il-grup .grid-col {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, minmax(197px, auto));
    grid-gap: 32px;
}
.il-grup .box:nth-of-type(1) {
    grid-row: 1 / 3;
}
.il-grup .box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.il-grup .box:hover img {
    transform: scale(1.1);
}
.il-grup .box img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    color: transparent;
    transition: transform 0.5s ease;
}
.il-grup .info {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    gap: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.90%, rgba(0, 0, 0, 0.42) 60.42%, rgba(0, 0, 0, 0.49) 100%);
    z-index: 1;
    margin: 0;
    font-size: 1.125rem;
    line-height: 28px;
    font-weight: 600;
    font-weight: 600;
    color: #FFF;
    font-family: Montserrat, Proxima Nova, sans-serif;
}
.il-grup .box:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
}
.css-s03kg7 {
    margin: 0;
    font: inherit;
    color: #056BFD;
    font-family: Montserrat, Proxima Nova, sans-serif;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: rgba(5, 107, 253, 0.4);
    cursor: pointer;
    overflow: hidden;
}
.il-grup .box:nth-of-type(3) {
    grid-column: 3;
}
.il-grup .box:nth-of-type(5) {
    grid-column: span 2;
}
.il-grup .box:nth-of-type(6) {
    /* grid-column: span 2; */
    grid-row: span 2;
}
.il-grup .box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.il-grup .box:nth-of-type(7) {
    grid-column: span 2;
}
.il-link {
    left: -20px;
    overflow: scroll;
    width: calc(100% + 30px);
    padding-left: 20px;
    scrollbar-width: none;
}
.il-group-baslik h2 {
    color: black;
    padding: 30px 0;
    /* font-weight: 200; */
    line-height: 1.15;
    font-size: 38px;
    margin: 0;
    text-transform: capitalize;
}
h1.title-box {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.yazi-box {
    color: #1A1A1A;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.hr-c {
    background-color: #9d0000;
    border-radius: 6px;
    width: 64px;
    height: 8px;
    margin-bottom: 30px;
}
.pop-btn-box {
    position: relative;
    width: 100%;
    display: flex
;
    justify-content: center;
}
.il-link-box a {
    display: inline-flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Montserrat, "Proxima Nova", sans-serif;
    font-weight: 500;
    min-width: 64px;
    background-color: rgb(255, 255, 255);
    color: #9d0000;
    line-height: 24px;
    text-transform: none;
    font-size: 14px;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #9d0000;
    border-image: initial;
    padding: 8px 16px;
}


.il-grup .box {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 29px 0px;
}



.galeri-header h2 {
    color: black;
    padding: 30px 0;
    /* font-weight: 200; */
    line-height: 1.15;
    font-size: 38px;
    margin: 0;
    text-transform: capitalize;
}

.box img {
    filter: brightness(0.5);
    transition: .2s all;
}

.box img:hover {
    filter: unset;
    transition: .2s all;
}
.tur-incele a {
    margin: 10px auto;
    background: #980000;
    color: white;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #980000;

}

.tur-incele a:hover {
    background: white;
    color: #980000;
    border: 1px solid #980000;
}
.turSlider figcaption.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tour-grid-item-01:hover {
    border-radius: unset !important;
}
.tour-grid-item-01, .tour-grid-item-01 img {
    border-radius: unset !important;
}

@media (max-width:768px){
    .hizli-kategori {
    margin-bottom: 15px;
}

    .yorumlar-index {
    padding: unset;
}

.yorumboxes {
    box-shadow: unset;
    background: unset;
}

.yorumlar-index .item {
    /* padding:  0 15px; */
    /* padding-right: unset; */
    background: white;
    border-radius: 20px;
    /* overflow: hidden; */
    margin-left: 7px;
}

.yorumboxes {
    border-radius: unset !important;
    box-shadow: unset !important;
}

.otel-yorum-isim {
    font-size: 16px;
}

.otel-yorum-isim a {
    color: black;
    font-weight: 600;
}
    .owl-yorumlar .owl-nav {
    top: 50%;
    width: 100%;
    right: unset;
    justify-content: space-between;
}

    .hizli-kategori .owl-nav {
    top: 50%;
    width: 100%;
    justify-content: space-between;
    left: 0;
}
.hizli-kategori .owl-nav {
    top: 50%;
    width: 100%;
    justify-content: space-between;
    left: 0;
}

.banner-wrapper {
    height: 500px;
}

.banner-content {
    width: 100%;
    left: 0;
    transform: unset;
    top: 0;
}

.banner-wrapper button {
    width: 100%;
}
    .search-box {
    width: 100%;
    bottom: -150px;

}

.banner-alan img {
    height: 285px !important;
}



.banner-yazi-alani.show {
    width: 100%;
    top: 39%;
}

.banner-yazi-alani.show h1 {
    font-size: 29px;
    letter-spacing: 0;
}

.banner-parallax {
    clear: both;
    margin-left: 20px;
}
.banner-alan {
    height: 378px !important;

}
}
.banner-alan {
    overflow: hidden;
}

.banner-alan picture img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    animation: slowZoom 10s ease-in-out forwards; 
    /* forwards = animasyon bitince büyümüş halde kalır, tekrar etmez */
}

/* Tek seferlik zoom animasyonu */
@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1); /* hafif zoom */
    }
}









