@import url('variables.css');
@import url('media.css?v1');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* BASE */
::selection {
    background-color: #181a1b;
    color: #fff;
}

/*::placeholder {
    color: #BCBCBC
}*/


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939393;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #939393;
    
}

*,
*::before,
*::after {
    border: none;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    border-collapse: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    height: 100%;
}

    html.js-hidden-layout {
        overflow-y: hidden;
    }

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.6667;
    background-color: #fff;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

h1, h2, h3,
h4, h5, h6 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: inherit;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

button, input {
    box-shadow: none;
    outline: none !important;
    margin: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

[type="button"], [role="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.btn {
    padding: 8px 36px;
    border-radius: 8px;
    transition: .15s background-color ease, .15s color ease, .15s transform ease, .15s border-color ease;
    will-change: background-color, color, transform, border-color;
}

.btn-xs {
    padding: 6px 12px
}

.btn-sm {
    padding: 6px 16px !important
}

.btn-main {
    font-weight: 600;
}

.btn-white {
    background-color: var(--light-100)
}

    .btn-white:hover {
        background-color: var(--light-200)
    }

.btn-blue {
    background-color: var(--primary);
    color: #fff;
}

    .btn-blue:hover {
        background-color: var(--primary-darker);
        color: #fff;
    }

    .btn-blue.btn-bordered {
        background: transparent;
        border: 1px solid var(--primary);
        color: var(--primary);
    }

        .btn-blue.btn-bordered:hover {
            background-color: var(--primary);
            color: #fff;
        }

ul, ol, li {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

p {
    margin: 0
}

textarea {
    resize: none;
}

img[data-image-type="icon"] {
    width: 100%;
    height: auto;
    cursor: pointer
}

img[data-layout-type="cover-w"] {
    width: 100%;
    height: auto
}

img[data-layout-type="cover-h"] {
    width: auto;
    height: 100%
}

img[data-layout-type="cover-f"] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

img[data-layout-type="contain-w"] {
    width: 100%;
    object-fit: contain
}

img[data-layout-type="contain-h"] {
    height: 100%;
    object-fit: contain
}

img[data-layout-type="contain-f"] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.p10 {
    padding: 10px;
}

.glightbox-open {
    height: 100% !important;
}

.hide-scroll {
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

body.hidescroll {
    overflow: hidden;
}

.invalid-feedback-custom {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 1.em;
    color: var(--bs-form-invalid-color);
}

.formHata {
    background: #e98484;
    padding: 10px 20px;
    color: #fff;
}

h2#swal2-title {
    font-size: 1.3em !important;
}

.swal2-icon {
    font-size: 0.8em !important;
}
/* END BASE*/

/* mobile header */
 .page-header.mobile {
    display: none;
    padding: 20px 0;
    width: 100%;
    transition: .3s top ease-out;
}

    .page-header.mobile .dropdown-wrapper .mobile-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        background-color: #111433;
        font-size: 14px;
        z-index: 12;
        transform: translateY(-100%);
        transition: .3s transform ease-in;
    }

        .page-header.mobile .dropdown-wrapper .mobile-dropdown.visible {
            transform: translateY(0)
        }

        .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 2rem 1.5rem;
        }

            .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-header h2 {
                font-size: 1.5rem
            }

        .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-search input {
            display: flex;
            width: 100%;
            padding: 1rem 1.5rem;
            background-color: #242643;
            color: #fff;
            border-radius: 0;
        }

        .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router {
            position: relative;
            display: flex;
            flex: 1;
            width: 100%;
        }

            .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes {
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                flex: 1;
                width: 100%;
            }

                .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route {
                    display: flex;
                    width: 100%;
                    border-bottom: 1px solid #242643;
                }

                    .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route .span {
                        width: 24px;
                        height: 24px;
                    }

                    .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route a {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        align-items: center;
                        flex: 1;
                        color: #fff;
                        padding: 1rem 1.5rem;
                    }

                    .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route.go-back a {
                        justify-content: flex-start
                    }

                    .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route a span {
                        width: 24px;
                        height: 24px
                    }

                        .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route a span img {
                            filter: brightness(0) invert(1)
                        }

                    .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route .child-dropdown {
                        position: absolute;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: #111433;
                        transform: translateX(100%);
                        transition: .25s transform ease-out;
                        z-index: 13;
                    }

                        .page-header.mobile .dropdown-wrapper .mobile-dropdown .dropdown-router .routes .route .child-dropdown.active {
                            transform: translateX(0)
                        }

/* desktop header */
 .page-header {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--ui-colors-default-header-color);
    height: 83px;
    z-index: 10;
    box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.75);
    transition: .3s transform ease-out;
}

    .page-header.desktop {
        padding: 10px 50px;
        height: 100px;
        background: #fff;
    }

    .page-header .flex-row {
        display: flex
    }

        .page-header .flex-row.logo, .page-footer .flex-row.logo {
            position: relative;
            display: flex;
            align-items: center;
            width: auto;
            height: 80px;
            color: #fff;
            font-size: 13px
        }

            .page-header .flex-row.logo img, .page-header .flex-row.logo a, .page-footer .flex-row.logo a {
                transition: .25s color ease;
                height: 100%;
            }

        .page-header .flex-row.header-router .navbar-nav {
            align-items: center;
        }

            .page-header .flex-row.header-router .navbar-nav .route-item {
                position: relative;
                display: inline-block;
                margin: 0 .9rem;
            }

                .page-header .flex-row.header-router .navbar-nav .route-item:hover .dropdown-menu {
                    display: block;
                    margin: 0 .9rem;
                }

                .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu {
                    top: 35px;
                    left: -14px;
                    padding: 0;
                    background-color: #f8f8f8;
                    box-shadow: 0px 4px 12px rgba(9, 9, 9, .13);
                    min-width: 300px;
                    border: none;
                }

                    .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item {
                        position: relative
                    }

                        .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item a {
                            display: block;
                            border-bottom: 1px solid #d5d8da;
                            -moz-transition: .2s color ease-in, .2s background-color ease-in;
                            -o-transition: .2s color ease-in, .2s background-color ease-in;
                            -webkit-transition: .2s color ease-in, .2s background-color ease-in;
                            transition: .2s color ease-in, .2s background-color ease-in;
                            line-height: 20px;
                            font-size: 14px;
                            font-weight: 500;
                            color: #00192F;
                            font-family: 'Montserrat', sans-serif;
                            padding: 15px;
                        }

                        .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item:hover a {
                            color: #e74c3c;
                        }

                        .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item:last-child a {
                            border-bottom: 0
                        }

                .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle {
                    position: relative;
                    font-size: 17px;
                    font-weight: 600;
                    color: #333;
                    padding: 15px 10px;
                    transition: .3s ease-in;
                    cursor: pointer;
                }

                    .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle:hover {
                        color: #e74c3c;
                    }

                    .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle::after {
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                        width: 100%;
                        height: 1px;
                        content: '.';
                        color: transparent;
                        background: #f8f8f8;
                        visibility: none;
                        opacity: 0;
                        z-index: -1;
                        transition: all .5s;
                    }

                    .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle:hover::after {
                        opacity: 1;
                        visibility: visible;
                        height: 100%;
                    }

        .page-header .flex-row.header-side-nav .nav-list {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 7px;
        }

        .page-header .flex-row.header-side-nav .nav-item {
            display: flex;
            margin: 0 .33rem;
        }

            .page-header .flex-row.header-side-nav .nav-item .nav-link:not(.no-border) {
                padding: 5px 20px;
                border: 2px solid #e20613;
                font-size: 15px;
                font-weight: 600;
                position: relative;
                -moz-transition: background-color .3s ease-in, color .3s ease-in;
                -o-transition: background-color .3s ease-in, color .3s ease-in;
                -webkit-transition: background-color .3s ease-in, color .3s ease-in;
                transition: background-color .3s ease-in, color .3s ease-in;
                color: #333;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                will-change: background-color, color;
            }

                .page-header .flex-row.header-side-nav .nav-item .nav-link:not(.no-border):hover {
                    background-color: #e20613;
                    color: #fff
                }


               .home section.banner{
                   height:600px;
                   width:100%;
                }
.home section.banner img {
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.home section.search{
    width:100%;
    background-color:var(--primary);
    padding: 30px 0;
}

    .home section.search .left {
        width: 78%;
        margin-right: 2%;
    }

    .home section.search .left input {
        background: #fff;
        width: 100%;
        padding: 20px;
        font-size: 20px;
    }

    .home section.search .right {
        width: 20%;
    }
        .home section.search .right input {
            background: #f03226;
            width: 100%;
            padding: 20px;
            color: #FFF;
            font-size: 20px;
        }

.home section.turlar {
    padding-top: 120px;
}

    .home section.turlar .text-wrapper {
        width: 60%;
    }

    .home section.turlar .text-wrapper .title {
        font-size: 40px;
        line-height: 1.35em;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        border-left: 4px solid #000;
        padding-left: 33px;
    }
    .home section.turlar .text-wrapper .title strong {
        font-weight: 900;
    }

        .home section.turlar .text-wrapper .text {
            padding-top: 20px;
            padding-left: 37px;
            line-height: 1.7rem;
            color: #868686;
            font-weight: 300;
        }


.home section.turlar .turlarSwiper {
    width: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
    position: relative;
    margin-top: 80px;
}

    .home section.turlar .turlarSwiper .swiper-slide {
        background-color: #fff;
        /* text-align: center; */
        font-size: 24px;
        /*line-height: 300px;
        height: 300px;*/
        border-radius: 1rem;
        border: 1px solid #eee;
        -webkit-box-shadow: 0px 10px 20px -21px rgba(0, 0, 0, 0.75);
    }

        .home section.turlar .turlarSwiper .swiper-slide .item {
            padding: 0px;
            height: 560px;
            display: flex;
            flex-direction: column;
        }

            .home section.turlar .turlarSwiper .swiper-slide .item .image {
                /* height:300px; */
                border-radius: .6rem;
                overflow: hidden;
                /* aspect-ratio: 16 / 9; */
                width: 100%;
            }

                .home section.turlar .turlarSwiper .swiper-slide .item .image img {
                    aspect-ratio: 4 / 24;
                    width: 100%;
                    object-fit: cover;
                    max-height: 500px;
                }

            .home section.turlar .turlarSwiper .swiper-slide .item .text-wrapper {
                padding: 10px 0;
                width: 100%;
                transform: translate3d(0px, 0px, 0px);
                transition:.2s;
            }

                .home section.turlar .turlarSwiper .swiper-slide .item .text-wrapper .title {
                    font-weight: 700;
                    font-size: 14px;
                    font-family: 'Montserrat', sans-serif;
                    padding: 10px;
                    border: none;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .home section.turlar .turlarSwiper .swiper-slide .item .text-wrapper .subtitle {
                    font-weight: 300;
                    font-size: 13px;
                    padding: 0 10px;
                    opacity: 0;
                    display: -webkit-box;
                    -webkit-line-clamp: 2; 
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .home section.turlar .turlarSwiper .swiper-slide .item .text-wrapper ul.feats {
                    display: flex;
                    gap: 10px;
                }

                    .home section.turlar .turlarSwiper .swiper-slide .item .text-wrapper ul.feats li {
                        font-size: 1.2rem;
                        background: #f3f3f3;
                        padding: 3px 7px;
                        border-radius: 5px;
                    }

            .home section.turlar .turlarSwiper .swiper-slide .item .price {
                font-size: 1.9rem;
                font-weight: 700;
                font-family: var(--karla);
            }


    .home section.turlar .turlarSwiper .swiper-button-next, .home section.turlar .turlarSwiper .swiper-button-prev {
        background: var(--primary);
        width: 55px;
        height: 55px;
        line-height: 50px;
        margin-top: -30px;
        text-align: center;
        border: 2px solid #ffffff;
        border-radius: 55px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .home section.turlar .turlarSwiper:hover .swiper-button-prev,
    .home section.turlar .turlarSwiper:hover .swiper-button-next {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .home section.turlar .turlarSwiper .swiper-button-prev {
        left: 40px;
        transform: translateX(50px);
    }

        .home section.turlar .turlarSwiper .swiper-button-prev:before {
            font-family: "Font Awesome 5 Free";
            content: "\f060";
            font-size: 15px;
            color: #ffffff;
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            font-weight: 900;
        }

    .home section.turlar .turlarSwiper .swiper-button-next {
        right: 40px;
        transform: translateX(-50px);
    }

        .home section.turlar .turlarSwiper .swiper-button-next:before {
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            font-size: 15px;
            color: #ffffff;
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            font-weight: 900;
        }

    .home section.turlar .turlarSwiper .swiper-slide .item a:hover .text-wrapper {
        transform: translate3d(0px, -40px, 0px);
        background: #fff;
        transition: 0.2s;
    }

        .home section.turlar .turlarSwiper .swiper-slide .item a:hover .text-wrapper .subtitle {
            opacity: 1
        }

.home section.parallax-1 {
    padding:100px 0;
}

.home section.parallax-1 .block {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

    .home section.parallax-1 .block p {
        font-size: 40px;
        display: inline-block;
        text-align: center;
        padding: 170px 14%;
        color: #fff;
        font-family: 'Montserrat';
        background: #00000059;
        font-weight: 900;
        line-height: 2;
    }

    .home section.parallax-1 .block .img-parallax {
        width: 100vmax;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        pointer-events: none
    }


.home section.tur-kategoriler{
    /* padding:100px 0 ; */
}

.home section.tur-kategoriler .grid-wrapper {
    display: grid;
    place-items: center;
    padding: 0 0 100px;
}

    .home section.tur-kategoriler .grid-wrapper .wrapper {
        display: grid;
        grid-gap: 1rem;
        padding: 1rem;
        margin: 0 auto;
        font-family: 'Montserrat', sans-serif;
    }

@media (min-width: 600px) {
    .home section.tur-kategoriler .grid-wrapper .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .home section.tur-kategoriler .grid-wrapper .wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

.home section.tur-kategoriler .grid-wrapper .wrapper .card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
    .home section.tur-kategoriler .grid-wrapper .wrapper .card {
        aspect-ratio:1;
    }
}

.home section.tur-kategoriler .grid-wrapper .wrapper .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
}

.home section.tur-kategoriler .grid-wrapper .wrapper .card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.320) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.540) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.790) 100%);
    transform: translateY(-20%);
    transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}


.home section.tur-kategoriler .grid-wrapper .wrapper .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    justify-content: flex-start;
}

    .home section.tur-kategoriler .grid-wrapper .wrapper .content > * + * {
        margin-top: 1rem;
    }

.home section.tur-kategoriler .grid-wrapper .wrapper .title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.home section.tur-kategoriler .grid-wrapper .wrapper .copy {
    
font-size: 1.125rem;
    
font-style: italic;
    
line-height: 1.35;
    
max-height: 100px;
}

.home section.tur-kategoriler .grid-wrapper .wrapper .btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: var(--primary);
    border: none;
}

    .home section.tur-kategoriler .grid-wrapper .wrapper .btn:hover {
        background-color: #000000;
    }

    .home section.tur-kategoriler .grid-wrapper .wrapper .btn:focus {
        outline: 1px dashed yellow;
        outline-offset: 3px;
    }

@media (hover: hover) and (min-width: 600px) {
    .home section.tur-kategoriler .grid-wrapper .wrapper .card:after {
        transform: translateY(-20%);
    }

    .home section.tur-kategoriler .grid-wrapper .wrapper .content {
        height: 100%;
        transform: translateY(85%);
    }

        .home section.tur-kategoriler .grid-wrapper .wrapper .content > *:not(.title) {
            opacity: 0;
            transform: translateY(1rem);
            transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
        }

    .home section.tur-kategoriler .grid-wrapper .wrapper .card:hover, .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within {
        align-items: center;
    }

        .home section.tur-kategoriler .grid-wrapper .wrapper .card:hover:before, .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within:before {
            transform: translateY(-4%);
        }

        .home section.tur-kategoriler .grid-wrapper .wrapper .card:hover:after, .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within:after {
            transform: translateY(-50%);
        }

        .home section.tur-kategoriler .grid-wrapper .wrapper .card:hover .content, .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within .content {
            transform: translateY(0);
        }

            .home section.tur-kategoriler .grid-wrapper .wrapper .card:hover .content > *:not(.title), .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within .content > *:not(.title) {
                opacity: 1;
                transform: translateY(0);
                transition-delay: calc(700ms / 8);
            }

            .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within:before, .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within:after, .card:focus-within .content, .home section.tur-kategoriler .grid-wrapper .wrapper .card:focus-within .content > *:not(.title) {
                transition-duration: 0s;
            }
}


.home section.tur-kategoriler .text-wrapper {
    width: 60%;
    text-align:right;
    justify-self: right;
}
    .home section.tur-kategoriler .text-wrapper .title {
        font-size: 40px;
        line-height: 1.35em;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        border-right: 4px solid #000;
        padding-right: 33px;
    }

        .home section.tur-kategoriler .text-wrapper .title strong {
            font-weight: 900;
        }
    .home section.tur-kategoriler .text-wrapper .text {
        padding-top: 20px;
        padding-left: 37px;
        line-height: 1.7rem;
        color: #868686;
        font-weight: 300;
    }

.home section.tur-kategoriler ul.categories {
    display: flex;
    justify-content: center;
    padding: 70px 0 30px;
    flex-direction: row;
    gap: 50px;
}

.home section.tur-kategoriler ul.categories li.active {
    color: #f03226;
    border-bottom: 2px solid #f03226;);
}
.home section.tur-kategoriler ul.categories li a {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Montserrat';
}



    .page-banner .block {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        font-size: 16px;
        
    }

        .page-banner .block p {
            font-size: 40px;
            display: inline-block;
            text-align: center;
            padding: 190px 14%;
            color: #fff;
            font-family: 'Montserrat';
            background: #00000059;
            font-weight: 900;
            line-height: 2;
            width: 100%;
        }

        .page-banner .block .img-parallax {
            width: 100vmax;
            z-index: -1;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%,0);
            pointer-events: none
        }

.tur-liste section.content {
    display: flex;
    gap: 2rem;
    padding: 4rem 4rem;
    align-items: flex-start;
}

.tur-liste section.content .left {width: calc(100% - 22rem);position: relative;flex: 1;}

 .tur-liste section.page-banner{
     position:relative;
}

.tur-liste section.page-banner .ordering-wrapper {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 4rem;
}

    .tur-liste section.page-banner .ordering-wrapper ul.ordering-list {
        display: flex;
        gap: 10px;
    }

        .tur-liste section.page-banner .ordering-wrapper ul.ordering-list li a {
            padding: 20px 30px;
            font-size: 16px;
            font-weight: 900;
            color: #FFF;
            border: 1px solid #ffffff4d;
            display: inline-block;
        }

            .tur-liste section.page-banner .ordering-wrapper ul.ordering-list li a.active {
                background: #ffffff;
                color: #222;
            }

    .tur-liste section.content .left .tour-wrapper {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
    }
        .tur-liste section.content .left .tour-wrapper .item {
            width: calc((100% - 2rem) / 2);
            box-shadow: 0px 1px 7px #DBDBDB;
        }

.tur-liste section.content .left .tour-wrapper .item:hover img {
    transform: scale(1.05);
}
.tur-liste section.content .left .tour-wrapper .item:hover {
    box-shadow: 0px 1px 14px #a8a8a8;
}
            .tur-liste section.content .left .tour-wrapper .item .wrapper {
                display: flex;
                flex-direction: column;
                height: 100%;
            }

                .tur-liste section.content .left .tour-wrapper .item .wrapper .image {
                    width: 100%;
                    aspect-ratio: 4 / 2;
                    overflow: hidden;
                    position: relative;
                }


                    .tur-liste section.content .left .tour-wrapper .item .wrapper .image img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        transition: transform 0.4s ease;
                    }

                    .tur-liste section.content .left .tour-wrapper .item .wrapper .image .overlay {
                        position: absolute;
                        top: 0;
                        left: 36px;
                        -webkit-transform: rotate(270deg) translateX(-100%);
                        -ms-transform: rotate(270deg) translateX(-100%);
                        transform: rotate(270deg) translateX(-100%);
                        -webkit-transform-origin: 0 0;
                        -ms-transform-origin: 0 0;
                        transform-origin: 0 0;
                        background-color: var(--secondary);
                        color: #FFF;
                        padding: 6px 20px;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-transition: all .15s ease-in-out;
                        -o-transition: all .15s ease-in-out;
                        transition: all .15s ease-in-out;
                        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
                    }

                    .tur-liste section.content .left .tour-wrapper .item .wrapper .image .quota {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        padding: 6px 20px;
                        background: var(--primary);
                        color: #fff;
                        font-weight: 600;
                    }

                .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper {
                    padding: 20px 20px 0;
                }

                    .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .title {
                        font-size: 17px;
                        font-weight: 600;
                        font-family: 'Montserrat',sans-serif;
                    }

                    .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .destination {
                        font-weight: 300;
                        padding: 10px 0;
                        font-size: 13px;
                    }

                    .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .date {
                        color: var(--secondary);
                        font-weight: 600;
                        font-size: 14px;
                    }

                    .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .other {
                        display: flex;
                        border-top: 1px solid #DBDBDB;
                        padding-top: 10px;
                        margin: 20px 0;
                        flex-direction: row;
                        justify-content: space-between;
                        position: relative;
                        border-bottom: 1px solid #DBDBDB;
                        padding-bottom: 10px;
                        font-size: 14px;
                    }

                        .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .other .dates:hover > .dates-list {
                            display: block;
                            z-index:100;
                        }

                        .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .other .dates .dates-list {
                            background: var(--primary);
                            border: 1px solid #c9c9c9;
                            padding: 10px;
                            position: absolute;
                            width: 100%;
                            max-height: 150px;
                            overflow: auto;
                            font-size: 14px;
                            display: none;
                            top: 34px;
                            left: 0;
                            color: #fff;
                            z-index:0;
                        }

                        .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .other .destinations:hover > .destinations-list {
                            display: block;
                            z-index:100;
                        }

                        .tur-liste section.content .left .tour-wrapper .item .wrapper .text-wrapper .other .destinations .destinations-list {
                            background: var(--primary);
                            border: 1px solid #c9c9c9;
                            padding: 10px;
                            position: absolute;
                            width: 100%;
                            max-height: 150px;
                            overflow: auto;
                            font-size: 14px;
                            display: none;
                            top: 34px;
                            left: 0;
                            color: #fff;
                            z-index:0;
                        }

                .tur-liste section.content .left .tour-wrapper .item .wrapper .price-wrapper {
                    padding: 0 20px 10px;
                    display: flex;
                    gap: 30px;
                    align-items: baseline;
                }

                .tur-liste section.content .left .tour-wrapper .item .wrapper .price {
                    font-size: 28px;
                    font-weight: 700;
                    font-family: 'Montserrat';
                }

                .tur-liste section.content .left .tour-wrapper .item .wrapper .price2 {
                    font-size: 16px;
                    font-weight: 500;
                    font-family: 'Montserrat';
                }

                    .tur-liste section.content .left .tour-wrapper .item .wrapper .price2 .price-desc {
                        font-size: 13px;
                        font-weight: 300;
                        font-family: 'Montserrat';
                    }

                .tur-liste section.content .left .tour-wrapper .item .wrapper .bottom {
                    margin-top: auto;
                    padding: 10px 20px;
                    background: var(--primary);
                    color: #fff;
                    font-size: 14px;
                }

.tur-liste section.content .left .tour-wrapper .item .wrapper .bottom ul {
    display: flex;
    gap: 1.5rem;
}


    .tur-liste section.content .right {
    width: 20rem;
    position: sticky;
    top: 2rem; /* Scroll edilirken en Ã¼stte kalmasÄ±nÄ± saÄŸlar */
    overflow: auto;
    height: calc(100vh - 2rem);
    scrollbar-width: none;
    padding-right:10px;
    }

.tur-liste section.content .right::-webkit-scrollbar {
  width: 8px; /* KaydÄ±rma Ã§ubuÄŸunun geniÅŸliÄŸi */
    
}

.tur-liste section.content .right::-webkit-scrollbar-thumb {
  background: transparent; /* VarsayÄ±lan olarak gÃ¶rÃ¼nmez */
  border-radius: 4px;
}

/* Ãœzerine gelindiÄŸinde kaydÄ±rma Ã§ubuÄŸunu gÃ¶ster */
.tur-liste section.content .right:hover {
  scrollbar-width: thin; /* Firefox */
   
}

.tur-liste section.content .right:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3); /* Hafif gÃ¶rÃ¼nÃ¼r yap */
     padding-right:0;
}

        .tur-liste section.content .right .accordion {
            position: relative;
            box-shadow: 0px 1px 7px #DBDBDB;
        }

            .tur-liste section.content .right .accordion h2 {
                font-size: 18px;
            }


            .tur-liste section.content .right .accordion .head {
                background-color: #FFFFFF;
                color: #222222;
                padding: 15px 20px;
                cursor: pointer;
                transition: 0.2s ease;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 10px;
            }

            .tur-liste section.content .right .accordion .arrow {
                color: var(--secondary);
                font-size: 30px;
                transition: 0.25s ease;
                opacity: 0.3;
                transform: rotate(-90deg);
            }

            .tur-liste section.content .right .accordion .head:hover .arrow {
                opacity: 1;
            }

            .tur-liste section.content .right .accordion .head:hover, .tur-liste section.content .right .accordion .active {
                background-color: var(--primary);
                color: #fff;
            }

            .tur-liste section.content .right .accordion .arrow-animate {
                transform: rotate(0deg);
                opacity: 1;
            }

            .tur-liste section.content .right .accordion .content {
                background-color: #FFFFFF;
                display: none;
                padding: 20px 30px;
                color: #333333;
                margin-bottom: 10px;
            }

        .tur-liste section.content .right .accordion input {
            margin-right: 10px
        }

        .tur-liste section.content .right .accordion ul li label {
            display: inline;
        }



        /* TUR DETAY */

.tur-detay section.page-banner .banner-cok {
    display: flex;
    flex-direction: row;
    height: 650px;
    gap: 10px;
}

    .tur-detay section.page-banner .banner-cok .left {
        display: inline-block;
        width: Calc(60% - 10px);
        height: 650px;
    }

        .tur-detay section.page-banner .banner-cok .left .glide__slides {
            height: 650px;
        }

            .tur-detay section.page-banner .banner-cok .left .glide__slides .image2 {
                height: 100%;
            }

            .tur-detay section.page-banner .banner-cok .left .glide__slides .text2 {
                position: absolute;
                bottom: 10%;
                font-size: 28px;
                text-transform: uppercase;
                color: #FFF;
                padding: 10px 30px;
                background: #0000007d;
            }

        .tur-detay section.page-banner .banner-cok .left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .tur-detay section.page-banner .banner-cok .right {
        width: 40%;
    }

        .tur-detay section.page-banner .banner-cok .right ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            .tur-detay section.page-banner .banner-cok .right ul li {
                height: calc(325px - 5px);
                width: calc(50% - 5px);
            }

                .tur-detay section.page-banner .banner-cok .right ul li img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }

        .tur-detay section.content{
            padding:4rem;
        }
.person-select-overlay {
    background: #0000007d;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
}

    .person-select-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.tur-detay .reservation-container {
    box-shadow: 0px 1px 7px #DBDBDB;
    padding: 20px;
    margin-bottom: 50px;
    background: var(--primary);
    position: relative;
    /* z-index: 100; */
    color: #fff;
}

    .tur-detay .reservation-container select.rezervasyon {
        background: none;
        padding: 10px;
        color: #fff;
        font-size: 16px;
    }

    .tur-detay .reservation-container .col1 .subtitle {
        font-size: 14px;
    }

    .tur-detay .reservation-container .col1 .title {
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 10px;
    }

    .tur-detay .reservation-container .col2 .subtitle {
        font-size: 14px;
    }

    .tur-detay .reservation-container .col2 .price {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
    }

        .tur-detay .reservation-container .col2 .price span {
            font-size: 18px;
            font-weight: 600;
            color: var(--secondary);
            margin-left: 20px;
        }

    .tur-detay .reservation-container .col3 {
        align-self: center;
    }

        .tur-detay .reservation-container .col3 a {
            background: var(--secondary););
            padding: 10px 20px;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            width: 100%;
        }

    .tur-detay .reservation-container .person-select-dropdown {
        cursor: pointer;
    }

    .tur-detay .reservation-container select {
        cursor: pointer;
    }

    .tur-detay .reservation-container .person-select-container {
        background: white;
        width: 500px;
        position: absolute;
        z-index: 100;
        padding: 20px 30px;
        opacity: 0;
        visibility: hidden;
        transition: all 250ms ease-in-out;
    }

        .tur-detay .reservation-container .person-select-container.show {
            opacity: 1;
            visibility: visible;
        }

        .tur-detay .reservation-container .person-select-container .person-row {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            margin-bottom: 12px;
        }

            .tur-detay .reservation-container .person-select-container .person-row .title {
                width: 200px;
                border: none !important;
                background: white;
                padding: 10px 0;
                margin: 0 !important;
                margin-right: 150px !important;
                color: #222;
            }

            .tur-detay .reservation-container .person-select-container .person-row .minus, .person-select-container .person-row .plus {
                width: 50px;
                background: var(--secondary);
                font-size: 30px;
            }

            .tur-detay .reservation-container .person-select-container .person-row .number {
                width: 50px;
                text-align: center;
                font-size: 20px;
                font-weight: bold;
                color: #222;
            }

            .tur-detay .reservation-container .person-select-container .person-row .update {
                padding: 5px 10px;
                border: 2px solid var(--secondary);
                font-size: 15px;
                font-weight: bold;
                border-radius: 10px;
                text-transform: uppercase;
            }

            .tur-detay .reservation-container .person-select-container .person-row:last-child {
                justify-content: flex-end;
            }

.tur-detay .sub-links {
    box-shadow: 0px 1px 7px #DBDBDB;
    padding: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
}

    .tur-detay .sub-links ul {
        display: flex;
        justify-content: space-evenly;
        font-weight: 600;
    }

        .tur-detay .sub-links ul li.active {
            border-bottom: 4px solid var(--secondary);
        }

.tur-detay .scroll-margin-top {
    scroll-margin-top: 70px;
}


.tur-detay .tour-program {
    box-shadow: 0px 1px 7px #DBDBDB;
    padding: 20px;
    margin-top: 50px;
}

.tur-detay .tour-program .content {
    line-height: 2.2;
}

    .tur-detay .tour-program .title {
        border-bottom: 1px solid #dadada;
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 900;
        color: var(--secondary);
        font-family: 'Montserrat',sans-serif;
    }

    .tur-detay .tour-program h2 {
        font-size: 19px;
        padding: 20px 0 3px 0;
        display: block;
        font-weight: bold;
        color: var(--secondary);
        font-family: 'Montserrat',sans-serif;
    }

    .tur-detay .tour-program .content span {
        color: #333 !important;
        font-size: 16px !important;
        font-family: 'Open Sans';
    }

.tur-detay .tour-services {
    box-shadow: 0px 1px 7px #DBDBDB;
    padding: 20px;
    margin-top: 50px;
}

    .tur-detay .tour-services .title {
        border-bottom: 1px solid #dadada;
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 900;
        color: var(--secondary);
        font-family: 'Montserrat',sans-serif;
    }

    .tur-detay .tour-services .content {
        display: flex;
        justify-content: space-between;
        line-height: 2.3;
    }

        .tur-detay .tour-services .content .including, .tur-detay .tour-services .content .not-including {
            width: 48%;
        }

            .tur-detay .tour-services .content .including .title {
                font-size: 17px !important;
                color: #62bb3e;
            }

            .tur-detay .tour-services .content .not-including .title {
                font-size: 17px !important;
                color: #bb3e3e;
            }

        .tur-detay .tour-services .content ul {
            padding-left: 20px;
        }

            .tur-detay .tour-services .content ul li {
                line-height: 30px;
            }

                .tur-detay .tour-services .content ul li::before {
                    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
                    color: var(--secondary); /* Change the color */
                    font-weight: bold; /* If you want it to be bold */
                    display: inline-block; /* Needed to add space between the bullet and the text */
                    width: 1em; /* Also needed for space (tweak if needed) */
                    margin-left: -1em; /* Also needed for space (tweak if needed) */
                }

.tur-detay .tour-prices {
    box-shadow: 0px 1px 7px #DBDBDB;
    padding: 20px;
    margin-top: 50px;
}

    .tur-detay .tour-prices .title {
        border-bottom: 1px solid #dadada;
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        color: var(--secondary);
        font-family: 'Montserrat',sans-serif;
        font-weight: 900;
    }

.tur-detay section.tour-detail span.kesin {
    display: block;
    font-weight: 900;
    color: var(--primary);
    font-size: 14px;
}




.tour-prices table {
    width: 100%;
    border-collapse: collapse;
}

    .tour-prices table th {
        text-align: center;
        padding: 5px 10px;
        font-size: 13px;
    }

        .tour-prices table th:nth-child(1) {
            width: 240px;
        }

        .tour-prices table th:nth-child(2) {
            width: 240px;
        }

        .tour-prices table th:nth-child(3) {
            width: 175px;
        }

        .tour-prices table th:nth-child(4) {
            width: 175px;
        }

        .tour-prices table th:nth-child(5) {
            width: 175px;
        }

        .tour-prices table th:nth-child(6) {
            width: 175px;
        }

        .tour-prices table th:nth-child(7) {
            width: 75px;
        }

    .tour-prices table td {
        text-align: center;
        padding: 10px 10px;
    }

        .tour-prices table td a {
            background: var(--secondary);
            padding: 5px 7px;
            color: #fff;
            font-size: 14px;
        }



.tur-detay .banner .image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.tur-detay .tour-hotels {
    box-shadow: 0px 1px 7px #DBDBDB;
    padding: 20px;
    margin-top: 50px;
}

    .tur-detay .tour-hotels .title {
        border-bottom: 1px solid #dadada;
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 900;
        color: var(--secondary);
       font-family: 'Montserrat',sans-serif;
    }

.tur-detay .tour-infos {
    box-shadow: 0px 1px 7px #DBDBDB;
    padding: 20px;
    margin-top: 50px;
}

    .tur-detay .tour-infos .title {
        border-bottom: 1px solid #dadada;
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 900;
        color: var(--secondary);
        font-family: 'Montserrat',sans-serif;
    }
       .tur-detay .tour-infos .content {
    line-height:2.3;
}   


       /* ILETISIM */

.iletisim section.contact-page {
   padding:4rem;

}

    .iletisim section.contact-page .section-title h2 {
       font-family:'Montserrat',sans-serif;
       font-weight: 900;
       font-size: 22px;
       padding-bottom: 5px;
       border-bottom: 1px solid #000000;
       margin-bottom: 20px;
    }

    .iletisim section.contact-page ul.adres h3{
        font-size: 22px;
        font-weight: 700;
        font-family: 'Montserrat',sans-serif;
    }
    /*form STYLE*/
    .iletisim section.contact-page .form-area {
        width: calc(100% + 20px);
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0 -10px;
        margin-top: 20px;
    }

    .iletisim section.contact-page .form-area .form-col {
        width: calc(50% - 20px);
        display: inline-block;
        float: left;
        margin: 15px 10px;
        position: relative;
    }

    .iletisim section.contact-page .form-area .text {
        float: left;
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddddd;
    }

        .iletisim section.contact-page .form-area .text h2 {
            width: 100%;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            color: #13070b;
            font-weight: bold;
            font-size: 26px;
        }

        .iletisim section.contact-page .form-area .text h3 {
            margin: 0;
            margin-top: 5px;
            display: inline-block;
            width: 100%;
            float: left;
            padding: 0;
            font-weight: normal;
            font-size: 16px;
            color: #b6001f;
            font-style: italic;
        }

    .iletisim section.contact-page .form-area .form-col textarea {
        height: 250px;
    }

    .iletisim section.contact-page .form-area .form-col textarea, .iletisim section.contact-page .form-area .form-col input, .iletisim section.contact-page  .form-area .form-col select {
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        z-index: 1;
        background: transparent;
        padding: .7rem .75rem;
        border-color: #dddddd;
        min-height: 40px !important;
        resize: none;
        overflow: hidden;
        font-size: 16px;
        max-height: 100px;
    }

    .iletisim section.contact-page .form-area .form-col label {
        margin-bottom: 0;
        position: absolute;
        left: 10px;
        transition: all 300ms;
        top: 5px;
        font-size: 15px;
        font-weight: 900;
    }

        .iletisim section.contact-page .form-area .form-col textarea:focus + label, .iletisim section.contact-page .form-area .form-col input:focus + label, .iletisim section.contact-page .form-area .form-col label.active {
            top: -20px;
            left: 0;
        }

    .iletisim section.contact-page .form-area .form-col .input-group + label {
        top: -10px;
        left: 0;
    }

    .iletisim section.contact-page .form-area .form-col select {
        padding-top: 0;
        padding-bottom: 0;
    }

        .iletisim section.contact-page .form-area .form-col select + label {
            top: -10px;
            left: 0;
        }

        .iletisim section.contact-page .form-area .form-col textarea:focus, .iletisim section.contact-page .form-area .form-col input:focus, .iletisim section.contact-page .form-area .form-col select:focus {
            border-color: #ab2425;
            box-shadow: none;
        }

    .iletisim section.contact-page .form-area .form-col .input-group-addon {
        background: transparent;
        border: 0;
        position: absolute;
        right: 0;
    }

    .iletisim section.contact-page .form-area .form-col.last {
        width: calc(100% - 20px);
    }

    .iletisim section.contact-page .form-area .button-wrapper {
        width: calc(100% - 30px);
        width: calc(50% - 20px);
        text-align: center;
        display: inline-block;
        float: left;
        margin: 0 10px;
        margin-top: 10px;
    }

        .iletisim section.contact-page .form-area .button-wrapper .button {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 14px 10px;
            border: 1px solid #ddd;
            transition: all 300ms;
            font-weight: bold;
            text-decoration: none;
            background: #1f3238;
            color: #ffffff;
            border-color: #1f3238;
            font-size: 16px;
        }

            .iletisim section.contact-page .form-area .button-wrapper .button:hover {
                background: var(--secondary);
                color: #fff;
                border-color: var(--secondary);
            }

    .iletisim section.contact-page .form-area .form-col div.label {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
/*form STYLE*/
.iletisim section.contact-page .contact-info .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

    .iletisim section.contact-page .contact-info .wrapper h5 {
        font-size: 20px;
        color: #ED1D25;
        font-weight: bold;
        margin: 0;
    }

    .iletisim section.contact-page .contact-info .wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0;
        float: left;
        width: 100%;
        display: inline-block;
    }

        .iletisim section.contact-page .contact-info .wrapper ul li {
            float: left;
            display: inline-block;
            margin: 10px 0;
            width: 100%;
        }

            .iletisim section.contact-page .contact-info .wrapper ul li b {
                width: 100%;
                display: inline-block;
                float: left;
                color: #4a4747;
                font-size: 20px;
            }

            .iletisim section.contact-page .contact-info .wrapper ul li a, .contact-info .wrapper ul li span {
                width: 100%;
                display: inline-block;
                float: left;
                margin: 0;
                line-height: 20px;
                font-size: 17px;
                color: #777;
                font-family: "Open Sans", Arial, sans-serif;
                margin-top: 10px;
            }

            .iletisim section.contact-page .contact-info .wrapper ul li a {
                color: #777777;
                font-weight: 400;
                text-decoration: none;
            }

.iletisim section.contact-page .contact-maps {
    width: 100%;
    display: inline-block;
    float: left;
    height: 300px;
}

    .iletisim section.contact-page .contact-maps iframe {
        width: 100%;
        display: inline-block;
        float: left;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

.iletisim section.contact-page .maps-wrapper {
    margin-top: 30px;
}

/* REZERVASYON*/
.rezervasyon {
    padding: 100px 0;
}

    .rezervasyon .img {
        width: 100%;
    }

        .rezervasyon .img img {
            width: 100%;
        }

    .rezervasyon .card {
        padding: 10px;
        margin: 20px 0;
    }


        .rezervasyon .card .row {
            margin: 10px 0;
        }

        .rezervasyon .card .title {
            font-weight: bold;
        }

        .rezervasyon .card h3 {
            font-size: 21px;
            font-weight: bold;
        }

        .rezervasyon .card > div {
            margin: 10px 0 20px;
        }

        .rezervasyon .card .persons-container span {
            font-size: 14px;
            font-weight: bold;
        }

        .rezervasyon .card input[type=radio] {
            margin-right: 5px;
        }

    .rezervasyon .tour-detail .wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

        .rezervasyon .tour-detail .wrapper > div {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }

    .rezervasyon .title {
        font-size: 20px;
    }

    .rezervasyon .date {
        font-size: 18px;
        color: var(--primary);
        font-weight: bold;
    }

    .rezervasyon .price, .rezervasyon .price2 {
        display: flex;
        justify-content: space-between;
    }

    .rezervasyon .price2 {
        font-size: 19px;
        font-weight: 600
    }

    .rezervasyon .price > div:last-child {
        font-weight: 400;
        font-size: 21px;
    }

    .rezervasyon .price2 > div:last-child {
        font-weight: 600;
        font-size: 21px;
    }

    .rezervasyon .tour-detail input[type=submit] {
        width: 100%;
        background: var(--primary);
        color: #FFF;
        padding: 7px 10px;
        font-size: 18px;
        font-weight: 600;
        margin-top: 30px
    }

.rezervasyon-basarili .rezervasyon-container .title h1 {
    color: #ff6600;
    padding-bottom: 30px;
}


.footer {
    padding: 7rem 0;
    background: #000;
    color: #777;
}
.footer .footer-site-logo {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

.footer h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer .links li {
    margin-bottom: 10px;
}
.footer .links li a {
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.footer .line {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .link-menu li {
    display: inline-block;
}

.footer .link-menu li a {
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.footer .link-menu.nav-left li:first-child a {
    padding-left: 0;
}

.footer .social li {
    display: inline-block;
}

.footer .social li a {
    display: inline-block;
    padding: 10px;
    color: #ccc;
}

/* Created with love by Lizbon */

