@font-face {
  font-family: "YekanBakh";
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Light.eot");
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/yekanBakh/YekanBakhFaNum-Light.woff2") format("woff2"), url("../webfonts/yekanBakh/YekanBakhFaNum-Light.woff") format("woff"), url("../webfonts/yekanBakh/YekanBakhFaNum-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Regular.eot");
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/yekanBakh/YekanBakhFaNum-Regular.woff2") format("woff2"), url("../webfonts/yekanBakh/YekanBakhFaNum-Regular.woff") format("woff"), url("../webfonts/yekanBakh/YekanBakhFaNum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-ExtraBold.eot");
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../webfonts/yekanBakh/YekanBakhFaNum-ExtraBold.woff2") format("woff2"), url("../webfonts/yekanBakh/YekanBakhFaNum-ExtraBold.woff") format("woff"), url("../webfonts/yekanBakh/YekanBakhFaNum-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Bold.eot");
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/yekanBakh/YekanBakhFaNum-Bold.woff2") format("woff2"), url("../webfonts/yekanBakh/YekanBakhFaNum-Bold.woff") format("woff"), url("../webfonts/yekanBakh/YekanBakhFaNum-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-SemiBold.eot");
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-SemiBold.eot?#iefix") format("embedded-opentype"), url("../webfonts/yekanBakh/YekanBakhFaNum-SemiBold.woff2") format("woff2"), url("../webfonts/yekanBakh/YekanBakhFaNum-SemiBold.woff") format("woff"), url("../webfonts/yekanBakh/YekanBakhFaNum-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh";
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Black.eot");
  src: url("../webfonts/yekanBakh/YekanBakhFaNum-Black.eot?#iefix") format("embedded-opentype"), url("../webfonts/yekanBakh/YekanBakhFaNum-Black.woff2") format("woff2"), url("../webfonts/yekanBakh/YekanBakhFaNum-Black.woff") format("woff"), url("../webfonts/yekanBakh/YekanBakhFaNum-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body, html {
  direction: rtl;
  text-align: right;
  font-family: YekanBakh, serif;
  font-weight: 300;
  overflow-x: hidden;
  background: #f9f9f9;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

input, select, textarea {
  transition: all ease 0.4s;
}
input:focus, select:focus, textarea:focus {
  border-color: #4337D8 !important;
  outline: none;
}

.customers {
  padding: 2rem 0;
}
.customers .img {
  text-align: center;
}
.customers .img img {
  object-fit: contain;
}

.btn-demo {
  margin-right: auto;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 20px;
  color: #0D0B2B;
  border-radius: 8px;
  font-size: 14px;
  background: var(--warm-grad, linear-gradient(84deg, #FFEC44 -5.82%, #FFF744 100%));
}

.toast {
  position: fixed;
  right: auto;
  height: max-content;
  width: 300px;
  border-radius: 5px;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  left: calc(50% - 150px);
  z-index: 999999;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
  font-size: 14px;
}

.toast.active {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  text-align: center;
  direction: rtl;
}

.toast.alert-success {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.toast.alert-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 0;
  z-index: 10;
  width: 100%;
}
.header.bg-blue {
  background: linear-gradient(96deg, rgba(71, 58, 243, 0.8) 3.08%, rgba(97, 101, 215, 0.8) 104.13%);
}
.header .menu-drop {
  left: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(15px);
  transition: all ease 0.4s;
  width: 100%;
  position: absolute;
  top: -600px;
  padding: 4rem 2rem;
}
.header .menu-drop h4 {
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0D0B2B;
}
.header .menu-drop .items-drop {
  display: flex;
  flex-wrap: wrap;
}
.header .menu-drop .items-drop .item-menu {
  width: 33.333%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 25px;
  transition: all ease 0.4s;
  border: 1px solid transparent;
}
.header .menu-drop .items-drop .item-menu:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  border: 1px solid #FFF;
}
.header .menu-drop .items-drop .item-menu > i {
  margin-left: 20px;
  width: 20px;
  text-align: center;
  color: #4337D8;
  font-size: 18px;
  margin-bottom: 7px;
}
.header .menu-drop .items-drop .item-menu .txt {
  width: calc(100% - 40px);
}
.header .menu-drop .items-drop .item-menu .txt h5 {
  font-size: 16px;
  color: #0D0B2B;
}
.header .menu-drop .items-drop .item-menu .txt span {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  color: #475467;
}
.header .menu-drop .items-drop .item-menu .txt a, .header .menu-drop .items-drop .item-menu .txt .a {
  display: inline-flex;
  align-items: center;
  color: #4337D8;
  direction: ltr;
  font-weight: normal;
  transition: all ease 0.4s;
}
.header .menu-drop .items-drop .item-menu .txt a:hover, .header .menu-drop .items-drop .item-menu .txt .a:hover {
  opacity: 0.7;
}
.header .menu-drop .items-drop .item-menu .txt a i, .header .menu-drop .items-drop .item-menu .txt .a i {
  margin-right: 10px;
}
.header .menu-drop.show-submenu {
  top: calc(100% + 20px);
}
.header.fixed-menu {
  background: rgba(236, 235, 251, 0.8);
  backdrop-filter: blur(10px);
  animation: addMenu 0.7s;
  top: 0;
  position: fixed;
  transition: all ease 0.4s;
  z-index: 10;
}
.header.fixed-menu ul a, .header.fixed-menu ul .a {
  color: #000;
  display: flex;
  align-items: center;
}
.header.fixed-menu ul a:hover, .header.fixed-menu ul .a:hover {
  color: #4337D8;
}
@keyframes addMenu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header img {
  margin-left: 10px;
}
.header ul {
  display: flex;
  align-items: center;
  color: #fff;
}
.header ul a, .header ul .a {
  padding: 10px 15px;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #fff;
  font-size: 14px;
  transition: all ease 0.4s;
}
.header ul a i, .header ul .a i {
  transition: all ease 0.4s;
  margin-right: 5px;
  font-size: 14px;
}
.header ul a:hover, .header ul .a:hover {
  color: #FFF744;
}
.header ul a.active i, .header ul .a.active i {
  transform: rotate(180deg);
}

.banner {
  background: #5247e0 center url("../img/Noise.png");
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
  padding-bottom: 4rem;
}
.banner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(238deg, rgba(116, 107, 243, 0.7) -35.42%, rgba(67, 55, 216, 0.7) 93.38%);
  backdrop-filter: blur(100px);
  top: 0;
  bottom: 0;
  z-index: 1;
}
.banner .vector1 {
  position: fixed;
  left: 0;
  width: 50%;
  z-index: 0;
  -webkit-animation: move4 3s ease-out 1s infinite;
  animation: move4 3s ease-out 1s infinite;
}
@keyframes move4 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-50px);
  }
  50% {
    transform: translateX(-100px);
  }
  75% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.banner .vector2 {
  position: fixed;
  right: 0;
  width: 50%;
  top: 0;
  z-index: 0;
  -webkit-animation: move4 3s ease-out 1s infinite;
  animation: move4 3s ease-out 1s infinite;
}
.banner .bg1 {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: 50px;
  height: 100%;
  -webkit-animation: move3 5s ease-out 1s infinite;
  animation: move3 5s ease-out 1s infinite;
}
@media (max-width: 1600px) {
  .banner .bg1 {
    left: -200px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .banner .bg1 {
    width: 45%;
  }
}
@keyframes move3 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
}
.banner .logos {
  z-index: 2;
  direction: ltr;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  padding: 2rem 0 10rem;
}
@media (max-width: 767px) {
  .banner .logos {
    padding-top: 0;
  }
  .banner .logos .owl-stage {
    padding-top: 0;
  }
  .banner .logos .img {
    padding: 10px;
  }
  .banner .logos .img img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .banner .logos {
    padding: 0 0 16rem;
    max-width: none;
  }
}
.banner .logos img {
  margin: 0 20px;
  display: block;
  opacity: 0.3;
  transition: all ease 0.4s;
}
.banner .logos img:hover {
  opacity: 1;
}
.banner .wave-svg {
  content: "";
  position: absolute;
  bottom: -400px;
  height: 600px;
  width: 100%;
  right: 0;
  background: bottom center no-repeat url("../images/banner-wave.svg");
  background-size: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .banner .wave-svg {
    width: 100%;
  }
}
@media (min-width: 1750px) {
  .banner .wave-svg {
    width: 100%;
    height: 1000px;
  }
}
@media (min-width: 1920px) {
  .banner .wave-svg {
    width: 100%;
    height: 1200px;
  }
}
.banner .txt-banner {
  position: absolute;
  width: 100%;
  right: 0;
  text-align: right;
  z-index: 2;
  top: 150px;
}
.banner .txt-banner .child-txt {
  width: 500px;
  color: #fff;
}
.banner .txt-banner .child-txt p {
  font-size: 14px;
  max-width: 420px;
  line-height: 170%;
}
.banner .txt-banner .child-txt h1 {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 2rem 0;
  position: relative;
}
.banner .txt-banner .child-txt h1:before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 150px;
  height: 20px;
  display: block;
  left: 125px;
  background: center no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTczIiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgMTczIDE3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGQ9Ik0xNzEgNi4xMjAyQzE0MS45MTQgMS41NTY5NyA2Ny4zOTM1IC0zLjA1NTU5IDIgMTUiIHN0cm9rZT0iI0RDRkMxNyIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4NCjwvc3ZnPg0K);
}
.banner .txt-banner .child-txt .btns-banner {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.banner .txt-banner .child-txt .btns-banner button {
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.banner .txt-banner .child-txt .btns-banner button i {
  margin-right: 5px;
}
.banner .txt-banner .child-txt .btns-banner .btn-demo {
  color: #0D0B2B;
  background: var(--warm-grad, linear-gradient(84deg, #FFEC44 -5.82%, #FFF744 100%));
  margin-left: 10px;
  border-radius: 8px;
}
.banner .txt-banner .banner-btn {
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 9px 15px 0 rgba(7, 18, 35, 0.08);
  border: none;
  padding: 10px;
  color: #FAFAFF;
  font-weight: 300;
  font-size: 14px;
}

.banner-top {
  background: #4337D8;
  padding: 120px 0 250px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(82, 71, 224, 0.68) center url("../img/Noise.png");
  z-index: 1;
  backdrop-filter: blur(100px);
}
.banner-top .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.banner-top .txt em {
  border-radius: 99px;
  display: inline-block;
  width: max-content;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 9px 15px 0px rgba(7, 18, 35, 0.08);
}
.banner-top .txt h1 {
  margin: 15px 0;
  color: #fff;
}
.banner-top .txt span {
  color: #DADADA;
}
.banner-top .bg-banner1 {
  position: absolute;
  top: 0;
  right: 0;
}
.banner-top .bg-banner2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
}
.banner-top .svg-wave {
  position: absolute;
  left: 0;
  right: 0;
  background: center no-repeat url("../img/vector-307.png");
  background-size: 100%;
  width: 1500px;
  height: 200px;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .banner-top .svg-wave {
    width: 1800px;
    height: 250px;
    bottom: -40px;
  }
}
@media (min-width: 1800px) and (max-width: 2200px) {
  .banner-top .svg-wave {
    width: auto;
    background-size: cover;
    background-position: bottom;
    height: 330px;
    bottom: -60px;
  }
}
@media (min-width: 2200px) {
  .banner-top .svg-wave {
    width: auto;
    height: 553px;
    bottom: -261px;
    background-position: bottom;
  }
}

.sec1 {
  background: #F9F9F9;
  position: relative;
  padding: 1.5rem 0 2rem;
  z-index: 8;
}
.sec1:before {
  content: "";
  position: absolute;
  bottom: -150px;
  height: 600px;
  width: 100%;
  right: 0;
  background: bottom center no-repeat url("../img/mask-sec2-top.svg");
  background-size: 100%;
  z-index: -1;
}
.sec1 .img1 {
  position: absolute;
  left: 0;
  top: 10px;
}
.sec1 .img2 {
  position: absolute;
  right: 0;
  top: 20px;
}
.sec1 .img3 {
  position: absolute;
  left: -15px;
  bottom: 20px;
}
.sec1 .title {
  position: relative;
  width: 100%;
  text-align: center;
}
.sec1 .title em {
  border-radius: 99px;
  background: #D9D7F7;
  box-shadow: 0 9px 15px 0 rgba(7, 18, 35, 0.08);
  color: #4337D8;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
}
.sec1 .title h2 {
  margin: 1.3rem 0;
  color: #0D0B2B;
}
.sec1 .title span {
  color: #475467;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.sec1 .nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  width: 100%;
}
.sec1 .nav-tabs button {
  background: transparent;
  border: none;
}
.sec1 .nav-tabs button .icon {
  width: 50px;
  height: 50px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px auto;
  opacity: 0.7;
}
.sec1 .nav-tabs button .icon.icon1 {
  background-image: url("../img/icons/icon1.png");
}
.sec1 .nav-tabs button .icon.icon2 {
  background-image: url("../img/icons/icon2.png");
}
.sec1 .nav-tabs button .icon.icon3 {
  background-image: url("../img/icons/icon3.png");
}
.sec1 .nav-tabs button .icon.icon4 {
  background-image: url("../img/icons/icon4.png");
}
.sec1 .nav-tabs button .icon.icon5 {
  background-image: url("../img/icons/icon5.png");
}
.sec1 .nav-tabs button.active .icon.icon1 {
  background-image: url("../img/icons/icon1-a.png");
}
.sec1 .nav-tabs button.active .icon.icon2 {
  background-image: url("../img/icons/icon2-a.png");
}
.sec1 .nav-tabs button.active .icon.icon3 {
  background-image: url("../img/icons/icon3-a.png");
}
.sec1 .nav-tabs button.active .icon.icon4 {
  background-image: url("../img/icons/icon4-a.png");
}
.sec1 .nav-tabs button.active .icon.icon5 {
  background-image: url("../img/icons/icon5-a.png");
}
.sec1 .nav-tabs button span {
  margin-top: 22px;
  display: block;
  font-size: 14px;
  color: rgba(13, 11, 43, 0.32);
  transition: all ease 0.4s;
}
.sec1 .nav-tabs button.active {
  background: transparent;
}
.sec1 .nav-tabs button.active span {
  color: rgb(13, 11, 43);
}
.sec1 .nav-tabs button.active .icon {
  opacity: 1;
}
.sec1 .tab-section {
  margin: 6rem 0 2rem;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 90px 90px 12px 90px;
  padding: 2rem;
  background: linear-gradient(96deg, rgba(0, 143, 255, 0.1) 3.08%, rgba(0, 143, 255, 0.05) 104.13%);
}
.sec1 .tab-section .right-s {
  width: 50%;
  padding: 0 2rem;
}
.sec1 .tab-section .right-s img {
  margin-bottom: 20px;
}
.sec1 .tab-section .right-s a {
  display: inline-flex;
  align-items: center;
  color: #000;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  direction: rtl;
}
.sec1 .tab-section .right-s a i {
  margin-right: 5px;
}
.sec1 .tab-section .left-img {
  position: relative;
  width: 50%;
  text-align: center;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec1 .tab-section .left-img img {
  position: absolute;
  top: -80px;
}
.sec1 .tab-section .left-img img:first-child {
  top: -20px;
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sec1 .tab-section.tab-section2 {
  background: linear-gradient(264deg, rgba(5, 255, 0, 0.1) 3.52%, rgba(5, 255, 0, 0.05) 99.44%);
  direction: ltr;
}
.sec1 .tab-section.tab-section2 #tab2-image img:first-child {
  position: relative;
  left: auto;
  z-index: 1;
}
.sec1 .tab-section.tab-section2 #tab2-image img:nth-child(2) {
  top: auto;
  bottom: -25px;
  left: 69px;
  z-index: 1;
}
.sec1 .tab-section.tab-section2 #tab2-image img:nth-child(3) {
  top: 115px;
  z-index: 1;
  right: 65px;
}
.sec1 .tab-section.tab-section2 #tab2-image img:last-child {
  top: -127px;
  left: 104px;
}
.sec1 .tab-section.tab-section3 {
  background: linear-gradient(96deg, rgba(255, 0, 168, 0.1) 3.32%, rgba(255, 0, 168, 0.05) 103.84%);
}
.sec1 .tab-section.tab-section3 #tab3-image img:first-child {
  position: relative;
  top: auto;
  z-index: 1;
}
.sec1 .tab-section.tab-section3 #tab3-image img:nth-child(2) {
  bottom: 17px;
  top: auto;
  left: 19px;
  z-index: 1;
}
.sec1 .tab-section.tab-section3 #tab3-image img:nth-child(3) {
  top: -46px;
}
.sec1 .tab-section.tab-section4 {
  background: linear-gradient(265deg, rgba(255, 214, 0, 0.1) 1.06%, rgba(255, 214, 0, 0.05) 99.37%);
  direction: ltr;
}
.sec1 .tab-section.tab-section4 img:first-child {
  position: relative;
  top: auto;
  z-index: 1;
}
.sec1 .tab-section.tab-section4 img:nth-child(2) {
  bottom: 17px;
  top: auto;
  left: 45px;
  z-index: 1;
}
.sec1 .tab-section.tab-section4 img:nth-child(3) {
  top: -10px;
}
.sec1 .tab-section.tab-section5 {
  background: linear-gradient(97deg, rgba(255, 61, 0, 0.1) 2.72%, rgba(255, 61, 0, 0.05) 104.01%);
}
.sec1 .tab-section.tab-section5 #tab5-image img:first-child {
  position: relative;
  top: auto;
  z-index: 1;
}
.sec1 .tab-section.tab-section5 #tab5-image img:nth-child(2) {
  top: auto;
  bottom: 67px;
  z-index: 1;
  left: 60px;
}
.sec1 .tab-section.tab-section5 #tab5-image img:nth-child(3) {
  top: auto;
  bottom: 70px;
  z-index: 1;
  right: 43px;
}
.sec1 .tab-section.tab-section5 #tab5-image img:nth-child(4) {
  top: 44px;
}
.sec1 .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
}
.sec1 .dots span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #D9D9D9;
  margin: 0 5px;
  cursor: pointer;
  transition: all ease 0.4s;
}
.sec1 .dots span:hover:not(.active) {
  opacity: 0.7;
}
.sec1 .dots span.active {
  width: 36px;
  background: #35A7FF;
  cursor: default;
}
.sec1 .dots span:nth-child(2).active {
  background: #00A878;
}
.sec1 .dots span:nth-child(3).active {
  background: #E6AACE;
}
.sec1 .dots span:nth-child(4).active {
  background: #EFEA5A;
}
.sec1 .dots span:nth-child(5).active {
  background: #F29E4C;
}

.sec2 {
  padding: 12rem 0 13rem;
  position: relative;
}
.sec2:before {
  top: 0;
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 30px;
  background: center url("../img/herosection.png");
  background-position-y: bottom;
  background-size: 100%;
}
.sec2 .container {
  position: relative;
  z-index: 1;
}
.sec2 .title {
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}
.sec2 .title em {
  border-radius: 99px;
  background: var(--warm-grad, linear-gradient(84deg, #FFEC44 -5.82%, #FFF744 100%));
  padding: 4px 12px;
  box-shadow: 0 9px 9px 0 rgba(7, 18, 35, 0.08);
  margin-bottom: 10px;
  display: inline-block;
  color: #4337D8;
  font-weight: normal;
}
.sec2 .title h2 {
  font-weight: 700;
  margin: 1.5rem 0;
  color: #fff;
}
.sec2 .title span {
  color: var(--Primary-100, #D9D7F7);
  max-width: 755px;
  display: block;
  margin: 0 auto;
}
.sec2 .box-why {
  text-align: center;
  color: #fff;
  padding: 0 10px;
}
.sec2 .box-why h3 {
  margin: 10px 0;
}
.sec2 .box-why h4 {
  margin: 1.9rem 0 1rem;
}
.sec2 .box-why p {
  margin: 0;
  color: #D9D7F7;
  line-height: 1.8;
}

.svg-mask {
  position: absolute;
  top: -185px;
  height: 600px;
  width: 100%;
  right: 0;
  background: top center no-repeat url("../img/sec2-mask.svg");
  background-size: 100%;
  z-index: -1;
}
@media (min-width: 1750px) {
  .svg-mask {
    background-size: 120%;
  }
}

.items {
  padding: 2rem 0 4rem;
  position: relative;
  background: #F9F9F9;
  z-index: 1;
}
.items:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: 0;
  bottom: 0;
  background: left/contain no-repeat url("../img/i1.png");
}
.items .container {
  max-width: 920px;
}
.items .container .row {
  justify-content: space-between;
}
.items .container .item {
  display: flex;
  align-items: center;
}
.items .container .item .txt {
  padding-right: 25px;
  display: flex;
  flex-direction: column;
}
.items .container .item .txt span {
  color: #0D0B2B;
  font-size: 32px;
  font-weight: 900;
  direction: ltr;
  line-height: 1.2;
}

.sec-blog {
  position: relative;
  z-index: 8;
}
.sec-blog:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: 0;
  bottom: 100px;
  background: right/contain no-repeat url("../img/i2.png");
}
.sec-blog .title {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
}
.sec-blog .title em {
  border-radius: 99px;
  padding: 4px 12px;
  background: #D9D7F7;
  box-shadow: 0 9px 15px 0 rgba(7, 18, 35, 0.08);
}
.sec-blog .title h2 {
  margin: 20px 0 10px;
}
.sec-blog .child {
  display: flex;
  flex-wrap: wrap;
}
.sec-blog img {
  border-radius: 60px 60px 8px 60px;
  width: 100%;
}
.sec-blog h3 {
  margin: 20px 0 15px;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
}
.sec-blog p {
  color: #475467;
  font-size: 14px;
  line-height: 1.8;
}
.sec-blog .a {
  display: flex;
  align-items: center;
  color: #4337D8;
  font-weight: normal;
  margin: 10px auto 0 0;
}
.sec-blog .a i {
  margin-right: 10px;
}

footer {
  padding: 2rem 0 5rem;
  position: relative;
  background: var(--Primary-100, #D9D7F7);
  margin-top: 200px;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1750px) {
  footer {
    flex-direction: column;
  }
  footer .top-footer {
    margin: -241px auto 0;
  }
  footer .container {
    margin-top: 20px;
  }
}
footer .right-foo span {
  width: 100%;
  display: block;
  margin: 10px 0;
  color: rgba(13, 11, 43, 0.7);
  font-weight: normal;
  max-width: 295px;
}
footer .right-foo ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .right-foo ul a {
  padding: 10px;
  display: block;
  color: rgba(13, 11, 43, 0.7);
  font-size: 14px;
}
footer .left-foo {
  margin-right: auto;
}
footer .left-foo ul li {
  display: flex;
  align-items: center;
}
footer .left-foo ul i {
  margin-left: 5px;
  font-size: 20px;
  width: 24px;
  text-align: center;
}
footer .left-foo ul a {
  padding: 10px;
  display: flex;
  color: rgba(13, 11, 43, 0.7);
  font-weight: normal;
}
footer .copy-right {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4rem 1rem 0 5rem;
}
footer .copy-right ul {
  display: flex;
  align-items: center;
  margin-right: auto;
}
footer .copy-right ul a {
  margin: 0 10px;
  color: #4b4969;
  display: flex;
}
footer .copy-right ul a i {
  font-size: 20px;
}
footer .left-flower {
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .right-flower {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .right-flower2 {
  position: absolute;
  right: 0;
  top: -150px;
}
footer .wave-svg {
  position: absolute;
  top: -169px;
  left: 0;
  width: 100%;
  height: 169px;
  background: bottom no-repeat url("../img/footer-vector.png");
  background-size: 100%;
}
@media (min-width: 1920px) {
  footer .wave-svg {
    height: 300px;
    top: -300px;
  }
}
footer .container {
  padding: 0 4rem;
}
footer .top-footer {
  margin: -170px auto 30px;
  width: 100%;
  display: flex;
  height: 160px;
  align-items: center;
  padding: 2rem 5rem;
  border-radius: 50px 50px 8px 50px;
  background: linear-gradient(96deg, rgba(71, 58, 243, 0.8) 3.08%, rgba(97, 101, 215, 0.8) 104.13%);
  backdrop-filter: blur(10px);
  color: #fff;
}
.movement {
  animation: move2 5s ease-out 1s infinite;
}

@-webkit-keyframes move2 {
  0% {
    transform: translatex(0px) translateY(0px);
  }
  25% {
    transform: translatex(10px) translateY(10px);
  }
  50% {
    transform: translatex(15px) translateY(15px);
  }
  75% {
    transform: translatex(10px) translateY(10px);
  }
  100% {
    transform: translatex(0) translateY(0);
  }
}
.demo-section {
  position: fixed;
  border-radius: 0 60px 0 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(48px);
  width: 450px;
  left: -500px;
  top: 0;
  height: 100vh;
  overflow: auto;
  z-index: 11;
  padding: 3rem 2rem;
  scrollbar-width: thin;
  transition: all ease 0.4s;
}
.demo-section.show-demo {
  left: 0;
}
.demo-section i {
  font-size: 19px;
  margin-bottom: 40px;
  cursor: pointer;
}
.demo-section .title h3 {
  color: #473AF3;
  text-align: right;
  font-size: 23px;
}
.demo-section .title span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.demo-section .form label {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.demo-section .form label .input-select {
  display: flex;
  background: #fff;
  direction: ltr;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
}
.demo-section .form label .input-select select, .demo-section .form label .input-select input {
  border: none;
}
.demo-section .form label .input-select input {
  width: 100%;
}
.demo-section .form label span {
  color: #344054;
  font-weight: normal;
  display: block;
  margin-bottom: 3px;
}
.demo-section .form label select {
  cursor: pointer;
}
.demo-section .form label em {
  color: #475467;
  font-size: 12px;
  margin-top: 10px;
}
.demo-section .form label input, .demo-section .form label select {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  font-weight: 300;
}
.demo-section .form label input:focus, .demo-section .form label select:focus {
  border-color: #4337D8;
  outline: none;
}
.demo-section .btn-send {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #473AF3;
  background: #473AF3;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all ease 0.4s;
  margin-top: 3rem;
}
.demo-section .btn-send:hover {
  opacity: 0.7;
}

.dark-demo {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  top: 0;
  display: none;
}

.tab-pane > .nav-tabs {
  display: none;
}

@media (max-width: 767px) {
  .tab-pane > .nav-tabs {
    display: flex;
  }
  #myTabContent {
    direction: ltr;
  }
  #myTabContent .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
  }
  #myTabContent .owl-dots span {
    transition: all ease 0.4s;
  }
  #myTabContent .owl-dots .active span {
    width: 36px;
    background: #35A7FF;
    cursor: default;
  }
  #myTab, .sec1 .dots {
    display: none;
  }
  .banner-top .txt {
    padding: 0 10px;
  }
  .banner-top .txt span, .banner-top .txt em {
    font-size: 14px;
  }
  .banner-top .txt h1 {
    font-size: 24px;
  }
  .sec2 .row {
    direction: ltr;
  }
  .header {
    padding: 20px 15px;
  }
  .header .bar-menu {
    background: transparent;
    border: none;
    margin-left: 20px;
  }
  .header ul {
    position: fixed;
    top: 80px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    width: 100%;
    flex-direction: column;
    display: none;
  }
  .header ul li {
    width: 100%;
    display: block;
    color: #000;
  }
  .header ul li a {
    color: #111928;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
  }
  .header ul li a:hover {
    color: #4337D8;
  }
  .header ul li a i {
    margin-right: auto;
    transform: rotate(90deg);
  }
  .header ul li a.active {
    color: #4337D8;
  }
  .header ul li a.active i {
    transform: rotate(0);
  }
  .header .menu-drop {
    display: none;
    position: relative;
    top: auto;
    background: transparent;
    padding: 0;
  }
  .header .menu-drop.show-submenu {
    display: block;
  }
  .header .menu-drop.show-submenu h4 {
    display: none;
  }
  .header .menu-drop.show-submenu .item-menu {
    width: 100%;
    padding: 15px;
    margin: 5px 10px;
  }
  .header .menu-drop.show-submenu .item-menu .txt h5 {
    margin: 0;
    font-weight: 300;
  }
  .header .menu-drop.show-submenu .item-menu .txt span, .header .menu-drop.show-submenu .item-menu .txt a {
    display: none;
  }
  .demo-section {
    width: 100%;
    border-radius: 0;
    height: auto;
  }
  .banner {
    align-items: flex-start;
  }
  .banner .bg1 {
    position: static;
    top: 0;
    height: auto;
    width: 100%;
  }
  .banner .vector1, .banner .vector2 {
    display: none;
  }
  .banner .txt-banner {
    position: static;
    padding: 10px 0;
  }
  .banner .txt-banner .child-txt {
    max-width: 100%;
  }
  .banner .txt-banner .child-txt h1 {
    font-size: 36px;
  }
  .banner .txt-banner .child-txt h1:before {
    width: 109px;
    left: 89px;
    background-size: 100%;
  }
  .sec1 {
    margin: 2rem 0;
  }
  .sec1:before {
    display: none;
  }
  .sec1 .img3 {
    width: 50px;
  }
  .sec1 .title span {
    font-size: 14px;
    padding: 0 15px;
  }
  .sec1 .title h2 {
    font-size: 24px;
  }
  .sec1 .img1 {
    top: 0;
    width: 60px;
    left: -10px;
  }
  .sec1 .img2 {
    width: 60px;
    height: 98px;
  }
  .sec1 .tab-content {
    padding: 0 10px;
  }
  .sec1 .tab-section {
    padding: 0 15px;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .sec1 .tab-section .right-s {
    width: 100%;
    padding: 15px;
    order: 2;
  }
  .sec1 .tab-section .left-img {
    width: 100%;
    order: 1;
    position: static;
    height: auto;
  }
  .sec1 .tab-section .left-img img {
    width: auto;
    max-width: 100%;
    position: static;
  }
  .sec1 .nav-tabs {
    justify-content: center;
  }
  .sec2 {
    padding: 2rem 0;
  }
  .sec2:before {
    width: 1050px;
  }
  .sec2 .sec2-items {
    direction: ltr;
  }
  .sec2 .sec2-items .item {
    direction: rtl;
  }
  .items .svg-mask {
    display: none;
  }
  .items:before {
    display: none;
  }
  .items .container .item {
    padding: 10px 0;
    width: 100%;
    justify-content: center;
  }
  .sec-blog:before {
    display: none;
  }
  .sec-blog .blog-item {
    direction: ltr;
  }
  .sec-blog .blog-item .item {
    direction: rtl;
  }
  .sec-blog .blog-item .item .child {
    padding: 0 15px;
  }
  footer {
    padding: 8rem 10px 0;
  }
  footer .right-flower, footer .right-flower2, footer .wave-svg {
    display: none;
  }
  footer .container {
    padding: 0 5px;
  }
  footer .top-footer {
    padding: 5rem 15px;
    flex-wrap: wrap;
    height: auto;
    margin: -220px auto 30px;
    width: auto;
  }
  footer .top-footer .btn-demo {
    margin: 0 auto;
  }
  footer .top-footer h3 {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
  footer .right-foo {
    margin-bottom: 2rem;
  }
  footer .copy-right {
    padding: 10px;
    flex-wrap: wrap;
  }
  footer .copy-right ul {
    width: 100%;
    margin-bottom: 15px;
    order: 1;
  }
  footer .copy-right span {
    width: 100%;
    font-size: 14px;
    order: 2;
  }
  footer .left-foo ul a {
    font-size: 14px;
  }
  footer .left-flower {
    width: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
