/*@font-face {*/
/*    font-family: "Marianne";*/
/*    src: url('../Fonts/Marianne-Light.ttf') format('truetype') font-weight,*/
/*        url(../Fonts/Marianne-Regular.ttf) format('truetype') font-weight-normal,*/
/*        url(../Fonts/Marianne-Bold.ttf) format('truetype') font-weight-bold,*/
/*        url(../Fonts/Marianne-ExtraBold.ttf) format('truetype') font-weight-bolder;*/
/*}*/

@font-face {
    font-family: "Marianne";
    src: url(../Fonts/Marianne-Light.otf);
    font-weight: 200;
}
@font-face {
    font-family: "Marianne";
    src: url(../Fonts/Marianne-Regular.otf) format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Marianne";
    src: url(../Fonts/Marianne-Bold.otf);
    font-weight: 800;
}
@font-face {
    font-family: "Marianne";
    src: url(../Fonts/Marianne-ExtraBold.otf);
    font-weight: 900;
} 
body{
    font-family: 'Marianne';
    color: white;
}
.main{
    background: url(../img/bg.png);
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.w-100{
    width: 100% !important;
}
h1{
    font-size: 5rem;
}
img{
    object-fit: contain;
    width: 100%;
}
.img-title{
    max-height: 450px;
}
.title h1{
    font-size: 7.4rem;
    margin-left: -106px;
    line-height: 6.55rem;
    font-weight: 900;
}
.text{
    font-weight: 400;
    font-weight: lighter;
    font-size: 16px;
}
.logo{
    padding-top: 12.8rem
}
.logo p{
    font-size: 1.3rem;
}
.footer{

}
.iconso{
    height: 30px;
}
footer h2{
    font-size: 36px;
    font-weight: 900;
}
a{
    text-decoration: none;
    color: #fff;
}
.wl{
    font-weight: 200;
    display: inline-block;
}
.wb{
    font-weight: 900;
    display: inline-block;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}
@media (max-width: 992px) {
    .title h1 {
        font-size: 7.4rem;
        margin-left: 0;
        line-height: 6.55rem;
        font-weight: 900;
    }
}
@media (max-width: 768px) {
    .title h1 {
        font-size: 4.4rem;
        margin: 0px;
        line-height: 4.55rem;
        font-weight: 900;
    }
    .main{
        height: auto;
        min-height: 100vh;
    }
    .logo{
        padding-top: 12.8rem
    }
    .logo p {
        font-size: 1rem;
    }
    .text{
        font-size: 14px;
    }
    footer h2{
        font-size: 36px;
        font-weight: 900;
    }
    footer p{
        font-size: 10px;
    }
}