:root {
    --main-bg-color: #F5F4F0;
    --main-logo-color: #2A2A2A;
    --main-menu-color: #908F8E;
    --main-line-color: #C7BEB8;
}

body {
    background-color: var(--main-bg-color);
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1{
    width: 100%;
    color: var(--main-logo-color);
    font-weight: 300;
    font-size: 72px;
    line-height: 72px;
}
h5{
    font-family: "Inter", sans-serif;
    width: 100%;
    color: var(--main-menu-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
}
.container {
    width: 90%;
    margin: 0px auto;

}

.top-navigation {
    width: 100%;
    height: 80px;
}

.main-slider {
    width: 100%;
}

.logo {
    font-size: 28px;
    font-weight: 500;
    color: var(--main-logo-color);
    float: left;
    margin: 5px;
}

.nav-items {
    font-size: 22px;
    font-weight: 300;
    color: var(--main-menu-color);
    float: right;
    margin: 5px;
}

.nav-items span {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-left: 33px;
    padding: 10px;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}

.nav-items span:hover {
    cursor: pointer;
    border-bottom: 1px solid var(--main-logo-color);

}

.main-slider {
    height: 890px;
    position: relative;
}

.main-slider img {
    float: right;
}

.inevitable-design {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 890px;
    float: left;
    text-align: left;
    flex-direction: column;
}
.vance-image{
    float: right;
}
.line{
    display: block;
    position: absolute;
    left: -10%;
    top: calc(50% + 30px);
    width: 332px; 
    height: 5px;
    background-color: var(--main-line-color);
}