.section-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: transparent;
}

.title-main{
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
}

.d-flex{
    width: 100%;
    display: flex;
    height: 100%;
}

.container-2{
    
    flex-direction: column !important;
    transform:none !important;
    flex-basis: 50%;
    padding: 0 20px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
}

.line-right {
    border-right: 2px solid white;
}

body{
    position: relative;
    width: 100vw;
    max-height: 100vh;
}

.gobal-container{
    height: 100%;
    max-width: 95rem;
    padding: 0;
}

.background-main{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
    
}

.navigation-container{
    box-shadow: 0 2px 0 0.0625rem rgb(255 218 136 / 20%);
}

.section-header {
    height: 100vh;
    position: relative;
}

.header-block {
    max-width: none;
}

.all-rights-reserved{
    color:black;
    background-color: black;
}

.w-nav-link:hover {
    color: white;
}

.button-primary-nav:hover{
    color: black;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #6f726c;
}
