body {
    font-family: "Roboto", sans-serif;
    background-color: #000C39;
    overflow-x: hidden;

}

.nav_container {
    width: 100%;
    display: flex;
    padding: 0 40px;
}

.navbar {
    background-color: #192554;
}

.navbar-collapse {
    justify-content: space-between;
}

.navbar-brand img {
    height: 107px;
    width: 107px;
}

.for-responsive {
    display: none;
}

.navbar-nav .nav-link {
    color: white;
    margin-right: 20px;
}

.navbar-nav .nav-link.active {
    color: #fff;
    font-weight: bold;
}

.navbar-nav .btn-outline-light {
    color: white;
    border: 2px solid white;
}

.search-icon {
    margin-left: 10px;
}

.nav-item .btn {
    background-color: #fff;
    color: #030616;
}

.banner-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-slide h1 {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    line-height: 74px;
}

.header_content p {
    color: #fff;
}

.banner-slide p {
    font-size: 1.2rem;
    margin: 20px 0;
}

.banner-slide .btn-primary {
    background-color: #f63378;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
}

.swiper-container {
    padding: 20px;
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
}

.swiper-pagination-bullet {
    background: white;
}

.banner-slide {
    border-radius: 22px;
}

/* Initial hidden state */
#search-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.search-bar {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
}

.search-bar input {
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 1.2em;
    padding: 0 10px;
}

.search-bar button {
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    position: absolute;
    top: 44px;
    color: #fff;
    right: 47px;
}

/* Transition for the search bar animation */
#search-bar-container.show {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.swiper-slide.banner-slide {
    padding: 0 50px;
    height: 610px;
}

.header_img img {
    width: 100%;
    max-width: 495px;
}

.header_content {
    display: flex;
    align-items: center;
}

.header-btn {
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.header-btn-1 {
    background: linear-gradient(to right, #0B92D6, #9747FF);
    transition: 0.3s;
}

.header-btn-1:hover {
    background: linear-gradient(to right, #9747FF, #0B92D6);
}

.header-btn-2 {
    background: #0B92D6;
}

.header-btn-3 {
    background: transparent;
    border: 1px solid #fff;
}

.banner-slide .row {
    height: 100%;
}

.header_img {
    text-align: center;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: 2px;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

.episodes-container {
    width: 100%;
    max-width: 1800px;
    padding: 0 40px;
}

.episodes-section {
    padding-top: 0;
}

section.banner-section {
    margin-bottom: 135px;
}

.episode-header {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.episode-header h2 {
    margin: 0;
}

.episode-header a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.episodes-grid {
    margin-top: 20px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(246px, 1fr));
}

.episodes-grid a {
    color: #fff;
    text-decoration: none;
}

.episode h4 {
    color: #fff;
    margin-top: 15px;
    font-size: 24px;
}

.episode .episode-banner {
    border-radius: 10px;
    height: 295px;
    width: 264px;
    object-fit: cover;
}

.users {
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    padding: 2px 8px;
    border: none;
}

.episode-properties {
    display: flex;
    gap: 10px;
}

.episode-properties img {
    width: 24px;
}

.episode-properties .users img {
    width: 9px;
    height: 12px;
}

.episodes-container {
    margin-bottom: 60px;
}

.newslatter-section {
    /* background-image: url('images/banner2.png'); */
    background-color: #192554;
    /* height: 450px; */
    /* background-size: cover;
    background-repeat: no-repeat; */
    text-align: center;
    padding: 90px 20px;
    position: relative;
}

.newslatter-container h2 {
    font-size: 50px;
}

.newslatter-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.news-input {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    height: 60px;
    margin-top: 40px;
}

.news-input input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 20px;
    color: #fff;
    outline: none;
}

.news-input input::placeholder {
    color: #fff;
}

.news-input button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    border-radius: 100px;
    padding: 5px 40px;
    background: linear-gradient(to right, #0B92D6, #9747FF);
    color: #fff;
    font-weight: 600;

}

img.wave1 {
    position: absolute;
    top: 17%;
    left: -33%;
}

img.wave2 {
    position: absolute;
    top: 17%;
    transform: rotate(180deg);
    right: -33%;
}

img.heart-icon {
    position: absolute;
    top: -18px;
    left: 17%;
}

img.volume-icon {
    position: absolute;
    left: 10%;
}

img.thumbs-up {
    position: absolute;
    top: 5%;
    right: 12%;
}

img.hands {
    position: absolute;
    right: 6%;
    bottom: -30px;
}

.secondSlider {
    padding-bottom: 60px;
}

.content-container {
    width: 100%;
    max-width: 1800px;
    padding: 60px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
}

.delivery-content {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 40px;
}

.delivery-content h3 {
    font-size: 60px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 20px;
}

.delivery-content p {
    font-size: 18px;
    max-width: 740px;
    margin: 0 auto;
    color: #fff !important;
    font-weight: 300;
}

.podcast-slider {
    margin-top: 40px;
    position: relative;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.podcast-slider img {
    height: 550px;
    width: 100%;
    border-radius: 12px;
}

.podcast-slider::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000063;
    border-radius: 12px;
}

.podcast-content {
    color: #fff;
    position: absolute;
    z-index: 999;
}

.podcast-content p {
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff !important;
}

.podcast-content h3 {
    font-size: 60px;
}

.podcast-button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
}

.swiper-btn {
    position: unset;
}

.swiper-btn::after {
    content: none !important;
}

.swiper-button-next img {
    transform: rotate(180deg);
}

.podcast-slider-btns {
    position: absolute;
    display: flex;
    bottom: -4px;
    width: 100%;
    justify-content: center;
    gap: 22px;
}

.analytic-content {
    color: #fff;
    padding-left: 40px;
}

.analytic-content h3 {
    font-size: 46px;
    font-weight: 700;
}

.analytic-content p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 45px;
    line-height: 26px;
}

img.analytic-img {
    margin-top: -60px;
    max-width: 963px;
    margin-left: 35px;
}

section.analytics-section {
    margin: 35px 0;
    background-image: url('images/Microfon\ 1.png');
    background-repeat: no-repeat;
    background-position-y: -200px;
}

.company-section {
    padding: 60px;
}

.company-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: #192554;
    border-radius: 26px;
    padding: 30px;
}

.company-content {
    text-align: center;
    color: #fff;
}

.company-content h3 {
    font-size: 40px;
    font-weight: 800;
}

.company-content p {
    font-size: 14px;
}

@keyframes slide {
    from {
        transform: translateX(0);

    }

    to {
        transform: translateX(-100%);

    }
}

.logos {
    overflow: hidden;
    padding: 45px 0;
    white-space: nowrap;
    padding-bottom: 0;
    position: relative;
}

.logos:hover .logos-slide {
    animation-play-state: paused;


}

.logos-slide {
    display: inline-block;
    animation: 70s slide infinite linear;
}

.logos-slide img {
    height: 75px;
    margin: 0 40px;
}

section.faq-section {
    padding: 40px 20px;
}

.faq-content label {
    display: flex;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(to right, #0B92D6, #9747FF);
    width: 104px;
    height: 40px;
    align-items: center;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 0 auto;
    line-height: initial;
}

.faq-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}


.faq-div {
    background-color: #F5F5F5;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
}

.question {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-weight: 300;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 24px;
    color: #747474;
    font-weight: 400;
    font-size: 18px;
}

.faq-content {
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.faq-content h3 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 30px;
}

.faq-content p {
    color: #fff !important;
    margin: 0 auto;
    margin-top: 12px;
    max-width: 458px;
}

.footer-logo img {
    max-width: 100px;
}

.footer-logo p {
    font-size: 14px;
    color: #333;
}

.footer-column h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a:hover {
    color: #000;
}

.social-icons a:hover {
    color: #000;
}

.text-muted {
    font-size: 16px;
    margin-bottom: 0;
    font-family: system-ui;
    font-weight: 500;
}

.footer-container {
    width: 100%;
    max-width: 1600px;
    padding: 0 40px;
    padding-top: 60px;
    margin: 0 auto;
}

p.footer-text {
    margin-top: 40px;
}

.footer-container h5 {
    font-size: 21px;
    font-weight: 600;
}

.list-unstyled li {
    margin-top: 25px;
}

.list-unstyled a {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    gap: 9px;
    line-height: normal;
}

.social-icons {
    margin-top: 20px;
}

.copyright {
    margin-top: 60px;
    padding: 20px;
    border-top: 1px solid #000;
}


.footer-btns button {
    font-size: 12px;
    border-radius: 30px;
    background: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.footer-btns button img {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 1600px) {
    .navbar-brand img {
        height: 95px;
        width: 95px;
    }

    .navbar-nav .nav-link {
        margin-right: 10px;
        font-size: 14px;
    }

    .episodes-grid {
        gap: 15px;
        grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
    }

    .episode .episode-banner {
        height: 212px;
        width: 190px;
        object-fit: cover;
    }

    .episode h4 {
        font-size: 20px;
    }

    .users {
        font-size: 12px;
        padding: 1px 8px;
    }

    .episode-properties img {
        width: 20px;
    }

    .podcast-slider img {
        height: 450px;
        width: 100%;
    }


}