/* quicksand-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Quicksand-Light.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Quicksand-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Quicksand-Medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Quicksand-SemiBold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Quicksand-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #8c8c8c;
}

body {
    font-family: "Quicksand", sans-serif;
}

#headerMainMenu{
    transition: .3s;
}

.hidden {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

[data-animation="fade-in"] {
    transform: translateY(20px);
}

[data-animation="slide-in-left"] {
    transform: translateX(-50px);
}

[data-animation="slide-in-right"] {
    transform: translateX(50px);
}

[data-animation="zoom-in"] {
    transform: scale(0.8);
}

.visible[data-animation="fade-in"] {
    opacity: 1;
    transform: translateY(0);
}

.visible[data-animation="slide-in-left"] {
    opacity: 1;
    transform: translateX(0);
}

.visible[data-animation="slide-in-right"] {
    opacity: 1;
    transform: translateX(0);
}

.visible[data-animation="zoom-in"] {
    opacity: 1;
    transform: scale(1);
}

.w-10px {
    width: 10px;
}
.w-20px {
    width: 20px;
}
.w-30px {
    width: 30px;
}
.w-40px {
    width: 40px;
}
.w-50px {
    width: 50px;
}
.w-60px {
    width: 60px;
}
.w-70px {
    width: 70px;
}
.w-80px {
    width: 80px;
}
.w-90px {
    width: 90px;
}
.w-100px {
    width: 100px;
}
.w-110px {
    width: 110px;
}
.w-120px {
    width: 120px;
}
.w-130px {
    width: 130px;
}
.w-140px {
    width: 140px;
}
.w-150px {
    width: 150px;
}
.w-160px {
    width: 160px;
}
.w-170px {
    width: 170px;
}
.w-180px {
    width: 180px;
}
.w-190px {
    width: 190px;
}
.w-200px {
    width: 200px;
}
.w-210px {
    width: 210px;
}
.w-220px {
    width: 220px;
}
.w-230px {
    width: 230px;
}
.w-240px {
    width: 240px;
}
.w-250px {
    width: 250px;
}
.w-260px {
    width: 260px;
}
.w-270px {
    width: 270px;
}
.w-280px {
    width: 280px;
}
.w-290px {
    width: 290px;
}
.w-300px {
    width: 300px;
}
.w-310px {
    width: 310px;
}
.w-320px {
    width: 320px;
}
.w-330px {
    width: 330px;
}
.w-340px {
    width: 340px;
}
.w-350px {
    width: 350px;
}
.w-360px {
    width: 360px;
}
.w-370px {
    width: 370px;
}
.w-380px {
    width: 380px;
}
.w-390px {
    width: 390px;
}
.w-400px {
    width: 400px;
}
.mw-500{
    max-width: 500px
}

.h-5px {
    height: 5px;
}
.h-10px {
    height: 10px;
}
.h-20px {
    height: 20px;
}
.h-30px {
    height: 30px;
}
.h-40px {
    height: 40px;
}
.h-50px {
    height: 50px;
}
.h-60px {
    height: 60px;
}
.h-70px {
    height: 70px;
}
.h-80px {
    height: 80px;
}
.h-90px {
    height: 90px;
}
.h-100px {
    height: 100px;
}
.h-110px {
    height: 110px;
}
.h-120px {
    height: 120px;
}
.h-130px {
    height: 130px;
}
.h-140px {
    height: 140px;
}
.h-150px {
    height: 150px;
}
.h-160px {
    height: 160px;
}
.h-170px {
    height: 170px;
}
.h-180px {
    height: 180px;
}
.h-190px {
    height: 190px;
}
.h-200px {
    height: 200px;
}
.h-210px {
    height: 210px;
}
.h-220px {
    height: 220px;
}
.h-230px {
    height: 230px;
}
.h-240px {
    height: 240px;
}
.h-250px {
    height: 250px;
}
.h-260px {
    height: 260px;
}
.h-270px {
    height: 270px;
}
.h-280px {
    height: 280px;
}
.h-290px {
    height: 290px;
}
.h-300px {
    height: 300px;
}
.h-310px {
    height: 310px;
}
.h-320px {
    height: 320px;
}
.h-330px {
    height: 330px;
}
.h-340px {
    height: 340px;
}
.h-350px {
    height: 350px;
}
.h-360px {
    height: 360px;
}
.h-370px {
    height: 370px;
}
.h-380px {
    height: 380px;
}
.h-390px {
    height: 390px;
}
.h-400px {
    height: 400px;
}
.h-500px {
    height: 500px;
}
.h-600px {
    height: 600px;
}

.maxh50 {
    max-height: 50px;
    overflow: auto;
}

.maxh60 {
    max-height: 60px;
    overflow: auto;
}

.maxh70 {
    max-height: 70px;
    overflow: auto;
}

.maxh80 {
    max-height: 80px;
    overflow: auto;
}

.maxh90 {
    max-height: 90px;
    overflow: auto;
}

.maxh100 {
    max-height: 100px;
    overflow: auto;
}

.maxh110 {
    max-height: 110px;
    overflow: auto;
}

.maxh120 {
    max-height: 120px;
    overflow: auto;
}

.maxh130 {
    max-height: 130px;
    overflow: auto;
}

.maxh140 {
    max-height: 140px;
    overflow: auto;
}

.maxh150 {
    max-height: 150px;
    overflow: auto;
}

.maxh160 {
    max-height: 160px;
    overflow: auto;
}

.maxh170 {
    max-height: 170px;
    overflow: auto;
}

.maxh180 {
    max-height: 180px;
    overflow: auto;
}

.maxh190 {
    max-height: 190px;
    overflow: auto;
}

.maxh200 {
    max-height: 200px;
    overflow: auto;
}

.maxh210 {
    max-height: 210px;
    overflow: auto;
}

.maxh220 {
    max-height: 220px;
    overflow: auto;
}

.maxh230 {
    max-height: 230px;
    overflow: auto;
}

.maxh240 {
    max-height: 240px;
    overflow: auto;
}

.maxh250 {
    max-height: 250px;
    overflow: auto;
}

.maxh260 {
    max-height: 260px;
    overflow: auto;
}

.maxh270 {
    max-height: 270px;
    overflow: auto;
}

.maxh280 {
    max-height: 280px;
    overflow: auto;
}

.maxh290 {
    max-height: 290px;
    overflow: auto;
}

.maxh300 {
    max-height: 300px;
    overflow: auto;
}

.text-size-4{
    font-size:4px;
}
.text-size-7{
    font-size:7px;
}
.text-size-8{
    font-size:8px;
}
.text-size-9{
    font-size:9px;
}
.text-size-10{
    font-size:10px;
}
.text-size-11{
    font-size:11px;
}
.text-size-12{
    font-size:12px;
}
.text-size-13{
    font-size:13px;
}
.text-size-14{
    font-size:14px;
}
.text-size-15{
    font-size:15px;
}
.text-size-16{
    font-size:16px;
}
.text-size-18{
    font-size:18px;
}
.text-size-20{
    font-size:20px;
}

.text-size-22{
    font-size:22px;
}
.text-size-24{
    font-size:24px;
}
.text-size-25{
    font-size:25px;
}
.text-size-26{
    font-size:26px;
}
.text-size-30{
    font-size:30px;
}
.text-size-40{
    font-size:40px;
}
.text-size-50{
    font-size:50px;
}
.text-size-60{
    font-size:60px;
}
.text-size-80{
    font-size:80px;
}

.bg-blur-1{
    backdrop-filter: blur(1px) !important;
}
.bg-blur-2{
    backdrop-filter: blur(2px) !important;
}

.bg-blur-3{
    backdrop-filter: blur(3px) !important;
}
.bg-blur-4{
    backdrop-filter: blur(4px) !important;
}
.bg-blur-5{
    backdrop-filter: blur(5px) !important;
}
.bg-blur-10{
    backdrop-filter: blur(10px) !important;
}
.bg-blur-20{
    backdrop-filter: blur(20px) !important;
}
.bg-blur-30{
    backdrop-filter: blur(30px) !important;
}

.bgMain{
    background:#13357b;
}
.araSonucListe:hover{
    background: #e2edff;
}

.cubuk div{
    border-radius: 5px;
    width: 20%;
    height: 5px;
}

.wh50{
    width: 50px;
    height: 50px;
}

.wh70{
    width: 70px !important;;
    height: 70px !important;
}

.navbar-logo{
    width: 120px;
    height: 40px;
}
.navbar-logo-footer{
    width: 240px;
    height: 80px;
}
.tursab{
    width: 200px;
    height: 80px;
}
.konaklamaKonumText{
    padding: 10px;
    width: auto;
    position: absolute;
    top: -50px;
    border: var(--bs-border-width);
}
.konaklamaKonumIcon{
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.takvim{
    border-radius: var(--bs-border-radius-2xl) !important;
    overflow: hidden;
}
.takvim th{
    width: 14%;
}
.takvim .takvimGun{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 100%;
}
.takvim thead th{
    padding: 15px 10px;
    font-size: 16px;
}
.takvim thead td{
    height: 65px;
    padding: 15px 10px;
    font-size: 18px;
}

.zabuto-calendar__day--empty .takvimGun{
    background: none!important;
}
.takvimGun{
    --bs-bg-opacity: 0.1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.takvimGunAktif .takvimGun{
    --bs-bg-opacity: 0.1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.main-gallery{
    height: 600px;
}
.kenarCizgi{
    border-top: 3px dashed #e9ecef!important;
}

@keyframes pulse {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.5); /* Kalp bÃ¼yÃ¼yor */
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulse 0.5s ease-in-out;
}

.anasayfa_bg::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 16, 54, 0.5) 0%, #051036 72.43%);
    opacity: 0.85;
}



.detayGaleri{
    height: 500px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 10px;
}

.detayGaleri img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.detayResim1 {
    height: 500px !important;
    grid-area: 1 / 1 / 3 / 3;
}
.detayResim2 {
    grid-area: 1 / 3 / 2 / 5;
}
.detayResim3 {
    grid-area: 2 / 3 / 3 / 4;
}
.detayResim4 {
    grid-area: 2 / 4 / 3 / 5;
}
.detayResim5 {
    grid-area: 1 / 5 / 2 / 6;
}
.detayResim6 {
    grid-area: 2 / 5 / 3 / 6;
}

.detayResimler{
    position: relative;
    display: flex;
    overflow: hidden;
}

.galeriBtnGrp{
    position: absolute;
    right: 10px;
    bottom:10px;
    z-index: 1;
}
.videoBtnGrp{
    position: absolute;
    right: 10px;
    bottom:10px;
    z-index: 1;
}

.detayRezervasyon{
    display: grid;
    gap: 20px;
    grid-template-columns: 4fr 1fr 1fr;
}

.detayRezervasyon1{
    grid-column: 1/2;
    grid-row: 1;
}
.detayRezervasyon2{
    grid-column: 2/4;
    grid-row: 1;
}

.tasarimH{
    transition: .3s;
}
.tasarimH:hover{
    margin-top: -10px;
}


@media (max-width: 768px) {
    .detayRezervasyon{
        grid-template-columns: 1fr;
    }
    .detayRezervasyon2{
        grid-column: 1/4;
        grid-row: 2;
    }

    .detayGaleri{
        height: 300px !important;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .detayResim1 {
        height: 300px !important;
        grid-area: 1 / 1 / 3 / 3;
    }
    .detayResim2 {
        grid-area: 1 / 3 / 2 / 5;
    }
    .detayResim3 {
        grid-area: 2 / 3 / 3 / 4;
    }
    .detayResim4 {
        grid-area: 2 / 4 / 3 / 5;
    }
    .detayResim5 {
        display:none  !important;;
    }
    .detayResim6 {
        display:none !important;
    }

    .detayResimler{
        position: relative;
        display: flex;
        overflow: hidden;
    }


}

@keyframes zoom-in {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#animatedText {
    display: inline-block;
    min-width: 120px;
    text-align: left;
    opacity: 0;
}

.animate__animated {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.animate__zoomIn {
    animation-name: zoom-in;
}

@keyframes slideDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#animatedText {
    display: inline-block;
    min-width: 120px; /* Kelimelerin genişliği kadar bir değer */
    text-align: left;
}

.animate__slideDown {
    animation: slideDown 0.5s ease-in-out;
}

.word-rotation {
    display: inline-block;
    position: relative;
    min-width: 120px; /* En uzun kelimeye göre ayarlandı */
    margin-left: 5px; /* "ile" kelimesinden sonra küçük bir boşluk */
    text-align: left; /* Sola hizalama */
    vertical-align: top;
}

.rotation-item {
    display: none;
    font-size: inherit;
    text-align: left; /* Kelimeleri sola hizala */
    white-space: nowrap; /* Kelimelerin alt satıra geçmesini engelle */
}

.rotation-item.active {
    display: inline-block;
    animation: slideWord 0.5s ease;
}

@keyframes slideWord {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}