
.pattern {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 27%;
    left: 0;
    background-image: url(../images/white-pattern.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button.button--white.active {
    background: var(--green);
    border: 1px solid var(--green);
    color: var(--white);
}

.tabs-menu-wrapper {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.tabs-menu-wrapper.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.subscribe-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.subscribe-wrapper {
    background: var(--white);
    padding: 20px 20px;
    font-size: var(--size-14);
    border-radius: 50px;
    border: 1px solid var(--green);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    outline: none;
    display: flex;
    justify-content: space-between;
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    gap: 2px;
    z-index: 500;
    position: relative;
}

.section-icon {
    margin-top: -60px;
    text-align: center;
    z-index: 600;
}