@media (min-width: 768px) {
    .col-md-custom {
        flex: 0 0 auto;
        width: 20%;
    }

    .h-700 {
        height: 700px;
    }

    .h-550 {
        height: 550px;
    }

    .h-450 {
        height: 450px;
    }
}

@media (max-width: 767.9px) {
    .col-md-custom {
        flex: 0 0 auto;
        width: 20%;
    }

    .h-700 {
        height: 354px;
    }
}

body, html, a, p, * {
    font-family: "Montserrat", sans-serif !important;
}

.header-fixed-top {
    box-shadow: 0 1rem 3rem rgba(13, 11, 26, .125);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.barlow-font {
    font-family: "Barlow Semi Condensed", sans-serif !important;
}

strong {
    font-weight: 900;
}

h5, h6, h4, h3 {
    letter-spacing: -.04em;
}

.ms-title-city {
    letter-spacing: .01rem;
}

.bg-green {
    background-color: #8dc645;
}


.text-shadow {
    text-shadow: 0 1px 3px rgba(24, 24, 24, .15) !important;
}

.bg-green.bg-green-gradient:hover:after, .bg-blue.bg-blue-gradient:hover:after {
    transform: translateY(0);
}

.bg-green.bg-green-gradient, .bg-blue.bg-blue-gradient {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    color: white !important;
    font-size: .85rem;
    font-weight: 700;
    z-index: 1;
    border: none;

}

.bg-green.bg-green-gradient:hover, .bg-blue.bg-blue-gradient:hover {
    box-shadow: 0 1px 3px rgba(24, 24, 24, .15) !important;
    transform: translateY(-3px);

}

.bg-green.bg-green-gradient:after {
    background: linear-gradient(to bottom, #8dc645 0%, #1976bc 100%);

}

.bg-blue-gradient:not(.bg-not) {
    background: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
}

.bg-blue.bg-blue-gradient:after {
    background: linear-gradient(to bottom, #1976bc 0%, #8dc645 100%);
}

.ms-title {
    font-size: 75px !important;
}

.ms-nav-next, .ms-nav-prev {
    opacity: 1 !important;
}

.bg-green.bg-green-gradient:after, .bg-blue.bg-blue-gradient:after {

    display: block;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    z-index: -1;
    right: -1px;
    transform: translateY(100%);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    transition: transform 300ms ease;
}

@media (min-width: 992px) {
    .tour-packages .card {
        min-height: 365px;
        max-height: 365px;
    }

    .navbar-expand-lg .nav-item > .nav-link {
        height: auto !important;
    }

    .navbar-expand-lg.navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-expand-lg .navbar-brand {
        width: 100%;
    }
}

header nav ul li:hover {
    box-shadow: 0 0 15px rgba(24, 24, 24, .15);

}

header ul li:hover .dropdown-menu {
    transition: opacity .15s, transform .25s cubic-bezier(.25, .5, .75, 1);
    transform: none;
    opacity: 1;
    visibility: visible;

}

header {
    box-shadow: 0 0 30px 0 rgba(24, 24, 24, .15);
}

.navbar-link-black ul li .nav-link {
    color: #181818;
!important;
    font-weight: 600 !important;
    letter-spacing: -.03em !important;
    white-space: nowrap;
    line-height: 100px !important;
    font-size: .95rem !important;
}

.gradient-text-bottom strong:after {
    background-image: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    display: block;
    position: absolute;
    left: -.16em;
    right: -.16em;
    height: .4em;
    bottom: -.04em;
    content: "";
    z-index: -1;
}

.text-black {
    color: #181818;
}

.glow {
    text-shadow: 1px 1px #fff;
}

.bt_bb_separator:before, .bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.fixed-form form {
    box-shadow: 0 0 15px rgba(24, 24, 24, .15);
}

.fixed-form .choices[data-type*=select-one]::after, .tour-search form .choices[data-type*=select-one]::after {
    display: none;
}

.btGradientSeparator {
    background-image: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    height: 2px;
}

header ul li .nav-link:after {
    background: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    pointer-events: none;
    transform: scaleX(0);
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 115px;
    bottom: 0px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

header ul li:hover .nav-link:after {
    transform: scaleX(1);

}

header .logo img {
    height: 150px;
    width: auto !important;
    display: block;
}

header ul li:hover .dropdown-menu {
    border-radius: 0;
    min-width: 15rem;
    right: 0;
    max-height: 30rem;
    overflow: scroll;
}

header ul li .dropdown-menu {
    padding: 0;
}

header ul li .dropdown-menu .dropdown-item {
    border-radius: 0;
    font-size: .8rem;
    padding: 20px 10px;
    position: relative;
    text-align: left;
    font-weight: 500;
    color: #181818;
    border-bottom: 1px solid #ddd;
}

.fixed-form form .choices__list.dropdown-menu {
    border-radius: 0 !important;
}

.fixed-form form .choices__list.dropdown-menu .choices__item {
    font-weight: 500;
    color: #181818;
    font-size: .85rem;
    border-bottom: 1px solid rgba(24, 24, 24, .2) !important;
    padding: 12px;
    position: relative;

}

.bg-blue {
    background-color: #1976bc;
}

.color-blue {
    color: #1976bc;
}

.color-green {
    color: #8dc645;
}

.fixed-form form .choices__list.dropdown-menu .choices__item:before {
    background: linear-gradient(to right, #fff 0%, #8dc645 100%);
}

.fixed-form form .choices__list.dropdown-menu .choices__item:hover {
    background-color: #1976bc;
    color: white;
}

.choices__list--single {
    padding: 0 !important;
}

header ul li .dropdown-menu .dropdown-item:before, .fixed-form form .choices__list.dropdown-menu .choices__item:before {
    content: ' ';
    display: block;
    left: 0;
    bottom: 17.5%;
    width: 3em;
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: 200ms ease all;

    transform-origin: 0 0;
}

.text-white-imp {
    color: white !important;
}

header ul li .dropdown-menu .dropdown-item:before {
    background: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
}

header ul li .dropdown-menu .dropdown-item:hover:before, .fixed-form form .choices__list.dropdown-menu .choices__item:hover:before {
    transform: scaleX(1);
}

header ul li .dropdown-menu .dropdown-item:after, .fixed-form form .choices__list.dropdown-menu .choices__item:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 1.5384615em;
    right: 1.5384615em;
    bottom: 0;
    height: 1px;
    background-color: rgba(24, 24, 24, .1);
}

.tour-packages .card {
    box-shadow: 0 0 15px rgba(24, 24, 24, .15);
}

.btTourOffer {
    background: #8dc645;
    position: absolute;
    left: -.4166666em;
    top: -.4166666em;
    font-weight: 800;
    z-index: 1;
    color: #fff;
    text-shadow: 0 1px 3px rgba(24, 24, 24, .2);
    font-size: .75em;
    text-transform: uppercase;
    padding: .1666666em 1.666666em;
    line-height: 2;
}

.btTourOffer:after {
    border-color: transparent #65922d transparent transparent;
}

.btTourOffer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.4166666em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .4166666em .4166666em 0;
    border-color: transparent #65922d transparent transparent;
}

.btTourPrice {
    background: #1976bc;
    z-index: 2;
    position: absolute;
    left: -.3125em;
    top: 1.4375em;
    font-weight: 800;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 3px rgba(24, 24, 24, .2);
    font-size: 1em;
    padding: .1666666em 1.25em;
}

.btTourPrice del {
    font-weight: 300;
    opacity: .5;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 0 -5px;
}

.btTourPrice del:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.btTourPrice ins {
    text-decoration: none;
}

.btTourPrice:after {
    border-color: transparent #104c78 transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -.3125em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .3125em .3125em 0;
}

.tour-packages .card .card-image:before {
    top: 0;
    background: #181818;
    opacity: 0;
    z-index: 1;
}

.tour-packages .card .card-image:before, .tour-packages .card .card-image:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    pointer-events: none;
}

.tour-packages .card .card-image:after {
    background: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    height: 4px;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: 0 0;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 300ms ease all;
    pointer-events: none;
}

.tour-packages .card .card-image:hover:after {
    transform: scaleX(1);

}

.text-truncate-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.height-custom {
    height: 40px;
}

.tour-head-line {
    font-size: 1.25em;
    font-family: Montserrat, Arial, Helvetica, sans-serif;

    font-weight: 800;
    letter-spacing: -.05em;
    margin-bottom: .5em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.25em;
    max-height: 2.5em;
}

.fs-5-5 {
    font-size: 1.1rem;
}

.fs-6 {
    font-size: 1rem;
}

.fs-7 {
    font-size: .9rem;
}

.fs-8 {
    font-size: .8rem;
}

.fs-9 {
    font-size: .75rem;
}

.fs-10 {
    font-size: .7rem;
}

.fs-11 {
    font-size: .65rem;
}

.text-no-wrap {
    text-wrap: nowrap;
}

.bg-gradient-dark-custom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 11, 19, 0)), to(#080b1352));
    mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 11, 19, 0)), to(#080b1352));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 11, 19, 0)), to(#080b1352));
}

.text-shadow-2 {
    text-shadow: 0 2px 5px rgba(24, 24, 24, .75);
}

.box-gray {
    background-color: #f0f0f0;
}

.city-packages .card {
    height: 336px;
}

.lt--7 {
    letter-spacing: -.07em;
}

.lt--5 {
    letter-spacing: -.05em;
}

.fw-xbolder {
    font-weight: 800;
}

.tour-background-detail:before {
    opacity: .7;
    background-image: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.tour-search {
    background: rgba(24, 24, 24, .07);
    padding: 1.875em;
    margin: 0;
}

.tour-search .port {
    padding: 0;
    max-width: 1260px;
    margin: auto;
}

.tour-search .port form input::placeholder, .tour-search .port form .choices__item {
    font-size: .95rem;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    color: #1818188c;
}

.tour-search .port form input, .tour-search .port form select {
    box-shadow: 0 0 15px rgba(24, 24, 24, .15);
    background: #fff;
    border: 1px solid rgba(24, 24, 24, .2);
}

.check-group-categories .form-check-input:not(:checked)[type=checkbox] {
    background-color: transparent;
    border-color: #880c0c;
}

.check-group-categories .form-check-input[type=checkbox] {
    border-radius: 100%;

}

.check-group-categories .form-check label {
    font-size: 1rem;
    font-family: "Barlow Semi Condensed", sans-serif !important;
}

.showMore-link[aria-expanded=false]:after {
    content: "Daha fazlasını göster...";
}

.showMore-link[aria-expanded=true]:after {
    content: "Daha azını göster...";
}

.newsletter-form {
    background: linear-gradient(135deg, #1976bc 0%, #8dc645 100%);
}

.tours-tab.nav .nav-link {
    padding: 20px 15px;
    border-radius: 0;
    color: #181818;
    font-size: .9rem;
    font-weight: 700;
}

.tours-tab.nav .nav-link:hover {
    box-shadow: 0 0 15px rgba(24, 24, 24, .15);
    transition: 300ms ease all;
    color: #181818;

}

.tours-tab.nav .nav-link:not(.disabled).active {
    color: #181818 !important;

}

.tours-tab.nav .nav-link:not(.disabled).active {
    border-bottom-color: transparent;
}

.tours-tab.nav .nav-link.active span:after {
    transform: scaleX(1);

}

.tours-tab.nav .nav-link span:after {
    transform: scaleX(0);
    background: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    transition: 300ms ease transform;
}

.country-tag {
    background: rgba(24, 24, 24, .1);
    display: block;
    color: #181818;
    float: left;
    text-transform: uppercase;
    padding: .2em 1em;
    margin: 0 2px 2px 0;
    transition: 300ms ease all;
}

.country-tag span {
    font-size: .9em;
}

.country-tag:hover {
    background: #1976bc;
    color: white;
}

.btPrevNextNav .btPrevNext {
    flex: 1 1 50%;
    transition: 300ms ease all;
    min-height: 1px;
}

.btPrevNextNav .btPrevNext:before {
    background: #000;
    height: 2px;
    width: 3.125em;
    display: block;
    content: "";
    transition: width 200ms ease;
}

.btPrevNextNav .btPrevNext .btPrevNextImage {
    flex: 0 0 3.875em;
    height: 3.875em;
    background-size: cover !important;
    background-position: center center;
    border: 2px solid #000;
    border-radius: 50px;
    transition: 200ms ease all;
    transform: scale(1);
    background-size: 100%;
}

.btPrevNextNav .btPrevNext .btPrevNextItem {
    flex: 1 0 0%;
    min-width: 0%;
    margin: 0 0 0 .625em;
    line-height: 1;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-size: .6875rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #181818;

}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-size: 1.25rem;
    font-weight: 800;
    white-space: nowrap;
    letter-spacing: -.05em;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    max-height: 2.4em;
}

.btPrevNextNav .btPrevNext.btNext {
    flex-direction: row-reverse;
    text-align: right;
}

.btPrevNextNav:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btPrevNextNav .btPrevNext.btNext .btPrevNextItem {
    margin: 0 .625em 0 0;
}

.btPrevNextNav .btPrevNext:hover:before {
    width: 2.5em;
}

.btPrevNextNav .btPrevNext:hover .btPrevNextImage {
    transform: scale(1.1);
    background-size: 110%;
}

.step .step-icon:after {
    content: none;
}


.step .step-row {
    padding-bottom: 0;
}

.step .step-item {
    margin-bottom: .25rem;
}


.step .step-icon.bg-white:hover {
    box-shadow: 0 0 0 2em #1976bc inset;
    transform: scale(1.2);
    transition: 400ms ease all;

}

/* Sol Tarafta Sabit Kalacak Adımlar */
.step-column {
    position: sticky;
    top: 170px; /* Sayfanın üstüne yapışmasını sağlar */
    height: calc(100vh - 170px); /* Geriye kalan yüksekliği hesaplar */
    overflow-y: auto;
}

.step-item a.active .step-icon {
    background-color: #1976bc !important; /* Aktif adım rengi */
    color: white; /* Aktif adım ikonunun rengi */
    border-color: #1976bc; /* Aktif adım kenar rengi */
}

.step-item a:hover .step-icon {
    box-shadow: 0 0 0 2em #1976bc inset;
    transform: scale(1.2);
}

.step-item a {
    text-decoration: none;
    color: inherit;
}

.step-item a .step-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff; /* Varsayılan arka plan rengi */
    box-shadow: 0 0 0 2px rgba(24, 24, 24, .1) inset;
    transition: all 0.3s ease;
}

#gallery {
    padding-top: 40px;
}

.img-wrapper {
    position: relative;
}

.img-wrapper img:not(.img-100) {
    height: 306px;
    width: 100%;
    object-fit: cover;
}


.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.rating {
    display: inline-block;
    position: relative;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
    margin-right: 5px;
}

.rating label:last-child .icon {
    color: grey;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #1976bc;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: grey;
    text-shadow: 0 0 5px #09f;
}

blockquote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    display: block;
    height: .75rem;
    background: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
}

.object-fit-cover {
    object-fit: cover;
}

.swiper-pagination-bullet {
    background-color: #0a53be !important;
    border-radius: 100% !important;

}

.swiper-pagination .swiper-pagination-bullet:not(.active) {
    width: 1rem !important;
    height: 1rem !important;
}

.swiper-box-shadow {
    box-shadow: 0 0 50px rgba(24, 24, 24, .15);
    background-color: white;
    flex-flow: column nowrap;
}

.swiper-box-shadow .swiper {
    height: 100%;
}

.swiper-box-shadow .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt_bb_separator.btGradientSeparator {
    background-image: linear-gradient(to right, #1976bc 0%, #8dc645 100%);
    height: 2px;
    line-height: 0;
    display: block;
    clear: both;
}

.bt_bb_separator:before, .bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
    border-width: inherit;
}

.choices[data-type*=select-one]::after {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.number .minus, .number .plus {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    vertical-align: middle;
    text-align: center;
}

.tour-price-table table{
    width: 100% !important;
}
.card-hover.hover-shadow-lg.hover-lift.card .card-image img{
    width: 100%;
    height: 175px;
    object-fit: cover;
}
