@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.card__about_new {
    background: url('../images/banner-bg-1.jpg');
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 14px;
}

.about .col-xl-6 {
    z-index: 2;
}

.banner-1-shape {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.banner-1-shape img {
    width: 100%;
    height: 30%;
}

.dot-1 {
    bottom: 60px;
    animation: lefTRight 50s linear infinite;
    -webkit-animation: lefTRight 50s linear infinite;
    -moz-animation: lefTRight 50s linear infinite;
    z-index: 1;
}

.dot-2 {
    top: 60px;
    animation: righTLeft 50s linear infinite;
    -webkit-animation: righTLeft 50s linear infinite;
    -moz-animation: righTLeft 50s linear infinite;
    z-index: 1;
}

.dot-1,
.dot-2,
.dot-3,
.dot-4 {
    position: absolute;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, #c165dd 0%, #1153fc 100%);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}

.dot-5,
.dot-6,
.dot-7,
.dot-8 {
    position: absolute;
}

.dot-5,
.dot-6,
.dot-7,
.dot-8 {
    position: absolute;
}

.dot-3 {
    top: 20%;
    left: 50%;
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;
    -moz-animation: zigZag 50s alternate infinite;
}

.dot-4 {
    bottom: 20%;
    left: 30%;
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;
    -moz-animation: zigZag 50s alternate infinite;
}

.dot-5 {
    top: 15%;
    left: 16%;
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;
    -moz-animation: zigZag 50s alternate infinite;
}

.dot-6 {
    top: 50%;
    left: 40%;
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;
    -moz-animation: zigZag 50s alternate infinite;
}

.dot-8 {
    top: 10%;
    left: 80%;
    animation: zigZag 50s alternate infinite;
    -webkit-animation: zigZag 50s alternate infinite;
    -moz-animation: zigZag 50s alternate infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes righTLeft {
    0% {
        right: 200px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        right: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes lefTRight {
    0% {
        left: 200px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        left: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes zigZag {
    0% {
        -webkit-transform: rotate(0) translate(-10px, -10px);
        -ms-transform: rotate(0) translate(-10px, -10px);
        transform: rotate(0) translate(-10px, -10px);
    }

    20% {
        -webkit-transform: rotate(360deg) translate(-100px, -100px);
        -ms-transform: rotate(360deg) translate(-100px, -100px);
        transform: rotate(360deg) translate(-100px, -100px);
    }

    40% {
        -webkit-transform: rotate(0) translate(100px, 100px);
        -ms-transform: rotate(0) translate(100px, 100px);
        transform: rotate(0) translate(100px, 100px);
    }

    60% {
        -webkit-transform: rotate(360deg) translate(10px, 10px);
        -ms-transform: rotate(360deg) translate(10px, 10px);
        transform: rotate(360deg) translate(10px, 10px);
    }

    80% {
        -webkit-transform: rotate(0) translate(70px, 70px);
        -ms-transform: rotate(0) translate(70px, 70px);
        transform: rotate(0) translate(70px, 70px);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px, -10px);
        -ms-transform: rotate(360deg) translate(-10px, -10px);
        transform: rotate(360deg) translate(-10px, -10px);
    }
}

.dot-5 img,
.dot-6 img,
.dot-8 img {
    height: 50px;
}

.dot-1 img,
.dot-2 img {
    height: 350px;
}

.dot-11 {
    position: absolute;
    right: 25%;
    top: 25%;
    /* top: -101%; */
    /* z-index: 222222; */
    z-index: 1;
    transform: translate(-50%, -50%);
    animation: fadeOutIn 10s alternate infinite;
    -webkit-animation: fadeOutIn 10s alternate infinite;
    -moz-animation: fadeOutIn 10s alternate infinite;

}

@keyframes fadeOutIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dot-11 img {
    width: 295px;
}

.button-4 {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    padding: 15px 45px;
    background: -ms-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
/*    background: -webkit-linear-gradient(-65deg, #c165dd 0,*/
}

.banner-content-1 .banner-button-group .button-4 {
    padding: 15px 37px;
    font-size: 16px;
}

.banner-content-1 .banner-button-group .button-4.active {
    background: 0 0;
    color: #fff;
    border: 1px solid #5236a5;
}

.button-4:hover {
    color: #fff;
    box-shadow: 0 17px 24px 0 rgba(18, 83, 252, 0.51);
}

.feature-item.active, .feature-item:hover {
    border-color: transparent;
}

.feature-item, .feature-content {
    display: flex;
}

.feature-content {
    flex-direction: column;
    padding-left: 20px;
}

.feature-item {
    padding: 30px;
    border: 1px solid #acacf4;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

.feature-item .feature-thumb {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cecbf5;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    display: flex;
}

.feature-item .feature-thumb::after,
.feature-item .feature-thumb::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: -ms-linear-gradient(0deg, #f6d365 0, #fda085 100%);
    background-image: -moz-linear-gradient(0deg, #f6d365 0, #fda085 100%);
    background-image: -webkit-linear-gradient(0deg, #f6d365 0, #fda085 100%);
    box-shadow: 5.806px 23.287px 30.72px 1.28px rgba(253, 160, 133, 0.5);
}

.feature-item .feature-thumb::after {
    top: 6px;
    right: 6px;
}

.feature-item .feature-thumb::before {
    bottom: 6px;
    left: 6px;
}

.feature-item .feature-thumb .thumb {
    width: 71px;
    height: 71px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: rev-rotate 3s linear infinite;
    -webkit-animation: rev-rotate 3s linear infinite;
    -moz-animation: rev-rotate 3s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
}

.feature-item .feature-thumb .thumb img {
    width: 100%;
}

.feature-item:nth-of-type(4n + 2) .feature-thumb::after,
.feature-item:nth-of-type(4n + 2) .feature-thumb::before {
    background-image: -ms-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
    background-image: -moz-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
    background-image: -webkit-linear-gradient(0deg, #e1358f 0, #7e6ce7 100%);
    box-shadow: 10.418px 30.257px 30.72px 1.28px rgba(121, 107, 232, 0.5);
}

.feature-item:nth-of-type(4n + 2) .feature-thumb .thumb {
    box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(121, 107, 232, 0.5);
}

.feature-item:nth-of-type(4n + 3) .feature-thumb::after,
.feature-item:nth-of-type(4n + 3) .feature-thumb::before {
    background-image: -ms-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
    background-image: -moz-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
    background-image: -webkit-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
}

.feature-item:nth-of-type(4n + 3) .feature-thumb .thumb {
    box-shadow: 2.419px 9.703px 18.24px 0.76px rgba(253, 160, 133, 0.5);
}

.feature-item:nth-of-type(4n + 4) .feature-thumb::after,
.feature-item:nth-of-type(4n + 4) .feature-thumb::before {
    background-image: -ms-linear-gradient(0deg, #d180dd 0, #796be8 100%);
    background-image: -moz-linear-gradient(0deg, #d180dd 0, #796be8 100%);
    background-image: -webkit-linear-gradient(0deg, #d180dd 0, #796be8 100%);
}

.feature-item:nth-of-type(4n + 4) .feature-thumb .thumb {
    box-shadow: 4.232px 12.292px 10.56px 0.44px rgba(121, 107, 232, 0.5);
}

.feature-item .feature-content {
    width: calc(100% - 90px);
    padding-left: 30px;
}

.feature-item .feature-content .title {
    margin: 0;
    margin-bottom: 29px;
}

.feature-item::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/feature-bg.png') no-repeat center center;
    background-size: cover;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.feature-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.feature-item * {
    position: relative;
    z-index: 1;
}

.feature-item.active,
.feature-item:hover {
    border-color: transparent;
}

.feature-item.active .feature-thumb,
.feature-item.active .feature-thumb .thumb,
.feature-item:hover .feature-thumb,
.feature-item:hover .feature-thumb .thumb {
    animation-play-state: running;
    /* -webkit-animation-play-state: running; */
    -moz-animation-play-state: running;
}

.feature-item.active .feature-content .title,
.feature-item:hover .feature-content .title {
    color: #fff;
}

.feature-item.active .feature-content p,
.feature-item:hover .feature-content p {
    color: rgba(255, 255, 255, 0.9);
}

.feature-item.active::before,
.feature-item:hover::before {
    opacity: 1;
}

.feature-item::after {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.feature--thumb {
    width: 822px;
}

.about1 {
    display: flex;
    align-items: center;
/*    background: url('../images/feature-shape.png');*/
}

.about1  .img__he img {
    width: 100%;
}

#card__3 {
/*    background: url(../images/pricing-bg.jpg);*/
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.how-content .button-3 {
    margin-bottom: 35px;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    color: #fff;
}

.button-3.active, .button-3:hover {
    color: #fff;
    border-color: transparent;
    background: -ms-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
    box-shadow: 0 17px 24px 0 rgba(18, 83, 252, 0.51);
}

.button-3 {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #cac7f6;
    color: #33406a;
    padding: 15px 35px;
}

.arrow {
    position: absolute;
    top: 28%;
    left: 53%;
}
