.hero__img-3 {
    position: relative;
}

.hero__img-3 .shape {
    position: absolute;
    z-index: 0;
    inset-inline-start: 0;
    bottom: 0;
    left: 15%;
    width: 100%;
}

.hero__img-3 .image {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 40px;
}


.infinite-move {
    -webkit-animation: moveLeft 5s linear infinite;
    animation: moveLeft 5s linear infinite;
}

.infinite-move-2 {

    -webkit-animation: moveBottom 5s linear infinite;
    animation: moveBottom 5s linear infinite;
}

@keyframes moveLeft {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

@-webkit-keyframes moveBottom {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@keyframes moveBottom {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@-webkit-keyframes moveBottom2 {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    75% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.hero__img-4 {
    position: relative;
}

.hero__img-4 .shape {
    position: absolute;
    z-index: 0;
    inset-inline-start: 0;
    bottom: 0;
    left: 1%;
    width: 100%;
}

.hero__img-4 .image {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0px;
}




.key_card {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    transition: .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.key_card:hover {
    background-color: #b306de;
}

.key_card:hover * {
    color: #fff;
}

.key_icon {
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 8.649px;
    border: 3.459px solid #ea97ff;
    background-color: #fff;
}

.key_card h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.key_card p {
    color: #1b1f22;
    font-weight: 300;
}

.key_icon img {
    height: 100%;
    width: 100%;
}

.bg-light-gray {
    background-color: #F6F7F8;
}

.minus_70 {
    margin-top: -80px;
}
.minus_svg {
    margin-top: -13%;
}

.bottom_svg {
    transform: rotate(180deg);
    margin-top: -10px;
}




.key-function p {
    font-size: 16px;
}

.key-function img {
    height: 70px;
}
.key-function h5{
    font-size: 22px;
}





.Join_us{
    background-color: #150377;
}
.Join_us h2{
    font-size: 35px;
}
.Join_us p{
    font-weight: 300;
}

.card-secs {
    background-color: #ffffff;
    overflow: hidden;
    transform-origin: top;
    position: sticky;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-align: center;
    justify-content: center;
    padding: 5rem 2rem;
    /* border-radius: 20px; */
}

.card__pin:nth-child(1) {
    position: relative;
    margin-bottom: 50px;
    transform: rotate(-6deg);
}
.first-h4{
    transform: rotate(5deg);
}
.first_btn{
    transform: rotate(5deg);
}


.second_card {
   
    background-color: #fff !important;
}
.second_btn{
    transform: rotate(4deg);
}
/* .card__pin:nth-child(2) h4, .card__pin:nth-child(2) .theme_btn{
    transform: rotate(3deg);
} */

.second-h4{
    transform: rotate(4deg);
}
.card__pin:nth-child(3) {
    transform: rotate(0deg);
}


.card__pin:nth-child(4) {
    background: #fff;
    color: #000;
    
}


.card-secs h4 {
    font-weight: 300;
    font-size: 30px;
    color: #0A3050;
    text-align: center;
   
}
.card__pin.lastCard {
    margin-bottom: 100px; /* Adjust this value as needed */
}



