
/* HERO SECTION */
.hero-pohadka {
    position: relative;
    overflow: hidden;
    margin-top: -110px;
    padding: 200px 0 150px;
    background: url("/themes/pohadka/images/hero-bg.jpg") center top no-repeat;
    background-size: cover;
    position:relative;
    z-index:1;
}

.hero-pohadka::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 245, 235, .55);
    z-index: 0;
}

/* container nad overlay */
.hero-pohadka-container {
    position: relative;
    z-index: 2;
}

/* dekorace */
.hero-rainbow {
    position: absolute;
    left: 48%;
    bottom: 120px;
    width: 150px;
    height: 90px;
    background: url("/themes/pohadka/images/rainbow.png") center no-repeat;
    background-size: contain;
    z-index: 2;
    opacity: .9;
}

/* text */
.hero-title {
    font-size: 64px;
    font-weight: 800;
    color: #5e3d92;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero-text {
    font-size: 20px;
    line-height: 1.7;
    color: #6c6c7a;
    margin-bottom: 35px;
    max-width: 520px;
}

/* buttons */
.hero-buttons {
    display: flex;
    gap: 18px;
}

.hero-btn {
    border-radius: 60px;
    padding: 18px 38px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .08);
}

.hero-btn-primary {
    background: #f6c64b;
    color: white !important;
}

.hero-btn-secondary {
    background: #f48da3;
    color: white !important;
}

/* image */
.hero-visual {
    position: relative;
}

.hero-image-shape {
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 38% 32% 34% 36% / 24% 32% 26% 28%;
    background: #f5f1ef;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    margin-left: auto;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-visual {
    width: 100%;
}

.hero-pohadka .container {
    padding-right: 0;
}

/* slider fix */
#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
    height: 100%;
}