body {
    background: #f4f4f4;
}

header {
    background: #fbf9f9;
    box-shadow: 0 0 8px #666;
}

footer {
    font-size: 0.75em;
    color: var(--bs-gray-600);
}

.splide__arrow {
    opacity: 0.8;
    background: #ffffff;
    box-shadow: 0 0 4px #666;
}

.splide__arrow:hover {
    opacity: 1;
    background: #ffffff;
}

.splide__arrow--prev {
    left: -1em;
}

.splide__arrow--next {
    right: -1em;
}

.splide__pagination__page:hover  {
    background: #2098d0;
}

.splide__pagination__page.is-active {
    background: #ccc;
    transform: none;
    width: 40px;
    border-radius: 4px;
}

#firtspage-slider .splide__slide > div {
    display: flex;
    height: 30vh;
    border-radius: 1em;
    color: #fff;
    align-items: center;
    overflow: hidden;
}

#firtspage-slider .splide__slide div.slide-text {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
}

#firtspage-slider .splide__slide div.slide-text > div {
    padding: 2em;
}

#firtspage-slider .splide__slide div.slide-img {
    position: relative;
    right: -5%;
    width: 50%;
    height: 220%;
    background-size: 55% !important;
    border-radius: 200%;
}

.subscribe-form input[type="text"] {
    background: #fff;
    margin-top: 0;
    font-size: 1em;
    width: 12em;
    line-height: 1.5em;
    padding: 0.4em;
    border: 1px solid #00af40;
    border-bottom-left-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.subscribe-form input[type="submit"], .subscribe-form button {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.4em;
    border: 1px solid #00af40;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: none;
    letter-spacing: -0.5px;
}

.subscribe-form button {
    background: #00af40;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    line-height: 1.5em;
    padding: 0.4em;
    border: 1px solid #00af40;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: none;
    letter-spacing: -0.5px;
}
