* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: Bengali-Regular;
    src: url("./static/NotoSansBengali-Regular.ttf");
}
@font-face {
    font-family: Fira-SemiBold;
    src: url("./static/FiraSans-SemiBold.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");
}

body {
    font-family: Arial, sans-serif;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px 5%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-bottom: 2px solid #ddd;
}



.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;
}



.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    width: auto;
    height: 630px;
   
}

/* Texto alineado a la izquierda */
.text {
    flex: 1;
    max-width: 50%;
}

.text h2 {
    font-size: 54px;
    font-family: JockeyOne-Regular;
    color: #5E3523;
    

}

/* Imagen alineada a la derecha */
.image {
    flex: 1;
    max-width: 50%;
    text-align: right;
}

.image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
        text-align: center;
        padding: 40px 0px 113px 13px;
    }
   
    .text, .image {
        max-width: 100%;
    }

    .image {
        text-align: center;
        margin-top: 20px;
    }
}
@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;
    }
    .image_pater {
    width: auto;
    height: 525px;
    }
     .image_pater img {
    width: auto;
    height: 525px;
    }

    .contact-btn {
        margin-top: 15px;
        padding: 8px 65px;
        margin-left: 1px;
    }
}
.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 120px 0 51px 0px;
}
.header {
    background-color: #fdfdfd;
    color: rgb(19, 18, 18);
    display: inline-block;
    padding: 15px 30px;
    font-family: Murecho-SemiBold;
    text-align: center;
}

/* Centrar el contenedor del header */
.header h2 {
    font-size: 50px;
    font-family: JockeyOne-Regular;
    color: #5E3523;
}

/* Sección de imágenes */
.image-section {
    display: flex;
    justify-content: center;
    gap: 54px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    flex-wrap: wrap;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.image-item {
    text-align: center;
    max-width: 336px;
    height: 500px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 1;
    
    flex-shrink: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.image-item.active {
    transform: scale(1.3);
    z-index: 10;
    position: relative;
  }

.image-item img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
}
.image-item h4 {
    font-size: 14px;
    font-family: Bengali-Regular;
    color: #555;
    margin: 29px;
    margin-top: 25px;
    line-height: 1.5;
    word-wrap: break-word;
}

.image-item p {
    margin-top: 5px;
    font-size: 20px;
    font-family: Static-Regular;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .image-section {
        flex-direction: column;
        align-items: center;
    }

    .image-item {
        max-width: 100%;
    }
}
.title-section {
    text-align: left;
    padding: 131px 0px 2px 57px;
    font-size: 31px;
    font-family: JockeyOne-Regular;
    color: #5E3523;
}

/* Contenedor del carrusel */
.carousel-title {
    text-align: center;
    font-size: 36px;
    font-family: JockeyOne-Regular;
    color: #5E3523;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  
  .carousel-wrapper {
    display: flex;
    margin-bottom: 199px;
    /* height: 800px; */
    margin-top: 100px;
    justify-content: center;
  }
  
  .carousel-container {
    width: 1141px;
    /* height: 672px; */
    overflow: hidden;
    border-radius: 12px;
    position: relative;
  }
  
  .carousel-slide {
    display: flex;
    width: 100%;
    animation: slide 18s infinite;
  }
  
  .carousel-item {
    width: 100%;
    position: relative;
    flex-shrink: 0;
  }
  
  .carousel-item img {
    width: 100%;
    height: 554px;
    object-fit: cover;
  }
  
  .carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 193px;
    transform: translateX(-50%);
    background: #fff;
    color: #5a3825;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 86px;
    /* border-radius: 8px; */
    font-family: Static-Regular;
  }
  
  /* Animación más lenta y suave */
  @keyframes slide {
    0%   { transform: translateX(0%); }
    25%  { transform: translateX(0%); }
    30%  { transform: translateX(-100%); }
    55%  { transform: translateX(-100%); }
    60%  { transform: translateX(-200%); }
    85%  { transform: translateX(-200%); }
    100% { transform: translateX(0%); }
  }
.contact-section {
    background-color: #c4821c;
    color: #3d2b1f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
}
.contact-icon {
    width: 373px;
    height: auto;
    margin-right: 20px;
}
.contact-content {
    text-align: left;
}
.contact-content h2 {
    font-size: 73px;
    font-family: JockeyOne-Regular;
    margin:0px -21px 20px 102px;
}
.contact-button {
    display: inline-block;
    background-color: #5a3825;
    color: white;
    padding: 19px 21px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-family: MPLUS2-SemiBold;
    display: block;
    margin-top: 20px;
    margin-left: 108px;
    text-align: center;
    max-width: 268px;
}
.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: Murecho-SemiBold;
    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;
    }
}
/* Responsive */
@media (max-width: 768px) {
    .title-section {
        text-align: center;
    }

    .carousel-container {
        max-width: 90%;
    }
    .contact-content h2 {
        font-size: 73px;
        font-family: JockeyOne-Regular;
        margin: 0px 0px 20px 0px;
    }

}
