@import url('../fonts/stylesheet.css');
html {
  scroll-behavior: smooth;
}
:root {
  --body-color: #565656;
  --orange: #FD762B;
  --blue: #342592;
  --black: #000000;
  --white: #ffffff;
  --size20: 20px;
  --size24: 24px;
  --size15: 15px;
}

body {
  font-family: 'Rational Display Book';
  font-size: var(--size20);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rational Display';
  font-weight: 700;
  line-height: 1.3;
}
h3.blue_subhead {
  font-size: 24px;
  font-weight: 500;
  color: var(--blue) !important;
  margin: 0px 0px 20px;
}
p {
  line-height: 1.5;
}
.size52 {
  font-size: 52px;
  line-height: 1.3;
}
.size70 {
  font-size: 70px;
}
.size65 {
  font-size: 65px;
}
.size60 {
  font-size: 60px;
}
.mt-30{
  margin-top: 30px;
}
.mt-20{
  margin-top: 20px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-20{
  margin-bottom: 20px;
}

.light p, .light li, .light span {
  color: var(--body-color)
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6  {
  color: var(--black)
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span  {
  color: var(--white)
}
section.light {
  background-color: #ffffff;
}
.dark {
  color: var(--white);
}

/* canvas {
  display: block;
  vertical-align: bottom;
} */

/* ---- tsparticles container ---- */
#vantajs {
  height: 100%;
  width: 100%;
  position: absolute !important;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
  opacity: 0.6;
}

#vantajs canvas.vanta-canvas {
  height: 100% !important;
      width: 100% !important;
  object-fit: cover !important;
}
#tsparticles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section {
  position: relative;
}

img {
  max-width: 100%;
}

a,
button {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;

}

a:hover,
button:hover {
  text-decoration: none;
  outline: none;

}

.cta {
  background-color: var(--orange);
  display: inline-block;
  padding: 16px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  line-height: 1.5;
  color: #ffffff;
}

.cta:hover {
  background-color: var(--blue);
  color: #ffffff;
}

.cta.cta-trans {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.cta.cta-trans:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}
.cta.cta-blue {
  background: #342592;
}

.cta.cta-blue:hover {
  background: #fd762b;
}







.bottom_button {
  text-align: right;
  margin-bottom: -30px;
  position: relative;
  z-index: 10;
}

header.site_header {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  padding: 22px 0px;
}

.menu_item>.menu_link:hover {
  color: var(--orange);
}

.banner_inner {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner_inner .container {
  width: 100%;
}

.languahe_col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
img.banner_top_right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 90%;
  width: 100%;
  z-index: -1;
}
.banner_content {
  width: 100%;
  max-width: 880px;
  display: flex;
  align-items: center;
  padding: 150px 0px 10px;

}

.banner_inner img.banner_laptop {
  position: absolute;
  right: 60px;
  top: 50%;
  width: 42%;
  z-index: -1;
  max-width: 900px;
  transform: translateY(-50%);
}

.banner_content .button_wrapper {
  MARGIN-TOP: 50px;
}

.banner_content .content {
  width: 100%;
}

h1 {
  font-size: 80px;
  line-height: 1.1;
  margin: 0px 0px 20px;
}

.banner_content .content p {
  font-size: var(--size24);
  font-weight: 400;
  width: 100%;
  max-width: 614px;
}

.banner img.banner_left_ec {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}

.banner img.banner_right_ec {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}

.banner_inner {
  position: relative;
  z-index: 10;
}

.banner_bottom_pattern {
  width: 100%;
  margin-top: auto;
  position: relative;
  bottom: -1px;
}

.banner_bottom_pattern .banner_pattern_bottom {
  width: 100%;
}

.banner_bottom_pattern img.pattern_svg_round {
  max-width: 100%;
  margin: 0px auto -7vw;
  display: block;
  width: 9vw;
  max-width: 100%;
  display: block;
  width: 9vw;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 36px;
}

.container_full {
  padding-left: 60px;
  padding-right: 60px;
}

.header_wrapper .row {
  align-items: center;
  justify-content: space-between;
}

.menu {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}

.menu_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  perspective: 1000px;
  z-index: 100;
}

.menu_item>.menu_link {
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

li.menu_item span.dropdown_toggle {
  margin-left: 7px;
}

.dropdown_menu .menu_link {
  color: #000000;
  font-size: 15px;
  padding: 6px 15px;
  display: inline-block;
  text-decoration: none;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown_menu-4 .dropdown_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}

@-moz-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.pt-120 {
  padding-top: 120px;
}

.p_120 {
  padding: 120px 0px;
}

footer {
  background-color: var(--black);
}

.footer-wrapper {
  background: linear-gradient(270deg, #FD762B 0%, #342592 100%);
  padding: 85px;
  border-radius: 60px;
}

.footer-links h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
}

.footer-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-wrapper ul li a {
  font-size: 19px;
  font-weight: 350;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.footer-links ul li {
  margin-top: 13px;
}
a.footer-cta {
  background: #342592;
  padding: 19px 30px;
  display: inline-block;
  border-radius: 150px;
  font-size: 16px !important;
  font-weight: 500 !IMPORTANT;
  line-height: 19.77px !important;
  text-align: center !important;
  margin-bottom: 20px;
}

a.footer-cta:hover {
  background-color: #000;
  transition: all 0.8s ease;
}

.footer-btn a {
  line-height: 1.5 !important;
}

.last-col {
  padding-left: 90px;
}

.social-media h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
}

.social-icon i {
  color: #fff;
}

.social-icon ul li a {
  line-height: 0;
}

.social-icon ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.row.social-media {
  padding-top: 100px;
  align-items: center;
}
.footer-txt {
  text-align: center;
}

.footer-txt p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.footer-d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

.contact-footer {
  padding: 90px 0px;
  border-bottom: 1px solid #FFFFFF1C;
}

.contact-footer h3 {
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
  color: #fff;
}

.contact-mail label {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.96px;
  margin-bottom: 15px;
}

.contact-mail .form-group {
  width: 100%;
  background: transparent;
  outline: none;
  border: 1px solid #FFFFFF3D;
  padding: 30px;
  height: 100%;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 350;
  line-height: 19.47px;
  color: #fff;
  margin: 0;
  align-items: center;
}

.contact-mail input {
  width: 100%;
  background: transparent;
  outline: none;
  height: 100%;
  font-size: 15px;
  font-weight: 350;
  line-height: 19.47px;
  color: #fff;
  border: 0px;
}

.contact-mail input::placeholder {
  color: #565656;
}

.contact-mail button.search-submit {
  background: transparent;
  border: 0;
  outline: none;
}

.contact-mail button.search-submit i {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.contact-footer .row {
  align-items: center;
}

.bottom-footer {
  padding: 90px 0px;
}

.bottom-footer p {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #565656;
  margin: 0;
}

.bottom-footer a {
  color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}
.custom_faq .card {
  margin-top: 30px;
}
.faq_sec .accordion-title {
  position: relative;
  display: block;
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  transition: all 0.4s ease-in-out;
  border: 1px solid #E9E9E9 !important;
  font-size: 28px;
  font-weight: 400;
  line-height: 36.34px;
  color: #202125;
  text-align: left;
  background-color: #fff !important;
  white-space: normal;
  padding-right: 58px;
}

.faq_sec .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(rgba(33, 55, 68, 0.8), #213744);
  text-align: center;
  border-right: 1px solid transparent;
}


.faq_sec [aria-expanded=true] {

}

.faq_sec [aria-expanded=true] i {

}

.faq_sec .accordion-body {
  padding: 20px;
}

.color-change {
  background: linear-gradient(90deg, #342592 30.06%, #FD762B 74.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-content p {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #202125;
}

.custom_faq {
  padding-top: 78px;
  max-width: 1246px;
  margin: auto;
}

.custom_faq button.btn.btn-link.accordion-title {
  position: relative;
}

.custom_faq button.btn.btn-link.accordion-title:after {
  content: '';
  position: absolute;
  background-image: url(../images/arrow.png);
  width: 26px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;

}

.custom_faq button.btn.btn-link.accordion-title.border-0.collapsed:after {
  rotate: inherit;
  filter: inherit;
}

.custom_faq button.btn.btn-link.accordion-title.border-0:after {
  rotate: -90deg;
}

.clients_wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.our_client_head {
  max-width: 700px;
}

.our_client_txt {
  max-width: 471px;
  margin-left: auto;
}

.client_profile {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}

.client_data p {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: #fff;
}


.clients_slider .slick-slide {
  margin: 0px 50px;
}

.slider_sec .slick-slide.slick-active.slick-center {
  opacity: 1;
}

.slider_sec .slick-slide {
  opacity: 0.2;
}

.client-img {
  display: flex;
  align-items: center;
  gap: 20px;
}

.client-img img {
  min-width: 70px;
}

.name_data p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 29.7px;
  margin: 0px;
}

.name_data span {
  font-size: 15px;
  font-weight: 500;
  line-height: 20.25px;
  text-align: left;
  color: #fff;
}

.clients_slider .slick-dots li button:before {
  opacity: 1;
  color: #FFFFFF38;
  font-size: 18px;
}

.clients_slider {
  padding-bottom: 100px;
}

.clients_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  font-size: 18px;
}

.store_wrapp {
  display: flex;
  justify-content: end;
  align-items: end;
}

section.slider_sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.our_client_head h2 {
  color: #fff;
}

.faq_head h2 {
  color: #000;
}

.our_client_txt p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin: 0;
}

.slider_sec .slick-list.draggable {
  padding: 0px 20% !important;
  overflow: visible;
}

.slider_sec {
  overflow: hidden;
}

section.faq_sec {
  background-color: #fff;
}

.marketing_content p {
  color: #342592;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 28px;
}

.marketing_content h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  color: #000;
}

div#heading-245 {
  margin: 0;
}

.marketing_btn {
  text-align: center;
  margin-top: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.marketing_wrapper.p_120 {
  padding-bottom: 0;
}

.pattern_svg_round {
  /* animation: animName 3s linear infinite; */
  margin: 20px;
}
.pattern_svg_round {
  transition: transform 0.1s ease-out;
  will-change: transform;
}
#chartdiv {
  width: 100%;
  height: 500px;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

section.ticker_section {
  background-color: #ffffff;
}

body {
  margin: 0;
}

.ticker-wrap {
  width: 100%;
  white-space: nowrap;
}
.ticker {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 40s linear infinite;
}


.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 40s linear infinite;
}

.item {
  display: inline-block;
  padding: 0 1rem;
  font-size: 2rem;
  color: black;
  font-weight: 800;
  font-family: sans-serif;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes swap {
  0%,
  50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}

.ticker_outer {
  overflow: hidden;
  position: relative;
}
.ticker_outer:before {
  content: "";
  height: 100%;
  width: 263px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.ticker_outer:after {
  content: "";
  height: 100%;
  width: 263px;
  position: absolute;
  left: auto;
  right:0px;
  top: 0px;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.ticker_section .section_head {
  width: 60%;
  max-width: 930px;
  margin: 0px auto -40px;
}
.plateform_section .section_head {
  width: 80%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.round25 {
  border-radius: 25px;
}

.blue_box_inner {
  background-color: var(--blue);
  padding: 35px 40px;
}

.round30 {
  border-radius: 30px;
}

.blue_box_text {}

.blue_box_text h4 , .blue_box_text p {
  color: #ffffff;
}

.target_grid h4 {
  font-size: 28px;
  font-weight: 600;
  margin: 0px 0px 10px;
}

.target_grid p {
  font-size: 15px;
  margin: 0px;
}

.blue_box_text .target_grid_image {
  margin-top: 25px;
}

.icon_box {
  box-shadow: 0px 54px 74px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  width: 100%;
}

.icon_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.icon_box p {
  width: 100%;
  max-width: 330px;
}
.icon_box img.bicon_img {
  display: block;
  margin: 0px 0px 18px;
}
.plateform_section .section_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 89%;
}
section.light {
  margin-top: -1px;
}
.why_matrix_box {
  background-image: url(../images/why_bg.png);
  border-radius: 55px;
  padding: 120px 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.why_matrix_box h3.blue_subhead {
  color: #ffffff !important;
}
.why_matrix_box .text_col {
  padding-right: 100px;
}
.why_matrix_box p {
  width: 100%;
  max-width: 626px;
}
.logo_slider_wrap {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #EBEDF5;
  padding-bottom: 60px;
}

.logo_slider_wrap .logo_head_col {
  width: 400px;
  min-width: 400px;
  border-right: 1px solid #EBEDF5;
  padding-right: 15px;
}

.logo_slider_wrap .logo_wrap {
  width: calc(100% - 400px);
}
.logo_head_col h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
}
.logo_wrap {
  display: flex;
}
.logo_slider {
  width: 100%;
  display: flex;
  gap: 20px;
}
.logo_slider .slick-track {
  display: flex;
  align-items: center;
  gap: 90px;
}
.log_slider_section {
  margin-left: auto;
  margin-right: auto;

}

.advertising_wrap {
  background-color: rgba(253, 118, 43, 0.05);
  padding: 80px 60px 0px;
  height: 670px;
  width: 90%;
  max-width: 654px;
  overflow: hidden;
}
.advertise_inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.left_right_grid .text_col_right {
  padding-left: 25px;
}
.left_right_grid {
  align-items: center;
}
.left_right_grid .text_col .para_block {
  width: 100%;
  max-width: 583px;
}
.advertise_inner img.advertise_image {
  width: 100%;
  border-radius: 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.advertise_inner img.show {
  transform: translateY(0);
  opacity: 1;
}

.advertise_inner img.fade-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.animated_serach_wrap {
  display: flex;
  gap: 18px;
  width: 100%;
  max-width: 527px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin-left: -100px;
}

.animated_serach_wrap .sercah_text_box {
  width: calc(100% - 69px);
  box-shadow: 8px 17px 34px 0px rgba(52, 37, 146, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;padding: 20px;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}
.animated_serach_wrap .serach_button_box {
  min-width: 66px;
  width: 69px;
}

.animated_serach_wrap .serach_button_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


@keyframes searchtyping {
  from {
    width: 0;
  }
  to {
    width: 130px;
  }
}

@keyframes serchblink {
  50% {
    border-color: transparent;
  }
}


.animate_serch_text {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  border-right: 1px solid;
  animation: searchtyping 2s steps(20) infinite alternate, serchblink 0.75s step-end infinite;
}


/*----- images animation -----*/
/* section Ad-campaigns */
.ad-tabination {
  max-width: 1260px;
  margin: auto;
}
.ad-tabination .nav-link {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 25.96px;
  padding: 28px 20px;
  text-align: left;
  position: relative;
  border-radius: 15px;
  width: 400px;
  border: 1px solid #EBEDF5;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.nav-link::after {
    position: absolute;
    content: "\f061";
    height: 15px;
    width: 15px;
    color: white;
    font-family: fontAwesome;
    right: 28px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  background-image: linear-gradient(270deg, #342592 0%, #fd762b 100%);
}
.tab-box-shadow{
    box-shadow: 0px 34px 44px 0px #3425921A;
    padding: 18px 20px;
    border-radius: 15px;
}
.tab-content-wrp h5{
    font-size: 39px;
    font-weight: 600;
    line-height: 51px;
}
div#v-pills-tabContent {
    padding-left: 90px;
}
.tab-content-wrp p {
    padding-bottom: 80px;
    color: #565656;
    font-weight: 350;
}
.camp-hd {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 50px;
}

section.dark {
  background-color: #000000f5;
}
.dark .blue_subhead {
  color: #ffffff !important;
}
.campaign_assistant_section .section_head {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.campaign_assistant_section {
  background-image: url(../images/campgn_bg.png), url(../images/csutomerbg.png);
  background-position: top, left bottom;
  background-size: contain, contain;
  background-repeat: no-repeat;
}
/*---- ai box css -----*/
.inovate_box {
  background-color: var(--orange);
}
.elevate_box {
  background-color: #191C1F;
}
.ai_box {
  padding: 113px 30px 0px 93px;
  border-radius: 67px;
  height: 100%;
}
.ai_box .box_inner h4 {
  font-size: 36px;
  font-weight: 600;
  margin: 0px 0px 10px;
  width: 100%;
  max-width: 530px;
}
.ai_social_animate {
  margin-top: 40px;
}


/*-----new ----*/
.inovate_social {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:5px;
  max-width: 585px;
  margin-left: auto;
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
}
.inovate_social_image {
  display: block;
  width: 100%;
  opacity: 40%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.5s ease;
  border-radius: 25px;
}

.inovate_social_image.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 100%;
  box-shadow: 0px 44px 34px 0px rgba(0, 0, 0, 0.15);
}
.ai_box.inovate_box {
  padding-right: 0px;
}


/*----- new ------*/

.ai_box  .box_head {
  width: 90%;
  max-width: 500px;
}

.ai_box .box_head h5 {
  color: var(--orange);
  font-weight: 400;
  font-size: 24px;
}

.ai_box.elevate_box {
  padding-right: 10px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
}

.ai_box.inovate_box {
  width: 100%;
  max-width: 800px;
}

.campaign_bar_wrap {
  background-color: rgba(253, 118, 43, 0.24);
  padding: 11px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  margin-top: 38px;
  width: 90%;
    max-width: 591px;
    margin-left: auto;
    margin-bottom: -56px;
    position: relative;
    z-index: 1;
}

.campaign_bar_wrap .target_icon {
  width: 96px;
  min-width: 96px;
  line-height: 0;
}

.campaign_bar_wrap .campaign_bar_box {
  width: calc(100% - 96px);
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bar_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.ai_box .box_inner .bar_head h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
}

.cmp_progress_bar {
  width: 100%;
  height: 16px;
  border-radius: 50px;
  background-color: #ffffff;
  overflow: hidden; /* Hide overflow for smooth animation */
}
.cmp_progress_bar .cmp_progress_thumb {
  height: 100%;
  background-color: var(--orange);
  border-radius: 50px;
  width: 0%; /* Start from 0% */
}
.cmp_goal_chat_wrap {
  width: 100%;
  max-width: 512px;
  background-color: #ffffff;
  padding: 73px 50px 50px;
  border-radius: 67px;
  margin-bottom: 11px;
  display: inline-block;
}
.chat_row .cart_labels {
  width: 40%;
  padding-left: 40px;
}
.cart_labels .camp_value h5 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0px 0px;
}
.cart_labels .camp_value p {
  font-size: 16px;
  color: var(--body-color);
  margin: 0px;
}
.chat_row {
  display: flex;
  align-items: center;
}
.chat_row .pie_chart {
  width: 60%;
}

.label_grid {
  display: flex;
  gap: 6px;
  align-items: center;
}
.label_grid .label_name p {
  color: var(--body-color);
  margin: 0px;
  font-size: 14px;
  line-height: 16px;
}

.label_color {
  width: 32px;
  min-width: 32px;
  height: 11px;
  background-color: #000000;
  border-radius: 50px;
}

.label_wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 24px;
}

.label_color.Platform1 {
  background-color: var(--blue);
}

.label_color.Platform3 {
  background-color: var(--orange);
}

.label_color.Platform2 {
  background-color: #FFD700;
}
section.banner.dark {
  background-color: var(--blue);
}

.Ad_Campaign_block {
  overflow: hidden;
  padding: 70px 0px;
}
.ad_smp_slide {
  width: 100%;
  padding: 0px 70px;
}
.ad_cmp_box {
  background-color: #191C1F;
  padding: 100px;
  border-radius: 67px;
  min-width: 1300px;
  height: 100%;
}

.ad_cmp_head {
  margin: 0px 0px 20px;
}

.ad_cmp_head h4 {
  font-size: 36px;
  font-weight: 600;
  margin: 0px 0px 40px;
}

.ad_cmp_head h5 {
  margin: 0px 0px 10px;
  color: var(--orange);
  font-size: 24px;
  font-weight: 500;
}
.ad_cmp_head h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
}
.left_text img.star_icon {
  width: 70px;
  margin: 00px 0px 60px;
}
.ad_cmp_head.flex_head {
  display: flex;
  justify-content: space-between;
}
.ad_cmp_head.flex_head .left_text {
  max-width: 40%;
}

.ad_cmp_head.flex_head .graph_box {
  width: 60%;
  text-align: right;
}
.ad_cmp_head {
  width: 100%;
}
.ad_cmp_box_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ad_cmp_head.flex_head .graph_box img {
  width: 100%;
  max-width: 380px;
}
.ad_cmp_footer {
  width: 100%;
  margin-top: auto;
}
.ad_cmp_slide_wrap {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

/*---- cards css----*/
section.ticker_section {
  background-image: url(../images/animated_bg_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.in_customer_sec {
  background-color: rgba(25, 28, 31, 1);
  padding: 85px;
  border-radius: 67px;
}
.inner_tailored_box h2 {
  font-weight: 500;
  margin: 0px 0px 30px;
}
.inner_tailored_box .tailored_para {
  width: 100%;
  max-width: 598px;
}
.inner_tailored_box .tailored_btn {
  margin-top: 62px;
}

.inner_tailored_box .tailored_btn .cust_btn {
  color: var(--orange) !important;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.tailored_img_sec {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* Aligns the card-container vertically */
  justify-content: center; /* Centers the card-container horizontally */
  margin-top: 90px;
}

.card-container {
  position: relative;
  width: 100%;
  max-width: 578px; /* Same as max-width of .cards */
  height: 100%;
}

.cards {
  background-color: #fff;
  color: #000;
  padding: 60px 70px;
  border-radius: 40px;
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Opacity transition */
  width: 100%;
  max-width: 578px;
  opacity: 1; /* Default opacity */
}
.cards .avatar {
  width: 128px;
  min-width: 128px;
}
.cards .info {
  width: calc(100% - 120px);
  padding-left: 25px;
}
.cards.active {
  /* Add any styles you want for the active card */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.cards:nth-child(1) {
  z-index: 4;
  transform: translate(-50%, 0%) scale(1);
  opacity: 1; /* Fully visible */
}
.cards:nth-child(2) {
  z-index: 3;
  transform: translate(-50%, -25%) scale(0.9);
  opacity: 0.75; /* Slightly faded */
}
.cards:nth-child(3) {
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0.5; /* More faded */
}
.cards:nth-child(4) {
  z-index: 1;
  transform: translate(-50%, -75%) scale(0.7);
  opacity: 0.25; /* Most faded */
}

.cards .info{
  opacity: 0;
}
.cards.active .info{
  opacity: 1;
}

.h_info {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.info .para {
  font-size: 24px;
  font-weight: 600;
}

.inner_tailored_box {
  width: 100%;
  max-width: 720px;
}

button.header_toggle {
  padding: 0px;
  border: 0px;
  background-color: transparent;
  display: none;
}

button.header_toggle span.bar {
  height: 2px;
  width: 35px;
  background-color: #ffffff;
  display: block;
  margin: 6px 0px;
  border-radius: 20px;
}
.target_grid {
  gap: 30px 0px;
}
.graph_tabs {
  background-color: rgba(52, 37, 146, 0.05);
  border-radius: 25px;
  padding: 0px 40px 40px;
}

.graph_tab_nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 10px;
}

.graph_tab_nav li a {
  border: 1px solid rgba(253, 118, 43, 0.11);
  background-color: #ffff;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 21px;
  color: #000000;
  transition: all 0.3s linear;
  display: inline-block;
}
.graph_tab_nav {
  transform: translateY(-50%);
}

.graph_tab_nav li.active a {
  background-color: var(--orange);
  color: #ffffff;
  box-shadow: -20px 16px 34px 0px rgba(52, 37, 146, 0.02);
}
.graph_main_wrap h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0px;
}

.graph_wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
}
.graph_wrapper h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px 10px;
}
.graph_main_wrap:not(:last-child) {
  margin-bottom: 30px;
}

.logo_slider_wrap .logo_wrap {
    display: block;

}

/*----- rtl style  start ------*/

html[dir="rtl"] body {
    text-align: right;
    font-family: "Tajawal", system-ui;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6{
      font-family: "Tajawal", system-ui;
}

html[dir="rtl"] .bottom_button{
text-align: left;
}
html[dir="rtl"] .logo_slider_wrap .logo_head_col {
    border-left: 1px solid #EBEDF5;
    padding-left: 15px;
    border-right: 0px;
    padding-right: 0px;
}
html[dir="rtl"] div#v-pills-tabContent {
    padding-left: 0px;
    padding-right: 90px;
}
html[dir="rtl"] .ad-tabination .nav-link::after {
    right: auto;
    left: 28px;
    content: "\f060";
}
html[dir="rtl"] .ad-tabination .nav-link {
    text-align: right;
}
html[dir="rtl"] .ai_box {
    padding: 113px 93px 0px 30px;
}
html[dir="rtl"] .ai_box.inovate_box {
    padding-left: 0px;
}
html[dir="rtl"] .inovate_social {
    margin-left: 0px;
    margin-right: auto;
    -webkit-transform: translateX(-17px);
    transform: translateX(-17px);
}
html[dir="rtl"] .chat_row .cart_labels {
    padding-left: 0px;
    padding-right: 40px;
}
html[dir="rtl"] .campaign_bar_wrap .campaign_bar_box {
    padding-left: 0px;
    padding-right: 18px;
}
html[dir="rtl"] .info {
    padding-left: 0px;
    padding-right: 25px;
    text-align: right;
}
html[dir="rtl"] .faq_sec .accordion-title {
    padding-right: 40px;
    padding-left: 67px;
    text-align: right;
    font-weight: 700;
}
html[dir="rtl"] .faq_sec .accordion-title::after {
    right: auto;
    left: 0px;
}
html[dir="rtl"] .custom_faq button.btn.btn-link.accordion-title:after {
    right: auto;
    left: 20px;
    transform: rotate(260deg);
}
html[dir="rtl"] .custom_faq button.btn.btn-link.accordion-title.border-0.collapsed:after {
    transform: rotate(90deg);
}
html[dir="rtl"]  .contact-mail .form-group p {
    margin: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    text-align: right;
}
html[dir="rtl"] .contact-mail .form-group p input {
    text-align: right;
}
html[dir="rtl"] .contact-mail button.search-submit i::before {
    content: "\f060";
}
html[dir="rtl"] .ad_cmp_head.flex_head .graph_box {
    text-align: left;
}
html[dir="rtl"] .cmp_goal_chat_wrap {
    margin-right: auto;
    margin-left: 0px;
}
html[dir="rtl"] .ai_campaign_animate {
    text-align: left;
}
html[dir="rtl"] .ai_campaign_animate * {
    text-align: right;
}

html[dir="rtl"] .ticker{
  animation: marqueereverse 40s linear infinite;
      display: flex;
    justify-content: flex-end;
}
html[dir="rtl"] .item-collection-2{
      position: relative;
    right: 0%;
animation: swapreverse 40s linear infinite;
}
html[dir="rtl"] .item-collection-1{
animation: none;
position: static;
}

@keyframes marqueereverse {
  0% {
    
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes swapreverse {
  0%,
  50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}


/* ================================================ */

#chartdiv {
  width: 100%;
  height: 500px;
  text-align: right !IMPORTANT;
  display: flex;
  justify-content: end;
  align-items: center;
}
canvas {
  max-width: 100%;
}
.my_chart {
  margin-top: 30px;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  border-radius: 10px;
}

.my_chart p {
  font-family: Rational Display;
  font-size: 15px;
  font-weight: 500;
  line-height: 19.47px;
  text-align: left;
  color: #000;
}

/* Pricing */
.pricing-title {
    margin: 100px 20px 20px 20px;
    text-align: left;
}

/* Toggle Button */
.center-item {
    display: flex;
    justify-content: center;
}

.toggle-container {
    background-color: #1e1e1e;
    display: inline-flex;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.toggle-btn {
    padding: 10px 20px;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
    color: white;
    border-radius: 20px;
}

    .toggle-btn.active {
        background-color: #6a00ff;
    }

/* Pricing Plans */
.pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.pricing-card {
    background: white;
    color: black;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

    .pricing-card p {
        font-size: 16px
    }

.price {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.register-btn {
    background-color: #ff5722;
    color: white;
    border: none;
    width: 100%;
    height: 48px;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
}

    .register-btn:hover {
        background-color: #ff7f50;
    }

.features {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 16px;
}

    .features li {
        margin: 10px 0;
    }

/* Dialog */

/* Modal Overlay */
.pricing-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal Box */
.modal-content {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    width: 700px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Title & Subtitle */
.modal-title {
    color: #4373C6 !important;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal-subtitle {
    font-size: 16px;
    color: #333;
    background: #fdf3f0;
    padding: 10px;
    border-radius: 10px;
}

/* Budget Slider */
.budget-section {
    margin: 20px 0;
    text-align: left;
}

.label {
    background: #4E1AC7;
    color: white !important;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
    margin-bottom: 50px !important;
}

.budget-slider {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

    .budget-slider .selected {
        color: #ff5722;
        font-weight: bold;
    }

/* Estimated Views */
.estimation {
    font-size: 16px;
    background: #fdf3f0;
    padding: 10px;
    border-radius: 10px;
}

.highlight {
    color: #0056b3;
    font-weight: bold;
}

    .highlight.orange {
        color: #ff5722;
    }

/* Info Section */
.info-section {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.info-title {
    padding: 0 5px;
    font-weight: bold;
    font-size: 16px;
}

.info-section ul {
    list-style-type: none;
    padding: 0;
}

.info-section li {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

    .info-section li::before {
        content: "�";
        color: #ff5722;
        font-size: 18px;
        margin-right: 5px;
    }

/* Close Button */
.close-modal {
    width: 100%;
    background: #ff5722;
    border: none;
    padding: 10px;
    color: white;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
}

    .close-modal:hover {
        background: #ff7f50;
    }

.pricing-dialog {
    background: none;
    border: none;
    border-bottom: #0056b3 2px solid;
    color: #0056b3;
    font-size: 16px;
    cursor: pointer;
}

/* Pricing Progress Bar */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #fdebe5;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
    position: relative;
}

    /* Slider Thumb (Handle) */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 25px;
        height: 8px;
        background: #ff6d3a;
        border-radius: 50px;
    }

    input[type="range"]::-moz-range-thumb {
        width: 20px;
        height: 8px;
        background: #ff6d3a;
        border-radius: 50px;
    }


/*  Responsive style */

@media (max-width: 768px) {
    .pricing-modal {
        overflow-y: auto;
    }

    .modal-content {
        width: 90%;
        padding: 20px;
    }

    .modal-title {
        font-size: 20px;
    }

    .modal-subtitle {
        font-size: 15px;
    }

    .info-section {
        font-size: 13px;
    }

    .info-title {
        font-size: 15px;
    }

    .close-modal {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 95%;
        padding: 15px;
        border-radius: 15px;
    }

    .modal-title {
        font-size: 18px;
    }

    .modal-subtitle {
        font-size: 14px;
        padding: 8px;
    }

    .label {
        font-size: 12px;
    }

    .estimation {
        font-size: 14px;
    }

    .info-title {
        font-size: 14px;
    }

    .budget-slider {
        font-size: 13px;
    }
}