.banner-inner-content{
    position: absolute;
    top:30%;
    margin-left:0;
    margin-right: 0;
    text-align: center;
    width:100%;
    /* color:white; */
}

.banner-inner-text{
    padding: 0rem 20rem;
}

[id^='videoBanner'],
.banner-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.mt-7{
    margin-top:  6.2rem;
}

.ora-header-title{
    font-family: 'Widescreen';
    font-weight: 700;
}

.fw-700{
    font-weight: 700;
}

.ora-bg-lightblue{
    background: #EAF8FA;
}

.ora-bg-lighterblue{
    background: #f3fbfd;
}

.ora-bg-blue{
    background: #57b7cf!important;
}

.ora-bg-gray{
    background:#f8f8f8;
}

.ora-text-lightblue{
    color: #EAF8FA;
}

.ora-text-blue{
    color: #57b7cf;
}

.ora-text-gray{
    color:#949494;
}

.carousel-indicators [data-bs-target]{
    width:50px!important;
    margin-right: 20px!important;
}

/* Card styling */
#latestNewsContainer .card img{
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

#latestNewsContainer .card img{
    transition: all 2s ease;
}

#latestNewsContainer .card:hover img{
    transform: scale(1.3);
}


  /* Mobile only styling */
  @media only screen and (max-width: 768px) {
    .carousel-indicators [data-bs-target]{
        width:40px!important;
        margin-right: 10px!important;
    }

    #latestNewsContainer .hidden-news-mobile{
        display:none!important;
        visibility: hidden;
        opacity: 0;
    }
    #latestNewsContainer .news-item{
        visibility: visible;
        opacity: 1;
        transition: all 0.65s ease;
    }

    #latestNewsContainer .card img {
        width: 100%;
        height: 60vw;
        object-fit: cover;
    }

    [id^='videoBanner'],
    .banner-image {
       height: auto!important;
    }

    .banner-inner-content .ora-header-title{
        font-size: 20px!important;
    }
    .banner-inner-content .ora-header-subtitle{
        font-size: 16px!important;
    }
    .banner-inner-content{
        padding: 2rem;
        top:0;
    }

    .banner-inner-text{
        padding: 0rem 2rem;
    }
    
    .banner-inner-text .ora-header-subtitle{
        padding: 0rem 1rem;
    }

    /*Adjust Margin due to the header Icon adjusted to 35% width*/
    .mt-7{
        margin-top:  5rem;
    }
    
}