.superhero{
    position: relative;
}

.superhero__carousel{
    min-height: 600px;
    z-index: 10;
}

.superhero__image,
.carousel-item{
    min-height: 600px;
    background-size: cover;
    z-index: 15;
    height:100vh;
    max-height: 1200px;
}

.superhero__layer{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height:100%;
    z-index: 20;
    position: absolute;
}

.carousel-indicators li{
    width: 100px;
    height:5px;
}

.superhero__carousel .h1{
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2;
    color:#fff;
    text-transform: uppercase;
}

.superhero__carousel .h1 span:nth-child(1){
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}
.superhero__carousel .h1 span:nth-child(2){
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}
.superhero__carousel .h1 span:nth-child(3){
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}

.superhero__carousel .carousel-caption{
    left:0;
    right:0;
    z-index: 110;
    padding-bottom: 250px;
}


.superhero__logo{
    position: absolute;
    top:0;
    width: 100%;
    z-index: 100;
}

.superhero__content p{
    font-size: 22px;
    font-weight: 300 !important;
    line-height: 1.4;
    color:#fff;
}

.superhero__contact{
    background: #e2001a;
}

.superhero__contact{
    color:#fff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}

.superhero__contact:after{
    content: " ";
    position: absolute;
    height:100%;
    width:500px;
    background: #e2001a;
    left:100%;
    top:0;
}

.superhero__contact strong{
    font-weight: bold;
    white-space: nowrap;
}

.superhero__contact--phone{
    font-size: 38px !important;
    font-weight: 500;
}

.superhero__contact p{
    font-size: 18px;
    font-weight: 300;
}

.superhero__contact p strong{
    font-size: 20px;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media only screen and (max-width : 767.98px) {
    .superhero__carousel .h1 {
        font-size: 60px;
    }
}

@media (max-width: 575.98px) {
    .superhero__contact--phone{
        font-size: 30px !important;
        font-weight: 500;
    }

    .superhero__contact p{
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 0;
    }

    .superhero__contact p strong{
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .superhero__carousel .h1 {
        font-size: 42px;
    }
    .superhero__carousel .carousel-caption{
        left:0;
        right:0;
        z-index: 110;
        padding-bottom: 200px;
    }
}
