/*Fuentes*/

@font-face {
  font-family: 'Sharp Sans Extra Bold';
  src: url('../css/fonts/Sharp\ Sans\ Extrabold.woff') format('woff2'),
       url('../css/fonts/Sharp\ Sans\ Extrabold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sharp Sans Medium';
  src: url('../css/fonts/Sharp\ Sans\ Medium.woff') format('woff2'),
       url('../css/fonts/Sharp\ Sans\ Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sharp Sans Light';
  src: url('../css/fonts/Sharp\ Sans\ Light.woff') format('woff2'),
       url('../css/fonts/Sharp\ Sans\ Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sharp Sans Thin';
  src: url('../css/fonts/Sharp\ Sans\ Thin.woff') format('woff2'),
      url('../css/fonts/Sharp\ Sans\ Thin.woff') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --blackSVR: #000;
  --whiteSVR: #fff;
  --greenSVR: #52867d;
  --darkerGreenSVR: #365853;
  --greenBrightSVR: #7ac7ba;
}

/* Estilos generales */
* {
  margin: 0;
  padding: 0;
}

#splash-screen {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

#splash-screen .splash-logo {
  max-width: 150px;
  filter: brightness(0) invert(1);
  animation: float 3s ease-in-out infinite;
}



.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.no-text-select {
  user-select: none;
  cursor: default;
}

body {
  background-color: var(--blackSVR);
  color: var(--whiteSVR);
}

h1{
  font-size:6vw;
}

h2{
  font-size:5vw;
}

h3{
  font-size:3vw;
}

h4{
  font-size: 2vw;
}

h5{
  font-size: 1vw;
}

.green-bright-svr {
  color: var(--greenBrightSVR);  
}

.green-svr {
  color: var(--greenSVR);  
}

.black-svr{
  color: var(--blackSVR);
}


.row {
  margin: 0; /* Elimina márgenes del contenedor de la fila */
}

/* Estilos del encabezado */
header {
  height: 100vh;
  background-color: var(--blackSVR);
  background-image: url(../assets/img/headerBackground2.png);
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el contenedor */
  background-position: center; /* Centra la imagen horizontal y verticalmente */
  margin: 0; /* Asegúrate de que no haya márgenes externos */
  padding: 0; /* Asegúrate de que no haya padding externo */
  box-sizing: border-box; /* Incluye el padding y el borde en el cálculo del ancho total */
}

@media (min-width: 1650px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1520px;
  }
}

.custom-toggler.navbar-toggler {
  border: 0;
  box-shadow:none !important;
  color:white;
} 

header nav {
  margin-right: 0 !important;
}

nav{
  margin: 0;
  height: 15vh;
}

.navbar-brand{
  width: 100%;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
  justify-content: space-between;
}

li .link-desk{
  border-bottom: 1px solid ;
}

li .link-desk:hover {
  transform: scale(1.1);
}

.nav-desk {
  list-style-type: none;
  font-family: 'Sharp Sans Light', 'Arial Narrow', Arial, sans-serif;
}

.nav-desk a {
  text-decoration: none;
  color: var(--whiteSVR);
  font-weight: bold;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.nav-desk a:hover {
  text-decoration: none;
  color: var(--greenSVR);
  font-weight: bold;
}

nav img{
  max-width: 35vw;
}

.logo-img {
  max-width: 100%;
  height: auto;
  max-height: 8vh;
  transition: transform 0.3s ease; /* Transición suave de 0.3 segundos en la transformación */
}

.logo-img:hover {
  transform: scale(1.1); /* Escala la imagen al 110% (un poco más grande) al hacer hover */
}

.navbar-nav .nav-link {
  color: var(--whiteSVR);
  font-family: 'Sharp Sans Light', 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2vw;
}

.navbar-nav .nav-link:hover {
  color: var(--greenSVR);
}



.headerContainer {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center; /* Centra horizontalmente el contenido en dispositivos móviles */
  align-items: center;
  padding: 2rem;
  box-sizing: border-box; /* Incluye el padding en el cálculo del ancho total */
}

.h1MobileHeader{
  font-size: 8vw;
}

.headerContentContainer {
  padding: 0 80px; /* Añade espacio interno a la izquierda y derecha */
  max-height: 70vh;
  animation: fadeInUp 1s ease-out;
}

.headerContentContainer h1:hover {
  transition: transform 0.3s ease;
  transform: scale(1.1); /* Escala la imagen al 110% (un poco más grande) al hacer hover */
  transform-origin: left center;
}

.headerVideoContainer {
  justify-content: center; /* Centra horizontalmente el contenedor de video */
  align-items: center;
  text-align: center;
  padding: 1rem; /* Añade algo de espacio alrededor del contenido si es necesario */
}

.headerBlackContainer {
  justify-content: center; /* Centra el contenido verticalmente */
  align-items: center; /* Centra el contenido horizontalmente */
  text-align: center;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.7);
  max-width: 70%; /* Asegúrate de que el contenedor negro no sea más ancho que el contenedor principal */
  padding: 1rem; /* Añade algo de espacio alrededor del contenido si es necesario */
  box-sizing: border-box; /* Asegúrate de que el padding no afecte al ancho total */
  border-radius: 10px;
  animation: fadeInUp 1s ease-out;
}

@media (width < 992px){
  .headerBlackContainer {
    max-height: 60vh;
    width: auto;
    border-radius: 10px;
  }
}

.headerBlackContainer h4 {
  font-family: 'Sharp Sans Light', 'Arial Narrow', Arial, sans-serif;
  font-weight: 500;
  
}

.headerBlackContainer img {
  max-height: 50vh; /* Ajusta la altura máxima de la imagen al 50% de la altura de la ventana */
  width: auto; /* Mantiene las proporciones de la imagen */
  max-width: 100%; /* Asegúrate de que la imagen no sea más ancha que el contenedor */
  border-radius: 10px;
}


.btn-1 {
  font-size: 2vw;
  border: 0.5rem solid var(--whiteSVR);
  color: var(--whiteSVR);
  border-radius: 0;
  width: 70%; /* Ancho al 100% del contenedor */
  max-width: 17rem; /* Máximo ancho de 17rem */
  box-sizing: border-box; /* Incluir el padding y el borde en el ancho */
  max-height: 8rem;
  align-content: center;
  align-items: center;
}

.btn-1-mobile{
  font-size: 3vh;
  border: 0.5rem solid var(--whiteSVR);
  color: var(--whiteSVR);
  border-radius: 0;
  width: 70%; /* Ancho al 100% del contenedor */
  max-width: 17rem; /* Máximo ancho de 17rem */
  box-sizing: border-box; /* Incluir el padding y el borde en el ancho */
  margin-top: 0rem;
  margin-bottom: 2rem;
  max-height: 8rem;
  align-content: center;
  align-items: center;
}

.btn-1:active {
  border: 0.5rem solid var(--whiteSVR);
  color: var(--white);
  border-radius: 0;
  background-color: var(--greenBrightSVR);
}

.btn-1:hover {
  border: 0.5rem solid var(--whiteSVR);
  color: var(--whiteSVR);
  border-radius: 0;
  background-color: var(--greenSVR);
}

/* Media query para pantallas más pequeñas */
@media (max-width: 768px) {
  .btn-1 {
    font-size: 1.5rem; /* Reducir el tamaño de la fuente */
    padding: 0.5rem; /* Reducir el padding */
    max-width: 100%; /* Ajustar al ancho del contenedor */
  }
  
  .btn-2 {
    font-size: 2.5rem; /* Reducir el tamaño de la fuente */
    max-width: 100%; /* Ajustar al ancho del contenedor */
  }
}

/* NOSOTROS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.aboutUs{
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;;
  width: 90%;
  height: 80vh;
  background-color: beige;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url(../assets/img/aboutUsBkg.png) ;
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir todo el contenedor */
  background-position: center; /* Centra la imagen horizontal y verticalmente */
  display: flex;
}

.aboutUsContent{
  width:85vw;
  max-height: 85vh;
  padding: 25px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.7);
  border-radius: 1rem;
  animation: fadeInUp 1s ease-out; /* Aplicar la animación */
}

.aboutUsContent.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.divImageAboutUs{
  display:grid;
  justify-content: center;
  text-align: center;
  padding: 20px;
  align-items: center;
}

.abtUsImg {
  height: 50vh;
  margin: 0 auto;
  display: block; /* Elimina espacios en blanco innecesarios debajo de la imagen */
  box-sizing: border-box;
  border-radius: 10px;
}

.divImageAboutUs h3{
  font-family: 'Sharp Sans Medium';
  color: var(--whiteSVR);
  font-style: normal;
}

.aboutUsTextContent{
  border-left: #fff 2px solid;
  padding: 30px;
}

.aboutUsTextContent h3{
  font-size: 3vw;
  color: var(--whiteSVR);
}

.aboutUsTextContent span{
  color: var(--greenBrightSVR);
}

.aboutUsText{
  font-family: 'Sharp Sans Medium';
  font-size: 1.2vw;
  color: var(--greenBrightSVR);

}

@media(width< 992px){
  
  .abtUsImg {
    height: 25vh;
  }

  .aboutUsTextContent{
    border-left: none;
    padding: 15px;
  }

  .aboutUsText{
    font-family: 'Sharp Sans Medium';
    font-size: 2vw;
    text-align: center;
  }
}

@media(width< 700px){
  
  .abtUsImg {
    height: 25vh;
  }

  .aboutUsTextContent{
    border-left: none;
    padding: 10px;
  }

  .aboutUsText{
    font-family: 'Sharp Sans Medium';
    font-size: 3vw;
    text-align: center;
  }
}


/*SERVICIOS*/
.services {
  background-color: #000;
}

.clear {
  clear: both;
}

.service-section h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

.service-section p {
  font-family: 'Sharp Sans Medium';
}

.h1SectionTitle {
  font-size: 4rem;
}

@media (width < 700px) {
  .h1SectionTitle {
    font-size: 3rem;
  }
}

.service-section img {
  max-width: 100%;
  border: 0px;
}

.service-section ul,
.service-section ol {
  list-style: none;
}

.service-section a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.service-section a:focus,
.service-section a:active,
.service-section a:visited,
.service-section a:hover {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #e73700;
}

.service-section h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.service-section h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}

.service-section h4 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 36px;
}

.service-section button {
  outline: none !important;
}

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}

.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
.service-section {
  padding: 60px 50px;
}

.service-section .owl-stage {
  margin: 15px 0;
  display: flex;
  justify-content: center;
}

.service-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;

  /* NUEVO: sombra y transición */
  box-shadow: 
    0 0 8px rgba(255, 255, 255, 0.05),
    0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-section .item.active {
  width: 320px;
}

.service-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.service-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  text-align: center;
  transform: translateY(0);
  opacity: 1;
}

/* NUEVO: efecto hover */
@media (hover: hover) and (pointer: fine) {
  .service-section .item:hover {
    transform: translateY(-10px);
    box-shadow:
      0 0 12px rgba(255, 255, 255, 0.08),
      0 20px 40px rgba(0, 0, 0, 0.3);
  }
}

.service-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  .service-section h2 {
    margin-bottom: 32px;
  }

  .service-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .service-section {
    padding: 50px 30px;
  }

  .service-section .item {
    width: 320px;
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-section h2 {
    margin-bottom: 32px;
  }

  .service-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .service-section {
    padding: 50px 30px 40px;
  }
}

@media (max-width: 767px) {
  .service-section {
    font-size: 14px;
    padding: 30px 15px 20px;
  }

  .service-section h2 {
    margin-bottom: 20px;
  }

  .service-section h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }

  .service-section .item {
    width: 200px;
    height: 280px;
  }
}



/*--------Estilos de Cursos---------*/
.courses{
  padding: 1rem;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.coursesContainer {
  gap: 10px; /* Ajusta el espacio entre los elementos si lo deseas */
  margin-top: 10px;
  justify-content: center;
  margin-bottom: 2rem;
}

.cardsContainer2 {
  gap: 10px; /* Ajusta el espacio entre las tarjetas si lo deseas */
  
  align-items: center;
}

.card2 {
  position: relative;
  min-width: 20vw;
  min-height: 27vh;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
              inset -5px -5px 15px rgba(255, 255, 255, 0.1),
              5px 5px 15px rgba(0, 0, 0, 0.3), 
              -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 15px;
  transition: 0.5s;
  font-family: 'Sharp Sans Medium';
  font-size: 1vw;
  box-sizing: border-box;

}

@media (width< 1400px) {
  .cardsContainer2 {
    gap: 10px; /* Ajusta el espacio entre las tarjetas si lo deseas */
    width: 100vw;
  }

  .card2 {
    position: relative;
    min-width: 20vw;
  }
  
}

@media (width< 500px) {
  .cardsContainer2 {
    gap: 10px; /* Ajusta el espacio entre las tarjetas si lo deseas */
    width: 100vw;
  }

  .card2 {
    min-width: 20vw;
    min-height: 30vh;
  }
  
}


.box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.box01{
  background-image: url('../assets/img/movimiento.png');
  background-size: 100% ; /* Ajusta la imagen al ancho y alto del contenedor */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat;
}

.box02{
  background-image: url('../assets/img/evaluacion.png');
  background-size: 100% ; /* Ajusta la imagen al ancho y alto del contenedor */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat;
}

.box03{
  background-image: url('../assets/img/curso_fuerza.png');
  background-size: 100% ; /* Ajusta la imagen al ancho y alto del contenedor */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat;
}

.box04{
  background-image: url('../assets/img/saltabilidad.png');
  background-size: 100% ; /* Ajusta la imagen al ancho y alto del contenedor */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat;
}

.box:hover {
  transform: translateY(-50px);
}

.box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  
}

.box .content {
  padding: 20px;
  text-align: center;
 
}

.box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.box .content h3 {
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.box .content p {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.btnLeerMasCourse{
  position: relative;
  display: inline-block;
  padding: 8px 8px;
  background: black;
  border-radius: 5px;
  border: 0.5rem solid var(--whiteSVR);
  width: 40%;
  text-decoration: none;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  font-size: 1.2rem;
  text-align: center;
}

.btnLeerMasCourse:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

@media(width<1400px){
  .btnLeerMasCourse{
    width: 50%;
  }
}

@media(width<600px){
  .btnLeerMasCourse{
    width: 80%;
  }
}

.box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  font-size: 1rem;
}

.box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

.courses img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  object-fit: cover;
  border-radius: 10px;
}

/* CONTACTATEEE */

.contact {
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 5%;
  width: 90%;
  position: relative;
  height: 60vh;
  align-items: center;
  justify-content: center;
  background-image: url(../assets/img/contactoBKG3.png);
  background-size: cover;
  background-position: center;
  display: flex;
  overflow: hidden; /* Ensure the overlay doesn't exceed the boundaries */
}

.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the last value for more or less darkness */
  z-index: 1; /* Ensure the overlay is on top of the background but below the content */
}

.contact-content {
  position: relative;
  z-index: 2; /* Ensure the content is above the overlay */
}

.btn-wide {
  border-radius: 5px;
  padding: 5px 0px;
  color: white;
  font-weight: bold;
  width: 100%; 
  background-color: #2a2b2f;
  border: none;
}

.btn-wide:hover, .btn-wide:active{
  background-color: var(--darkerGreenSVR);
}

.form-control:focus {
  border-color: var(--greenBrightSVR);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--greenBrightSVR);
}

.contact input,
.contact textarea {
  background-color: rgba(0, 0, 0, 0.5); 
  color: #fff; /* Color del texto */
  border: 1px solid #ccc; 
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: #fff; 
}

.contact :-ms-input-placeholder {
  color: #fff; 
}


.contact ::-ms-input-placeholder {
  color: #fff; 
}

.contact input:focus,
.contact textarea:focus {
  border-color: #fff; 
  outline: none; 
}

.contact label {
  color: #fff; /* Color del texto del label */
}

/*--------Estilos del Footer---------*/

footer{
  margin-right: 0 !important;
}


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

footer a i:hover{
  color: var(--greenSVR);
}

footer  a {
  border-bottom: none;
  text-decoration: none;
}


.wsp-float {
  display: inline-block;
  position: fixed;
  bottom: 20px; /* Ajusta la posición según tus necesidades */
  right: 20px; /* Ajusta la posición según tus necesidades */
  transition: transform 0.3s ease; /* Transición suave al hacer hover */
  z-index: 9999; /* Asegura que el botón esté siempre arriba de otros elementos */

}

.wsp-float:hover,
.wsp-float:active {
  transform: scale(1.1); /* Aumenta el tamaño al hacer hover o al activar */
}

/* Estilos para el logo de WhatsApp */
.wsp-float img {
  width: 10vw; /* Tamaño relativo basado en el ancho de la pantalla */
  max-width: 80px; /* Tamaño máximo en píxeles para pantallas pequeñas */
  height: auto; /* Altura automática para mantener la proporción */
  transition: box-shadow 0.3s ease; /* Transición suave para la sombra */
}

/* TIMELINE */
.timeline-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; /* Espaciado entre tarjetas */
  justify-content: center; /* Centrar las tarjetas */
  max-width: 90%; /* Evitar que las tarjetas se extiendan demasiado */
  margin: auto; /* Centrar el contenedor en la página */
  margin-bottom: 4rem;
}

.card {
  flex: 1 1 calc(15% - 1rem);
  min-width: 200px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.226), /* sutil resplandor blanco */
    0 10px 25px rgba(0, 0, 0, 0.15);    /* sombra negra existente */
  padding: 0;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.card-img-top {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}

.card-img-top-2 {
  width: 100%;
  height: auto;
  border-radius: 0 0 15px 15px;
}

.card-body {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 20px 20px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}

.card-body-2 {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  color: rgba(255, 255, 255, 0.9);
  border-radius: 20px 20px 0 0;
  padding: 1rem;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}


.card-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

@media (width < 992px){
  .card-text {
    font-size: "14px";
  }
}

@media (width < 702px){
  .card-text {
    font-size: "16px";
  }
}
