.waves {
    padding: 55px 0;
    position: relative;
}

.waves-inner {
    border-radius: 4px;
    border: 0.5px solid var(--grey2);
    background: var(--white);
    box-shadow: 0 1px 14px 0 rgba(26, 26, 26, 0.06);
}

.waves-inner .waves-inner-wrap,
.waves-inner {
    position: relative;
    overflow: hidden;
}

.waves-inner .col-md-7 {
    padding: 0 100px 0 81px;
}

.waves-inner img {
    height: 452px;
    object-fit: cover;
}

.waves-inner img.arrow-icon {
    height: auto;
}

.wave-overlay {
    border-radius: 0 0 4px 0;
    background: var(--yellow2);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 18px 12px;
}

.waves p {
    margin: 18px 0;
}

.wave-overlay p {
    margin: 0;
}

.waves .decs {
    max-width: 1387px;
    margin: 29px auto 75px auto;
}

.waves-inner h5 {
    font-size: 46.353px;
    line-height: 1;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.waves-inner .col-md-7 h4 {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    line-height: normal;
}

.waves-inner .col-md-7 h4 span {
    font-weight: 900;
    border-radius: 6px;
    border: 1px solid var(--black);
    background: var(--yellow2);
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;

    font-family: 'Radikal-Regular', sans-serif;
}

/* .waves-inner .col-md-7 h3 {
    font-size: 42px;
    line-height: 47px;
    margin-bottom: 15px;
} */

.waves-inner .col-md-7 h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
}

.p8 {
    position: absolute;
    width: 332.549px;
    height: 332.549px;
    left: -200px;
    top: 0;
    animation: p8Move 60s linear infinite;
}

@keyframes p8Move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
    }
}


.p9 {
    position: absolute;
    right: -20px;
    bottom: 170px;
    animation: p9Move 70s linear infinite;
}

@keyframes p9Move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(0);
    }
}


@media only screen and (max-width : 1400px) {
    .waves-inner .col-md-7 {
        padding: 0 15px 0 81px;
    }

    .waves-inner .col-md-7 h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .waves-inner .col-md-7 h4 span {
        font-size: 12px;
    }
}

@media only screen and (max-width : 992px) {
    .waves-inner {
        border: 0;
        box-shadow: none;
    }

    .waves-inner img {
        height: 355px;
        width: 100%;
    }

    .waves-inner img.arrow-icon {
        height: 25px;
        width: 25px;
        object-fit: contain;
    }

    .wave-overlay {
        position: relative;
    }

    .waves-inner h3 {
        font-weight: 900;
        padding: 18px 0 0 0;
    }

    .waves-inner h5 {
        font-size: 28px;
        gap: 10px;
    }

    .waves-inner p {
        margin-top: 0;
        padding: 0 55px;
    }

    .waves-inner .btn-center {
        margin: 33px 0 35px 0;
    }

    .waves .decs,
    .waves h2 {
        padding: 0 15px;
    }

    .waves .decs {
        margin: 17px auto 36px auto;
    }

    .waves-inner .waves-inner-wrap {
        /* margin: 0 20px; */
        border-radius: 1.874px;
        border: 0.234px solid var(--grey2);
        background: var(--white);
        box-shadow: 0 0.469px 6.56px 0 rgba(26, 26, 26, 0.06);
    }

    .waves .container {
        padding: 0;
    }

    .wave-overlay h4 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}

@media only screen and (max-width : 767px) {
    .waves-inner img {
        height: 255px;
    }
}

@media only screen and (max-width : 576px) {

    .p8,
    .p9 {
        display: none;
    }
}