.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}

.invalid {
    border: 2px solid red !important; 
  }

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .section_1 {
        margin-top: 150px;
    }

    .padding_nav {
        padding: 3rem 3rem 1.4rem !important;
    }
}



/* Mobil Görünüm */
@media (max-width: 992px) {
    .logo {
        height: 30px !important;
    }

    .navbar.custom-sticky {
        position: unset !important;
        top: 0 !important;
        z-index: 1030 !important;
    }

    .small-text {
        font-size: 10px !important;
    }

    .section_1 img {
        object-fit: cover !important;
        min-height: 35vw !important;
    }

    .padding_nav {
        padding: 5px !important;
    }

    .section_2 .title_1 {
        font-size: 22px !important;
        padding: 40px 0 10px !important;
    }

    .section_2 .title_2 {
        font-size: 15px !important;
        font-weight: 400 !important;
        font-family: "proxima-nova", sans-serif;
    }

    .section_2 .title_3_child {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .section_5 .how_it_work_mobile {
        font-size: 25px !important;
        color: red;
        text-align: center;
    }

    .section_6 .title {
        text-align: center !important;
        margin: 60px 10px !important;
        font-size: 20px !important;
        font-weight: normal;
    }

    .section_9 .title {
        text-align: center !important;
        margin: 60px 10px !important;
        font-size: 20px !important;
        font-weight: normal;
    }

}

/* Mobil Görünüm */

.bg-eee {
    background-color: #eeeeee;
}

.fs-7 {
    font-size: 18px;
    font-weight: 400;
}


.logo {
    height: 40px;
}

.navbar {
    transition: height 0.7s ease, padding 0.7s ease;
    box-shadow: 0px 3px 20px -16px black;
}

.navbar.scrolled {
    height: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.nav-link:hover {
    transition: color 0.5s !important;
    color: rgb(130, 0, 0) !important;
}

.navbar.scrolled .small-text {
    display: none;
}

.navbar-toggler {
    border: none;
    background: none;
}

.small-text {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    width: -webkit-fill-available;
    font-weight: 700;
}

.language a {
    text-decoration: none;
}

.section_1 {}

.section_1 img {
    object-fit: cover;
    min-height: 550px;
    width: 100%;
}

.section_2 {}

.section_2 .title_1 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #aa111e;
    padding: 40px 0 10px;
}

.section_2 .title_2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.section_2 .search_box {
    border: 3px solid black;
    border-radius: 25px;
}

.section_2 .input-group-text {
    border-radius: 25px 0px 0px 25px !important;
}

.section_2 input {
    border-radius: 0px 25px 25px 0px !important;
}

.section_2 .title_3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 20px 0 0;
}

.section_2 .title_3_child {
    font-size: 20px;
    line-height: 20px;
    margin: 0 30px 0 0;
}

.section_2 .genie_list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
}

.section_2 .title_3_child:hover {
    color: rgb(130, 0, 0) !important;
}

.section_2 .line_1 {
    margin-top: 10px;
    padding-top: 4px;
    border-top: 2px solid #000;
}

.section_3 .title_1 {
    font-weight: 700;
    font-size: 20px;
}

.section_3 .line {
    color: black;
    width: 1px;
    height: 160px;
    background: black;
}




.product-card {
    background-color: #ececec;
    margin: 10px 0;

    cursor: pointer;
}

.product-info {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 114px;
}

.product-text {
    flex: 1;
}

.product-text h2 {
    margin: 7px 0 10px;
    font-size: 20px;
}

.product-text p {
    margin: 0px 0px 10px;
    font-size: 13px;
}

.product-price {
    display: flex;
    justify-content: space-between;
    background-color: #222;
    color: white;
    padding: 10px;
}

.product-price .box,
.product-price .price,
.product-price .sale {
    display: flex;
    align-items: center;
}

.product-price .box label {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    display: block;
}

.product-price input[type="checkbox"] {
    display: none;
}

.product-price input[type="checkbox"]:checked+label {
    background-color: white;
}

.product-price input[type="checkbox"]:checked+label+div input[type="checkbox"] {
    display: none;
}

.price-box {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    margin-right: 10px;
    background-color: white;
}

.price-box.checked {
    position: relative;
}

.price-box.checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


.section_3 .cart_box {
    background-color: #ececec;
}

.section_3 .cart_header {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #222;
    color: #fff;
}

.section_3 .cart_body {
    background-color: #ececec;
    padding: 5px;
    min-height: 388px;
}


.section_3 .btn_custom_pay {
    color: white;
    background-color: white;
    margin: 11px 0;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}

.section_3 .btn_custom:hover {
    background-color: #aa111e;
}

.section_3 .btn_custom {
    color: white;
    background-color: black;
    display: inline-block;
    padding: 13px 0;
    margin: 11px 0;
    width: 46%;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}
.section_3 .btn_custom_3 {
    color: white;
    background-color: #ffc439;
    display: inline-block;
    padding: 13px 0;
    margin: 11px 0;
    width: 46%;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}

.section_3 .btn_custom_2 {
    cursor: pointer;
    background: #ffc439;
    color: black;
    width: 100%;
    padding: 13px 0;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .product-text p {
        font-size: 10px !important;
    }

    .product-text h2 {
        font-size: 15px !important;
    }

    .product-info {
        min-height: 75px !important;
        flex-direction: row-reverse !important;
        align-items: center !important;
        gap: 15px
    }

    .cart_body,
    .cart_header {
        display: none !important;
    }

    .product-card {
        margin: 5px 0px !important;
    }
}

@media (max-width: 768px) {
    .cart_footer {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: white;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
}

.section_3 .cart_item {
    background: white;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px;
}


.section_3 .cart_footer {
    background-color: #222;
    color: #fff;
}


.section_5 .how_it_work {
    color: red;
    font-size: 55px;
    font-weight: 200;
    text-align: end;
}

.section_6 .title {
    margin: 60px 0px 50px;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.section_6 .slide_box {
    margin: 8px;
    padding: 20px;
    border-color: #000;
    border-radius: 12px;
    box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 10%), 0px 0px 2px 0px rgb(0 0 0 / 5%);
}

.swiper-slide img {
    transition: transform 0.5s;
}

.swiper-slide img:hover {
    transform: scale(1.2);
}

.swiper-slide .fa-star {
    color: #f6bb06;
    font-size: 16px;
}

.swiper-slide .fa-star-half-alt {
    color: #f6bb06;
    font-size: 16px;
}

.swiper-slide h4 {
    font-size: 16px;
    font-weight: bold;
}

.tags {
    background-color: #ae1e23;
    color: white;
    padding: 5px 7px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    transform: skewX(350deg);
    font-size: 12px;
}

.tags i {
    margin-left: 3px;
}


.section_7 {
    background: #eee;
    padding: 80px 50px;
}


.section_8 .youtube_box {
    position: relative;
    padding-bottom: 45.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 70px 0px 35px;
}



.section_9 .title {
    margin: 60px 60px 20px 0px;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.nav-pills .nav-link {
    background-color: rgb(224, 224, 224) !important;
    color: black !important;
    border-radius: 0 !important;
}

.nav-pills .nav-link.active {
    background-color: #ae1e23 !important;
    color: white !important;
}

.nav-pills .nav-link:not(.active):hover {
    background-color: rgb(54, 54, 54) !important;
    color: white !important;
}

.section_9 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}


.section_9 .item {
    padding: 2px;
    font-size: 13px;
}

.section_9 .item:hover {
    color: #aa111e;
    cursor: pointer;
}






.section_10 {
    background: #111111;
    color: #ffffff;
    padding: 80px 50px;
}

a {
    text-decoration: none !important;
}