body{
    margin:0;
    max-width: 1600px;
    margin: 0 auto;
    /*background: #231F1F;*/
}
.container{
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}

.efusionworld-header{
    background-image: url('../images/header-bg.png');
    height: auto;
    background-repeat: no-repeat;
    max-width: 1600px;
    background-size: contain;
}

.header img{
    height: auto;
    text-align: center;
   max-width: 269px;
}
.header a{
    display: flex;
    justify-content: center;
}
.navigation{
    background: #EE1B27;
}
.navigation ul{
    list-style: none;
    overflow: hidden;
    height: 50px;
    margin: 0;
    display: flex;
    justify-content: center;
}

.navigation li {
    padding-top: 14px;
}

.nav-link {
    color: #ffe3e3;
text-align: center;
font-family: 'Montserrat';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.32px;
text-transform: uppercase;
text-decoration: none;
    padding: 14px 38px;
    transition: 0.3s;
  }
  
  .nav-link:hover {

    color: #ffffff;
  }
  


.cover img{
    height: auto;
    object-fit: contain;
    width: 100%;
}
.cover a{
    display: flex;
    justify-content: center;
}





.footer-top{
    display: flex;
}
.footer-top img{
    height: auto;
    object-fit: contain;
    width: 100%; 
}
.footer-bottom{
    background: #EE1B27;
    display: flex;
}

.footer-bottom-left{
    float: left;
}
.footer-bottom-left span{
    font-weight: 700;
}
.footer-bottom-left p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 500;
}

.footer-bottom-left div{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: 500;
}

.footer-bottom-right{
    float: right;
    display: flex;
}

.footer-bottom-right p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 14px;
}

.footer-bottom-right div{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 14px;
}

.footer-bottom-right img{
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 9px;
}



@media screen and (max-width: 1024px){
    .header a {
        display: flex;
        justify-content: center;
        height: 90px;
    }
}

.footer-mob{
    display: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}