/* Site css coverage */
.font-nunito {
    font-family: 'Nunito Sans', sans-serif !important;
}

body, p, button, input, textarea, select {
    font-family: "bigcity-grotesque-pro",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "bigcity-grotesque-pro",sans-serif;
}


.bg-logo {
    background-image: url('https://i.istanbul.com/unsafe/0x0/images.istanbul.com/v25frontend/images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#hamburger-menu-1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, all 0.4s ease-out;
    opacity: 0;
}
#hamburger-menu-1.open {
    max-height: 100vh;
    opacity: 1;
}
.open {
    display: block !important;
    z-index: 999999;
    opacity: 1 !important;
    max-height: 100% !important;
}
.category-nav-slider .swiper-slide {
    width: auto !important;
    height: auto;
}

.category-nav-slider .swiper-slide button {
    min-width: auto;
    padding: 12px 20px !important;
    padding-right: 30px !important;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    border-radius: 12px 12px 0 0;
}

.category-nav-slider .swiper-slide button img {width: 25px; height: 25px;
    filter: grayscale(1) invert(1);}

.category-nav-slider .swiper-slide.swiper-slide-active button img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.top-landmarks-menu-content-first {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 36px;
}
.top-landmarks-menu-content-first a {
    width: 100%;
}

.navigation-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, all 0.4s ease-out;
    opacity: 0;
}

.best-sellers-button {
    width: 185px;
    height: 36px;
    font-size: 0.875rem;
}

.powered-text {
    font-size: 0.75rem;
    font-weight: 600;
}
.hero-section .subtitle-hero {
    font-size: 20px !important;
}
.subtitle-hero {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.category-nav-slider {
    overflow: hidden;
}


#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    padding-top: 14px;
    padding-bottom: 14px;
}
.header-container {
    display: flex;
    justify-content: space-between;
}
.header-container .header-left-content {
    display: flex;
    align-items: center;
}
.change-fixed-logo {
    width: 182px;
    height: 24px;
}

.white-placeholder::placeholder {
    color: white;
    opacity: 1;
}
.newsletter-button {
    width: 106px;
    height: 44px;
    font-size: 16px;
    background: #5C03CC;
    border-color: #5C03CC;
}
.accordion-item:first-of-type {
    border-radius: 10px !important;
}
.accordion-button {
    background: #F9FAFB;
    color: #1A2B49;
    border-radius: 10px !important;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
    border-radius: 10px;
}
.custom-title {
    margin-bottom: 0;
    font-size: 70px;
    line-height: 68px;
}
.custom-input-style {
    background-color: rgba(255, 255, 255, 0.1);
}
.custom-hp {
    height: 100%;
    padding-bottom: 150px;
}
.card {
    border: none !important;
}

.after-br {
    line-height: 42px;
}
.product-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.card-item-title {
    margin-top: 0 !important;
}

nav#header:not(.navbar-white.bg-sticky) input#search-input {
    color: #fff !important;
}

.navbar-white .gt_container-unisv1 a.glink span {
    color: #000 !important;
    font-size: 16px !important;
}
#header .gt_switcher-popup span{
    display: none !important;
}
.gt_container-unisv1 a.glink span {
    color: #1A2B49 !important;
    font-size: 16px !important;
}
.attraction-card-row-container {
    position: relative;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.attraction-image-container .first-image {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.attraction-image-container .second-image {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#home-faq .nav-link.active {
    border-color: #5C03CC;
}
#home-faq .nav-link{
    border-bottom: 2px solid #dddddd;
    border-radius: 0;
    font-size: 20px;
}
#home-faq .accordion-item{
    border: none !important;
}
.shadow-custom {
    box-shadow: -2px 2px 11px -2px rgba(0,0,0,0.37);
}

.card-custom-design {
    width: 292px;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    color: inherit;
}

.card-custom-design .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 30%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
}

.card-custom-design .card-title {
    font-size: 1.25rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

#results-container .item-card{
    height: 514px;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

#hero-banner-nav .category-nav-slider {
    padding-left: 40px !important;
}
.credit-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(29px, 1fr));
}
.custom-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.card-item-title, .cart-item-price-container {
    height: 57px;
    margin-top: 17px !important;
}
.cart-item-review-point {
    height: 21px;
}

.snap-container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.snap-container .card,
.snap-container .item-card
{
    scroll-snap-align: start;
}
.attraction-box-big-title {
    font-size: 45px;
}
.attraction-box-big-desc {
    font-size: 20px;
}
.info-box-diff-cont {
    padding-right: 40px !important;
    padding-left: 30px !important;
}
#pane-plan-your-trip .accordion-button {
    padding-bottom: 5px !important;
    padding-top: 20px !important;
}
.custom-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.card-custom-design {
    width: 292px;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
    color: inherit;
}

.card-custom-design .card-img-top {
    width: 292px;
    height: 292px;
    object-fit: cover;
}

.card-custom-design .card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-custom-design .card-text {
    font-size: 0.9rem;
    color: #6c757d;
    flex-grow: 1;

}

.card-custom-design h5.card-title {
    text-shadow: none;
    height:48px;
    text-align: center;
    font-size: 22px !important;
}

.left-position-banner {
    padding-left: 36px !important;
    margin-top: 13px !important;
}
.top-pick-span {
    font-size: 16px;
}
.gt_switcher-popup img {
    width: 25px !important;
}
.cart-item-price-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
}

.snap-container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.snap-container .card {
    scroll-snap-align: start;
}

.item-card .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px !important;
    height: 26px;
    font-size: 12px !important;
}
.cart-item-js {
    width: 300px !important;
}
.default-border-container {
    background-color: rgba(92, 3, 204, 0.04);
    border-radius: 24px;
}
.mobile-ellipsis {
    display: inline-block;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
#results-container {
    padding-bottom: 30px;
}
.hero-section .category-nav-slider {
    height: 60px;
}

.ist-icon-banner {
    width: 30px;
    height: 30px;
}
.view-hero {
    padding-left: 0!important;
    padding-top: 0!important;
}

.hero-section {
    min-height: 50vh;
    padding-top: 10rem !important;
}
.hero-banner-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    line-height: 20px;
    margin-bottom: 50px;
}
.hero-banner-title .before-br {
    font-size: 31px;
}
.cart-icon {
    position: relative;
    display: inline-block;
}
.bg-show-search {
    display: flex;
    position: absolute;
    left: 0;
    top: 78px;
    align-items: center;
    background: #fff;
    bottom: 0;
    padding: 0 4px 0 15px;
    right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 70px;
    height: 70px;
    border-bottom: 2px solid #E5E7E9;
}
nav:not(.navbar-white) .search-header {
    background: var(--bg-color) !important;
}
.white-placeholder::placeholder {
    color: white;
    opacity: 1;
}
.search-component {
    overflow: hidden;
    max-height: 100vh;
}
.navbar-white{
    background-color: rgba(0, 0, 0, 0.11);
}

.navbar-white .bg-logo {
    background-image: url('https://i.istanbul.com/unsafe/0x0/images.istanbul.com/v25frontend/images/logo.png') !important;
}
.attraction-list-card-item {
    max-width: 300px;
}
.attraction-list-card-item .card-body {
    max-width: 300px;
    height: 208px;

}
.img-item-size.first-image {
    max-width: 300px !important;
    height: 300px !important;
}
.attraction-image-container {
    max-width: 300px;
    height: 300px;
    overflow: hidden;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.item-card {
    max-width: 300px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 !important;
    padding: 3px !important;
}
.search-attr {
    min-width: 266px;
}

[data-open-menu^="navigation-type-"], #hamburger-menu-1 {
    background-color: #fff;
}

.search-component {
    position: absolute;
    top: 55px;
    background: #fff;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 2px 200px 400px -1px rgba(0,0,0,0.61);
    -webkit-box-shadow: 2px 200px 400px -1px rgba(0,0,0,0.61);
    -moz-box-shadow: 2px 200px 400px -1px rgba(0,0,0,0.61);
}
.search-component.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.search-attr {
    min-width: 266px
}

.search-attr:focus {
    background: 0 0;
    box-shadow: none
}

.search-component .search-attr {
    display: none
}

/* Site css coverage */


/* Theme css coverage */
.primary-btn-bg {
    background-color: #e7e1ff !important;
    color: #5C03CC !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}


.bg-dark {
    background-color: #1A2B49 !important;
}


.bg-transparent {
    background-color: transparent !important;
}

.btn-primary {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2;
}
.btn-light {
    color: #1A2B49;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-link {
    font-weight: 400;
    color: #6610f2;
    text-decoration: none;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 12px;
}


.text-dark {
    color: #1A2B49 !important;
}

.text-primary {
    color: #5C03CC !important;
}

.primary-btn-bg {
    background-color: #e7e1ff !important;
    color: #5C03CC !important;
}

.bg-dark {
    background: #1A2B49 !important;
    color: #fff !important;
}

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

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

.min-w15 {
    min-width: 15rem;
}


.cursor-grab {
    cursor: grab;
}


nav:not(.navbar-white) {
    --main-color: #1A2B49;
    --bg-color: #F4F6F8;
    --bg-logo-image: url('https://i.istanbul.com/unsafe/0x0/images.istanbul.com/v25frontend/images/logo-dark.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

nav.navbar-white .fc-black {
    color: #fff !important;
}

.fs-12 {
    font-size: 12px;
}
.fs-18 {
    font-size: 18px;
}
.animate__delay-2s  { animation-delay: 0.2s !important; }

.mt-100 {
    margin-top: 100px;
}

/* Theme css coverage */

.bg-sticky {
    background: #5c03cc !important;
}

.attraction-card-row-container:hover .attraction-image-container .first-image {
    opacity: 0;
    visibility: hidden;
}

.attraction-card-row-container:hover .attraction-image-container .second-image {
    opacity: 1;
    visibility: visible;
}
.gt_black_overlay {
    height: 100vh !important;
}
.gt_white_content {
    top: 400% !important;
}
.gt_white_content .gt_languages span {
    color: #000 !important;
}

/* Responsive css coverage */
@media(max-width: 1100px) {
    .search-attr {
        border-color: #000 !important;
    }
    .img-item-size {
        padding: 1px;
    }
    .search-component {
        padding: 16px 16px !important;
        top: 145px;
        border-top: 1px solid #E5E7E9;
    }

    .top-landmarks-menu-content-first {
        grid-template-columns: repeat(1, 1fr);
    }
    .attraction-image-container {
        border-radius: 8px;
    }
}

@media(max-width: 800px) {
    .top-landmarks-menu-content-first {
        margin-top: 0;
    }
    .change-fixed-logo {
        width: 152px;
        height: 20px;
    }
    #header {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .mobile-grid {
        display: grid;
    }
    .hero-banner-title {
        font-size: 40px !important;
        line-height: 10px !important;
        margin-bottom: 15px !important;
    }
    .top-pick-span {
        font-size: 12px !important;
    }
    .view-hero {
        font-size: 14px !important;
    }
    .category-nav-slider {
        margin-bottom: -1px;
    }
    .item-card {
        width: 300px !important;
        margin-right: 10px !important;
    }
    .hero-banner-title .before-br {
        font-size: 22px;
    }

    .subtitle-hero {
        font-size: 16px !important;
        width: 70%;
    }
    .category-nav-slider .swiper-slide button {
        padding: 5px 20px !important;
    }
    .categories-hero-item img {
        width: 25px !important;
    }
    .ist-icon-banner {
        width: 26px;
        height: 26px;
    }
    .hero-section .category-nav-slider {
        height: 49px;
    }
    .contact-section-title {
        font-size: 28px;
    }
    .info-box-diff-cont.default-border-container {
        background: none !important;
        padding: 0 !important;
        padding-bottom: 30px !important;
    }
    .info-box-diff-cont .info-box {
        padding: 20px 25px;
        background: rgba(92, 3, 204, 0.04);
        border-radius: 10px;
        height: 250px !important;
        width: 290px !important;
    }
    .diff-card-pagination.info {
        bottom: -2px!important;
    }
    .mobile-position-right {
        object-position: right;
    }
    #hero-banner-nav .category-nav-slider {
        padding-left: 0 !important;
    }
    #footerAccordion .accordion-button {
        font-size: 20px !important;
    }
    .faq-header-section {
        padding-top: 0 !important;
    }
    #home-faq .nav-link.active {
        color: #fff !important;
    }
    .itinerary-title {
        font-size: 28px !important;
        margin-bottom: 10px;
    }
    .itinerary-image {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .credit-cards-container {
        display: grid !important;
        grid-template-columns: auto auto auto auto;
        gap: 10px !important;
    }
}
/* Mobil Görünüm */
@media (max-width: 991.98px) {
    .left-position-banner {
        padding-left: 31px !important;
    }
    .hero-section .subtitle-hero {
        font-size: 18px !important;
    }
    .mobile-fs {
        font-size: 14px !important;
    }
    .attraction-box-big-title {
        font-size: 35px;
    }
    .attraction-box-big-desc {
        font-size: 18px;
    }
    .gt_white_content .gt_languages {
        flex-flow: column !important;
    }
    .gt_white_content {
        top: 50% !important;
        width: 87% !important;
    }
}
/* Responsive css coverage */
