.arrow {
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border: 5px solid white;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0 10px 10px;
    cursor: pointer;
    z-index: 2000;
    position: fixed;
    right: 35px;
    bottom: 25px;
}
.arrow a {
    padding-right: 10px;
    color: #fff !important;
}
.Brief h3,
.OurServices .container .btn:hover,
.ServicesTitle,
.about h2,
.partners h2,
.services h2 {
    color: var(--mainColor);
}
.arrow a:hover i,
.image-box:hover .img {
    transform: scale(1.3);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.loader-container {
    position: fixed;
    width: 100%;
    height: 1000%;
    z-index: 1000;
    background-color: white;
}
.loader {
    width: 75px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 10px solid #4d1a5c;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
    margin-top: 42vh;
    margin-left: auto;
    margin-right: auto;
}
@keyframes l20-1 {
    0% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            50% 0%,
            50% 0%,
            50% 0%,
            50% 0%
        );
    }
    12.5% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            100% 0%,
            100% 0%,
            100% 0%,
            100% 0%
        );
    }
    25% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            100% 0%,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            100% 0%,
            100% 100%,
            50% 100%,
            0% 100%
        );
    }
    62.5% {
        clip-path: polygon(
            50% 50%,
            100% 0,
            100% 0%,
            100% 0%,
            100% 100%,
            50% 100%,
            0% 100%
        );
    }
    75% {
        clip-path: polygon(
            50% 50%,
            100% 100%,
            100% 100%,
            100% 100%,
            100% 100%,
            50% 100%,
            0% 100%
        );
    }
    100% {
        clip-path: polygon(
            50% 50%,
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            0% 100%
        );
    }
}
@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg);
    }
    49.99% {
        transform: scaleY(1) rotate(135deg);
    }
    50% {
        transform: scaleY(-1) rotate(0deg);
    }
    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}
/* Start Hero Section */
.active {
    color: #4d1a5c !important;
}
.underline-text {
    position: relative;
    font-weight: bold;
    padding: 0 5px;
    z-index: 1;
}

.underline-text img {
    position: absolute;
    bottom: 0px;
    left: 25px;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 991px) {
    .underline-text img {
        left: 15px;
    }
}
.menu-open {
    width: 140px !important;
}
.main-content {
    position: relative;
    z-index: 1;
}
.falling-stars-left {
    position: absolute;
    width: 500px;
    top: 200px;
    right: 0;
    opacity: 0.7;
}
.falling-stars-right {
    position: absolute;
    transform: rotate(180deg);
    top: 100px;
    left: 0;
    width: 500px;
    opacity: 0.7;
}
@media (max-width: 991.98px) {
    .falling-stars-left {
        width: 400px;
        top: 100px;
    }
    .falling-stars-right {
        width: 400px;
        top: 80px;
    }
    .foot {
        width: calc(100% - 40px) !important;
    }
}
@media (max-width: 768px) {
    .falling-stars-left {
        width: 350px;
        top: 145px;
    }
    .falling-stars-right {
        width: 350px;
        top: 100px;
    }
}
@media (max-width: 576px) {
    .falling-stars-left {
        width: 250px;
        top: 230px;
    }
    .falling-stars-right {
        width: 250px;
        top: 100px;
    }
    .hero {
        background-position: center center;
    }
}
/* End Hero Section */
/* Start Influencer Search */
.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected:after {
    /* left: 1.25rem; */
    right: calc(100% - 1.25rem);
}
@media (max-width: 991.98px) {
    form.influencer-search input {
        height: 50px !important;
        font-size: 16px !important;
        padding-right: 70px !important;
    }
    form.influencer-search button {
        height: 50px !important;
        padding: 15px !important;
    }
    form.influencer-search button img {
        height: 25px !important;
    }
}
@media (max-width: 768px) {
    form.influencer-search {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    form.influencer-search input {
        width: 100% !important;
        height: 40px !important;
        font-size: 16px !important;
        padding-right: 50px !important;
    }
    form.influencer-search button {
        height: 40px !important;
        padding: 10px !important;
    }
    form.influencer-search button img {
        height: 20px !important;
    }
}
@media (max-width: 576px) {
    form.influencer-search input {
        height: 40px !important;
        font-size: 14px !important;
        font-weight: normal;
        padding-right: 50px !important;
    }
    form.influencer-search button {
        height: 40px !important;
        padding: 10px !important;
    }
    form.influencer-search button img {
        height: 20px !important;
    }
}
/* End Influencer Search */
/* Start Categories */
@media (max-width: 768px) {
    .categories {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-evenly !important;
    }
    .categories .cat {
        width: 135px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* End Categories */
/* Start How Work */
.how-work {
    padding-right: 15px;
}
@media (max-width: 991.98px) {
    .how-work .how-work-card {
        flex-basis: 20%;
    }
}
@media (max-width: 768px) {
    .vision {
        padding-left: 0px !important;
    }
    .gallary {
        padding-left: 0px !important;
    }
    .how-work .how-work-card {
        flex-basis: 45%;
    }
}
@media (max-width: 576px) {
    .how-work .how-work-card {
        flex-basis: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* End  How Work */
@media (max-width: 767px) {
    .custom-img {
        padding-top: 0.5rem !important;
    }
    .profile-center {
        justify-content: center !important;
        text-align: center !important;
    }
}
@media (max-width: 655px) {
    .profile-name {
        align-self: center !important;
    }
}
/* Start Footer */
footer a.text-white:hover {
    opacity: 1 !important;
}
@media (max-width: 991.98px) {
    .foot {
        justify-content: center;
        text-align: center;
    }
    footer .social {
        justify-content: center;
    }
    .register {
        display: block !important;
    }
    .register span {
        justify-content: flex-end !important;
        width: 200px !important;
    }
}
footer a.text-white:hover {
    opacity: 1 !important;
}

/* End Footer */
