

.features-two {
    background-color: #f1fcfd;
    padding: 145px 0 105px;
    position: relative;
}
.features-two .features-one__title{
    margin-bottom: 80px;
}
@media (max-width: 1199px){
    .banner-one{
        padding-bottom: 120px;
    }
}
@media (max-width: 767px){
    .features-two{
        padding: 90px 0;
    }
    .features-two .features-one__title{
        margin-bottom: 45px;
    }
    .banner-one__title {
        font-size: 40px;
        line-height: 55px;
    }
    .banner-one__text br{
        display: none;
    }
    .banner-one{
        padding-bottom: 90px;
    }
}

.features-two__shape-1 {
    width: 35px;
    height: 121px;
    background-image: url(../images/landing-page/features-two-1-1.png);
    position: absolute;
    bottom: 55px;
    left: 195px;
    -webkit-animation: animation1 5s linear 0s infinite;
    animation: animation1 5s linear 0s infinite;
    display: none;
}

@media (min-width: 1199px) {
    .features-two__shape-1 {
        display: block;
    }
}

.features-two__shape-2 {
    width: 413px;
    height: 413px;
    background-image: url(../images/landing-page/features-two-1-2.png);
    position: absolute;
    top: 35px;
    left: 25px;
    -webkit-animation: float-bob 15s linear 0s infinite;
    animation: float-bob 15s linear 0s infinite;
    display: none;
}

@media (min-width: 1199px) {
    .features-two__shape-2 {
        display: block;
    }
}

.features-two__shape-3 {
    width: 413px;
    height: 413px;
    background-image: url(../images/landing-page/features-two-1-2.png);
    position: absolute;
    bottom: 35px;
    right: 25px;
    -webkit-animation: float-bob 15s linear 0s infinite;
    animation: float-bob 15s linear 0s infinite;
    display: none;
}

@media (min-width: 1199px) {
    .features-two__shape-3 {
        display: block;
    }
}

.features-two__shape-4 {
    width: 35px;
    height: 121px;
    background-image: url(../images/landing-page/features-two-1-1.png);
    position: absolute;
    top: 55px;
    right: 195px;
    -webkit-animation: animation1 5s linear 0s infinite;
    animation: animation1 5s linear 0s infinite;
    display: none;
}

@media (min-width: 1199px) {
    .features-two__shape-4 {
        display: block;
    }
}

.features-two__item {
    text-align: center;
}

.features-two__item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    background-color: #d3f2f4;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.features-two__item__title {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

[class*="col-"]:nth-child(2) .features-two__item .features-two__item__image {
    background-color: #eceae6;
}

[class*="col-"]:nth-child(3) .features-two__item .features-two__item__image {
    background-color: #ffffff;
}

.demos-one {
    padding: 93px 0 95px;
    position: relative;
}
.demos-one .features-one__title{
    margin-bottom: 72px;
}
@media (max-width: 767px){
    .demos-one .features-one__title{
        margin-bottom: 45px;
    }
}

.demos-one .container {
    position: relative;
}

.demos-one__shape {
    position: absolute;
    bottom: 18%;
    right: 25%;
    background-image: url(../images/landing-page/demo-s-1.png);
    width: 179px;
    height: 129px;
    background-repeat: no-repeat;
    -webkit-animation: animation1 5s linear 0s infinite;
    animation: animation1 5s linear 0s infinite;
}

.demos-one__item {
    text-align: center;
}

.demos-one__item__image {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #090808;
    background-color: #090808;
    display: inline-block;
}

.demos-one__item__image img {
    opacity: 1;
    max-width: 100%;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.demos-one__item:hover .demos-one__item__image img {
    opacity: 0.8;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.demos-one__item__title {
    padding: 2.19375rem 0;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #fff;
    color: #111113;
    font-family: 'Inter', sans-serif;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(236, 230, 230, 0.72);
    box-shadow: 0px 0px 40px 0px rgba(236, 230, 230, 0.72);
    margin: -6px 0 0;
}

.demos-one__item__title a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.demos-one__item__title a:hover {
    color: #ffb237;
}

@media (min-width: 1199px) {
    .demos-one__shape {
        display: block;
    }
}


.features-one {
    padding: 98px 0 145px;
    background-color: #fdfbf6;
    background-image: url(../images/landing-page/features-bg-1-1.png);
    background-size: cover;
}
@media (max-width: 767px) {
    .features-one{
        padding: 80px 0;
    }
}

.features-one__title {
    text-align: center;
    font-size: 3.4375rem;
    font-weight: 700;
    color: #111113;
    margin: 0;
    margin-bottom: 5.4rem;
}

@media (max-width: 767px) {
    .features-one__title {
        margin-bottom: 2rem;
        font-size: 3rem;
    }
}

.features-one__single {
    padding: 52px 15px 63px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #d3d2d2;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .features-one__single {
        max-height: 227px;
    }
}

.features-one__single__title {
    margin: 0;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    color: #111113;
    font-size: 1.5rem;
    margin-top: 22px;
}

