.bg_ban {
    background-image: url("https://images.guldu.uz/guldu/2025/04/04/footer-back.24cbf9f.png");
}

.box_kaf_img {
    width: 100%;
    height: 119px;
    padding: 10px;
    overflow: hidden;
}

.box_kaf_img img {
    height: 100%;
    object-fit: cover;
}

.text-kaf {
    background-color: #003087;
    padding: 8px 3px;
    border-radius: 12px;
}

.text-kaf a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

/* video  */
.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    margin-top: 25px;
    background-color: #f5f5f5;
    flex-direction: column;
}

.video-wrapper {
    display: flex;
    gap: 20px;
}

.video-box {
    width: 300px;
    height: 400px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.video-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    animation: pulse 1.5s infinite;
}

.play-icon::before {
    content: '\25B6';
    color: black;
    font-size: 30px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    }

    50% {
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    }
}

.popup-container {
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    width: 80%;
    max-width: 600px;
}

.exit-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

iframe {
    width: 100%;
    height: 315px;
    border: none;
}

.popup-container:target {
    display: flex;
}

/* video */

/* baner  */
.section_ll {
    background-image: url("https://images.guldu.uz/guldu/2025/04/04/OBJECTS.png");
    background-color: #c9c9c9;
}

.section_ll .box_yyj:hover {
    transform: scale(1.1);
}

.section_ll .box_yyj {
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.section_ll .box_yyj img {
    width: 50%;
    padding-top: 10px;
}

.section_ll .box_yyj a {
    color: #000;
    text-decoration: none;
}

/* baner */

/* statistika */
.statistic {
    background-image: url("https://images.guldu.uz/guldu/2025/04/05/Pozdravlenie.jpg");
    height: 380px;
    background-repeat: repeat;
    background-position: center;
    position: relative;
    padding-bottom: 25px !important;
}

.statistik_bg {
    background-color: #2059bd3b;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.box_statistic {
    width: 100%;
    height: 100%;
    box-shadow: inset -4px -1px 0px 2px #136ebd;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
}

.box_statistic:hover {
    transition: 0.2s;
    box-shadow: inset -4px -1px 0px 2px #bebebe;
}

.box_statistic img {
    width: 70px;
}

@media (max-width: 768px) {
    .video-wrapper {
        display: none;
    }
}