.swiper {
    width: 100%;
    height: 100%;
}
.containerSwiper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.slider-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-position: center 1%;
}
.bg-1 {
    background-image: url("/assets/images/home/mainSlider/rambey-erkek-kuafor-ic-desktop2.webp");
}
.bg-2 {
    background-image: url("/assets/images/home/beylikduzu-erkek-kuafor-rambeyslider1.webp");
}
.image-hairdresser {
    width: 100%;
    border-radius: 1rem;
    min-height: 535px;
    max-width: 375px;
    max-height: 535px;
    object-fit: cover;
    min-width: 355px;
}
.stars svg {
    fill: orange;
}
.gallerybox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.galleryImage {
    width: 100%;
    max-width: 450px;
    object-fit: cover;
    max-height: 400px;
}
.gallerybox a {
    margin: 0 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.border-gallery {
    width: 300px;
    height: 3px;
    background-color: black;
    margin-bottom: 1rem;
}
.mySwiper2 {
    height: 60vh;
}
.swiper-button-next,
.swiper-button-prev {
    color: black !important;
}
.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reservation-slider {
    background: transparent;
    padding: 1rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    background-color: rgb(189, 181, 181);
    opacity: 0.9;
    color: black;
    margin-top: 1rem;
}
.reservation-slider:hover {
    border: 1px solid white;
}
.slider-color {
    background-color: rgb(189, 181, 181);
    opacity: 0.9;
    color: black;
    border-radius: 10px;
    padding: 10px;
}
.text-rambey {
    position: relative;
    margin-top: 1rem;
}
.text-rambey::after {
    content: " ";
    animation: textrotate 5s linear infinite;
    -webkit-animation: textrotate 5s linear infinite;
}
@keyframes textrotate {
    0% {
        content: "Saç Bakım";
    }
    50% {
        content: "Saç Boyama";
    }
    100% {
        content: "Özel Gün Hizmetleri";
    }
}
@media (max-width: 900px) {
    .image-hairdresser {
        max-height: 385px;
        min-width: 300px;
        min-height: auto;
        max-width: 300px;
    }
    .bg-1 {
        background-image: url("/assets/images/home/mainSlider/rambey-erkek-kuafor-ic2-mobile2.webp");
        background-size: cover;
        background-repeat: no-repeat;
    }
    .containerSwiper {
        height: 60vh;
    }
    .gallerybox a {
        margin: 1rem;
    }
}
