h1, h2, h3, h4, h5, p {
    color: var(--text-color)
}

.redButton, .rotate, .s2-butonRow a, .s2-mainToggerBoxActive, .s2-mainTogglerBox p, .s2-mainTogglerBox p i {
    transition: .3s
}

.recomIconHP, .redButton, .s2-checkLine label, .s2-pricePart {
    cursor: pointer
}

.recomBox, .s1-rightBox, .s2-packageBox, .s5-detailBox {
    box-shadow: 0 0 4px 0 rgba(25,25,25,.15)
}

.rotate,  .s9-iconActive {
    transform: rotate(-180deg)
}

:root {
    --primary-color: #ed1c24;
    --hover-bg-color: #f5f3f4;
    --border-color: #e6e8e6;
    --text-color: #191919;
    --subText-color: #7c7c7c;
    --grey1-color: #ced0ce
}

p {
    font-size: 16px;
    line-height: 1.25
}

h1 {
    font-size: 61px
}

h2 {
    font-size: 48.8px
}

h3 {
    font-size: 39.1px
}

h4 {
    font-size: 31.3px
}

h5 {
    font-size: 25px
}

input {
    accent-color: var(--primary-color)
}

    .form-select:focus, .form-select:focus-visible, input:focus, select:focus {
        border: 1px solid var(--border-color);
        outline: 0;
        box-shadow: none
    }

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.sliderMainBox, .sliderMainBox::after {
    position: relative;
    height: 475px;
    width: 100%
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e9e9e9
}

.slider {
    margin: 50px 0 24px
}

.sliderMainBox {
    overflow: hidden;
    border-radius: 32px;
    background-position: center;
    background-size: cover
}

    .sliderMainBox::after {
        content: "";
        display: block;
        /*background: linear-gradient(0deg,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 50%),linear-gradient(90deg,rgba(0,0,0,.7) 5%,rgba(0,0,0,.5) 100%);*/
        pointer-events: none
    }

.customSwiperPaginationRow {
    position: absolute !important;
    height: 70px !important;
    width: auto !important;
    padding: 16px;
    background: #fff !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    border-radius: 32px 0 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.s1-leftBoxTitleRow, .s2-leftTitleRow, .s4-titleLine, .s7-idBox, .sliderButtonLine {
    display: flex;
    align-items: center
}

.customSwiperPaginationRow .swiper-pagination-bullet {
    height: 50px;
    width: 50px;
    padding: 2px;
    border: 2px solid var(--text-color);
    background-color: #fff;
    overflow: hidden !important
}

.customSwiperPaginationRow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.sliderTextBox {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 45%;
    z-index: 5
}

.recomendedSlide, .relativeContainer, .searchBox {
    position: relative
}

.sliderTextBox h1 {
    font-size: 48.8px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    z-index: 5;
    margin-bottom: 24px
}

.sliderTextBox p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 42px;
    width: 85%
}

.redButton {
    padding: 12px 20px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    outline: 0
}

    .redButton:hover {
        background-color: #b8060c
    }

.packages {
    margin-right: 20px;
    color: #fff;
    text-decoration: none
}

.hizmetimg {
    width: 60px;
    height: 60px;
}


.searchBox {
    width: 220px
}

    .searchBox input {
        border: 1px solid #fff;
        background-color: #9c9c9cc4;
        padding: 10px 35px 10px 10px;
        width: 100%;
        border-radius: 12px;
        color: #fff !important
    }

        .searchBox input:focus {
            border: 1px solid #fff;
            outline: white solid 1px
        }

        .searchBox input::placeholder {
            color: #fff;
            opacity: 1
        }

    .searchBox i {
        position: absolute;
        height: 10px;
        width: 10px;
        top: calc(50% - 6px);
        right: 20px;
        color: #fff
    }

.sliderSocialIconsRow {
    position: absolute;
    height: 405px;
    right: 3%;
    top: 0;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .sliderSocialIconsRow li {
        margin: 14px 0
    }

        .sliderSocialIconsRow li a {
            color: #fff;
            font-size: 20px;
            transition: .3s
        }

            .priceDesc span, .s2-checkLine label p span, .s4-mobile span, .s9-active, .sliderSocialIconsRow li a:hover {
                color: var(--primary-color)
            }

.customSwiperPaginationRow .swiper-pagination-bullet-active {
    border: 2px solid var(--primary-color)
}

.s1-leftBox, .s1-rightBox {
    border-radius: 32px;
    min-height: 245px;
    position: relative;
    overflow: hidden
}

.s1 {
    margin: 0 0 50px
}

.s1-leftBox {
    background-image: url("/uploads/denemebank.jpg");
    background-size: cover;
    padding: 32px
}

.s1-leftBoxTitleRow {
    margin-bottom: 20px
}

    .s1-leftBoxTitleRow p {
        color: #fff;
        margin-left: 10px;
        font-weight: 600
    }

.s1LeftIconBox img, .s1RightIconBox, .s2-leftTitleRow img {
    height: 20px;
    width: 20px;
    object-fit: cover
}

.s1-leftBoxDescRow {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 50%;
    line-height: 1.5;
    margin-bottom: 37px
}

    .s1-leftBoxDescRow h2 {
        color: #fff;
        font-size: 20px
    }

.s1-rightBoxTitleRow p, .s2-leftTitle {
    color: var(--primary-color);
    font-weight: 600
}

.s1-leftButton {
    margin-left: auto;
    display: block
}

.s1-rightBox {
    padding: 32px 32px 16px
}

.s1-rightBoxTitleRow {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

    .s1-rightBoxTitleRow p {
        margin-left: 10px
    }

.s1-rightBoxContentRow, .s6-swiperNavigationRow {
    display: flex;
    align-items: flex-end
}

.s1-firstPart {
    display: flex;
    align-items: center;
    flex-basis: 65%
}

.s1-subBox {
    margin-left: 16px
}

.s1-subTitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px
}

.s1-subDesc {
    font-size: 16px;
    line-height: 1.25
}

.s1-rightButton {
    margin-left: auto
}

    .s1-rightButton i {
        margin-left: 12px
    }

.s10, .s2, .s4, .s5, .s8, .s9 {
    margin: 20px 0
}

.s2-leftTitle {
    font-size: 16px;
    margin-left: 5px
}

.s2-bigTitleRow, .s2-packageSubDetailLine p b {
    font-weight: 700
}

.s2-bigTitleRow {
    margin: 10px 0 20px;
    font-size: 39px;
    line-height: 1.25
}

.s2-descriptionRow {
    color: var(--text-color);
    line-height: 1.25
}

.s2-butonRow {
    margin-top: 36px
}

    .s2-butonRow a {
        width: max-content;
        padding: 10px 16px;
        border-radius: 25px;
        border: 1px solid var(--text-color);
        background-color: #fff;
        text-decoration: none;
        color: var(--text-color)
    }

        .s2-butonRow a:hover, .s2-mainTogglerBox p:hover, .s3-button:hover, .s5-detailBox:hover {
            background-color: var(--hover-bg-color)
        }

        .s2-butonRow a i, .s6-rightButton i {
            margin-left: 10px
        }

.packageSwiper {
    padding: 0px 0 0px;
    padding-bottom: 30px;
}

    .packageSwiper .swiper-slide {
        padding: 5px
    }

.s2-packageBox {
    padding: 16px 0 8px;
    border-radius: 12px
}

.s2-packageTitleLine {
    padding: 0 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5px
}

    .s2-packageTitleLine p {
        font-size: 20px;
        color: var(--text-color);
        line-height: 1.25;
        width: 80%
    }

.s2-packagePriceLine {
    padding: 0 16px;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px
}

.s2-packageSubDetailLine {
    padding: 0 16px;
    margin-bottom: 40px
}

    .s2-packageSubDetailLine p {
        color: var(--subText-color-color);
        line-height: 1.25
    }

.s2-packageButonLine {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.getDate {
    flex-basis: 78%
}

.s2-iconBox {
    background-color: #f6e7e8;
    padding: 12px;
    border-radius: 12px
}

.s2-checkLine, .s2-toggler {
    background-color: var(--hover-bg-color)
}

.s2-checkLine {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 16px
}

    .s2-checkLine input {
        height: 24px;
        width: 24px;
        margin-right: 16px
    }

    .s2-checkLine label {
        display: block
    }

        .s2-checkLine label p {
            color: var(--text-color);
            font-weight: 600;
            font-size: 13px;
            display: block;
            margin-bottom: 4px
        }

.s2-pricePart {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.priceDesc {
    flex-basis: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px
}

.currentPrice {
    font-size: 16px;
    font-weight: 700;
    margin-right: 16px
}

.oldPrice {
    color: #b3b3b3;
    text-decoration: line-through;
    font-size: 13px
}

.s10-butonBox a, .s3-button, .s4-mobile, .s6-rightButton {
    text-decoration: none
}

.s2-mainTogglerBox {
    padding: 0 4px;
    margin: 8px 0
}

    .s2-mainTogglerBox p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background-color: #f6f6f6;
        padding: 16px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer
    }

.s2-mainToggerBoxActive p {
    border-radius: 8px 8px 0 0
}

.s2-toggler {
    max-height: 1000px;
    overflow: hidden;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 0 0 8px 8px;
    margin-top: 2px;
    transition: max-height .3s ease-out,padding .3s ease-out
}

.s2-mainToggerBoxActive .s2-toggler {
    /* max-height: 500px; */
    padding: 4px 0 8px
}

.s2-toggler li {
    position: relative;
    padding-left: 40px;
    margin: 12px 0;
    font-size: 15px;
    width: 90%;
    line-height: 1.25
}

.iconLine img, .recomBox span {
    margin-right: 10px
}

.s2-toggler li::before {
    font-size: 10px;
    position: absolute;
    left: 13px;
    top: 0;
    color: #4caf50;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
}

.customNavigation {
    position: relative;
    margin-left: auto;
    border: 1px solid var(--text-color);
    height: 50px;
    width: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
    padding: 0;
}

    .customNavigation .swiper-button-next,
    .customNavigation .swiper-button-prev {
        position: static !important;
        margin: 0 8px;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background: none;
        box-shadow: none;
        border: none;
        color: var(--text-color);
        transition: all 0.3s ease;
    }

        .customNavigation .swiper-button-next:after,
        .customNavigation .swiper-button-prev:after {
            font-size: 28px;
            color: var(--text-color);
            font-weight: bold;
        }

    .customNavigation::after {
        content: "";
        height: 30px;
        width: 1px;
        position: absolute;
        background-color: var(--text-color);
        top: 10px;
        left: 49.5px;
    }

    .customNavigation .swiper-button-next:hover,
    .customNavigation .swiper-button-prev:hover {
        background: #f5f3f4;
        transform: scale(1.1);
        color: var(--primary-color);
    }

.packageSwiper .customNavigation {
    bottom: -20px;
}

.mobileTitle, .s2-mobileShowAll, .s4-last::after {
    display: none
}

.recomBox {
    background-color: #f6f6f6;
    position: absolute;
    display: flex;
    align-items: center;
    top: -60px;
    padding: 10px;
    border-radius: 12px;
    z-index: 3
}

.recomIcon, .recomIconHP {
    background-color: #fff
}

.recomBox::after {
    z-index: 3;
    content: "";
    position: absolute;
    /* border: 30px solid #f6f6f6; */
    bottom: -5px;
    left: 20px;
    border-radius: 6px;
    transform: rotate(45deg)
}

.recomBox span, .recomIcon, .recomIconHP {
    padding: 10px;
    border-radius: 12px;
    position: relative;
    z-index: 4
}

.recomBox span {
    background-color: var(--primary-color);
    color: #fff
}

.recomIconHP:hover::after {
    content: "Yol YardÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m Hediye";
    background-color: #6cbf6c;
    color: #fff;
    padding: 8px 14px;
    position: absolute;
    top: 5px;
    left: 60px;
    border-radius: 8px;
    width: 200px;
    font-size: 14px;
    text-align: center
}

.s3-button, .s5-searchContainer input {
    border: 1px solid var(--border-color)
}

.s2-leftBox {
    margin-top: 15px;
}


.sgenel {
    height: auto;
    margin: 4px 0;
    padding: 2px 0;
}


.s3 {
    height: auto;
    margin: 50px 0;
    padding: 135px 0;
}


.s3-title {
    font-size: 39px;
    font-weight: 700;
    color: #fff;
    width: 80%;
    line-height: 1.25
}

.iconLine, .s3-button, .s4-mobile i {
    color: var(--primary-color)
}

.s3-buttonLine {
    display: flex;
    align-items: center;
    margin-top: 16px
}

.s3-button {
    font-weight: 600;
    background-color: #fff;
    padding: 12px 36px;
    border-radius: 8px;
    transition: .3s
}

.s3-b1 {
    margin-right: 22px
}

.iconLine {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.sectionTitle {
    text-align: center;
    font-size: 39.1px;
    font-weight: 700;
    margin-top: 10px
}

.s4-mainBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    position: relative
}

.s4-lastLine, .s4-mobile {
    display: flex;
    align-items: center
}

.s4-mobile, .s4-subText {
    padding: 0 32px;
    background-color: #fff;
    position: relative
}

.s4-mainBox::after {
    content: "";
    background-image: url("/uploads/s4-arrow.png");
    height: 50px;
    width: 16px;
    position: absolute;
    right: -10px;
    top: calc(50% - 25px)
}

.s4-imageContainer img {
    width: 100%;
    object-fit: cover
}

.s4-number {
    color: #7c7c7c50;
    font-size: 64px;
    font-weight: 900;
    margin-right: 14px
}

.s4-desc, .s4-subText {
    color: var(--subText-color)
}

.s4-desc, .s4-title {
    font-weight: 700;
    line-height: 1.25
}

.s4-title {
    font-size: 20px;
    width: 70%
}

.s4-desc {
    margin-top: 12px
}

.s4-even {
    margin-top: 120px
}

.s4-lastLine {
    justify-content: center;
    margin-top: 16px;
    position: relative
}

    .s4-lastLine:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: var(--grey1-color);
        position: absolute;
        z-index: -1
    }

.s4-mobile::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: var(--grey1-color);
    left: 0;
    top: calc(50% - 10px);
    transform: rotate(10deg)
}

.s4-mobile::after, .s4-subText::before {
    height: 40px;
    transform: rotate(10deg);
    width: 1px;
    position: absolute;
    content: "";
    background-color: var(--grey1-color)
}

.s4-mobile::after {
    right: 0;
    top: 0
}

.s4-subText::before {
    left: 0;
    top: -15px
}

.s4-mobile {
    justify-content: center
}

.s5-citySelectRow, .s5-detailBox {
    align-items: center;
    display: flex
}

.s4-mobile i {
    padding: 12px;
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid var(--border-color);
    margin-right: 16px
}

.sectionDesc {
    margin: 16px 0 32px;
    text-align: center;
    color: var(--text-color)
}

.s5-subTitle {
    font-size: 25px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px
}

.s5-searchContainer {
    position: relative;
    width: 100%
}

    .s5-searchContainer input {
        padding: 10px 8px 10px 48px;
        width: 100%;
        border-radius: 12px;
        transition: .3s;
        background-color: #f6f6f6;
        outline: white solid 1px
    }

.s5-citySelectBox, .s5-detailBox {
    border: 1px solid var(--border-color);
    cursor: pointer;
    transition: .3s
}

.s5-searchContainer input:focus {
    border: 1px solid var(--subText-color);
    outline: white solid 1px
}

.s5-searchContainer i {
    position: absolute;
    height: 22px;
    width: 22px;
    font-size: 22px;
    top: calc(50% - 11px);
    left: 18px;
    color: var(--grey1-color)
}

.s5-citySelectRow {
    padding: 16px 0;
    overflow: hidden;
    overflow-x: auto
}

.s5-citySelectBox {
    padding: 8px 32px;
    border-radius: 50px;
    margin: 0 6px;
    font-size: 13px
}

.s5-citySelectActive {
    background-color: var(--text-color);
    color: #fff
}

.s5-detailBox {
    width: 100%;
    padding: 12px;
    margin: 16px 0;
    border-radius: 8px;
    color: var(--text-color)
}

    .s5-detailBox:last-child {
        margin-bottom: 0
    }

.s5-detailRight {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative
}

    .s5-detailRight::after {
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 55%;
        background-color: var(--border-color);
        position: absolute
    }

    .s5-detailRight img {
        padding-right: 12px;
        height: 30px;
    }

    .s5-detailRight i {
        padding-left: 12px
    }

.s5-DetailRow {
    max-height: 630px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 16px
}

.s10-blogBox, .s10-imgBox, .s6-img1, .s6-img2, .s7 {
    overflow: hidden
}

.mapBox {
    width: 100%;
    margin-top: auto;
    object-fit: cover
}

    .mapBox img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

.flexEnd {
    align-items: flex-end
}

.s5-detailEmptyBox {
    display: none;
    padding: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    border: 1px solid var(--border-color);
    margin: 16px 0;
    border-radius: 8px;
    font-weight: 700;
}

.answer, .s10-question, .s6-textBox, .s9-question {
    line-height: 1.25
}

.s6 {
    margin: 100px 0
}

.s6-leftSideBox {
    position: relative;
    background: url("/uploads/dotsBg.svg") 432px 4px no-repeat
}

.s6-img1 {
    width: 66%;
    border-radius: 32px
}

    .s6-img1 img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: -100px
    }

.s6-img2 {
    width: 50%;
    height: 391px;
    border-radius: 26px;
    border: 8px solid #fff;
    position: absolute;
    top: 10%;
    right: 0
}

    .s6-img2 img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.s10 .iconLine, .s6 .iconLine, .s7 .iconLine {
    justify-content: flex-start
}

.s10 .sectionTitle, .s6 .sectionTitle, .s7 .sectionTitle {
    text-align: left
}

.s6-swiper {
    padding-bottom: 100px;
    max-height: 500px;
    margin-top: 50px
}

    .s6-swiper .swiper-slide {
        border-bottom: 1px solid var(--border-color)
    }

        .s6-swiper .swiper-slide:nth-child(3n) {
            border: none
        }

.s6-contentRow {
    display: flex;
    align-items: center;
}

.s6-iconBox {
    padding: 24px;
    flex-basis: 16%
}

.s7-iconBox, .s7-leftBox {
    display: flex;
    align-items: center
}

.s6-iconBox img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover
}

.s6-subTitle {
    font-size: 20px;
    font-weight: 600
}

.s6-textBox {
    font-size: 16px;
    color: var(--text-color)
}

.s6-rightButton {
    font-weight: 600;
    color: var(--primary-color);
    position: relative
}

.s7 {
    position: relative;
    margin: 50px 0
}

    .s7::before {
        content: "";
        background-image: var(--s7-background-image, url("/uploads/s7-bg.jpg?height=500"));
        background-size: 50vw auto;
        background-repeat: no-repeat;
        background-position: left center;
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
        height: 100%;
        border-radius: 0 12px 12px 0;
        z-index: -1
    }

.s7-leftBox {
    margin: 16px 0;
    width: 65%
}

.s7-secondRow {
    margin-left: 48px
}

.s7-iconBox {
    background-color: #e4e4e4;
    padding: 16px;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid var(--primary-color)
}

.s7-rightBox, .s9-mainBox {
    background-color: #f6f6f6
}

.s8-logoBox, .s9-questionRow {
    display: flex;
    align-items: center;
    cursor: pointer
}

.s7-iconBox img {
    width: 50px;
    height: 50px;
    object-fit: cover
}

.s7-leftBox p {
    color: #e4e4e4;
    font-weight: 700;
    margin-left: 16px;
    display: block;
    line-height: 1.5
}

.s7-lb1 {
    margin-top: 40px
}

.s7-lb2 {
    margin-bottom: 40px
}

.s7-rightBox {
    padding: 24px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    margin-left: 20px
}

.s7 .sectionTitle {
    font-size: 31.25px;
    line-height: 1.25;
    width: 85%
}

    .s7 .sectionTitle span {
        text-decoration: underline
    }

.quote {
    margin: 44px 0 20px
}

.s7-comment {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.s7-imgBox {
    height: 47px;
    width: 47px
}

.s7-textBox {
    margin-left: 20px
}

.s7-name {
    font-weight: 700;
    margin-bottom: 4px
}

.s7-title {
    color: var(--subText-color)
}

.s9-question, .s9-questionRow i {
    color: var(--text-color);
    transition: .3s
}

.s8-swiper {
    padding: 50px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

.s8-logoBox {
    justify-content: center;
    height: 60px
}

    .s8-logoBox img {
        filter: none;
        transition: .3s
    }

        .s8-logoBox img:hover {
            filter: none
        }

.s8-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--primary-color) !important
}

.s9-mainBox {
    border-radius: 12px;
    margin-bottom: 20px
}

.s9-questionRow {
    padding: 17px 30px;
    justify-content: space-between
}

.s9-question {
    font-size: 20px;
    font-weight: 600
}

.s9-answerRow {
    padding: 10px 30px 17px;
    display: none
}

.answer {
    color: var(--subText-color)
}

.s9-iconActive {
    color: var(--primary-color)
}

.questionMainRow {
    margin-top: 20px
}

.s10-swiper {
    padding: 20px 0
}

.s10-blogBox {
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid var(--border-color);
    transition: .3s
}

    .s10-blogBox:hover {
        border: 1px solid var(--primary-color)
    }

.s10-imgBox {
    height: 230px;
    width: 100%;
    transition: .3s
}

.s10-blogBox:hover .s10-imgBox img {
    transform: scale(1.1)
}

.s10-imgBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s
}

.s10-line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    margin: 6px 0
}

.s10-title {
    font-size: 13px;
    color: var(--subText-color)
}

.s10-category {
    padding: 12px 16px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    background-color: #fdeaeb;
    border-radius: 9px
}

.s10-qLine {
    padding: 12px 16px;
    margin: 6px 0 10px
}

.s10-question {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    height: 60px;
}

.s10-butonBox a {
    font-size: 16px;
    padding: 16px;
    color: var(--primary-color);
    display: block;
    width: max-content;
    border-radius: 8px;
    background-color: #fff;
    transition: .3s;
    margin: 0 16px 16px;
    border: 1px solid var(--border-color)
}

    .s10-butonBox a:hover {
        background-color: var(--grey1-color)
    }

.s10-swiper .customNavigation {
    bottom: 40px
}

.s10-swiper .blogNavigation {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
}

.s10-swiper .blog-swiper-next,
.s10-swiper .blog-swiper-prev {
    position: static !important;
    margin: 0 10px;
    color: var(--text-color);
    background: none;
    box-shadow: none;
}

.blogNavigation-outer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 10;
    transform: translateY(-50%);
}

    .blogNavigation-outer .swiper-button-prev,
    .blogNavigation-outer .swiper-button-next {
        pointer-events: all;
        position: relative;
        background: #fff;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        border: 1px solid #eee;
        transition: background 0.2s, box-shadow 0.2s;
    }

        .blogNavigation-outer .swiper-button-prev:hover,
        .blogNavigation-outer .swiper-button-next:hover {
            background: #f8f8f8;
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }

        .blogNavigation-outer .swiper-button-prev:after,
        .blogNavigation-outer .swiper-button-next:after {
            font-size: 22px;
            color: var(--primary-color);
        }

    .blogNavigation-outer .swiper-button-prev {
        left: -60px !important;
    }

    .blogNavigation-outer .swiper-button-next {
        right: 2px !important;
    }

@media (min-width: 0) and (max-width:575px) {
    .mobileHeaderLastButonList li a, .mobileMainLi a {
        color: var(--text-color);
        text-decoration: none
    }

    .footerLastLine p, .footerTitle, .footerUl, .mobileTitle, .s1-rightButton, .s10 .sectionTitle, .s2-leftBox, .s6 .sectionTitle, .s7 .sectionTitle, .sliderTextBox {
        text-align: center
    }

    .headerMainBox {
        padding: 16px 12px
    }

    .desktopTitle, .footerSocialIcons, .headerButtonBox, .headerNavigation, .mobileSubUl, .s1-subDesc, .s2-butonRow, .s2-descriptionRow, .s4-lastLine:after, .s4-mobile::after, .s4-subText::before, .sectionDesc, .sliderSocialIconsRow {
        display: none
    }

    .hamburgerMenu {
        display: flex !important;
        outline: 0;
        border: none;
        width: 30px;
        height: 30px;
        margin-left: auto;
        background-color: transparent;
        padding: 0;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
        z-index: 1001;
        position: relative;
    }

    .mobileLogoRow, .mobileMainLi {
        border-bottom: 1px solid var(--border-color)
    }

    .hamburgerMenu span {
        width: 100%;
        height: 3px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
        display: block;
    }

    .mobileHeaderMain {
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #000;
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        z-index: 2;
        display: none
    }

    .mobileHeaderOverlay {
        height: 100%;
        width: 100%;
        background-color: transparent;
        opacity: .5;
        z-index: 3
    }

    .mobileHeaderMenu {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 80vw;
        background-color: #fff;
        z-index: 4;
        overflow-y: scroll
    }

    .mobileLogoRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 0 16px 24px
    }

    .mobileLogo img {
        width: 160px;
        object-fit: cover
    }

    .mobileCloseIcon {
        padding: .5px 16px
    }

        .mobileCloseIcon svg {
            height: 40px;
            width: 40px;
            fill: var(--text-color)
        }

    .mobileSubUl li {
        padding: 16px 32px
    }

    .mobileMainLi {
        font-weight: 700
    }

    .mobileSubMenuButon {
        padding: 16px;
        display: flex;
        font-weight: 700;
        transition: .3s
    }

        .mobileSubMenuButon span {
            margin-left: auto;
            transition: .3s
        }

    .mobileMenuMainHref {
        padding: 16px;
        display: block
    }

    .mobileMenuActive {
        background-color: var(--hover-bg-color);
        color: var(--primary-color)
    }

    .mobileSubMenuActive {
        transform: rotate(-180deg)
    }

    .mobileLastButonBox {
        width: calc(100% - 32px);
        margin: 16px auto;
        position: relative
    }

    .mobileHeaderLastButon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        width: 100%;
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 16px;
        outline: 0;
        box-shadow: none;
        border: 1px solid var(--primary-color);
        transition: .3s
    }

        .mobileHeaderLastButon span {
            margin-left: 16px;
            transition: .3s
        }

    .mobileHeaderLastButonList {
        width: 100%;
        border: 1px solid var(--border-color);
        border-radius: 0 0 16px 16px;
        display: none;
        background-color: #fff
    }

        .mobileHeaderLastButonList li {
            padding: 16px 34px
        }

    .mobileHeaderLastButonActive {
        border-radius: 16px 16px 0 0
    }

    .mobileSocialIconRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        position: relative;
        bottom: 0
    }

    .mobileSocialIconBox {
        font-size: 22px;
        padding: 10px;
        background: var(--border-color);
        border-radius: 8px;
        color: var(--primary-color)
    }

    .slider {
        margin: 20px 0 50px
    }

    .s1-rightBox, .s1-rightBoxTitleRow {
        margin-bottom: 16px
    }

    .sliderTextBox {
        width: 90%;
        left: 5%
    }

        .sliderTextBox h1 {
            font-size: 20px
        }

        .sliderTextBox p {
            width: 100%;
            font-size: 14px;
            margin-bottom: 24px
        }

    .sliderMainBox, .sliderMainBox::after {
        height: 300px
    }

    .sliderButtonLine {
        justify-content: space-between
    }

    .redButton {
        padding: 12px 0
    }

    .s1-leftBox, .s1-rightBox {
        padding: 16px;
        min-height: auto
    }

    .packages {
        flex-basis: calc(50% - 10px)
    }

    .searchBox {
        width: auto;
        flex-basis: calc(50% - 10px)
    }

        .searchBox input {
            border: 1px solid transparent
        }

    .reverseRow {
        flex-direction: column-reverse
    }

    .s1-rightBoxContentRow {
        flex-wrap: wrap
    }

    .s1-firstPart {
        flex-basis: 100%
    }

    .s1-rightButton {
        width: 100%;
        margin: auto
    }

    .mapBox img, .s1-leftBoxDescRow {
        width: 100%;
        margin-bottom: 16px
    }

    .s1-leftButton, .s7-leftBox {
        width: 100%
    }

    .s2-leftBox {
        margin-top: 0
    }

    .s10 .iconLine, .s2-leftTitleRow, .s6 .iconLine {
        justify-content: center
    }

    .customNavigation {
        margin-left: 0
    }

    .s2-mobileShowAll {
        display: block;
        float: right;
        text-decoration: none;
        color: var(--text-color);
        position: relative;
        top: -10px
    }

        .s2-mobileShowAll i {
            margin-left: 10px;
            font-size: 14px
        }

    .s3 {
        background-position: 1046px center;
        height: auto;
        min-height: 290px
    }

    .s3-title {
        font-size: 31.3px;
        width: 80%
    }

    .s3-buttonLine {
        flex-direction: column;
        align-items: flex-start
    }

    .s3-button {
        padding: 10px 48px
    }

    .s3-b1 {
        margin: 0 0 16px
    }

    .sectionTitle {
        margin-bottom: 20px;
        font-size: 31.3px
    }

    .s4-mainBox {
        padding: 0
    }

    .s4-even::after {
        right: auto !important;
        left: -25px !important;
        transform: rotate(180deg) !important
    }

    .s4-mobile {
        padding: 0 24px
    }

    .s4-subText {
        padding: 0 24 px
    }

    .mobileTitle {
        display: block
    }

    .s6-img1 {
        width: 100%;
        height: 335px
    }

    .s6-img2 {
        width: 80%;
        height: 131px;
        top: auto;
        bottom: -10px
    }

    .s6-leftSideBox {
        height: 400px;
        background-repeat: repeat
    }

    .s6-swiper {
        max-height: 350px
    }

    .s6-iconBox {
        flex-basis: 50%
    }

    .s6-swiper .swiper-slide:nth-child(3n) {
        border: 1px solid var(--border-color)
    }

    .s6-swiper .swiper-slide:nth-child(2n) {
        border: none
    }

    .s6-contentRow, .swiperRow {
        padding: 0 16px
    }

    .s6-swiperNavigationRow {
        flex-direction: row-reverse;
        padding: 0 16px;
        align-items: center
    }

    .customNavigation {
        margin-right: auto
    }

    .s7 {
        height: 100%
    }

        .s7::before {
            width: 100vw;
            background-size: cover;
            border-radius: 0;
            max-height: 400px;
            background-position-x: -140px
        }

    .s7-secondRow {
        flex-direction: row-reverse;
        margin-left: 0
    }

    .s7-rightBox {
        margin: 16px 0;
        height: auto
    }

    .s7 .sectionTitle {
        width: 100%;
        font-size: 20px
    }

    .s7-comment {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.25
    }

    .quote {
        margin: 20px 0
    }

    .s7-swiper {
        padding-bottom: 20px
    }

        .s7-swiper .customNavigation {
            margin-right: 0;
            margin-left: auto;
            bottom: -20px
        }

    .s8-logoBox {
        height: 70px
    }

        .s8-logoBox img {
            height: 50px;
            object-fit: cover
        }

    .s8-swiper .swiper-pagination-progressbar {
        width: calc(100% - 32px);
        left: 16px
    }

    .s9-question {
        font-size: 16px
    }

    .s10-swiper {
        padding: 0 0 20px
    }

    .footerUl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px
    }

    .contactBox {
        padding: 12px;
        height: auto
    }

    .footerLogoBox {
        padding: 24px 0
    }

    .footerNumberBox {
        border-top: 1px solid #ff9da1;
        border-right: none;
        border-left: none;
        padding: 24px 0
    }

    .footerLastUl {
        justify-content: center;
        width: 100%;
        margin-top: 10px
    }

    .footerLastLine p {
        width: 100%;
        color: #fff
    }
}

@media (min-width: 576px) and (max-width:991px) {
    .mobileTitle, .s2-bigTitleRow, .s6 .sectionTitle {
        text-align: center
    }

    .container, .container-sm {
        max-width: none;
        width: calc(100vw - 32px)
    }

    .flexEnd {
        align-items: flex-end
    }

    .customReverseRow {
        flex-direction: column-reverse
    }

    .customCenterRow {
        align-items: center
    }

    .sliderTextBox {
        width: 70%
    }

    .sliderMainBox {
        height: 440px
    }

    .sliderSocialIconsRow {
        right: 5%
    }

    .searchBox {
        width: 160px
    }

    .s1-leftBox, .s1-rightBox {
        padding: 16px;
        min-height: 200px
    }

    .s1-leftBoxDescRow {
        width: 90%;
        margin-bottom: 14px;
        font-size: 16px
    }

    .desktopTitle, .s1-subDesc, .s2-butonRow, .s2-descriptionRow, .sectionDesc {
        display: none
    }

    .s1-rightBoxTitleRow {
        margin-bottom: 12px
    }

    .s1-rightBoxContentRow {
        flex-wrap: wrap
    }

    .s1-firstPart {
        flex-basis: 100%
    }

        .s1-firstPart img {
            width: 80px;
            object-fit: cover
        }

    .s1-subTitle {
        font-size: 16px;
        margin: none
    }

    .redButton, .s7-leftBox p {
        font-size: 13px
    }

    .s2-leftTitleRow, .s6 .iconLine {
        justify-content: center
    }

    .s2-leftBox, .s4-even {
        margin-top: 0
    }

    .customNavigation {
        margin-left: 0
    }

    .s2-mobileShowAll {
        display: block;
        float: right;
        text-decoration: none;
        color: var(--text-color);
        position: relative;
        top: -10px
    }

        .s2-mobileShowAll i {
            margin-left: 10px;
            font-size: 14px
        }

    .s2 {
        margin: 50px 0 0
    }

    .s3 {
        background-position: -350px center
    }

    .mapBox img {
        width: 100%;
        margin-bottom: 16px
    }

    .sectionTitle {
        font-size: 31.3px;
        margin-bottom: 32px
    }

    .s5-DetailRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .s5-detailBox {
        width: auto;
        flex-basis: calc(49%);
        margin: 5px 0
    }

    .mobileTitle {
        display: block
    }

    .s6-img1 {
        width: 60%;
        height: 335px
    }

    .s6-img2 {
        width: 50%;
        height: 215px
    }

    .s6-swiper {
        max-height: 350px
    }

    .s6-iconBox {
        flex-basis: 15%
    }

    .s6-swiper .swiper-slide:nth-child(2n) {
        border: none
    }

    .s6-contentRow {
        padding: 0 16px
    }

    .s6-swiperNavigationRow {
        flex-direction: row-reverse;
        padding: 0 16px;
        align-items: center
    }

    .customNavigation {
        margin-right: auto
    }

    .s7::before {
        background-size: cover
    }

    .s7-leftBox {
        width: max-content
    }

    .s7-iconBox img {
        height: 30px;
        width: 30px
    }

    .s7 .sectionTitle {
        font-size: 20px;
        font-weight: 600
    }

    .s7-comment {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.25
    }

    .s7-swiper .customNavigation {
        margin-top: 20px
    }

    .s7-secondRow {
        margin-left: 10%
    }
}

@media (min-width: 992px) and (max-width:1139px) {
    .mobileTitle, .s2-bigTitleRow, .s6 .sectionTitle {
        text-align: center
    }

    .flexEnd {
        align-items: flex-end
    }

    .customCenterRow {
        align-items: center
    }

    .s6-img1, .sliderTextBox {
        width: 70%
    }

    .sliderMainBox {
        height: 440px
    }

    .sliderSocialIconsRow {
        right: 5%
    }

    .s1-leftBox, .s1-rightBox {
        padding: 16px;
        min-height: 200px
    }

    .s1-leftBoxDescRow {
        width: 90%;
        margin-bottom: 14px;
        font-size: 16px
    }

    .s1-rightBoxTitleRow {
        margin-bottom: 12px
    }

    .s1-rightBoxContentRow {
        flex-wrap: wrap
    }

    .s1-firstPart {
        flex-basis: 100%
    }

        .s1-firstPart img {
            width: 80px;
            object-fit: cover
        }

    .s1-subTitle {
        font-size: 16px;
        margin: none
    }

    .redButton, .s7-leftBox p {
        font-size: 13px
    }

    .s2-bigTitleRow, .s3-title, .sectionTitle {
        font-size: 31.3px
    }

    .s2-leftBox {
        margin-top: 32px
    }

    .s2-leftTitleRow, .s6 .iconLine {
        justify-content: center
    }

    .desktopTitle, .s2-descriptionRow {
        display: none
    }

    .s2-butonRow a {
        border: none;
        padding: 0;
        display: block;
        margin-left: auto
    }

    .packageSwiper .customNavigation {
        margin-left: 0
    }

    .s3 {
        background-position: -471px center
    }

    .s4-even {
        margin-top: 0
    }

    .s4-mainBox {
        align-items: flex-start
    }

    .mapBox img {
        height: 100%;
        width: 100%
    }

    .s5-DetailRow {
        max-height: 302px
    }

    .s5-subTitle {
        font-size: 18px
    }

    .s6-img1 img {
        height: 300px;
        object-position: 0
    }

    .s6-img2 {
        height: 262px;
        top: 7%
    }

    .s6-leftSideBox {
        background-position: 604px 4px
    }

    .mobileTitle {
        display: block;
        margin-bottom: 16px
    }

    .s6-iconBox {
        flex-basis: 35%
    }

    .s6-swiper {
        max-height: 400px
    }

        .s6-swiper .swiper-slide {
            border: none
        }

            .s6-swiper .swiper-slide:nth-child(odd) {
                border-bottom: 1px solid var(--border-color)
            }

    .s6 {
        margin: 50px 0
    }

    .s7::before {
        background-size: cover
    }

    .s7-leftBox {
        width: max-content
    }

    .s7-iconBox img {
        height: 30px;
        width: 30px
    }

    .s7 .sectionTitle {
        font-size: 20px;
        font-weight: 600
    }

    .s7-comment {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.25
    }

    .s7-swiper .customNavigation {
        margin-top: 20px
    }

    .s7-secondRow {
        margin-left: 10%
    }
}

@media (min-width: 1140px) and (max-width:1399px) {
    .s2-bigTitleRow, .s3-title {
        font-size: 31.3px
    }

    .container, .container-sm {
        max-width: none;
        width: calc(100vw - 32px)
    }

    .mapBox img {
        height: 100%;
        width: 100%
    }

    .s1-leftBoxDescRow {
        width: 70%
    }

    .s1-rightBoxTitleRow {
        margin-bottom: 12px
    }

    .s1-rightBoxContentRow {
        flex-wrap: wrap
    }

    .s1-firstPart {
        flex-basis: 100%
    }

    .s2-leftBox {
        margin-top: 32px
    }

    .s2-leftTitleRow {
        justify-content: center
    }

    .s2-bigTitleRow {
        text-align: center
    }

    .s2-descriptionRow {
        display: none
    }

    .s2-butonRow a {
        border: none;
        padding: 0;
        display: block;
        margin-left: auto
    }

    .s3 {
        background-position: -75px center
    }

    .customBox1ForIpadPro {
        flex-basis: 50%;
        max-width: 50%
    }

    .s6-leftSideBox {
        background-position: 347px 4px
    }

    .s7::before {
        background-size: cover
    }

    .s7-leftBox {
        width: max-content
    }

        .s7-leftBox p {
            font-size: 13px
        }

    .s7-iconBox img {
        height: 30px;
        width: 30px
    }

    .s7 .sectionTitle {
        font-size: 20px;
        font-weight: 600
    }

    .s7-comment {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.25
    }

    .s7-swiper .customNavigation {
        margin-top: 20px
    }

    .s7-secondRow {
        margin-left: 10%
    }

    .customColForIpadPro {
        width: 50%
    }
}


.copyright-container {
    border-top: 2px solid #3e3a3a !important;
}


.phoneNumbers {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.phoneNumber {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .phoneNumber:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .phoneNumber i {
        color: #fff;
        font-size: 16px;
    }


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


input:valid,
textarea:valid {
    border-color: #28a745;
    background-color: rgba(40, 167, 69, 0.05);
}

/* Form validation classes */
input.error,
textarea.error {
    border: 2px solid #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

input.valid,
textarea.valid {
    border: 2px solid #28a745 !important;
    background-color: rgba(40, 167, 69, 0.1) !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.validation-message {
    color: #dc3545 !important;
    font-size: 13px !important;
    margin-top: 8px !important;
    display: none !important;
    padding: 8px 12px !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
    border-radius: 6px !important;
    border-left: 3px solid #dc3545 !important;
    transition: all 0.3s ease !important;
}

    .validation-message:not(:empty) {
        display: block !important;
        animation: fadeIn 0.3s ease !important;
    }

/* Randevu sayfasÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§in ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶zel customNavigation stili */
.r-s1-swiper .customNavigation {
    position: relative;
    left: 594px;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 40px;
    border: none;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 0;
}

    .r-s1-swiper .customNavigation::after {
        display: none;
    }

    .r-s1-swiper .customNavigation .swiper-button-next,
    .r-s1-swiper .customNavigation .swiper-button-prev {
        position: static !important;
        margin: 0 12px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid var(--border-color);
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        color: var(--primary-color);
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }

        .r-s1-swiper .customNavigation .swiper-button-next:after,
        .r-s1-swiper .customNavigation .swiper-button-prev:after {
            font-size: 28px;
            color: var(--primary-color);
            font-weight: bold;
        }

        .r-s1-swiper .customNavigation .swiper-button-next:hover,
        .r-s1-swiper .customNavigation .swiper-button-prev:hover {
            background: var(--primary-color);
            color: #fff;
            border-color: var(--primary-color);
        }

/* DiÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸er sliderlar iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§in mevcut customNavigation tasarÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± korunacak */

/* Markalar Swiper Navigation Custom Styles */
.markalar-swiper {
    position: relative;
    margin-bottom: 16px;
}

    .markalar-swiper .swiper-button-next,
    .markalar-swiper .swiper-button-prev {
        position: static;
        background: none;
        box-shadow: none;
        border: none;
    }

/* New styles for .markalar-nav arrows */
.markalar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    color: #dc3545;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.swiper-button-prev.markalar-nav {
    left: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.swiper-button-next.markalar-nav {
    right: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.markalar-nav:after {
    font-size: 14px;
    color: #dc3545;
    font-weight: bold;
}

.markalar-nav:hover {
    background: #f8f9fa;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transform: translateY(-50%) scale(1.05);
}

    .markalar-nav:hover:after {
        color: #dc3545;
    }

@media (max-width: 768px) {
    .markalar-nav {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .swiper-button-prev.markalar-nav {
        left: 6px;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .swiper-button-next.markalar-nav {
        right: 6px;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .markalar-nav:after {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .markalar-nav {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }

    .swiper-button-prev.markalar-nav {
        left: 4px;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .swiper-button-next.markalar-nav {
        right: 4px;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .markalar-nav:after {
        font-size: 10px;
    }
}

/* Header MenÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“zel CSS */
.headerList {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    border-radius: 16px;
    background: linear-gradient(135deg, #dc2626 0%, #ea580c 25%, #f97316 50%, #fb923c 75%, #fbbf24 100%);
    padding: 3px;
    color: white !important;
}

.mainLi {
    position: relative;
    padding: 5px 0;
}

    .mainLi > a {
        color: #ffffff;
        text-decoration: none;
        padding: 8px 16px;
        border-radius: 4px;
        font-weight: 500;
        transition: all 0.2s ease;
        display: block;
    }

        .mainLi > a:hover {
            background: #f5f5f5;
            color: #dc3545;
        }

.menuButton {
    color: rgb(255, 255, 255);
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

    .menuButton .fa-chevron-down {
        font-size: 12px;
        transition: transform 0.2s ease;
    }

    .menuButton:hover {
        background: #f5f5f5;
        color: #dc3545;
    }

.menuItem:hover .fa-chevron-down {
    transform: rotate(180deg);
}

.subMenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 4px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    border: 1px solid #eee;
}

.menuItem:hover .subMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.subMenu li a {
    color: #444;
    padding: 8px 20px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

    .subMenu li a:hover {
        background: #f9f9f9;
        color: #dc3545;
        padding-left: 25px;
    }

@media (max-width: 575px) {
    .s8-swiper {
        padding: 10px 0;
    }

    .s8-logoBox {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 120px;
    }

        .s8-logoBox img {
            height: 36px;
            max-width: 100px;
            width: auto;
            margin: 0 auto;
            object-fit: contain;
        }
}
