/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.swiper-container-partners {
    width: 100%;
    padding-left: 10%; /* Adjust padding as needed */
    padding-right: 10%; /* Adjust padding as needed */
    box-sizing: border-box;
}

.swiper-container-partners .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-partners .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.curlafterbefore:before {
    content: "";
    position: absolute;
    top: 0px;
	left:0;
    background: url(../../../wp-content/uploads/2024/06/Group-42.png);
    height: 12px;
    width: 100%;
}


.curlafterbefore:after {
    content: "";
    position: absolute;
    bottom: 0px;
	left:0;
    background: url(../../../wp-content/uploads/2024/06/Group-42.png);
    height: 12px;
    width: 100%;
}

.swiper-container-services {
    width: 100%;
    height: 100%;
}

.swiper-container-services .swiper-slide {
    padding: 20px 20px 20px 20px;
    background-color: rgba(90, 49, 196, 0.128);
    border-radius: 20px;
    position: relative;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.273);
}

.swiper-container-services .swiper-slide:hover {
    background: #5A31C4 !important;
}

.swiper-container-services .service-box {
    position: relative;
    text-align: left;
}

.swiper-container-services .service-number {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 64px;
    color: rgb(255 255 255 / 37%);
    line-height: 65px;
    font-family: 'Inter';
    font-weight: 700;
}

.swiper-container-services .service-icon img {
    width: 100px;
}

.swiper-container-services .service-title {
    font-size: 1.6em;
    margin: 10px 0;
	color:#fff;
}

.swiper-container-services .service-excerpt {
    font-size: 14px;
    margin-bottom: 10px;
}

.swiper-container-services .service-read-more {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Inter';
}

.swiper-container-services a.service-read-more:after {
    content: "";
    position: absolute;
    background: url(../../../wp-content/uploads/2024/02/Vector.svg);
    height: 10px;
    width: 11px;
    margin-left: 5px;
    margin-top: 9px;
}

.swiper-container-services .service-even {
   margin-top:60px;
}

.swiper-container-services .service-odd {
  
}
.swiper-container-services .swiper-slide.swiper-slide-prev{
	visibility:hidden;
}

/* Move pagination down and style */
.swiper-container-services .swiper-pagination {
    bottom: -70px; /* Adjust this value as needed to move the pagination */
    text-align: center;
}

.swiper-container-services .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    background-color: #ffffff5c;
    border: 0px dashed #ffffff;
    opacity: 1;
    border-radius: 9px;
}

.swiper-container-services .swiper-pagination-bullet-active {
    background-color: #5A31C4;
}

.hncoder-timeline-number span {
    font-size: 100%;
}

.movingdots .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: move 6s ease-in-out infinite alternate;
}

.movingdots .dot1 {
    background-color: #FF0000;
    left: 5%;
    top: 25%;
    animation-name: move1;
}

.movingdots .dot2 {
    background-color: #5A31C4;
    left: 15%;
    top: 15%;
    animation-name: move2;
}

.movingdots .dot3 {
    background-color: #5A31C4;
    left: 20%;
    top: 45%;
    animation-name: move3;
}

.movingdots .dot4 {
    background-color: #FF0000;
    right: 13%;
    top: 29%;
    animation-name: move4;
}

.movingdots .dot5 {
    background-color: #5A31C4;
    right: 13%;
    top: 16%;
    animation-name: move5;
}

.movingdots .dot6 {
    background-color: #FF0000;
    right: 26%;
    top: 3%;
    animation-name: move6;
}

@keyframes move {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 10px);
    }
}

@keyframes move1 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 5px);
    }
}

@keyframes move2 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5px, 15px);
    }
}

@keyframes move3 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -10px);
    }
}

@keyframes move4 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 10px);
    }
}

@keyframes move5 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-5px, -15px);
    }
}

@keyframes move6 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-15px, -5px);
    }
}




