.margin-slider {
    margin: 0px -15px;
}

.slick-slide {
    margin: 10px;
    outline: none;
    max-width: 1340px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: .4;
    transition: opacity 1.25s ease-out;
}
.slick-current {
    opacity: 1 !important;
}
.slider-item {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.slider-item:before {
    content: "";
    position: absolute;
    top: -100px;
    right: 40px;
    width: 86px;
    height: 120px;
    display: block;
    border-top-right-radius: 40%;
    background: var(--color1);

    -webkit-transform: rotate(100deg) skewX(-30deg) scaleY(.866) translateY(-50%);
    transform: rotate(100deg) skewX(-30deg) scaleY(.866) translateY(-50%);
    z-index: 9;
} /* <-- change color */
.slick-dots {
    background: var(--color5);
    list-style-type: none;
    text-align: center;
    background: #feffff;
    padding: 2px;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    max-width: 100%;
    width: fit-content;
}
#slickSlider .slick-dots {
    list-style-type: none;
    text-align: center;
    background: var(--color5);
    padding: 2px;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: 50%;
/*
    bottom: 15px;*/
    transform: translateX(-50%);
    width: auto;
}
.slick-dots li {
    display: block;
    margin: 0 3px;
/*
    top: 3px;*/
    float: left;
    width: 40px;
    height: 22px;
}
.slick-dots .slick-active button {
    background: var(--color1);
    color: #fff;
}
.slick-dots li button {
    background: var(--color4);
    font-size: 0;
    border: none;
    width: 40px;
    height: 14px;
    border-radius: 20px;
    outline: none;
    vertical-align: super;
    padding-top: 3px;

}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    display: none;
}
.on .slick-dots {
    background: #333743;
}
.slick-dots {
    transition: background-color 0.4s ease-in;
}
.text-bg {
    width: 100%;
    height: 400%;
    margin: 0;
    left: 135%;
    top: -155%;
    background: #333743;
    border-radius: 4%;
    -webkit-transform: rotate(-45deg) translate(-50%,-55%);
    transform: rotate(-45deg) translate(-50%,-55%);
    -webkit-box-shadow: -20px -20px 0 0 hsla(0,0%,100%,.2), -10px -10px 0 0 hsla(0,0%,100%,.2);
    -moz-box-shadow: -20px -20px 0 0 hsla(0,0%,100%,.2),-10px -10px 0 0 hsla(0,0%,100%,.2);
    box-shadow: -20px -20px 0 0 hsla(0,0%,100%,.2), -10px -10px 0 0 hsla(0,0%,100%,.2);
    display: block;
    position: absolute;
    z-index: 3;
}

/* Image Layers */
.noAnimation_item {
    height: 100%;
    width: 100%;
    margin-left: 0;
}

.top_item {
    height: 100%;
    width: 100%;
    margin-left: 0;
    position: absolute;
    z-index: 3;
    left: -10px;
    -webkit-animation: runTop 10s linear infinite alternate;
    animation: runTop 10s linear infinite alternate;
}
.bottom_item {
    height: 100%;
    width: 100%;
    margin-left: 0;
    position: relative;
    left: -10px;
    -webkit-animation: runBottom 10s linear infinite alternate;
    animation: runBottom 10s linear infinite alternate;
}
@keyframes runTop {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes runBottom {
    0% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
}

.vert_move_1 {
    height: 100%;
    width: 100%;
    margin-left: 0;
    position: absolute;
    z-index: 3;
    left: -10px;
    -webkit-animation: mover_1 1s infinite  alternate;
    animation: mover_1 1s infinite  alternate;
}
.vert_move_2 {
    height: 100%;
    width: 100%;
    margin-left: 0;
    position: relative;
    left: -10px;
    -webkit-animation: mover_2 1s infinite  alternate;
    animation: mover_2 1s infinite  alternate;
}
@keyframes mover_1 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover_2 {
    100% { transform: translateY(0); }
    0% { transform: translateY(-10px); }
}

/* Slider Text Block */
.textLayer_wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}
.textLayer_container {
    width: 100%;
    height: 100%;
    max-height: 400px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.textLayer_labels {
    float: right;
    max-width: 550px;
    width: 100%;
    margin-top: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.textLayer_title {
    color: #fe6738;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
} /* <-- change color */
.textLayer_slogan {

}

/* Buttons */
.beforeLogInButtons {
    display: none;
}
.sliderButtonSignIn {
    background: var(--color1);
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 180px;
    border-radius: 50px;
    float: right;
} /* <-- change color */
.sliderButtonSignIn:hover {
    color: #fff;
}
.sliderButtonSecond {
    /*background: linear-gradient(-45deg,#121212,#020202);*/
    background: var(--color4);
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 180px;
    border-radius: 50px;
    float: right;
} /* <-- change color */
.sliderButtonSecond:hover {
    color: #fff;
}

/* Responsive */
@media (min-width: 200px) {
    .textLayer_title {
        font-size: 15px;
    }
    .textLayer_slogan {
        display: none;
    }
    .sliderButtonSecond {
        font-size: 10px !important;
        height: 30px !important;
        width: 80px !important;
    }
    .sliderButtonSignIn {
        font-size: 10px !important;
        height: 30px !important;
        width: 80px !important;
    }
    .slider-item:before {
        top: -145px;
    }
    .top_item {
        width: 165%;
        margin-left: -45%;
    }
    .bottom_item {
        width: 165%;
        margin-left: -45%;
    }

}
@media (min-width: 768px) {
    .textLayer_title {
        font-size: 26px;
    }
    .textLayer_slogan {
        display: none;
    }
    .slider-item:before {
        top: -130px;
    }
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}
@media (min-width: 1024px) {
    .textLayer_title {
        font-size: 26px;
    }
    .textLayer_slogan {
        display: block;
    }
    .slider-item:before {
        top: -100px;
    }
    .top_item {
        width: 100%;
        margin-left: 0;
    }
    .bottom_item {
        width: 100%;
        margin-left: 0;
    }
    .sliderButtonSecond {
        font-size: 16px !important;
        height: 50px !important;
        width: 180px !important;
    }
    .sliderButtonSignIn {
        font-size: 16px !important;
        height: 50px !important;
        width: 180px !important;
    }
}
@media (min-width: 1281px) {
    .textLayer_title {
        font-size: 26px;
    }
    .textLayer_slogan {
        display: block;
    }
    .slider-item:before {
        top: -100px;
    }
    .top_item {
        width: 100%;
        margin-left: 0;
    }
    .bottom_item {
        width: 100%;
        margin-left: 0;
    }
    .sliderButtonSecond {
        font-size: 16px !important;
        height: 50px !important;
        width: 180px !important;
    }
    .sliderButtonSignIn {
        font-size: 16px !important;
        height: 50px !important;
        width: 180px !important;
    }
}

/* Modal */
#sliderAboutWebsite {
    backdrop-filter: blur(8px);
}
.modalContentWrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: 1;
}

.text-container {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 400px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
