@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
:root {
  --light-purple: #f6f4ff;
  --purple: #391e6c;
  --bg-purple: #391e6c;
  --dark-purple: #32236f;
  --body-text-purple: #3e3f66;
  --text-white: #ffffff;
  --bg-white: #ffffff;
  --bg-gray:#faf8ff;
  --slider-dots-color: #d4d2dd;
  --light-bg: #dfdaf3;
  --bg-orange-gradiunt: #FF7133;
  --bg-hover-gradiunt: #FF7133;
  --orange: #0e8cf9;
  --main_purple: #6a49f2;
  --bg-purple-gradiunt: linear-gradient(313deg, #7f23e9 0%, #3f169a 100%);
  --bg-verde-gradiunt: linear-gradient(313deg, #28a745 0%, #20c997 100%);
  --dark-blue: #060A3D;
  --darker-purple:#583bd3;
}
    .responsive-iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; 
        height: 0;
    }
    .responsive-iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-youtube-responsive {
      position: relative;
      padding-bottom: 56.25%; /* Relación de aspecto 16:9 (altura/ancho * 100) */
      height: 0;
      overflow: hidden;
      z-index: 1;
    }
    
    .video-youtube-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  background-color: #fff;
  word-break: break-word;
  scroll-behavior: smooth;
}

/* code de formulario y mas */
.titulo-banner {
  color: #fff; /* Color de texto blanco para que sea legible */
  font-size: 2.5rem; /* Tamaño de fuente grande para el título principal */
  font-weight: 700; /* Texto en negritas */

}

.titulo-banner-formulario {
  color: #fff; /* Color de texto blanco para que sea legible */
  font-size: 16px; /* Tamaño de fuente grande para el título principal */
  font-weight: 900; /* Texto en negritas */

}
.subtitulo-banner {
  color: #fff; /* Color de texto blanco */
  font-size: 12px; /* Tamaño de fuente más pequeño para el subtítulo */
  margin-bottom: 1rem; /* Espacio debajo del subtítulo */
}

.moving_animation {
    animation: moving_object 6s infinite linear;
}
/* fin del codigo*/
.inner_page {
	background-color: #fff;
}
body.hide_scroll {
  overflow: hidden;
}
.page_wrapper {
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: var(--body-text-purple);
}
a:hover {
  text-decoration: none;
  color: var(--body-text-purple);
}
ul,
li {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

button:focus,
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Form styles from style01.css */
.banner_section .banner_text {
  color: var(--text-white);
  text-align: left;
  padding: 69px 0px 0 150px;
}

.banner_section .banner_text .ban_inner_text h1 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 0px;
}

.banner_section .banner_text .ban_inner_text p {
  margin: 20px 0;
}

.banner_section .banner_text .ban_inner_text span:not(h1 span) {
  font-size: 20px;
  font-weight: 700;
}

.banner_section .banner_text form .form-group {
  position: relative;
  height: 50px;
  width: 424px;
  /*margin: 0 auto;*/
}

.banner_section .banner_text form .form-control {
  height: 100%;
  width: 100%;
  border-radius: 100px;
  margin: 7px 0px 4px;
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  color: #8f91bf;
}

.banner_section .banner_text form .fieldnombre {
  background-image: url(../images/new/user.png);
}

.banner_section .banner_text form .fieldcodigodepais {
  background-image: url(../images/new/hash.png);
}

.banner_section .banner_text form .fieldwhatsapp {
  background-image: url(../images/new/whats.png);
}

.banner_section .banner_text form .fieldgiro {
  background-image: url(../images/new/shop.png);
}

.banner_section .banner_text form .fieldpais {
  background-image: url(../images/new/location01.png);
}

.banner_section .banner_text form .fieldemail {
  background-image: url(../images/new/email.png);
}

.banner_section .banner_text form .fieldpass {
  background-image: url(../images/new/pass.png);
}

.banner_section .banner_text form .form-control::placeholder {
  color: #8f91bf;
}

.banner_section .banner_text form .form-group button {
  position: absolute;
  right: 2px;
  top: 10px;
  padding: 9px 30px;
}

.banner_section .banner_text .play-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
  margin-top: 35px;
}

.banner_section .banner_text .play_btn {
  position: relative;
}

.banner_section .banner_text .play-button span {
  color: var(--orange);
  font-weight: 700;
  margin-left: 30px;
  font-size: 13px;
}

.banner_section .banner_text .play-button span:first-child {
  margin-left: 0;
}

.banner_section .banner_text .play-button .play_btn img {
  width: 40px;
  position: relative;
  z-index: 1000;
}

.banner_section .banner_image {
  position: relative;
  margin-top: 65px;
  z-index: 1;
  
}

.banner_section .banner_images {
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 920px;
}

.banner_section .banner_images > img {
  border: 14px solid rgb(255 255 255 / 30%);
  border-radius: 33px;
  box-shadow: 0 0 14px 2px #0000001c;
}

.banner_section .banner_images .sub_images img {
  position: absolute;
  box-shadow: 0 0 14px 2px #0000001c;
  border-radius: 20px;
  z-index: 0;
}

.banner_section .banner_images .sub_images img:nth-child(1) {
  top: -10px;
  right: 85px;
  animation-delay: 1s;
  z-index: 0;
}

.banner_section .banner_images .sub_images img:nth-child(2) {
  top: -65px;
  left: 30px;
  animation-delay: 1.5s;
  z-index: 0;
}

.banner_section .banner_images .sub_images img:nth-child(3) {
  bottom: 1px;
  right: 390px;
  animation-delay: 4s;
  z-index: 2;
}

.banner_shapes .container {
  position: relative;
}

.banner_shapes span {
  position: absolute;
}

.banner_shapes span:first-child {
  top: 197px;
  right: 45px;
  animation: moving_waves 12s infinite linear;
}

.banner_shapes span:nth-child(2) {
  top: 435px;
  left: -75px;
  animation: moving_object 4s linear infinite;
}

.banner_shapes span:nth-child(3) {
  top: 350px;
  right: -145px;
  animation: mymove 3s infinite;
}

@keyframes mymove {
  50% {transform: rotate(180deg);}
  100% {transform: rotate(360deg);} /*<- Esta parte fue añadida */
}

.row_am.unique_section {
  padding-top: 0px;
}

.section_title {
  text-align: center;
}

#logono {
            display: block;
            margin: 0 auto; /* Centrar el logo horizontalmente */
            max-width: 100%; /* Asegurarse de que el logo no exceda el ancho del contenedor */
        }

 @media (min-width: 1025px) {
            #logono {
                width: 100%; /* Logo grande al 100% del ancho del contenedor */
            }
        }

        /* Estilo específico para el logo pequeño */
        @media (max-width: 1024px) {
            #logono {
                width: 100%; /* Logo pequeño al 25% del ancho del contenedor */
            }
        }

.btngiro {
    border: 2px solid #007bff;
    background-color: #ffffff;
    color: #06294a;
    border-radius: 25px;
    font-weight: 700;
    padding: 6px 15px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 220px;
    height: 43px;
    margin-bottom: 5px;
    margin-right: 70px;
}

.btngiro:hover {
    background-color: #06294a;
    color: #ffffff;
}

.btny {
    border: 2px solid #c4302b;
    background-color: #ffffff;
    color: #c4302b;
    border-radius: 25px;
    font-weight: 700;
    padding: 6px 15px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 220px;
    height: 43px;
    margin-bottom: 5px;
    margin-right: 70px;
}

.btny:hover {
    background-color: #c4302b;
    color: #ffffff;
}

.btnlarge {
    border: 2px solid #007bff;
    background-color: #ffffff;
    color: #06294a;
    border-radius: 25px;
    font-weight: 700;
    padding: 6px 15px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 510px;
    height: 43px;
    margin-bottom: 5px;
    margin-right: 70px;
}

.btnlarge:hover {
    background-color: #06294a;
    color: #ffffff;
}

  .verVideoBtn {
    border: 2px solid #04a657;
    background-color: #ffffff;
    color: #04a657;
    border-radius: 25px;
    font-weight: 700;
    padding: 6px 15px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 220px;
    height: 43px;
    margin-bottom: 5px;
    margin-right: 70px;
}

.verVideoBtn:hover {
    background-color: #04a657;
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .btngiro,
    .verVideoBtn,
    .btnlarge {
        /* Ajusta los estilos para dispositivos móviles aquí */
        width: 160px;
    height: 40px; /* Por ejemplo, el botón ocupará todo el ancho */
        margin-right: 0; /* No se aplica margen derecho */
        font-size: 14px; /* Tamaño de fuente más pequeño */
        padding: 6px 10px; /* Ajuste del relleno */
        line-height: 1.2; /* Espaciado entre líneas */
    }
}

.section_title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #06294a;
  margin-bottom: 10px;
}
.section_title h2 span {
  color: #0e8cf9;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  color: #06294a;
  margin-bottom: 20px;
}
.row_am {
  padding: 40px 0;
}
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
.owl-carousel .owl-dots button {
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--slider-dots-color);
  border-radius: 15px;
  margin: 0 5px;
}
.owl-carousel .owl-dots button.active {
  background-color: var(--main_purple);
}
.btn_main {
  color: var(--text-white);
  background-image: var(--bg-orange-gradiunt);
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 25px;
  position: relative;
  font-weight: 700;
  transition: 0.4s all;
}
.btn_main2 {
  color: var(--text-white);
  background-image: var(--bg-verde-gradiunt);
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 25px;
  position: relative;
  font-weight: 700;
  transition: 0.4s all;
}
.btn_main:hover {
  color: var(--text-white);
  opacity: 0.9;
}
.btn_main i {
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 20px;
  margin-left: 4px;
  position: relative;
  top: 1px;
  transition: 0.4s all;
}
.btn_main:hover i {
  transform: rotate(0);
}
.text_btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--main_purple);
}
.text_btn i {
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 20px;
  margin-left: 4px;
  position: relative;
  top: 2px;
  transition: 0.4s all;
}
.text_btn:hover {
  color: var(--purple);
}
.text_btn:hover i {
  transform: rotate(0);
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circle-border {
  width: 150px;
  height: 150px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background: linear-gradient(313deg, #0e8cf9 0%, #3f169a 100%);
  animation: spin 0.8s linear 0s infinite;
}
.circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
header {
  position: relative;
  width: 100%;
  z-index: 99999;
  transition: 0.4s all;
}
header.fix_style {
  backdrop-filter: blur(5px);
  background: linear-gradient(313deg, #06294a 0%, #042a4e 100%);
  transition: 0.4s all;
}
header.fixed {
  position: fixed;
  top: 0;
}
.navbar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 23px;
  transition: 0.4s all;
}



header.fix_style .navbar {
  padding: 20px 0;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 8px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-white);
  transition: 0.4s all;
}
header.fix_style .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
  color: var(--text-white);
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn {
  color: var(--text-white);
  background-image: var(--bg-orange-gradiunt);
  font-size: 12px;
  padding: 9px 18px;
  border-radius: 25px;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s all;
  font-weight: 700;
  
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_2 {
  color: var(--text-white);
  background-image: var(--bg-verde-gradiunt); 
  font-size: 12px;
  padding: 9px 30px;
  border-radius: 25px;
  margin-left: 12px;
  margin-top:5px;
  position: relative;
  overflow: hidden;
  transition: 0.4s all;
  font-weight: 700;
  width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_3 {
  color: var(--text-white);
  background-image: var(--bg-verde-gradiunt);
  font-size: 14px;
  padding: 9px 18px;
  border-radius: 25px;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s all;
  font-weight: 700;
  margin-right:400px; /*<- Valor modificado */
}
header.fix_style .navbar-expand-lg .navbar-nav .nav-link.dark_btn,
header.fix_style .navbar-expand-lg .navbar-nav .nav-link.dark_btn_2, 
header.fix_style .navbar-expand-lg .navbar-nav .nav-link.dark_btn_3 {
  color: var(--text-white);
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn i,
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_2 i,
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_3 i {
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 20px;
  margin-left: 4px;
  position: relative;
  top: 2px;
  transition: 0.4s all;
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn:hover i,
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_2:hover i,
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_2:hover i {
  transform: rotate(0);
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn:before,
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_2:before,
.navbar-expand-lg .navbar-nav .nav-link.dark_btn_3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 100px;
  height: 50px;
  transform: skew(-25deg);
  animation: main_anim 3s infinite ease-in-out;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
}
@keyframes main_anim {
  0% {
    left: -120px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 160px;
    opacity: 0;
  }
}

@keyframes anim_round {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes reverce_anim_round {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}
.navbar-brand img {
  width: 150px;
}
.white_header_logo {
  display: none;
}
.navbar-expand-lg .navbar-nav .has_dropdown {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px 10px 0 0;
  transition: 0.4s all;
}
.navbar-expand-lg .navbar-nav .has_dropdown:hover {
  background-color: var(--bg-white);
  box-shadow: 0px 4px 10px #c5c5c580;
}
.navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
  position: relative;
  right: 12px;
  color: var(--text-white);
  transition: 0.4s all;
}
.navbar-expand-lg .navbar-nav .has_dropdown .drp_btn.rotate {
  transform: rotate(180deg);
}
.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
  position: absolute;
  top: 100%;
  background-color: var(--bg-white);
  border-radius: 0 10px 10px 10px;
  min-width: 210px;
  max-width: 230px;
  margin-top: -10px;
  transition: 0.4s all;
  opacity: 0;
  pointer-events: none;
  box-shadow: -1px 8px 7px #4e464633;
  z-index: 1001;
}
.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
  margin-left: 0;
  padding: 10px 20px;
}
.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
  font-size: 15px;
  position: relative;
  transition: 0.4s all;
  line-height: 35px;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover {
  color: #06294a;
}
.navbar-expand-lg .navbar-nav .has_dropdown:hover > a,
.navbar-expand-lg .navbar-nav .has_dropdown:hover > .drp_btn {
  color: #06294a;
}
.navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {
  opacity: 1;
  pointer-events: all;
  margin-top: -1px;
}
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Blog Single Css Start */

.blog_detail_section .blog_info {
  padding: 30px 80px 0 80px;
}

.blog_detail_section .container {
  max-width: 1010px;
}

.blog_detail_section .blog_info .date {
  font-size: 15px;
}

.blog_detail_section .blog_info h1 {
  font-size: 50px;
  font-weight: 700;
  color: var(--dark-purple);
  display: block;
  transition: .4s all;
  margin-bottom: 15px;
  margin-top: 5px;
}

.blog_detail_section  .blog_info .authore_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

.blog_detail_section  .blog_info .authore_block .authore {
  display: flex;
  align-items: center;
}

.blog_detail_section  .blog_info .authore_block .authore .img {
  width: 50px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.blog_detail_section  .blog_info .authore_block .authore .img img {
  max-width: 100%;
  border-radius: 100px;
}

.blog_detail_section  .blog_info .authore_block .text h4 {
  margin-bottom: 3px;
  color: var(--main_purple);
  font-weight: 600;
  font-size: 17px;
}

.blog_detail_section  .blog_info .authore_block .blog_tag span {
  background-color: var(--main_purple);
  color: var(--text-white);
  display: inline-block;
  padding: 3px 20px;
  border-radius: 50px;
  line-height: 1.5;
}

/* Blog Detail */
.blog_detail_section {
  margin-bottom: 0px;
  margin-top: 170px;
}

.blog_detail_bredcrumb.bred_crumb .bred_text {
  margin-top: -70px;
}

.blog_detail_section .blog_inner_pannel {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 45px 40px;
  margin-top: -150px;
  position: relative;
  box-shadow: 0 8px 30px #c0bad76b;
}

.blog_detail_section .blog_inner_pannel .review {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .review span {
  line-height: 1;
}

.blog_detail_section .blog_inner_pannel .review span:first-child {
  color: var(--purple);
  display: inline-block;
  font-weight: 700;
}

.blog_detail_section .blog_inner_pannel .review span:last-child {
  color: var(--dark-purple);
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid var(--dark-purple);
}

.blog_detail_section .blog_inner_pannel .section_title {
  margin-bottom: 40px;
}

.blog_detail_section .blog_inner_pannel .section_title h2 {
  margin-bottom: 0;
}

.blog_detail_section .blog_inner_pannel img {
  max-width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img {
  margin: 30px 0;
}

.blog_detail_section .blog_inner_pannel .main_img img {
  width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img iframe {
  border-radius: 12px;
  width: 100%;
  height: 510px;
}

.blog_detail_section .blog_inner_pannel .info {
  padding: 0 80px;
}

.blog_detail_section .blog_inner_pannel .info h2 {
  font-weight: 700;
  color: var(--dark-purple);
  margin-top: 30px;
  font-size: 32px;
  margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .info ul {
  padding-top: 10px;
  margin-bottom: 40px;
}

.blog_detail_section .blog_inner_pannel .info ul li p {
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
  font-size: 20px;
  color: var(--dark-purple);
}

.blog_detail_section .blog_inner_pannel .info ul li p .icon {
  position: absolute;
  left: 0;
  color: var(--dark-purple);
}

.blog_detail_section .blog_inner_pannel .two_img {
  margin-bottom: 70px;
}

.blog_detail_section .blog_inner_pannel .quote_block {
  background-color: var(--dark-purple);
  border-radius: 12px;
  padding: 55px 35px 30px 45px;
  position: relative;
  margin: 35px 80px 35px 80px;
}

.blog_detail_section .blog_inner_pannel .quote_block h3 {
  color: var(--text-white);
  margin: 15px 0;
  line-height: 33px;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon {
  font-size: 80px;
  color: var(--text-white);
  font-family: 'Playfair Display', serif;
  line-height: 0.2;
  display: block;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon:last-child {
  text-align: right;
  line-height: 0.5;
}

.blog_detail_section .blog_inner_pannel .blog_authore {
  padding: 0 80px;
  margin: 35px 0;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul {
  display: flex;
}

/* Social Media link list */
.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a {
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  border: 1px solid #CCC9D7;
  border-radius: 50px;
  margin-right: 10px;
  transition: 0.4s all;
}º

.blog_detail_section .social_media ul li a:hover {
  color: var(--text-white);
}

.blog_detail_section .social_media ul li:nth-child(1) a:hover {
  background-color: #3B5998;
  border-color: #3b5998;
}
.blog_detail_section .social_media ul li:nth-child(2) a:hover {
  background-color: #00acee;
  border-color: #00acee;
}
.blog_detail_section .social_media ul li:nth-child(3) a:hover {
  background-color:  #d62976;
  border-color:  #d62976;
}
.blog_detail_section .social_media ul li:nth-child(4) a:hover {
  background-color: #c8232c;
  border-color: #c8232c;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-bar {
  width: 20px;
  margin: 10px 0;
  position: relative;
  border-top: 2px solid var(--bg-white);
  display: block;
  margin-right: 20px;
}
.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: var(--bg-white);
  height: 2px;
  width: 25px;
  position: absolute;
  top: -8px;
  right: 0px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}
.white_header .toggle-bar,
.white_header .toggle-bar::before,
.white_header .toggle-bar::after {
  border-top: 2px solid var(--bg-white);
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -9px;
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top_home_wraper {
  position: relative;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(
      -45deg,
      rgb(0, 15, 218) 0%,
      #0062cc 25%,
      rgba(6,10,61,1) 51%,
      #007bffd1 100%
  );
  animation: AnimateBG 15s ease infinite;
}

@keyframes AnimateBG { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.top_home_wraper::before {
    content: "";
   
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner_section {
  padding-top: 70px;
}
.banner_section .banner_text {
  color: var(--text-white);
  text-align: center;
  padding: 13px 0px 0 0px;
  margin-bottom:-10px;
}
.banner_section .banner_text .ban_inner_text h1 {
  font-size: 50px;
  font-weight: 700;
  margin-top: 0px;
}
.banner_section .banner_text .ban_inner_text p {
  margin: 20px 0;
}
.banner_section .banner_text .ban_inner_text span:not(h1 span) {
  font-size: 20px;
  font-weight: 700;
}

.banner_section .banner_text .play-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
  margin-top: 35px;
}
.banner_section .banner_text .play_btn {
  position: relative;
}
.banner_section .banner_text .play-button span {
  color: var(--orange);
  font-weight: 700;
  margin-left: 30px;
  font-size: 13px;
}
.banner_section .banner_text .play-button span:first-child {
  margin-left: 0;
}
.banner_section .banner_text .play-button .play_btn img {
  width: 40px;
  position: relative;
  z-index: 1000;
}
.banner_section .banner_image {
  position: relative;
  margin-top: 65px;
  animation: moving_object 4s linear infinite;
}
.banner_section .banner_images {
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 920px;
}
.banner_section .banner_images > img {
  border: 14px solid rgb(255 255 255 / 30%);
  border-radius: 33px;
  box-shadow: 0 0 14px 2px #0000001c;
}
.banner_section .banner_images .sub_images img {
  position: absolute;
  box-shadow: 0 0 14px 2px #0000001c;
  border-radius: 20px;
}
.banner_section .banner_images .sub_images img:nth-child(1) {
  top: 60px;
  right: -55px;
  animation-delay: 1s;
}
.banner_section .banner_images .sub_images img:nth-child(2) {
  top: 135px;
  left: -150px;
  animation-delay: 1.5s;
}
.banner_section .banner_images .sub_images img:nth-child(3) {
  bottom: 1px;
  right: -210px;
  animation-delay: 4s;
}
.banner_shapes .container {
  position: relative;
}
.banner_shapes span {
  position: absolute;
}
.banner_shapes span:first-child {
  top: 197px;
  right: 45px;
  animation: moving_waves 12s infinite linear;
}
.banner_shapes span:nth-child(2) {
  top: 435px;
  left: -75px;
  animation: moving_object 4s linear infinite;
}
.banner_shapes span:nth-child(3) {
  top: 350px;
  right: -145px;
  animation: mymove 3s infinite;
}
@keyframes mymove {
  50% {transform: rotate(180deg);}
}
.row_am.unique_section {
  padding-top: 0px;
}
.unique_section .features_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.unique_section .features_inner .feature_card {
  width: 365px;
  background-color: var(--bg-white);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: 0.4s all;
}
.unique_section .features_inner .feature_card:hover {
  box-shadow: 0 18px 29px #ede9fe;
}
.unique_section .features_inner .icons {
  position: relative;
  width: 133px;
  margin: 0 auto;
}
.unique_section .features_inner .icons img {
  position: relative;
  z-index: 2;
}
.unique_section .features_inner .icons .dot_anim {
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #ff923d;
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}
.unique_section .features_inner .feature_card:nth-child(1) .dot_anim {
  background-color: #43c8f9;
}
.unique_section .features_inner .feature_card:nth-child(2) .dot_anim {
  background-color: #43c8f9;
}
.unique_section .features_inner .feature_card:nth-child(3) .dot_anim {
  background-color: #1eab21;
}
.unique_section .features_inner .feature_card .dot_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 133px;
  height: 133px;
  transition: 0.5s all;
  transform: rotate(-30deg);
  transition-delay: 0.5s;
}
.unique_section .features_inner .feature_card .icons .dot_anim:nth-child(1) {
  top: 30px;
  left: 40px;
}
.unique_section
  .features_inner
  .feature_card:hover
  .icons
  .dot_anim:nth-child(1) {
  top: 20px;
  left: 20px;
}
.unique_section .features_inner .feature_card .icons .dot_anim:nth-child(2) {
  right: 35px;
  top: 40px;
}
.unique_section
  .features_inner
  .feature_card:hover
  .icons
  .dot_anim:nth-child(2) {
  right: 15px;
  top: 30px;
}
.unique_section .features_inner .feature_card .icons .dot_anim:nth-child(3) {
  left: 50px;
  bottom: 70px;
}
.unique_section
  .features_inner
  .feature_card:hover
  .icons
  .dot_anim:nth-child(3) {
  left: 30px;
  bottom: 40px;
}
.unique_section .features_inner .feature_card:hover .dot_block {
  transform: rotate(0deg);
}
.analyze_section .analyze_text {
  max-width: 475px;
}

.analyze_section .analyze_text .icon img{
  border-radius: 200px;
  
}

.analyze_section .analyze_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.analyze_section .analyze_text .section_title h2 {
  margin-bottom: 15px;
}

.analyze_section .analyze_text ul li {
  position: relative;
  padding-left: 35px;
}

.analyze_section .analyze_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/new/right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.analyze_section .analyze_text ul li h3 {
  margin-bottom: 5px;
}

.analyze_section .analyze_image {
  background-image: url(../images/new/Analyze_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 575px;
}

.analyze_section .analyze_image img {
  box-shadow: 0 18px 29px #ede9fe;
  max-width: 100%;
  border-radius: 8px;
}

.analyze_section .analyze_image img:nth-child(1) {
  position: absolute;
  bottom: 74px;
  left: 38px;
  z-index: 1;
  animation-delay: 4s;
}

.analyze_section .analyze_image img:nth-child(2) {
  position: absolute;
  top: 70px;
  right: 65px;
  z-index: 1;
}

.collaborate_section .collaborate_text {
  padding-left: 30px;
}

.collaborate_section .collaborate_text .icon img{
  border-radius: 200px;
}

.collaborate_section .collaborate_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.collaborate_section .collaborate_text .section_title h2 {
  margin-bottom: 15px;
}

.collaborate_section .collaborate_text ul {
  padding-bottom: 25px;
}

.collaborate_section .collaborate_text ul li {
  position: relative;
  padding-left: 115px;
  margin-bottom: 35px;
}

.collaborate_section .collaborate_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/new/Syncfollowers.svg);
  background-size: contain;
}

.collaborate_section .collaborate_text ul li:last-child:before {
  background-image: url(../images/new/Globallyconnected.svg);
}

.collaborate_section .collaborate_text ul li h3 {
  margin-bottom: 5px;
}

.collaborate_section .collaborate_image {
  background-image: url(../images/new/Collaborate.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  min-height: 575px;
}

.collaborate_section .collaborate_image .img_block {
  display: flex;
  align-items: flex-end;
}

.collaborate_section .collaborate_image .img_block:first-child {
  padding: 95px 0 0 15px;
}

.collaborate_section .collaborate_image .img_block:first-child img:last-child {
  margin-left: -100px;
}

.collaborate_section .collaborate_image .img_block:first-child .icon_img {
  margin-bottom: -30px;
}

.collaborate_section .collaborate_image .img_block:last-child {
  align-items: flex-start;
  margin-top: 35px;
  padding-left: 15px;
}

.collaborate_section .collaborate_image .img_block:last-child .icon_img {
  margin-left: -80px;
  animation-delay: 3s;
}

.collaborate_section .collaborate_image .icon_img {
  box-shadow: 0px 1px 18px 0px #e4f9fc;
  border-radius: 10px;
}


.row_am.communication_section {
  padding: 0;
}

.communication_section {
  position: relative;
}

.communication_section .communication_inner {
  padding: 100px 0;
}

.communication_section .communication_text {
  max-width: 475px;
}


.communication_section .communication_text .icon img{
  border-radius: 200px;
}

.communication_section .communication_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.communication_section .communication_text .section_title h2 {
  margin-bottom: 15px;
}

.communication_section .communication_text ul li {
  position: relative;
  padding-left: 35px;
}

.communication_section .communication_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/new/right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.communication_section .communication_text ul li h3 {
  margin-bottom: 5px;
}

.communication_section .communication_image {
  background-image: url(../images/new/cominication_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 501px;
}

.communication_section .communication_image img {
  box-shadow: 0 18px 29px #ede9fe;
  max-width: 100%;
  border-radius: 8px;
}

.communication_section .communication_image img:nth-child(1) {
  position: absolute;
  bottom: 15px;
  left: 25px;
  z-index: 1;
  animation-delay: 4s;
}

.communication_section .communication_image img:nth-child(2) {
  position: absolute;
  top: 80px;
  right: 35px;
  z-index: 1;
}


.row_am.integration_section {
  padding: 0;
}

.row_am.integration_section01 {
  padding: 0;
  margin-top:-100px;
}

.row_am.integration_section.review_box {
  margin-top: -100px;
}


.integration_section {
  position: relative;
}

.integration_section .integration_section_inner {
  padding: 100px 0 50px 0;

}


.integration_section .section_title {
  max-width: 600px;
  margin: 0 auto;
}

.integration_section .section_title p {
  margin-bottom: 10px;
}

.integration_section .platforms_list .list_block {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #edebf6;
  border: 1px solid #f1eff7;
  border-radius: 6px;
  min-height: 160px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  border-bottom: 4px solid transparent;
  transition: .4s all;
}

.integration_section .platforms_list .list_block:hover {
  border-bottom-color: var(--main_purple);
}

.integration_section .platforms_list .list_block .icon {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.integration_section .platforms_list .list_block .caption p {
  font-weight: 600;
}

.customer_section {
  position: relative;
  margin: 40px 0 30px 0;
}

.customer_section .coustomer_block {
  background-color: #ffffff;
  padding: 70px;
  max-width: 1370px;
  border-radius: 30px;
  margin: 0 auto;
}

.customer_section .coustomer_block .section_title {
  margin: 50px;
  max-width: 610px;
  margin: 0 auto 50px;
}

.customer_section .coustomer_block .coustomer_slide_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1090px;
  margin: 0 auto;
}

.customer_section .coustomer_block .coustomer_slide_block .coustomer_img {
  width: 410px;
}

.customer_section .coustomer_block .coustomer_slide_block .coustomer_review {
  width: calc(100% - 460px);
}

.customer_section .coustomer_slide_block .coustomer_review .rating {
  display: flex;
}

.customer_section .coustomer_slide_block .coustomer_review .rating span {
  font-size: 18px;
  color: #fc9400;
}

.customer_section .coustomer_slide_block .coustomer_review p {
  margin-bottom: 30px;
}

.customer_section .coustomer_slide_block .coustomer_review .coustomer_name {
  margin-bottom: 5px;
}

.customer_section .coustomer_slide_block .desiganation {
  font-size: 15px;
}

#coustomer_slider {
  position: relative;
}

#coustomer_slider .owl-dots {
  position: absolute;
  bottom: 90px;
  right: 0;
  margin: 0;
}

.customer_section .review_summery {
  margin: 35px 15px 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer_section .review_summery p {
  margin-bottom: 0;
}

.customer_section .review_summery .rating {
  display: flex;
  margin-right: 5px;
}

.customer_section .review_summery .rating span {
  font-size: 18px;
  line-height: 32px;
  color: #fc9400;
  position: relative;
  top: -2px;
}

.customer_section .review_summery p  , 
.customer_section .review_summery p a {
  font-weight: 700;
  color: var(--main_purple);
  line-height: 32px;
  transition: .4s all;
}

.customer_section .review_summery p a:hover {
  color: var(--purple);
}

.customer_section .review_summery p span {
  color: var(--purple);
}

.trusted_section .section_title h2 {
  margin-bottom: 15px;
}

.trusted_section .company_logos {
  padding-top: 20px;
}

.trusted_section .company_logos img {
  filter: grayscale(1);
  margin: 0 auto;
  transition: 0.4s all;
  max-width: 100%;
  width: auto;
}

.trusted_section .company_logos img:hover {
  filter: grayscale(0);
}

.trusted_section .owl-dots {
  margin-top: 30px;
}

.modal {
  z-index: 999999;
}

.modal-backdrop.show {
  z-index: 99999;
  opacity: 0.7;
}

.youtube-video .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  height: 100%;
  max-width: 1240px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

iframe#youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube-video .modal-footer {
  border: none;
  text-align: center;
  display: block;
  padding: 0;
}

.youtube-video .modal-content {
  background: none !important;
  border: none;
}

#close-video {
  color: #fff;
  font-size: 30px;
}

.pricing_section {

}

.pricing_section.row_am {

}

.pricing_section .section_title h2 {
}

.pricing_section .toggle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.pricing_section .toggle_block span {
  color: var(--purple);
  font-weight: 600;
  display: block;
  margin: 0 5px;
}



.pricing_section .toggle_block span.years.active {
  color: var(--main_purple);}

.pricing_section .toggle_block span.month.active {
  color: var(--main_purple);}

.pricing_section .toggle_block span.deactive {
  color: var(--body-text-purple);
}

.pricing_section .toggle_block .offer {
  background-image: var(--bg-orange-gradiunt);
  border-radius: 5px;
  padding: 2px 10px;
  font-weight: 400;
  font-size: 13px;
  color: var(--text-white);
}

.pricing_section .toggle_block .tog_block {
  width: 70px;
  height: 35px;
  background-color: var(--bg-white);
  border-radius: 18px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 8px #ede9fe;
  border: 1px solid #f1eff7;
}

.pricing_section .toggle_block .tog_block .tog_btn {
  height: 23px;
  width: 23px;
  border-radius: 25px;
  display: block;
  background-color: var(--main_purple);
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
}

.pricing_section .pricing_pannel {
  margin-top: 50px;
  display: none;
}

.pricing_section .pricing_pannel.active {
  display: block;
}

.pricing_section .pricing_pannel .pricing_block {
  text-align: left;
  background-color: var(--bg-white);
  min-height: 680px;
  border-radius: 12px;
  padding: 60px 30px 30px 50px;
  box-shadow: 0px 4px 30px #ede9fe;
  border: 1px solid #f1eff7;
  position: relative;
  overflow: hidden;
}


.pricing_section .pricing_block:not(.highlited_block) .btn_main {
  border-color: var(--main_purple);
  background-image: none;
  color: var(--main_purple);
}

.pricing_section .pricing_block:not(.highlited_block) .btn_main:hover {
  opacity: 1;
}

.pricing_section .pricing_pannel .pricing_block .icon {
  margin: 0 0 10px -25px;
  position: relative;
}

.pricing_section .pricing_pannel .col-md-4 .icon .dot_anim {
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background-color: var(--main_purple);
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}

.pricing_section .pricing_pannel .col-md-4:nth-child(2) .dot_anim {
  background-color: var(--orange);
}

.pricing_section .pricing_pannel .col-md-4 .dot_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 133px;
  height: 133px;
  transition: 0.5s all;
  transform: rotate(-30deg);
  transition-delay: 0.5s;
}

.pricing_section .pricing_pannel .col-md-4 .icon .dot_anim:nth-child(1) {
  top: 30px;
  left: 40px;
}

.pricing_section
  .pricing_pannel
  .col-md-4
  .pricing_block:hover
  .icon
  .dot_anim:nth-child(1) {
  top: 20px;
  left: 25px;
}

.pricing_section .pricing_pannel .col-md-4 .icon .dot_anim:nth-child(2) {
  right: 35px;
  top: 40px;
}

.pricing_section
  .pricing_pannel
  .col-md-4
  .pricing_block:hover
  .icon
  .dot_anim:nth-child(2) {
  right: 25px;
  top: 15px;
}

.pricing_section .pricing_pannel .col-md-4 .icon .dot_anim:nth-child(3) {
  left: 50px;
  bottom: 70px;
}

.pricing_section
  .pricing_pannel
  .col-md-4
  .pricing_block:hover
  .icon
  .dot_anim:nth-child(3) {
  left: 40px;
  bottom: 40px;
}

.pricing_section .pricing_pannel .col-md-4 .pricing_block:hover .dot_block {
  transform: rotate(0deg);
}
.pricing_section .pricing_pannel .pricing_block .icon img {
  width: 120px;
  position: relative;
  z-index: 1;
}

.pricing_section .pricing_pannel .pricing_block .pkg_name h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.pricing_section .pricing_pannel .pricing_block .pkg_name span {
  color: var(--body-text-purple);
  font-size: 15px;
}

.pricing_section .pricing_pannel .pricing_block .price {
  font-size: 48px;
  color: var(--main_purple);
  margin: 25px 0;
  display: block;
  font-weight: 700;
}

.pricing_section .pricing_pannel .pricing_block .price span {
  font-size: 15px;
  font-weight: 400;
  color: var(--body-text-purple);
}


.pricing_section .pricing_pannel .pricing_block .benifits {
  margin-bottom: 40px;
}

.pricing_section .pricing_pannel .pricing_block .benifits li p {
  margin-bottom: 5px;
  color: var(--body-text-purple);
}

.pricing_section .pricing_pannel .pricing_block .benifits li i {
  margin-right: 5px;
}

.pricing_section .pricing_pannel .pricing_block .benifits .include i {
  color: #009515;
}

.pricing_section .pricing_pannel .pricing_block .benifits .exclude i {
  color: #ff0000;
}

.pricing_section .pricing_pannel .pricing_block .btn_main {
  width: 203px;
}

.pricing_section .pricing_pannel .pricing_block:not(.highlited_block) .btn_main:hover {
  border-color: transparent;
  background: var(--main_purple);
  color: var(--text-white);
}

.pricing_section .contact_text {
  text-align: center;
  margin-bottom: 0;
}

.pricing_section .contact_text a {
  color: var(--purple);
  text-decoration: underline;
}

.pricing_section .pricing_block.highlited_block {
	position: relative;
	overflow: hidden;
}

.pricing_section .pricing_block.highlited_block::before {
  content: "";
  background: url(../images/new/pricing-bg2.png);
  background-repeat: no-repeat;
  width: 246px;
  height: 246px;
  background-size: contain;
  position: absolute;
  left: -70px;
  top: -70px;
  z-index: 0
}

.pricing_section .pricing_block.highlited_block {
  background-color: var(--main_purple);
}

.pricing_section .pricing_block.highlited_block .pkg_name h3 {
  color: var(--text-white);
  position: relative;
  z-index: 1000;
}

.pricing_section .pricing_block.highlited_block .pkg_name span {
  color: var(--text-white);
  position: relative;
  z-index: 1000;
}

.pricing_section .pricing_block.highlited_block .price {
  color: var(--text-white);
  position: relative;
  z-index: 1000;
}

.pricing_section .pricing_block.highlited_block .price span{
  color: var(--text-white);
}

.pricing_section .pricing_block.highlited_block .benifits li p {
  color: var(--text-white);
}

.pricing_section .pricing_block.highlited_block .benifits .include i {
  color: var(--text-white);
}

.need_section {
  position: relative;
  z-index: 1000;
  padding-top: 119px;
}
.need_section01 {
  position: relative;
  z-index: 1000;
  padding-top: 0px;
}

.need_section_inner {
  position: relative;
}

.need_section .need_block {
  padding: 48px 50px;
  background-color: #0c529c;
  border-radius: 20px;
  box-shadow: 0 0 8px #0000004f;
  color: var(--text-white);
  display: flex;
  position: relative;
  overflow: hidden;
}
.need_section01 .need_block {
  padding: 48px 50px;
  background-color: #002641;
  border-radius: 20px;
  box-shadow: 0 0 8px #0000004f;
  color: var(--text-white);
  display: flex;
  position: relative;
  overflow: hidden;
}

.need_section .need_block::after {
  content: "";
  background: url(../images/new/need_cta_overlay.webp);
  background-repeat: no-repeat;
  width: 246px;
  height: 246px;
  background-size: contain;
  position: absolute;
  right: -50px;
  bottom: -10px;
  z-index: 0;
}

.need_section .need_block .section_title {
  text-align: left;
}

.need_section .need_block .section_title h2 {
  color: var(--text-white);
}

.need_section .need_block .section_title p {
  margin-bottom: 0;
}

.need_section .need_block .need_text {
  width: calc(100% - 250px);
  position: relative;
  z-index: 1000;
}
.need_section .need_block .need_action01 {
  width: 300px; /* cambia lo que necesites */
  text-align: right;
  padding-top: 20px;
}

.need_section .need_block .need_action01 .btn {
  background-image: var(--bg-blue-gradient);
  font-size: 18px;
  padding: 12px 40px;
}

.need_section .need_block .need_action01 .btn:hover {
  opacity: 1;
  transform: scale(1.05);
}

.need_section .need_block .need_action01 .faq_btn {
  color: var(--accent-color);
}
.need_section .need_block .need_action {
  width: 250px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  z-index: 1000;
}

.need_section .need_block .need_action .btn {
  color: var(--text-white);
  background-image: var(--bg-orange-gradiunt);
  font-size: 15px;
  padding: 9px 38px;
  border-radius: 25px;
  position: relative;
  font-weight: 700;
  transition: 0.4s all;
  font-size: 17px;
  margin-bottom: 5px;
}

.need_section .need_block .need_action .btn i {
  font-size: 18px;
  margin-right: 3px;
}

.need_section .need_block .need_action .btn:hover {
  color: var(--text-white);
  opacity: 0.9;
}

.need_section .need_block .need_action .faq_btn {
  color: var(--text-white);
  display: block;
  text-decoration: underline;
}

.faq_section .faq_panel {
  margin-top: 40px;
}
.faq_section .faq_panel .card {
  border: none;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px #ede9fe;
  padding: 16px 0;
  border: 1px solid #f1eff7;
}

.faq_section .faq_panel .card:last-child {
  margin-bottom: 0;
}

.faq_section .faq_panel .card-header {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}

.faq_section .faq_panel .card-header .btn {
  padding: 0;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  text-align: left;
}

.faq_section .faq_panel .card-header .btn.active {
  color: var(--main_purple);
}

.faq_panel .accordion button,
.faq_panel .accordion button:hover,
.faq_panel .accordion button:focus {
  text-decoration: none;
}

.faq_section .faq_panel .card-header .icon_faq {
  position: absolute;
  right: 20px;
  top: 11px;
  color: #839bc0;
}

.faq_section .faq_panel .card-header h2 {
  line-height: 1;
  position: relative;
  background-image: url(../images/new/icono-pregunta.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left 6px;
  padding-left: 45px;
  margin-left: 15px;
}

.faq_section .faq_panel .card-body {
  padding-bottom: 0;
}





.free_trial_section {
  position: relative;
}

.free_trial_section .free_inner {
  max-width: 1370px;
  margin: 40px auto;
  background-color: var(--main_purple);
  border-radius: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 565px;
  box-shadow: 0 0 8px 4px #e5e1f5;
}



.free_trial_section .free_inner .text .play-button .play_btn img {
  width: 40px;
  position: relative;
  z-index: 1000;
}

.free_trial_section .free_inner .text {
  width: 650px;
  color: var(--text-white);
  padding: 15px 0;
  padding-left: 95px;
}

.free_trial_section .free_inner .text .section_title {
  text-align: left;
}

.free_trial_section .free_inner .text .section_title h2 {
  color: var(--text-white);
}

.free_trial_section .free_inner .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.free_trial_section .free_inner .text ul li {
  width: 48%;
}

.free_trial_section .free_inner .text ul li p {
  margin-bottom: 0;
}

.free_trial_section .free_inner .text ul li p i {
  margin-right: 5px;
}

.free_trial_section .free_inner .text .start_and_watch {
  display: flex;
}

.free_trial_section .free_inner .side_img {
  position: absolute;
  top: 75px;
  right: -210px;
  width: 890px;
  border-radius: 16px;
}

.free_trial_section .free_inner .side_img img {
  border-radius: 16px;
  box-shadow: 0 0 8px #0000004f;
  border: 1px solid #fff;
}

.free_trial_section .free_inner .text .play-button {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 250px;
  margin: 0 0 0 20px;
}

.free_trial_section .free_inner .text .play_btn {
  position: relative;
}

.free_trial_section .free_inner .text .play-button span {
  color: var(--text-white);
  font-weight: 700;
  margin-left: 30px;
}

.free_trial_section .free_inner .text .play-button .play_btn img {
  width: 40px;
  position: relative;
  z-index: 1000;
}



footer {
  position: relative;
  background-color: #06294a;
}

footer::before {

}

footer .top_footer {
  padding: 129px 0 5px 0;
  position: relative;
  overflow: hidden;
  margin-top: -95px;
}

footer .top_footer .logo {
  margin-bottom: 40px;
}

footer .top_footer .logo img {
  width: 165px;
}

footer .top_footer .abt_side {
  padding-right: 50px;
}

footer .top_footer .abt_side {
  font-size: 13px;
}
footer .top_footer .abt_side .news_letter_block {
  margin-top: 40px;
}

footer .top_footer .abt_side .news_letter_block .form-group {
  position: relative;
  width: 315px;
  height: 50px;
}

footer .top_footer .abt_side .news_letter_block .form-group .form-control {
  width: 100%;
  height: 50px;
  color: #000000;
  font-size: 15px;
  border: none;
}

footer
  .top_footer
  .abt_side
  .news_letter_block
  .form-group
  .form-control:focus {
  box-shadow: 0px 0px 8px #00000071;
}

footer
  .top_footer
  .abt_side
  .news_letter_block
  .form-group
  .form-control::placeholder {
  color: #000000;
}

footer .top_footer .abt_side .news_letter_block .form-group .btn {
  position: absolute;
  top: 4px;
  right: 5px;
  background-image: var(--bg-orange-gradiunt);
  color: var(--text-white);
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1;
  transition: 0.4s all;
}

footer .top_footer .abt_side .news_letter_block .form-group .btn:hover {
  opacity: 0.8;
}

footer .social_media {
  display: flex;
  justify-content: center;
}

footer .social_media li a {
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  margin-right: 10px;
  transition: 0.4s all;
}

footer .social_media li a:hover {
  background-color: var(--bg-white);
  color: var(--purple);
}

footer .top_footer .try_out {
  margin-left: -20px;
}

footer .top_footer .try_out ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

footer .top_footer .try_out ul li .icon img {
  border-radius: 100px;
}

footer .top_footer .try_out ul li .text {
  padding-left: 15px;
}

footer .top_footer .try_out ul li .text a {
  display: block;
  transition: 0.4s all;
}

footer .top_footer .try_out ul li .text p {
  line-height: 19px;
  margin-bottom: 0;
}

footer .top_footer .try_out ul li .text p a:hover {
  color: var(--orange);
}
footer h2,
footer h3,
footer p,
footer a {
  color: var(--text-white);
}

footer a:hover {
  color: var(--text-white);
}

footer h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 10px;
}

footer .links ul li a {
  display: block;
  transition: 0.4s all;
  margin-bottom: 4px;
}

footer .links ul li a:hover {
  color: var(--orange);
}
footer .bottom_footer {
  position: relative;
  border-top: #0062cc solid 1px;
}

footer .bottom_footer .row {
  align-items: center;
  padding: 15px 0;
}

footer .bottom_footer p {
  margin-bottom: 0;
  font-size: 15px;
}

footer .bottom_footer .developer_text {
  text-align: right;
}

footer .bottom_footer .developer_text a {
  text-decoration: underline;
}

.go_top {
  position: fixed;
  right: 30px;
  bottom: 75px;
  cursor: pointer;
  z-index: 999;
 
}

.go_top span {
  background-color: #25D366;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 12px #1d009d7a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 25px;
}

.go_top:hover {
  bottom: 80px;
}




@keyframes star_down_one {
  0% {
    opacity: 0;
    top: -250px;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}



@keyframes moving_object {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moving_position_animatin {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moving_waves {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0);
  }
}

.waves-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}

.waves {
  width: 90px;
  height: 90px;
  background: rgba(0, 123, 255, 0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  position: absolute;
  top: 0;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  position: absolute;
  top: 0;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.inner_page_block {
  background-image: url(../images/new/sign-up-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 470px;
}

.inner_page_block .banner_shapes span:nth-child(2) {
  top: 200px;
}

.bread_crumb {
  width: 100%;
  padding-top: 190px;
  display: flex;
  align-items: center;
  position: relative;
}

.bread_crumb .bred_text {
  text-align: center;
  position: relative;
  z-index: 1000;
}

.bread_crumb .bred_text h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.bread_crumb .bred_text h1 + p {
  color: var(--text-white);
  margin-top: -5px;
}

.bread_crumb .bred_text ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bread_crumb .bred_text ul li {
  margin: 0 5px;
}
.bread_crumb .bred_text ul li a,
.bread_crumb .bred_text ul li span {
  color: #fff;
  font-size: 16px;
  transition: 0.4s all;
}

.bread_crumb .bred_text ul li a:hover {
  text-decoration: underline;
}

.about_us_page_section {
  padding: 100px 0;
  position: relative;
}

.about_us_page_section01 {
  padding: 79px 0;
  position: relative;
}

.about_us_page_section  .dotes_anim_bloack .dotes_7 {
  bottom: 6%;
  left: 100px;
}

.about_us_page_section .dotes_anim_bloack .dotes_8 {
  bottom: 5%;
  right: 150px;
}
.about_us_page_section .dotes_anim_bloack .dotes_1::before ,
.about_us_page_section .dotes_anim_bloack .dotes_3::before , 
.about_us_page_section .dotes_anim_bloack .dotes_7::before ,
.about_us_page_section .dotes_anim_bloack .dotes_8::before {
  width: 5px;
  height: 5px;
}
.about_us_page_section .dotes_anim_bloack .dotes_2::before {
  width: 9px;
  height: 9px;
}
.about_us_page_section .about_block {
  margin-bottom: 70px;
  position: relative;
  z-index: 9;
}

.about_us_page_section .about_block .section_title {
  text-align: left;
}

.about_us_page_section .about_block .section_title h2 {
  margin-bottom: 20px;
}

.about_us_page_section .about_block .row {
  align-items: center;
}

.about_us_page_section .about_block .abt_img_block {
  position: relative;
  display: flex;
  flex-direction: column;
}

.about_us_page_section .about_block .abt_img_block img {
  max-width: 100%;
}

.about_us_page_section .about_block .abt_img_block .top_img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.about_us_page_section .about_block .abt_img_block .top_img img:first-child {
  width: 200px;
}

.about_us_page_section .about_block .abt_img_block .top_img img:last-child {
  margin-left: 30px;
  width: 270px;
}

.about_us_page_section .about_block .abt_img_block .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
}

.about_us_page_section .about_block .abt_img_block .play_btn {
  position: relative;
}

.about_us_page_section .about_block .abt_img_block .play-button span {
  color: var(--text-white);
  font-weight: 700;
  margin-left: 30px;
  font-size: 13px;
}

.about_us_page_section .about_block .abt_img_block .play-button span:first-child {
  margin-left: 0;
}

.about_us_page_section .about_block .abt_img_block .play-button .play_btn img {
  width: 40px;
  position: relative;
  z-index: 9;
}

.about_us_page_section .about_block .abt_img_block .waves {
  width: 120px;
  height: 120px;
}

.about_us_page_section .about_block .abt_img_block .waves-block {
  width: 120px;
  height: 120px;
}

.solution_page_section .solution_text {
  padding-left: 30px;
}

.solution_page_section .solution_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.solution_page_section .solution_text .section_title h2 {
  margin-bottom: 15px;
}

.solution_page_section .solution_text ul {
  padding-bottom: 25px;
}

.solution_page_section .solution_text ul li {
  position: relative;
  padding-left: 115px;
  margin-bottom: 35px;
}

.solution_page_section .solution_text ul li.ft_1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/new/multiservicios.png);
  background-size: contain;
}

.solution_page_section .solution_text ul li.ft_2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/new/almacenes.png);
  background-size: contain;
}

.solution_page_section .solution_text ul li.ft_3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/new/sucursales.png);
  background-size: contain;
}

.solution_page_section .solution_text ul li.ft_4::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 64px;
  height: 64px;
  background-image: url(../images/new/delivery.webp);
  background-size: contain;
}

.solution_page_section .solution_text ul li.ft_5::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 64px;
  height: 64px;
  background-image: url(../images/new/tech-support.png);
  background-size: contain;
}

.solution_page_section .solution_text ul li.ft_6::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 64px;
  height: 64px;
  background-image: url(../images/new/scanning.png);
  background-size: contain;
}

.solution_page_section .solution_text ul li:last-child:before {
}

.solution_page_section .solution_text ul li h3 {
  margin-bottom: 5px;
}

.solution_page_section .solution_image {
  position: relative;
}

.solution_page_section .solution_image img {
  border-radius: 12px;
  max-width: 100%;
}


.row_am.service_list_section {
  padding-top: 80px;
}

.service_list_section .service_list_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.service_list_section .service_list_inner .s_list_card {
  width: 365px;
  background-color: var(--bg-white);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: 0.4s all;
}

.service_list_section01 .service_list_inner01 .s_list_card01 {
  width: 365px;
  background-color: var(--bg-white);
  border-radius: 12px;
  padding: 40px;
  margin-left: 12%;
  text-align: center;
  transition: 0.4s all;
}

.service_list_section .service_list_inner .s_list_card:hover {
  box-shadow: 0 18px 29px #ede9fe;
}

.service_list_section .service_list_inner .icons {
  position: relative;
  width: 133px;
  margin: 0 auto;
}

.service_list_section .service_list_inner .icons img {
  position: relative;
  z-index: 2;
}

.service_list_section .service_list_inner .icons .dot_anim {
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #ff923d;
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}

.service_list_section .service_list_inner .s_list_card:nth-child(1) .dot_anim {
  background-color: #43c8f9;
}

.service_list_section .service_list_inner .s_list_card:nth-child(3) .dot_anim {
  background-color: #1eab21;
}
.service_list_section .service_list_inner .s_list_card .dot_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 133px;
  height: 133px;
  transition: 0.5s all;
  transform: rotate(-30deg);
  transition-delay: 0.5s;
}
.service_list_section .service_list_inner .s_list_card .icons .dot_anim:nth-child(1) {
  top: 30px;
  left: 40px;
}

.service_list_inner001 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.service_list_section
  .service_list_inner
  .s_list_card:hover
  .icons
  .dot_anim:nth-child(1) {
  top: 20px;
  left: 20px;
}

.service_list_section .service_list_inner .s_list_card .icons .dot_anim:nth-child(2) {
  right: 35px;
  top: 40px;
}
.service_list_section
  .service_list_inner
  .s_list_card:hover
  .icons
  .dot_anim:nth-child(2) {
  right: 15px;
  top: 30px;
}

.service_list_section .service_list_inner .s_list_card .icons .dot_anim:nth-child(3) {
  left: 50px;
  bottom: 70px;
}
.service_list_section
  .service_list_inner
  .s_list_card:hover
  .icons
  .dot_anim:nth-child(3) {
  left: 30px;
  bottom: 40px;
}
.service_list_section .service_list_inner .s_list_card:hover .dot_block {
  transform: rotate(0deg);
}
.why_choose_section .why_choose_text {
  padding:50px 30px 0 0;
}

.why_choose_section .why_choose_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.why_choose_section .why_choose_text .section_title h2 {
  margin-bottom: 15px;
}

.why_choose_section .why_choose_text ul {
  padding-bottom: 25px;
}

.why_choose_section .why_choose_text ul li {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}


.why_choose_section .solution_image {
  position: relative;
}

.why_choose_section .solution_image img {
  border-radius: 12px;
  max-width: 100%;
}
.pricing_section.service_list_ps {
  background: #f6f4fe;
  margin-top: 0;
}

.pricing_section.service_list_ps .pricing_pannel {
  padding-bottom: 0;
}

.pricing_section.service_list_ps .section_title h2 {
  color: var(--dark-purple);
}

.pricing_section.service_list_ps .section_title p {
  color: var(--body-text-purple);
}

.pricing_section.service_list_ps .toggle_block span {
  color: var(--body-text-purple);
}

.pricing_section.service_list_ps .toggle_block .offer {
  color: var(--text-white);
}

.pricing_section.service_list_ps .toggle_block .tog_block {
  box-shadow: 0 0 8px #ede9fe;
}

.pricing_section.service_list_ps .pricing_pannel .pricing_block {
  box-shadow: 1px 1px 10px 6px #ede9fe;
}

.pricing_section.service_list_ps .pricing_pannel .pricing_block {
  margin-bottom: 0px;
}

.service_list_two_colom .sl_two_colom_text {
  max-width: 475px;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text .section_title {
  text-align: left;
  margin: 15px 0 40px 0;
}

.service_list_two_colom .sl_two_colom_text .section_title h2 {
  margin-bottom: 15px;
}

.service_list_two_colom .sl_two_colom_text ul {
  padding-bottom: 30px;
}

.service_list_two_colom .sl_two_colom_text ul li {
  position: relative;
  padding-left: 45px;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/new/right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.service_list_two_colom .sl_two_colom_text ul li h3 {
  margin-bottom: 5px;
}

.service_list_two_colom .sl_two_colom_image img {
  max-width: 100%;
}

.service_list_two_colom .sl_two_colom_text .service_list_point ul {
  position: relative;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text .service_list_point ul li::before {
  background-image: none;
  text-align: left;
}

.service_list_two_colom .sl_two_colom_text .service_list_point ul li {
  padding-left: 0;
  padding-bottom: 5px;
}

.review_section {
  position: relative;
  margin-top: -130px;
}

.review_section .review_box {
  padding: 40px 35px;
  background-color: var(--bg-white);
  box-shadow: 0 4px 10px #EDE9FE;
  border-radius: 12px;
  min-height: 250px;
}

.review_section .review_box .icon {
  height: 50px;
  display: flex;
  align-items: center;
}

.review_section .review_box .rating  {
  display: flex;
  margin-bottom: 20px;
}

.review_section .review_box .rating span {
  color: #fc9400;
  font-size: 18px;
}

.review_section .review_box .text h3 {
  margin-bottom: 0;
}

.review_section .review_box .text h3 .main_rating {
  font-size: 40px;
}

.review_section .review_box .text h3 .total_review {
  display: block;
}

.service_detail_section {
  position: relative;
  padding: 100px 0 0 0;
}

.service_detail_section .service_left_side .section_title {
  text-align: left;
}

.service_detail_section .service_left_side .section_title h2 {
  margin-bottom: 30px;
}

.service_detail_section .service_left_side .img {
  margin: 30px 0;
}

.service_detail_section .service_left_side .img img {
  max-width: 100%;
  border-radius: 12px;
}

.service_detail_section .service_left_side h3:not(ul li h3) {
  font-size: 30px;
  margin-bottom: 15px;
}

.service_detail_section .service_left_side .list_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 10px 0;
}

.service_detail_section .service_left_side .list_block li {
  width: 47%;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.service_detail_section .service_left_side .list_block li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/new/right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.service_detail_section .service_left_side .list_block li h3 {
  margin-bottom: 5px;
}

.service_detail_section .service_left_side .list_block li p {
  margin-bottom: 0;
}

.service_detail_section .service_right_side {
  width: 350px;
  margin-top: 10px;
  margin-left: auto;
}

.service_detail_section .service_right_side h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.service_detail_section .service_right_side .service_list_panel {
  background-color: var(--bg-white);
  box-shadow: 0 4px 10px #ede9fe;
  border-radius: 12px;
  padding: 35px 40px;
}

.service_detail_section .service_right_side .service_list_panel h3 {
  border-bottom: 1px solid rgba(57, 30, 108, 0.30);
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.service_detail_section .service_right_side .service_list_panel ul li a {
  padding: 10px 0;
  display: block;
  font-weight: 600;
}

.service_detail_section .service_right_side .service_list_panel ul li a.active , 
.service_detail_section .service_right_side .service_list_panel ul li a:hover {
  color: var(--main_purple);
}

.service_detail_section .service_right_side .service_list_panel ul li:first-child a {
  padding-top: 0;
}

.service_detail_section .service_right_side .service_list_panel ul li:last-child a {
  padding-bottom: 0;
}

.service_detail_section .service_right_side .side_contact_block {
  background-image: url(../images/new/side_bar_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  color: var(--text-white);
  text-align: center;
  padding: 40px 35px;
  margin: 40px 0;
}

.service_detail_section .service_right_side .side_contact_block .icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background-color: var(--dark-purple);
  border-radius: 100px;
  border: 1px solid var(--bg-white);
  margin: 0 auto;
  font-size: 25px;
}

.service_detail_section .side_contact_block h3 {
  margin: 15px 0 25px 0;
  color: var(--text-white);
}

.service_detail_section .side_contact_block .btn {
  margin-bottom: 15px;
}

.service_detail_section .side_contact_block p a {
  color: var(--text-white);
}

.service_detail_section .service_right_side .action_btn .btn {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: var(--bg-white);
  border-radius: 12px;
  color: var(--dark-purple);
  transition: .4s all;
}

.service_detail_section .service_right_side .action_btn .btn span {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: var(--main_purple);
  color: var(--text-white);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}

.service_detail_section .service_right_side .action_btn .btn:hover {
  background-color: var(--main_purple);
  color: var(--text-white);
}

.service_detail_section .service_right_side .action_btn .btn:hover span {
  background-color: var(--bg-white);
  color: var(--main_purple);
}

.service_detail_section .service_right_side .action_btn .btn p {
  margin-bottom: 0;
}

.service_review_section {
  position: relative;
}

.service_review_section .section_title {
  padding-top: 85px;
  text-align: center;
}

.service_review_section .section_title p {
	padding: 0 300px;
}

.service_review_section .review_pannel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_review_section .review_pannel .review_block {
  padding: 35px 40px;
  background-color: var(--bg-white);
  border-radius: 12px;
  width: 47%;
  margin-top: 60px;
}

.service_review_section .review_pannel .review_block p {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--body-text-purple);
}

.service_review_section .review_pannel .review_block .avtar_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_review_section .review_pannel .review_block .avtar_block .avtar {
  display: flex;
  align-items: center;
}

.service_review_section .review_pannel .review_block .avtar_block .avtar .img {
  width: 70px;
  margin-right: 10px;
}

.service_review_section .review_pannel .review_block .avtar_block .avtar .img img {
  max-width: 100%;
  border-radius: 100px;
}

.service_review_section .review_pannel .review_block .avtar_block .text h3 {
  margin-bottom: 3px;
  color: var(--dark-purple);
}

.service_review_section .review_pannel .review_block .avtar_block .rating {
  display: flex;
}

.service_review_section .review_pannel .review_block .avtar_block .rating span {
  color: #fc9400;
  font-size: 18px;
}

.need_section.innerpage_needsection {
  margin: 100px 0;
}
.bg_box {
  padding: 30px;
  background-color: var(--bg-white);
  border-radius: 12px;
  box-shadow: 0 0 8px #e1dcf9;
  margin-bottom: 40px;
}
.pagination_block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.pagination_block ul li a {
  margin: 0 5px;
  transition: 0.4s all;
  display: block;
  width: 39px;
  height: 39px;
  background-color: var(--bg-white);
  border-radius: 6px;
  text-align: center;
  line-height: 39px;
  color: var(--body-text-purple);
  border: 1px solid #9E9BA7;
}
.pagination_block ul li a:hover,
.pagination_block ul li a.active {
  background-color: var(--main_purple);
  color: var(--text-white); 
  border-color: var(--main_purple);
}
.pagination_block ul li a:hover i {
  color: var(--text-white);
}
.pagination_block ul li:first-child a:hover {
  color: var(--purple);
}
.pagination_block ul li:last-child a:hover {
  color: var(--purple);
}
.full_bg {
  background-image: url(../images/new/sign-up-bg.png);
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 50px;
}
/* error page */
    .error_page_section .error_graphic { margin-bottom: 0px; }
    .error_page_section .section_title h2 {font-size: 20px;}
    .error_page_section .error_graphic .errornumber { padding: 50px 50px;  }


.error_page_bg {
  background-image: url(https://mcusercontent.com/65867e51ccf8174f04a52a719/images/3e713fc0-61a4-c8de-85d6-438b7d273a1e.png) ;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;

}

.error_page {
  background: #070a3d;
}

.error_page_section {
  position: relative;
  padding: 100px 0;
  text-align: center;
}

.error_page_section .section_title h2 {
  padding:0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.error_page_section .error_graphic {
  position: relative;
  padding: 0;
  text-align: center;
}

.error_page_section .error_graphic .lostman {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 100;
  padding: 50px 0 0 0;
}

.error_page_section .error_graphic .lostman img{
  max-width: 100%;
  animation: moving_object 4s linear infinite;
}

.error_page_section .error_graphic .errornumber{
  position: relative;
  padding: 50px 0;
  text-align: center;
}

.error_page_section .error_graphic .errornumber img{
  max-width: 100%;
}
.row_am.contact_list_section {
  padding-top: 30px;
}

.contact_list_section .contact_list_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.contact_list_section .contact_list_inner .c_list_card {
  width: 365px;
  background-color: var(--bg-white);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: 0.4s all;
}

.contact_list_section .contact_list_inner .c_list_card .inner_text {
  padding-top: 30px;
}

.contact_list_section .contact_list_inner .c_list_card .inner_text h3{
  margin-bottom: 5px;
}

.contact_list_section .contact_list_inner .c_list_card .inner_text p {
  font-size: 16px;
}

.contact_list_section .contact_list_inner .c_list_card .inner_text .text_btn {
  font-size: 17px;
  line-height: 1;
}

.contact_list_section .contact_list_inner .c_list_card:hover {
  box-shadow: 0 18px 29px #06294a;
}

.contact_list_section .contact_list_inner .icons {
  position: relative;
  width: 133px;
  margin: 0 auto;
}

.contact_list_section .contact_list_inner .icons img {
  position: relative;
  z-index: 2;
}

.contact_list_section .contact_list_inner .icons .dot_anim {
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #6a49f2;
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s all;
}

.contact_list_section .contact_list_inner .c_list_card:nth-child(1) .dot_anim {
  background-color: #06294a;
}

.contact_list_section .contact_list_inner .c_list_card:nth-child(2) .dot_anim {
  background-color: #06294a;
}

.contact_list_section .contact_list_inner .c_list_card:nth-child(3) .dot_anim {
  background-color: #06294a;
}


.contact_list_section .contact_list_inner .c_list_card .dot_block {
  position: absolute;
  left: 0;
  top: 0;
  width: 133px;
  height: 133px;
  transition: 0.5s all;
  transform: rotate(-30deg);
  transition-delay: 0.5s;
}

.contact_list_section .contact_list_inner .c_list_card .icons .dot_anim:nth-child(1) {
  top: 30px;
  left: 40px;
}

.contact_list_section
  .contact_list_inner
  .c_list_card:hover
  .icons
  .dot_anim:nth-child(1) {
  top: 20px;
  left: 20px;
}

.contact_list_section .contact_list_inner .c_list_card .icons .dot_anim:nth-child(2) {
  right: 35px;
  top: 40px;
}
.contact_list_section
  .contact_list_inner
  .c_list_card:hover
  .icons
  .dot_anim:nth-child(2) {
  right: 15px;
  top: 30px;
}
.contact_list_section .contact_list_inner .c_list_card .icons .dot_anim:nth-child(3) {
  left: 50px;
  bottom: 70px;
}
.contact_list_section
  .contact_list_inner
  .c_list_card:hover
  .icons
  .dot_anim:nth-child(3) {
  left: 30px;
  bottom: 40px;
}
.contact_list_section .contact_list_inner .c_list_card:hover .dot_block {
  transform: rotate(0deg);
}

.map_section {
  position: relative;
  width: 100%;
}
.map_section .map_inner{
  width: 100%;
  border-radius: 12px;
}
.map_section .map_inner iframe{
  width: 100%;
  border-radius: 12px;
}
.top_home_wraper.white_option {
 
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
.white_option .navbar-expand-lg .navbar-nav .nav-link ,
.white_option .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
  color: var(--body-text-purple);
}
.white_option .navbar-expand-lg .navbar-nav .has_dropdown:hover > a, 
.white_option .navbar-expand-lg .navbar-nav .has_dropdown:hover > .drp_btn ,
.white_option .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover{
  color: var(--main_purple);
}
.white_option .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
  color: var(--text-white);
}
.white_option header.fix_style {
  background: rgba(255, 255, 255, 0.8);
}
.white_option .banner_section {
  position: relative;
  z-index: 9;
}
.white_option .banner_section .banner_text .ban_inner_text h1 {
  color: var(--main_purple);
}
.white_option .banner_section .banner_text .ban_inner_text span {
  color: var(--dark-purple);
}
.white_option .banner_section .banner_text .ban_inner_text span i{
  color: #ff7133;
}
.white_option .banner_section .banner_text .ban_inner_text p {
  color: var(--body-text-purple);
}
.white_option .banner_section .banner_text .btn_group .btn {
  margin: 0 15px;
  transition: .4s all;
}
.white_option .banner_section .banner_text .btn_group .btn:last-child {
  background: transparent;
  border-color: var(--main_purple);
  color: var(--main_purple);
}
.white_option .banner_section .banner_text .btn_group .btn:last-child:hover {
  background-color: var(--main_purple);
  color: var(--text-white);
}
.white_option .banner_section .banner_text .offers {
  display: flex;
  align-items: left;
  justify-content: left;
  margin-top: 20px;
}
.white_option .banner_section .banner_text .offers span {
  color: var(--body-text-purple);
  margin: 0 10px 0 0;
}
.white_option .banner_section .banner_images > img {
  border: 2px solid var(--main_purple);
}
.white_option .anim_shapes span {
  position: absolute;
  z-index: 9;
}
.white_option .anim_shapes span:first-child {
  top: 265px;
  left: 260px;
  animation: moving_object 4s linear infinite;
}
.white_option .anim_shapes span:nth-child(2) {
  top: 470px;
  right: 260px;
  animation: moving_waves 12s infinite linear;
} 
@keyframes fade_in_out {
  
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}
.solution_section {
  position: relative;
}
.solution_section .solution_inner {
  padding: 100px 0;
}
.solution_section .solution_cards {
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--bg-white);
  transition: .4s all;
  margin-top: 20px;

}
.solution_section .solution_cards.scard1 {
  background: rgb(255,240,244);
  background: linear-gradient(54deg, rgba(255,240,244,1) 0%, rgba(246,244,255,1) 100%);
}
.solution_section .solution_cards.scard2 {
  background: rgb(209,255,241);
  background: linear-gradient(54deg, rgba(209,255,241,1) 0%, rgba(246,244,255,1) 100%);
}
.solution_section .solution_cards.scard3 {
  background: rgb(255,242,219);
  background: linear-gradient(54deg, rgba(255,242,219,1) 0%, rgba(246,244,255,1) 100%);
}
.solution_section .solution_cards.scard4 {
  box-shadow: -5px 5px 10px 2px rgba(0, 153, 255, 0.3);
}
.solution_section .solution_cards .icon {
  width: 61px;
}
.solution_section .solution_cards .icon img {
  max-width: 100%;
}
.solution_section .solution_cards .text {
  width: calc(100% - 75px);
  padding-top: 5px;
}
.solution_section .solution_cards .text p {
  margin-bottom: 0;
}
.solution_section .solution_cards h3 {
  margin-bottom: 10px;
  transition: .4s all;
}
.solution_section .solution_cards:hover {

}
.solution_section .solution_cards:hover h3 {
  text-decoration: underline;
}
.what_coustomer_says {
  padding: 50px 0;
}
.what_coustomer_says .section_title {
  margin-bottom: 40px;
}
.what_coustomer_says .coustomer_slide_box {
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: var(--bg-white);
  margin-bottom: 30px;
}
.what_coustomer_says .coustomer_slide_box .avtar_profil {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.what_coustomer_says .coustomer_slide_box .avtar_profil .avatr {
  width: 40px;
}
.what_coustomer_says .coustomer_slide_box .avtar_profil .avatr img {
  max-width: 100%;
}
.what_coustomer_says .coustomer_slide_box .avtar_profil .text {
  width: calc(100% - 50px);
}
.what_coustomer_says .coustomer_slide_box .avtar_profil .text h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}
.what_coustomer_says .coustomer_slide_box .avtar_profil .text span {
  font-size: 14px;
}
.what_coustomer_says .coustomer_slide_box .rating {
  display: flex;
  margin-bottom: 10px;
}
.what_coustomer_says .coustomer_slide_box .rating span {
  font-size: 15px;
  color: #fc9400;
}
.what_coustomer_says .review_summery {
  margin: 35px 15px 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what_coustomer_says .review_summery p {
  margin-bottom: 0;
}
.what_coustomer_says .review_summery .rating {
  display: flex;
  margin-right: 5px;
}
.what_coustomer_says .review_summery .rating span {
  font-size: 18px;
  line-height: 32px;
  color: #fc9400;
  position: relative;
  top: -2px;
}
.what_coustomer_says .review_summery p ,
.what_coustomer_says .review_summery p a {
  font-weight: 700;
  color: var(--main_purple);
  line-height: 32px;
  transition: .4s all;
}
.what_coustomer_says .review_summery p span {
  color: var(--purple);
}
.what_coustomer_says .review_summery p a:hover {
  color: var(--purple);
}


.header_rojo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.franja-roja {
  background-color: rgba(255, 0, 0, 0.5); 
  height: 40px;
  width: 100%;
  position: fixed;
  top: 85px;
  left: 0;
  transition: background-color 0.2s ease;

  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.franja-roja p {
  color: white; 
  margin: 0; 
  font-size: 14px;/
}

.scrolled .franja-roja {
  background-color: rgba(255, 0, 0, 1); 
}

@media (max-width: 768px) {
  .top_home_wraper {
    height: 1350px;
    /* Opcional: si el contenido es más alto, considera usar auto */
    /* height: auto; */
  }
}
@media screen and (min-width: 1920px) and (max-height: 1200px) {
  .top_home_wraper {
    height: 73vh;
  }
}
