/* @media (max-width: 1200px) {
    .custom-slider-background .custom-slider-background-image-stage-outer {
            width: 100%;
    }
    .custom-slider-background .custom-slider-background-image-stage-outer:nth-child(2) {
            display: none;    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);

    }
} */
 /*! slaytı teke düşürdüm yukarıdakini yoruma aldım.  */
.custom-slider-background .custom-slider-background-image-stage-outer {
    width: 100%;
}

.custom-slider-background .custom-slider-background-image-stage-outer:nth-child(2) {
    display: none;    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);

}


.scroll-to-top {
    display: none !important;
}

.whatsapp-link-wrapper {
    bottom: 40px;
    right: 40px
}

@media (max-width: 600px) {
    .whatsapp-link-wrapper {
        bottom: 10px;
        right: 10px
    }
}

@media (max-width: 900px) {
    .whatsapp-link-wrapper {
        bottom: 20px;
        right: 20px
    }
}

.whatsapp-link-icon {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

.whatsapp-link-icon > i {
    transition: all 0.2s ease-in-out;
}


.whatsapp-link-icon:hover {
    background-color: white !important;
}

.whatsapp-link-icon:hover > i {
    color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
}