/* [data-anim] {
  opacity: 0;
} */

[data-anim^="text-"] {
    display: inline-block;
}

.anim-line {
    display: block;
    overflow: hidden;
}

.anim-line>span {
    display: inline-block;
}

.grid-item {
    transition: all 0.3s ease-in-out;
}

.grid-item:hover .grid-item-bg {
    height: 100% !important;
}

.grid-item:hover * {
    color: #fff !important;
}

.grid-image,
.grid-image-hover {
    transition: opacity 0.3s ease-in-out;
}

.grid-item:hover .grid-image {
    opacity: 0 !important;
}

.grid-item:hover .grid-image-hover {
    opacity: 1 !important;
}

.w-nav-overlay [data-nav-menu-open] {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0 0 40px 40px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.w-nav-overlay [data-nav-menu-open] .button {
    width: 100%;
    display: block;
}

.w-nav-overlay {
    top: 60% !important;
    z-index: -1;
}

.w-nav-button.w--open {
    color: inherit;
    background: none;
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 8px;
    margin: auto;
    padding-top: 0;
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    background: #D0BEFF;
    display: flex;
    flex-direction: row;
    gap: 0;
    border-radius: 40px;
    overflow: hidden;
}

.w-slider-dot {
    cursor: pointer;
    background-color: #D0BEFF;
    height: 8px;
    margin: 0 !important;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
    width: 25%;
}

.w-slider-dot.w-active {
    background-color: #6366f1;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    color: #000000;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 40px;
    top: auto;
    bottom: 40px;
}

.w-slider-arrow-left {
    z-index: 3;
    right: 40px;
    left: auto;
}

.values-box-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: white;
    transform: translateY(65%);
    transition: transform 0.4s ease-out;
}


.values-box:hover .values-box-caption {
    transform: translateY(0);
}

.section-parallax {
    inset: inherit;
    right: 0;
    top: 0;
    height: auto !important;
}

.parallax-box .w-layout-cell:nth-child(2),
.parallax-box .w-layout-cell:nth-child(4) {
    position: relative;
    top: 60px;
}