.navbar-light .navbar-nav .nav-link{ color: #e9e9e9; }
.navbar-light .navbar-nav .nav-link:hover{ color: #c9c9c9; }
nav label span { background: #ccc; }
.dropdown-menu{ background: #343a40; }
p,.solutions h2, .solutions p{ color: #98805D; }
.solutions > div, .solutions > div:last-child{ border-color: #a9a9a9; }
.text-orage{ color: #98805D; }
.text-light-organce{ color: #96805D; }
.solutions div.active::before {border-color: transparent #98805D transparent transparent }
.clients-bg{ background: #0b0b0c; }
.bg-grey{ background: #121316; }
.solutions figure:before,
.solutions figure:after { background: #98805D; }
footer{ background: #000; }
footer *{ color: #929393 !important; }
.video-banner {
	height: 100vw;
	position: relative;
	max-height: 100vh;
}
.video-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.01);
    background: transparent;
    z-index: 9;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}
@media (min-width: 1440px){
	.video-banner{ bottom: -105px; }
	video{ top: -105px; }
}
.video-banner-content {
    position: relative;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}
h1 {
    font-family: Playfair Display, serif;
    font-size: clamp(45px, 7vw, 130px);
    line-height: 1.1;
}

.video-banner p {
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 10px;
}

.video-banner-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}
@media screen and (max-width: 992px){
    .navbar-light .navbar-nav .nav-item .nav-link.dropdown-item { padding: 3px 0px 0 40px;}
}