@import "../fonts/bakh/fontiran.css";

.active-menu {
    color: #FFFA5C !important;
}

html {
    scroll-behavior: smooth;
}

.hero-sectin {
    background: radial-gradient(at 10% 4%, #5a4a8a, transparent 30%),
    radial-gradient(at 110% 70%, #736AAAB5, transparent 55%),
    #0d0625;
}

@media screen and (min-width: 992px) {
    .boxes-section:nth-child(even) {
        flex-direction: row-reverse;
    }
}
::selection {
    background: #FFFA5C;
    color: #171043;
}
.swiper-pagination-bullet-active {
    background-color: #FFFA5C !important;
}

.swiper-pagination-bullet{
    background-color: #FFFA5C !important;
}


