/* This is a custom height */

html {
    background-color: #080410;
    color: #fff;
}
body {
    background-color: #080410;
}
/* Height 100-Custom subtract px from 100%  */
.height-100-custom {
    height: calc(100vh - 400px);
}
.block-margin-bottom{
    margin-bottom: 80px;
}
.block-margin-bottom-small{
    margin-bottom: 10px;
}
.habilis-bar{
    position: fixed;
    top: 0;
    background-color:#7c3aedbb;
    padding: 0 20px;
    z-index: 1;
    flex-wrap: nowrap;
}
.contact-menu{
    text-align: right;
}
.contact-menu p {
    background-color: #7C3AED;
    display: inline;
    padding: 8px 20px;
    border-radius: 30px;
}
.header-image {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    position: relative;
    background-image: url("../../images/habilis-home.jpg");
    }

.habilis-header {
 text-align: center;
}
.habilis-header h1 {
    color: #7C3AED;
    font-size: 200px;
    margin-bottom: -30px;
}
.habilis-header h2 {
    color: #f9ff03;
    font-size: 42px;
    font-weight: 400;
}
.habilis-header h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.halibis-intro-top{
    top: -50px;
}
.halibis-intro{
    background-color: #1f0e3f;
    padding: 50px;
    border-radius: 6px;
    border: 2px solid #320B76;
}
.halibis-intro p{
    font-size: 28px;
    color: #7C3AED;
}
.halibis-intro h2{
    font-size: 38px;
    color: #ffffff;
}
.testimonial-image{
    border-radius: 6px;
    overflow: hidden;
    height: 240px;
    background-color: #fff;
    text-align: center;
}
.testimonial-image img {
    object-fit: contain;
    height: -webkit-fill-available;
}
.testimonial-content {
    background-color: #15092a;
    padding: 20px;
    border-radius: 6px;
    margin-left: 2%;
    width: 98%;
    height: 240px;
    display: flex;
    align-items: center;
}
.testimonial-content p {
    font-size: 22px;
    color: #dddddd;
}
.banner-vr {
    margin-bottom: 10px;
}
.banner-vr img {
    object-fit: contain;
    height: -webkit-fill-available;
    border-radius: 6px;
    overflow: hidden;
}
.metrics-title {
    margin-bottom: 20px;
}
.metrics-title h1{
    color: #7C3AED;
}
.card-metrics {
    background-color: #1f133f;
    padding: 20px;
    padding-bottom: 35px;
    border: 2px solid #100d14;
    border-radius: 6px;
    text-align: center;
}
.card-metrics h4 {
    color: #7C3AED;
    font-size: 80px;
}
.pitch-image{
    border-radius: 6px;
    overflow: hidden;
    height: auto;
    background-color: #000000;
    text-align: center;
}
.pitch-image img {
    object-fit: contain;
    height: -webkit-fill-available;
    width: 100%;
    display: block;
}
.pitch-content {
    padding: 20px;
    margin-right: 2%;
    width: 98%;
    height: auto;
}
.pitch-content p {
    font-size: 22px;
    color: #7C3AED;
}
.pitch-content h1 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
}
.card-pitch {
    background-color: #1f133f;
    padding: 20px;
    border: 2px solid #100d14;
    border-radius: 6px;
}
.card-pitch h4 {
    color: #7C3AED;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1;
}
.card-pitch p {
    font-size: 18px;
}
.footer {
    background-color: #16112a;
    padding: 50px;
}
.text-center {
    text-align: center;
}
.block-flip {
    flex-direction: row-reverse;
}
.habilis-grid-photo-box {
    border: 1px solid #000;
    overflow: hidden;
    height: 300px;
}
.habilis-grid-photo-box img {
    object-fit: cover;
    height: -webkit-fill-available;
    width: 100%;
    display: block;
}
 

/* CSS media */
@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    .space-25 {
        width: 50%;
    }

}
/* iPad Pro */
@media (max-width: 1366px) {

}   

@media (max-width: 1280px) {
    .mobile-padding {
        width: 98%;
    }

}


@media (max-width: 1080px) {
    .space-480 {
        width: 100%;
        margin: auto;
    }
    .height-100 {
        height: auto;
        min-height: initial;
    }
    .space-100-480 {
        width: 100%;
        margin: auto;
    }
    .habilis-grid-photo-box {
    height: 500px;
}
    
}

@media (max-width: 1024px) {
    .testimonial-image{
        margin-bottom: 20px;
    }
    .testimonial-content {
        margin-left: initial;
        width: 100%;
        height: auto;
    }
    .pitch-content {
        padding: 20px 0;
        margin-right: 0;
        width: 100%;
    }
    .footer {
        padding: 20px;
    }
}

@media (max-width: 980px) {
    .mobile-padding {
        width: 98%;
    }
    
}
@media (max-width: 768px) {
    .mobile-padding {
        width: 
        80%;
    }
    .habilis-header h1 {
        font-size: 150px;
    }
    .habilis-header h2 {
        font-size: 36px;
    }
    .halibis-intro p{
        font-size: 20px;
    }
    .testimonial-content p {
        font-size: 20px;
    }
    .pitch-content p {
        font-size: 20px;
    }
    .pitch-content h1 {
        font-size: 32px;
    }
    .halibis-intro h2{
    font-size: 32px;
}
    
}
@media (max-width: 640px) {
    .mobile-padding {
        width: 86%;
    }
    .habilis-header h1 {
        font-size: 100px;
        margin-bottom: -10px;
    }
    .habilis-header h2 {
        font-size: 28px;
    }
    .halibis-intro{
        padding: 30px;
    }
    .halibis-intro p{
        font-size: 18px;
    }
    .testimonial-content p {
        font-size: 18px;
    }
    .pitch-content p {
        font-size: 18px;
    }
    .pitch-content h1 {
        font-size: 28px;
    }
    .halibis-intro h2{
    font-size: 28px;
    }
  
}

@media (max-width: 480px) {
    .mobile-padding {
        width: 92%;
    }
    .habilis-header h1 {
        font-size: 80px;
        margin-bottom: 0;
    }
    .habilis-header h2 {
        font-size: 24px;
    }
    .halibis-intro{
        padding: 20px;
    }
    .halibis-intro p{
        font-size: 16px;
    }
    .card-metrics h4 {
        font-size: 50px;
    }
    .testimonial-content p {
        font-size: 16px;
    }
    .pitch-content p {
        font-size: 16px;
    }
    .pitch-content h1 {
        font-size: 24px;
    }
    .card-pitch h4 {
        font-size: 28px;
    }
    .card-pitch p {
        font-size: 16px;
    }
    .contact-menu{
        width: 70%;
    }

    .logo-habilis {
        width: 30%;
    }

    .halibis-intro h2{
        font-size: 24px;
    }

}
@media (max-width: 360px) {
    .habilis-header h1 {
        font-size: 60px;
        margin-bottom: 0;
    }
    .habilis-header h2 {
        font-size: 20px;
    }
    .halibis-intro p{
        font-size: 14px;
    }
    .testimonial-content p {
        font-size: 14px;
    }
    .testimonial-content h1 {
        font-size: 36px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .pitch-content p {
        font-size: 14px;
    }
    .pitch-content h1 {
        font-size: 20px;
    }
    .card-pitch h4 {
        font-size: 24px;
    }
    .card-pitch p {
        font-size: 14px;
    }
    .halibis-intro h2{
    font-size: 20px;
    }
    
}
@media (max-width: 280px) {
    
}