body {
    margin: 0; /* Remove default margin */
    font-family: "Montserrat", serif;
    font-style: normal;
}

.mennu_main {
    position: relative;
    z-index: 10000;
}

.info_mess {
    display: flex;
    gap: 20px; /* Space between child elements */
    color: rgb(238, 238, 238);
    background-color: rgba(0, 0, 0, 0.673);
    width: 80%; /* Adjust width as needed */
    padding: 20px; /* Adds spacing inside the div */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    border-radius: 8px; /* Rounds the corners */
    font-family: "Montserrat", serif;
}

.contact {
    width: 50%;
    margin: auto;
}

.info {
    width: 50%;
}

.mess_thanks {
    font-size: 1.2em;
}

.companyname {
    background-color: #6b3b1e;
    border-radius: 10px;
    padding: 5px 3px;
}

.companyname:hover {
    background-color: transparent;
    transform: scale(1.1); /* Example: Slightly enlarges the element */
    transition: transform 2s, background-color 2s; /* Adds a smooth transition */
}

.baner_content {
    display: flex; 
    gap: 10px; 
    width: 100%; 
    text-align: center; 
    color: aliceblue;
    height: 90vh;
}

.content {
    width: 80%;
}

.social, .scroll, .content {
    margin: auto;
}

.social {
    display: grid;
    gap: 10px;
}

.scroll {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0.1px solid #ffffff89;
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

.scroll:hover {
    height: 50px;
    width: 80px;
    border-top-left-radius: 5%;
    border-bottom-left-radius: 5%;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
    background-color: black;
    border: 0px;
}

.baner_footer {
    display: flex;
    width: 100%;
    color: aliceblue;
}

.content_kn {
    height: 400px;
    min-height: fit-content;
    background-color: black;
    color: aliceblue;
}

.footer_kn {
    height: 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(9, 9, 9);
}

.footer_kn span {
    padding: 10px;
    text-align: center;
}

/* Hide the images by default */
.mySlides {
    display: none;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Ensures no overflow from the image */
    position: relative;
}
/* Image styles for fixing width and height */
.mySlides img {
    width: 100%; /* Ensures the image width fills the container */
    height: 100vh; /* Fixes the height relative to the viewport height */
    object-fit: cover; /* Ensures the image covers the container */
    animation: zoom 20s infinite;
}
@keyframes zoom {
    from {
        transform: scale(1); /* Start at normal size */
    }
    to {
        transform: scale(1.3); /* Slightly zoom in */
    }
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    right: 5%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px 3px 3px 3px;
    user-select: none;
    gap: 10px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(93, 93, 93, 0.8);
}

/* Caption text */
.textbaner {
    color: #f2f2f2;
    padding: 8px 12px;
    width: 50%;
    text-align: left; /* Centers text inside the container */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the element */
    display: flex;
    flex-direction: column;
    text-shadow: 0 0 2px #000000;
}

.textheader{
    font-size: 3em;
    font-weight: 600;
    animation: slidetextheader 0.6s ease forwards;
    text-shadow: 0 0 2px #3b8252;
    color: #ffffff;
}

@keyframes slidetextheader {
    from {
        transform: translateX(30%); /* Off the screen from top-left */
    }
    to {
        transform: translateY(0%); /* Fully visible at bottom-right */
    }
}

.textcontent{
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 5%;
    animation: slidetextcontent 0.6s ease forwards; /* Applies the slide-down animation */
    color: rgb(255, 255, 255);
}

@keyframes slidetextcontent {
    from {
        transform: translateX(0%); /* Off the screen from top-left */
    }
    to {
        transform: translateY(-50%); /* Fully visible at bottom-right */
    }
}

.socialicon{
    display: grid;
    gap: 10px;
    bottom: 50%;
    left: 5%;
    position: absolute;
}

.fa-fw{
    color: aliceblue;
}
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - adjust as needed */
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    margin-left: -70px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dotbaner {
    bottom: 3%;
    left: 5%;
    position: absolute;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
    top: 0;
    position: absolute;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


@media only screen and (max-width: 932px) and (orientation: landscape) {
.info_mess{
    display:grid;
    width: 85%;
}
.contact{
    width: 100%;
}
.info{
    width: 100%;
}
.textbaner{
    height: fit-content;
    width: 90%;
}
.prev{
    right: 9%;
}
.textcontent{
    padding-top: 15%;
    font-size: 1.2em;
}
.socialicon{
    display: none;
}
.textheader{
    padding-top: 10%;
    font-size: 1.7em;
}
}

@media only screen and (max-width: 932px) and (orientation: portrait) {
    .info_mess{
        display:grid;
        width: 85%;
    }
    .contact{
        width: 100%;
    }
    .info{
        width: 100%;
    }
    .textbaner{
        width: 90%;
        height: fit-content;
    }
    .prev{
        right: 9%;
    }
    .textcontent{
        font-size: 1.2em;
    }
    .socialicon{
        display: none;
    }
    .textheader{
        padding-top: 10%;
        font-size: 1.7em;
    }
    }