/* Add custom CSS styles below */
:root {
    --font-main: 'sky-bold';
    --font-secondary: 'sky';
    --color-primary: #60f4df;
    --color-primary-dark: #3aceb9;
    --color-primary-light: #86ffff;
    --color-primary-reverse: #007560;
    --dark-bg-main: #0a192f;
    --dark-bg-sec: #050505;
    --dark-text-main: #fffafa;
    --dark-text-sec: #fafafa;
    --dark-grey: #0a192f;
    --text-btn: #050505;
    --bg-color: #0a192f;
}
.main-nav-container.fixed-pinned .inner {
    margin: 0.5rem auto;
    width: calc(100% - 1rem) !important;
    opacity: .85;
}
section.s-block.s-block--features.angel-features.bg-gray-100.da-bgg.py-8.angel_anime.animate__.animate__fadeIn {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1);
}
.s-block--categories .container .s-slider-wrapper .swiper .swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap !important;
    justify-content: center;
}

.swiper-slide.max--3.min--6 {
    height: initial !important;
    max-width: 7rem;
}
slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
 .carousel-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0px;
}
.s-block--categories .container .s-slider-wrapper .swiper .swiper-wrapper .swiper-slide a div {
    width: 14.5rem !important;
}
.divider-url {
    font-size: 1.2rem;
    font-weight: 700 !important;
    margin-top: .5rem;
}
.divider-title p {
    font-size: 1rem;
    padding-top: 6px !important;
}
.divider-title h2 {
    font-size: 1.5rem;
}
.swiper-slide.max--3.min--6 {
    border-bottom: solid 1px #60f4df;
    margin: 5px;}
.footer-middle {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    border: 0px;
}
.testimonial__avatar{
    padding: 10px;
    background-color: #ffff;
}