body {
    margin: 0;
}

.content {
    width: 100%;
}

.we-are-at {
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}

.header {
    width: 100%;
}

.numbers {
    background-image: url(assets/hatter4.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    background-position: center;
}

.counter-value {
    font-size: 60px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: 1.6;
}

.count-item {
    display: inline-block;
}

.count-item img {
    width: auto;
}

.haz {
    padding: 0 150px;
}

.area-count::after {
    content: " m2";
}

.capacity-count::after {
    content: " h";
}

.count-text {
    font-size: 30px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: 0.5;
}

.video {
    padding: 50px;
    text-align: center;
}

.video-holder {
    width: 70%;
    height: 510px;
    text-align: center;
    display: inline-block;
}

.video-holder iframe {
    height: 500px;
}

.references {
    padding-top: 0px;
}

.about-us-mob {
    display: none;
}

.abilities-mob {
    display: none;
}

.areas-mob {
    display: none;
}

.header-mob {
    display: none;
}

.references-mob {
    display: none;
}

.worldwide-mob {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .count-text {
        font-size: 24px;
        line-height: 1;
    }

    .haz {
        padding: 0 40px 0 70px;
    }

    /*.count-item {
        width: 70px;
    }*/

    .counter-value {
        font-size: 25px;
    }

    .count-item img {
        width: auto;
    }

    .video-holder {
        width: 90%;
        height: auto;
        text-align: center;
        display: inline-block;
    }

    .video-holder iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .count-text {
        font-size: 12px;
        line-height: 1;
    }

    .haz {
        padding: 0 40px;
    }

    .count-item {
        width: 70px;
    }

    .counter-value {
        font-size: 14px;
    }

    .count-item img {
        width: 100%;
    }

    .video {
        padding: 0px;
        text-align: center;
    }
    
    .video-holder {
        width: 100%;
        height: auto;
        text-align: center;
        display: inline-block;
    }

    .video-holder iframe {
        height: 300px;
    }

    .references {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .we-are-at {
        background-color: red;
        color: white;
        text-align: center;
        padding: 5px 0;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
    }

    .haz {
        padding: 0 10px;
    }

    .video-holder iframe {
        height: 240px;
    }

    .about-us {
        display: none;
    }
    
    .abilities {
        display: none;
    }
    
    .areas {
        display: none;
    }

    .worldwide {
        display: none;
    }

    .header {
        display: none;
    }

    .references {
        display: none;
    }

    .about-us-mob {
        display: block;
    }
    
    .abilities-mob {
        display: block;
    }
    
    .areas-mob {
        display: block;
    }

    .header-mob {
        display: block;
    }

    .references-mob {
        display: block;
    }

    .worldwide-mob {
        display: block;
    }
}

footer{
    background: #111;
    height: auto;
    padding: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
    padding: 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    padding: 5px;

}
.socials a i{
    font-size: 2.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: red;
}

.footer-bottom{
    background: #000;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
    float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}