@font-face {
    font-family: Bengali-Regular;
    src: url("./static/NotoSansBengali-Regular.ttf");
}
@font-face {
  font-family: Static-Regular;
  src: url("./static/Khyay-Regular.ttf");
}
@font-face {
    font-family: JockeyOne-Regular;
    src: url("./static/JockeyOne-Regular.ttf");
}
@font-face {
    font-family: MPLUS2-SemiBold;
    src: url("./static/MPLUS2-SemiBold.ttf");
}
@font-face {
    font-family: Murecho-SemiBold;
    src: url("./static/Murecho-SemiBold.ttf");
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px 5%;
    border-bottom: 2px solid #ddd;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}



.logo {
    width: 93px;
    height: 93px;
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
    flex-grow: 1;
    justify-content: center;
    font-family: Bengali-Regular;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family: Bengali-Regular;
    padding: 5px 10px;
}

.nav-links .active {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 3px;
    text-decoration-color: #5E3523; 
    
    font-family: Bengali-Regular;
}
.image_pater{
    width: 514px;
    height: 525px;
}

.contact-btn {
    background-color: #d49122;
    color: rgb(56, 48, 48);
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-family: Bengali-Regular;
}
.fond{
  background-color: #FAF7F7;
  max-width: auto;
}
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .logo {
        align-self: flex-start; 
        margin-bottom: 10px;
    }

    .nav-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: -77px;
    }

    .contact-btn {
        margin-top: 15px;
        padding: 8px 65px;
        margin-left: 31px;
    }
}

.historia-container {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1000px;
    margin: 60px auto 160px auto;
    flex-wrap: wrap;
  }

  .historia-img {
    flex: 1 1 300px;
    max-width: 100%;
  }

  .historia-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .historia-text {
    flex: 1 1 300px;
    margin-top: 132px;
  }

  .historia-text h2 {
    margin-top: 81px;
    font-family: Murecho-SemiBold;
    font-size: 30px;
  }

  .historia-text p {
    line-height: 1.6;
    font-family: Bengali-Regular;
    font-size: 22px;
  }

  @media (max-width: 768px) {
    .historia-container {
      flex-direction: column;
      text-align: center;

    }
    .historia-text {
      flex: 1 1 300px;
    }

    .historia-text h2 {
      font-size: 22px;
    }

    .historia-text p {
      font-size: 15px;
    }
    .carousel-section h2 {
      font-size: 46px;
      margin-left: 0px;
      
      margin-bottom: 5rem;
      color: #5A2C0B;
    }
  }

  .container {
    display: flex;
    flex-direction: column;
    padding: 58px;
    gap: 151px;
    max-width: 1000px;
    margin: auto;
  }
  
  .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .text-content {
    display: flex;
    flex-direction: column;
  }
  
  .text-content h2 {
    font-size: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: JockeyOne-Regular;
    color: #5a2d16;
  }
  
  .square {
    width: 30px;
    height: 30px;
    background-color: #5a2d16;
    display: inline-block;
  }
  
  .text-content p {
    font-size: 16px;
    line-height: 1.6;
    font-family: Bengali-Regular;
  }
  
  /* Responsive */
  @media (min-width: 768px) {
    .card {
      flex-direction: row;
      align-items: center;
    }
  
    .card:nth-child(even) {
      flex-direction: row;
    }
  
    .card img {
      width: 50%;
    }
  
    .text-content {
      width: 50%;
      padding: 0 20px;
    }
  }

  .carousel-section {
    max-width: 800px;
    margin: 148px auto;
    padding: 1rem;
    font-family: JockeyOne-Regular;
    position: relative;
  }

  .carousel-section h2 {
    font-size: 46px;
    margin-left: -138px;
    margin-bottom: 5rem;
    color: #5A2C0B;
  }

  .carousel-wrapper {
    position: relative;
  }

  .carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    max-width: 400px; /* ajusta según el diseño */
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    max-width: 400px; /* solo una tarjeta visible */
  }

  .card-carru {
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    margin: 0 auto;
    border-radius: 6px;
    
 
  }

  .image-placeholder {
    
    background-size: contain;   /* muestra toda la imagen sin recortarla */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    
  }

  .card-content-carru {
    padding: 1rem;
  }

  .card-content-carru h3 {
    color: #5A2C0B;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .card-content-carru p {
    font-size: 14px;
    color: #333;
    font-family: Bengali-Regular;
  }

  .buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .btn {
    background-color: #e6a313;
    height: 20px;
    flex: 1;
    font-size: 14px;
    font-family: Static-Regular;
    padding: 6px;
    border-radius: 4px;
  }

  .btn.full-width {
    margin-top: 10px;
    width: 97%;
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 3px solid #552700;
    color: #552700;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 38px;
    cursor: pointer;
    z-index: 2;
  }

  .arrow.left {
    left: -16px;
  }

  .arrow.right {
    right: 10px;
  }

  @media (max-width: 600px) {
    .arrow.left {
      left: -40px;
    }

    .arrow.right {
      right: -40px;
    }
    .carousel-section h2 {
      font-size: 46px;
      margin-left: 0px;
      margin-bottom: 5rem;
      color: #5A2C0B;
    }
  }
    @media (max-width: 768px) {
    
    .carousel-section h2 {
      font-size: 46px;
      margin-left: 0px;
      margin-bottom: 5rem;
      color: #5A2C0B;
    }
    .arrow.left {
      left: 30px;
      top: 1063px;
    }
    .btn {
      background-color: #e6a313;
      height: 36px;
      flex: 1;
      font-size: 14px;
      font-family: Static-Regular;
      padding: 6px;
      border-radius: 4px;
    }
    .carousel-section {
      max-width: 800px;
      margin: 0px auto;
      padding: 1rem;
      font-family: JockeyOne-Regular;
      position: relative;
    }
    

    .arrow.right {
      right: 30px;
      top: 1060px;
    
    }
  }









.footer {
    background-color: #f9f9f9;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.footer img {
    max-width: 100px;
    height: auto;
    margin-bottom: 463px;
}
.footer-links, .footer-contact {
    flex: 1;
    text-align: left;
    padding: 28px 97px;
    margin-top: 50px;
}
h3{
  font-family: Static-Regular;
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 20px;

}
.footer-links a {
    display: block;
    color: black;
    text-decoration: none;
    margin-bottom: 37px;
    font-family: Bengali-Regular;
    font-size: 22px;
    align-items: flex-start;
}
.footer-contact p {
    margin: 5px 0;
    font-family: Bengali-Regular;
    font-size: 22px;
}
@media (max-width: 768px) {
    .footer img {
        max-width: 100px;
        height: auto;
        margin-bottom: 0px;
    }
    .contact-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .contact-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-content {
        text-align: center;
    }
    .contact-button {
        margin: 0 auto;
    }
    .footer {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        text-align: center;
        margin-top: 202px;
    }
}