:root {
    --header-background-color: rgba(0,0,0,0.5);
    --social-icon-color: #ced6e0;
    --header-font-color: #ffffff;
    --first-menu-background-color-hovered: rgba(0,0,0,0.7);
    --swiper-navigation-color: #E7CD82;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.swiper {
    width: 100%;
    height: 100vh;
  }
  
.slide {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(90%);
}

.slide.low-brightness{
    filter: brightness(0.4);
}

.slogan {
    color: #E7CD82;
}

.btn-view-more{
    background-color: #E7CD82;
}

.header-contact{
    color: white !important;
}
