@font-face {font-family: aiHub03;src: url(../fonts/AIHub02.ttf);}
@font-face {font-family: aiHub03;src: url(../fonts/AIhub02.woff);}
/* @font-face {font-family: aiHub03;src: url(../fonts/AIHub03.woff);} */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #000000;
  overflow-x: hidden;
  overflow-y: hidden;
}
a {
  color: #47b2e4;
  text-decoration: none;
}
a:hover {
  color: #73c5eb;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Lenis Default Style
--------------------------------------------------------------*/

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*--------------------------------------------------------------
# Three Js Style
--------------------------------------------------------------*/
.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.ai-preloader {
  position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#000000; 
	z-index: 99999; 
}
.ai-preloader .ai-preloader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.ai-preloader .ai-preloader-inner svg {
  width: 30vw;
  overflow: visible;
}
.ai-preloader .ai-preloader-inner svg g {
  overflow: hidden;
  visibility: hidden;
}
.ai-preloader svg #circle-3,
.ai-preloader svg #ai-text .a-char,
.ai-preloader svg #ai-text .i-char {
  opacity: 0;
}
/* .ai-preloader svg #circle-main {
  opacity: 0;
  transform-origin: 'center'; 
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1rem;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(55%,#000),to(rgba(0,0,0,0)));
  -webkit-mask: linear-gradient(180deg,#000 55%,rgba(0,0,0,0) 100%);
}

/* #header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
} */

#header .logo { 
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 70px;
}
.toggle-button {
  position: absolute;
  top: -5px;
  right: -15px;
  padding: 9px 10px;
  margin: 8px 15px 8px 0;
  height: 45px;
  width: 50px;
  cursor: pointer;
  z-index: 5;
}
.bar {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  transition: all .35s ease;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  -ms-transition: all .35s ease;
}
.bar + .bar {
  margin-top: 7px;
}
.toggle-active .bar.bottom {
  margin-top: 0px!important;
}

/* .toggle-active {
  top: 20px;
  right: 30px;
} */

.middle {
  top: 11px;
}
.bottom {
  top: 22px;
}
.toggle-active .bar {
  background-color: #fff;
}
.toggle-active .top {
  transform: translateY(6px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  -moz-transform: translateY(6px) translateX(0) rotate(45deg);
  -ms-transform: translateY(6px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
 opacity: 0;
}
.toggle-active .bottom {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
}
.overlay-menu {
  position: fixed;
  /* background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%); */
  background: #000000;
  /* background: -moz-linear-gradient(top, rgba(4,99,128,1) 0%, rgba(239,96,96,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,99,128,1)), color-stop(100%, rgba(239,96,96,1)));
  background: -webkit-linear-gradient(top, rgba(4,99,128,1) 0%, rgba(239,96,96,1) 100%);
  background: -o-linear-gradient(top, rgba(4,99,128,1) 0%, rgba(239,96,96,1) 100%);
  background: -ms-linear-gradient(top, rgba(4,99,128,1) 0%, rgba(239,96,96,1) 100%);
  background: linear-gradient(to bottom, rgba(4,99,128,1) 0%, rgba(239,96,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#046380', endColorstr='#ef6060', GradientType=0 ); */
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s, visibility .35s, width .35s;
  -moz-transition: opacity .35s, visibility .35s, width .35s;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  -o-transition: opacity .35s, visibility .35s, width .35s;
  -ms-transition: opacity .35s, visibility .35s, width .35s;
  z-index: 1;
}
.nav-active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  z-index: 4;
}
.no-scroll {
  overflow: hidden !important;
  transition-duration: .3s;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
}
.overlay-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 170px;
}
.overlay-menu-list li {
  margin: .5rem 0;
}
.overlay-menu-list li a {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: normal;
}
.menu-trigger-container[data-v-e0a8673a] {
  position: fixed;
  top: 25px;
  left: calc(100vw - 80px);
  z-index: 9;
}
.menu-trigger[data-v-e0a8673a] {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 100;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  opacity: 1;
  transition: opacity .3s;
}
.menu-trigger.inactive .label.close[data-v-e0a8673a] {
  opacity: 0;
  transition-duration: .3s;
  transition-delay: 0s;
}
.label.close[data-v-e0a8673a] {
  right: 93px;
}
.label[data-v-e0a8673a] {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 58px;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .15em;
  transition-property: opacity,transform;
  transition-duration: .3s,.3s;
  will-change: opacity;
}
.label .label-inner[data-v-e0a8673a] {
  opacity: 1;
  overflow: hidden;
}
.label .label-hover-inner[data-v-e0a8673a], .label .label-hover[data-v-e0a8673a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  will-change: transform;
}
.label .label-hover[data-v-e0a8673a] {
  opacity: .5;
  overflow: hidden;
  transform: translateX(100%);
}
.label .label-hover-inner[data-v-e0a8673a] {
  transform: translateX(-100%);
}
.label .label-hover-inner[data-v-e0a8673a], .label .label-hover[data-v-e0a8673a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  will-change: transform;
}
.icon[data-v-e0a8673a] {
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: middle;
  height: 30px;
  width: 60px;
  overflow: hidden;
}
.menu-trigger.inactive .bar.bar-1[data-v-e0a8673a] {
  transform: translateX(0) scaleX(.7);
  transition-duration: .3s;
  transition-delay: .2s;
  transition-timing-function: ease-in-out;
}
.icon .bar.bar-1[data-v-e0a8673a] {
  top: 15px;
}
.icon .bar.bar-1[data-v-e0a8673a], .icon .bar.bar-2[data-v-e0a8673a], .icon .bar.bar-3[data-v-e0a8673a], .icon .bar.bar-4[data-v-e0a8673a] {
  right: 0;
  width: 19px;
  height: 1px;
  background: #fff;
  transform-origin: 0 0;
  transition-property: transform;
  transition-duration: .2s;
  will-change: transform;
}
.icon .bar[data-v-e0a8673a] {
  display: block;
  position: absolute;
  opacity: 1;
}
.menu-trigger.inactive .bar.bar-2[data-v-e0a8673a] {
  transform: translateX(0) scaleX(1);
  transition-duration: .3s;
  transition-delay: .15s;
  transition-timing-function: ease-in-out;
}
.icon .bar.bar-2[data-v-e0a8673a] {
  top: 50%;
}
.menu-trigger.inactive .bar.bar-3[data-v-e0a8673a], .menu-trigger.inactive .bar.bar-4[data-v-e0a8673a] {
  transition-duration: .3s;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
}
.menu-trigger.inactive .bar.bar-3[data-v-e0a8673a] {
  transform: translateX(0) scaleX(.7);
}
.icon .bar.bar-3[data-v-e0a8673a] {
  bottom: 0;
}
.menu-trigger.inactive .bar.bar-4[data-v-e0a8673a] {
  transform: scaleX(0);
}
.menu-trigger.inactive .bar.bar-3[data-v-e0a8673a], .menu-trigger.inactive .bar.bar-4[data-v-e0a8673a] {
  transition-duration: .3s;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
}
.icon .bar.bar-4[data-v-e0a8673a] {
  right: 20px;
  top: 50%;
  width: 40px;
  transform-origin: 100% 0;
}
.menu-trigger.inactive .bar.bar-5[data-v-e0a8673a] {
  opacity: 0;
  transform: rotate(45deg) translateX(-20px);
  transition-delay: .05s;
}
.icon .bar.bar-5[data-v-e0a8673a], .icon .bar.bar-6[data-v-e0a8673a] {
  top: 50%;
  right: -2px;
  width: 16px;
  height: 1px;
  background: #fff;

  transition-property: opacity,transform;
  transition-duration: .3s,.3s;
  will-change: opacity,transform;
}
.menu-trigger.inactive .bar.bar-6[data-v-e0a8673a] {
  opacity: 0;
  transform: rotate(135deg) translateX(-20px);
  transition-delay: 0s;
}
.icon .bar.bar-5[data-v-e0a8673a], .icon .bar.bar-6[data-v-e0a8673a] {
  top: 50%;
  right: -2px;
  width: 16px;
  height: 1px;
  background: #fff;
  transition-property: opacity,transform;
  transition-duration: .3s,.3s;
  will-change: opacity,transform;
}
.menu-trigger.active .label.close[data-v-e0a8673a] {
  opacity: 1;
  transition-duration: .3s;
  transition-delay: .6s;
}
.label.close[data-v-e0a8673a] {
  right: 93px;
}
.menu-trigger.active .bar.bar-1[data-v-e0a8673a] {
  transform: translateX(-81px) scaleX(2);
  transition-duration: .3s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
}
.menu-trigger.active .bar.bar-2[data-v-e0a8673a] {
  transform: translateX(-45px) scaleX(.1);
  transition-duration: .3s;
  transition-delay: .05s;
  transition-timing-function: ease-in-out;
}
.menu-trigger.active .bar.bar-3[data-v-e0a8673a] {
  transform: translateX(-81px) scaleX(2);
  transition-duration: .4s;
  transition-delay: .15s;
  transition-timing-function: ease-in-out;
}
.menu-trigger.active .bar.bar-4[data-v-e0a8673a] {
  transform: scaleX(1);
  transition-duration: .4s;
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
}
.menu-trigger.active .bar.bar-5[data-v-e0a8673a] {
  transform: rotate(45deg) translateX(0);
  transition-delay: .4s;
}
.menu-trigger.active .bar.bar-6[data-v-e0a8673a] {
  transform: rotate(135deg) translateX(0);
  transition-delay: .5s;
}

.overlay-menu .side-menu-bg-img {
  position: absolute;
  right: 0;
  height: 100%;
  width: 500px;
}
.overlay-menu.nav-active .side-menu-bg-img.img--1 {
  left: -40%;
}
.overlay-menu.nav-active .img--2 {
  right: -40%;
  animation-name: right_to_left;
  animation-duration: 600ms;
  animation-delay: 100ms;
}
@keyframes right_to_left {
  to {
    right: 100%;
  }
}
.overlay-menu.nav-active .img--3 {
  right: -40%;
  animation-name: right_to_left_1;
  animation-duration: 600ms;
  animation-delay: 400s;
}
@keyframes right_to_left_1 {
  to {
    right: 100%;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  padding-right: 4rem;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #E719B8;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  background: #E719B8;
  font-size: 14px;
  border: 2px solid #E719B8;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #E719B8;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 7rem 0;
}
.icon-AI-Logo02:before {
  font-family: aiHub03;
  content: "\e900";
  color: #ffffff;
}
.hero-section .top-para {
  color: #4289bc;
  font-size: 1.5rem;
  font-weight: 600;
}
.hero-section .landing-title {
  font-size: 5.5rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
}
.hero-section .word-wrapper-title {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
  background: -webkit-linear-gradient(lefft, #66bdea, #ff7bac);
  background: -webkit-linear-gradient(left, #66bdea , #ff7bac);
   background: -o-linear-gradient(right, #66bdea , #ff7bac);
   background: -moz-linear-gradient(right, #66bdea , #ff7bac);
   background: linear-gradient(to right, #66bdea , #ff7bac); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 100px;
}
.hero-section .word-wrapper-title span {
  white-space: pre;
  display: inline-block;
  line-height: 1.5;
  margin-top: -20px;
  font-weight: 500;
}
.hero-section .landing-para {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 300;
  width: 35%;
  margin: 0 auto;
}
.hero-section .sign-up-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: #E719B8;
  color: #ffffff;
  border-radius: 6px;
  margin-top: 2rem;
  transition: all 0.3s ease;
  width: 150px;
  height: 7vh;
  line-height: 7vh;
  cursor: pointer;
}
.hero-section .sign-up-btn:hover {
  background-color: #4289bc;
}
.hero-section .hero-gredient-blob {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
  width: 100%;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-gredient-blob .blob-container {
  height: 100vh;
  width: 100vh;
}
.hero-section .hero-gredient-blob img {
  width: 100%; 
  /* will-change: transform; */
  /* -webkit-animation: 100s linear infinite banner-gradient-rotate;
  animation: 100s linear infinite banner-gradient-rotate;  */
}
@-webkit-keyframes banner-gradient-rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes banner-gradient-rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}
.hero-section .hero-gredient-blob .gradient-blob-img {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3 ease;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
}
.hero-section .hero-gredient-blob.active .gradient-blob-img {
  opacity: 1;
  transform: scale(1.2);
}
/*--------------------------------------------------------------
# Ai in Business
--------------------------------------------------------------*/

.ai-business-key {
  position: relative;
  width: 100%;
  display: block;
  padding: 3rem 0;
}
.ai-business-key h1 {
  font-size: 3rem;
  color: #e5b2e3;
  font-weight: 300;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.ai-business-key .key-block-inner {
  position: relative;
  height: 230px;
  width: 100%;
  display: block;
}
.ai-business-key .fix-blocks-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.ai-business-key .key-block-inner .key-img img {
  width: 250px;
}

.ai-business-key .static-bg-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50px;
}
.ai-business-key .loop-animation .anim-img {
  position: absolute;
}
.ai-business-key .loop-animation .anim-img.img-1 {
  left: 10%;
  top: 15%;
  animation: drift 12s linear infinite;
}
.ai-business-key .loop-animation .anim-img.img-2 {
  left: 0%;
  top: 50%;
  animation: drift 15s 2s linear infinite both;
}
.ai-business-key .loop-animation .anim-img.img-3 {
  right: 5%;
  top: 60%;
  animation: drift 15s linear infinite both;
}
@keyframes drift {
	from {
		left: translateX(-150px);
	}
	to {
		transform: translateX(1400px);
	}
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/
.bg-effect-gredi {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.how-it-works {
  position: relative;
  padding: 2rem 0;
  width: 100%;
}
.how-it-works .gradient-blob {
  position: absolute;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.color-mode-blue .gradient-blob.top-page-gradient-blob .gradient-blob__container {
  top: 0;
  left: -37.5%;
}
html:not(.has-limited-animations) .gradient-blob--has-loop-animation .gradient-blob__container {
  will-change: transform;
  -webkit-animation: 5s cubic-bezier(.445,.05,.55,.95) infinite alternate gradient-pulse;
  animation: 5s cubic-bezier(.445,.05,.55,.95) infinite alternate gradient-pulse;
}
.gradient-blob.top-page-gradient-blob .gradient-blob__container {
  top: -125vh;
  left: 10%;
  width: 130vw;
}
.gradient-blob__container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gradient-blob__container {
  position: absolute;
  width: 100vw;
  -webkit-transition: left 2.2s cubic-bezier(.52,0,.2,1),top 2.2s cubic-bezier(.52,0,.2,1),width 2.2s cubic-bezier(.52,0,.2,1);
  -o-transition: left 2.2s cubic-bezier(.52,0,.2,1),top 2.2s cubic-bezier(.52,0,.2,1),width 2.2s cubic-bezier(.52,0,.2,1);
  transition: left 2.2s cubic-bezier(.52,0,.2,1),top 2.2s cubic-bezier(.52,0,.2,1),width 2.2s cubic-bezier(.52,0,.2,1);
}
.gradient-blob__container::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
html:not(.has-limited-animations) .gradient-blob--has-loop-animation .gradient-blob__inner {
  will-change: transform;
  -webkit-animation: 10s linear infinite gradient-rotate;
  animation: 10s linear infinite gradient-rotate;
}
.gradient-blob__image, .gradient-blob__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.color-mode-blue .gradient-blob__image--default {
  opacity: 0;
}
.gradient-blob__image {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: opacity 2s cubic-bezier(.52,0,.2,1);
  -o-transition: opacity 2s cubic-bezier(.52,0,.2,1);
  transition: opacity 2s cubic-bezier(.52,0,.2,1);
}
.gradient-blob__image, .gradient-blob__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.color-mode-blue .gradient-blob__image--blue {
  opacity: 1;
}
.gradient-blob__image--blue, .gradient-blob__image--orange {
  opacity: 0;
}
@-webkit-keyframes gradient-rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes gradient-rotate {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}


.how-it-works .title {
  font-size: 3rem;
  color: #ffffff;
  margin: 4rem 0;
}
.easy-steps-block {
  position: relative;
  width: 100%;
  display: block;
  /* background: url('../img/how-it-works-bg.png');
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 5rem 0;
}
.easy-steps-block .para {
  font-size: 1.2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
.easy-steps-block h1.block-title  {
  color: #ffffff;
  width: 70%;
  margin: 3rem 0;
  font-size: 3.5rem;
  font-weight: 700;
}
.easy-steps-block .get-started-btn {
  display: inline-block;
  background-color: #e718b8;
  color: #ffffff;
  font-weight: 300;
  padding: 0.7rem 2.5rem;
  font-size: 1.2rem;
  border-radius: 4px;
}
.easy-steps-block .info-card {  
  position: absolute;  
  border: none;
  min-height: 320px;
  margin: 1rem 0;
  width: 325px;
}
.easy-steps-block .info-card .head-block {
  padding: 0.5rem 0;
  border-bottom: 1px solid #bfa0ca;
}
.easy-steps-block .info-card .head-block h5 {
  color: #ffffff;
  width: 55%;
  font-weight: 700;
  font-size: 1.5rem;
}
.easy-steps-block .info-card p {
  font-size: 0.8rem;
}
.easy-steps-block .info-card .content-block {
  padding: 0.5rem 0;
  color: #ffffff;
  font-weight: 300;
}
.easy-steps-block .label {
  color: #ffffff;
  font-weight: 300;
}
.easy-steps-block .chat-card {
  background-color: #66bcea;
}
.easy-steps-block .chat-card .card-body {
  padding: 2rem 1.5rem;
}
.easy-steps-block .chat-card .divider {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #7bc1e7;
  margin: 1rem 0;
}
.easy-steps-block .chat-card .code-img {
  /* display: inline-block; */
  width: 100%;
  text-align: right;
  margin-top: 2rem;
  float: right;
  margin-right: 1rem;
}
.easy-steps-block .steps-card-wrapper {
  position: relative;
  width: 100%;
  display: block;
  height: 100vh;
}
.steps-card-gredient-1 {  
  background: linear-gradient(135deg,  #790d73 0%,#bb148e 55%,#05abe0 100%);
}
.steps-card-gredient-2 {
  background: linear-gradient(45deg,  #4794ca 0%,#bb148e 47%,#ba158e 53%,#ba158e 53%,#e61a33 100%);
}
.steps-card-gredient-3 {  
  background: linear-gradient(135deg,  #ed1b24 0%,#bb148e 51%,#05abe0 100%);
}
.easy-steps-block .steps-card-wrapper .step-card-1 {
  top: 0;
  right: 55px;
}
.easy-steps-block .steps-card-wrapper .step-card-2 {
  top: 100px;
  left: 50px;
}
.easy-steps-block .steps-card-wrapper .step-card-3 {
  right: 60px;
  bottom: 105px;
}
/*--------------------------------------------------------------
# Tools most loved
--------------------------------------------------------------*/

.tools-most-loved {
  position: relative;
  width: 100%;
  display: block;
  padding: 0rem 0 4rem;
}
.tools-most-loved .title {
  font-size: 3rem;
  color: #475880;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 400;
}
.tools-most-loved .wrap-content {
  border-radius: 20px;
  overflow: hidden;
  height: 360px;
  position: relative;
}
.tools-most-loved .wrap-content .right-sect {
  height: 100%;
  background-color: #fff;
  border: 0.5px solid #DADCE0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tools-most-loved .wrap-content .right-sect .single-card:not(:last-child) {
  border-right: 0.5px solid #DADCE0;
}
.tools-most-loved .wrap-content .right-sect .single-card {
  width: 33.33%;
  padding: 30px;
  transition: all .4s ease-in;
  overflow: hidden;
}
.tools-most-loved .wrap-content .right-sect .single-card:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  background-size: contain;
  transform: translate(100%);
  transition: all .6s ease-in-out;
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(1).active:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  background-image: url('../img/business-planning-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 353px;
  height: 268px;
}
.tools-most-loved .wrap-content .right-sect .single-card.active:before,
.tools-most-loved .wrap-content .right-sect .single-card:hover:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  background-image: url('../img/business-planning-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 353px;
  height: 268px;
  transform: translate(0);
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(1) .img-wrapper {
  background-color: #ddedff;
}
.tools-most-loved .img-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 16px;
}
.tools-most-loved .wrap-content .right-sect .single-card h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #383838;
  margin-bottom: 16px;
  height: 50px;
}
.tools-most-loved .wrap-content .right-sect .single-card p {
  font-size: 14px;
  line-height: 20px;
  color: #727272;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}
.tools-most-loved .wrap-content .right-sect .single-card .course-btn p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #383838;
}
.tools-most-loved .wrap-content .right-sect .single-card .course-para,
.tools-most-loved .wrap-content .right-sect .single-card .start-btn {
  display: none;
}
.tools-most-loved .wrap-content .right-sect .single-card.active .course-btn,
.tools-most-loved .wrap-content .right-sect .single-card:hover .course-btn {
  display: none!important;
}
.waves-effect:not(.no-hover):not(:disabled) {
  transition: .3s;
  position: relative;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(1).active {
  flex-shrink: 0;
  padding: 30px;
  width: 573px;
  height: 100%;
  background-color: #9bc9ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.tools-most-loved .wrap-content .right-sect .single-card.active,
.tools-most-loved .wrap-content .right-sect .single-card:hover {
  flex-shrink: 0;
  padding: 30px;
  width: 573px;
  height: 100%;  
  background: linear-gradient(to right,  #f9def9 0%,#c5dee8 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(2).active {
  /* background-color: #ffb1cc; */
  background: linear-gradient(to right,  #f9def9 0%,#c5dee8 100%);
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(3).active {
  /* background-color: #c8bbff; */
  background: linear-gradient(to right,  #f9def9 0%,#c5dee8 100%);
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(4).active {
  /* background-color: #ffdd80; */
  background: linear-gradient(to right,  #f9def9 0%,#c5dee8 100%);
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(1).active > div {
  max-width: 204px;
}
.tools-most-loved .wrap-content .right-sect .single-card.active > div,
.tools-most-loved .wrap-content .right-sect .single-card:hover > div {
  max-width: 204px;
}
.tools-most-loved .wrap-content .right-sect .single-card:nth-child(1).active button {
  width: 150px;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  background-color: #50076c;
  border-radius: 6px;
  color: #ffffff;
  border: none;
}
.tools-most-loved .wrap-content .right-sect .single-card.active button,
.tools-most-loved .wrap-content .right-sect .single-card:hover button {
  width: 150px;
  display: flex;
  height: 40px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  background-color: #50076c;
  border-radius: 6px;
  color: #ffffff;
  border: none;
}.tools-most-loved .more-tools-link {
  color: #efbaed;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  position: relative;
  width: 100%;
  display: block;
  padding: 4rem 0 0;
  /* height: 100vh; */
}
.pricing .title {
  font-size: 3rem;
  color: #475880;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 400;
}
.pricing .price-card {
  position: relative;  
  background: linear-gradient(to bottom,  #f3def7 0%,#c7dee9 100%); 
  border-radius: 10px;
  margin: 0.5rem;
  border: none;
  overflow: hidden;
  min-height: 600px;
  transition: all 600ms linear;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform: rotateY(-90deg);
}
.pricing .price-card::after {
  content: '';
  right: 0px;
  bottom: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, black, transparent);
  -webkit-transform: rotateY( 180deg );
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
/* .pricing .price-card:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY( 180deg );
} */
.pricing .price-card .time-slot {
  background-color: #e41bb8;
  padding: 0.5rem;
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
}
.pricing .price-card .card-body {
  position: relative;
  width: 100%;
  padding: 5rem 3.5rem 3.5rem;
}
.pricing .price-card .plan-para {
  color: #50076c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5rem;
}
.pricing .price-card .price-tag {
  color: #2f0642;
  font-weight: 700;
  margin-bottom: 2rem;
}
.pricing .price-card .price-tag small {
  font-size: 1rem;
}
.pricing .price-card ul li {
  color: #55086f;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pricing .price-card ul li span.icon {
  margin-right: 0.3rem;
}
.pricing .price-card .pricing-btn {
  font-size: 0.9rem;
  font-weight: 300;
  background-color: #55086f;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
}
.pricing .price-card .price-btn-block {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}
.pricing .price-card .price-btn-block .icon {
  margin-left: 0.5rem;
}

.connect-us-sec {
  position: relative;
  width: 100%;
  display: block;
  padding: 3rem 0 5rem;
}
.connect-us-sec .footer-connect-us h1 {
  font-size: 3rem;
  color: #475880;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 300;
}
.connect-us-sec .form-block {
  position: relative;
  width: 55%;
  margin: 0 auto 2rem;
  z-index: 99;
}
.connect-us-sec input,input::placeholder {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 500;
}
.connect-us-sec .form-block .form-control {
  height: 60px;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 3rem;
}
.connect-us-sec .btn {  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d18fbe+0,90abd9+100 */
  background: linear-gradient(135deg,  #d18fbe 0%,#90abd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  margin-left: 0.7rem;
  width: 60px;
  height: 60px;  
  overflow: hidden;
}
.connect-us-sec .btn::after {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 32px;
  width: 32px;
  position: absolute;
  top: 14px;
  left: 14px;
  transition: all 0.5s ease-out;
}
.connect-us-sec .btn::before{
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 32px;
  width: 32px;
  position: absolute;
  top: 14px;
  left: -76px;
  transition: all 0.5s ease-out;
}
.connect-us-sec .btn:hover::after {
  left: 70px;
}
.connect-us-sec .btn:hover::before {
  left: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  position: relative;
  z-index: 1;
  padding: 4rem 0 1rem;
}
footer::after {
  content: '';
  position: absolute;
  background-image: url(../img/Footer-BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 565px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: table;
  z-index: -1;
}
footer .footer-logo img {
  max-height: 60px;
}
footer .footer-nav li a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0.2rem;
  transition: all 0.3s ease;
}
footer .footer-nav li a:hover {
  color: #ffffff;
}
footer .social-media {
  position: absolute;
  left: 0;
  right: 0;
}
footer .social-media ul li {
  display: inline-block;
  margin: 0 0.3rem;
}
footer .social-media img {
  width: 40px;
}
footer .social-media .slogan {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.8;
  margin-top: 2rem;
  word-spacing: 0.5rem;
  letter-spacing: 0.3rem;
  text-align: center;
}
footer .copyright {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 300;
  padding: 1rem 0;
  text-align: center;
  opacity: 0.8;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .overlay-menu .anim_img-1 {
    display: none;
  }
}

@media (min-width: 992px) and  (max-width: 1199px) {
  .hero-gredient-blob {
    display: none;
  }
  .hero-section .landing-para {
    width: 50%;
  }
  .ai-business-key h1 {
    width: 80%;
  }
  .easy-steps-block h1.block-title {
    width: 100%;
  }
  .easy-steps-block {
    padding: 10rem 0;
  }
  .easy-steps-block .steps-card-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    height: 100vh;
    flex-direction: column;
  }
  .easy-steps-block .info-card {
    position: relative;
    border: none;
    min-height: auto;
    margin: 1rem 0;
    width: 90%;
  }
  .easy-steps-block .steps-card-wrapper .step-card-1 {
    top: -50px;
    right: 0;
  }
  .easy-steps-block .steps-card-wrapper .step-card-2 {
    top: -65px;
    left: 0;
  }
  .easy-steps-block .steps-card-wrapper .step-card-3 {
    right: 0;
    bottom: 75px;
  }
  .tools-most-loved .wrap-content .right-sect .single-card:nth-child(1).active {
    width: 50%;
  }
  .tools-most-loved .wrap-content .right-sect .single-card:before {
    display: none;
  }
  .tools-most-loved .wrap-content {
    height: 450px;
  }
  .tools-most-loved .wrap-content .right-sect .single-card {
    padding: 15px;
  }
  .pricing .price-card {
    transform: rotateY(0deg);
  }
  .connect-us-sec .form-block {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .overlay-menu .anim_img-1,
  .gradient-blob {
    display: none;
  }
  .hero-section .landing-title,
  .hero-section .word-wrapper-title {
    font-size: 4.5rem;
  }
  .hero-section .landing-para {
    width: 80%;
  }
  .how-it-works span {
    font-size: 1.8rem;
  }
  .how-it-works .hiw-text h1 {
    font-size: 2.4rem;
  }
  .how-it-works p {
    width: 100%;
  }
  .locker__container .image--3 img {
    left: 0!important;
  }
}

@media (max-width: 991px) {
  .overlay-menu .anim_img-1 {
    display: none;
  }
  footer .footer-form {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) and  (max-width: 991px) {
  .hero-section .hero-gredient-blob,
  .gradient-blob {
    display: none;
  }
  .ai-business-key h1 {
    font-size: 2.5rem;
    width: 90%;
  }
  .easy-steps-block h1.block-title {
    width: 100%;
  }
  .easy-steps-block .steps-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
    height: auto;
    margin-top: 4rem;
  }
  .easy-steps-block .info-card {
    position: relative;
    left: 0;
    right: 0;
    width: 33.33%;
  }
  .easy-steps-block .steps-card-wrapper .step-card-1,
  .easy-steps-block .steps-card-wrapper .step-card-2,
  .easy-steps-block .steps-card-wrapper .step-card-3 {
    top: 0;
    left: 0;
    right: 0;
  }
  .easy-steps-block .info-card .head-block h5 {
    width: 100%;
  }
  .ai-business-key .loop-animation {
    display: none;
  }
  .tools-most-loved {
    padding: 0rem;
  }
  .tools-most-loved .wrap-content .right-sect .single-card:before {
    display: none;
  }
  .tools-most-loved .wrap-content {
    height: 450px;
  }
  .tools-most-loved .wrap-content .right-sect .single-card:nth-child(1).active,
  .tools-most-loved .wrap-content .right-sect .single-card.active, .tools-most-loved .wrap-content .right-sect .single-card:hover {
    width: 30%;
  }
  .tools-most-loved .wrap-content .right-sect .single-card h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .tools-most-loved .wrap-content .right-sect .single-card {
    padding: 15px;
  }
  .tools-most-loved .wrap-content .right-sect .single-card .course-btn p {
    font-size: 13px;
  }
  .pricing .price-card {
    transform: rotateY(0deg);
  }
  footer .footer-logo {
    margin-bottom: 2rem;
    justify-content: center!important;
    width: 100%;
  }
  footer .footer-top {
    justify-content: center!important;
  }
  footer .footer-nav {
    justify-content: center;
  }
  footer .social-media {
    position: relative;
  }
  footer .copyright {
    font-size: 0.8rem;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .nav-active {
    min-height: 100%;
  }
  .overlay-menu .anim_img-1,
  .gradient-blob {
    display: none;
  }
  .hero-section {
    padding: 17rem 0 7rem;
  }
  .hero-section .hero-gredient-blob {
    display: none;
  }
  .ai-business-key h1 {
    font-size: 1.7rem;
    width: 100%;
  }  
  .ai-business-key .loop-animation,
  .ai-business-key .static-bg-img {
    display: none;
  }
  .ai-business-key .key-block-inner {
    height: auto;
  }
  .ai-business-key .fix-blocks-img {
    flex-direction: column;
  }
  .ai-business-key .key-block-inner .key-img img {
    width: 200px;
  }
  .how-it-works {
    padding: 7rem 0 2rem;
  }
  .how-it-works .title {
    margin: 0;
  }
  .easy-steps-block {
    padding: 2rem 0;
  }
  .easy-steps-block .steps-card-wrapper {
    height: auto;
    margin-top: 4rem;
  }
  .easy-steps-block .para {
    text-align: center;
  }
  .easy-steps-block h1.block-title {    
    font-size: 2rem;
    text-align: center;
    margin: 1.5rem 0;
    width: 100%;
  }
  .easy-steps-block .get-started-btn {
    display: table;
    margin: 0 auto;
  }
  .easy-steps-block .info-card {
    position: relative;
    height: auto;
    margin-bottom: 2rem;
    width: 100%;
  }
  .easy-steps-block .steps-card-wrapper .step-card-1,
  .easy-steps-block .steps-card-wrapper .step-card-2,
  .easy-steps-block .steps-card-wrapper .step-card-3 {
    top: 0;
    left: 0;
    right: 0;
  }
  .tools-most-loved {
    padding: 0 0 4rem;
  }
  .tools-most-loved .title {
    font-size: 2rem;
  }
  .tools-most-loved .wrap-content {
    height: auto;
  }
  .tools-most-loved .wrap-content .right-sect {
    flex-direction: column;
  }
  .tools-most-loved .wrap-content .right-sect .single-card:nth-child(1).active {
    width: 100%;
  }
  .tools-most-loved .wrap-content .right-sect .single-card {
    width: 100%;
  }
  .tools-most-loved .wrap-content .right-sect .single-card:before {
    display: none;
  }
  .pricing {
    padding: 0;
  }
  .pricing .title {
    font-size: 2rem;
  }
  .pricing .price-card {
    min-height: auto;
    transform: rotateY(0deg);
    margin-bottom: 2rem;
  }
  .pricing .price-card .price-btn-block {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 3rem;
  }
  .pricing .price-card .card-body {
    position: relative;
    width: 100%;
    padding: 5rem 2rem 2rem;
  }  
  .connect-us-sec {
    padding-bottom: 0;
  }
  .connect-us-sec .footer-connect-us h1 {
    font-size: 1.8rem;
  }
  .connect-us-sec .form-block {
    width: 90%;
  }
  footer .footer-logo {
    margin-bottom: 2rem;
    justify-content: center!important;
    width: 100%;
  }
  footer .footer-form {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  footer .footer-nav {
    justify-content: center;
  }  
  footer .footer-top {
    justify-content: center!important;
  }
  footer .social-media {
    position: relative;
  }
  footer .copyright {
    font-size: 0.8rem;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .menu-trigger-container[data-v-e0a8673a] {    
    left: calc(100vw - 30px);
  }   
  .hero-section .landing-title {
    font-size: 3.2rem;
    margin-left: 1rem;
  }
  .hero-section .word-wrapper-title {
    font-size: 3.2rem;
    margin-left: 1rem;
  }
  .hero-section .landing-para {
    font-size: 1.2rem;
  }
  .hero-section .sign-up-btn {
    margin-left: 1rem;
  }
  .hit-sec-title h1 {
    font-size: 2.5rem;
  }
  .how-it-works span {
    font-size: 1.5rem;
  }
  .how-it-works .hiw-text h1 {
    font-size: 2rem;
  }  
}

@media (max-width: 360px) {
  .menu-trigger-container[data-v-e0a8673a] {
    left: calc(100vw - 0px);
  }
  .hero-section .landing-title,
  .hero-section .word-wrapper-title {
    font-size: 3rem;
  }
}



