/*
Theme Name: Iteck     
Theme URI: https://themeforest.net/
Author: ThemesCamp 
Author URI:  http://themeforest.net/user/themescamp/ 
Description: Iteck is a Modern Software and Technology HTML Theme for agencies to show their creative works.
Version: 1.0.1     
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:-                                                                                                      
--------------------------------------------------------------
* variable
	- text colors
	- background colors
	- border colors
* global
	- Typography
	- To top style
	- inner page style  
	- font family
* helper         
	- font-weight       
	- font-size 
	- line-height
	- text-transform  
	- letter-spacing 
	- Overlay Effect Bg image     
	- margin-top
	- margin-bottom 
	- padding-top
	- padding-bottom
	- the spacing
	- social-media-colors
* buttons
* section title
* top navbar sections
* navbar sections
* header Sections
* about Sections
* services Sections
* choose-us Sections
* portfolio Sections
* testimonials Sections
* pricing Sections
* team Sections
* blog Sections
* faq Sections
* community Sections
* screenshots Sections
* features Sections
* numbers Sections
* clients Sections
* chat-banner Sections
* contact Sections
* download Sections
* footer Sections
* portfolio_page style
* single_project style
* services_page style
* about_page style
* contact_page style
* blog_page style
* shop_page style
* product_page style
* Responsive

------------------------------------------------------------*/
/* ===============================================================
			[ * variable Section ] 
================================================================*/
/* --------------- variable --------------- */
:root {
  /*--color-main: linear-gradient(135deg, #600b56, #150E23);*/
  --color-primary: #600b56;
  --color-secondary: #600b56;
  --color-blue2: #4a00e1;
  --color-blue4: #5842bc;
  --color-blue5: #600b56;
  --color-blue6: #6640f4;
  --color-blue7: #8169f1;
  --color-lightBlue: #600b56;
  --color-darkBlue: #010049;
  --color-darkBlue2: #1f227d;
  --color-orange1: #ff7a41;
  --color-orange2: #f6c463;
  --color-orange3: #f9a41f;
  --color-red1: #cc2131;
  --color-red2: #ef1552;
  --color-green: #00c057;
  --color-yellowGreen: #cef54b;
  --color-gray: #eef4f8;
  --color-gray2: #f0eff5;
  --color-main-grad: linear-gradient(to right, #600b56 0%, #150E23 100%);
}

.bg-main {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
}

.hover-darkBlue:hover {
  color: var(--color-darkBlue) !important;
}

.bg-gray {
  background: #ffffff0a !important;
}



.color-blue2 {
  color: var(--color-blue2) !important;
}

.color-blue4 {
  color: var(--color-blue4) !important;
}

.bg-blue4 {
  background-color: #600b56 !important;
}

.color-blue5 {
  color: var(--color-blue5) !important;
}

.color-blue6 {
  color: var(--color-blue6) !important;
}

.color-blue7 {
  color: var(--color-blue7) !important;
}

/* ===============================================================
			[ * global Section ] 
================================================================*/
/* --------------- global --------------- */
*,
* button:focus {
  outline: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}

body.style-6 {
  padding: 30px 30px 0;
}

.home-style-8 {
  color: #000;
}

.home-style-8 a:hover {
  color: var(--color-main);
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}



.container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 30px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5)>* {
  padding-right: 15px;
  padding-left: 15px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}


.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none !important;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.bi {
  display: inline-block;
}

.text {
  font-size: 15px;
  line-height: 2;
}

.small {
  margin-bottom: 0px;
}

.small,
small {
  font-size: 13px;
  line-height: 1.7;
  display: inline-block;
}

small.text {
  font-size: 12px;
  color: white;
}

.text-gray {
  color: #666;
}

.bg-gray5 {
  background-color: #ffffff;
}

.section-padding {
  padding: 0px 0;
}

.swiper-pagination {
  width: 100%;
  bottom: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-main);
  font-size: 15px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--color-main-grad);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  border: 0;
  font-size: 80%;
}

.dropdown-menu {
  min-width: 170px;
  padding: 15px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-----------------estilos de undercodeec-undercodeec------------------*/
.burbuja-rotar2 {
  position: absolute;
  max-width: 35%;
  z-index: 0;
  right: 0;
  animation: rotacion 50s linear infinite;
  /* Rota de forma continua */
}

.burbuja-rotar {
  position: absolute;
  left: -51px;
  animation: rotacion 50s linear infinite;
  /* Rota de forma continua */
  max-width: 35%;
  z-index: 0;
}

@keyframes rotacion {
  from {
    transform: rotate(0deg);
    /* Comienza en 0 grados */
  }

  to {
    transform: rotate(360deg);
    /* Rota hasta 360 grados */
  }
}

img.animacion-oferta {
  position: absolute;
  max-width: 184px;
  top: 40px;
  right: 116px;
  z-index: 0;
  animation: agitarMegafono 5s ease-in-out infinite;
  transform-origin: bottom left;
}

@keyframes agitarMegafono {
  0% {
    transform: rotate(0deg) translateX(0);
  }

  25% {
    transform: rotate(-6deg) translateX(-4px);
  }

  50% {
    transform: rotate(0deg) translateX(0);
  }

  75% {
    transform: rotate(6deg) translateX(4px);
  }

  100% {
    transform: rotate(0deg) translateX(0);
  }
}


img.animacion-chat {
  position: absolute;
  top: 164px;
  right: 280px;
  animation: chatSway 2s ease-in-out infinite;
  max-width: 15%;
}

/* Animación más sutil */
@keyframes chatSway {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

img.animacion-buzon {
  position: absolute;
  top: 80px;
  right: 285px;
  max-width: 48px;
  animation: buzónPulsarMover 3s ease-in-out infinite;
  transform-origin: center;
}

/* Animación de agrandamiento y flotación */
@keyframes buzónPulsarMover {
  0% {
    transform: scale(1) translateY(0);
  }

  25% {
    transform: scale(1.1) translateY(-5px);
  }

  50% {
    transform: scale(1) translateY(0);
  }

  75% {
    transform: scale(1.1) translateY(5px);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

img.animacion-cabeza {
  position: absolute;
  top: 31px;
  right: 109px;
  max-width: 60px;
  animation: headSway 3s ease-in-out infinite;
  transform-origin: center center;
  pointer-events: none;
  z-index: 10;
}

/* Definición de la animación */
@keyframes headSway {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


img.animacion-cuerpo {
  position: absolute;
  top: 0px;
  right: 70px;
}

/* Contenedor general */
.undercodeec-container {

  min-height: 100vh;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Tarjeta principal */
.undercodeec-card {
  background: #ffffff;
  width: 100%;
  max-width: 768px;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

/* Header */
.undercodeec-header {
  position: relative;
  padding: 65px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(270deg, #181028, #600b56, #181028);
  background-size: 600% 600%;
  animation: lavaGlow 12s ease infinite;
}

/* Fondo que se desplaza como lava */
@keyframes lavaGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.lava-bubbles2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.bubble2 {
  position: absolute;
  bottom: -100px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: bubbleFloat2 8s ease-in infinite;
  opacity: 0.6;
}

@keyframes bubbleFloat2 {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-200px) scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-400px) scale(0.8);
    opacity: 0;
  }
}

.undercodeec-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.undercodeec-subtitle {
  margin-top: 0.5rem;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.undercodeec-paragraph {
  margin-top: 0.25rem;
  font-size: 15px;
}

/* Botón */

/* Imagen flotante */

/* Info bloque negro */
.undercodeec-info {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(to right, #0f0c1c, #181028) !important;
  position: relative;
  z-index: 1;
}

.undercodeec-info h2 {
  font-size: 25px;
  font-weight: 700;
}

/* Links */
.undercodeec-links {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.undercodeec-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 20px;
}

.undercodeec-link:hover {
  color: #1e3a8a;
}

/* Colores específicos */
.undercodeec-link.whatsapp:hover {
  color: #22c55e;
}

.undercodeec-link.instagram:hover {
  color: #ec4899;
}

.undercodeec-link.facebook:hover {
  color: #1d4ed8;
}


/*----------------- estilo de politicas play console--------------------*/

.politica-descripcion {
  font-weight: 600;
  color: #555;
  margin-bottom: 0.5rem;
}

.politica-content a {
  color: #007BFF;
  /* azul moderno */
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.politica-content a:hover {
  color: #0056b3;
  /* azul más oscuro al pasar el mouse */
}


.politica-tags .tag {
  cursor: pointer;
  /* Cambia el cursor a una mano cuando pasas el ratón sobre la etiqueta */
  text-decoration: underline;
  /* Subraya las etiquetas */
  color: #007BFF;
  /* Cambia el color del texto a azul, como un enlace */
  font-weight: bold;
  /* Puedes agregar negrita si quieres que se vea más destacado */
  margin-right: 20px;
  /* Espaciado entre las etiquetas */
}

.politica-tags .tag:hover {
  color: #0056b3;
  /* Cambia el color al pasar el ratón sobre la etiqueta */
  text-decoration: underline;
  /* Mantiene el subrayado al pasar el ratón */
}

.politica-tags {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  background-color: #eef4ff;
  color: #007bff;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
}

img.testi-globe2 {
  position: absolute;
  top: 146vh;
  left: 617px;
  width: 50%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
  max-width: 70%;
}

img.testi-globe1 {
  position: absolute;
  top: 36px;
  left: -120px;
  width: 110%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
  max-width: 70%;
  z-index: 0;
}

.textplayconsole {
  position: absolute;
  top: 77px;
  left: 59px;
  z-index: 3;
  /* más alto que overlay */
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 8px;
}

.textplayconsole a {
  color: #93c5fd;
  /* azul claro */
  text-decoration: none;
  font-weight: 500;
}

.textplayconsole p {
  margin: 0;
}


/* Sección general */
.politica-section {
  background-color: #f3f4f6;

  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Contenedor de todo */
.politica-container {
  /* max-width: 900px; */
  /* margin: 0 auto; */
  background-color: #ffffff;
  /* border-radius: 1rem; */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Header con imagen */
.politica-header {
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 50%, rgba(153, 193, 255, 0.4), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(153, 193, 255, 0.25), transparent 60%),
    linear-gradient(to right, #f5f9ff, #eaf3ff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  z-index: 1;
}


.politica-header::before,
.politica-header::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.6;
  animation: blobAnim 20s infinite ease-in-out;
  z-index: 0;
}

.politica-header::before {
  width: 300px;
  height: 300px;
  top: -50px;
  left: -100px;
  background: radial-gradient(circle, #93c5fd, #6366f1);
  animation-delay: 0s;
}

.politica-header::after {
  width: 250px;
  height: 250px;
  bottom: -40px;
  right: -80px;
  background: radial-gradient(circle, #a5b4fc, #60a5fa);
  animation-delay: 5s;
}

@keyframes blobAnim {

  0%,
  100% {
    transform: scale(1) translate(0, 0);
    border-radius: 50%;
  }

  33% {
    transform: scale(1.1, 0.9) translate(20px, -10px);
    border-radius: 60% 40% 60% 40%;
  }

  66% {
    transform: scale(0.95, 1.1) translate(-15px, 10px);
    border-radius: 40% 60% 40% 60%;
  }
}


.politica-header-img {
  height: 75%;
  max-width: 40%;
  object-fit: contain;
  z-index: 1;
  position: absolute;
  right: 0;
}


/* Capa oscura para contraste */
.politica-header-overlay {
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* alineado a la izquierda */
  padding-left: 2rem;
}


.politica-header-overlay h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

/* Contenido */
.politica-content {

  padding: 40px 362px 40px 20px;
  color: #374151;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* Subtítulos */
.politica-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

/* Párrafos y listas */
.politica-content p {
  font-size: 15px;
  margin-bottom: 0.75rem;
}

.politica-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.politica-content li {
  list-style-type: disc;
  margin-bottom: 0.5rem;
  font-size: 15px;
}

/* Enlace al final */

/* --------------- Start Preloader --------------- */

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#600b56), to(#150E23));
  background: -webkit-linear-gradient(left, #600b56 0%, #150E23 100%);
  background: -o-linear-gradient(left, #600b56 0%, #150E23 100%);
  background: linear-gradient(to right, #600b56 0%, #150E23 100%);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading {
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 9999999999;
}

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* --------------- End Preloader --------------- */
/* --------------- to_top button --------------- */

/* --------------- pagination style --------------- */
.pagination.style-5 a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid #9993;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  color: #666;
}

.pagination.style-5 a .text {
  padding: 3px 10px;
  font-size: 11px;
}

.pagination.color-5 a:hover {
  color: var(--color-blue5) !important;
  border-color: var(--color-blue5);
}

.pagination.color-5 a.active {
  color: #fff;
  border-color: var(--color-blue5);
  background-color: var(--color-blue5);
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/**
 * ----------------------------------------
 * animation wave
 * ----------------------------------------
*/
.wave {
  -webkit-animation: wave 2s ease-in-out infinite alternate both;
  animation: wave 2s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

/**
 * ----------------------------------------
 * animation scale_up_down
 * ----------------------------------------
*/
.scale_up_down {
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */

.radius-5 {
  border-radius: 12px !important;
}

.radius-7 {
  border-radius: 20px !important;
}

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-10 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 0px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* --------------- padding classes --------------- */

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;

}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 50px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* --------------- opacity classes --------------- */

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

/* --------------- lineHeight classes --------------- */

/* --------------- border color classes --------------- */

.brd-gray {
  border-color: #0002 !important;
}

.bg-black {
  background-color: #ffffff !important;
}

.title-gradient {

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #efa238 73%, #efa238 100%);
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}


/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important;
}

.color-666 {
  color: #666 !important;
}

.color-777 {
  color: #777 !important;
}

/* --------------- icons size --------------- */
.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-35 {
  width: 35px;
  height: 35px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

/* --------------- img classes --------------- */
.img-cover {
  display: block;
}

.img-cover img {

  -o-object-fit: cover;
  object-fit: contain;
}

.img-contain {
  display: block;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* --------------- letter spacing classes --------------- */

.fs-10px {
  font-size: 10px !important;
}

.fs-12px {
  font-size: 15px !important;
}

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- buttons styles --------------- */

.btn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.btn span {
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}


.btn small {
  font-size: 12px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}


.btn.butn-gard::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, #181028 10%, #600b56 45%, #600b56, #181028);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.btn.butn-gard:hover::before {
  left: -50%;
}


.btn.butn-blue6 {
  background: var(--color-blue6);
}


.btn.butn-blue6 span,
.btn.butn-blue6 small {
  color: #fff;
}


.btn.blue5-3Dbutn {
  background: var(--color-blue5);
  -webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
  box-shadow: 0px 4px 0px 0px var(--color-blue4);
  -webkit-filter: drop-shadow(0 13px 20px #07397235);
  filter: drop-shadow(0 13px 20px #07397235);
  font-size: 12px;
}


.btn.blue5-3Dbutn:hover {
  background: var(--color-blue5);
  transition: all 0.3s ease;
}


.btn.blue5-3Dbutn span,
.btn.blue5-3Dbutn small {
  color: #fff;
}


.btn.sm-butn {
  padding: 10px 25px;
}


.btn.sm-butn span {
  font-size: 12px;
}
a.btn.rounded-pill.bg-white.border-1.border-white.text-dark.sm-butn.me-2{
  background-color: white;
  color: #212529;
}
a.btn.rounded-pill.bg-white.border-1.border-white.text-dark.sm-butn.me-2:hover {

background-color: transparent;
}

.btn:hover span {
  color: rgb(255, 255, 255);
}


.btn.hover-darkBlue:hover {
  background: var(--color-darkBlue);
  border-color: transparent !important;
}


.btn.hover-darkBlue:hover span,
.btn.hover-darkBlue:hover small {
  color: #fff;
}


.btn.hover-blue2:hover {
  border-color: transparent !important;
}


.btn.hover-blue2:hover span,
.btn.hover-blue2:hover small {
  color: #fff;
}

.scale_up_down {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}

@-webkit-keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ===============================================================
			[ * section title ] 
================================================================*/
/* --------------- section head styles --------------- */
.section-head h6 {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.section-head.style-3 {
  margin-bottom: 50px;
}

.section-head.style-3 h3 {
  font-size: 27px;
  text-transform: capitalize;
}

.section-head.style-3 h3 span {
  font-weight: 400;
  color: var(--color-blue2);
  font-style: italic;
  position: relative;
}

.section-head.style-3 h3 span::after {
  position: absolute;
  content: "";
  background-image: url(../img/section_head/title_shap1.png);
  left: 0;
  bottom: -15px;
  width: calc(100% + 40px);
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------- section style-4 --------------- */
.section-head.style-4 .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
  margin-bottom: 20px;
}

.section-head.style-4 h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
}

.section-head.style-4 h2 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #efa238 73%, #efa238 100%);
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.section-head.style-4 h5 {
  font-size: 16px;
  font-weight: bold;
  color: #a44cee;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px;
}

/* --------------- section style-5 --------------- */
.section-head.style-5 h2 {
  font-size: 45px;
}

.section-head.style-5 h2 span {
  color: var(--color-blue5);
  position: relative;
  display: inline-block;
  padding: 5px 5px;
  margin: 0 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #0f0c1c 73%, #efa238 100%);
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 9;
}


.section-head.style-5 p {
  color: #666;
  font-size: 15px;
}

/* --------------- section style-6 --------------- */
.section-head.style-6 h2 {
  color: #000;
  font-size: 45px;
}

.section-head.style-6 h2 span {
  position: relative;
  padding: 10px 20px;
}

.section-head.style-6 h2 span small {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #fff;
}

.section-head.style-6 h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* --------------- section style-8 --------------- */

img.softunder {
  width: 400px;
  position: absolute;
  
}

.section-head.style-8 h6 {
  font-weight: normal;
  font-size: 14px;
  color: var(--color-main);
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-head.style-8 h3 {
  color: var(--color-blue5);
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #0f0c1c 73%, #efa238 100%);
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
  z-index: 9;
}

/* --------------- section style-9 --------------- */

/* --------------- section style-12 --------------- */

/* --------------- section style-13 --------------- */

/* ===============================================================
			[ * top navbar Section ] 
================================================================*/
.top-navbar {
  z-index: 9999;
}

/* --------------- top navbar styles --------------- */
.top-navbar.style-1 {
  background: var(--color-main-grad);
  position: relative;
  z-index: 9999;
}

.top-navbar.style-1 .r-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-navbar.style-1 .r-side .socail-icons {
  border-right: 1px solid #fff4;
  padding-right: 10px;
  margin-right: 14px;
}

.top-navbar.style-1 .r-side .socail-icons a {
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
}

.top-navbar.style-1 .r-side .dropdown {
  color: #fff;
  font-size: 11px;
}

.top-navbar.style-1 .r-side .dropdown img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------- top navbar style-4 --------------- */
.top-navbar.style-4 {
  background-image: url(../img/top_nav_s4.png);
  background-size: cover;
  background-position: top;

  text-align: center;
}

/* --------------- top navbar style-5 --------------- 
.top-navbar.style-5 {
  padding: 10px 15px;
  text-align: center;
  background-color: var(--color-blue5); }*/

/* --------------- top navbar style-7 --------------- */

/* --------------- top navbar style 9 --------------- */

/* --------------- top navbar style 11 --------------- */

/* --------------- top navbar style 9 --------------- */

/* ===============================================================
			[ * top side menu Section ] 
================================================================*/

/* ===============================================================
			[ * navbar Section ] 
================================================================*/
/* --------------- navbar styles --------------- */

.navbar {
  z-index: 999;
}

.navbar .nav-link {
  cursor: pointer;
}

.navbar.nav-scroll {
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed !important;
  top: calc(var(--promo-banner-height, 0px) - 100px) !important;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 !important;
  margin: 0 !important;
}

.navbar.style-1 {
  padding: 30px 0;
}

.navbar.style-1 .navbar-brand {
  margin-right: 40px;
  width: 85px;
}

.nav-preview.style-1 .navbar-brand {
  width: 85px !important;
}

.navbar-brand img,
.nav-preview .navbar-brand img {
  width: 55px !important;
  height: 55px !important;
  object-fit: contain !important;
  display: block;
}

.navbar.style-1 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 2;
  margin: 0 7px;
  text-transform: capitalize;
}

.navbar.style-1 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-main);
}

.navbar.style-1 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.style-1 .qoute-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.style-2.nav-scroll {
  background-color: #010049 !important;
}

.navbar.style-2 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  padding: 30px 30px;
  border-bottom: 2px solid transparent;
  position: relative;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #fff2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link.active,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--color-lightBlue);
}

.navbar.style-2 .navbar-nav .nav-item .nav-link.active::before,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover::before {
  height: 100%;
}

.navbar.style-2 .qoute-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.style-2 .qoute-nav a {
  color: #fff;
}

.navbar.style-2 .dropdown-menu {
  background: #348CB2;
  border-radius: 0;
}

.navbar.style-3 {
  padding: 20px 0;
}

.navbar.style-3.nav-scroll {
  background-color: #4A00E1 !important;
}

.navbar.style-3 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-3 .navbar-nav .nav-item .nav-link {
  font-size: 11px;
  color: #fff;
  margin: 0 5px;
  padding: 10px 20px;
  border-radius: 30px;
}

.navbar.style-3 .navbar-nav .nav-item .nav-link.active,
.navbar.style-3 .navbar-nav .nav-item .nav-link:hover {
  background-color: #0002;
}

.navbar.style-4 {
  position: relative;
  z-index: 99;
  padding: 20px 15px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -38px;
}

.navbar.style-4 .navbar-brand {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 15px;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  -ms-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  width: 55px;
  height: 30px;
  background-image: url(../img/icons/nav_icon/active_s4.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link:hover,
.navbar.style-4 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-blue4);
}

.navbar.style-4 .navbar-nav .nav-item .nav-link:hover::before,
.navbar.style-4 .navbar-nav .nav-item .nav-link.active::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.nav-preview {
  background: linear-gradient(to right, #000000 0%, #600b56 100%, #150E23 100%) !important;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-preview {
    padding: 20px 10px !important;
  }
}

.nav-preview.nav-scroll {
  background: linear-gradient(to right, #000000 0%, #600b56 100%, #150E23 100%) !important;
}

.nav-preview .navbar-nav {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-preview .navbar-nav .nav-item .nav-links {
  font-size: 14px;
  font-weight: 500;
  padding: 35px 10px;
  margin: 0 15px;
  color: white;
}

@media screen and (max-width: 991px) {
  .nav-preview .navbar-nav .nav-item .nav-links {
    padding: 10px 0;
    margin: 0;
  }
}

.nav-preview .navbar-nav .nav-item .nav-links .icon {
  font-size: 10px;
}

.nav-preview .navbar-nav .nav-item .new {
  font-size: 10px;
  padding: 3px 15px;
  color: #000;
  background: #02b5ff33;
  border-radius: 8px;
  text-transform: uppercase;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.nav-preview .dropDown {
  position: relative;
}

.nav-preview .dropDown:hover .dropDownMenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: all;
}

.nav-preview .dropDown .dropDownMenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 150%;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  min-width: 230px;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
}

.nav-preview .dropDown .dropDownMenu::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #600b56), color-stop(45%, #efa238));
  background: -webkit-linear-gradient(left, #600b56 10%, #efa238 45%);
  background: -o-linear-gradient(left, #600b56 10%, #efa238 45%);
  background: linear-gradient(to right, #600b56 10%, #efa238 45%);
}

.nav-preview .dropDown .dropDownMenu .dropdown-items {
  position: relative;
  text-transform: capitalize;
  padding: 7px 20px;
}

.nav-preview .dropDown .dropDownMenu .dropdown-items:hover .subDropDown {
  opacity: 1;
  visibility: visible;
  top: 0;
  pointer-events: all;
}

.nav-preview .dropDown .dropDownMenu .dropdown-items .subDropDown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  right: 100%;
  padding: 10px 0;
  background-color: #fff;
  min-width: 230px;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
}

.nav-preview .dropDown .dropDownMenu .dropdown-items .subDropDown::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #600b56), color-stop(45%, #150E23));
  background: -webkit-linear-gradient(left, #600b56 10%, #150E23 45%);
  background: -o-linear-gradient(left, #600b56 10%, #150E23 45%);
  background: linear-gradient(to right, #600b56 10%, #150E23 45%);
}

.nav-preview .dropDown .dropDownMenu .dropdown-items .subDropDown .subLink {
  position: relative;
  text-transform: capitalize;
  padding: 7px 0 7px 20px;
}

.nav-preview .dropDown .dropDownMenu .dropdown-items .subDropDown .subLink .alert {
  position: absolute;
  top: 9px;
  left: calc(100% + 8px);
  border: 0;
  font-size: 8px;
  text-transform: uppercase;
  padding: 2px 10px;
  font-weight: bold;
}

.nav-preview .dropDown.megaMenu {
  position: static;
}

.nav-preview .dropDown.megaMenu .dropDownMenu {
  left: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-preview .dropDown.megaMenu .dropDownMenu .dropdown-items {
  padding: 30px;
  border-right: 1px solid #9993;
}

.nav-preview .dropDown.megaMenu .dropDownMenu .dropdown-items:last-of-type {
  border: 0;
}

.nav-preview .dropDown.megaMenu .dropDownMenu .dropdown-items .menuLink {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.nav-preview .dropDown.megaMenu .dropDownMenu .subDropDown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  top: 0;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.nav-preview .dropDown.megaMenu .dropDownMenu .subDropDown::before {
  display: none;
}

.nav-preview .dropDown.megaMenu .dropDownMenu .subDropDown .subLink {
  padding: 7px 0;
  font-size: 13px;
}

.nav-preview .megaMenu.col3 .dropDownMenu {
  min-width: 0px;
}

.nav-preview .megaMenu.col3 .dropDownMenu .dropdown-items {
  width: 100%;
}


/* ===============================================================
			[ * header Section ] 
================================================================*/
/* --------------- header styles --------------- */

.bubble {
  position: absolute;
  left: 7%;
  z-index: 0;


}

.responsive-section {
  padding: 4rem 2rem;
  background-color: #fff;
}

.responsive-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.responsive-text {
  flex: 1 1 500px;
}

.section-subtitle {
  font-size: 1.5rem;
  color: #666;
  font-weight: 300;
  margin-bottom: 10px;
}

.section-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #efa238 73%, #efa238 100%);
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.section-description {
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 1.8;
}

.responsive-video-container {
  position: relative;
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-frame {
  width: 100%;
  max-width: 560px;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.video-iframe {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}





header.style-1 {
  position: relative;
}

header.style-1 .content {
  position: relative;
  z-index: 10;
}

header.style-1 .info .section-head h2 {
  font-size: 55px;
}

header.style-1 .info .text {
  font-size: 14px;
  color: #666666;
  width: 80%;
}

header.style-1 .info .bttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.style-2 {
  position: relative;
  min-height: 100vh;
  padding: 185px 0 100px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40%, #062063), color-stop(40%, #157aa6));
  background: -webkit-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: -o-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: linear-gradient(to top, #062063 -40%, #157aa6 40%);
}

header.style-2 .content {
  position: relative;
  z-index: 5;
}

header.style-2 .content h1 {
  font-size: 123px;
  letter-spacing: 75px;
  display: inline-block;
  padding-left: 75px;
}

header.style-2 .content h4 {
  font-weight: 600;
}

header.style-2 .content p {
  font-size: 20px;
}

header.style-2 .content p.d-block {
  font-size: 16px;
}

header.style-3 {
  background-color: var(--color-blue2);
  position: relative;
  padding: 100px 0 30px;
}

header.style-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/0011.png);
  background-size: 80%;
  background-repeat: repeat;
  background-position: bottom;
  opacity: 0.08;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
}

header.style-3 .main-img {
  position: absolute;
  right: 0;
  top: 200px;
  width: 55%;
  height: calc(100% - 300px);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

header.style-3 .main-img .pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

header.style-3 .main-img .circle {
  position: absolute;
  width: 55%;
  top: 10.5%;
  right: 20%;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

header.style-3 .content .info .h1 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

header.style-3 .content .info .h1 span {
  font-weight: 400;
  position: relative;
  font-style: italic;
}

header.style-3 .content .info .h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 160px;
  height: 30px;
  background-image: url(../img/header/info_h1_line.png);
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: left;
}

header.style-3 .content .info .p {
  color: #ccccff;
  margin-top: 40px;
}

header.style-3 .content .info .h5 {
  color: #fffefe;
  font-size: 16px;
  font-weight: bold;
  margin-top: 80px;
  position: relative;
}

header.style-3 .content .info .h5::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: -10px;
  width: 50px;
  height: 100px;
  background-image: url(../img/header/head3_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header.style-3 .content .info .form-group .form-control,
header.style-3 .content .info .form-group .form-select {
  padding: 12px 20px;
  font-size: 12px;
  border: 0;
  border-radius: 30px;
}

/* ------------ animation -------- */
header.style-4 {
  position: relative;
  padding: 60px 0;
}

header.style-4 .content {
  position: relative;
  overflow: hidden;
}

header.style-4 .content .info .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
}

header.style-4 .content .info h1 {
  font-size: 52px;
  line-height: 60px;
  color: #000;
}

header.style-4 .content .info h1 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #efa238 73%, #efa238 100%);
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}

header.style-4 .content .info .text {
  color: #666;
  font-size: 15px;
}

header.style-4 .content .info .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.style-4 .content .info .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #5842bc99;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

header.style-4 .content .info .play-btn .icon i {
  color: var(--color-blue4);
  font-size: 16px;
}

header.style-4 .content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

header.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: -10px;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 1;
}

header.style-5 {
  position: relative;
  padding: 60px 0 0;
  overflow: hidden;
  background: -moz-linear-gradient(bottom, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(74%, #edf4fe), to(#e7f1ff));
  background: -o-linear-gradient(bottom, #ffffff 0%, #edf4fe 74%, #e7f1ff 100%);
  background: linear-gradient(to top, #ffffff 0%, #edf4fe 74%, #ffffff 100%);
}

header.style-5 .info {
  text-align: center;
}

header.style-5 .info h1 {
  line-height: 1.2;
  letter-spacing: -2px;
  -webkit-text-fill-color: #00000000;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #0f0c1c 73%, #efa238 100%);
  -webkit-background-clip: text;
}

header.style-5 .info h1 span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #0f0c1c 73%, #efa238 100%);
}

header.style-5 .info p {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
}

header.style-5 .info .form {
  text-align: center;
}

header.style-5 .info .form .form-group {
  position: relative;
  max-width: 500px;
  margin: 40px auto;
}

header.style-5 .info .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 13px;
  font-size: 18px;
}

header.style-5 .info .form .form-group input {
  width: 100%;
  padding: 16px 180px 16px 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
}

header.style-5 .info .form .form-group .btn {
  position: absolute;
  right: 8px;
  top: 7px;
}

header.style-5 .main-img {
  margin-top: 85px;
  position: relative;
  z-index: 10;
}

header.style-6 {
  position: relative;

  overflow: hidden;
}

header.style-6 .content {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 30px;
  border-radius: 30px;
}

header.style-6 .info {
  text-align: center;
  position: relative;
  z-index: 5;
  padding-top: 30px;
}

header.style-6 .info h6 {
  color: #666;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

header.style-6 .info h1 {
  font-size: 68px;
  color: #000;
  line-height: 1.1;
}

header.style-6 .info h1 span {
  color: #fff;
  position: relative;
  padding: 10px 20px;
}

header.style-6 .info h1 span small {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 68px;
}

header.style-6 .info h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px 30px;
  background-image: url(../img/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

header.style-6 .info .text {
  font-size: 14px;
  color: #666;
  margin-top: 50px;
}

header.style-6 .info .form {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}

header.style-6 .info .form .form-group {
  width: 38%;
  border-right: 1px solid #9994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

header.style-6 .info .form .form-group:last-of-type {
  border: 0;
}

header.style-6 .info .form .form-group input {
  background-color: #fff;
  border: 0;
  color: #000;
  font-size: 12px;
  width: 100%;
}

header.style-6 .info .form .form-group input::-webkit-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input:-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::placeholder {
  opacity: 0.7;
}

header.style-6 .hand-mega {
  position: absolute;
  width: 15%;
  top: 15%;
  left: 2%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

header.style-6 .head6-rating {
  position: absolute;
  width: 18%;
  bottom: 27%;
  left: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

header.style-6 .target-3d {
  position: absolute;
  width: 20%;
  bottom: 29px;
  left: 35%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

header.style-6 .head6-charts {
  position: absolute;
  width: 14%;
  top: 20%;
  right: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

header.style-6 .head6-rocket {
  position: absolute;
  width: 20%;
  bottom: 10%;
  right: -20px;
  z-index: 2;
}

header.style-8 {
  background-image: url(../img/header/header8_pattern.svg);
  background-size: cover;
  background-attachment: fixed;
}

header.style-8 .info h1 {
  font-size: 50px;
  margin-bottom: 25px;
  margin-top: 10px;
  line-height: 1.2;
  letter-spacing: -2px;
  -webkit-text-fill-color: #00000000;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #0f0c1c 73%, #efa238 100%);
  -webkit-background-clip: text;
}

header.style-8 .info .form h5 {
  font-size: 20px;
  font-weight: 300;
}

header.style-8 .info .form .form-group {
  position: relative;
}

header.style-8 .info .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 50px;
}

header.style-8 .info .form-group input {
  border: 0;
}

header.style-8 .info .form-group input::-webkit-input-placeholder {
  color: #9999;
}

header.style-8 .info .form-group input:-ms-input-placeholder {
  color: #9999;
}

header.style-8 .info .form-group input::-ms-input-placeholder {
  color: #9999;
}

header.style-8 .info .form-group input::placeholder {
  color: #9999;
}

@-webkit-keyframes afterline {
  0% {
    top: -20px;
  }

  100% {
    top: 100%;
  }
}

@keyframes afterline {
  0% {
    top: -20px;
  }

  100% {
    top: 100%;
  }
}

/* ===============================================================
			[ * about Section ] 
================================================================*/
/* --------------- about styles --------------- */
.about.style-1 {
  position: relative;
}

.about.style-1 .content {
  padding: 65px 120px;
  background: var(--color-main-grad);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
}

.about.style-3 {
  position: relative;
}

.about.style-3 .info h5 {
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 25px;
}

.about.style-3 .info .text {
  color: #666;
}

.about.style-3 .info ul li {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
}

.about.style-3 .info ul li i {
  color: var(--color-blue2);
}

.about.style-4 {
  overflow: hidden;
  position: relative;
}

.about.style-4 .top-wave {
  position: absolute;
  top: -2px;
  width: 100%;
}

.about.style-4 .bottom-wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about.style-4 .content {
  position: relative;
  padding: 60px 0;
}

.about.style-4 .content ul li h6 {
  font-size: 15px;
}

.about.style-4 .content.frs-content .lines,
.about.style-4 .content.trd-content .lines {
  position: absolute;
  left: 0;
  top: -80px;
  width: 40%;
  max-width: unset;
  max-height: unset;
}

.about.style-4 .content.frs-content .bubble,
.about.style-4 .content.trd-content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-4 .content.sec-content .bubble2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-4 .integration {
  position: relative;
}

.about.style-4 .integration .intg-back {
  position: absolute;
  left: 0;
  bottom: 19%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-4 .integration .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about.style-4 .integration .content .img {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

.about.style-4 .integration .content .img:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  max-width: 11%;
}

.about.style-4 .integration .content .img:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  max-width: 11%;
}

.about.style-4 .integration .content .img:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  max-width: 11%;
}

.about.style-4 .integration .content .img:nth-of-type(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  max-width: 11%;
}

.about.style-4 .integration .content .img:nth-of-type(5) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
  max-width: 11%;
}

img.googlecali {
  max-width: 40%;
}

.about.style-5 .content {
  padding: 50px 0;
}

.about.style-5 .content p {
  font-size: 15px;
  color: #777;
  line-height: 2;
}

.about.style-5 .content .line-links {
  margin-top: 35px;
}

.about.style-5 .content .line-links a {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #9993;
  padding: 13px 0;
  display: block;
  width: 100%;
}

.about.style-5 .content .line-links a:last-of-type {
  border-bottom: 0;
}

.about.style-5 .content .line-links a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: var(--color-blue5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about.style-5 .content .line-links a:hover::after {
  width: 100%;
}

.about.style-5 .content .img {
  position: relative;
  text-align: right;
}

.about.style-5 .content .img.main-img1 .img-body {
  position: relative;
  z-index: 2;
  top: 50px;
  -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
  max-width: 80%;
}

.about.style-5 .content .img.main-img1 img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.about.style-5 .content .img.main-img2 .img-body {
  position: relative;
  z-index: 2;
  -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
  max-width: 80%;
  left: -80px;
}

.about.style-5 .content .img.main-img2 img {
  position: absolute;
}

.about.style-5 .content .img.main-img2 img:nth-of-type(1) {
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-animation: rotate-center 70s linear infinite both;
  animation: rotate-center 70s linear infinite both;
}

.about.style-5 .content .img.main-img3 {
  position: relative;
}

.about.style-5 .content .img.main-img3 .img-body {
  position: relative;
  z-index: 1;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-5 .content .img.main-img3 img {
  position: absolute;
  right: 0;
  top: 20%;
  width: 100%;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(2) {
  z-index: 3;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(3) {
  z-index: 1;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(4) {
  z-index: 2;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(5) {
  z-index: 4;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.about.style-6 {
  position: relative;
}

.about.style-6 .content {
  border-bottom: 1px solid #9994;
}

.about.style-6 .content .info .text {
  color: #666;
  font-size: 15px;
}

.about.style-6 .bubbles {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about.style-8 .info ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about.style-8 .info ul li .icon {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about.style-8 .info ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.about.style-8 .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-8 .info .author .inf p {
  color: var(--color-main);
}

.about.style-8 .info .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

/* ===============================================================
			[ * services Section ] 
================================================================*/
/* --------------- services styles --------------- */
.services.style-1 {
  position: relative;
}

.tags.style-2 a {
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #131172;
  margin: 3px;
}


.services.style-3 {
  background-color: #f0eff5;
}

.services.style-3 .service-card.style-3 {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
}

.services.style-3 .service-card.style-3 .icon {
  margin-bottom: 60px;
}

.services.style-3 .service-card.style-3 .icon img {
  width: 125px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.services.style-3 .service-card.style-3 .info .title {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: bold;
}

.services.style-3 .service-card.style-3 .info .text {
  font-size: 13px;
  color: #666;
}

.services.style-3 .service-card.style-3 .info a {
  margin-top: 30px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

.services.style-3 .service-card.style-3 .info a:hover {
  color: var(--color-blue2);
}

.services-slider.style-6 .swiper-container {
  padding-bottom: 0px;
}

.service-card.style-6 {
  text-align: center;
  padding: 30px 8%;
  background-color: #f1f2fa;
  border-radius: 30px;
  overflow: hidden;
  margin: 20px 0;
  display: block;
  color: #000;
}

.service-card.style-6 .icon {
  -webkit-filter: drop-shadow(5px 15px 20px #07397255);
  filter: drop-shadow(5px 15px 20px #07397255);
  margin-bottom: 25px;
}

.service-card.style-6 .icon img {
  max-height: 100px;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-card.style-6 .info h5 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}

.service-card.style-6 .info .text {
  font-size: 13px;
  color: #666;
}

.services.style-8 {
  background-image: url(../img/services/serv8_back.png);
  background-size: cover;
}

.services.style-8 .services-slider8 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.services.style-8 .service-card.style-8 {
  text-align: center;
  padding: 50px;
  -webkit-box-shadow: 0px 16px 32px 0px #0000000a;
  box-shadow: 0px 16px 32px 0px #0000000a;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services.style-8 .service-card.style-8:hover {
  -webkit-box-shadow: none;
  box-shadow: none;

}

.services.style-8 .service-card.style-8:hover .info a {
  color: var(--color-main);
}

.services.style-8 .service-card.style-8 .icon {
  margin-bottom: 10px;
}

.services.style-8 .service-card.style-8 .info h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}

.services.style-8 .service-card.style-8 .info p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}

.services.style-8 .service-card.style-8 .info a {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-top: 35px;
}


@media screen and (min-width: 991px) {
  .services-slider8 {
    position: relative;
  }
}

/* ===============================================================
			[ * choose-us Section ] 
================================================================*/
/* --------------- choose-usstyles --------------- */
.choose-us.style-1 {
  position: relative;
}

.choose-us.style-1 .info .text {
  color: #666;
  margin-bottom: 40px;
}

.choose-us.style-1 .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.choose-us.style-1 .info ul li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-main-grad);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.choose-us.style-1 .info ul li h6 {
  font-size: 15px;
  font-weight: 600;
}

.choose-us.style-1 .info .btn {
  margin-top: 60px;
}

.choose-us.style-2 .img img {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.choose-us.style-2 .info h5 {
  font-weight: 600;
}

/* --------------- choose-us style-6 --------------- */
.choose-us.style-6 {
  position: relative;
}

.choose-us.style-6 .section-head.style-6 h2 {
  font-size: 40px;
}

.choose-us.style-6 .info ul li .inf h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
}

.choose-us.style-6 .img {
  padding-top: 50px;
  margin-left: -130px;
}

.choose-us.style-6 .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 200px);
}

.custom-banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  /* separación vertical entre íconos */
  margin-right: 20px;
  position: relative;
}


.social-icons a {
  font-size: 24px;
  transition: transform 0.3s ease;
}

/* Colores específicos */
.social-icons a.facebook {
  color: #1877f2;
  /* Facebook blue */
}

.social-icons a.instagram {
  color: #e1306c;
  /* Instagram pink */
}

.social-icons a.whatsapp {
  color: #25d366;
  /* WhatsApp green */
}

/* Efecto hover */
.social-icons a:hover {
  transform: scale(1.2);
}

/* El globito de mensaje de WhatsApp se mantiene igual */
.whatsapp-message {
  position: absolute;
  top: 84%;
  left: -160px;
  transform: translateY(-50%);
  background-color: #25d366;
  color: white;
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.5s ease-in-out;
}

.banner-left-marketing {
  background: linear-gradient(60deg, #ffcc00, #ff3366, #6600ff, #00cfff, #ffcc00);
  background-size: 400% 400%;
  animation: lavaLamp 15s ease-in-out infinite;
  padding: 30px;
  border-radius: 20px;
  width: 453px;
  text-align: left;
  color: white;
  height: 407px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  left: 120px;
  align-content: center;
  text-align: center;
}

.banner-left-marketing h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.banner-left-marketing h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.banner-left-marketing p {
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

.banner-left {
  background: linear-gradient(60deg,
      #ffcc00,
      #ff3366,
      #6600ff,
      #00cfff,
      #ffcc00);
  background-size: 400% 400%;
  animation: lavaLamp 15s ease-in-out infinite;
  padding: 30px;
  border-radius: 20px;
  width: 350px;
  margin: 10px 116px 10px 0;
  text-align: left;
  color: white;
  height: 350px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Fondo animado */
@keyframes lavaLamp {
  0% {
    background-position: 0% 50%;
  }

  25% {
    background-position: 50% 75%;
  }

  50% {
    background-position: 100% 50%;
  }

  75% {
    background-position: 50% 25%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.banner-left h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 55px;
  position: relative;
  z-index: 2;
}

.banner-left h4,
.banner-left p {
  position: relative;
  z-index: 2;
}

.banner-left h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-left p {
  font-size: 1rem;
}

.banner-right {
  position: relative;
  margin: 10px;
  max-width: 300px;
}

/* Burbujas animadas */

.lava-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

/* Estilo base de burbujas */
.bubble-floating {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
  animation: floatBubble 12s infinite ease-in-out;
}

/* Diferentes burbujas */
.bubble-floating:nth-child(1) {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 10%;
  top: 90%;
  animation-delay: 0s;
}

.bubble-floating:nth-child(2) {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 35%;
  top: 100%;
  animation-delay: 2s;
}

.bubble-floating:nth-child(3) {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.15);
  left: 60%;
  top: 95%;
  animation-delay: 4s;
}

.bubble-floating:nth-child(4) {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.25);
  left: 75%;
  top: 105%;
  animation-delay: 1s;
}

.bubble-floating:nth-child(5) {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.18);
  left: 90%;
  top: 110%;
  animation-delay: 3s;
}

.lava-bubbles span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  animation: floatBubble 15s ease-in-out infinite;
}

.lava-bubbles span:nth-child(1) {
  width: 25px;
  height: 25px;
  left: 10%;
  animation-delay: 0s;
}

.lava-bubbles span:nth-child(2) {
  width: 35px;
  height: 35px;
  left: 30%;
  animation-delay: 3s;
}

.lava-bubbles span:nth-child(3) {
  width: 20px;
  height: 20px;
  left: 50%;
  animation-delay: 5s;
}

.lava-bubbles span:nth-child(4) {
  width: 30px;
  height: 30px;
  left: 70%;
  animation-delay: 1.5s;
}

.lava-bubbles span:nth-child(5) {
  width: 40px;
  height: 40px;
  left: 85%;
  animation-delay: 4s;
}

/* Animación */
@keyframes floatBubble {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-120px) scale(1.2);
    opacity: 0.6;
  }

  100% {
    transform: translateY(-250px) scale(0.9);
    opacity: 0;
  }
}


.body-img {
  width: 100%;
  height: auto;
  display: block;
}

.head-img {
  position: absolute;
  top: -5px;
  left: 77px;
  width: 58px;
  animation: headMove 4s ease-in-out infinite alternate;
  transform-origin: center center;
  pointer-events: none;
  /* para que no interfiera con clics */
}

/* Animación de movimiento tipo "giro ligero con desplazamiento" */
@keyframes headMove {
  0% {
    transform: rotate(-5deg) translateX(-5px);
  }

  100% {
    transform: rotate(5deg) translateX(5px);
  }
}

.marketing-section {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #150E23, #600B56);
  color: #fff;
  justify-content: center;
  margin: 35px 0 10px 0;
}

.marketing-content {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.text-content {
  flex: 1 1 500px;
}

.text-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: bold;
}

.question {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}

.explanation {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.benefits {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.benefits li {
  margin: 0.4rem 0;
  font-size: 1rem;
}

.closing {
  margin-top: 1.5rem;
  font-style: italic;
  color: #ffd700;
}

section.clients.style-5 {
  margin-bottom: 40px;
}

.cta-button {
  margin-top: 1.5rem;
  background-color: #5e17eb;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  z-index: 1;
}

.cta-button:hover {
  background-color: #5e17eb;
}

.image-content {
  flex: 1 1 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.camera-wrapper {
  position: relative;
  width: 390px;
  height: auto;
}

.camera-image {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomPulse 6s ease-in-out infinite;
}

@keyframes zoomPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.eye {
  animation: blink 4s infinite;
  transform-origin: center center;
  z-index: 10;
}


.message-sequence {
  position: absolute;
  top: 0;
  left: 80%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 130px;
}

.message-img {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInAndHold 12s ease-in-out infinite;
  animation-fill-mode: both;
  width: 130px;
  height: auto;
}

/* Aparecen uno por uno */
.sms-1 {
  animation-delay: 0s;
}

.sms-2 {
  animation-delay: 0.8s;
}

.sms-3 {
  animation-delay: 1.6s;
}

.sms-4 {
  animation-delay: 2.4s;
}

.sms-5 {
  animation-delay: 3.2s;
}

@keyframes fadeInAndHold {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Alternar animación entre ojos para que no pestañeen al mismo tiempo */

@keyframes blink {

  0%,
  90%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }

  93%,
  97% {
    opacity: 0.2;
    transform: scaleY(0.1);
  }
}

/* Posiciones flotantes */
.icon-image {
  position: absolute;
  width: 60px;
  animation: float 4s ease-in-out infinite;
}

.icon-like {
  top: -20px;
  left: -20px;
  animation-delay: 0s;
}

.icon-comment {
  top: -20px;
  right: -20px;
  animation-delay: 2s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.relative {
  position: relative;
}

.flex-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-top: 70px;
  z-index: 1;
}

/* Imagen de la cabeza flotante con movimiento suave */
.head-animated {
  animation: headSway 3s ease-in-out infinite;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: -80px;
  left: 365px;

}

@keyframes headSway {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  25% {
    transform: translateX(-50%) rotate(2deg);
  }

  50% {
    transform: translateX(-50%) rotate(0deg);
  }

  75% {
    transform: translateX(-50%) rotate(-2deg);
  }

  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

.inbound-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -2rem;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.inbound-step {
  flex: 1 1 200px;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.inbound-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 1.3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position: center;
  flex-direction: column;
}

.circle-subtext {
  font-size: 12px;
}

.inbound-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.text-3xl {
  font-size: 45px;
}

.inbound-step p {
  font-size: 15px;
  color: #333;
}

/* Estilos únicos para cada paso con degradados parecidos a los de la imagen */
.step-1 {
  background-image: linear-gradient(135deg, #000040, #2D00F7, #FF005C);
}

.step-2 {
  background-image: linear-gradient(135deg, #2900A5, #7000D5, #FC007A);
}

.step-3 {
  background-image: linear-gradient(135deg, #1D0065, #00D2FF, #3700B3);
}

.step-4 {
  background-image: linear-gradient(135deg, #B40056, #FC717E, #7000B8);
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeInOverlay 0.3s ease;
}

@keyframes fadeInOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-formulario {
  background: linear-gradient(145deg, #1a0e2e, #600B56, #2a1045);
  color: white;
  padding: 2.5rem 2.5rem 2rem;
  border-radius: 20px;
  width: 94%;
  max-width: 650px;
  position: relative;
  overflow-y: auto;
  max-height: 90vh;
  box-shadow: 0 25px 60px rgba(96, 11, 86, 0.4), 0 0 0 1px rgba(255,255,255,0.08);
  animation: slideUpModal 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUpModal {
  from { opacity: 0; transform: translateY(30px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.modal-formulario h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  background: linear-gradient(90deg, #fff, #e0b0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modal-formulario > p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.2rem;
}

.modal-formulario form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.modal-formulario input,
.modal-formulario textarea {
  width: 100%;
  margin-top: 0.7rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  outline: none;
}

.modal-formulario input::placeholder,
.modal-formulario textarea::placeholder {
  color: rgba(255,255,255,0.4);
}

.modal-formulario input:focus,
.modal-formulario textarea:focus {
  border-color: rgba(160, 100, 255, 0.6);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 0 0 3px rgba(160, 100, 255, 0.15);
}

.modal-formulario textarea {
  min-height: 80px;
  resize: vertical;
}

.modal-formulario .form-terms {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.3;
}

.modal-formulario .form-terms input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  accent-color: #a064ff;
  cursor: pointer;
}

.modal-formulario .form-terms label {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
}

.modal-formulario .form-terms a {
  color: #c89dff;
  text-decoration: underline;
}

.modal-formulario button[type="submit"] {
  margin-top: 1rem;
  padding: 0.9rem 2rem;
  border: none;
  background: linear-gradient(135deg, #7c3aed, #a855f7, #c084fc);
  color: white;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}

.modal-formulario button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.45);
  background: linear-gradient(135deg, #6d28d9, #9333ea, #a855f7);
}

.modal-formulario button[type="submit"]:active {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
}

.modal-close:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
  transform: rotate(90deg);
}


/* --------------- choose-us style-7 --------------- */

/* --------------- choose-us style-8 --------------- */

/* --------------- choose-us style-9 --------------- */

/* --------------- choose-us style-14 --------------- */

/* ===============================================================
			[ * portfolio Section ] 
================================================================*/
/* --------------- portfolio styles --------------- */
.portfolio.style-1 {
  position: relative;
}

.projects.style-3 {
  background-color: #f0eff5;
}

.project-card.style-3 {
  position: relative;
  overflow: hidden;
}

.project-card.style-3 .img {
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}

.project-card.style-3 .img img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.project-card.style-3 .info {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 20px 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}

.project-card.style-3 .info .h5 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0;
  color: #000;
}

.project-card.style-3 .info .small {
  font-size: 11px;
  color: #999;
}

.project-card.style-3:hover .img img {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}

.project-card.style-3:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* --------------- projects style-6 --------------- */
.projects.style-6 {
  padding: 0 30px;
}

.projects.style-6 .content {
  background-color: #f1f2fa;
  position: relative;
  padding: 100px 0;
  border-radius: 30px;
}

.project-card.style-6 {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin: 0 15px;
}

.project-card.style-6:hover {
  -webkit-box-shadow: 0px 40px 35px 0px #51558622;
  box-shadow: 0px 40px 35px 0px #51558622;
}

.project-card.style-6 a:hover {
  color: var(--color-blue6);
}

.project-card.style-6 .img {
  height: 240px;
  overflow: hidden;
}

.project-card.style-6 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-card.style-6 .info {
  background-color: #fff;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-card.style-6 .info .title {
  color: #000;
  font-size: 21px;
}

.project-card.style-6 .info .title:hover {
  color: var(--color-blue6);
}

.project-card.style-6 .info .title:hover a {
  color: var(--color-blue6);
}

.project-card.style-6 .info small {
  font-size: 11px;
  color: var(--color-blue6);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.project-card.style-6 .info .text {
  font-size: 12px;
  color: #666;
  margin-bottom: 25px;
}

.project-card.style-6 .info .tags span {
  color: #010101;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #f1f2fa;
}

/* --------------- projects style-7 --------------- */

/* --------------- projects style-8 --------------- */
.projects.style-8 {
  overflow: hidden;
}

.projects.style-8 .section-head {
  position: relative;
}

.projects.style-8 .section-head .swiper-button-next,
.projects.style-8 .section-head .swiper-button-prev {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #000;
}

.projects.style-8 .section-head .swiper-button-next:hover,
.projects.style-8 .section-head .swiper-button-prev:hover {
  background: #600b56;
  color: #fff;
}

.projects.style-8 .section-head .swiper-button-next::after,
.projects.style-8 .section-head .swiper-button-prev::after {
  display: none;
}

.projects.style-8 .section-head .swiper-button-prev {
  left: auto;
  right: 75px;
}

.projects.style-8 .projects-slider8 .swiper-container {
  overflow: visible;
}

.projects.style-8 .projects-slider8 .swiper-container .project-card {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.projects.style-8 .projects-slider8 .swiper-slide-active .project-card {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.projects.style-8 .img {
  border-radius: 10px;
  position: relative;
  height: 410px;
  overflow: hidden;
}

.projects.style-8 .img .main-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  -webkit-transition: object-position 7s linear, -webkit-transform 0.3s ease;
  transition: object-position 7s linear, -webkit-transform 0.3s ease;
  -o-transition: object-position 7s linear, transform 0.3s ease;
  transition: object-position 7s linear, transform 0.3s ease;
  transition: object-position 7s linear, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.projects.style-8 .img:hover .main-img {
  object-position: bottom;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.projects.style-8 .img .tags {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
}

.projects.style-8 .img .tags a {
  text-transform: uppercase;
  background-color: #fff;
  color: var(--color-main);
  padding: 5px 20px;
  border-radius: 30px;
}

.projects.style-8 .img .tags a:hover {
  background-color: var(--color-main);
  color: #fff;
}

.projects.style-8 .info {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

.projects.style-8 .info .logo img {
  width: 90px;
  margin-bottom: 40px;
}

.projects.style-8 .info h4.title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.projects.style-8 .info p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}



.projects.style-8 .info .proj-det .item {
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}

.projects.style-8 .info .proj-det .item p {
  color: #999;
  margin-bottom: 5px;
}

.projects.style-8 .info .proj-det .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-main);
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-right: 0;
  margin-left: auto;
}





/* --------------- projects style-12 --------------- */

/* --------------- projects style-13 --------------- */

/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- testimonials styles --------------- */
.testimonials.style-1 .content {
  position: relative;
  z-index: 5;
}

.testimonials.style-1 .content .info {
  position: relative;
  padding-left: 75px;
  min-height: 100%;
}

.testimonials.style-1 .content .info::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9991;
}

.testimonials.style-1 .content .info .client_card {
  border: 1px solid #9994;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.testimonials.style-1 .content .info .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.style-1 .content .info .client_card .user_img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-1 .content .info .client_card .inf_content h6 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}

.testimonials.style-1 .content .info .client_card .inf_content p {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-1 .content .info .client_card .inf_content p span {
  text-transform: capitalize;
}

.reviews.style-2 {
  position: relative;
}

.testimonials.style-3 {
  background-color: #f0eff5;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 5;
}

.testimonials.style-3 .testimonial-slider.style-3 {
  position: relative;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next {
  top: -65px;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next::after {
  font-size: 12px;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next:hover {
  background: var(--color-blue2);
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev {
  top: -65px;
  left: auto;
  right: 40px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev::after {
  font-size: 12px;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev:hover {
  background: var(--color-blue2);
}

.testimonials.style-4 .content {
  border-bottom: 1px solid #9993;
  padding-bottom: 80px;
}

.testimonials.style-4 .content .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials.style-4 .content .numbs .num-card .icon {
  height: 55px;
  display: inline-block;
  margin-bottom: 15px;
}

.testimonials.style-4 .content .numbs .num-card h2 {
  color: var(--color-blue4);
}

.testimonials.style-4 .content .numbs .num-card p {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}

.testimonials.style-4 .content .numbs .num-card:not(:last-of-type) {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #9993;
}

.testimonials.style-4 .content .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-4 .content .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #5842bc99;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonials.style-4 .content .play-btn .icon i {
  color: var(--color-blue4);
  font-size: 16px;
}

.testimonials.style-4 .content .stars {
  font-size: 10px;
  color: #fdb900;
  margin-bottom: 5px;
}

.testimonials.style-4 .content .testi-cards {
  position: relative;
  padding: 0 5vw;
}

.testimonials.style-4 .content .testi-cards .client_card {
  position: relative;
  z-index: 10;
  border-radius: 15px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  margin: 20px;
}

.testimonials.style-4 .content .testi-cards .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.style-4 .content .testi-cards .client_card .user_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content h6 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 15px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p span {
  text-transform: capitalize;
  color: #2E99F5;
}

.testimonials.style-4 .content .testi-cards .client_card:nth-of-type(2) {
  right: -5vw;
}

.testimonials.style-4 .content .testi-cards .testi-globe {
  position: absolute;
  top: -80px;
  left: 0;
  width: 110%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.testi-card.style-5 {
  display: block;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px;
}

.testi-card.style-5:hover {
  -webkit-box-shadow: 0px 30px 60px 0px #0a2b5326;
  box-shadow: 0px 30px 60px 0px #0a2b5326;
}

.testi-card.style-5:hover .card-title {
  color: var(--color-blue5);
}

.testi-card.style-5 .stars i {
  color: #eeb212;
  font-size: 15px;
}

.testi-card.style-5 .text {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-top: 15px;
}

.testi-card.style-5 .user h6 {
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: bold;
}

.testi-card.style-5 .user small {
  font-size: 11px;
  color: #666;
}

.testimonials.style-6 .img {
  position: relative;
  margin-top: 50px;
}

.testimonials.style-6 .img img {
  position: relative;
  z-index: 5;
}

.testimonials.style-8 .testi-card .info {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.testimonials.style-8 .testi-card .info::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 100px;
  width: 50px;
  height: 20px;
  border-left: 25px solid #fff;
  border-right: 25px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.testimonials.style-8 .testi-card .info .stars {
  color: var(--color-orange1);
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
}

.testimonials.style-8 .testi-card .info p {
  font-size: 20px;
  position: relative;
  z-index: 5;
}

.testimonials.style-8 .testi-card .info .icon {
  position: absolute;
  width: 100px;
  right: 30px;
  top: 30px;
  pointer-events: none;
}

.testimonials.style-8 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-8 .testi-card .author .inf p {
  color: var(--color-main);
  text-transform: uppercase;
}

.testimonials.style-8 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- pricing styles --------------- */
.pricing.style-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#010049), to(#157aa6));
  background: -webkit-linear-gradient(top, #010049, #157aa6);
  background: -o-linear-gradient(top, #010049, #157aa6);
  background: linear-gradient(to bottom, #010049, #157aa6);
  position: relative;
}

.pricing.style-2 .yearly_price,
.pricing.style-2 .monthly_price {
  display: none;
}

.pricing.style-2 .yearly_price.show,
.pricing.style-2 .monthly_price.show {
  display: block;
}

.pricing.style-3 {
  position: relative;
}

.pricing.style-4 .form-check-input.bg-blue4 {
  background-color: var(--color-blue4);
  border-color: var(--color-blue4);
}

.pricing.style-4 .content .row .col-lg-6:nth-of-type(1) .price-card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px;
}

.pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f7fd;
  padding-bottom: 65px;
}

.pricing.style-4 .content .price-card {
  position: relative;
  border: 1px solid #e9e8ee;
  border-radius: 15px;
  padding: 40px;
}

.pricing.style-5 .content {
  min-width: 800px;
  margin-top: 50px;
}

.pricing.style-5 .monthly_price {
  display: none;
}

/* ===============================================================
			[ * team Section ] 
================================================================*/
/* --------------- team styles --------------- */
.team.style-1 {
  position: relative;
}

.team.style-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* --------------- team style-6 --------------- */
.team.style-6 {
  padding: 0 30px;
}

.team.style-6 .content {
  background-color: #f1f2fa;
  position: relative;
  padding: 100px 0;
  border-radius: 30px;
}

/* --------------- team style-10 --------------- */

/* --------------- team style-15 --------------- */

/* ===============================================================
			[ * blog Section ] 
================================================================*/
/* --------------- blog styles --------------- */

.blog.style-2 {
  background-image: url(../img/num_back.png);
  background-size: cover;
  position: relative;
}

.blog.style-2 .card-img-top {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.blog.style-3 {
  background-color: #f0eff5;
  position: relative;
}

.blog.style-3 .card .img {
  height: 120px;
}

.blog.style-3 .card .card-body .date span {
  font-size: 11px;
  letter-spacing: 1px;
}

.blog.style-3 .card .card-body .card-title {
  font-size: 18px;
  font-weight: bold;
  max-width: 85%;
  margin-top: 10px;
  min-height: 45px;
}

.blog.style-3 .card .card-body .small {
  font-size: 10px;
}

.blog.style-3 .client-logos .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.blog.style-3 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.blog.style-6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog.style-6 a:hover {
  color: #600b56;
}

/* ===============================================================
			[ * faq Section ] 
================================================================*/
/* --------------- faq styles --------------- */
.faq.style-3 .accordion-item {
  border: 0;
  border-bottom: 1px solid #9995;
  background: transparent;
}

.faq.style-3 .accordion-item .accordion-button {
  font-weight: bold;
  font-size: 14px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 25px 15px;
}

.faq.style-3 .accordion-item .accordion-button::after {
  background-size: 15px;
}

.faq.style-3 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: var(--color-blue2);
  padding-top: 30px;
}

.faq.style-3 .accordion-item .accordion-collapse {
  background-color: #fff;
}

.faq.style-3 .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 10px;
  color: #666;
}

.faq.style-3.style-4 .accordion-item {
  border: 0;
  border-radius: 7px;
  overflow: hidden;
}

.faq.style-3.style-4 .accordion-item .accordion-button {
  padding: 15px;
  font-size: 15px;
}

.faq.style-3.style-4 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f4f2fb;
  color: #600b56;
  padding-bottom: 10px;
}

.faq.style-3.style-4 .accordion-item .accordion-collapse {
  background-color: #f4f2fb;
}

.faq.style-3.style-4 .accordion-item .accordion-collapse .accordion-body {
  font-size: 13px;
}

/* --------------- faq style 10 --------------- */

/* --------------- faq style 15 --------------- */

/* ===============================================================
			[ * community Section ] 
================================================================*/
/* --------------- community style-4 --------------- */
.community.style-4 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community.style-4 .content .commun-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  border-right: 1px solid #9993;
  padding: 20px 0;
}

.community.style-4 .content .commun-card:last-of-type {
  border: 0;
}

.community.style-4 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.community.style-4 .content .commun-card .icon i {
  font-size: 60px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
  background-image: -webkit-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
  background-image: -o-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
  background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

.community.style-4 .content .commun-card .inf h5 {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}

.community.style-4 .content .commun-card .inf p {
  font-size: 12px;
  color: #666;
}

/* --------------- community style-5 --------------- */
.community.style-5 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community.style-5 .content .commun-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  border-right: 1px solid #9993;
  padding: 10px 0;
}

.community.style-5 .content .commun-card:last-of-type {
  border: 0;
}

.community.style-5 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.community.style-5 .content .commun-card .icon img {
  -webkit-filter: drop-shadow(-10px 10px 20px #084cba77);
  filter: drop-shadow(-10px 10px 20px #084cba77);
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

.community.style-5 .content .commun-card .inf h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
}

/* --------------- community style-12 --------------- */

/* ===============================================================
			[ * faq screenshots ] 
================================================================*/
/* --------------- screenshots style-4 --------------- */
.screenshots.style-4 {
  background-color: #f0eff5;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  height: 700px;
}

.screenshots.style-4::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  z-index: 10;
}

.screenshots.style-4 .screenshots-slider {
  position: absolute;
  top: 110px;
  width: calc(100% + 120px);
  left: -60px;
}

.screenshots.style-4 .screenshots-slider .img {
  margin: 0 auto;
  height: 420px;
  width: 190px;
}

.screenshots.style-4 .screenshots-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.screenshots.style-4 .mob-hand {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  transform: translateX(-33%);
  height: 600px;
  z-index: 10;
}

/* --------------- screenshots style-11 --------------- */

/* --------------- screenshots style-14 --------------- */

@-webkit-keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* ===============================================================
			[ * features Section ] 
================================================================*/
/* --------------- features style-4 --------------- */
.features.style-4 {
  background-color: #f0eff5;
  position: relative;
  overflow: hidden;
}

.features.style-4 .img-circle {
  position: absolute;
  top: 40px;
  width: 76%;
  left: 12%;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.features.style-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.features.style-4 .content .features-card {
  text-align: center;
}

.features.style-4 .content .features-card .icon {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto 30px;
  position: relative;
}

.features.style-4 .content .features-card .icon .label {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}

.features.style-4 .content .features-card h6 {
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
}

/* --------------- features style-5 --------------- */
.features-card.style-5 {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}

.features-card.style-5:hover {
  -webkit-box-shadow: 0px 46px 77px 0px #0a2b5326;
  box-shadow: 0px 46px 77px 0px #0a2b5326;
}

.features-card.style-5:hover .card-title {
  color: var(--color-blue5);
}

.features-card.style-5 .icon {
  margin-bottom: 40px;
}

.features-card.style-5 .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 25px 20px #07397235);
  filter: drop-shadow(0 25px 20px #07397235);
}

.features-card.style-5 .card-title {
  color: #000;
  font-size: 17.5px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-card.style-5 .text {
  font-size: 12.5px;
  line-height: 1.8;
  color: #777;
}

/* --------------- features style-7 --------------- */

/* --------------- features style-10 --------------- */

/* --------------- features style-11 --------------- */

/* --------------- features style-9 --------------- */

/* --------------- features style-12 --------------- */

/* --------------- features style-14 --------------- */

/* --------------- features style-15 --------------- */

/* ===============================================================
			[ * numbers Section ] 
================================================================*/
/* --------------- numbers style-6 --------------- */
.number-card.style-6 {
  border-right: 1px solid #9993;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.number-card.style-6 h2 {
  font-size: 45px;
  color: var(--color-blue6);
}

.number-card.style-6 .text {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  text-transform: capitalize;
}

/* --------------- numbers style-8 --------------- */
.numbers.style-8 {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.numbers.style-8 .r_shape {
  position: absolute;
  right: 100px;
  bottom: 270px;
  pointer-events: none;
}

.numbers.style-8::after {
  position: absolute;
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  left: -150px;
  top: 120px;
  background-color: var(--color-orange1);
  pointer-events: none;
}

.numbers.style-8 .content {
  position: relative;
}

.numbers.style-8 .content .logo-icon {
  text-align: center;
}

/* --------------- numbers style-14 --------------- */

/* ===============================================================
			[ * clients Section ] 
================================================================*/
/* --------------- clients style-4 --------------- */
.clients.style-4 {
  background-color: #f0eff5;
  position: relative;
  z-index: 25;
}

.clients.style-4 .client-logos {
  border-bottom: 1px solid #9994;
}

.clients.style-4 .client-logos .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
  max-width: 60%;
}

.clients.style-4 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/* --------------- clients style 5 --------------- */
.clients.style-5 .content .img {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #9994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
  height: 150px;
}

.clients.style-5 .content .img.img-card {
  width: 19%;
}

.clients.style-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/* --------------- clients style 9 --------------- */

/* --------------- clients style 14 --------------- */

/* ===============================================================
			[ * chat-banner Section ] 
================================================================*/
/* --------------- chat-banner styles --------------- */
.chat-banner.style-3 {
  background: linear-gradient(135deg, #600b56, #150E23);
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}

.chat-banner.style-3::after {
  content: none;
}

.chat-banner.style-3 > .container,
.chat-banner.style-3 > footer {
  position: relative;
  z-index: 1;
}

.chat-banner.style-3 .info h3 {
  font-size: 27px;
  color: #fff;
  text-transform: capitalize;
}

.chat-banner.style-3 .info h3 span {
  font-weight: 400;
  font-style: italic;
  position: relative;
}

.chat-banner.style-3 .info h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 240px;
  height: 35px;
  background-image: url(../img/header/info_h1_line1.svg);
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: left;
}

/* --------------- chat-banner styles --------------- */

/* --------------- chat-banner styles --------------- */

/* ===============================================================
			[ * contact Section ] 
================================================================*/
/* --------------- contact style-1 --------------- */
.contact-section {
  padding: 50px 20px;
  background: #f9fafb;
}

.contact-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-radius: 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 40px;
}

.contact-info {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.contact-info h2 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #600b56 0%, #270f31 30%, #270f31 30%, #efa238 73%, #efa238 100%);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.contact-info p {
  font-size: 1.2rem;
  color: #666;
  font-weight: 300;
}

.info-block {
  margin-bottom: 20px;
}

.info-block h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #111827;
}

.info-block p {
  color: #4b5563;
  font-size: 15px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  background: linear-gradient(270deg, #ffe3e1, #f1f2f2, #ffe3e1);
  background-size: 600% 600%;
  animation: lavaLampBg 10s ease infinite;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@keyframes lavaLampBg {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bubblecontact {
  position: absolute;
  bottom: -60px;
  background: #7ac9f042;
  border-radius: 50%;
  animation: riseBubble 12s infinite ease-in;
  filter: blur(2px);
  z-index: 0;
  opacity: 0.5;
}

/* Animación para las burbujas */
@keyframes riseBubble {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-200px) scale(1.4, 0.8);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-400px) scale(1);
    opacity: 0;
  }
}

/* Variaciones para más burbujas */
.bubblecontact:nth-child(1) {
  left: 5%;
  width: 30px;
  height: 30px;
  animation-delay: 0s;
}

.bubblecontact:nth-child(2) {
  left: 15%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
}

.bubblecontact:nth-child(3) {
  left: 25%;
  width: 35px;
  height: 35px;
  animation-delay: 4s;
}

.bubblecontact:nth-child(4) {
  left: 35%;
  width: 25px;
  height: 25px;
  animation-delay: 1s;
}

.bubblecontact:nth-child(5) {
  left: 45%;
  width: 40px;
  height: 40px;
  animation-delay: 3s;
}

.bubblecontact:nth-child(6) {
  left: 55%;
  width: 28px;
  height: 28px;
  animation-delay: 5s;
}

.bubblecontact:nth-child(7) {
  left: 65%;
  width: 22px;
  height: 22px;
  animation-delay: 2.5s;
}

.bubblecontact:nth-child(8) {
  left: 75%;
  width: 36px;
  height: 36px;
  animation-delay: 4.5s;
}

.bubblecontact:nth-child(9) {
  left: 85%;
  width: 18px;
  height: 18px;
  animation-delay: 3.5s;
}

.bubblecontact:nth-child(10) {
  left: 95%;
  width: 26px;
  height: 26px;
  animation-delay: 1.5s;
}

.bubblecontact:nth-child(11) {
  left: 12%;
  width: 32px;
  height: 32px;
  animation-delay: 6s;
}

.bubblecontact:nth-child(12) {
  left: 38%;
  width: 24px;
  height: 24px;
  animation-delay: 2.8s;
}

.bubblecontact:nth-child(13) {
  left: 62%;
  width: 30px;
  height: 30px;
  animation-delay: 3.2s;
}

.bubblecontact:nth-child(14) {
  left: 78%;
  width: 21px;
  height: 21px;
  animation-delay: 5.5s;
}

.bubblecontact:nth-child(15) {
  left: 90%;
  width: 34px;
  height: 34px;
  animation-delay: 6.5s;
}



.contact_a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 150px;
  z-index: 0;
}

.contact_message {
  position: absolute;
  top: 233px;
  right: 11px;
  width: 233px;
  z-index: 1;
}

.form-warning {
  color: #ef4444;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.form-warning span {
  font-weight: bold;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 15px;
  outline: none;
  resize: none;
  background: white;
  z-index: 1;
}

textarea {
  grid-column: 1 / -1;
}

.form-terms {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  font-size: 14px;
}

.form-terms a {
  color: #6d28d9;
  text-decoration: underline;
}

.form-submit {
  width: 200px;
  display: block;
  margin: auto;
  padding: 12px 20px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(to right, #6d28d9, #9333ea);
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-submit:hover {
  background: linear-gradient(to right, #7c3aed, #a855f7);
}

@media screen and (max-width: 768px) {
  .contact-section {
    padding: 30px 15px;
  }
  .contact-wrapper {
    padding: 20px;
    gap: 20px;
    border-radius: 15px;
  }
  .contact-info {
    min-width: 100%;
    max-width: 100%;
  }
  .contact-form {
    min-width: 100%;
    padding: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-info h2 {
    font-size: 30px;
  }
  .contact_message {
    display: none;
  }
}




.contact.style-1 {
  position: relative;
  overflow: hidden;
}

.contact.style-1 .container {
  position: relative;
  z-index: 5;
}

.contact.style-1 .contact_globe {
  position: absolute;
  left: 0;
  top: -10%;
  width: 47%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  max-height: none;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  opacity: 0.3;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------- contact style-2 --------------- */
.contact.style-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}

/* --------------- contact style-6 --------------- */
.contact.style-6 .content {
  position: relative;
  border-top: 10px solid var(--color-blue6);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;

}

.contact.style-6 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  background: -o-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  background: linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  background-size: 400% 400%;
  -webkit-animation: gradient 20s linear infinite;
  animation: gradient 20s linear infinite;
  border-radius: 30px;
  overflow: hidden;
}

.contact.style-6 .content .contact_a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 20%;
}

.contact.style-6 .content .contact_message {
  position: absolute;
  right: -150px;
  top: 100px;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 30%;
}

.contact.style-6 .content .form {
  position: relative;
  z-index: 5;
}

.contact.style-6 .form-group .form-control,
.contact.style-6 .form-group .form-select {
  border: 1px solid #9994;
  border-radius: 30px;
  min-height: 50px;
  font-size: 12px;
  padding: 10px 25px;
}

.contact.style-6 .form-group .form-control:focus,
.contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* --------------- contact style-13 --------------- */

/* --------------- contact style-14 --------------- */

/* ===============================================================
			[ * download Section ] 
================================================================*/
/* --------------- download style-5 --------------- */
.download.style-5 .content h2 {
  font-size: 50px;
}

.download.style-5 .content h2 span {
  position: relative;
}

/* ===============================================================
			[ * searcing Section ] 
================================================================*/
/* --------------- search styles --------------- */

/* ===============================================================
			[ * solutions Section ] 
================================================================*/
/* --------------- solutions styles --------------- */

/* ===============================================================
			[ * sgin_up Section ] 
================================================================*/
/* --------------- sgin up styles --------------- */

/* ===============================================================
			[ * integration Section ] 
================================================================*/
/* --------------- integrations styles --------------- */

/* ===============================================================
			[ * process Section ] 
================================================================*/
/* --------------- proccess styles --------------- */

/* ===============================================================
			[ * process Section ] 
================================================================*/
/* --------------- collections styles --------------- */

/* ===============================================================
			[ * market Section ] 
================================================================*/

/* ===============================================================
			[ * timeline Section ] 
================================================================*/
/* --------------- timeline styles --------------- */

/* ===============================================================
			[ * footer Section ] 
================================================================*/
/* --------------- footer styles --------------- */
footer.style-1 {
  background-color: #000;
  position: relative;
}

footer.style-1 .content {
  padding: 90px 0 70px;
  position: relative;
  z-index: 5;
}

footer.style-1 p,
footer.style-1 a,
footer.style-1 li {
  font-size: 13px;
  color: #aaa7a7;
}

footer.style-1 a:hover {
  color: var(--color-main);
}

footer.style-1 .text {
  color: #fff;
  font-size: 14px;
}

footer.style-1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.style-1 .links li {
  margin: 8px 0;
}

footer.style-1 .foot {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #fff3;
}

footer.style-2 {
  background-color: #010040;
}

footer.style-3 {
  position: relative;
  overflow: hidden;
}

footer.style-3 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  color: white;
}

footer.style-3 .items .socail-icons {
  margin-top: 30px;
}

footer.style-3 .items .socail-icons a:hover {
  background-color: var(--color-blue2) !important;
  color: #fff !important;
}

footer.style-3 .items ul li {
  margin: 5px 0;
  color: white;
}

footer.style-3 .items ul li a {
  font-size: 12px;
}

footer.style-3 .foot {
  position: relative;
  color: white;
}

footer.style-3 .foot .logo {
  width: 120px;
}

footer.style-3 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

footer.style-4 {
  position: relative;
  background-color: #f0eff5;
  margin-top: 200px;
}

footer.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: 95%;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}

footer.style-4 .container {
  position: relative;
  z-index: 25;
}

footer.style-4 .foot {
  border-bottom: 1px solid #9999;
  padding: 30px 0;
}

footer.style-4 .foot .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.style-4 .foot .links li a {
  font-size: 12px;
  margin: 0 15px;
  font-weight: bold;
}

footer.style-4 .foot .links li a:hover,
footer.style-4 .foot .links li a.active {
  color: var(--color-blue4);
}

footer.style-5 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

footer.style-5 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  line-height: 1;
}

footer.style-5 .items .socail-icons {
  margin-top: 30px;
}

footer.style-5 .items .socail-icons a:hover {
  background-color: var(--color-blue5) !important;
  color: #fff !important;
}

footer.style-5 .items ul li {
  margin: 5px 0;
}

footer.style-5 .items ul li a {
  font-size: 12px;
}

footer.style-5 .items ul li a:hover {
  color: #600b56;
}

footer.style-5 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-5 .foot .logo {
  width: 120px;
}

footer.style-6 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

footer.style-6 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

footer.style-6 .items .socail-icons {
  margin-top: 30px;
}

footer.style-6 .items .socail-icons a:hover {
  background-color: var(--color-blue6) !important;
  color: #fff !important;
}

footer.style-6 .items ul li {
  margin: 5px 0;
}

footer.style-6 .items ul li a {
  font-size: 12px;
}

footer.style-6 .items ul li a:hover {
  color: var(--color-blue6);
}

footer.style-6 .form .form-group {
  position: relative;
}

footer.style-6 .form .form-group .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}

footer.style-6 .form .form-group input {
  width: 100%;
  border: 1px solid #9993;
  border-radius: 30px;
  min-height: 45px;
  font-size: 12px;
  padding: 0 40px;
}

footer.style-6 .form .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-blue6);
  border: 0;
  color: #fff;
}

footer.style-6 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-6 .foot .logo {
  width: 120px;
}

footer.style-8 {
  position: relative;
}

footer.style-8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: -webkit-linear-gradient(top, #fff, transparent);
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}

footer.style-8 .container {
  position: relative;
  z-index: 10;
}

/* ===============================================================
			[ * inner_header Style ] 
================================================================*/
/* --------------- inner-header style-5 --------------- */

/* ===============================================================
			[ * portfolio_page Style ] 
================================================================*/
/* --------------- portfolio-page style-1 --------------- */

/* ===============================================================
			[ * single_project Style ] 
================================================================*/
/* --------------- single-project style-5 --------------- */

/* ===============================================================
			[ * services page Style ] 
================================================================*/
/* --------------- services page styles --------------- */
.services-page .features {
  background: linear-gradient(178deg, #ffffff, #600b5685);
}

/* ===============================================================
			[ * services page Style ] 
================================================================*/
/* --------------- services page styles --------------- */
.about-page header.style-5 {
  position: relative;
}

.about-page header.style-5 .info h1 {
  font-size: 55px;
}

.about-page header.style-5 .hand-mega {
  position: absolute;
  width: 17%;
  top: 9%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

.about-page header.style-5 .head6-rating {
  position: absolute;
  width: 18%;
  top: 27%;
  left: 0%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.about-page header.style-5 .head6-charts {
  position: absolute;
  width: 14%;
  top: 7%;
  right: 10%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.about-page header.style-5 .head6-rocket {
  position: absolute;
  width: 20%;
  top: 25%;
  right: -30px;
  z-index: 2;
}

.about-page .contact .content {
  border-top: 10px solid var(--color-blue5);
}

.about-page .contact.style-6 .form-group .form-control:focus,
.about-page .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5);
}

.culture.style-5 .culture-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 500px;
}

.culture.style-5 .culture-card::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 3px;
  background-color: #fff;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.culture.style-5 .culture-card::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #fff;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.culture.style-5 .culture-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.culture.style-5 .culture-card:hover .overlay {
  opacity: 0.3;
}

.culture.style-5 .culture-card:hover::after {
  top: 50%;
  opacity: 1;
}

.culture.style-5 .culture-card:hover::before {
  left: 50%;
  opacity: 1;
}

/* ===============================================================
			[ * contact page Style ] 
================================================================*/
/* --------------- contact page styles --------------- */
.contact-page.style-5 .contact.style-6 .form-group .form-control:focus,
.contact-page.style-5 .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5);
}

.contact-page.style-5 .map iframe {
  width: 100%;
  margin-bottom: -6px;
}

/* ===============================================================
			[ * blog page Style ] 
================================================================*/
/* --------------- blog-page style-1 --------------- */
.blog-page.style-5 .blog-details-slider {
  position: relative;
  overflow: hidden;
}

.blog-page.style-5 .blog-details-slider .content-card .img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.blog-page.style-5 .blog-details-slider .content-card .img.overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000e1), color-stop(#0005), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #000000e1, #0005, transparent);
  background-image: -o-linear-gradient(bottom, #000000e1, #0005, transparent);
  background-image: linear-gradient(to top, #000000e1, #0005, transparent);
}

.blog-page.style-5 .blog-details-slider .content-card .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.blog-page.style-5 .blog-details-slider .content-card .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 4vw;
  color: #fff;
}

.blog-page.style-5 .blog-details-slider .content-card .info .date {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog-page.style-5 .blog-details-slider .content-card .info .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-page.style-5 .blog-details-slider .content-card .info .text-info {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.blog-page.style-5 .blog-details-slider .content-card a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .blog-details-slider .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: right;
  padding: 30px 4vw;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next,
.blog-page.style-5 .blog-details-slider .swiper-button-prev {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 15px;
  width: 50px;
  height: 50px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next::after,
.blog-page.style-5 .blog-details-slider .swiper-button-prev::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog-page.style-5 .blog-details-slider .swiper-button-next {
  right: -35px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next::after {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 23px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-prev {
  left: -35px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-prev::after {
  font-size: 14px;
  margin-left: 25px;
  margin-bottom: 22px;
}

.blog-page.style-5 .popular-posts .post-sc-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}

.blog-page.style-5 .popular-posts .card {
  padding: 0 15px;
}

.blog-page.style-5 .popular-posts .card .img {
  height: 200px;
  overflow: hidden;
}

.blog-page.style-5 .popular-posts .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-page.style-5 .popular-posts .card .title a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .popular-posts .card a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .all-news .card .img {
  height: 200px;
}

.blog-page.style-5 .all-news .card .card-body .card-title {
  min-height: unset;
  max-width: unset;
}

.blog-page.style-5 .all-news .card .card-body {
  position: relative;
  padding-bottom: 40px !important;
  height: 100%;
}

.blog-page.style-5 .all-news .card .card-body .auther-comments {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.blog-page.style-5 .all-news .card a:hover {
  color: var(--color-blue5);
}

.blog-page.style-5 .side-blog {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.blog-page.style-5 .side-blog .title {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 2px;
}

.blog-page.style-5 .side-blog .search-form .form-group .form-control {
  min-height: 50px;
  font-size: 12px;
  padding: 10px 50px 10px 20px;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .img {
  height: 60px;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .inf h6 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .inf p {
  font-size: 10px;
  color: #666;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card:hover .inf h6 {
  color: var(--color-blue5);
}

.blog-page.style-5 .side-blog .side-newsletter {
  background-color: #eaeef2;
  padding: 50px 30px;
  border-radius: 20px;
}

.blog-page.style-5 .side-blog .side-newsletter .text {
  font-size: 11px;
  color: #666;
  line-height: 1.5;
}

.blog-page.style-5 .side-blog .side-share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f7fe;
  color: #666;
  font-size: 12px;
  margin: 0 3px;
}

.blog-page.style-5 .side-blog .side-share .social-icon:hover {
  background-color: var(--color-blue5);
  color: #fff;
}

/* ===============================================================
			[ * shop page Style ] 
================================================================*/
/* --------------- services page styles --------------- */

/* ===============================================================
			[ * shop product Style ] 
================================================================*/
/* --------------- services product styles --------------- */

/* ===============================================================
			[ * faq page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */

/* ===============================================================
			[ * careers page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */

/* ===============================================================
			[ * careers details page Style ] 
================================================================*/
/* --------------- career-details-page style-5 --------------- */

/* ===============================================================
			[ * about 2 page Style ] 
================================================================*/
/* --------------- about2 page style-5 --------------- */
.about-page.style-2 {
  color: #000;
}

.about-page.style-2 .about.style-2 {
  position: relative;
}

.about-page.style-2 .about.style-2 .img {
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
}

.about-page.style-2 .about.style-2 .info .text {
  color: #666;
  font-size: 16px;
}

.about-page.style-2 .about.style-2 .info .nav {
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #9993;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 40px 0 30px;
}

.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link {
  position: relative;
  color: #000;
  border-radius: 0;
  background: transparent;
  padding: 0;
  padding-left: 20px;
  font-weight: bold;
}

.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #9999;
}

.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link.active {
  color: var(--color-blue5);
}

.about-page.style-2 .timeline {
  position: relative;
}

/* ===============================================================
			[ * services details page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */

/* ===============================================================
			[ * services details page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */

/* ===============================================================
			[ * 404 page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */
.erorr-404-page.style-5 {
  position: relative;
  color: #000;
}

.erorr-404-page.style-5 .erorr-page {
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}

.erorr-404-page.style-5 .erorr-page .content {
  padding-top: 125px;
}

.erorr-404-page.style-5 .erorr-page .content .info .icon {
  width: 100px;
  margin-bottom: 30px;
}

.erorr-404-page.style-5 .erorr-page .content .img img {
  height: 550px;
}

/* ===============================================================
			[ * 404 page Style ] 
================================================================*/
/* --------------- faq-page style-5 --------------- */

/* ===============================================================
			[ * responsive style ] 
================================================================*/
/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 1100px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
}

@media screen and (max-width: 991px) {

  .section-head h2 {
    font-size: 25px;
  }

  .top-navbar.style-1 .r-side {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .navbar.style-1 {
    border-bottom: 1px solid #9993;
  }

  .navbar.style-1 .nav-side {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header.style-1 .info {
    margin-bottom: 30px;
  }

  header.style-1 .info .text {
    width: 100%;
  }

  .about.style-1 .content {
    padding: 30px;
  }

  .testimonials.style-1 .content .info {
    padding: 0;
  }

  .testimonials.style-1 .content .info::after {
    display: none;
  }

  .choose_us.style-1 .info .btn {
    margin-top: 30px;
  }

  footer.style-1 .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar.style-2 {
    padding: 25px 0 !important;
    position: relative !important;
    background: var(--color-main-grad);
  }

  .navbar.style-2 .navbar-collapse {
    margin-top: 30px;
  }

  .navbar.style-2 .container {
    border: 0;
  }

  .navbar.style-2 .qoute-nav .btn {
    margin-left: auto;
    margin-right: 0;
  }

  header.style-2 br {
    display: none;
  }

  .section-head h2 {
    letter-spacing: 3px;
    margin-bottom: 30px;
  }

  .choose_us.style-2 {
    overflow: hidden;
  }

  .pricing.style-2 {
    overflow: hidden;
  }

  .pricing.style-2 .mt-50 {
    margin-top: 30px;
  }

  .blog.style-2 {
    overflow: hidden;
  }

  .blog.style-2 .card {
    padding: 10px;
    border: 1px solid #fff3 !important;
  }

  .blog.style-2 .card h4 {
    font-size: 1rem !important;
  }

  .contact.style-2 {
    padding-bottom: 150px;
  }

  .contact.style-2 h2 {
    letter-spacing: 1px;
  }

  .contact.style-2 .mb-70 {
    margin-bottom: 30px;
  }

  .contact.style-2 .mb-50 {
    margin-bottom: 20px;
  }

  footer.style-2 .text-end,
  footer.style-2 .text-center {
    text-align: initial !important;
  }

  .navbar.style-3 {
    position: relative !important;
    background-color: var(--color-blue2);
    padding: 20px 0;
  }

  .navbar.style-3 .navbar-collapse {
    margin-top: 15px;
  }

  header.style-3 {
    padding: 0 0 30px;
  }

  header.style-3 .main-img {
    display: none;
  }

  header.style-3 .content .info .h1 {
    font-size: 28px;
  }

  header.style-3 .content .info .h1 span:before {
    width: 100px;
    background-size: 100px;
  }

  header.style-3 .content .info .h5 {
    margin-top: 40px;
  }

  .about.style-3 .info .mb-70 {
    margin-bottom: 30px !important;
  }

  .pricing.style-3 .info {
    margin-bottom: 50px;
  }

  .pricing.style-3 .text.mb-30 {
    margin-bottom: 15px !important;
  }

  .pricing.style-3 .mt-60 {
    margin-top: 30px !important;
  }

  .section-head.style-3 h3 {
    font-size: 21px;
  }

  .blog.style-3 .card .img {
    height: 150px;
    margin-bottom: 5px;
  }

  .blog.style-3 .client-logos {
    margin-top: 30px !important;
  }

  .blog.style-3 .client-logos .img {
    margin: 20px 0;
  }

  .chat-banner.style-3 .bttns {
    margin-top: 60px;
    text-align: start !important;
  }

  footer.style-3 .items {
    margin-bottom: 50px;
  }

  footer.style-3 .items .title {
    margin-bottom: 20px;
  }

  footer.style-3 .foot {
    margin-top: 0;
  }

  footer.style-3 .foot .logo {
    margin-bottom: 20px;
  }

  .fs-10px {
    font-size: 8px !important;
  }

  .navbar.style-4 .navbar-nav .nav-item .nav-link:before {
    display: none;
  }

  .navbar.style-4 {
    background-color: #f0eff5;
    padding: 20px 0;
  }

  .navbar.style-4 .navbar-collapse {
    margin-top: 30px;
  }

  .style-4 .mb-60 {
    margin-bottom: 30px !important;
  }

  .style-4 .mb-70 {
    margin-bottom: 40px !important;
  }

  .style-4 br {
    display: none;
  }

  header.style-4 {
    overflow: hidden;
  }

  header.style-4 .content .info {
    margin-bottom: 50px;
  }

  header.style-4 .content .info h1 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px !important;
  }

  header.style-4 .content .info .title_small {
    margin-bottom: 20px !important;
  }

  header.style-4 .content .info .mt-50 {
    margin-top: 30px !important;
  }

  header.style-4 .content .info br {
    display: none;
  }

  header.style-4 .content .info .small,
  header.style-4 .content .info small,
  header.style-4 .content .info .btn {
    font-size: 10px;
  }

  .clients.style-4 .client-logos .img {
    margin: 20px 0;
    text-align: center;
  }

  .features.style-4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features.style-4 .content .features-card {
    margin: 15px 0;
  }

  .about.style-4 .content {
    padding: 40px 0;
  }

  .testimonials.style-4 {
    overflow: hidden;
  }

  .testimonials.style-4 .content .testi-cards .client_card {
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 !important;
  }

  .testimonials.style-4 .content .testi-cards .client_card .user_img {
    margin-bottom: 30px;
  }

  .testimonials.style-4 .content .testi-cards .client_card .inf_content {
    text-align: center;
  }

  .testimonials.style-4 .content .testi-cards .client_card .inf_content br {
    display: none;
  }

  .pricing.style-4 .content .row .col-lg-6:first-of-type .price-card {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #e9e8ee;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .faq.style-3.style-4 {
    overflow: hidden;
  }

  .faq.style-3.style-4 .col-lg-6:nth-of-type(1) .accordion-item.border-0 {
    border-bottom: 1px solid #9995 !important;
  }

  .community.style-4 .content,
  .community.style-5 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px !important;
  }

  .community.style-4 .content .commun-card,
  .community.style-5 .content .commun-card {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 30px !important;
  }

  .section-head.style-4 h2 {
    font-size: 25px;
  }

  footer.style-4 {
    margin-top: 120px;
  }

  footer.style-4 .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer.style-4 .d-flex .btn {
    width: 100%;
    margin: 10px 0;
  }

  footer.style-4 .d-flex .btn.me-4 {
    margin-right: 0 !important;
  }

  footer.style-4 .foot .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
  }

  footer.style-4 .foot .links li {
    width: 50%;
    margin: 5px 0;
  }

  footer.style-4 .foot .links li a {
    margin-left: 0;
  }

  footer.style-4 .wave {
    left: 0;
    width: 100%;
  }

  .screenshots.style-4 .screenshots-slider {
    width: 100%;
    left: 0;
  }

  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }

  footer.style-4 .foot .logo {
    width: 160px;
  }

  .navbar.style-5 {
    border-bottom: 1px solid #9999;
  }

  .navbar.style-5 .navbar-collapse {
    margin-top: 20px;
    padding: 15px 0;
    background: #fff9;
  }

  .navbar.style-5 .nav-item .nav-link {
    padding-left: 0;
  }

  .section-head.style-5 h2 {
    font-size: 30px;
  }

  .about.style-5 .content .img {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  .about.style-5 .content .img.main-img3 .img-body {
    max-height: 300px;
  }

  .download.style-5 .content h2 {
    font-size: 28px;
  }

  .download.style-5 .content h2 span {
    padding-bottom: 10px;
  }

  .download.style-5 .btn {
    margin: 10px 0;
  }

  .download.style-5 .btn.sm-butn span {
    font-size: 10px;
  }

  footer.style-5 .items {
    margin-bottom: 50px;
  }

  footer.style-5 .items .title {
    margin-bottom: 20px;
  }

  footer.style-5 .foot {
    margin-top: 0 !important;
  }

  footer.style-5 .foot .logo {
    margin-bottom: 20px;
  }

  .style-6 br {
    display: none;
  }

  .navbar.style-6 .container-fluid {
    padding: 0 20px;
  }

  .navbar.style-6 .container-fluid .navbar-collapse {
    margin-top: 20px;
  }



  header.style-6 .info h1,
  header.style-6 .info h1 span small {
    font-size: 30px;
    line-height: 1.5;
  }

  header.style-6 .info .text {
    margin-top: 20px;
  }

  header.style-6 .info .text br {
    display: none;
  }

  header.style-6 .info .form {
    border-radius: 15px;
  }

  header.style-6 .info .form .form-group {
    width: 100%;
    margin: 8px 0;
  }

  header.style-6 .info .form .btn {
    width: 100%;
    margin-top: 15px;
  }

  .navbar.style-6 .nav-item .nav-link:after {
    display: inline-block !important;
  }

  header.style-6 {
    padding: 0;
  }

  header.style-6 .content {
    border-radius: 0;
  }

  .section-head.style-6 h2,
  .section-head.style-6 h2 span small {
    font-size: 30px;
  }

  .about.style-6 {
    overflow: hidden;
  }

  .about.style-6 .info {
    margin-bottom: 30px;
  }

  .service-card.style-6 {
    margin: 15px;
  }

  .section-head.d-flex {
    display: block !important;
  }

  .projects.style-6 {
    overflow: hidden;
    padding: 0;
  }

  .projects.style-6 .content {
    border-radius: 0;
  }

  .projects.style-6 .content .project-card.style-6 {
    margin: 0;
  }

  .testimonials.style-6 {
    overflow: hidden;
  }

  .choose-us.style-6 {
    overflow: hidden;
  }

  .choose-us.style-6 .info {
    padding: 0 15px;
    margin-top: 30px;
  }

  .testimonials.style-6 .img {
    margin-top: 150px;
  }

  .clients.style-5 .content .img.img-card {
    width: 47%;
  }

  .number-card.style-6 {
    margin: 15px 0;
    border: 0 !important;
  }

  .team.style-6 {
    padding: 0;
  }

  .team.style-6 .content {
    border-radius: 0;
    padding: 70px 0;
  }

  .team.style-6 .content .text-end {
    text-align: left !important;
    margin-top: 10px;
  }

  .blog.style-6 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.style-6 {
    padding-top: 40px;
  }

  footer.style-6 .items {
    margin-top: 30px;
  }

  footer.style-6 .items .title {
    margin-bottom: 15px;
  }

  footer.style-6 .foot {
    padding-top: 30px;
    line-height: 1.8;
  }

  footer.style-6 .foot .logo {
    margin-bottom: 20px;
  }

  .blog-page.style-1 .popular-posts .border-end {
    border: 0 !important;
  }

  .about-page header.style-5 .info h1 {
    font-size: 30px;
  }

  .about-page .choose-us.style-6 .info {
    padding: 30px 15px;
  }

  .about-page .clients .section-head {
    padding: 0 15px;
  }

  .about-page .culture {
    padding: 70px 15px;
  }

  .contact.style-6 .content .contact_message {
    right: 0;
    top: 30px;
  }

  .contact-page.style-5 .contact .content .contact_message {
    right: 0;
    top: 30px;
  }

  .contact-page.style-5 .section-head {
    margin-bottom: 50px !important;
  }

  .contact-page.style-5 .mb-100 {
    margin-bottom: 70px !important;
  }

  .contact-page.style-5 h4 {
    font-size: 18px;
  }

  .section-head.style-4 h2 {
    font-size: 18px;
  }

  header.style-8 .info h1 {
    font-size: 40px;
  }

  .services.style-8 h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .section-head.style-8 h3 {
    font-size: 30px;
  }

  .projects.style-8 .section-head {
    position: relative;
    padding-bottom: 65px;
  }

  .projects.style-8 .section-head .swiper-button-next,
  .projects.style-8 .section-head .swiper-button-prev {
    bottom: 0;
    top: auto;
  }

  .projects.style-8 .section-head .swiper-button-prev {
    left: 0;
    right: auto;
  }

  .projects.style-8 .section-head .swiper-button-next {
    left: 75px;
    right: auto;
  }

  .projects.style-8 .info {
    padding: 30px 0 0 0;
  }

  .projects.style-8 .info .proj-det .item p {
    font-size: 11px;
  }

  .projects.style-8 .info .proj-det .item h6 {
    font-size: 14px;
  }

  footer .foot {
    margin-top: 40px !important;
  }

  footer .foot .info {
    padding: 30px 0 !important;
  }

  
  .nav-preview .megaMenu.col3 .dropDownMenu {
    max-width: 100%;
    min-width: unset;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    z-index: 999;
    max-height: 250px;
    overflow: scroll;
    border-radius: 10px;
  }

  .section-head.style-5 h2 span {
    font-size: 50px;
  }

  .about-page header.style-5 .info h1 {
    font-size: 40px;
  }

  .section-head.style-4 h2 span {
    font-size: 50px;
  }

  .politica-content {
    padding: 45px 10px 0 15px;
    ;
  }

  .textplayconsole {
    position: absolute;
    top: 30px;
    left: 89px;
  }

  .undercodeec-header h1 {
    font-size: 37px;
    text-align: center;
  }

  .undercodeec-subtitle {
    text-align: center;
  }

  .undercodeec-paragraph {
    text-align: center;
  }

  img.animacion-cuerpo {
    top: 91px;
    right: -26px;
    max-width: 62%;
  }

  img.animacion-cabeza {
    top: 110px;
    right: -1px;
    max-width: 14%;
  }

  img.animacion-buzon {
    right: 109px;
  }

  img.animacion-chat {
    top: 237px;
    right: 101px;
  }

  img.hand-mega.slide_up_down {
    top: 255px;
  }

  .message-sequence {
    left: 65%;

  }

  .banner-left-marketing {
    left: 0;
  }

  .head-animated {
    top: -78px;
    left: 163px;
  }

  .banner-left {
    margin: 0;
    left: 20px;
    max-width: 85%;

  }

  .social-icons {
    margin: 0;
  }

  .whatsapp-message {
    top: 115%;
    left: -51px;
    z-index: 2;
  }

  a.btn.rounded-pill.blue5-3Dbutn.hover-blue2.sm-butn.fw-bold.mt-60.px-5 {
    left: 80px;
  }

  header.style-4 .content .info h1 span {
    font-size: 50px;
  }

  .about.style-4 .integration .content .img:nth-of-type(1) {
    max-width: 20%;
  }

  .about.style-4 .integration .content .img:nth-of-type(2) {
    max-width: 20%;
  }

  .about.style-4 .integration .content .img:nth-of-type(3) {
    max-width: 20%;
  }

  .about.style-4 .integration .content .img:nth-of-type(4) {
    max-width: 20%;
  }

  .about.style-4 .integration .content .img:nth-of-type(5) {
    max-width: 20%;
  }

  header.style-6 .info h1 {
    font-size: 50px;

  }

  header.style-6 .info h1 span small {
    font-size: 50px;
  }

  .banner-left {
    margin: 0 !important;
  }

  .banner-left h2 {
    font-size: 33px;
  }

  .whatsapp-message {
    top: 121%;
    left: -38px;
  }

  .camera-image {
    width: 60%;
  }

  .message-sequence {
    left: 53%;
  }
  .banner-left-marketing {
  left: 0;
  }
  .numbers.style-8 {
  display: none;
  }
}

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

/* Plans Section (Wizard) - Duplicate removed/commented out to avoid conflict with preview-style.css
/* .wizard-section {
  padding: 80px 0;
  background-color: #111;
  position: relative;
}

.plans-two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.schedule-column {
  flex: 0 0 35%;
  max-width: 35%;
}

.wizard-column {
  flex: 0 0 60%;
  max-width: 65%;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .plans-two-columns {
    flex-direction: column;
  }
  
  .schedule-column,
  .wizard-column {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .schedule-column {
    margin-bottom: 40px;
  }
}

.schedule-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.wizard-content {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
} */

/* Animated hover link - reusable pill hover effect */
.animated-link {
  position: relative;
}

.animated-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, #600b56, #efa238);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.animated-link:hover::after {
  width: 100%;
}

/* Custom 3D Button Style */
 .btn.blue5-3Dbutn {
    background: var(--color-blue5);
    -webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
    box-shadow: 0px 4px 0px 0px var(--color-blue4);
    -webkit-filter: drop-shadow(0 13px 20px #07397235);
    filter: drop-shadow(0 13px 20px #07397235);
    font-size: 12px;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
}

/* ============================================================
   Aplicaciones Móviles — Mejoras Visuales Globales (style-4)
   ============================================================ */

/* Header: fondo gradiente azul-morado suave */
header.style-4 {
  background: linear-gradient(135deg, #f4f2fb 0%, #eef6ff 60%, #f0eff5 100%);
}

header.style-4 .content .info .title_small {
  background: linear-gradient(90deg, rgba(88,66,188,0.07), rgba(96,11,86,0.07));
  border: 1px solid rgba(88,66,188,0.2);
  color: #5842bc;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* Features: tarjetas elevadas sobre el fondo lila */
.features.style-4 .content .features-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 16px 20px;
  -webkit-box-shadow: 0 4px 28px rgba(88, 66, 188, 0.08);
  box-shadow: 0 4px 28px rgba(88, 66, 188, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features.style-4 .content .features-card:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 18px 45px rgba(88, 66, 188, 0.15);
  box-shadow: 0 18px 45px rgba(88, 66, 188, 0.15);
}

/* About: fondos alternados por sección */
.about.style-4 .content.frs-content,
.about.style-4 .content.trd-content {
  background: linear-gradient(180deg, #f9f7ff 0%, #fff 100%);
}

.about.style-4 .content.sec-content {
  background: linear-gradient(180deg, #fff 0%, #f4f2fb 100%);
}

/* About: hover en links coloreado */
.about.style-4 .animated-link:hover {
  color: #5842bc !important;
}

/* About integration: fondo suave */
.about.style-4 .integration {
  background: linear-gradient(180deg, #fff 0%, #f4f2fb 100%);
}

/* Portafolio Figma: iframes con sombra */
.iframe-container {
  -webkit-box-shadow: 0 12px 50px rgba(88, 66, 188, 0.12);
  box-shadow: 0 12px 50px rgba(88, 66, 188, 0.12);
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.iframe-container:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 24px 64px rgba(88, 66, 188, 0.2);
  box-shadow: 0 24px 64px rgba(88, 66, 188, 0.2);
}

/* Testimonials: fondo gradiente suave 
.testimonials.style-4 {
  background: linear-gradient(180deg, #f4f2fb 0%, #fff 55%);
}
*/
/* Testimonials num-cards: aspecto de tarjeta */
.testimonials.style-4 .content .numbs .num-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px;
  -webkit-box-shadow: 0 4px 22px rgba(88, 66, 188, 0.08);
  box-shadow: 0 4px 22px rgba(88, 66, 188, 0.08);
}

/* FAQ: fondo diferenciado */
.faq.style-4 {
  background: linear-gradient(180deg, #f9f7ff 0%, #fff 100%);
}

/* Clients: padding superior mejorado */
.clients.style-4 {
  padding-top: 40px;
}

/* Screenshots: borde superior sutil */
.screenshots.style-4 {
  border-top: 1px solid rgba(88, 66, 188, 0.08);
}
