
/* START :: ABOUTS US SECTION */
.de__about-sec {
    padding: 65px 0 50px;
    overflow: hidden;
}
.de__about-sec .de__orange-circle {
    left: auto;
    right: -112px;
    top: 8%;
}
.de__uparrow-vector {
    position: absolute;
    top: 33%;
    left: 0;
    right: 53px;
    margin: 0 auto;
    z-index: -1;
}
.de__thumbsup-vector {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 37%;
}
.de__circle-vector {
    position: absolute;
    left: 0;
    right: 107px;
    margin: 0 auto;
    transform: rotate(-26deg);
    z-index: -1;
}
/* END :: ABOUTS US SECTION */

/* START :: SERVICE SECTION */
.de__service-block{
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    transition: all 0.2s ease-in-out;
}
.de__service-block:hover {
    transform: translateY(-3px);
    transition: all 0.2s ease-in-out;
}
.de__service-sec {
    padding: 0 0 30px;
}
.de__bg-img {
    content: '';
    position: absolute;
    background-color: var(--primary-color);
    width: 82%;
    height: 18px;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
.de__service-block h3 {
    font-size: 26px;
    line-height: 32px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0 0 12px;
}
.de__service-block p {
    font-size: 18px;
    line-height: 30px;
}
.de__service-sec .mb-5 {
    margin: 0 0 56px !important;
}
/* END :: SERVICE SECTION */
/* START :: CUSTOMER CASES SECTION */
.de__custcase-block h3{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
}
.de__custcase-block{
    border: 1px solid var(--primary-color);
    border-radius: 16px;
    padding: 50px 24px;
    margin: 0;
}
.de__custcase-list{
    gap: 40px;
}
.de__custcase-block:nth-child(even) {
    flex-direction: row-reverse;
}
.de__custcase-block:nth-child(even) .de__custcase-desc {
    padding-right: 0;
    padding-left: 80px;
}
.de__custcase-block .de__custcase-desc {
    padding-right: 80px;
}
.de__custcase-block .de__orange-circle{
    top: 36px;
}
.de__custcase-sec {
    padding: 42px 0 80px;
    overflow: hidden;
}  
.de__custcase-block .de__blue-circle {
    bottom: 67px;
    right: -127px;
    opacity: 0.4;
}
.de__ai-vector {
    position: absolute;
    left: 45px;
    right: auto;
    top: 93px;
}
.de__chat-vector {
    position: absolute;
    top: 26%;
    right: 3%;
}
.de__award-vector {
    position: absolute;
    bottom: 22px;
    right: -4px;
}
.de__growth-vector {
    position: absolute;
    left: 0;
    right: 68px;
    margin: 0 auto;
    top: 195px;
}
.de__knowledge-vector {
    position: absolute;
    bottom: 79px;
    left: 62px;
}
.de__cheklist-vector {
    position: absolute;
    right: 45px;
    top: 28%;
}
.de__thumb-vector {
    position: absolute;
    left: 40px;
    top: auto;
    bottom: 66px;
    z-index: 0;
    /* animation: up-down 2s ease-in-out infinite; */
    transform-origin: 50% 50%;
}
/* END :: CUSTOMER CASES SECTION */
  