html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

/*.swiper-slider {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.stories {
    margin: 15px 0;
    justify-content: center;
    display: flex;
}

.storie {
    border: 5px solid #545454;
    border-radius: 50%;
    width: 8rem;
    height: auto;
    margin: 0 10px;
}

.storie img {
    border: 4px solid white;
    border-radius: 50%;
    opacity: 0.5;
}

.section-1 * h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: 900;
}

.section-one {
    text-align: center;
    background: linear-gradient(90deg, #ffffff 0%, #ffffc7 5%, #ffffa5 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
}

.section-one .section-one-one h1 {
    font-size: 65px;
    line-height: 0.9;
}

.section-one .section-one-two p {
    font-size: 25px;
    line-height: 0.9;
    margin-top: 15px;
}

.section-one .section-one-two h1 {
    font-size: 200px;
    line-height: 0.9;
}

.section-one .section-one-two h1 span {
    font-size: 50px;
    position: relative;
    bottom: 75px;
}

.section-one .section-one-three h2 {
    font-size: 54px;
    line-height: 0.9;
}

.section-two {
    background-color: #a8cfec;
    padding: 50px 0;
}

.section-two .yazi {
    padding: 0 40px;
}

.section-two .yazi h1 {
    font-size: 4rem;
}

.section-two .yazi p {
    font-size: 1rem;
}

.section-two .times {
    margin: 20px 0;
    background: white;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: fit-content;
}

.section-two .times h1 {
    font-size: 100px;
    padding: 0 40px;
}

.section-two .tumu {
    padding: 0 40px;
}


.widget_services ul li,
.widget_services ul li a {
    color: white
}

.header-topp {
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.header-topp hr {
    position: absolute;
    width: 100%;
    color: #000;
    top: 25px;
    z-index: 1;
}

.header-topp p {
    font-weight: 100;
    display: inline;
}

.header-topp p span {
    font-weight: 900;
}

.header-topp ul {
    display: inline;
}

.header-topp ul li {
    list-style: circle;
    display: inline;
}

.header-topp ul li:before {
    content: "\2022";
    /* Liste işareti (nokta) */
    margin-right: 5px;
    /* Liste işareti ile öğe arasındaki boşluk */
}



.shop-card:hover .dz-media img {
    transform: translateY(0px);
}

.shop-card .dz-media,
.shop-card .dz-media img {
    border-radius: 0;
}


.tranding-button-prev,
.tranding-button-next {
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    top: 200px;
    z-index: 10;
}

.tranding-button-prev i,
.tranding-button-next i {
    font-size: 50px;
    color: black;
}

.tranding-button-next {
    right: 0;
}

.tranding-button-prev {
    left: 0;
}

.bi-slash-lg::before {
    transform: rotate(340deg);
}

.ddd-none::before {
    display: none;
}

.filter-wrapper .filter-right-area .form-group .default-select .dropdown-toggle:after,
.filter-wrapper .filter-right-area .form-group .bootstrap-select .dropdown-toggle:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 7px;
    margin-left: 0;
}

.shop-card .shop-meta .btn.btn-rounded {
    z-index: 3;
    background: white;
    color: black;
    padding: 10px 120px;
    border-radius: 10px !important;
    outline: 0 !important;
}

.shop-card:hover .shop-meta .btn.btn-rounded {
    bottom: 20px;
}

.product-tag2 {
    top: 70px;
    left: 10px;
    color: black;
    font-size: 20px;
    background: white;
    position: absolute;
    width: auto;
    display: flex;
    align-items: center;
}

.mu-slide-hover::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.267);
    padding: 2px;
    position: relative;
    top: 100%;
    display: block;
    width: 100%;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}

.mu-slide-hover:hover::after {
    background-color: white;
    top: 98.5%;
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link i {
    opacity: 0.32;
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link.active i {
    opacity: 1;
}


.form-check-card .form-check-input-card {
    opacity: 1;
    width: 80px;
    height: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: transparent;
    border-radius: 10px !important;
}

.form-check-input-card:checked {
    background-color: #000;
    border-color: #000;
}

.form-check-card #radioNoLabel21 {
    background-image: url(../../assets/images/shop/product/1.png);
}

.form-check-card #radioNoLabel22 {
    background-image: url(../../assets/images/shop/product/2.png);
}

.form-check-card #radioNoLabel23 {
    background-image: url(../../assets/images/shop/product/3.png);
}

.form-check-card #radioNoLabel24 {
    background-image: url(../../assets/images/shop/product/4.png);
}

.product-size .btn {
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent !important;
    justify-content: center;
    background: transparent;
    border: 1px solid #0000004d;
    color: var(--title);
    margin-right: 10px !important;
    flex: unset;
    margin-bottom: 5px;
    border-radius: 0 !important;
}


.accordion-button:not(.collapsed) {
    background: 0;
    box-shadow: none;
}

.accordion-item {
    border: 0;
}

.accordion-item:not(:first-of-type) {
    border: 0;
}

.accordion-item .accordion-header {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.dz-product-detail .dz-info {
    border: 0;
    padding: 0;
}

.page-wraper {
    background-color: white;
}

.modalSwiper .swiper-button-next {
    right: 32%;
}

.modalSwiper .swiper-button-prev {
    left: 32%;
}

.modalSwiper .swiper-button-next,
.modalSwiper .swiper-button-prev {
    padding: 26px;
    border-radius: 100%;
    color: black;
    background: white;
}

.modalSwiper .swiper-button-next::after,
.modalSwiper .swiper-button-prev::after {
    font-size: 30px;
}

.modalSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.modalSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white;
}

.swiper-progress-bar {
    position: absolute;
    top: 10px;
    left: 40%;
    width: 20%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 50px;
}

.swiper-progress-bar-fill {
    width: 0;
    height: 100%;
    background-color: white;
    border-radius: 50px;
}

@media only screen and (max-width: 1800px) {
    .section-two .times h1 {
        font-size: 95px;
    }

    .section-two .yazi h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1700px) {
    .section-two .times h1 {
        font-size: 90px;
    }

    .section-two .yazi h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1600px) {
    .section-two .times h1 {
        font-size: 80px;
    }

    .section-two .yazi h1 {
        font-size: 50px;
    }
}


@media only screen and (max-width: 1440px) {
    .section-one {
        padding: 20px 0;
    }

    .section-one .section-one-one br {
        display: none;
    }

    .section-two .times h1 {
        font-size: 70px;
    }

    .section-two .yazi h1 {
        font-size: 45px;
    }

    .modalSwiper .swiper-button-next {
        right: 30%;
    }

    .modalSwiper .swiper-button-prev {
        left: 30%;
    }
}

@media only screen and (max-width: 1300px) {
    .section-two .times h1 {
        font-size: 65px;
    }
}

@media only screen and (max-width: 1250px) {
    .section-two .times h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .modalSwiper .swiper-button-next {
        right: 19%;
    }

    .modalSwiper .swiper-button-prev {
        left: 19%;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 591px) {
    .modalSwiper .swiper-wrapper .swiper-slide {
        scale: 0.8;
    }

    .modalSwiper .swiper-button-next {
        right: 0;
    }

    .modalSwiper .swiper-button-prev {
        left: 0;
    }

    .swiper-progress-bar {
        top: 90px;
        left: 25%;
        width: 50%;
    }
}

@media only screen and (max-width: 576px) {}

@media only screen and (min-width: 576px) {}