/*
Theme Name: sila
Theme URI: https://nstudio.by
Author: nstudio Team
Author URI: https://nstudio.by
Description: Современная тема. Tailwind CSS, адаптив, галерея, отзывы, модальные окна.
Version: 1.0.0
License: GPL v2 or later
Text Domain: nstudio.by
Requires at least: 5.0
Tested up to: 8.2
Requires PHP: 7.4
*/





.page404 {
    min-height: 60vh;
    align-content: center;
    justify-content: center;
}
.page404 h1 {
    color: #000000;
    font-size: 40px;
    text-align: center;
}
.bg-\[\#4A90E2\] {
    background-color: #3278B4!important;
}


.owl-carousel .owl-stage{display: flex;}
.brands-item  {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.brands-item  {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.owl-carousel-reviews {
    width: 100%;
}
.owl-carousel-reviews.owl-carousel.owl-theme.owl-loaded.owl-drag,
.owl-carousel-reviews .owl-stage-outer,
.owl-carousel-reviews .owl-stage,
.owl-carousel-reviews .owl-item,
.owl-carousel-reviews .item,
.owl-carousel-reviews .owl-item,
.owl-carousel-reviews .img-responsive{
    height: 100%;
}

.faq-item  {
    width: 100%;
}

@media (max-width: 768px)
{
  #desctop-menu-button {
    display: none;
  }
}




body {
    font-family: 'Roboto Condensed', sans-serif;
}
.hero-bg {
    background: radial-gradient(ellipse at center, #2d0a2e 0%, #0a0a0a 100%);
}
.section-dark {
    background: linear-gradient(135deg, #1a1a2e 0%, #0a0a0a 100%);
}
.text-gradient {
    background: linear-gradient(135deg, #ff69b4, #e91e8c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.capsule-card {
    transition: transform 0.3s ease;
}
.capsule-card:hover {
    transform: translateY(-5px);
}




.swiper-button-next,
    .swiper-button-prev {
        color: #000;
        background: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }
    .swiper-pagination-bullet {
        width: 50px;
        height: 6px;
        border-radius: 5px;
    }
    .swiper-pagination-bullet-active {
        background: #fff;
    }