@font-face {
    font-family: boutrosArt;
    src: url(../fonts/BoutrosART-Medium.otf);
  }

@font-face {
font-family: acumin;
src: url(../fonts/AcuminVariableConcept.otf);
}

.ar{
    font-family: boutrosArt;
}
.en{
    font-family: acumin;
}


body{
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    min-width: 100vw;
    width: 100vw;
    max-width: 100vw;
}
body::after{
    content: "";
    background: url(../imgs/BIG_Screen-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
}
.container-fluid{
    min-height: 100%;
}
.logo-container{
    text-align: center;
    margin-top: 7px;
}
.logo{
    width: 275px;
    display: inline-block;
}
.companyName{
    color: #cbb196;
    text-align: center;
}
.soon-container{
    margin-top: 5%;
}
.soon{
    text-align: center;
    color: #fff;
}

.footer{
    color: #000;
    position: fixed;
    bottom: 10px;
    width: 100%;
}
.footer a{
    color: #000;
    text-decoration: none;
}
.footer a:hover{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}