body { background: rgb(0, 0, 0); border: 0; margin: 0; padding: 0;}

.header
{
    background: hsl(0, 0%, 13%);
    width: 100%;
    height: 6.6vh;
    min-height: 45px;
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    z-index: 100;
}

button 
{
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.header-left 
{
    width: 30%;
    display: flex;
}

.menu-button
{
    width: 50%;
    max-width: 10vh;
    align-items: center;
    padding-left: 1.3vh;
}

.menu-bar
{
    height: 80%;
    /* position: relative; */
    /* margin-left:10%; */
    /* position: absolute; */
    /* left: 30%; */
    /* top: 3vw; */
}

.header-middle
{
    /* justify-content:space-between; */
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    /* padding-top: 3px;
    padding-bottom: 3px; */
}

.contact-button
{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    
    height: 80%;
    transition: 0.3s;
    z-index: 1;
    margin: 0; 
}

.contact-icon
{
    position: relative;
    /* width: 60%; */
    /* height: 90%; */
    height: 100%;
    z-index: 1;
}

.contacts
{
    position: relative;
    display: flex;
    border-radius: 1.3vh;
    background-color: black;
    width: 0px;
    height: 0px;
    max-width: 20vh;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-left: .3vh;
    padding-right: .3vh;
    z-index: 2;
    transition: 0.3s;
}


.contacts button
{
    display: flex;
    width: 100%;
    height: 80%;
    border-radius: 10px;
    z-index: 1;
    transition: 0.3s;
}

.contact-icons
{
    height: 100%;
    width: 100%;
    object-fit: contain;
    z-index: 1;
}

.contacts button:hover
{
    transform: scale(1.3,1.3)
}

.header-right
{
    width: 30%;
    display: flex;
    justify-content: right;
    padding: 0;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
}

.bgxs-logo-right
{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgxs-icon
{
    height: auto;
    width: 100%;
    max-width: 20vh;
} 

.dropdown-company
{
    margin-right: 1vh;
}

.company-text
{
    font-family: 'Varela Round', 'Roboto', sans-serif;
    font-size: 2.6vh;
    color: white;
    height: 100%;  
}

.dropdown-content
{
    background-color: #0F0F0F;
    min-width: 130px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 100;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;

}

.dropdown-company:hover .dropdown-content
{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 100;
}

.dropdown-company:hover .header-text
{
    color: goldenrod;
}

.dropdown-company .dropdown-content a
{
    padding: 12px 16px;
    text-align: left;
}

.dropdown-company .dropdown-content a:hover
{
    color: goldenrod;
}

.horizontal-line
{
width: 100%;
height: 0.5vh;
background-color: goldenrod;
}

.login-icon
{
    height: 36px;
    margin-top: 3px;
    margin-right: 13px;
}

.login
{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 30;
    backdrop-filter: blur(10px);
}

.login-panel
{
    width: 666px;
    height: 360px;
    display: flex;
    justify-content: center;
}

.login-panel h2
{
    font-family: 'Varela Round', 'Roboto', sans-serif;
    position: absolute;
    z-index: 15;
    color: white;
    margin-top: 30px;
}

.login-form
{
    display: flex;
    flex-direction: column;
    z-index: 20;
    margin-top: 75px;

}

.login-image
{
    height: 360px;
    position: absolute;
}

.login-form input
{
    width: 89%;
    padding-top: 30px;
    margin-left: 10px;
    font-family: 'Varela Round', 'Roboto', sans-serif;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #0000;
    font-size: 16px;
    box-shadow: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;

}

.login-form ::placeholder
{
    color: gold;
}

.login-form .submit-cancel
{
    display: flex;
    justify-content: center;
}

.login-form .submit-btn
{
    height: 36px;
    width: 100px;
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #ffb700;
    border-radius: 45px;
    font-weight: 1000;
    font-size: 20px;
    border: 0px;
    padding: 0px 0px;
    margin-right: 10px;
}

.login-form .cancel-btn
{
    height: 36px;
    width: 100px;
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #8b8b8b;
    border-radius: 45px;
    font-weight: 1000;
    font-size: 20px;
    border: 0px;
    padding: 0px 0px;
    margin-left: 10px;
}

.login-form .error-message
{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 0, 0, 0);
    height: 20px;
}

@media (min-aspect-ratio: 1001/1000)
{
    .bgxs-logo-right {
        display: none;
    }
}

@media (max-aspect-ratio: 999/1000)
{
    .bgxs-logo-left {
        display: none;
    }

    .dropdown-company {
        display: none;
    }

    .login-button {
        display: none;
    }
}