.sliderArea {
    margin-top: 35px;
}
.auto-slider .slick-slide {
    margin: 0 5px;
}
.auto-slider .slick-slide img {
    width: 100%;
    height: auto;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.auto-slider {
    cursor: pointer;
    width: 80%;
    margin: 0 auto;
}
.auto-modal-slider {
    position: relative;
}
.color-code {
    position: absolute;
    top: 20px;
    font-size: 1.5em;
    font-weight: bold;
    z-index: 1;
}
.modaal-overlay {
    background: #fff !important;
    opacity: 0.6 !important
}
.modaal-close:before,
.modaal-close:after {
    background: #b93d0c !important;
}

.popup {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.popup .popup-bg {
    width: 100%;
    height: 100%;
    background-color: darkgray;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.popup .popup-content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    margin: 0 auto;
    border-radius: 10px;
    z-index: 2;
}
.popup .popup-content h3 {
    color: #f0b478;
}
.popup .popup-content .popup-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}
.popup .popup-content .popup-buttons a, .popup .popup-content .popup-buttons button {
    margin: 5px auto !important;
    width: 90%;
}

.popup-close {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 3em;
    z-index: 10;
    color: black;
    font-weight: bold;
}

body.is-modal {
    overflow: hidden;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -5px;
}

.slick-prev:before, .slick-next:before {
    font-size: 3rem;
}

.open-modal-btn {
    text-decoration: none;
    border: 1px solid #a09f9f;
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}

.open-modal-btn:hover {
    text-decoration: none;
}

.arrow-right {
    margin-left: 10px;
    width: 28px;
    height: 8px;
    border-bottom: 1px solid #a09f9f;
    border-right: 1px solid #a09f9f;
    transform: skew(45deg);
}
