@keyframes scale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.3);
    }
}

@keyframes boxShadow {
    from {
        box-shadow: none;
    }
    to {
        box-shadow: 0 0 10px 5px rgba(91, 83, 252, 0.3);
    }
}
body {
    color: #000 !important;
}

img {
    max-width: 100%;
}

.bg-gray {
    background-color: #f5f7f9;
}

.heading {
    text-align: center;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-radius: 8px;
}

/* header */

header {
    padding: 22px 0;
}

header ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #8e8e8e;
    margin: 0 8px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

header ul li a:hover {
    color: var(--primary-color);
}

header ul li a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
header ul li a:hover::after {
    opacity: 1;
}

/* hero section */
.hero {
    z-index: 50;
    background-color: rgba(253, 255, 240, 0.56);
}
.hero_container {
    display: flex;
    justify-content: space-between;
}

.hero .color_ball {
    background-color: var(--primary-color);
    position: absolute;
    width: 128px;
    height: 128px;
    opacity: 60%;
    filter: blur(5rem);
    border-radius: 50%;
    top: 22.5%;
    right: 0;
}
.hero .main_color_ball {
    position: absolute;
    width: 406px;
    height: 406px;
    top: 15px;
    left: 21px;
    opacity: 0.4;
    background-color: #49aefe;
    filter: blur(5rem);
    z-index: -15;
}

.hero h1 {
    color: #2a3342;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
}

/* about us */

.about {
    color: #000;
}
.about h1 {
    color: #2a3342;
    font-size: 48px;
    font-weight: 700;
}
.about p {
    font-size: 20px;
    font-weight: 500;
}

.chip {
    background-color: rgba(25, 155, 215, 0.1);
    padding: 5px 12px;
    border-radius: 36px;
    color: var(--primary-color);
    width: fit-content;
}

/* features */

.features {
    color: #000;
}
.features h1 {
    color: #2a3342;
    font-size: 48px;
    font-weight: 700;
}
.features p {
    font-size: 20px;
    font-weight: 500;
}

.features .card-img-top {
    width: 100px;
    margin: -40px auto 0;
}
.feat_card {
    position: relative;
    background-color: transparent;
    width: 100%;
    padding-top: 1.5rem;
}
.feat_card .icon_card {
    position: absolute;
    top: 0;
    left: 45%;
    padding: 0.9rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 #586af54d;
    background-color: #ffffff;
}
.feat_card .icon_card img {
    height: 24px;
    width: 24px;
    animation: scale 1.5s ease-in-out 1s infinite alternate;
}

.feat_card .feat_content {
    border-radius: 16px;
    padding: 40px 24px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 2px 0 rgba(85, 105, 135, 0.1);
}

.feat_card .feat_content h3 {
    font-size: 19px;
    font-weight: 600;
    color: #2a3342;
}
.feat_card .feat_content p {
    font-size: 16px;
    font-weight: 500;
    color: #556987;
}
/* how-work */
.how-work {
    padding: 3rem 1rem;
}
.how-work h3 {
    font-size: 48px;
    font-weight: 700;
    color: #2a3342;
}

.how-work .how_we_work_step__image_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(88, 106, 245, 0.3);
  width: 75px;
  height: 55px; /* Set the height to match the width for a square container */
  aspect-ratio: 1 / 1; /* Ensures the container remains square */
}

 .how_we_work_step__image_box img {
  max-width: 35px;
  height: 100%; /* Make the image fill the entire container */
  object-fit: cover; /* Ensure the image covers the container while maintaining its aspect ratio */
  border-radius: 8px; /* Optional: maintain the border-radius on the image itself */
}


.how_we_work_step__content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2a3342;
}
.how_we_work_step__content span {
    font-size: 18px;
    font-weight: 500;
    color: #556987;
}

.how-work .play-icon {
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    padding: 18px 20px;
    border-radius: 55%;
    border: 1px solid var(--primary-color);
    animation: boxShadow 1.5s ease-in-out 1s infinite alternate;
}
.how-work .play-icon img {
    height: 100%;
    padding-right: 2px;
}
.how-work__icon p {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

/* statistics */
.statistics {
    background: linear-gradient(to bottom, var(--secondary-color), var(--primary-color));
    padding: 63px 0;
    display: flex;
}
.statistics h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
}
.statistics p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.statistics_items div {
    padding: 0 61px;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
.statistics_items div h3 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
}
.statistics_items div span {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
}
.statistics .statistics_items div:nth-of-type(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
@media screen and (max-width: 1200px) {
    .statistics .statistics_items div:not(:last-child) {
        border-left: none;
    }
}
/* faq */
.faq {
    display: flex;
    flex-direction: column;
    padding: 48px;
    gap: 1rem;
}

.faq h3 {
    font-size: 48px;
    font-weight: 700;
    color: #2a3342;
}
.faq span {
    font-size: 20px;
    font-weight: 500;
    color: #556987;
}

.faq .accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.faq .accordion .accordion-item {
    background-color: transparent;
    border: none;
}
.faq .accordion .accordion-item .accordion-header {
    border-radius: 1rem;
    background-color: transparent;
}

.faq .accordion .accordion-item .accordion-header button {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 1rem;
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.faq .accordion .accordion-item .accordion-header button:focus {
    box-shadow: none;
}
.faq .accordion .accordion-item .accordion-header button.collapsed {
    background-color: #f7f6ff;
    font-size: 20px;
    font-weight: 700;
    color: #2a3342;
}
.faq .accordion .accordion-item .accordion-header button::after {
    margin: 0 !important;
    right: 0;
    display: none !important;
}

.faq .accordion .accordion-item .accordion-header button img {
    transition: all 0.5s ease-in-out;
}
.faq .accordion .accordion-item .accordion-header button.collapsed {
    background-color: rgba(25, 155, 215, 0.02);
    font-size: 20px;
    font-weight: 700;
    color: #2A3342;
    box-shadow: -1px 2px 4px #5569871A, 1px 2px 4px #5569871A;
}

.faq .accordion .accordion-item:nth-child(1){
    margin-top: 40px;

}

.rotate {
    transform: rotate(180deg);
}

/* testimonials */

.testimonials img {
    width: 100px !important;
}
.carousel-item {
    padding: 40px 60px;
}
.carousel-item .user_info {
    display: flex;
    align-items: center;
}
.carousel-item .user_info span h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333f51;
    padding: 0;
    margin: 0;
}
.carousel-item .content::before {
    position: relative;
    bottom: 0;
    height: 100px;
    width: 64px;
    background-image: url("../assets/qouts.svg");
    content: " ";
}
.carousel-control-next,
.carousel-control-prev {
    width: 50px !important;
    bottom: 50px;
}

/* start */

.start .box {
    padding: 70px;
    background-color: #2b2b2b;
    border-radius: 32px;
}

.carousel-item {
    background: #f5f7f9;
    position: relative;
}

.carousel__content {
    position: relative;
}

.carousel__content #qoute-top {
    position: absolute;
    transform: rotate(180deg);
    top: -30px;
    left: 0;
    scale: 0.8;
}
.carousel__content #qoute-down {
    position: absolute;
    scale: 0.8;
    right: -40px;
    bottom: 10px;
}
.carousel-indicators button {
    border-radius: 50%;
    border: none !important;
    width: 10px !important;
    height: 10px !important;
}
.carousel-indicators button.active {
    background-color: var(--primary-color) !important;
}
.carousel-indicators [data-bs-target] {
    background-color: #d5dae1 !important;
}
.user_info img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
}

