/* Banner Section Start */
.home-banner-section {
    position: relative;
    z-index: 1;
    padding: 0;
}

.home-banner-section::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(264.16deg, rgba(41, 108, 196, 0.1014) 30.4%, rgba(0, 0, 0, 1) 61.41%, rgba(0, 0, 0, 0.78) 92.43%);
    /* background: linear-gradient(264.16deg, rgba(41, 108, 196, 0.1014) 30.4%, rgba(0, 0, 0, 1) 61.41%, rgba(0, 0, 0, 1) 92.43%); */
    z-index: 2;
    opacity: 0.4;
    pointer-events: none;
}

.home-banner-section::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 94px;
    background: var(--white-color);
    clip-path: polygon(0 100%, 0% 100%, 70% 19%, 100% 100%, 0 100%);
    transform-origin: center;
    z-index: 2;
}

.home-banner-section {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.banner-content {
    position: relative;
    z-index: 1;
    color: var(--white-color);
    text-align: center;
    /* padding: 120px 0px; */
}

.banner-content.banner-detail-mode {
    padding-top: 40px;
    padding-bottom: 100px;
}

.banner-heading {
    font-size: var(--font-46);
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 120%;
}

.home-banner-section .banner-content .learn-more-button {
    padding: 15px 25px;
    background-color: var(--white-color);
    border-radius: 54px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.4em;
    transition: 0.3s ease all;
}

.home-banner-section .banner-content .learn-more-button:hover {
    background-color: var(--white-color);
    /* border: 1px solid var(--secondary-color); */
    color: var(--secondary-color);
    transition: 0.3s ease all;
}

.home-banner-section .banner-content .learn-more-button .footer-detail-icon {
    transition: 0.3s ease all;
}

.home-banner-section .banner-content .learn-more-button:hover .footer-detail-icon {
    filter: brightness(0) invert(0);
    transition: 0.3s ease all;
}

.home-banner-section .banner-title-weight {
    font-weight: 700;
}

.banner-title-style {
    color: var(--secondary-color);
    font-weight: 700;
}

.background-video-section {
    position: relative;
    min-height: 450px;
    align-items: center;
    display: flex;
    /* overflow: hidden; */
}

.home .banner-content{
    padding: 120px 0px;
}

.background-video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-video-embed {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.youtube-thumbnail-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.youtube-thumbnail-cover.fade-out {
    opacity: 0;
}

.content-over-video {
    position: relative;
    z-index: 2;
    color: var(--white-color);
    text-align: center;
    top: 50%;
    transform-style: preserve-3d;
}


.embed-responsive {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.embed-responsive::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.banner-content .banner-description span {
    color: #D80027;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
    font-size: var(--font-24);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 141%;
}

.banner-content .banner-description a.btn-secondary{
    background-color: white;
    color: var(--primary-color);
    border: white;
}

.banner-content .banner-description a.btn-secondary:hover{
    background-color: var(--primary-color);
    color: white;
}

.banner-content .banner-description a.btn-secondary img{
    transition: 0.3s ease all;  
}

.banner-content .banner-description a.btn-secondary:hover img{
    filter: brightness(0) invert(1);
    transition: 0.3s ease all;
}

.banner-content .banner-description p {
    line-height: 141%;
    margin-bottom: 0;
}

.home-banner-section .btn.btn-primary:hover {
    color: var(--primary-color);
    border-color: var(--white-color);
}


/* Banner Detail Style Start */
.event-card-content {
    background-color: var(--white-color);
    border-radius: 40px;
    padding: 34px 30px;
}

.event-main-title {
    font-size: var(--font-32);
    color: var(--secondary-color);
    font-weight: 700;
}

.event-info-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 5px;
    align-items: start;
    color: var(--secondary-color);
}

.event-agenda {
    border-left: 2px solid var(--primary-color);
    padding-left: 7px;
    color: var(--secondary-color);
}

.event-icon {
    width: 10%;
}

.event-detail-link {
    width: 90%;
}

.event-detail-text,
.event-detail-link {
    color: var(--secondary-color) !important;
    text-decoration: none;
    transition: 0.3s ease all;
}

.event-detail-link:hover {
    color: var(--primary-color) !important;
    transition: 0.3s ease all;
}



.event-info-item:not(:first-child):not(:nth-child(2)) {
    border-left: 2px solid var(--primary-color);
    padding-left: 10px;
}

.page-id-271 .event-info-item:not(:first-child){
    border-left: 2px solid var(--primary-color);
    padding-left: 10px;
}

/* Banner Detail Style End */

@media screen and (max-width: 1280px) {
    .home .banner-content {
        padding: 180px 0px;
    }
}

@media (max-width: 1024px) {
    .home-banner-section::after {
        height: 80px;
        clip-path: polygon(0 100%, 0% 100%, 70% 25%, 100% 100%, 0 100%);
    }

    .home .banner-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .background-video-section{
        min-height: 350px;
    }
}

@media screen and (max-width: 991px) {}


@media (max-width: 767px) {
    .event-info-item{
            border-left: 2px solid var(--primary-color);
            padding-left: 7px;
    }

    .event-icon{
        
            height: 25px;
    width: 25px !important;
    }
    .home-banner-section::after {
        height: 55px;
        clip-path: polygon(0 100%, 0% 100%, 70% 30%, 100% 100%, 0 100%);
    }

    .banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home-banner-section::before {
        background: linear-gradient(334deg, rgba(41, 108, 196, 0.1014) 30.4%, rgba(0, 0, 0, 0.4407) 61.41%, rgba(0, 0, 0, 0.78) 92.43%);

    }

    .banner-image {
        background-position: left;
    }

}


@media screen and (max-width: 640px) {
    .event-info-list {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .event-info-item:first-child {
        border-left: 2px solid var(--primary-color);
        padding-left: 7px;
    }

    .event-icon {
        width: 20px;
    }
    .background-video-section{
        min-height: 280px;
    }

}