*{
    margin: 0;
    padding: 0;
    color: #fff;
}
body{
    background-color: #000;
}
.wrapper{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;

}
header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/*---FONTS---*/
.anta-regular {
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .montserrat-headline h1, h2{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 42px;
    line-height: 46px;
  }
  .montserrat{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
  }
/*---CLOSE FONTS---*/

nav{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 20px;
}
nav ul{
    padding: 20px 30px 20px 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    list-style-type: none;
}

nav ul li a{
    color: white;
    text-decoration: none;
    font-size: 24px;
    padding-right: 50px;
}
nav ul li a:hover{
    color: #FAA21F;
    transition: linear .2s ;
}
nav ul li a:active{
    color: #F04E27;
    transition: linear .0s;
}
.home img:hover{
    opacity: 0.8;
    transition: all 1s;
}
h1, h2, h3,h4,h5,h6{
    color: #FAA21F;
}
.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
}
.right{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.left{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.center{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
}


@media only screen and (max-width:617px) {
.wrapper{
    max-width: 100%;
}

nav{
    align-content: center;
    flex-direction: column;

}
nav ul li a{
    padding-right: 0px;
}
nav ul{
    padding: 0;
    flex-direction: column;
}

.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.content{
    flex-direction: column;

}
.right{
    width: 80%;
    text-align: left;
}
.right h1,h2{
    text-align: center;
}
.left{
    width: 80%;
    text-align: left;
}
.left h1,h2{
    text-align: center;
}
.center{
    width: 80%;
    text-align: center;
}
.center h1,h2{
    text-align: center;
}
.w-100p{width:100%!important;}
.hm{display:none!important; width:0!important; height:0!important; padding:0!important; font-size:0!important; line-height:0!important;}
/*---FONTS---*/
.anta-regular {
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .montserrat-headline h1, h2{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
  }
  .montserrat{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
  }
/*---CLOSE FONTS---*/

}