/* Hero section */
.hero-section {
    position: relative;
    z-index: 2;
    color: #fff;
    top: 0;
    height: 40%;
}


.hero-section h3 {
    position: relative;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-top: 15%;
    z-index: 3;
}
/* End of hero section */

/* Our services */
.our-services__content h2 {
    font-size: 48px;
    font-weight: 600;
}

.our-services__content p {
    font-size: 18px;
    font-weight: 600;
}

.our-services__content_text {
    width: 70%;
}

.our-services__image {
    position: relative;
}

.our-services__image .services_img {
    width: 100%;
}

.our-services__image .services_selected {
    position: absolute;
    top: 46px;
    left: -150px;
    z-index: 3;
}

.our-services__image .services_selected .services_item {
    background-color: #fff;
    color: var(--bs-purple);
    font-size: 20px;
    width: 393px;
    height: 90px;
    transition: all 0.3s ease;
}

.our-services__image .services_selected .services_item.selected {
    background-color: var(--bs-purple);
    color: #fff;
    width: 471.6px;
    height: 108px;
}
/* End of our services */

.purple-shadow-box {
    box-shadow: 10px 9px 0px 0px #4000A6;
}

/* reviews cards */

.review-card-item.image {
    position: relative;
    overflow: hidden;
}

.review-card-item.image h2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: white;
    font-size: 48;
    font-weight: 600;
    z-index: 3;
}

.reviews-wrapper {
    gap: 40px;
}

.review-card-item {
    width: 457px;
    height: 654px;
}

.review_item__quote {
    border-left: 5px solid var(--bs-purple);
    font-size: 20px;
}

.usecases h1 {
    font-weight: 600;
}

.usecases-wrapper {
    gap: 20px;
}

.usecase_item {
    width: 344px;
    height: 362px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.usecase_item .image {
    position: relative;
}

.usecase_item .title {
    text-align: center;
    color: var(--bs-purple);
    font-size: 20px;
    font-weight: 600;
    height: 35%;
}

/* examples section */

.examples_img {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.top-text {
    font-size: 20px;
}

.line {
    border-bottom: 1px solid var(--bs-purple);
}

.arrow {
  width: 50px;
  height: 10px;
  background: #4000a6; /* Tail */
  position: relative;
}

.arrow::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -10px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #4000a6; /* Arrow head */
}

.external-reviews__item {
    width: 407px;
    height: 309px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.external-reviews .container {
    position: relative;
}

.note {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -280px;
    z-index: 3;
}

.external-reviews_wrapper {
    margin-bottom: 200px;
}


