* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
}
body, html {
    height: auto;
    overflow: auto;
}
img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.logo-container {
    position: absolute;
    top: 5%;
    left: 5%;
    display: flex;
    z-index: 1000;
    width: 5vw;
    height: auto;
}
.logo-letter {
    display: inline-block;
    margin-right: 1rem;
}
.logo-letter:last-child {
    margin-right: 0;
}
.slogan {
    font-size: 7rem;
    font-family: "gaultier", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    line-height: 1.018;
    z-index: 35;
}
.slogan-container {
    position: absolute;
    top: 18%;
    left: 5%;
    width: 30%;
    display: flex;
    z-index: 1000;
}
@font-face {
    font-family: 'MOON';
    src: url('font/MoonLight.woff2') format('woff2'), url('font/MoonLight.woff') format('woff'), url('font/MoonLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.text-overlay-xaia {
    padding-left: 5%;
    color: white;
    font-size: 6.5rem;
    z-index: 10;
    width: 70%;
    font-family: "MOON", sans-serif;
}
.text-overlay-xaia-desc {
    padding-left: 5%;
    color: white;
    font-size: 5rem;
    z-index: 10;
    font-family: "gaultier", sans-serif;
}
.learn-more-button-xaia {
    position: absolute;
    background-color: black;
    color: white;
    padding: 2rem 2rem;
    text-align: center;
    font-size: 3.0rem;
    cursor: pointer;
    border: none;
    left: 5.5%;
    width: 26%;
}
.text-overlay-mother {
    padding-left: 5%;
    color: white;
    font-size: 4rem;
    z-index: 10;
    width: 70%;
    font-family: "MOON", sans-serif;
}
.text-overlay-mother-desc {
    padding-left: 5%;
    color: white;
    font-size: 5rem;
    z-index: 10;
    font-family: "gaultier", sans-serif;
}
.text-overlay-kiva {
    padding-left: 5%;
    color: white;
    font-size: clamp(2vw, 3vw, 4vw);
    z-index: 10;
    width: 70%;
    font-family: "MOON", sans-serif;
}
.text-overlay-kiva-desc {
    padding-left: 5%;
    color: white;
    font-size: 5rem;
    z-index: 10;
    font-family: "gaultier", sans-serif;
}
.text-overlay-elmer {
    color: black;
    padding-left: 5%;
    font-size: 6.5rem;
    z-index: 10;
    width: 20%;
    font-family: "MOON", sans-serif;
}
.text-overlay-elmer-desc {
    color: black;
    padding-left: 5%;
    font-size: 5rem;
    z-index: 10;
    font-family: "gaultier", sans-serif;
}
.xaia-container {
    position: relative;
    width:100%;
    display: block;
}
.title-container {
    position: absolute;
    display: flex;
    top: 10%;
    left: 0;
    width: 100%;
    height: 10%;
}
.desc-container {
    position: absolute;
    display: flex;
    top: 25%;
    left: 0;
    width: 100%;
    height: 10%;
}
.btn-container {
    position: absolute;
    display: flex;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 10%;
}
