.about__us__header {
    display: flex;
    align-items: center;
    background: linear-gradient(87deg, #ffe1f3 -137%, #e0f3fd 130%);
    border-radius: 30px 30px 30px 30px;
    margin-top: 1px;
    padding-block: 24px;
    padding-inline: 41px;
}

.heading-sub-container {
    margin-right: 288px;
}

/*.about-us-list-container {*/
/*    margin-right: auto;*/
/*}*/

.heading-sub {
    font-weight: 700;
    color: #2e1d1d;
}

.opposite-title {
    padding-bottom: unset !important;
}

.my__title {
    color: #2e1d1d !important;
    font-weight: 700 !important;
}

.my__title-main.my__title-main::before {
    z-index: 0;
    top: 18px;
    right: 19px;
}

.my__title {
    z-index: 1 !important;
}

.my__title-main.my__title-main .my__title::before {
    right: 19px !important;
    top: 1px !important;
    z-index: -1 !important;
}

.my__title-main.my__title-main .my__title::after {
    right: 8px;
    z-index: -1;
    top: 8px;
}

.about-us-list-container {
    list-style-type: none;
    padding-right: unset;
    display: flex;
    gap: 48px;
    margin-bottom: unset;
    /*margin-left: 120px;*/
}

.about-us-list-container li:nth-child(2) {
    position: relative;
}

.about-us-list-container li:nth-child(2)::before {
    content: url(../images/about/bullet-between.svg);
    position: absolute;
    transform: scale(0.8) translateY(-50%);
    top: 55%;
    right: -63%;
}

/* start */

.col-img {
    display: flex;
    justify-content: center;
}

.about-img-container {
    width: 100%;
}

.about-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.my-row {
    margin-top: 80px;
}

.about-us-text-inside {
    color: #727272;
    display: flex;
    text-align: justify;
}

.about-us-text-inside::before {
    content: "";
    display: block;
    min-width: 4px;
    background: linear-gradient(104deg, #ff5dbe -6%, #85deff 98%);
    margin-left: 12px;
}

.about-us-text-inside-2 {
    margin-top: 24px;
    font-size: 13px;
    color: #727272;
    text-align: justify;
}

.about-us-list {
    color: #212121;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.about-us-list::before {
    content: url(../images/about/printer.svg);
    display: flex;
    align-items: center !important;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(133deg, #ff5dbe 0%, #fff651 113.35%);
    padding-top: 13px;
    padding-inline: 20px;
}

.full-row {
    margin-top: 24px;
}

.container-bg {
    background-color: #032836;
    background-image: url(../images/about/about-bulllet.png);
    background-repeat: no-repeat;
    border-radius: 37px;
    padding: 24px 32px 0;
    background-position: left;
    margin-top: 125px;
    height: 40%;
}

.about-us-title,
.text-bg,
.bg-list {
    color: #fff !important;
}

.text-bg,
.bg-list {
    font-weight: 400 !important;
}

.bg-list {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.bg-list::before {
    content: url(../images/about/tick.svg);
    margin-top: 8px;
}

.about-cart-container {
    transform: translate(-17%, -24%);
    height: 60%;
    width: 85%;
}

.about-cart-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.about-cart-container-2 {
    width: 78%;
    transform: translateY(-95%);
}

.about-cart-img-2 {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.my-col-lg-6 {
    height: 100%;
    max-height: 620px;
}

.img-about-us-container {
    display: flex;
    justify-content: center;
    width: 60%;
    margin-inline: auto;
    position: relative;
}

.img-about-us-container img {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 0;
}

.img-about-us-container::before {
    content: url(../images/about/Ellipse-1.svg);
    position: absolute;
    display: flex;
    z-index: 10;
    right: calc(-18% + 45px);
    top: 15%;
    animation: moveUpAndDown 4s linear infinite;
}

@keyframes moveUpAndDown {
    0% {
        transform: translateY(-12px);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }
    75% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}

@keyframes moveLeftAndRight {
    0% {
        transform: translateX(12px);
    }

    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-12px);
    }

    75% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(12px);
    }
}

.img-about-us-container::after {
    content: url(../images/about/Ellipse-2.svg);
    position: absolute;
    left: calc(-32% + 45px);
    bottom: 10%;
    animation: moveLeftAndRight 4s linear infinite;
}

.light__blue-dot::after {
    content: url(../images/about/Ellipse-3.svg);
    position: absolute;
    left: calc(-14% + 45px);
    bottom: 3%;
    animation: moveDownAndUp 4s linear infinite;
}

@keyframes moveDownAndUp {
    0% {
        transform: translateY(-12px);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(12px);
    }

    75% {
        transform: translateY(0);
    }

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

.about-us {
    margin-top: 48px;
    margin-bottom: 48px;
}

@media only screen and (max-width: 992px) {
    .heading-sub-container {
        margin-right: 35px;
    }

    .about-us-list-container {
        margin-left: calc(9% - 45px);
    }

    .row-list {
        gap: 20px;
    }

    .my-row {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .container-bg {
        background-position: bottom;
    }

    .my-col-lg-6 {
        max-height: 740px;
    }

    .about-cart-container {
        transform: translate(-60%, 2%);
        height: 60%;
        width: 62%;
    }

    .about-cart-container-2 {
        width: 55%;
        transform: translateY(-25%);
    }
    .img-about-us-container {
        min-width: 455px;
    }
}

@media only screen and (max-width: 768px) {
    .img-about-us-container::after {
        content: url(../images/about/Ellipse-2.2.svg);
        left: calc(-9% + 45px);
        bottom: -30%;
    }

    .img-about-us-container::before {
        content: url(../images/about/Ellipse-1.1.svg);
    }

    .light__blue-dot::after {
        content: url(../images/about/Ellipse-3.3.svg);
        left: calc(12% + 45px);
        bottom: -30%;
    }

    .about-us {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 576px) {
    .img-about-us-container {
        min-width: 330px;
    }

    .container-bg {
        border-radius: unset;
    }

    .bg-list:last-child {
        margin-bottom: 48px;
    }

    .my-col-lg-6:last-child {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 371px) {
    .img-about-us-container {
        margin-top: 48px;
    }

    .img-about-us-container::before {
        right: calc(29% + 45px);
        top: -20%;
    }

    .img-about-us-container::after {
        left: calc(9% + 45px);
    }

    .light__blue-dot::after {
        left: calc(31% + 45px);
    }

    .img-about-us-container {
        min-width: 280px;
    }

    .my-col-lg-6:first-child {
        min-height: 810px;
    }
}

@media only screen and (max-width: 323px) {
    .my-col-lg-6:last-child {
        margin-top: 160px;
    }

    .about-us-list-container {
        font-size: 13px;
        gap: 32px;
    }

    .my__title {
        font-size: 13.5px !important;
    }
}
