/********************************************************
1. body start
 *******************************************************/
:root {
    --text-color: #4A5674;
    --primary-color: #6631FB;
    --secondary-color: #A457F1;
    --white-color: #ffffff;
    --green-color: #8cdf5f;
    --dark-color: #2D3958;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Afacad", serif;
    background-color: var(--white-color);
    overflow-x: hidden;
  }
  html {
    scroll-behavior: smooth;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    word-break: break-word;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: "Afacad", serif;
  }
  img {
    max-width: 100%;
  }
  input,
  textarea,
  select,
  button,
  label,
  svg,
  svg path,
  svg rect,
  svg polygon,
  img,
  a,
  :after,
  :before,
  :hover,
  :focus,
  .form-control:focus {
    outline: none !important;
    box-shadow: none;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  p {
    margin: 0px;
    word-break: break-word;
  }
/* width */

::-webkit-scrollbar {
    width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
    background: #dddddd;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    width: 4px;
}
.container {
    max-width: 1170px;
}



/* botton css start*/
.ma_btn {
    position: relative;
}
.ma_btn > span {
    min-width: 235px;
    min-height: 60px;
    border-radius: 10px;
    background: radial-gradient(50% 50% at 50% 50%, #FFAB5E 0%, #FF8744 100%);
    background-size: 400% 400%;
    -moz-animation: gradient 3s ease-in-out infinite;
    -webkit-animation: gradient 3s ease-in-out infinite;
    animation: gradient 3s ease-in-out infinite;
    font-size: 22px;
    color: var(--white-color);
    font-weight: 600;
    display: inline-flex;
    border: none;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
    box-shadow: -8px 10px 26.9px 0px #FF7C314D;
}
.ma_btn > span:hover {
    color: var(--white-color);
    transform: translate(0px, -3px);
    transition: all 0.3s;
}

/* motion */
@-moz-keyframes gradient {
0% {
background-position: 14% 0%;
}
50% {
background-position: 87% 100%;
}
100% {
background-position: 14% 0%;
}
}
@-webkit-keyframes gradient {
0% {
background-position: 14% 0%;
}
50% {
background-position: 87% 100%;
}
100% {
background-position: 14% 0%;
}
}
@keyframes gradient {
0% {
background-position: 14% 0%;
}
50% {
background-position: 87% 100%;
}
100% {
background-position: 14% 0%;
}
}
  /* botton css end */
 /********************************************************
1. body end
 *******************************************************/
 .ma_main_heading {
    text-align: center;
    margin-bottom: 36px;
}
.ma_main_heading h1 {
    font-size: 80px;
    font-weight: 700;
    color: #EB7F1C;
    line-height: 0.9;
}
.ma_main_heading h5 {
    color: #EB7F1C;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.ma_main_heading h2 {
    font-size: 40px;
    color: var(--dark-color);
    margin-bottom: 0px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.ma_main_heading h3 {
    font-size: 34px;
    color: var(--dark-color);
    margin-bottom: 20px;
    font-weight: 700;
}
.ma_main_heading p {
    color: #4A5674;
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0 25px;
}

.ma_main_heading.el_counter h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ma_main_heading.el_counter h1 span.odometer-value {
    position: relative;
    top: 2px;
}
/* Index Page Css Start */
.img-background-horizontal {
  background-image: url("https://cdn.pixabay.com/photo/2020/12/18/15/29/mountains-5842346_1280.jpg");
  background-size: 105vw auto;
  background-position: 0% 0%;
  height: 100vh;
  width: 100vw;
  animation: horizontalMove 50s infinite;
  animation-timing-function: ease;
}

@keyframes horizontalMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.ma_waves {
    position: absolute;
    top: 220px;
    right: 300px;
}
.ma_wave {
    width: 610px;
    height: 610px;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 50%;
    margin-left: 50%;
    left: -350px;
    position: absolute;
    bottom: -350px;
    z-index: -1;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -webkit-animation: ma_pulse 6000ms ease-out infinite;
    -moz-animation: ma_pulse 6000ms ease-out infinite;
    -ms-animation: ma_pulse 6000ms ease-out infinite;
    -o-animation: ma_pulse 6000ms ease-out infinite;
    animation: ma_pulse 6000ms ease-out infinite;
}
.ma_wave:nth-of-type(2) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -ms-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.ma_wave:nth-of-type(3) {
    -webkit-animation-delay: 2400ms;
    -moz-animation-delay: 2400ms;
    -ms-animation-delay: 2400ms;
    -o-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.ma_wave:nth-of-type(4) {
    -webkit-animation-delay: 3400ms;
    -moz-animation-delay: 3400ms;
    -ms-animation-delay: 3400ms;
    -o-animation-delay: 3400ms;
    animation-delay: 3400ms;
}

.ma_wave:nth-of-type(5) {
    -webkit-animation-delay: 4400ms;
    -moz-animation-delay: 4400ms;
    -ms-animation-delay: 4400ms;
    -o-animation-delay: 4400ms;
    animation-delay: 4400ms;
}

@-webkit-keyframes ma_pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes ma_pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
/* .ma_banner_section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../images/bgafter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    animation: pulse 4s ease-in-out infinite alternate;
}
@keyframes pulse {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0.9);
    }
} */
.ma_banner_section {
    padding: 100px 0 0;
    background-color: #ffffff;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}
img.banner_img1 {
    position: absolute;
    top: 50px;
    left: 300px;
    animation: 6s installation infinite alternate;
    z-index: -1;
}
img.banner_img2 {
    position: absolute;
    left: 0;
    top: 200px;
    animation: 3s installation infinite alternate;
    z-index: -1;
}
img.banner_img3 {
    position: absolute;
    top: 0;
    left: 200px;
    bottom: 100px;
    margin: auto;
    animation: MoveUpDownFive 4s linear infinite;
    z-index: -1;
}
img.banner_img4 {
    position: absolute;
    bottom: 210px;
    left: 0;
    animation: MoveUpDownSix 5s linear infinite;
    z-index: -1;
}

img.banner_img5 {
    position: absolute;
    top: 50px;
    right: 300px;
    animation: 2s installation infinite alternate;
    z-index: -1;
}
img.banner_img6 {
    position: absolute;
    right: 0;
    top: 200px;
    animation: 4s installation infinite alternate;
    z-index: -1;
}
img.banner_img7 {
    position: absolute;
    top: 0;
    right: 200px;
    bottom: 110px;
    margin: auto;
    animation: MoveUpDownNine 5s linear infinite;
    z-index: -1;
}
img.banner_img8 {
    position: absolute;
    bottom: 210px;
    right: 0;
    animation: MoveUpDownTen 6s linear infinite;
    z-index: -1;
}



@keyframes a-one {
    from { top: 0; left: 0; }
    to   { top: 100px; left: 100px; }
  }
  
  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 20px;
    }
  }
  
  @keyframes MoveUpDownTwo {
    0%, 100% {
      left: 0;
    }
    50% {
      bottom: 30px;
    }
  }
  
  @keyframes MoveUpDownThree {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 30px;
    }
  }
  
  @keyframes MoveUpDownFour {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 50px;
    }
  }
  
  @keyframes MoveUpDownFive {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 100px;
    }
  }
  
  @keyframes MoveUpDownSix {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 80px;
    }
  }
  
  @keyframes MoveUpDownSeven {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 100px;
    }
  }
  
  @keyframes MoveUpDownEight {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 90px;
    }
  }
  
  @keyframes MoveUpDownNine {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 100px;
    }
  }
  
  @keyframes MoveUpDownTen {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 60px;
    }
  }

/* @keyframes fadeinout
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0;
  }
} */
/* .ma_banner_section::after {
    position: absolute;
    content: "";
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
    background-position: top 40px center;
    background-size: auto;
    z-index: -1;
    -webkit-animation: animateBackground infinite ease-in-out 15s;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
} */
@-webkit-keyframes animateBackground {
    0% { background-size: 100% auto; }
    50% { background-size: 110% auto; }
    100% { background-size: 100% auto; }
}
.ma_banner_image {
    text-align: center;
    margin-top: 111px;
    position: relative;
    z-index: 1;
}
.animated-gradient {
  animation: animateBg 14s linear infinite;
  background-image: linear-gradient(90deg,#71c66c,#ff8000,#db5779,#71c66c,#ff8000);
  background-size: 400% 100%;
}
@keyframes animateBg {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 0%; }
}

.ma_banner_image::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(248 157 50 / 50%);
    width: 602px;
    height: 374px;
    opacity: 0.5;
    background-image: linear-gradient(to right, #054f7d,#00a7cf,#F89D32,#861a54,#054f7d);
    backdrop-filter: blur(176.1999969482422px);
    filter: blur(55px);
    border-radius: 50%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradientss;
    background-size: 600%;
    background-position: 0 0;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.ma_banner_image::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    width: 516px;
    height: 320px;
    opacity: 0.5;
    background-image: linear-gradient(to right, #054f7d, #B1AFFF, #2196F3, #4CAF50, #B1AFFF);
    backdrop-filter: blur(176.1999969482422px);
    filter: blur(55px);
    border-radius: 50%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradientss;
    background-size: 600%;
    background-position: 0 0;
}
@keyframes gradientss {
    0%   {background-position: 0 0;}
    25% {background-position: 50% 0;}
    50% {background-position: 90% 0;}
    60% {background-position: 60%;}
    75% {background-position: 40%;}
    100%  {background-position: 0 0;}
}
.ma_arrow_bottom {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 35px;
}
.ma_arrow_bottom a img {
    animation: 1s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);        
    }
    50% {
        transform: translateY(-20px);        
    }
}
.ma_brand_logo a img {
    max-width: 270px;
    max-height: 50px;
    object-fit: contain;
}
.ma_banner_content {
    max-width: 870px;
    margin: auto;
    text-align: center;
}
.ma_banner_text h5 {
    color: #EB7F1C;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 500;
}
.ma_banner_text > h1 {
    font-size: 60px;
    font-weight: 700;
    color: #2D3958;
    letter-spacing: 1px;
}
.ma_banner_text > p {
    color: #4A5674;
    font-size: 22px;
    font-weight: 400;
    margin: 5px 0 0;
    font-family: "Hind Mysuru", serif;
    line-height: 37.71px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.ma_header_btn {
    text-align: center;
}
/* Three Box css */
.ma_features_section {
    /* padding: 210px 0; */
    padding: 245px 0 256px;
    background-image: url(../images/website_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: -100px;
}

.ma_features_section .row {
    justify-content: center;
}
.ma_features_flex {
    transition: all 0.3s;
    margin: 0 0 25px;
    text-align: center;
    position: relative;
}
.ma_features_icon {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
    transition: all 0.3s;
}
.ma_features_icon:hover {
    border: 1px solid #9b9b9b;
}
.ma_features_flex:hover {
    transform: translate(0px, 3px) !important;
    transition: all 0.3s !important;
}
.ma_new {
    position: absolute;
    top: -14px;
    left: -8px;
    width: 60px;
    height: 60px;
    background: linear-gradient(142.57deg, #F40000 14.84%, #F85555 88.19%);
    box-shadow: 3px 1px 0px 0px #D70000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: mirrorflip 10s 0s linear infinite;
    z-index: 1;
}
@keyframes mirrorflip {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		
	}
	50% {
		transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
	}
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
	}
}
.newdemo{
    position: absolute;
    content: '';
    top: -15px;
    /* right: -15px; */
    left: -15px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EB7F1C;
    animation: rotateY 2s linear 0s infinite alternate;
}
.newdemo p{
    font-size: 18px;
    color: var(--white-color);
    text-align: center;
    line-height: 18px;
  }
@keyframes rotateY {
    0% {
      transform: rotateY(0deg);
    }
    20% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.ma_new span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
}
.list {
    white-space: nowrap;
  }
.scroller {
    overflow: hidden;
    -webkit-mask: linear-gradient(
      90deg,
      transparent 0%,
      #fff 20%,
      #fff 80%,
      transparent 100%
    );
    mask: linear-gradient(
      90deg,
      transparent 0%,
      #fff 20%,
      #fff 80%,
      transparent 100%
    );
  
    &[data-direction="left"] {
      --scrolling-direction: forwards;
    }
  
    &[data-direction="right"] {
      --scrolling-direction: reverse;
    }
  }
.inner-scroller {
    animation: scrolling 10s var(--scrolling-direction, forwards) linear infinite;
  }
  
  @keyframes scrolling {
    to {
      transform: translateX(calc(-50% - 0.5rem));
    }
  }
.ma_features_icon.ma_features_default {
    margin-top: -7px;
}
.ma_features_flex h5 {
    margin-top: 24px;
    color: #2D3958;
    font-size: 22px;
    font-weight: 600;
}
.ma_features_flex:hover h5 {
    color: orange;
}
/* Three Box css */
.ma_awesomefeatures_section {
    background-image: url(../images/features_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 230px 0 50px;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    /* overflow-x: hidden; */
    overflow-x: clip;
    margin-top: -107px;
}
.ma_awesomefeatures_section::after {
    position: absolute;
    content: "";
    background-image: url(../images/awesome_features_shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.ma_awesomefeatures_section .container-fluid {
    max-width: 1630px;
}
.ma_awesomefeatures_section .ma_main_heading h2 {
    color: #ffffff;
}
span.ma_orange_color {
    color: #FF8A00;
}
.ma_demo_flex {
    background: rgb(255 255 255 / 6%);
    border: 1px solid rgb(255 255 255 / 10%);
    backdrop-filter: blur(20px);
    padding: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    margin-bottom: 30px;
    min-height: 520px;
    transition: all 0.3s;
    z-index: 1;
}
.ma_demo_flex::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: -1;
}
.ma_demo_flex::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: -1;
}
.ma_demo_flex:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.ma_demo_flex:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}


.ma_demo_flex:hover {
    transform: translate(0px, -3px);
    border-radius: 10px;
}
.ma_demo_import_box {
    margin-top: 20px;
}
.el_features_heading {
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 96.88%);
    border-radius: 50px;
    width: fit-content;
    padding: 4px 35px 6px 60px;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.el_features_heading img {
    position: absolute;
    left: 0;
    top: -20px;
}

.ma_demo_import_box p {
    font-size: 18px;
    color: #BFC5CD;
    font-weight: 400;
    margin: 25px 0 0;
}
.ma_word_box {
    background: rgb(255 255 255 / 1%);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 20px;
    text-align: right;
    max-width: 350px;
    margin-top: 20px;
    margin-left: 30px;
}
.ma_word_box.el_demo_import {
    text-align: center;
    max-width: 430px;
    padding: 20px 0 20px 0;
}
.ma_word_box.el_demo_import img {
    position: relative;
    left: 20px;
}
.ma_demo_click {
    background: rgb(255 255 255 / 6%);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    width: 292px;
    height: fit-content;
    margin-top: 10px;
}
.ma_demo_click a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 60px;
    padding: 5px 20px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
.ma_demo_click a:hover {
    background-color: #ff8a00;
    color: #ffffff;
}
.ma_demo_click.ma_demo_create {
    width: 194px;
}
.el_drag_drop {
    background: #ffffff;
    padding: 30px 0px;
}
.el_drag_drop img {
    position: relative;
    left: -8px;
}
.ma_demo_flex.ma_demo_flex2 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

h2.el_features_heading.el_drag_heading {
    padding-left: 102px;
}

.ma_demo_flex.ma_demo_flex2.ma_color_flex2 {
    background: linear-gradient(132.37deg, #E79998 -13.4%, #E3709C 43.87%, #6653C9 100%);
    backdrop-filter: blur(20px);
    border: transparent;
}
h2.el_features_heading.el_color_heading {
    padding-left: 100px;
}
.ma_color_flex2 .ma_demo_import_box p {
    color: #ffffff;
}

h2.el_features_heading.el_seo_heading {
    padding-left: 110px;
}
h2.el_features_heading.el_high_heading {
    padding-left: 98px;
}
h2.el_features_heading.el_browser_heading {
    padding-left: 105px;
}

.ma_demo_flex.ma_start_flex2 {
    padding: 90px 40px;
    align-items: center;
}
.ma_word_box.ma_word_box_browsers {
    text-align: center;
    margin-left: 0;
}
.ma_one_click {
    flex: 1;
}
.el_mockup_browser {
    flex: 1;
}
h2.el_features_heading.el_sell_heading {
    padding-left: 90px;
    padding-right: 23px;
}
h2.el_features_heading.el_multi_heading {
    padding-left: 98px;
}
h2.el_features_heading.el_event_heading {
    padding-left: 90px;
    padding-right: 25px;
}

.ma_demo_flex.ma_demo_flex2.ma_support_flex2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
    linear-gradient(132.37deg, #5A75FF -13.4%, #AD91FF 43.87%, #8247FF 100%);
    border: 1px solid rgb(255 255 255 / 10%);
    backdrop-filter: blur(20px);
    padding: 30px 40px;
}
.ma_support_flex2 .ma_demo_import_box p {
    color: #ffffff;
}
h2.el_features_heading.el_elementor_heading {
    padding-left: 90px;
}
span.el_elementor_icon {
    width: 83px;
    height: 83px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    position: absolute;
    top: -20px;
    left: -10px;
}
span.el_elementor_icon img {
    position: unset;
}
.el_woo_commers {
    flex: 0.8;
}
h2.el_features_heading.el_mail_heading {
    padding-left: 108px;
}
.ma_demo_icon.ma_wordpress_icon {
    width: 350px;
    height: 205px;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ma_demo_flex.ma_demo_flex2.ma_wordpress_flex2 {
    background: linear-gradient(132.37deg, #29A9DD -13.4%, #32ACE8 43.87%, #11629A 100%);
    backdrop-filter: blur(20px);
    border: transparent;
}
.ma_wordpress_flex2 .ma_demo_import_box p {
    color: #ffffff;
}
.ma_layout_heading h1 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 38px;
}
.ma_demo_flex.ma_layout_flex {
    padding: 40px 100px;
    align-items: center;
}
h2.el_features_heading.el_layout_heading {
    position: relative;
    left: -60px;
}
.el_monitor_flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.el_monitor_flex .ma_word_box.ma_word_box_browsers {
    text-align: center;
    width: 230px;
    padding: 25px 15px;
}
.ma_word_box h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
}
.ma_word_box h4 span {
    font-weight: 400;
}
.el_screen_layout {
    flex: 1.1;
}
.ma_demo_flex.el_mobile_layout {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.ma_demo_flex.ma_tablet_layout {
    align-items: center;
}
.el_mobile_layout h2.el_features_heading.el_layout_heading {
    left: 0;
}
.el_mobile_layout .ma_one_click {
    text-align: center;
}
.ma_demo_flex.el_revolution_flex {
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
/* Customizable css */
.ma_customizable_section {
    /* padding: 80px 0 0; */
    padding: 9px 0 0;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.ma_customizable_section::before {
    position: absolute;
    content: "";
    background-image: url(../images/video_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    z-index: -1;
    width: 100%;
    height: 120%;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
}
.ma_customizable_section .container {
    position: relative;
}
img.ma_icon1 {
    position: absolute;
    /* top: 0; */
    top: 28px;
    left: 0;
    animation: 4s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
img.ma_icon2 {
    position: absolute;
    top: 0;
    left: 140px;
    bottom: 0;
    margin: auto;
    animation: installation 6s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
img.ma_icon3 {
    position: absolute;
    left: -50px;
    /* bottom: -25px; */
    bottom: 6.83%;
    animation: 7s installation infinite alternate;
}
img.ma_icon4 {
    position: absolute;
    /* top: 0; */
    top: 28px;
    right: 0;
    animation: 8s installation infinite alternate;
}
img.ma_icon5 {
    position: absolute;
    top: 0;
    right: 140px;
    bottom: 0;
    margin: auto;
    animation: installation 3s infinite alternate;
}
@keyframes RightLeft3 {
    0% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}
img.ma_icon6 {
    position: absolute;
    /* bottom: 10px; */
    bottom: 11%;
    right: -80px;
    animation: installation 9s infinite alternate;
}
.ma_video_arrow {
    margin-top: 60px;
}
.ma_tutorial_video {
    text-align: center;
    transition: all .3s ease-in-out;
}
.ma_tutorial_video .ma_banner_image {
    margin-top: 10px;
}

.ma_features_customizable {
    padding: 20px 14px;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: rgb(255 255 255 / 40%);
    transition: all 0.3s;
    border-radius: 20px;
}
.ma_features_customizable:hover {
    transition: all 0.3s;
    transform: translate(0px, 3px);
}
.ma_features_customizable:hover .ma_features_icon img {
    filter: brightness(5);
}
.ma_features_customizable:hover .ma_features_icon {
    background-color: #FA37DD;
    transition: all 0.3s;
}
.ma_text_customizable {
    text-align: center;
}
.ma_features_customizable .ma_features_icon {
    margin: auto;
    transition: all 0.3s;
    background-color: #ffffff;
    box-shadow: 4px 4px 14px 0px rgb(0 0 0 / 6%);
}
.ma_text_customizable h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-color);
    margin: 15px 0 5px;
}
.ma_text_customizable p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
/* Customizable css */

/* How It Work css */
.ma_howwork_section {
    padding: 50px 0;
}
.ma_howwork_section .container-fluid {
    background-image: url(../images/work_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    border-radius: 30px;
    max-width: 1750px;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ma_slider_wrapper .swiper-slide {
    max-width: 470px;
    width: 100%;
    flex: 0 0 33.33%;
}
.ma_mobile_img img {
    width: 470px;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
}
.swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
/* How It Work css */

/* testimonial css */
.ma_testimonial_section {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding-bottom: 220px;
    background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.ma_testimonial_section .ma_main_heading {
    margin-bottom: 16px;
}
/* .ma_testimonial_section::before {
    position: absolute;
    content: "";
    background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: bottom -60px center;
    background-size: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
} */
span.csTypeEffect {
    display: none;
}
.ma_testimonial_section .container-fluid {
    padding: 0 0 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: -80px;
}
.ma_testimonial_section .container-fluid::after {
    position: absolute;
    content: "";
    background-image: url(../images/testimonial_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 20px;
    left: 0;
    width: 211px;
    height: 100%;
    bottom: 0;
    z-index: 1;
}
.ma_testimonial_section .container-fluid::before {
    position: absolute;
    content: "";
    background-image: url(../images/testimonial_before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 0;
    right: 0;
    width: 211px;
    height: 100%;
    bottom: 0;
    z-index: 2;
}
.ma_slider_wrapper .swiper-container {
    padding: 15px 0;
}
.ma_slider_testimonials .ma_slider_wrapper .swiper-container {
    padding: 20px 0;
}
.el_testimonials_box {
    background-color: #ffffff;
    border: 1px solid #EAEFFF;
    box-shadow: 0px 0px 30px 0px #2D48AA1A;
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    min-height: 285px;
}
.el_testimonials_box img {
    max-width: fit-content;
    width: auto;
}
.ma_slider_testimonials .swiper-slide {
    max-width: 675px;
    width: 100%;
    flex: 0 0 33.33%;
}
.el_testimonials_box h4 {
    color: #2D3958;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.el_testimonials_box p {
    font-size: 20px;
    color: #4A5674;
    font-weight: 400;
    margin-top: 20px;
}


.aif-chatbot-tesmnl-leftslide{
    animation: scrollLeft 70s forwards linear infinite;
}
.aif-chatbot-tesmnl-rightslide{
    animation: scrollRight 70s linear infinite;
}
.aif-chatbot-tesmnl-slider:hover {
    animation-play-state: paused;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
/* testimonial css */

/* More Features css */
.ma_morefeatures_section {
    /* padding: 80px 0 0; */
    padding: 50px 0 0;
    position: relative;
    /* margin-bottom: -90px; */
    margin-bottom: -120px;
}
.ma_morefeatures_section::after {
    position: absolute;
    content: "";
    background-image: url(../images/feature_after.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 352px;
    height: 530px;
    left: 0;
    top: -60px;
}
.ma_morefeatures_section::before {
    position: absolute;
    content: "";
    background-image: url(../images/feature_before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 327px;
    height: 554px;
    right: 0;
    top: -60px;
}
.row.ma_powered_by {
    background: linear-gradient(180deg, #FFFBFA -2.76%, #FFFAF9 100%);
    border-radius: 30px;
    height: 255px;
}
.ma_more_features {
    border-radius: 30px 30px 0 0;
    background: linear-gradient(180deg, #FFF1ED 0%, #FFFBFA 100%);
    padding: 54px 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    z-index: 1;
    max-width: 315px;
    margin: auto;
    top: -30px;
}
.ma_more_features:hover {
    transform: translate(0px, -3px);
}
.ma_more_features span {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #FFE2DB;
    box-shadow: -11px 18px 24.4px 0px rgb(255 131 100 / 10%);
    border-radius: 50px;
}
.ma_more_features img {
    position: relative;
}
.ma_more_features h5 {
    font-size: 22px;
    color: #2D3958;
    font-weight: 600;
    margin: 20px 0 0;
    line-height: 1.5;
}
/* .ma_morefeatures_section .ma_arrow_bottom {
    margin-top: 70px;
    animation-delay: 3s;
} */
.ma_morefeatures_section .ma_arrow_bottom {
    margin-top: 66px;
    animation-delay: 3s;
    margin-bottom: 0;
}
/* More Features css */

/* IP Solution css */
.ma_solutions_section {
    background-image: url(../images/solutions_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 225px 0;
    position: relative;
    z-index: 2;
    /* margin-top: -140px; */
    margin-top: -245px;
}
.ma_solutions_section .container {
    max-width: 820px;
}
.ma_solutions_section .row {
    justify-content: center;
}
.ma_solutions_section .ma_main_heading h2 {
    color: #ffffff;
}
.ma_solutions_box {
    padding: 41px 10px;
    text-align: center;
    border: 1px solid #EAEEFD;
    background-color: #ffffff;
    transition: all 0.3s;
    border-radius: 10px;
    box-shadow: 22px 22px 60px 0px rgb(53 59 117 / 10%);
    max-width: 175px;
    margin: auto;
}
.ma_solutions_box:hover {
    transform: translate(0px, -3px);
}
.ma_solutions_box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 20px 0 0;
    text-transform: capitalize;
}
/* IP Solution css */

/* Footer css */
.ma_footer_section {
    position: relative;
    z-index: 1;
}
.ma_footer_section::before {
    position: absolute;
    content: "";
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}
img.footer_img1 {
    position: absolute;
    top: 45px;
    left: 54px;
    animation: 3s installation infinite alternate;
    z-index: -1;
}
img.footer_img2 {
    position: absolute;
    left: 210px;
    top: 154px;
    animation: 6s installation infinite alternate;
    z-index: -1;
}
img.footer_img3 {
    position: absolute;
    left: 242px;
    bottom: 127px;
    animation: MoveUpDownSix 5s linear infinite;
    z-index: -1;
}
img.footer_img4 {
    position: absolute;
    bottom: 93px;
    left: 86px;
    animation: MoveUpDownFive 6s linear infinite;
    z-index: -1;
}

img.footer_img5 {
    position: absolute;
    top: 20px;
    right: 113px;
    animation: 2s installation infinite alternate;
    z-index: -1;
}
img.footer_img6 {
    position: absolute;
    right: 352px;
    top: 123px;
    animation: 3s installation infinite alternate;
    z-index: -1;
}
img.footer_img7 {
    position: absolute;
    right: 246px;
    bottom: 186px;
    animation: MoveUpDownNine 7s linear infinite;
    z-index: -1;
}
img.footer_img8 {
    position: absolute;
    bottom: 123px;
    right: 47px;
    animation: MoveUpDownTen 6s linear infinite;
    z-index: -1;
}
/* .ma_footer_section::after {
    position: absolute;
    content: "";
    background-image: url(../images/footer_after.png);
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: auto;
    z-index: -1;
    -webkit-animation: animateBackground infinite ease-in-out 15s;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
} */
.ma_footer_section .ma_main_heading {
    margin-bottom: 50px;
}
.ma_footer_box {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 702px;
    margin: auto;
    background: #FFF6F0;
    border-radius: 50px;
    padding: 40px;
}
.ma_footer_logo {
    margin-bottom: 25px;
}
.ma_autor_logo {
    width: 160px;
    height: 160px;
    background: #FFF3EB;
    border: 3px solid #FFD0B2;
    box-shadow: -21px 37px 70px 0px #FF620047;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ma_footer_details h3 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    margin: 0 0 5px;
    font-family: "Inter", serif;
}
.ma_footer_details h2 {
    font-size: 40px;
    color: #F38844;
    font-weight: 900;
    font-family: "Inter", serif;
}
.ma_footer_wrapper {
    padding: 28px 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin-top: 80px;
}
.ma_footer_copy p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #222222;
}
/* Index Page Css Start */


/***** loader ******/
.loader {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
/* .loader img {
	width: 80px;
} */

  body {
    min-height: 100vh;
    & .spinner {
      position: relative;
      height: 100px;
      width: 100px;
      border-radius: 50%;
      background: linear-gradient(45deg, transparent, transparent 40%, #e5f303);
      animation: animate 1s linear infinite;
      &:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        background: #000;
        border-radius: 50%;
        z-index: 99999;
      }
      &:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: linear-gradient(45deg, transparent, transparent 40%, #e5f303);
        border-radius: 50%;
        filter: blur(30px);
        z-index: 1;
      }
    }
  }
  
  @keyframes animate {
    0% {
      transform: rotate(0deg);
      filter: hue-rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
      filter: hue-rotate(180deg);
    }
  }
/***** loader ******/


/* responsive css */
@media(max-width: 1599px){
    img.banner_img1{
        left: 200px;
    }
    img.banner_img5{
        right: 200px;
    }
}
@media(max-width: 1499px){
    .ma_new {
        top: -10px;
        left: 10px;
    }
    img.ma_icon6 {
        bottom: 0;
        right: 0;
    }
    img.ma_icon5 {
        right: 0;
    }
    img.ma_icon3 {
        left: 0;
        bottom: 0;
    }
    img.ma_icon2 {
        left: 10px;
    }
    .ma_demo_flex {
        flex-direction: column;
    }
    .el_features_heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        gap: 20px;
        border-radius: 20px;
        padding: 20px;
        margin: auto;
        text-align: center;
    }
    .el_features_heading img {
        position: unset;
        max-width: 60px;
    }
    h2.el_features_heading.el_color_heading {
        padding-left: 20px;
    }
    h2.el_features_heading.el_seo_heading {
        padding-left: 20px;
    }
    h2.el_features_heading.el_high_heading {
        padding-left: 20px;
    }
    h2.el_features_heading.el_browser_heading {
        padding-left: 20px;
    }
    h2.el_features_heading.el_sell_heading {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .ma_demo_flex.ma_start_flex2 {
        padding: 40px;
    }
    h2.el_features_heading.el_multi_heading {
        padding-left: 20px;
    }
    h2.el_features_heading.el_event_heading {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    h2.el_features_heading.el_elementor_heading {
        padding-left: 20px;
    }
    h2.el_features_heading.el_mail_heading {
        padding-left: 20px;
    }
    .ma_demo_flex.ma_layout_flex {
        padding: 40px;
    }
    h2.el_features_heading.el_drag_heading {
        padding-left: 20px;
    }
    .ma_one_click {
        text-align: center;
    }
    h2.el_features_heading.el_layout_heading {
        left: 0;
    }
    .el_monitor_flex {
        justify-content: center;
    }
    .ma_word_box {
        text-align: center;
        max-width: 100%;
        margin: 20px auto 0;
    }
    .ma_demo_click {
        text-align: center;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }
    .ma_demo_click.ma_demo_create {
        width: 100%;
    }
    .ma_testimonial_section .container-fluid::after {
        display: none;
    }
    .ma_testimonial_section .container-fluid::before {
        display: none;
    }

    img.banner_img1 {
        top: 10px;
        left: 10px;
    }
    img.banner_img2 {
        left: 0;
        top: 230px;
    }
    img.banner_img3 {
        top: 0;
        left: 0;
        bottom: 0;
    }
    img.banner_img4 {
        bottom: 160px;
        left: 0;
    }
    img.banner_img5 {
        top: 10px;
        right: 10px;
    }
    img.banner_img6 {
        right: 0;
        top: 230px;
    }
    img.banner_img7 {
        top: 0;
        right: 0;
        bottom: 60px;
    }
    img.banner_img8 {
        bottom: 180px;
        right: 0;
    }


    img.footer_img1 {
        top: 10px;
        left: 10px;
    }
    img.footer_img2 {
        left: 10px;
        top: 180px;
    }
    img.footer_img3 {
        left: 10px;
        bottom: 150px;
    }
    img.footer_img4 {
        bottom: 10px;
        left: 10px;
    }

    img.footer_img5 {
        top: 0;
        right: 10px;
    }
    img.footer_img6 {
        right: 10px;
        top: 200px;
    }
    img.footer_img7 {
        right: 10px;
        bottom: 20px;
    }
    img.footer_img8 {
        bottom: 180px;
        right: 10px;
    }
    span.el_elementor_icon{
        top: -10px;
        left: -64px;
    }
}


@media(max-width: 1299px){
    span.el_elementor_icon {
        left: -63px;
    }
}
@media(max-width: 1199px){
    img.banner_img1, img.banner_img2,img.banner_img3,img.banner_img4,img.banner_img5,img.banner_img6,img.banner_img7,img.banner_img8,
    img.footer_img1,img.footer_img2,img.footer_img3,img.footer_img4,img.footer_img5,img.footer_img6,img.footer_img7,img.footer_img8 {
        display: none;
    }
    .ma_banner_section::after {
        display: none;
    }
    .ma_banner_text > h1 {
        font-size: 50px;
    }
    .ma_footer_section::after {
        display: none;
    }
    .ma_slider_wrapper .swiper-slide {
        max-width: 100%;
        flex: 0 0 40%;
    }
    .ma_slider_testimonials .swiper-slide {
        max-width: 100%;
        flex: 0 0 40%;
    }
    .ma_awesomefeatures_section{
        padding: 260px 0 50px;
    }
    h2.el_features_heading.el_elementor_heading {
        padding: 20px 10px;
    }
    span.el_elementor_icon {
        left: -10px;
        top: 44px;
    }
}


@media(max-width: 991px){
    .ma_banner_text > h1 {
        font-size: 40px;
    }
    .ma_features_section {
        padding: 70px 0;
        background-color: #f2f4f2;
    }
    .ma_about_text {
        margin: 30px 0 0;
        text-align: center;
    }
    .ma_about_box {
        text-align: center;
    }
    .ma_about_text .ma_main_heading {
        text-align: center;
    }
    .ma_morefeatures_section {
        padding: 70px 0;
    }
    .ma_solutions_box {
        padding: 30px 10px;
        max-width: 350px;
    }
    .ma_banner_image {
        margin-top: 50px;
    }
    .ma_awesomefeatures_section {
        padding: 70px 0 40px;
        background-color: #0a171c;
    }
    .ma_solutions_section {
        padding: 70px 0;
        background-color: #0a151b;
        margin: 0;
    }
    .ma_testimonial_section {
        padding-bottom: 100px;
    }
    .ma_footer_section {
        padding-top: 70px;
    }
    .ma_footer_wrapper {
        margin-top: 40px;
    }
    img.ma_icon1 {
        display: none;
    }
    img.ma_icon2 {
        display: none;
    }
    img.ma_icon3 {
        display: none;
    }
    img.ma_icon4 {
        display: none;
    }
    img.ma_icon5 {
        display: none;
    }
    img.ma_icon6 {
        display: none;
    }

    .ma_more_features {
        border-radius: 30px;
        padding: 30px 15px;
        max-width: 315px;
        margin: 20px auto;
        top: 0;
    }
    .row.ma_powered_by {
        background: transparent;
        border-radius: 0;
        height: auto;
    }

    .ma_banner_image::before {
        display: none;
    }
    .ma_banner_image::after {
        display: none;
    }
    .ma_slider_testimonials .swiper-slide {
        flex: 0 0 50%;
    }
    span.el_elementor_icon {
        left: -50px;
        top: -9px;
    }
}

@media(max-width: 768px){
    .ma_solutions_section .row.g-5 {
        margin: 0;
    }
}
@media(max-width: 767px){
    .ma_banner_section {
        padding: 50px 0 0;
    }
    .ma_slider_wrapper .swiper-slide {
        flex: 0 0 50%;
    }
    .ma_slider_testimonials .swiper-slide {
        flex: 0 0 70%;
    }
    .ma_banner_text > h1 {
        font-size: 40px;
    }
    .ma_footer_box {
        gap: 30px;
        max-width: 100%;
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }
    .el_monitor_flex {
        gap: 0px;
        flex-direction: column;
    }

    .ma_demo_icon.ma_wordpress_icon {
        width: 250px;
        height: 190px;
        padding: 20px;
    }
    span.el_elementor_icon {
        left: -80px;
        top: -9px;
    }
}

@media(max-width: 425px){
    span.el_elementor_icon {
        left: -70px;
    }
}

@media(max-width: 575px){
    .ma_banner_text > h1 {
        font-size: 30px;
    }
    .ma_banner_text > h1 {
        font-size: 30px;
    }
    .ma_main_heading h2 {
        font-size: 30px;
    }
    .ma_main_heading h3 {
        font-size: 30px;
    }
    .ma_layout_heading h1 {
        font-size: 30px;
    }
    .ma_slider_testimonials .swiper-slide {
        width: fit-content;
    }
    .aif-chatbot-tesmnl-leftslide {
        animation: scrollLeft 20s forwards linear infinite;
    }
    .aif-chatbot-tesmnl-rightslide {
        animation: scrollRight 20s linear infinite;        
    }
    .ma_slider_wrapper .swiper-slide {
        flex: 0 0 100%;
    }
    .ma_slider_testimonials .swiper-slide {
        flex: 0 0 100%;
    }
    .ma_demo_flex.ma_demo_flex2.ma_support_flex2 {
        padding: 30px;
    }
    .ma_demo_flex {
        padding: 30px;
    }
    .el_testimonials_box {
        padding: 30px;
    }
    .ma_morefeatures_section::after {
        width: 320px;
    }
    .ma_morefeatures_section::before {
        width: 320px;
    }
}
@media(max-width: 375px){
    span.el_elementor_icon {
        left: -48px;
        height: 60px;
        width: 60px;
        top: 0;
    }
    span.el_elementor_icon img {
        max-width: 45px;
    }
}
@media(max-width: 320px){
    span.el_elementor_icon {
        left: -25px;
        top: 20px;
    }
}
/* responsive css */

