/* Logo Style */
.logo_banner {
    position: relative;
    top: 88px;
    /* padding: 20px; */
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-direction: column;
}

.mantion7_logo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 20px; */
    margin: 20px;
}

.mantion7_logo img {
    width: 100%;
    max-width: 522px;
    height: auto;
}

@media (min-width: 1280px) {
    .img_container { 
        gap:150px;
    }
}

@media (max-width: 1280px) {
    .img_container { 
        gap:40px;
    }
}
/* Media Queries for Responsive Adjustments */
@media (max-width: 768px) {
    .mantion7_logo {
        margin-bottom: 15px;
    }

    .mantion7_logo img {
        max-width: 80%;
    }
}

@media (max-width: 480px) {
    .mantion7_logo {
        margin-bottom: 10px;
    }

    .mantion7_logo img {
        max-width: 70%;
    }
}

/* Journey Section */
.img_container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    top: 120px;
    flex-wrap: wrap;
}

.journey_img {
    object-fit: cover;
    /* border-radius: 0px 0px 200px 200px;
    border: 5px solid #C2A550; */
}

#img1 {
    width: 382.5px;
    height: 253px;
}

#img2, #img3 {
    width: 255.366px;
    height: 382.0031px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .img_container {
        gap: 20px;
        top: 0;
        margin-bottom: 10px;
    }
    .journey_img {
        width: 60%;
        height: auto;
    }
    #img1 {
        width: 297.5px;
        height: 195.3px;        
    }
    
    #img2, #img3 {
        width: 198.618px;
        height: 297.8913px;
        
    }

}

@media (max-width: 768px) {
    .img_container {
        flex-direction: column;
        gap: 20px;
        top: 0px;
        margin-bottom: 100px;
    }

    #img1, #img2, #img3 {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .img_container {
        gap: 50px;
        padding: 10px;
        margin-bottom: 100px;
    }

    .journey_img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    #img1, #img2, #img3 {
        width: 80%;
        height: auto;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .img_container {
        gap: 100px;
        padding: 10px;
        margin-bottom: 100px;
    }

    .journey_img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    #img1, #img2, #img3 {
        width: 70%;
        height: auto;
    }
}


/* Base Styles */
.journey {
    width:auto;
    height: 550px;
    flex-shrink: 0;
    background: var(--Maroon---Main, #800000);
    display: flex;
    justify-content: center;
    padding: 0 20px;
    /* padding-bottom: 100px; */
    /* margin-top: 20px; */
}

.j_container {
    display: block;
    position: relative;
    top: 50px;
    max-width: 1200px;
    /* width: 1233px; */
    margin-top: 100px;
    padding: 0 40px; 
}

@media (max-width: 768px) {
    .j_container {
        margin-top: -20px;
    }
    .journey {
        height: 450px;
    }
    .j_text_header h2{
        text-align: center;

    }
}

.j_text_header {
    color: #C2A550;
    /* font-size: 40px; */
    /* font-style: normal; */
    /* font-weight: 500; */
    line-height: 145.523%;
    /* text-align: left; */
    /* margin-bottom: 20px; */
}

.j_text {
    color: #FFF;
    align-items: center;
    /* align-content: center; */
    text-align: justify;
}


@media (min-width: 1024px) {
    .j_container {
        top: 100px;
        max-width: 1300px; 
        padding: 0 60px;
    }
}

/* Medium Screens (Tablets) */
@media (min-width: 768px) and (max-width: 1024px) {
    .journey {
        height: 400px;
    }
    .j_text_header {
        /* font-size: 32px; */
        line-height: 48px;
    }

    .j_text {
        /* font-size: 22px; */
        line-height: 36px;
    }

    .j_container {
        top: 20px;
        max-width: 1000px;
        padding: 0 40px;
        margin-top:20px
    }
}

@media (max-width: 768px) {
    .j_text_header {
        /* font-size: 28px; */
        line-height: 42px;
        text-align: center;
    }

    .j_text {
        /* font-size: 20px; */
        line-height: 32px;
    }

    .j_container {
        top: 50px;
        max-width: 90%;
        padding: 0 20px; 
    }
}

@media (max-width: 375px){
    .journey{
        height: 500px;
    }
}

/* @media (max-width: 480px){
    .j_text_header{
        font-size: 1.5rem;
    }
} */

/* Cuisine Section */
.cuisine {
    width: auto;
    height: auto;
    background: #000;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding: 20px;
}

.cuisine_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
    max-width: 1200px;
    width: 100%;
    height: 1000px;
    margin-top: -100px;
}

.c_container {
    display: block;
    text-align: left;
    padding: 20px;
    position: relative;
    /* margin-top: 80px; */
    bottom: 80px;
}

.c_header {
    color: #C2A550;
    /* font-size: 40px; */
    /* font-weight: 500; */
    line-height: 1.5;
    /* margin-bottom: 20px; */
    position: relative;
    top: -20px;
    text-align: center; 
}

/* .c_header p{
    margin-bottom: 80px;
} */

.c_text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.c_text p {
    color: #FFF;
    /* font-size: 1.50rem; */
    line-height: 1.7;
    align-items: center;
    text-align: justify;

}

.c_img_container {
    text-align: center;
    margin-bottom: 100px;
}

#img4 {
    width: 100%;
    max-width: 520px;
    height: 520px; 
    border-radius: 50%; 
    border: 5px solid #C2A550;
    object-fit: cover; 
}

@media (max-width: 1200px) {
     .c_img_container {
        /* order: -1; */
        /* margin-bottom: 15px;  */
    }

    .cuisine{
        /* position: 1; */
        margin-bottom: 200px;
    }
    .cuisine_container {
        /* flex-direction: column; */
        gap: 30px;
        height: auto;
        margin-top: 20px;
    }

    .c_header {
        top: 0; 
    }
    
    .c_container{
        margin-top: 100px;
    }

    .c_text{
        max-width: 300px;
    }

    .c_text p {
        /* font-size: 1.50rem; */
        /* font-size: 30px; */
    }

    #img4 {
        max-width:330px;
        height:330px;
    }
}

@media (max-width: 768px) {
    .cuisine_container {
        flex-direction: column;
        text-align: center;
        margin-top: 50px;
    }

    .c_img_container {
        order: -1;
        /* margin-bottom: 20px; */
    }

    .c_container {
        order: 1;
        /* margin-bottom: 50px; */
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .c_header {
        /* font-size: 1.75rem; */
    }

    .c_text p {
        /* font-size: 1rem; */
    }

    #img4 {
        max-width: 350px;
        height: 350px;
    }
}

@media (max-width: 480px) {
    .cuisine{
        margin-bottom: 200px;
    }

    .cuisine_container {
        flex-direction: column;
        margin-top: 0px;
        gap: 0px;
    }

    .c_img_container {
        order: -1;
        margin-bottom: 15px;
    }

    
    .c_container {
        order: 1;
        bottom: 0px;
        margin-top: 0px;
        padding: 0px;
    }

    .c_header {
        /* font-size: 1.5rem; */
        text-align: center;
    }

    #img4 {
        max-width: 300px;
        height: 300px;
    }
}

/* @media (min-width: 768px) and (max-width: 1023px) {
    .cuisine{
        margin-bottom: 200px;
    }
    .c_img_container {
        order: -1;
        margin-bottom: 15px;
    }

    .c_container {
        order: 1;
    }

    .c_header {
        font-size: 1.5rem;
    }

    .c_text p {
        font-size: 0.9rem;
    }

    .c_button button {
        font-size: 0.8rem;
    }

    #img4 {
        max-width: 300px;
        height: 300px;
    }
} */

/* Gallery Section */
.gal_text{
    /* display: flex; */
    display: flex;
    position: relative;
    justify-content: center;
    bottom: 220px;

    align-items: center;
    color: #C2A550;
    /* font-size: 40px; */
    /* font-style: normal; */
    /* font-weight: 500; */
    line-height: 145.523%; /* 58.209px */
}

.gallery{
    background: linear-gradient(180deg, #B90002 0%,#530001 100%);
    width: auto;
    height: 264px;
    /* height: auto; */
    flex-shrink: 0;
}


.gal_img_slider_container{
    display: flex;
    position: relative;
    bottom: 400px;
    margin-top: 200px;
    
    width: auto;
    height: auto;
    /* padding: 34px 0px 33px 42px; */
    /* gap: -50px; */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    /* margin-left: 120px; */

}

.gal_img_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    width: 2500px;

}

.gal_img_slides {
    display: flex;
    transition: transform 2s ease;
    object-fit: cover;
    justify-content: center;
    gap:250px;
    /* Instead of gap: -80px, consider using margin */
    /* margin-left: -80px;  */
    /* width: 100%; */
}


.slide {
    /* flex: 0 0 calc(25% - 90px);
    width: 193.359px;
    height: 300px;
    flex-shrink: 0; */
    width: 350px;
    height: 546px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #ddd; */
    margin: 1px;
    object-fit: cover;
    /* flex:1; */
    display: flex;
    gap: 40px;

}

/* @keyframes slideLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
} */

.slide img {
    
    max-width: 100%;
    max-height: 98%; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: 5px solid #C2A550;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    flex: 1;
    
}
@media (max-width: 480px){
    .gal_img_slider{

        margin-left: -550px;
    }
    .gal_text{
        /* font-size: 1.5rem; */
    }

    .slide {

        width: 300px;
        height: 486px;
    
    }

    .gal_img_slider_container{
        bottom: 300px;
        margin-top: 100px;
    }
}
/* .info li{
    width: 300px;
} */

/* Media query for smaller screens */
/* @media (min-width: 768px) and (max-width: 1200px){
    .team {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .team-member {
        flex-basis: 100%;
    }

    .info {
        text-align: none;
        font-size: 16px;
    }
    .info li{
        width: 300px;
    }
} */

/* Services Section */

.services {
    /* width: 100%; */
    height: auto;
    background: #FFF;
    flex-shrink: 0;
    margin: 0 auto;
    padding: 20px;
    /* margin-bottom: 150PX; */
}

.s_header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.service_header {
    max-width: 100%;
    height: auto;
}

.service-section {
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
}

.bubble_img_container {
    flex: 1 1 618.42px;
    max-width: 618.42px;
}

.bubble_img_container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.lantern-container {
    flex: 1 1 400px;
    max-width: 350px;
    margin-top: 100px;
}

.lantern-container img {
    width: 100%;
    height: auto;
}

.service-image {
    width: 100%;
    height: auto;
    max-width: 618.42px;
    max-height: 710.38px;
}

@media (max-width: 1200px) {
    .services {
        /* width: 100%; */
        width: auto;
        padding: 10px;
    }
    
    .service-section {
        /* flex-direction: column; */
        align-items: center;
    }

    .bubble_img_container, .lantern-container {
        max-width: 45%;
    }

    /* .service-image {
        max-width: 90%;
        height: auto;
    } */
}

@media screen and (max-width: 768px) {
    .service-section {
        flex-direction: column;
        align-items: center;
        gap:0;
    }

    .service_header {
        max-width: 70%;
        height: auto;
    }
    .bubble_img_container, .lantern-container {
        /* width: 100%; */
        /* max-width: 100%; */
    }

    .bubble_img_container{
        margin-top: 100px;
        /* width: -100px; */
        /* height: -200px; */
        width: 100%;
        max-width: 100%;
    }

    .lantern-container{
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }

    .service-image {
        width: 100%;
        height: auto;
    
    }
}

@media screen and (max-width: 480px) {
    .service-section {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .bubble_img_container, .lantern-container {
        /* width: 100%; */
        /* max-width: 100%; */
    }
    .service_header {
        max-width:80%;
        height: auto;
        
    }

    .bubble_img_container{
        margin-top: 20px;
        /* width: -100px; */
        /* height: -200px; */
        width: 260.997px;
        height: 299.808px;
        width: 100%;
        max-width: 100%;
        flex:1 1 450px;
    }

    .lantern-container{
        margin-top: -100px;
        width: 100%;
        max-width: 100%;
        flex: 1;
    }

    .service-image {
        width: 100%;
        height: auto;
    
    }
}