body {
    margin: 10px 20px;
    font-family: "forma-djr-display", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#logo {
    width: 100px;
    position: absolute;
    top: 10px;
    left: 20px;
}

nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    right: 10px;
    padding: 10px;
}

#menu {
    color: black;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 100;
    font-size: 30px;
    transition: color 0.3s ease;
}

#menu:hover {
    color: #E8101B;
}

#menuNav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    transition: right 0.3s ease;
}

#menuList {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

#menuList li {
    padding: 10px;
    font-size: 40px;
    font-weight: 100;
}

#menuList li a {
    text-decoration: none;
    color: black;
}

#menuList li a:hover {
    color: #E8101B;
}

#closeMenu {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
}

#closeMenu:hover {
    color: #E8101B;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 200px;
    padding-bottom: 200px;
}

.cover {
    width: 65%;
    max-width: 800px;
    margin-bottom: 30px;
}

.image-container h1 {
    font-size: 5em;
    font-weight: 100;
    margin: 20px 0;
}

.list {
    font-size: 20px;
    font-weight: 100;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 800px;
}

.list li {
    margin: 10px 0;
}

.process {
    width: 100%;
    max-width: 800px;
}

.additional-content {
    width: 100%;
    max-width: 800px;
    margin: 20px 0;
}

p {
    font-size: 20px;
    font-weight: 100;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.product-description {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.research {
    width: 50%;
}

.groupresearch {
    transition: opacity 0.3s ease;
}

.groupresearch:hover {
    opacity: 70%;
}

.frames {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.frame {
    width: 120px;
}

.frametwo {
    width: 400px;
}

.button {
    font-size: 20px;
    color: #E8101B;
    margin-bottom: 30px;
    transition: color 0.3s ease;
}

.button:hover {
    color: black;
}

.both {
    width: 80%;
    transition: opacity 0.3s ease;
    transition: width 0.3s ease;
   
}

.both:hover {
    width: 90%;
    opacity: 70%;
}

a {
    text-decoration: none;
}

a h2 {
    font-size: 3em;
    font-weight: 100;
    margin: 20px 0;
    text-decoration: none;
    color: black;
}

.before-after {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 30px;
}

.centered-text {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sketch {
    width: 60%;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.static {
    width: 60%;
}

.staticvideo {
    width: 40%;
    margin-bottom: 30px;
}

.flexx {
    width: 34%;
    max-width: 800px;
    margin: 30px;
}
