*, *:before, *:after {
	 box-sizing: border-box;
}
 html {
	 font-size: 18px;
	 line-height: 1.5;
	 font-weight: 300;
	 color: #333;
	 font-family: "Nunito Sans", sans-serif;
}
 body {
	 margin: 0;
	 padding: 0;
	 height: 100vh;
	 background-color: #18130d;
	 background-attachment: fixed;

}

a img {
	text-decoration: none;
	border: 0 none;
	}

.large {
     font-size: 3rem;
     position: absolute;
}
 .content {
	 display: flex;
	 margin: 0 auto;
	 justify-content: center;
	 align-items: center;
	 flex-wrap: wrap;
	 max-width: 1500px;
}
 p.overview {
	 font-size: 12px;
	 height: 200px;
	 width: 100%;
	 overflow: hidden;
	 text-overflow: ellipsis;

}

/* Responsive Top Bar */
.top-bar {
    position: relative;
    display: flex;
    align-items: center; /* Vertically centers content */
    justify-content: flex-start;
    width: 100vw;; /* Full width of the viewport */
    min-height: 25vw; /* Set height to maintain aspect ratio (adjust as necessary) */
    padding: 5px;
    border: 3px solid;
    background: #000;
    background-image: url("/image/cover.jpg");
    background-size: cover; /* Ensure the background image covers the div */
    background-repeat: no-repeat;
    background-position: center;
}

/* Top Bar Text with Responsive Behavior */
.top-bar-text {
    background-color: rgba(0,0,0, 0.35) !important;
    color: #fff; /* Make sure text is visible against the background */
    position: absolute;
    top: 10 vh;
    transform: translateY(-50%); /* Center the text vertically */
    padding-left: 10px;
    padding-right: 10px;
    width: clamp(15px, 30vw, 50vw);
    aspect-ratio: 4.5 / 1;
    color: #ffebc8;

}

.top-bar-title {
    transform: translateY(40%);
    font-size: clamp(10px, 2vw, 100px);
    margin: 0;

}

.top-bar-service {
    transform: translateY(65%);
    font-size: clamp(3px, 1vw, 50px);
    margin: 0;
}

.top-bar-contact {
    transform: translateY(80%);
    font-size: clamp(3px, 1vw, 50px);
    margin: 0;
}
/* Top Bar Info with Responsive Behavior */
.top-bar-info {
    color: #fff;
    position: relative;
    width: 25vw;
    height: calc(25vw / 4);
    font-size:
}

/* Media query for very small screens */
@media (max-width: 600px) {
    .top-bar {
        height: calc(100vw * 0.35); /* Increase height for small screens */
    }
    .top-bar-text {
        font-size: calc(14px + 0.4vw); /* Adjust font size for smaller screens */
    }
}


.cover {
    height: 25%;
}

 .heading {
	 width: 100%;
	 margin-left: 1rem;
	 font-weight: 900;
	 font-size: 1.618rem;
	 text-transform: uppercase;
	 letter-spacing: 0.1ch;
	 line-height: 1;
	 padding-bottom: 0.5em;
	 margin-bottom: 1rem;
	 position: relative;
}
 .heading:after {
	 display: block;
	 content: '';
	 position: absolute;
	 width: 60px;
	 height: 4px;
	 background: linear-gradient(135deg, #1a9be6, #1a57e6);
	 bottom: 0;
}
 .description {
	 width: 100%;
	 margin-top: 0;
	 margin-left: 1rem;
	 margin-bottom: 3rem;
}




.text {
    color: black;
    font-family: Calibri;
    front-weight: bold;
}

.text-intro {
    color: #ffebc8;
}

.intro_container {
    margin-top: 40px;
    margin-left: 20%;
    width: 60%;
    height: 100hv;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_container p{

}

.contact_info {
    margin-top: 15px;
    margin-left: 30%;
    width: 40%;
    height: 100hv;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffebc8;


}

.item_info {
    margin: 0;
    outline: 0; /* Remove default browser outline */
    text-decoration: none; /* Optional: Remove underline */
    border: 0;
}

.lowest {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.content {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}



.content a {
    background: #000;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.column {
  display: grid;
  background: #000;

}



a {
    background: #000;
    text-decoration: none;
    cursor: pointer;
    display: block; /* Display as a block-level element */
    width: 100%; /* Take the full width of the column */

}

a img  {
    background: #000;
    width: 100%;
    height: auto:
    object-fit: contain;
    display: block;

}


.row {
    width: 100%;
    display: absolute;
    align-items: center;
    justify-content: center;


}

/* Container for scrolling blocks */
.grid-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden; /* Ensure blocks that go out of view are hidden */

}

/* The column that contains all blocks */
.column {
    display: flex;
    position: relative;
    width: 200%; /* Fit content (since it's a repeated loop) */

}

/* Each block that will scroll */
.block-0 {
    width: 20vw; /* Width relative to viewport width */
    aspect-ratio: 2/2.80;
    background-color: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    color: black;
    position: relative;
    padding-top: 0;
}

.block-1 {
    width: 20vw; /* Width relative to viewport width */
    aspect-ratio: 2/2.80;
    background-color: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    color: black;
    position: relative;
    padding-top: 0;
}


/* Keyframes for scrolling effect */
@keyframes scroll-forward  {
    0% {
        transform: translateX(0vw); /* Start at original position */
    }
    100% {
        transform: translateX(-50%); /* Move entire content left by half of its width */
    }
}

@keyframes scroll-backward {
    0% {
        transform: translateX(-50%); /* Start at original position */
    }
    100% {
        transform: translateX(0%); /* Move entire content left by half of its width */
    }
}

/* Apply animation based on class */
.column.column-0 {
    animation: scroll-forward 180s linear infinite;
}

.column.column-1 {
    animation: scroll-backward 180s linear infinite;
}

.item_info a {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Optional: Makes the link color inherit from its parent */
    background: none;
    box-shadow: none;
    border: none;
}

.item_info a:hover {
    text-decoration: underline; /* Optional: Adds underline on hover */
}

