.top_bg2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgb(5 43 91) 0, #24456e73 60%, rgb(0 48 109) 100%);
}
.top_header {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
    background: url(../images/tbgnew.jpg);
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.non_anchor_class .svg:not(:host).svg-inline--fa,
.non_anchor_class svg:not(:root).svg-inline--fa {
    color: #54b9c5;
}

nav .main-menu li a {
    font-size: 14px;
}

header .main-nav ul.main-menu {
    margin-left: 20px;
}

.top-heading {
    z-index: 10;
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.form-floating {
    position: relative;
    margin-bottom: 0.625rem;
}

.form-floating:last-of-type {
    margin-bottom: 0;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 50px;
    padding: 1.038rem 1.038rem;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    height: 100%;
    color: white;
    padding: 1.038rem 1.038rem;
    border: 1px solid transparent;
    pointer-events: none;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);
    color: white;
    font-weight: 200;
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);
}

.form-control {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    color: white;
    width: 100%;
    height: 35px;
    padding: 0.938rem 0.938rem;
    background-color: #1010107d;
    border: 1px solid #707070;
    border-radius: 0.25rem;
    appearance: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    background-color: transparent;
    color: white;
}

.form-control {
    background-color: transparent;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 50px;
    padding: 1.038rem 1.038rem;
    border: 1px solid white;
}

.getstarted {
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    border-radius: 0.25rem;
    padding: 2px 12px;
    color: white;
    min-height: 3.1rem;
    background-color: rgb(23, 47, 79);
    border: 0;
}

.getstarted:hover {
    color: #fff;
    background-color: rgb(17, 35, 58);
    border-color: rgb(17, 35, 58);
    transition: 0.2s all ease-in-out;
}

.topintro p {
    color: white;
    line-height: 26px;
}

.topintro h1 {
    font-size: 2rem;

}

.featured_section {
    background-color: #24456e;
}

footer {
    background-color: #24456e !important;
}

.main-header {
    z-index: 2;
}

.getstarted {
    display: flex;
    flex-direction: row;
    min-width: 124px;
    align-items: center;
    padding: 2px 13px 2px 19px;
}

.wzk {
    padding-right: 4px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.netonc {
    width: 350px;
    backdrop-filter: blur(6px);
}

.btn-primary {
    background-color: #24456e;
    border-color: #24456e;
}

.search-area {
    height: 85vh;
    display: flex;
    align-items: center;
}

.section_title h2 {
    color: white;
}



:root {
    --swiper-theme-color: #e5e5e5 !important;
    --swiper-visibility: hidden;
    --see-all-link: 00px;
    --aro-row-chevron: none;
    --opacity: 0;
    --font-size: 1px;
}


body {
    overflow-x: hidden;
}

.container-fluid {
    position: relative;

}


.swiper-slide {
    width: 16.66666667%;

}


span {
    color: #54b9c5;
    font-size: 13px;
    margin-left: 6px;
    font-weight: 600;
}

footer span {
    font-size: 12px;
    color: white;
    font-weight: 300;
    margin: 0;
}

.swiper-slide {
    transition: all 300ms ease-in-out;
    border-radius: 2px;
    z-index: 1;
}

.swiper-slide img {
    border-radius: 2px;
    max-width: 100%;
    cursor: grab;
    border: 1px solid #000;
    border-bottom: 0 !important;
}

.swiper-slide img:active {
    cursor: grabbing;
}

.swiper-slide:hover {
    transform: scale(1.4);
    transition: all 300ms ease-in-out;
    transition-delay: 300ms;
    z-index: 10 !important;
    position: relative;
    transform-origin: center;
}

.swiper-slide:not(:hover) {
    z-index: 1 !important;
}

.swiper-slide:first-child {
    transform-origin: left;
}

.swiper-slide:hover .des_text {
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    background-color: #24456e;
    color: white;
    width: 100%;
    z-index: 10 !important;
    max-width: 100%;
    padding: 5px;
    position: relative;
}

.swiper-slide-blank.swiper-slide-visible {
    display: none !important;
    width: 0 !important;
}

.des_text h6 {
    font-size: 10px;
    margin-bottom: 0;
    line-height: 16px;
}

.des_text p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0px;
}

.swiper-container {
    overflow: visible;
    /* height: 170px; */
}

.des_text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in-out, visibility 0ms 300ms, box-shadow 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out, width 300ms ease-in-out, padding 300ms ease-in-out;
    border-top: 0 !important;
    border: 1px solid #000;
}

.swiper-pagination {
    position: absolute;
    right: 50px;
    top: 50px;
    display: flex;
    height: 0.125rem;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: 0;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
    visibility: var(--swiper-visibility);
}

.container-fluid:hover {
    --swiper-visibility: visible;
    --aro-row-chevron: inline-block;
}

.sec-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    top: 15px;
    left: auto;
    right: 10px;
}


.sec-name h2 {
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    color: white;
    font-size: 21px;
    vertical-align: bottom;

}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 37%);
}

.aro-row-chevron {
    display: var(--aro-row-chevron);
    margin-bottom: 2px;
}

.sec-name:hover {
    --see-all-link: 64px;
    --opacity: 1;
    --font-size: 1.4vw;
    cursor: pointer;
}

/* .swiper-slide {
    width: 100% !important;
} */

.see-all-link {
    width: var(--see-all-link);
    opacity: var(--opacity);
    transition: width .3s linear, font-size .5s linear, opacity .2s linear;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 2px;
    border-radius: 0;
    background: #808080;
    margin: 0 2px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-slide:hover img {
    transition-delay: 300ms;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.btn-video {
    padding: 2px;
    font-size: 10px;
    background-color: transparent;
    color: white;
    border: 0;
    font-weight: 100;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.btn-video a:hover {
    color: #f8951e;
}



@media screen and (max-width: 640px) {
    .swiper-slide img {
        max-width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-pagination-bullet {
        width: 14px;
    }
}

@media screen and (max-width: 400px) {
    .swiper-slide img {
        max-width: 100%;
        border-radius: 2px;
    }

    .swiper-pagination-bullet {
        width: 10px !important
    }
}


.podcast_btn img {
    width: 20px;
    height: auto;
}

.featured_section1 {
    background-color: #24456e;
    min-height: 30vh;
    height: 30vh;
    width: auto;
    display: flex;
    align-items: center;
}

body {
    background-color: #24456e;
}

.podcast_btn {
    background-color: white;
    border-radius: 18px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 13px;
    padding: 6px 18px 6px 12px;
    color: black;
    display: flex;
    align-items: center;
}

.podcast_btn .text {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    font-size: 16px;
    color: #24456e;
}

.podcast_btn .icon {
    color: #24456e !important;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    font-size: 16px;
}

.podcast_btn:hover .text {
    transform: translateX(-10px);
}

.podcast_btn:hover .icon {
    right: 10px;
    opacity: 1;
}

.nrf {
    height: 350px;
    ;
}

.no_record_found p,
li {
    color: white;
}

.no_record_found li {
    list-style: unset;
}

.suggestion-dropdown {
    background: #ffffffd9;
    padding: 7px 0px !important;
    width: 100%;
    position: absolute;

    z-index: 10;
    border-radius: 0 0 12px 12px;
    color: #000;
    backdrop-filter: blur(3px);
    top: 50px;
    max-height: 15rem;
    overflow: auto;
}

.suggestion-menu .hasNoResults {
    padding-left: 10px;
}

.suggestion-dropdown .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #24456e;
}

.dropdown-item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    width: 350px;
    display: block;
}



@media (max-width: 576px) {
    .events-container .swiper-slide img {
        max-width: 100%;
        min-height: 4rem !important;
        height: 4rem !important;
        object-fit: fill ;
        width: 100%;
    }
    #popups {
        width: 90%;
        position: fixed;
        top: 2%;
        left: 5%;
        padding: 0;
        border-radius: 2px;
        z-index: 111111;
        background-color: white;
        font-family: arial;
        display: none !important;
    }

    .header-select-language {
        display: none !important;
    }

    .topintro h1 {
        font-size: 1.5rem;
    }

    .topintro p {
        color: white;
        line-height: 26px;
        font-size: 15px !important;
    }

    .doc_goal p {
        text-align: justify;
        font-size: 1rem;
        font-weight: 200;
        margin-bottom: 0;
    }

    .search-area {
        height: 75vh;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .top_header {
        position: relative;
        min-height: 75vh;
        overflow: hidden;
    }
    
    .video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .menu-text {
        color: #24456e;
    }

    .netonc {
        width: 290px;
        backdrop-filter: blur(6px);
    }

    .wzk {
        display: grid;
        justify-content: center;
    }

    .getstarted {
        width: 120px;
        margin-left: auto;
        justify-content: center;
        margin-right: auto;
    }
    
    .des_text {
        transition: opacity 300ms ease-in-out, box-shadow 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out, width 300ms ease-in-out, padding 300ms ease-in-out;
    }

    .swiper-slide:hover .des_text {
        max-width: 100%;
        padding: 3px;
    }
    .swiper-slide:hover .des_text h6 {
        font-size: 6px;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 8px;
        height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sec-name h2 {
        font-size: 16px;
    }

    .des_text div {
        display: block !important;
        margin-top: 0 !important;
    }

    .entry-header h1.entry-title {
        font-size: 18px !important;
        color: white;
        margin-top: 60px;
    }

    .swiper-container.swiper-initialized.swiper-horizontal.swiper-watch-progress {
        height: 6rem;
    }

    .featured_section {
        min-height: 20vh;
        width: auto;
    }

    .slicknav_nav .slicknav_arrow {
        color: #24456e;
    }

    .social_podcasts {
        gap: 5px;
        flex-wrap: wrap;
    }

    .podcast_btn img {
        width: 18px;
        height: auto;
        margin-right: 0 !important;
    }

    .podcast_btn .text {
        font-size: 12px;
    }

    .podcast_btn {
        padding: 2px 2px 2px 2px;
    }

    .topintro {
        padding: 0;
    }

    /* .des_text {
        display: none;
    } */


}

span.oncbro {
    font-size: 2.4rem;
    text-decoration: underline;
    font-family: "Archivo Black", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.swiper-container {
    overflow: visible;
    /* height: 170px; */
}

.swiper-slide.swiper-slide-blank {
    display: none;
}

/* live button  */
.live-icon {
    display: inline-block;
    position: relative;
    font-size: 16px;
    /* Adjust icon size as needed */
    color: rgb(255, 255, 255);
    /* Icon color */
}

/* First pulse */
.live-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    /* Centering vertically */
    left: 50%;
    /* Centering horizontally */
    width: 30px;
    /* Adjust based on icon size */
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%) scale(1);
    /* Centering the pulse */
    opacity: 0;
    animation: ripple 2s infinite ease-out;
}

/* Second pulse */
.live-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    /* Centering vertically */
    left: 50%;
    /* Centering horizontally */
    width: 30px;
    /* Adjust size if needed */
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) scale(1);
    /* Centering the pulse */
    opacity: 0;
    animation: ripple 2s infinite ease-out 1s;
    /* Delay for the second pulse */
}

/* Third pulse using an extra span in HTML */
.live-icon .third-pulse {
    content: "";
    position: absolute;
    top: 50%;
    /* Centering vertically */
    left: 50%;
    /* Centering horizontally */
    width: 30px;
    /* Adjust size if needed */
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(1);
    /* Centering the pulse */
    opacity: 0;
    animation: ripple 2s infinite ease-out 0.5s;
    /* Delay for the third pulse */
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        /* Larger final size for ripple */
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.live-icon i {
    animation: pulse 1.5s infinite ease-in-out;
    color: rgb(254, 254, 254);
}

/* here  */


@media (max-width: 576px) {

    .podcast_btn .text,
    i {
        display: none;
    }

    .podcast_btn.btn41-43 .text {
        display: block;
    }


    .btn41-43 {
        display: flex;
    }

    .text-podcast {
        font-size: 20px !important;
        color: #fff;
        margin-right: 7px;
    }
}

.menu-icon-inner {
    margin-top: 7px;
}

span {
    margin-left: 2px;
}

.text-podcast {
    font-size: 25px;
    color: #fff;
    margin-right: 7px;
}

#scrollUp {
    display: none !important;
}


.modal .modal-dialog .modal-header span{
    color: #96a2a3;
    font-size: 30px;
    margin-left: 6px;
    font-weight: 500;
}
.events-container .swiper-slide img {
    max-width: 100%;
    min-height: 9rem;
    height: 9rem;
    object-fit: fill;
    width: 100%;
}

@media (max-width: 1200px) {
    .events-container .swiper-slide img {
        max-width: 100%;
        min-height: 11rem;
        height: 11rem;
        object-fit: fill;
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .events-container .swiper-slide img {
        max-width: 100%;
        min-height: 9rem;
        height: 9rem;
        object-fit: fill;
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .events-container .swiper-slide img {
        max-width: 100%;
        min-height: 11rem;
        height: 11rem;
        object-fit: fill;
        width: 100%;
    }
}

/* Ultra Large devices */
@media (min-width: 1600px) and (max-width: 1800px) {
    .events-container .swiper-slide img {
        max-width: 100%;
        min-height: 10rem;
        height: 10rem;
        object-fit: fill;
        width: 100%;
    }
  }
