/* REMINDER: if I change anything on root I must to change it on variables.css too */
:root {
  --accent-color: #175873;
  --sec-color: #b04025;
  --title-font: "gordita", serif;
  --subtitle-font: "Open Sans", serif;

  --accent-color-op1: rgba(59, 71, 87, 0.9);
  --accent-color-op2: rgba(59, 71, 87, 0.7);
}

/* HEADER*********** */
header {
  height: 140px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.599) !important;
  /* background: linear-gradient(0deg, rgba(59,71,87,0) 0%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.7) 100%); */
  /* background-color: rgba(41, 41, 41, 0.616);
    backdrop-filter: blur(10px); */
}
/* header .logo{
    margin-bottom: 20px;
    margin-top: 15px;
    
} */
/* header.smaller .logo{
   width: 100px;
    
} */
header .logo {
  width: 250px;
  height: auto;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.599) !important;
}
header.header-mobile {
  background: #000000 !important;
}
header.smaller {
  height: 130px !important;
}

#mainmenu {
  margin-top: 7px;
}

#mainmenu li > ul {
  top: 40px;
  width: 300px;
}
#mainmenu li > ul li a {
  width: 300px;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.599) !important;
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile)
  #mainmenu
  ul {
  top: 40px;
}

#top-nav #mainmenu li a {
  padding: 2px 0px 2px 20px;
}
#top-nav ul#mainmenu {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
#top-nav #mainmenu {
  margin-top: 0 !important;
}
#mainmenu a {
  padding: 25px 0px 25px 32px;
  letter-spacing: 2px;
  font-weight: 500 !important;
}

#mainmenu a {
  padding: 25px 0px 25px 12px;
  letter-spacing: 2px;
  font-weight: 500 !important;
}

.de_phone-simple {
  padding-left: 20px;
}

.main-title-container {
  background-color: rgba(255, 255, 255, 0.24);
  padding: 2rem 1rem;
  border-radius: 5px;
}

#mainmenu li a {
  font-size: 14px;
  font-weight: 300;
}

header.autoshow.scrollOff {
  top: -112px !important;
}
header.autoshow {
  top: -112px;
}

/* END HEADER*********** */
.section-hero-main {
  background-image: url("../../z-images/landing-reporting/graphic17.png") !important;
  background-position:
    0 100%,
    50% 0 !important;
  background-repeat: repeat, no-repeat !important;
  background-size: cover, 100%;
}

.gray-column {
  grid-row-gap: 40px;
  background-color: #111111;
  border: 1px solid #383838;
  border-radius: 32px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
  box-shadow: inset 0 2px 40px 4px #3b3b3b;
}
.gray-column2 {
  border-radius: 32px;
  flex-direction: column;
  display: flex;
  box-shadow: inset 0 2px 40px 4px #3b3b3b;
}

.cta-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
  background-image: url("../../z-images/landing-reporting/graphic11.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #353535;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem 5.2rem;
  display: flex;
  box-shadow: inset 0 0 110px -1px #424242;
}
.btns-container {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.sp1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
  height: 66px;
  background: url(../../z-images/landing-reporting/stick-bg-pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-card {
  background-color: #f9f9ff; /* Light background */
  border: none;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 380px;
}
.icon-box {
  font-size: 50px;
  display: flex;
  justify-content: end;
  color: #9bcd46; /* Match the green shade */
}
.highlight {
  color: #9bcd46;
  font-size: 40px;
  font-weight: bold;
}

/* STYLES FOR CUS-SECTION1***************************** */

.about-hero-section {
  height: 90vh;
  display: flex;
  align-items: end;
}

.about-title::before {
  content: "";
  position: absolute;
  background-color: var(--accent-color);
  width: 400px;
  height: 1px;
  left: 0;
  transform: translateX(-100%);
  top: 50%;
}

.orange-box {
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
}

.spacing-box {
  height: 400px;
}
/* HERO STYLE**************************** */

.cont1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.items {
  flex: 1;
  padding: 50px;
}
.image-container {
  flex: 1;
  background: #f0f0f000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px;
  overflow: hidden;
  position: relative;
}
.image-container img {
  max-width: 100%;
  border-radius: 30px;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  transform: scale(1.1);
}
.image-container img.active {
  opacity: 1;
  transform: scale(1);
}
.item {
  margin-bottom: 30px;
  cursor: pointer;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(190, 190, 190);
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}
.item:hover {
  transform: scale(1.02);
}
.item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.item p {
  display: none;
  font-size: 14px;
  color: #e4e4e4;
  margin-top: 5px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    height 0.3s ease;
}
.item.active p {
  display: block;
  opacity: 1;
  height: auto;
}

/* Responsiveness */
@media (max-width: 768px) {
  .cont1 {
    flex-direction: column;
  }
  .items {
    border-right: none;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
  }
  .image-container {
    padding-block: 200px;
    height: 400px;
  }
  .item h3 {
    font-size: 16px;
  }
  .item p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .cont1 {
    width: 100%;
  }
  .item h3 {
    font-size: 14px;
  }
  .item p {
    font-size: 12px;
  }
}
/* STYLES FOR CUS-SECTION1***************************** */

/* STYLES FOR CUS-SECTION2***************************** */
.cus-cont2 {
  background-color: rgba(194, 194, 194, 0.229);
  border-radius: 40px;
}
.scroll-container {
  height: 500px; /* Altura visible del scroll */
  overflow: hidden;
  position: relative;
}

/* Contenido con animación */
.scroll-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: scroll 120s linear infinite;
  position: absolute;
}

.row-container {
  display: flex;
  gap: 20px;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
  flex-grow: 1;
}

/* Animación del scroll */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.stars {
  color: #9c181c;
  font-size: 20px;
  margin-bottom: 10px;
}

.highlight-text {
  color: #333;
  font-weight: bold;
  font-size: 1.1rem;
}
/* STYLES FOR CUS-SECTION2***************************** */

/* STYLES FOR CUS-SECTION3***************************** */

/* Content Wrapper */
.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Image Section */
.image-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* List Section */
.list-container {
  background-image: url(../../z-images/landing-reporting/theme1.png) !important;
  position: absolute;
  padding-top: 40px;
  top: 0;
  right: 100px;
  width: 300px;
  height: 200px;
  border-radius: 20px;
  /* transform: translateY(100%); */
  flex: 1;
  background: white;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.list {
  position: relative;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: white;
  border-radius: 8px;
  margin: 4px;
  /* border-bottom: 1px solid #eee; */
  background: rgba(255, 255, 255, 0.1);
}

.list-item:last-child {
  border-bottom: none;
}

.list-item .name {
  font-weight: bold;
  font-size: 16px;
}

.list-item .price {
  font-size: 14px;
  color: #e7e7e7;
}

/* Responsive Design */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }

  .image-container,
  .list-container {
    width: 100%;
    height: auto;
  }

  .image-container img {
    height: auto;
  }
}
/* STYLES FOR CUS-SECTION3***************************** */

#section1 {
  background-color: white;
  background: linear-gradient(
    0deg,
    rgba(253, 253, 253, 1) 0%,
    rgba(217, 217, 205, 0.8) 50%,
    rgba(252, 252, 252, 1) 100%
  );
}

.bg-image1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50vw;
  height: 100%;
  background: url(../../z-images/landing-reporting/animations/bg.svg);
}

.custom-play-icon {
  border: 1px solid black;
  border-radius: 50%;
  padding: 1.5rem;
  margin-right: 1rem;
}

.cus-pricing-box {
  background-color: rgb(241, 241, 241);
  color: var(--accent-color);
  height: 350px;
  padding: 2rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: -200px;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonials-container {
  padding: 1rem 3rem 3rem 3rem;
}

.bg-primary-custom {
  background-color: var(--accent-color) !important;
}

.contact-container {
  background-color: var(--accent-color);
  /* height: 160px !important; */
  color: white;
  padding: 1.5rem;
  border-radius: 5px;
  text-align: center;
}
.contact-container h2 {
  color: white;
  margin-bottom: -20px;
}

.social-icons i:hover {
  background-color: transparent !important;
  transform: scale(1.2);
}

.box-container {
  background-color: var(--accent-color);
  width: 100%;
  height: 100%;
  padding: 5.5rem 3rem;
}

footer {
  background-color: #000;
  background-size: cover;
  color: rgb(32, 32, 32);
}

.col1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cus-item {
  width: calc(100% / 4);
  height: 300px;
  border: #006666;
  transition: all 250ms ease;
}
.cus-item.text {
  padding: 2rem 1.3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cus-item.text.a {
  background-color: #ffffff;
}
.cus-item.text.b {
  background-color: #f1f1f1;
}
.cus-item.text:hover {
  background-color: rgb(191, 191, 191);
  cursor: pointer;
}

.cus-item img {
  width: 100%;
  height: 100%;
}

.cta-container {
  background-color: var(--accent-color);
  padding-block: 4.5rem;
  padding-inline: 1rem;
  border-radius: 5px;
}

.service-container {
  height: 350px;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  margin-top: -200px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

.cus-section1 {
  width: 90%;
  margin-inline: auto;
  border-radius: 10px;
}

.cus-container2 {
  background-color: rgba(255, 255, 255, 0.86);
  box-shadow: rgba(228, 228, 228, 0.24) 0px 3px 8px;
  padding: 4.5rem 4rem;
  border-radius: 3px;
}

.cus-container3 {
  padding: 1rem;
  background-color: rgb(230, 230, 230);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;

  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* VIDEO CON PERSPECTIVA */

.cus-img-section {
  height: 100vh; /* Ocupa el 100% de la altura de la ventana */
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 110px;
  background: url(../../z-images/landing-reporting/bg-splash.jpg) !important;
  overflow: hidden;
  position: relative;
}

.cus-img-container2,
.cus-img-container {
  perspective: 800px; /* Controla la profundidad inicial */
  width: 600px;
  transition: all 1s ease; /* Transición suave para el contenedor */
}

.cus-img-container {
  position: absolute;
  left: 20%;
  bottom: 38%;
  z-index: 100;
  border-radius: 30px;
}
.cus-img-container2 {
  width: 40vw;
}

.perspective-image2,
.perspective-image {
  width: 100%;
  transform: rotateY(-20deg); /* Perspectiva inicial */
  transition: transform 1s ease; /* Transición suave en la imagen */
  transform-origin: center left;
}

.perspective-image {
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cus-img-container.active {
  perspective: none; /* Sin perspectiva */
  width: 60%; /* Imagen más grande */
  left: 15%;
  bottom: 10%;
}

.cus-img-container.active .perspective-image {
  transform: rotateY(0deg) scale(1.2); /* Imagen sin perspectiva y ampliada */
}

/* VIDEO CON PERSPECTIVA */

/* CHECKOUT STYLES**************************************** */
.cus-col-height {
  height: 100vh;
}

.form-col {
  padding: 2rem 4rem;
}

.img-col {
  padding: 2rem 4rem;
}
.img-col img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cus-title {
  /* font-weight: 500;
  margin-bottom: 20px; */
  font-size: 60px;
  line-height: 75px;
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -2.1px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cus-col-height {
    height: auto;
  }
  .form-col {
    padding: 4rem 4rem;
    padding-top: 100px !important;
  }

  .img-col {
    padding: 2rem 2rem;
  }
}

@keyframes float {
  0% {
    transform: translateY(0); /* Posición inicial */
  }
  50% {
    transform: translateY(-10px); /* Subir ligeramente */
  }
  100% {
    transform: translateY(0); /* Regresar a la posición inicial */
  }
}

.floating {
  animation: float 5s ease-in-out infinite; /* Duración y bucle infinito */
}

.cf-padding1 {
  padding-inline: 4rem;
}
/* CHECKOUT STYLES**************************************** */

@media (max-width: 450px) {
  header .logo {
    width: 200px;
    height: auto;
  }
  .header-mobile {
    height: 85px;
  }
  .header-mobile .container {
    background-color: black;
  }
}

/* BREAKPOINTS************************************************* */

/* (default from bootstrap) */
@media (max-width: 1400px) {
}

/* (default from bootstrap) */

@media (max-width: 1200px) {
  .cus-item {
    width: calc(100% / 4);
    height: 400px;
    border: #006666;
    transition: all 250ms ease;
  }
  .custom-card {
    height: 430px;
  }
}

/* (default from bootstrap) */

@media (max-width: 992px) {
  .mobile-d-none {
    display: none;
  }
  #section2-2 img,
  #section2-2 #jarallax-container-1 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .col1 {
    flex-direction: column;
  }
  .cus-item {
    width: 100%;
    height: 300px;
    border: #006666;
    transition: all 250ms ease;
  }
  .cus-item img {
    width: 100%;
    height: auto;
  }
  .service-container {
    margin-top: 10px;
  }
  .cus-container3 {
    height: auto;
  }
  .custom-card {
    height: 490px;
  }
  .list-container {
    top: 100px;
    left: -200px;
  }

  header {
    height: 110px !important;
  }
}

/* (default from bootstrap) */

@media (max-width: 768px) {
  .contact-border {
    border-right: none;
    border-bottom: 1px solid var(--accent-color);
  }
  .cta-main {
    padding: 2rem;
  }
  .cus-pricing-box {
    margin-top: auto;
    height: auto;
  }
  blockquote.testimonial-big {
    font-size: 18px;
  }
  .custom-card {
    background-color: #f9f9ff; /* Light background */
    border: none;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: auto;
  }
  .list-container {
    top: -20px;
    left: 0px;
    height: 250px;
  }
  .cf-padding1 {
    padding-inline: 1rem;
  }
  .cf-padding2 {
    padding-inline: 2rem;
  }

  header {
    height: 90px !important;
  }
}

/* (default from bootstrap) */
@media (max-width: 576px) {
  .btns-container {
    flex-direction: column;
  }
}

/* BREAKPOINTS************************************************* */

#top-items .custom-box2 {
  text-align: left;
  margin-inline: 5px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.268);
  border-radius: 20px;
  box-shadow:
    rgba(69, 69, 87, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  height: 200px;
}
#top-items .custom-box2.reduce-height {
  height: 200px;
}

#top-items .custom-box {
  background-color: #00000000;
  margin-inline: 20px;
}

.custom-box {
  background-color: #12121200; /* Fondo del contenedor */
  color: white;

  text-align: center;
  position: relative; /* Necesario para posicionar los pseudo-elementos */
  z-index: 1 !important;
}

.custom-box2 {
  background-color: #1b1b1b;
  padding: 3rem 2rem;
  border-radius: 50px; /* Bordes redondeados */
  position: relative;
  z-index: 10;
}

.custom-box::before {
  content: "";
  position: absolute;
  top: -2px; /* Resplandor fuera del contenedor */
  left: -2px; /* Resplandor fuera del contenedor */
  width: 50%;
  height: 70%;
  background: rgb(244, 147, 35);
  background: linear-gradient(
    343deg,
    rgba(244, 147, 35, 0) 27%,
    rgba(255, 161, 18, 1) 83%
  );
  filter: blur(15px); /* Efecto difuminado */
  border-radius: 20px;
  z-index: -1 !important; /* Detrás del contenedor */
}

.custom-box::after {
  content: "";
  position: absolute;
  bottom: -2px; /* Resplandor fuera del contenedor */
  right: -2px; /* Resplandor fuera del contenedor */
  width: 50%;
  height: 70%;
  background: rgb(244, 147, 35);
  background: linear-gradient(
    166deg,
    rgba(244, 147, 35, 0) 27%,
    rgba(255, 161, 18, 1) 83%
  );
  filter: blur(15px); /* Efecto difuminado */
  border-radius: 20px;
  z-index: -1 !important; /* Detrás del contenedor */
}

.custom-box h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.custom-box p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #aaa; /* Texto secundario */
}

.custom-box button {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background-color: white;
  color: #00ff80;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.custom-box button:hover {
  background-color: #00ff80;
  color: white;
}

/* Drop-in “guess” to match the screenshot look (purple glass + vignette + blue bottom glow) */
.feature-card {
  position: relative;
  height: 100%;
  padding: 2rem;
  border-radius: 26px;
  text-align: center;

  /* glass panel */
  background: rgba(24, 24, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  /* depth similar to screenshot */
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.68);
  overflow: hidden;
}

/* Big soft purple center glow */
.feature-card::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: radial-gradient(
    900px 520px at 50% 12%,
    rgb(255, 132, 32) 0%,
    rgba(255, 132, 32, 0.72) 12%,
    rgba(0, 0, 0, 0.34) 52%,
    rgba(0, 0, 0, 0.05) 72%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

/* Make the cards sit like the screenshot (taller) */
@media (min-width: 768px) {
  .feature-card {
    min-height: 100px;
  }
}

/* Mobile tuning */
@media (max-width: 767.98px) {
  .feature-card {
    padding: 42px 26px;
    border-radius: 34px;
  }
  .feature-text {
    font-size: 18px;
  }
}

/* CAROUSEL*******************  */
.otto-carousel-section {
  background: transparent;
}

.otto-carousel {
  position: relative;
}

/* blurred “neighbors” effect */
.otto-carousel__viewport {
  overflow: hidden;
  padding: 6px 68px; /* room for nav buttons like the screenshot */
}

.otto-carousel__track {
  display: flex;
  gap: 28px;
  align-items: stretch;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  padding: 10px 4px 26px;
  margin: 0;

  /* hide scrollbar */
  scrollbar-width: none;
}
.otto-carousel__track::-webkit-scrollbar {
  display: none;
}

.otto-slide {
  scroll-snap-align: center;
  flex: 0 0 auto;

  width: min(520px, 86vw);
  min-height: 640px;

  border-radius: 46px;
  position: relative;
  overflow: hidden;

  background: rgba(10, 10, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* subtle inner gradient like screenshot */
.otto-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      1000px 700px at 50% 0%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 55%
    ),
    radial-gradient(
      700px 260px at 50% 110%,
      rgba(0, 255, 205, 0.1) 0%,
      rgba(0, 0, 0, 0) 70%
    ),
    radial-gradient(
      120% 120% at 50% 35%,
      rgba(0, 0, 0, 0) 52%,
      rgba(0, 0, 0, 0.55) 88%,
      rgba(0, 0, 0, 0.8) 100%
    );
  pointer-events: none;
  z-index: 0;
}

.otto-slide > * {
  position: relative;
  z-index: 1;
}

.otto-slide__media {
  padding: 26px 26px 0;
}

.otto-slide__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
  display: block;

  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.otto-slide__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 28px 26px 28px;
  padding: 16px 26px;

  border-radius: 999px;
  background: #00f0c8;
  color: #00110c;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;

  box-shadow:
    0 14px 40px rgba(0, 240, 200, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Nav buttons */
.otto-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 999px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  color: #fff;
  font-size: 34px;
  line-height: 1;
  display: grid;
  place-items: center;

  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  z-index: 5;
}

.otto-carousel__nav--prev {
  left: 0;
}
.otto-carousel__nav--next {
  right: 0;
}

.otto-carousel__nav:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* Fade / blur edges like the screenshot */
.otto-carousel__viewport::before,
.otto-carousel__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  pointer-events: none;
  z-index: 4;
}

.otto-carousel__viewport::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0) 100%
  );
}

.otto-carousel__viewport::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Responsive */
@media (max-width: 767.98px) {
  .otto-carousel__viewport {
    padding: 6px 56px;
  }
  .otto-slide {
    width: 86vw;
    min-height: 620px;
    border-radius: 36px;
  }
  .otto-slide__title {
    font-size: 32px;
  }
  .otto-slide__text {
    font-size: 18px;
  }
}
/* CAROUSEL*******************  */
