.d-ruby-text {
    display: ruby-text !important;
}

.hero-slider__content-wrapper {
    background: rgba(0, 0, 0, 0.5);
    /* Koyu katman efekti knk */
}

.footer-area a {
    color: inherit !important;
    transition: color 0.3s ease-in-out;
}

.footer-area a:hover {
    color: #ffffff !important;
}

.bg_tr_and_bright {
    background: transparent;
    backdrop-filter: brightness(0.5);
}

.yorum_bg_css {
    background-repeat: no-repeat;
    background-size: cover;
}

.object_fit_contain {
    object-fit: contain;
}

.sidebar .sidebar-list .active {
    background: #f00;
    border-radius: 10px;
    padding: 10px;
    color: #ffffff !important;
}

.sidebar .sidebar-list .active a {

    color: #ffffff !important;
}

.fweight_700 {
    font-weight: 700;
}

div[class="footer-logo"] img {

    filter: grayscale(1) invert(1);
}

/* whatsap buton baslangıc */
.bt_floatig-buttons {
    position: fixed;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
    transition: right 0.3s ease-in-out;

}

.floating-button {
    margin: 5px 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.25) 10%, transparent 50%);
    position: relative;
    overflow: hidden;

}



.floating-button:active {
    transform: translateY(4px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.brt_whatsapp-button {
    background-image: linear-gradient(45deg, #25D366, #128C7E);
}

.brt_phone-button {
    background-image: linear-gradient(45deg, #FF5851, #C42D2D);
}


.bt_floatig-buttons {
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
}

.bt_floatig-buttons.show {
    right: -60px !important;
}

.floating-button::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.75), transparent);
    transition: all 0.7s ease;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%;

}

.brt_toggle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 5px 0;
    cursor: pointer;
    position: absolute;
    right: 48%;
    top: 45px;
    z-index: 99999999999;
    transform: translateX(-50%);

}

.floating-button:hover::before {
    top: 50%;
    left: 50%;
    opacity: 1;
}


.bt_floatig-buttons:not(.show) #arrow-icons {
    transform: rotate(180deg);
}

/* whatsap buton bitis */
/* contactform berat reis baslangic */
.contact-button_brt {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #00FFD0;
    color: #000;
    padding: 9px 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s, color 0.3s;
    animation: float 3s infinite ease-in-out;
}

.contact-button_brt i {
    font-size: 24px;
    margin-right: 10px;
    animation: shake 1.5s infinite;
}

.contact-button_brt span {
    font-size: 16px;
    font-weight: bold;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes shake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}

.contact-button_brt::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 255, 208, 0.2) 0%, rgba(0, 255, 208, 0) 80%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.contact-button_brt:hover {
    background-color: #00cca3;
    color: #fff !important;
}

.contact-button_brt:hover i {
    animation: shake 0.5s infinite;
}

/* contactform berat reis bitis */

/* 404 */
.error-page {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.error-page-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.error-code {
    font-size: 120px;
    font-weight: bold;
    background: linear-gradient(90deg, #00FFD0, #080819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.error-message {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.error-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}



/* 404 bitis */

/* tesekkurler */
.thank-you-page {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.thank-you-page-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.thank-you-message {
    font-size: 48px;
    background: linear-gradient(90deg, #00FFD0, #080819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.thank-you-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}


@media only screen and (max-width:991px) {
    .media-sc-non_logo{
        display: none;
    }
}

/* tesekkurler bitis */