
.shadow-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    z-index: 1;
}

.shadow-banner .filled-button{
    position: absolute;
    z-index: 9;
    top: 60%;
    left: 12%;
}


.text-card{
    position: absolute;
    top: 30%;
    left: 15%;
    z-index: 2;
}

.text-card .text-content h6 {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    animation: fadeOutRight 1s both;
}

.text-card .text-content h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #FFF;
    overflow: hidden;
    animation: fadeOutLeft 1s both;
}

.text-card .text-content p {
    max-width: 570px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

.text-card .img-logo{
    margin-bottom: 30px;
    max-width: 200px;
    max-height: 57px;
}


.text-card-abt  {
    padding-bottom: 20px;
}
.text-card-abt h6 {
    font-size: 31px;
}
.text-card-abt .img-logo-abt {
    width: 20%;
}



@media (min-width: 1200px) {
    .shadow-banner .filled-button{
        position: absolute;
        z-index: 9;
        top: 60%;
        left: 12%;
    }
}

@media (max-width: 680px) {
    .shadow-banner .filled-button{
        position: absolute;
        z-index: 9;
        top: 70%;
        left: 12%;
    }
    
    
    .text-card{
        position: absolute;
        top: 30%;
        left: 7%;
        width: 85%;
        z-index: 2;
        
    }
    
    .text-card .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .text-card .text-content h6 {
        margin-bottom: 15px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: #FFF;
        animation: fadeOutRight 1s both;
    }

    .text-card .text-content h4 {
        margin-bottom: 30px;
        text-transform: uppercase;
        font-size: 44px;
        font-weight: 700;
        letter-spacing: 2.5px;
        color: #FFF;
        overflow: hidden;
        animation: fadeOutLeft 1s both;
    }
    
    .text-card .text-content p {
        max-width: 570px;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 40px;
    }
    
    .text-card .img-logo{
        margin-bottom: 30px;
        max-width: 200px;
        max-height: 57px;
    }
    
    
    .text-card-abt  {
        padding-bottom: 20px;
    }
    .text-card-abt h6 {
        font-size: 31px;
    }
    .text-card-abt .img-logo-abt {
        width: 60%;
    }

}


.shadown-funfacts{
    margin-top: 140px;
    width: 100%;
    height: 678px;
    background-color: #00bfff1f;
    position: absolute;
}



@media (max-width: 680px) {
    .shadown-funfacts{
        margin-top: 140px;
        width: 100%;
        height: calc(100% + 898px);
        background-color: #00bfff1f;
        position: absolute;
    }
}
@media (min-width: 680px) {
    .shadown-funfacts{
        margin-top: 140px;
        width: 100%;
        height: 169%;
        background-color: #00bfff1f;
        position: absolute;
    }
}
@media (min-width: 768px) {
    .shadown-funfacts{
        margin-top: 140px;
        width: 100%;
        height: 771px;
        background-color: #00bfff1f;
        position: absolute;
    }
}
@media (min-width: 900px) {
    .shadown-funfacts{
        margin-top: 140px;
        width: 100%;
        height: 771px;
        background-color: #00bfff1f;
        position: absolute;
    }
}

@media (min-width: 992px) {
    .shadown-funfacts{
        margin-top: 140px;
        width: 100%;
        height: 708px;
        background-color: #00bfff1f;
        position: absolute;
    }
}
@media (min-width: 1000px) {
    .shadown-funfacts{
        margin-top: 140px;
        width: 100%;
        height: 708px;
        background-color: #00bfff1f;
        position: absolute;
    }
}
@media (min-width: 1200px) {
    .shadown-funfacts{
        margin-top: 140px;
        width: 100%;
        height: 678px;
        background-color: #00bfff1f;
        position: absolute;
    }
}



/*-baout-*/
.shadow-banner-about{
    position: absolute;
    width: 100%;
    height: 51%;
    background-color: #00bfff1f;
    z-index: 1;
}
