.lang-active {
    padding-bottom: 1px !important;
    padding-top: 1px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #fff !important;
    border-radius: 20% !important;
    background: #6bb42f !important;
}

.w-100 {
    max-width: 100% !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
}

.quantity .qty {
    width: 3.631em;
    text-align: center
}

.mb-0 {
    margin-bottom: 0 !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.h-40 {
    height: 40px !important;
}

.video-hero-fullscreen {
    position: relative;
    width: 100vw;
    height: 100vh;
    left: 49.3%;
    transform: translateX(-50%);
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}

.video-content {
    position: absolute;
    top: 35%;
    left: 5%;
    z-index: 3;
    color: white;
    text-align: left;
    max-width: 600px;
}

/* Yazılar */
.main-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #6bb42f;
}

.sub-title {
    font-size: 1.5rem;
}

/* SAĞDAN GƏLƏN ANİMASİYA */
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    animation: fadeInRight 1s ease-out both;
}

/* ANİMASİYA: Sol tərəfdən gəlmə */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    animation: fadeInLeft 1s ease-out both;
}

/* Gecikmə */
.delay-0 {
    animation-delay: 2.5s;
}

.delay-1 {
    animation-delay: 2.5s;
}

#panel-761-video {
    position: relative;
    top: -80px;
}

.show-product-img {
    height: auto;
    max-width: 25% !important;
}

.text-white {
    color: white;
}

