body {
    background-color: white;
    margin: 0;
    display: grid;
    background-color: black;
}

/* VERTICAL FIRST PAGE (HOME) */


.vertical_first {
    margin-top: 6vh;
    background-color: black;
    color: white;
    min-height: 94vh;
    display: grid;
    overflow-x: hidden;
    overflow-y: hidden;
    justify-content: space-evenly;
    background-image: url(../images/bg/home_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.vertical_first .vertical_first_container {
    margin: auto 0;
}

@font-face {
    font-family: 'Garde';
    src: url('Garde.ttf') format('truetype');
}

.garde-text {
    font-family: 'Garde', serif;
    font-size: 58px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    animation: floatIn 0.8s forwards; /* animation speed */
    animation-delay: 0.5s; /* animation delay */
    opacity: 0;
}

.first_line {
    font-family: "Libre Caslon Text", serif;
    font-size: 22px;
    letter-spacing: 8px;
    animation: floatIn 0.9s forwards; /* animation speed */
    animation-delay: 0.1s; /* animation delay */
    opacity: 0;
}

.third_line {
    font-family: "Libre Caslon Text", serif;
    font-size: 22px;
    letter-spacing: 2px;
    padding-top: 35px;
    padding-bottom: 25px;
    animation: floatIn 0.8s forwards; /* animation speed */
    animation-delay: 1s; /* animation delay */
    opacity: 0;
}

.vertical_first .vertical_first_container .welcome {
    text-align: center;
    position: relative;
}

.vertical_first .contacts{
    display: flex;
    position: relative;
    top: 70%;
    animation: floatIn 0.8s forwards; /* animation speed */
    animation-delay: 1.4s; /* animation delay */
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    opacity: 0;
}

.vertical_first .contacts a{
    margin: 0 18px; /* Add some space between icons */
}

.vertical_first .contacts a img{
    width: 30px;
    height: auto;
    transition: transform 0.1s ease-in-out;
    z-index: 500;
}

.vertical_first .contacts a img:hover{
    transform: scale(1.15);
}

/* Animations for text lines (float in) */
@keyframes floatIn {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.vertical_first .right {
    overflow-x: hidden;
    margin: auto 0;
}

/* Fade in animation for logo */
.fade-in-logo {
    animation: fadeIn 5s forwards;
}


.vertical_first .right .fade-in-logo img {
    position: absolute;
    right: -13%;
    top: 43%;
    transform: translateY(-50%);
    width: 47%;
    height: auto;
    z-index: 1; 
}

/* VERTICAL SECOND PAGE (ABOUT) */
.vertical_second {
    background-color: white; 
    color: white;
    min-height: 60vh;
    background-color: rgb(146, 12, 12);
    padding: 40px 0px 40px 0px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.vertical_second .about{
    position: relative;
    top: 50%;
    max-width: 75%;
    padding: 30px;
    margin: auto 0;
    width: 100%;
}

.vertical_second .about h1{
    margin: 0;
    color: white;
    padding-bottom: 30px;
    font-size: 36px;
}

.vertical_second .about h1:after
{
    margin-top: 10px;
    content:' ';
    display: block;
    width: 136px;
    border: 1px solid white;
}

.vertical_second .about p{
    font-size: 18px;
    font-family: Georgia, serif;
    letter-spacing: 1px;
}

@keyframes floatIn-from-left {
    0% {
        transform: translateX(-30px); /* Starts 30px to the left */
        opacity: 0; /* Fully transparent */
    }
    100% {
        transform: translateX(0); /* Moves to original position */
        opacity: 1; /* Fully visible */
    }
}


.vertical_second .about.animate h1 {
    animation: floatIn-from-left 0.8s forwards;
}

.vertical_second .about.animate h1:after {
    animation: floatIn-from-left 0.5s forwards;
}

.vertical_second .about.animate p {
    animation: floatIn-from-left 0.8s forwards;
}


/* VERTICAL THIRD PAGE */

.vertical_third {
    background-color: black; 
    color: white;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    display: grid;
    pointer-events: none;
}

.vertical_third .preview_video{
    display: flex;
    width: 100%;
    pointer-events: none;
}

.vertical_third iframe{
    position: absolute;
    margin: 0 auto;
    z-index: auto;
    width: 100%; 
    height: 110%;
}

#gallery{
    width: 100%;
}

.vertical_third .top_video_mask {
    position: relative;
    top: 0%;
    height: 12vh;
    min-width: 100%;
    background-color: rgb(146, 12, 12);
    z-index: 100000;
}

.vertical_third .bottom_video_mask {
    position: relative;
    top: 50px;
    height: 14vh;
    min-width: 100%;
    background-color: black;
    z-index: 10;
}



/* VERTICAL FIFTH PAGE (MEDIA)*/


/* VERTICAL SEVENTH PAGE (CONTACTS)*/

.vertical_seventh {
    background-color: rgb(146, 12, 12); 
    color: white;
    min-height: fit-content;
    display: grid;
    justify-items: center
}


.vertical_seventh .contact_container{
    justify-content: space-between;
    width: 100%;
    display: grid;
    justify-content: center;
    text-align: center;
}



.vertical_seventh .contact_container h1{
    min-width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.vertical_seventh .contact_container p{
    min-width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
}

.vertical_seventh .social-media-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.vertical_seventh .social-media-container a img{
    width: 50%;
    height: auto;
}


.vertical_seventh .footer:before{
    margin: 0 auto;
    width: 100vh;
    content:' ';
    display: block;
    border: 1px solid white;
}

.vertical_seventh .footer{
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
    letter-spacing: 1px;
}

