:root{
    --btn: 60px;
    --custom-color-1: #f55330;
}

.short-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
a:hover{
    color: #fcb116;
}
.page-map iframe{
    min-height: 850px;
}
.data-loading i{
    color: var(--custom-color-1);
}
.text-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.text-line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-line-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ticket-option-list{
    background-color: #1A2B49;
    border-radius: 10px;
}
.ticket-option-list .form-input label{
    top: 17px;
}
.ticket-temp .select-hour{
    width: min-content;
    border: 2px solid var(--color-light-1);
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
}
.ticket-temp .select-addons{
    width: min-content;
    border: 2px solid var(--color-light-1);
    padding: 5px;
    border-radius: 10px;
    font-weight: 700;
}
.ticket-temp .button{
    display: unset;
    text-align: left;
}
.ticket-temp-footer{
    background-color: #EBEEF1;
}
.ticket-in-user-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position:absolute;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.rate input{
    display: none;
}
.tour-detail-comment-file{
    padding-top: 35px!important;
    padding-bottom: 10px!important;
}

button[disabled]:hover {
    cursor: not-allowed !important;
}
.liked-btn{
    background-color: var(--color-blue-1)!important;
    color: white;
}
@keyframes append-animate {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

/* animate new box */
.alert-new-div {
    animation: append-animate .3s linear;
}

.fixed-container{
    height: auto;
    width: auto;
    bottom: 1%;
    right: 1%;
    position: fixed;
    z-index: 9999;
}
.fixed-right-top{
    height: auto;
    width: auto;
    top: 15%;
    right: 0%;
    position: fixed;
    z-index: 9999;
}

#more {display: none;}


.field-select {
    width: 100%;
    padding: 0 15px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    background-color: white;
}



.off-canvas-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    border-left: 1px solid var(--color-border);
}

.off-canvas-sidenav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--color-dark-1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.off-canvas-sidenav a:hover {
    background-color: rgba(53, 84, 209, 0.05) !important;
    color: var(--color-blue-1);
}

.off-canvas-sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.header.-type-5.-header-5-sticky .header__buttons>*:nth-child(1):hover {
    background-color: var(--custom-color-1)!important;
    color: #fff!important;
    border-color: var(--custom-color-1)!important;
}

.custom-header-button{
    color: #fff!important;
    background-color: var(--custom-color-1)!important;
    border-color: var(--custom-color-1)!important;
}

.custom-header-button:hover{
    color: #fff!important;
    background-color: var(--custom-color-1)!important;
    border-color: var(--custom-color-1)!important;
}

.header.-type-5.-header-5-sticky .header__buttons>*:nth-child(1) {
    color: #fff!important;
    background-color: var(--custom-color-1)!important;
    border-color: var(--custom-color-1)!important;
}

.page-information-image{
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.page-information-image-div::before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(245, 83, 48, .3);
}

.datepicker-inline{
    width: 100%!important;
}
.table-condensed{
    border-collapse: separate;
    border-spacing: 5px;
}
#pickyDate, #pickyDate table, .datepicker-inline {
    width: 100%;
}
.content-clean ul{
    list-style: unset !important;
    margin: unset !important;
    padding: unset !important;
    margin-bottom: 1rem !important;
    margin-left: 20px !important;
    color: var(--color-light-1);
}
.content-clean li{
    list-style: unset !important;
    margin: unset !important;
    padding: unset !important;
    margin-bottom: 1rem !important;
    margin-left: 20px !important;
}

p{
    margin-bottom: 1rem !important;
}
.content-clean ul {
    margin-left: 20px !important;
}
.custom-h3-15{
    font-size: 15px;
}
.tourCard__content p{
    margin-bottom: 0px !important;
}

.w-100 {
    width: 100% !important;
}

.weak-password{
    background-color: var(--color-error-2) !important;
    color: white;
    padding: 10px 10px 10px 10px !important;
}
.strong-password{
    background-color: var(--color-success-1) !important;
    padding: 10px 10px 10px 10px !important;
}
.medium-password{
    background-color: var(--color-warning-2) !important;
    padding: 10px 10px 10px 10px !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}
.tour-hour .input-group-text{
    line-height: 2.5;
}
.flex-space-around{
    justify-content: space-around;
}
.custom-button-1{
    background-color: red;
    border: 1px solid red;
    color: white;
    border-radius: 50px;
    padding: 15px 20px;
}
.custom-button-1:hover{
    color: red;
    background-color: unset;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
}
.input-group .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.password-field label{
    z-index: 9;
    top: 7px;
}
.password-field input{
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.password-field button{
    border-left: none!important;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    border-color: #DDDDDD !important;
}
#favoriteContainer input{
    width: auto;
}
#favoriteContainer label{
    margin-left: 10px;
}
.circle-login-fa{
    border:1px solid #333; 
    border-radius:50%; 
    width: 30px; 
    height: 30px; 
    text-align:center; 
    line-height: 30px;
}
.circle-login-img>img{
    border:1px solid #333; 
    width: 30px; 
    height: 30px; 
    text-align:center; 
}
.login-nav{
    height: 50px;
    line-height: 50px;
    position: relative;
    display:inline-block;
    min-width: 125px;
    color: #fff!important;
    color:#000!important;
    background-color: #fff!important;
    border-radius:4px;
}
.login-subnav{
    line-height: 50px;
    display:none;
    top:45px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    padding: 0px;
    z-index: 1;
    border:1px solid #999;
}
.login-nav:hover{
    cursor:pointer;
}
.login-subnav>ul{
    apadding:12px 0px;
}
.login-subnav>ul>li{
    padding:0px 16px;
}
.login-subnav>ul>li:hover{
    background-color: #eee;
}
.login-subnav-mobile{
    top:0px;
    display:none;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
}
.login-subnav-mobile-open{
    display:block;
}
.login-subnav-mobile-header{
    padding:5vw 15vw;
}
.header-logo-mobile img{
    width: 120px;

}
.login-subnav-mobile-close-btn{
    margin-top:.5rem;
    right: 10px;
    position: absolute;
    line-height: 8vw;
    text-align:center;
    float:right;
    display: block;
    width: 8vw;
    height: 8vw;
}
.login-subnav-mobile-close-icon{
    font-size:7vw;
}
.login-subnav-mobile-name{
    font-size:5vw;
}
.login-subnav-mobile-h1{
    font-size:7vw;
}
.login-subnav-mobile-h2{
    font-size:3vw;
}
.button-kaydol-mobile{
    background-color:#FFAC1C;
    color:#fff;
    border-radius:30px;
    padding:10px 35px;
    font-size:4vw;
}
.login-subnav-mobile-menu>li:first-child{
    border-top:1px solid #aaa;
}
.login-subnav-mobile-menu>li{
    border-bottom:1px solid #aaa;
    font-size:5vw;
    line-height: 3vw;
    padding:5% 2vh;
}
.border-radius-50{
    border-radius: 50px;
}

.header-dropdown {
    position: relative;
    display: inline-block;
}

.header-dropbtn {
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.header-dropdown-content img, .header-dropdown-content i{
    width: 25px;
    margin-right: 5px;
    text-align: center;
}
.header-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.header-dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.header-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.header-dropdown:hover .header-dropdown-content {
    display: block;
}

.global-tabs {
    display: flex;
    margin-bottom: 10px;
}

.global-tab {
    padding: 10px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.global-tab-content {
    display: none;
    padding: 10px;
}
.global-tab-content img{
    width: 25px;
    height: auto;
}

.global-active-tab {
    background-color: #f0f0f0;
}

.global-active-content {
    display: block;
}
.global-modal{
    width: 60%;
    min-width: auto;
    max-width: 35rem;
}

.searchMenu-guests__field{
    width: max-content;
}
.bg-whatsapp-color{
    background-color: #25d366;
}
.img-object-cover{
    object-fit: cover;
}
.searchMenu-guests__field{
    margin-top: 0;
}
#ticket-counter-list{
    left: 0 !important;
}

.page-banner-text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-information-image-div::before{
    background-color: rgb(0, 0, 0,.45);
}
.tour-detail-scroll-sub-bar {
    border-bottom: 1px solid var(--color-border);
    font-weight: 500;
}
#ticketLoader .fancybox-content{
    width: 70% !important;
    height: 50% !important;
}
.h-unset{
    height: unset;
}
#mobile-scroll-container{
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
}
.tour-detail-scroll-sub-bar-mobile {
    border-top: 1px solid var(--color-border);
    font-weight: 500;
}


.tour-detail-images-mobile{
    display: none;
}
.tour-detail-images-mobile .swiper-slide{
    max-width: 100% !important;
    width: 100% !important;
}
.tour-details-image-mobile-btn-box{
    right: 5%;
    bottom: 5%;
    width: auto;
    height: auto !important;
}
.tour-detail-images-desktop{
    display: block;;
}

/* Modal Background */
.project-modal {
    display: none; /* Gizli başlangıçta */
    position: fixed;
    z-index: 1056;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Siyah şeffaf arkaplan */
}

/* Modal Content */
.project-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;

    /* Modalı tam ortalamak için: */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    max-height: 80%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    word-break: break-word;
}

/* Modal Header */
.project-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.project-modal-header h2 {
    margin: 0;
}

.project-close {
    font-size: 30px;
    cursor: pointer;
}

/* Modal Body */
.project-modal-body {
    flex-grow: 1;
    overflow-y: auto; /* İçerik fazla olduğunda scroll */
    padding-right: 10px; /* Kaydırma çubuğundan içeriği uzaklaştırmak için boşluk */
}

.project-modal-body p {
    margin-bottom: 15px;
}

/* Modal Footer */
.project-modal-footer {
    text-align: right;
}

.cookie-consent{
    background-color: #EDEDED;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    border: 1px solid #1b1b1b66;
    text-align: left;
    padding: 20px 40px;
    z-index: 1000;
    display:none;
}
.cookie-consent-box{
    display: flex;
}
.cookie-consent-box p{
    margin: 0 !important;
}
.cookie-consent .cookie-title {
    font-weight: 700;
    font-size: 1.4rem;
    color:black;
}
.cookie-button {
    height: 50px;
    width: 100%;
}
@media (max-width: 575.98px) {
    #ticketLoader .fancybox-content{
        width: 100% !important;
        height: 70% !important;
    }
}

@media screen and (min-width:1200px){
    .login-nav:hover .login-subnav{
        display: block;
    }
}
@media screen and (max-width:1200px){
    .btn-kaydol{
        display:none;
    }
    .login-nav{
        min-width: 50px;
    }
    .circle-login-fa{
        margin-top:10px;
        width: 30px; 
        height: 30px; 
        line-height: 30px;
    }
    .login-fa-text{
        display:none;
    }
}
@media (max-width: 455.98px) {
    .custom-col{
        display: none;
    }
    .mobile-padding{
        padding: 0;
    }
}
    /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .reservation-time-counter{
        display: none;
    }
    .reservation-time-counter-mobille{
        display: block !important;
    }
    .-type-5 .h-60 {
        height: 54px !important;
        border-radius: 0 !important;
    }
    .-type-5 .px-35{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .off-canvas-sidenav {padding-top: 15px;}
    .off-canvas-sidenav a {font-size: 18px;}

    .myOffCanvasSize{
        width: 90%;
    }
    .fixed-container{
        width: 30%;
    }
    .fixed-right-top{
        width: 15%;
    }
    .header.-type-5.-header-5-sticky .header__buttons>*:nth-child(1) {
        color: #fff!important;
        background-color: var(--custom-color-1)!important;
        border-color: var(--custom-color-1)!important;
    }
    .mobile-padding{
        padding: 25px;
    }
    .global-modal{
        width: 95%;
    } 
    .page-information-image{
        height: 150px;
    }
    .page-banner-text .text-50{
        font-size: 30px !important;
    }
    .tour-detail-images-mobile{
        display: block;
    }
    .tour-detail-images-desktop{
        display: none;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .off-canvas-sidenav {padding-top: 15px;}
    .off-canvas-sidenav a {font-size: 18px;}

    .myOffCanvasSize{
        width: 50%;
    }
    .fixed-container{
        width: 20%;
    }
    .fixed-right-top{
        width: 8%;
    }
    .header.-type-5.-header-5-sticky .header__buttons>*:nth-child(1) {
        color: #fff!important;
        background-color: var(--custom-color-1)!important;
        border-color: var(--custom-color-1)!important;
    }
    .mobile-padding{
        padding: 0;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .off-canvas-sidenav {padding-top: 15px;}
    .off-canvas-sidenav a {font-size: 18px;}
    .myOffCanvasSize{
        width: 50%;
    }
    .fixed-container{
        width: 15%;
    }
    .fixed-right-top{
        width: 5%;
    }
    .header.-type-5.-header-5-sticky .header__buttons>*:nth-child(1) {
        color: #fff!important;
        background-color: var(--custom-color-1)!important;
        border-color: var(--custom-color-1)!important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .off-canvas-sidenav {padding-top: 15px;}
    .off-canvas-sidenav a {font-size: 18px;}
    .myOffCanvasSize{
        width: 40%;
    }
    .fixed-container{
        width: 15%;
    }
    .fixed-right-top{
        width: 5%;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .off-canvas-sidenav {padding-top: 15px;}
    .off-canvas-sidenav a {font-size: 18px;}
    .myOffCanvasSize{
        width: 30%;
    }
    .fixed-container{
        width: 15%;
    }
    .fixed-right-top{
        width: 3%;
    }
    .cardImage__leftBadge div{
        font-size: 10px !important;
    }
}

@media (max-width: 767px){
    .header.-type-5 .header__buttons > *:nth-child(1) {
        color: white !important;
        background-color: var(--custom-color-1) !important;
        border-color: var(--custom-color-1) !important;
    }
}

@media (min-width: 576px){
    .d-sm-block {
        display: block!important;
    }
}

-is-people-active {
    pointer-events: auto;
    opacity: 1;
}