

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
   
}
#veil{

background: linear-gradient(180deg, rgba(1, 1, 1, 1) 0%, rgb(13, 55, 59) 100%);

}

#about{

background: linear-gradient(180deg, rgba(1, 1, 1, 1) 0%, rgb(13, 55, 59) 100%);

}


/* NAV-BAR */

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header{
    border-bottom: 1px solid #000000;
    background-color: #000000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}
.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}

.nav-item {
margin-left: 5rem;
}

.nav-link{
font-size: 1.6rem;
font-weight: 400;
color: #aaa;
}

.nav-link:hover{
color: #f7bb2f;
}

.nav-logo img {
    width: 80px;  
    height: auto;  
}
.nav-menu { display: flex; justify-content: space-between; align-items: center; }

/* HERO*/
.hero-section {

  background-image:url('../img/hero.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  min-height: 100vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}
.hero-content {
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  max-width: 90%; 
}

.hero-logo {

  max-width: 100%; 
  max-height: 250px; 
  width: auto; 
  height: auto; 
}
.btn-trailer {
  color: white;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: transparent; 
  border: 2px solid white; 
  border-radius: 60px; 
  padding: 15px 40px; 
  transition: all 0.3s ease;
  margin-top: 30px; 
 
}

.btn-trailer:hover {
  background-color: white; 
  color: #333; 
  cursor: pointer;
}


/* CAROUSEL */
.carousel-container {

  width: 100%; 
  overflow: hidden; 
  margin: 40px auto; 
}
.carousel-track {
  
  display: flex;
  transform: translateX(0); 
  animation: scroll-left 70s linear infinite; 
 
}
.carousel-track img {
  width: 400px; 
  height: 260px; 
  object-fit: cover; 
  flex-shrink: 0; 
  margin-right: 5px; 
}

@keyframes scroll-left {
  0% {
 
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2835px); 
  }
}

/* BUY-NOW */
.text {
  /* color: white;
  text-align: center;
  margin-bottom: 20px; */
  font-size: 3.2rem;
}
.content-section {
  padding: 150px 0; 
}

.content-container {
  max-width: 1200px; 
  margin: 0 auto;
  background-color: rgba(100, 100, 100, 0.1); /* Fondo gris semitransparente */
  padding: 40px;
  border-radius: 12px; 
  
  
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  gap: 40px; 
}
.content-left {
  flex-basis: 60%; 
  color: white; 
  display: flex;
  flex-direction: column;
  gap: 20px; 
  align-items: center;
  padding: 10%;
}


.btn-primary { 
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: transparent; 
  border: 2px solid white; 
  border-radius: 50px; 
  padding: 15px 40px; 
  transition: all 0.3s ease;
  align-self: flex-start; 
}

.btn-primary:hover {
  background-color: white; 
  color: #333; 
  cursor: pointer;
}
.content-right {
  flex-basis: 40%; 
  text-align: right;
}

.content-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* testimonio TENEIS QUE DAR*/
.testimonials-section {

  color: white;
  padding: 100px 0;
  text-align: center;
}

.section-title {
  font-size: 3rem;
  margin-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
 color: #aaa;
}

.slider-container {
  max-width: 800px; 
  margin: 0 auto;
  position: relative; 
  overflow: hidden; 
  padding: 0 50px; 
}

.testimonials-track {
  display: flex;
  transform: translateX(0); 
  transition: transform 0.5s ease-in-out; 
}

.testimonial-card {
  min-width: 100%; 
  flex-shrink: 0; 
  
  text-align: center;
  padding: 20px;
}

.quote {
  font-size: 2rem;
  font-style:inherit;
  margin-bottom: 25px;
}

.author-info {
  text-align: center; 
}

.author-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
}

.role {
  font-size: 0.9rem;
  color: #aaa;
}


.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  background: none;
  border: 2px solid white;
  color: white;
  font-size: 1.5rem;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  
  transition: background-color 0.3s;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

/* follow us section */

.social-section {
  padding: 50px 0px 200px; 
  text-align: center; 

}

.social-links {

  display: flex;
  justify-content: center; 
  max-width: 600px;
  margin: 0 auto; 
  gap: 50px; 
}

.social-icon img {
  width: 80px; 
  height: auto; 
  transition: transform 0.2s ease-in-out;
}
.social-icon:hover img {
  transform: scale(1.1); 
}


/* ABOUT US MAIN SECTION */
/* HERO-ABOUT-US */
.hero-section-about-us {

  min-height: 100vh;  
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: none;
}
.hero-content-about-us {
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  max-width: 100%; 
}

.hero-logo-about-us {
  max-width: 100%; 
  max-height: 500px; 
  width: auto; 
  height: auto; 
}

/* MISION DE KYOMU  */
.mission-section {
  padding: 0px 0; 

}

.mission-container {

  max-width: 900px; 
  margin: 0 auto; 
  text-align: center; 
  padding: 0 20px; 
 

}

.mission-title {
  font-size: 4rem;
  margin-bottom: 20px;
  text-transform: uppercase;
    color: #aaa;
  font-family:  Helvetica, sans-serif;
   margin-left: 25%;
  margin-right: 25%;
  text-align: left;
}
  

.mission-text {
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 750px; 
  margin-left: 25%;
  margin-right: 25%;
text-align: justify;
  color: #ffffff;
    font-family:  Helvetica, sans-serif;

}


a{
    font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
}

.mission-image {
  max-width: 35%;
  height: auto;
  display: block; 
  margin: 0 auto; 
  margin-top: 20px; 
  margin-bottom: 22px;
  border-radius: 8px;
}

/* FOOTER */
footer {

  padding: 0px 0px 90px; 

}


.footer-divider {
  width: 100%;
  height: 1px;
  background-color: white; 
  margin-bottom: 90px; 
}


.footer-content {
  display: flex;
  justify-content: space-between; 
  max-width: 1200px;
  margin: 0 auto; 
  padding: 0 40px;
  align-items: center;
}

.location-text {
  font-size: 2rem;
  margin: 0; 
  color: #aaa; 
    font-family:  Helvetica, sans-serif;
}
.footer-logo {
  width: 90px; 
  height: auto;
  display: block;
}


/* Media Query */


@media  (max-width: 768px) {
.nav-menu {
position: fixed;
left: -100%;
top: 5rem;
flex-direction: column;
background-color: #000000;
width: 100%;
border-radius: 10px;
text-align: center;
transition: 0.3s;
box-shadow:
0 10px 27px rgba(0, 0, 0, 0.05);
}
.nav-menu.active {
    left: 0;
}

.nav-item {
    margin: 2.5rem 0;
}

.hamburger {
    display: block;
    cursor: pointer;
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.hero-section {
    min-height: 100vh;
  }
  .hero-logo-about-us {

  max-width: 100%; 
  max-height: 300px; 
  width: auto; 
  height: auto; 
}

  .slider-container {
    padding: 0 10px; 
    max-width: 100%; 
  }
 .section-title {
  font-size: 2rem;
  
}

  
  .testimonial-card {
    padding: 15px 10px;
  }
  

  .quote {
    font-size: 1.4rem; 
  }
  
  .nav-button {
  
    font-size: 1.2rem;
    padding: 8px 12px;
  }
  
  .author-name {
    font-size: 1rem;
  }
  
  .role {
    font-size: 0.8rem;
  }
}

  @media (max-width: 1200px) {
    .text {
      font-size: 2rem;
    }
    .content-container {
      margin-left: 15%;
      margin-right: 15%;
    }
}
  /* buy-now */
  @media (max-width: 900px) {

  .text {
    font-size: 62.5%;
  }

  .content-container {
    flex-direction: column; 
    padding: 30px 15px;
  }
  
  .content-left {
    flex-basis: 100%;
    align-items: center; 
    text-align: center;
  }
  
  .content-right {
 
    flex-basis: 100%;
    display: block; 
    margin-top: 20px;
    text-align: center;
  }
  
  .btn-primary { 
    align-self: center; 
    width: 80%;
  }

  /* textos home */
  .mission-title {
    font-size: 3.5rem;
  }
  

  .mission-text {
    font-size: 2rem;
  }

}

@media  (max-width: 450px) {

  .hero-logo-about-us {


  max-height: 200px; 
 
}
.social-icon img {
  width: 50px; 
  }
.mission-title {
  font-size: 2rem;

}
  

.mission-text {
  font-size: 1.5rem;
  

}
.location-text {
  font-size: 1.2rem;
  
}
.footer-logo {
  width: 60px; 
  height: auto;
  display: block;
}

.mission-text{
  margin:0 45px 40px ;

}
 




}
