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;
}

.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 */
    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;
    filter: blur(20px);
}
@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: 4em;
    font-weight: 600;
    animation: slidetextheader 0.6s ease forwards;
    text-shadow: 0 0 5px #3b8252;
}

@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 */
}

@keyframes slidetextcontent {
    from {
        transform: translateX(0%); /* Off the screen from top-left */
    }
    to {
        transform: translateY(-50%); /* Fully visible at bottom-right */
    }
}
.content{
    display: flex;
    gap: 10%;
    top: 25%;
    left: 15%;
    position: absolute;
    color: #ffffff;
    width: 70%;
    background-color: #00000052;
    padding:15px;
    border:  0 0 5px #0000001b;
    border-radius: 10px;
}
.contactinfo{
    font-stretch: extra-expanded;
    font-style: normal;
    line-height: 1.5;
    width: 50%;
    animation: contactinfoanimation 0.6s ease forwards; /* Applies the slide-down animation */
}

@keyframes contactinfoanimation {
    from {
        transform: translateX(-100%); /* Off the screen from top-left */
    }
    to {
        transform: translateY(0%); /* Fully visible at bottom-right */
    }
}
.contactform{
    width: 100%;
    display: grid;
    gap: 10px;
    animation: contactformanimation 0.6s ease forwards; /* Applies the slide-down animation */
}

@keyframes contactformanimation {
    from {
        transform: translateX(100%); /* Off the screen from top-left */
    }
    to {
        transform: translateY(0%); /* Fully visible at bottom-right */
    }
}

.inputdata{
    display: grid;
}

textarea {
    background: rgba(255, 255, 255, 0.05); /* Semi-transparent background */
    border: 1px solid #3b8252; /* Solid border with color */
    padding: 10px; /* Optional: Add padding for better spacing */
    border-radius: 5px; /* Optional: Round the corners */
    color: #ffffff; /* Optional: Set text color for contrast */
}


input {
    background: rgba(255, 255, 255, 0.05); /* Semi-transparent background */
    border: 1px solid #3b8252; /* Solid border with color */
    padding: 10px; /* Optional: Add padding for better spacing */
    border-radius: 5px; /* Optional: Round the corners */
    color: #ffffff; /* Optional: Set text color for contrast */
}

input:focus {
    background: rgba(255, 255, 255, 0.05); /* Semi-transparent background */
    border: 1px solid #d7c2ac; /* Solid border with color */
    padding: 10px; /* Optional: Add padding for better spacing */
    border-radius: 5px; /* Optional: Round the corners */
    color: #ffffff; /* Optional: Set text color for contrast */
}

.inputdata input{
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 5px;
}

.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: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    margin-left: -70px;
    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: fixed;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.iconinfo{
    display: none;
}
button {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
}

button:hover {
    background-color: #cdb8a3;
    color: #3b8252;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;
    border-radius: 4px;
}
.buttoncloseinfo{
    display: none;
    width: fit-content;
    right: 5%;
    position: absolute;
    background-color: red;
    
}
textarea{
    height: 100px;
}

   
@media only screen and (max-width: 932px) and (orientation: landscape) {
.content {
display: unset !important;
  gap: unset !important;
  left: unset !important;
  position: absolute;
  color: #ffffff;
  width: 90%;
  background-color: unset !important;
  padding: 10px;
  border: 0 0 5px #0000001b;
  border-radius: 10px;
}


.info_mess{
    display:grid;
    width: 85%;
}
.contact{
    width: 100%;
}
.info{
    width: 100%;
}
.textbaner{
    width: 90%;
}
.prev{
    right: 9%;
}
.textcontent{
    margin-top: 10%;
}
.socialicon{
    display: none;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content > div {
    width: 100%;     /* Or a fixed width if you want */
}
.contactinfo{
    width: 100%;
}
.buttoncloseinfo{
    display: block;
}

.inputdata textarea{
    border-radius: 5px;
    padding: 10px;
}

.inputdata input:focus {
    border-color: #3b8252;

}

textarea:focus{
    border-color: #3b8252;
}

.iconinfo{
    display: block;
    position:absolute;
    bottom: 40%;
    right: -3%;
    background-color:#313131;
    padding: 15px;
    border-radius:50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.636);
}
.iconinfo:hover{
    cursor: pointer;
    background-color:#777676;
    border-radius:50%;
}
.contacticon{
    font-size: 1.5em;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(20deg);
    }
}
}

@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%;
    }
    .prev{
        right: 9%;
    }
    .textcontent{
        margin-top: 10%;
    }
    .socialicon{
        display: none;
    }
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    
}    
.content {
    position: unset !important;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    display: block;
    height: unset;
    width: 100%;
}
    .contactinfo{
        width: 100%;
    }
    .buttoncloseinfo{
        display: block;
    }
    
    .inputdata textarea{
        border-radius: 5px;
        padding: 10px;
    }
    
    .inputdata input:focus {
        border-color: #3b8252;
    }
    
    textarea:focus{
        border-color: #3b8252;
    }
    
    
    .iconinfo{
        display: block;
        position:absolute;
        bottom: 65%;
        right: 3%;
        background-color:#313131;
        padding: 15px;
        border-radius:50%;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.636);
    }
    .iconinfo:hover{
        cursor: pointer;
        background-color:#777676;
        border-radius:50%;
    }
    .contacticon{
        font-size: 1.5em;
        animation: spin 1s linear infinite;
    }
    
    
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(20deg);
        }
    }
}
    