.arrow-center .splide__arrows button {
    position: relative !important;
    transform: none !important;
    margin: 50px 30px;
    width: 67px;
    height: 67px;
    opacity: 1 !important;
    border-radius: 50%;
    overflow: hidden;
}
.arrow-center .splide__arrows button:disabled {
    background-color: #1E2125;
}
.arrow-center .splide__arrows button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:  url(../images/icons/arrow-sm-l.svg);
    background-repeat: no-repeat;
    background-position: center;
    
}
.arrow-center .splide__arrows button.splide__arrow--next:after {
    background-image:  url(../images/icons/arrow-sm-r.svg);
}
.arrow-center .splide__arrows button:not(:disabled):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, #ff756b 0%,#d20e00 100%);
    z-index: -2 !important;
    -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
            transition: all .3s ease;
}
.arrow-center .splide__arrows button:hover:before {
    opacity: 1;
}
.arrow-center .splide__arrows button svg {
    display: none;
}
.arrow-center .splide__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-RG {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.pop-MD {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.pop-SB {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.pop-EB {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.inter-RG {font-family: "Inter", sans-serif; font-weight: 400;}
.inter-MD {font-family: "Inter", sans-serif; font-weight: 500;}
.inter-SB {font-family: "Inter", sans-serif; font-weight: 600;}
.inter-BD {font-family: "Inter", sans-serif; font-weight: 700;}

.text-outline{
    color: white;
    background-color: white;
    text-shadow: -1px -1px 0 #858586, 1px -1px 0 #858586, -1px 1px 0 #858586, 1px 1px 0 #858586;
    opacity: .5;
}
.banner-bg {
    background: url(../images/banner-bg.jpg) no-repeat center / cover;
}