@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    background: #000000;
    color: #fff;
    overflow-x: hidden;
}

:root {
    --main-color: linear-gradient(0deg, #20B8F9 0%, #03539C 100%);
    --primary-color: linear-gradient(180deg, #C91520 0%, #FE9933 100%);
    --secondary-color: linear-gradient(180deg, #F78C00 0%, #FDFD86 100%);
    --purple-color: #8E6CEF;
    --blue-color: #226BEB;
    --green-color: linear-gradient(180deg, #009A44 0%, #014423 100%);
    --pink-color: linear-gradient(180deg, #FF8CB3 0%, #F83C73 100%);
}

a {
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 800;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px 0px 20px;
}

.head {}

.head h2 {
    font-size: 54px;
    margin-bottom: 25px;
    line-height: 60px;
}

.head p {}

ul,
li,
a {
    list-style: none !important;
    text-decoration: none !important;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* header */
.header-area {
    position: absolute;
    width: 100%;
    z-index: 99999;
    /* background: #0F0F0F; */
}

.icon-arrow-right:before {
    content: "\e904";
    font-family: 'icomoon' !important;
}

.header-area .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}

.header-area .header-inner .logo {}

.header-area .header-inner .logo a {}

.header-area .header-inner .logo a img {
    width: 100%;
    height: 65px;
    object-fit: contain;
}

.header-area .header-inner .header-right {}

.header-area .header-inner .header-right .menu-icon {}

.header-area .header-inner .header-right .menu-icon .menu_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.header-area .header-inner .header-right .menu-icon .menu_list li {
    transition: all .3s ease-in-out;
}

.header-area .header-inner .header-right .menu-icon .menu_list li a {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

.header-area .header-inner .header-right .menu-icon .menu_list li .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.header-area .header-inner .header-right .menu-icon .menu_list li .nav-item i {}

.header-area .header-inner .header-right .menu-icon .menu_list li .web-dropdown {
    margin: 30px 0px 0px;
    position: absolute;
    background: var(--main-color);
    padding: 20px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.header-area .header-inner .header-right .menu-icon .menu_list li:hover .web-dropdown {
    opacity: 1;
    visibility: visible;
    margin: 10px 0px 0px;
}

.header-area .header-inner .header-right .menu-icon .menu_list li .web-dropdown li {
    margin: 0px 0px 10px;
}

.header-area .header-inner .header-right .menu-icon .menu_list li .web-dropdown li a {
    width: 100%;
    display: block;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-area .header-inner .header-right .menu-icon .menu_list li .web-dropdown li a:hover {
    background: #000;
}

.header-area .header-inner .header-right .menu-icon .menu_list li .web-dropdown li a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.header-area .header-inner .header-right .vw-btn-primary {
    background: linear-gradient(0deg, #20B8F9 0%, #03539C 100%);
    color: #fff;
    padding: 15px 35px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
}

.header-area .header-inner .header-right .vw-btn-primary i {
    /* font-family: 'icomoon' !important; */
    font-family: 'Font Awesome 6 Pro';
}

/* header */

/* case-study-area-sec */
.case-study-area-sec {
    position: relative;
    overflow: hidden;
    padding: 200px 0px 0px;
}

.case-study-area-sec .main-img {
    text-align: center;
    margin: 0px 0px 15px;
}

.case-study-area-sec .main-img img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.case-study-area-sec .contant {
    text-align: center;
    width: 85%;
    margin: auto;
}

.case-study-area-sec .contant h1 {
    font-size: 75px;
    line-height: 90px;
    margin: 0px 0px 20px;
}

.case-study-area-sec .contant p {
    margin: 0px 0px 30px;
}

.case-study-area-sec .contant .unlock {
    margin: 0px 0px 33px;
}

.case-study-area-sec .contant .unlock .btn-unlock {
    background: var(--secondary-color);
    color: #000000;
    padding: 14px 29px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    transition: all .3s ease-in-out;
}
.case-study-area-sec .contant .unlock .btn-unlock.purplee {
    background: var(--purple-color);
    color: #fff;
}
.case-study-area-sec .contant .unlock .btn-unlock.bluee {
    background: var(--blue-color);
    color: #fff;
}

.case-study-area-sec .main-mobile img {
    width: 100%;
    height: 880px;
    object-fit: contain;
}

/* case-study-area-sec */
/* about_wrap */
.about_wrap {
    margin: -340px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.about_wrap .main-box {
    background-color: #1F1F1F;
    border-radius: 30px;
    padding: 45px 80px;
}

.about_wrap .main-box .main-img img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}

/* about_wrap */
/* app_screens_wrap */
.app_screens_wrap {
    padding: 100px 0px 0px;
}

.app_screens_wrap .head {
    text-align: center;
    margin-bottom: 89px;
}

.app_screens_wrap .main-img {
    transition: all .3s ease-in-out;
}

.app_screens_wrap .main-img img {
    width: 100%;
    height: 615px;
    object-fit: contain;
    cursor: pointer;
    transition: all .5s ease-in-out;
    margin: 0px 0px 10px;
}

.app_screens_wrap .row>div:nth-child(odd) {
    margin-top: 70px;
    transition: all .5s ease-in-out;
}

.app_screens_wrap .row>div:nth-child(odd):hover {
    margin-top: 0px;
}

.app_screens_wrap .row>div:nth-child(even) {
    margin-top: 0px;
    transition: all .5s ease-in-out;
}

.app_screens_wrap .row>div:nth-child(even):hover {
    margin-top: -60px;
    /* upar move karega */
}

/* app_screens_wrap */
/* luxury_wrap */
.luxury_wrap {
    padding: 130px 0 0px;
}

.luxury_wrap .head ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0px 0px 22px;
}

.luxury_wrap .head ul li {
    font-size: 22px;
    list-style: disc !important;
    font-weight: 600;
}

.luxury_wrap .main-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    border-radius: 20px;
}

.luxury_wrap .main-img img {
    width: 100%;
    height: 524px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.luxury_wrap .main-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
}

/* luxury_wrap */

/* section5_wrap */
.section5_wrap {
    padding: 130px 0px;
}

.section5_wrap .main-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0px 0px 20px;
}

.section5_wrap .main-img .two-imgs {
    position: absolute;
    bottom: -20%;
    right: 0px;
    display: flex;
    gap: 0;
    justify-content: center;
    overflow: hidden;
}

.section5_wrap .main-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.section5_wrap .main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* z-index: 2; */
    border-radius: 20px;
}

.section5_wrap .main-img .txt {
    position: absolute;
    bottom: 0;
    padding: 45px 50px;
}

.section5_wrap .main-img .txt h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0px 0px 10px;
}

.section5_wrap .full-img {
    background: var(--secondary-color);
    padding: 30px;
    width: 100%;
    height: 917px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5_wrap .full-img.purplee{
    background: var(--purple-color);
}
.section5_wrap .full-img.bluee{
    background: var(--blue-color);
}

.section5_wrap .full-img img {
    width: 420px;
    height: 800px;
    object-fit: contain;
}

.section5_wrap .main-img .two-imgs .screen1 {
    position: relative;
    width: 90%;
    height: 535px;
    object-fit: contain;
}

/* section5_wrap */

/* testimonial */
.testimonial-carousel-2 .single-testimonial {}

.testimonial-carousel-2 .single-testimonial-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-area-2 .testi-quote-icon {
    bottom: inherit;
    top: 79px;
    position: absolute;
    right: 14%;
    top: 100px;
}

.testimonial-area-2::before {
    display: none
}

.testimonial_slider .testimonial-thumb {
    position: relative
}

.single-testimonial .testimonial-title {
    font-family: var(--vw-ff-body);
    font-weight: 400;
    font-size: 20px
}

.single-testimonial .testimonial-text {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-top: 20px;
    width: 70%;
}

.single-testimonial .testimonial-bio .testimonial-bio-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0
}

.single-testimonial .testimonial-bio .testimonial-bio-designation,
.testimonial_slider .testimonial-bio span {
    font-size: 12px
}

.testimonial-carousel-2 .slick-arrow {
    background-color: #171717;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    right: 0;
    top: unset;
    bottom: 50px;
    width: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    height: 44px;
    justify-content: center;
    z-index: 1
}

.testimonial-carousel-2 i.fa.fa-angle-left.slick-arrow {
    right: 54px
}

.testimonial-single .testimonial-thumb img {
    width: 134px;
    height: 134px;
    border-radius: 100%
}

.testimonial-area-2 {
    position: relative;
    overflow: hidden;
    background-color: #000004;
    padding: 70px 0px;
}

.testimonial-area-2 .testimonial-section .section-title.testimonial-right-title {
    position: relative;
}

.testimonial-area-2 .testimonial-section .section-title.testimonial-right-title .section-subtitle span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.testimonial-area-2 .testimonial-section .section-title.testimonial-right-title .section-subtitle img {
    height: 6px;
    margin: 10px 0px 20px;
}

.testimonial-area-2 .testimonial-section .section-title.testimonial-right-title .section-heading {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 50px;
    margin: 0px 0px 50px;
}

.testi-quote-icon {
    position: absolute;
    right: 14%;
    top: 94px;
}

.section-title .shadow-title {
    font-weight: 700;
    font-size: 129px;
    text-transform: uppercase;
    color: #bbb;
    opacity: .06;
    position: absolute;
    top: 81px;
    left: 0;
}

/* testimonial */
/* contact-area */
.contact-area {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.contact-area::before {
    background: linear-gradient(180deg, #131313 13.07%, rgba(0, 0, 0, 0) 49.93%, #131313 84.9%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.contact-area .contact-headings .heading-contact {
    font-size: 85px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.contact-area .contact-headings .subheading-contact {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.contact-area .contact-arrow-btn img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

/* contact-area */
/* faqs */
section.faqs-sec-wrap {
    padding: 4rem 0;
    background: #171717
}

.faqs-sec-wrap .faqs-sec-head {
    text-align: center;
    margin: 0 0 30px
}

.faqs-sec-head .heading-two {
    color: #fff;
    margin: 0 0 20px;
    font-family: var(--vw-ff-heading);
    font-size: 25px;
    font-weight: 600
}

.faqs-sec-head p {
    color: #111
}

.faqs-sec-item .accordion .accordion-item {
    margin: 0 0 10px;
    border-radius: 0;
    background: 0 0;
    border: none;
    position: relative
}

.faqs-sec-item .accordion .accordion-item::after {
    position: absolute;
    left: -25%;
    background: #cbcbcb;
    width: 150%;
    height: 1px
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-family: Poppins;
    background: #35353578;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    box-shadow: none;
    border-radius: 8px;
    padding: 19px 20px;
    display: flex;
    align-items: center;
    margin: 18px 0;
    border: 1px solid #1a9ddf42
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    background: 0 0;
    border: 2px solid #1a9ddd;
    color: #1a9ddd;
    font-size: 18px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    transform: rotate(-90deg);
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    transform: rotate(0)
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-family: Poppins;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 20px;
    border-radius: 0;
    background: #1b9edf17
}

/* faqs */

/* footer */
footer.footer-main-sec {
    background: #000;
    position: relative
}

.footer-top .footer-logo-area {
    border-right: 1px solid #1ba2e28c;
    height: 100%;
    padding: 50px 20px
}

.footer-logo-area .footer-logo {
    width: 180px;
    margin: 0 0 20px
}

.footer-logo-area p {
    color: #ffffff;
}

.footer-top .footer-links-area {
    border-right: 1px solid #1ba2e28c;
    height: 100%;
    padding: 47px 16px
}

.footer-info-area .heading-five,
.footer-links-area .heading-five {
    color: #fff;
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 500;
}

.footer-links-area ul.footer-nav-links a {
    color: #eff0eb;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #1da6e6 50%, #eff0eb 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: .3s ease-in-out;
    font-weight: 500;
}

.footer-links-area ul.footer-nav-links a:hover {
    transition: .9s cubic-bezier(0, 0, .23, 1);
    background-position: 0
}

.footer-top .footer-info-area {
    height: 100%;
    padding: 50px 20px
}

.address__block a,
.footer-info-area a {
    color: #eff0eb;
    font-size: 18px;
    line-height: 22px;
    text-transform: lowercase;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    transition: .3s ease-in-out
}

.address__block a:hover,
.footer-info-area a:hover {
    color: #1eaae9
}

.address__block a i,
.address__block p i,
.footer-info-area a i,
.footer-info-area p i {
    color: #1ca2e3;
    font-size: 20px;
    width: 20px;
    margin: 0 10px 0 0
}

.address__block p,
.footer-info-area p {
    color: #eff0eb;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    display: block;
    display: flex;
    align-items: center
}

ul.footer-social-list {
    display: flex;
    gap: 10px;
    margin: 40px 0;
}

ul.footer-social-list li a {
    color: #000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    display: block;
    position: relative;
    transition: .5s ease-in-out
}

ul.footer-social-list li a i {
    color: #fff;
    margin: 0;
    width: inherit;
    font-size: 30px;
}

ul.footer-social-list li a img {
    padding: 8px;
    filter: invert(1);
    margin: -5px 0 0
}

.footer-main-sec .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #1ba2e28c;
    background: #171717
}

.footer-bottom .footer-copyright {
    display: flex;
    justify-content: space-between
}

.footer-copyright p {
    font-size: 18px;
    line-height: 22px;
    color: #eff0eb;
    margin: 0
}

.footer-bottom .footer-nav-links {
    display: flex;
    justify-content: end;
    align-items: center
}

.footer-bottom .footer-nav-links li {
    padding: 0 10px;
    margin: 0
}

.footer-bottom .footer-nav-links li:first-child {
    border-right: 2px Solid
}

.footer-bottom .footer-nav-links li a {
    color: #eff0eb;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    display: block;
    text-transform: capitalize;
    transition: .3s ease-in-out
}

.footer-bottom .footer-nav-links li a:hover {
    color: #1ca2e3
}

.footer-links-area ul.footer-nav-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* footer */

/* MBS-tools_wrap */
.MBS-tools_wrap {
    background-image: url(../images/banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MBS-tools_wrap.arestro_wrap{
    background-image: url(../images/banner3.png);
}
.MBS-tools_wrap.hoven_wrap{
    background-image: url(../images/banner4.png);
}

.MBS-tools_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    opacity: 0.7;
}

.MBS-tools_wrap .main-img {
    position: relative;
    z-index: 1;
}

.MBS-tools_wrap .main-img img {
    width: 100%;
    height: 135px;
    object-fit: contain;
}

/* MBS-tools_wrap */
/* mbs-about__wrap */
.mbs-about__wrap {
    margin: 0;
    padding: 100px 0px 0px;
}

.mbs-about__wrap .main-box .main-img {
    position: relative;
}

.mbs-about__wrap .main-box .main-img::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -3%;
    width: 80%;
    height: 80%;
    background: var(--primary-color);
    opacity: 0.4;
    filter: blur(50px);
    border-radius: 50%;
    z-index: 1;
}
.mbs-about__wrap.arestr-about_wrap .main-box .main-img::before {
    background: var(--green-color);
}
.mbs-about__wrap.pink-about_wrap .main-box .main-img::before {
    background: var(--pink-color);
}

.mbs-about__wrap .main-box .main-img img {
    position: relative;
    z-index: 2;
}

/* mbs-about__wrap */
/* online_shop_wrap */
.online_shop_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 110px 0px 0px;
}

.online_shop_wrap::after {
    content: '';
    position: absolute;
    width: 650px;
    height: 950px;
    top: 10%;
    background: var(--primary-color);
    right: 0;
    z-index: -1;
}
.online_shop_wrap.green_wrap::after {
    background: var(--green-color);
}
.online_shop_wrap.pink_wrap::after {
    background: var(--pink-color);
}
.online_shop_wrap .main-img {}
.online_shop_wrap .main-img img {
    width: 100%;
    height: 990px;
    object-fit: contain;
}
/* online_shop_wrap */
/* Concept_wrap */
.Concept_wrap {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 0px;
}

.Concept_wrap::before {
    content: '';
    position: absolute;
    top: 6%;
    left: 0;
    width: 768px;
    height: 300px;
    background-image: url(../images/img6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.Concept_wrap.green-box::before{
    background-image: url(../images/img15.png);
}
.Concept_wrap.pink-box::before{
    background-image: url(../images/img16.png);
}

.Concept_wrap .main-img {}

.Concept_wrap .main-img img {
    height: 690px;
    object-fit: contain;
}

/* Concept_wrap */
/* challenges_wrap */
.online_shop_wrap.challenges_wrap {
    padding: 100px 0px 70px;
}

.online_shop_wrap.challenges_wrap::after {
    top: 3%;
    height: 970px;
}

.online_shop_wrap.challenges_wrap .main-img img {
    height: 830px;
}

/* challenges_wrap */
/* platform_wrap */
.platform_wrap {
    position: relative;
    padding: 70px 0px 0px;
    overflow: hidden;
}

.platform_wrap::before {
    content: '';
    position: absolute;
    top: 8%;
    left: 0;
    height: 808px;
    width: 580px;
    background: var(--primary-color);
    z-index: -1;
}
.platform_wrap.green_wrap::before{
    background: var(--green-color);
}
.platform_wrap.pink_wrap::before{
    background: var(--pink-color);
}
.platform_wrap .images_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.platform_wrap .images_wrap .main-img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.platform_wrap .images_wrap .main-img .down-img {
    margin: 40px 0px 0px;
}

.platform_wrap .images_wrap .main-img .up-img {
    margin: -40px 0px 0px;
}

.platform_wrap .head {}

.platform_wrap .head ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 0px 0px 20px;
}

.platform_wrap .head ul li {
    list-style: disc !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

/* platform_wrap */
/* key_features_wrap */
.key_features_wrap {
    padding: 100px 0px 0px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0px 0px 0px;
}

.key_features_wrap .head {
    text-align: center;
    margin: 0px 0px 51px;
}

.key_features_wrap .head h2 {}

.key_features_wrap .head p {}

.key_features_wrap .key_features_item {
    border: 1px solid #535353;
    border-radius: 20px;
    padding: 50px 32px 24px;
    text-align: center;
}

.key_features_wrap .key_features_item h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.key_features_wrap .key_features_item p {
    height: 228px;
    overflow: auto;
    margin: 0;
}

.key_features_wrap .main-img {
    position: relative;
    top: 24%;
}

.key_features_wrap .main-img.keyscreen {
    top: 33%;
}

.key_features_wrap .main-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.box-para {
    background: var(--primary-color);
    text-align: center;
    padding: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.box-para.green_wrap {
    background: var(--green-color);
}
.box-para.pink-para {
    background: var(--pink-color);
}

.box-para p {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 35s linear infinite;
    margin: 0;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* key_features_wrap */