.keynote-speakers-content {
    margin-top: 8px;
    position: absolute;
    top: 65%;
    width: 100%;
}

.keynote-speaker-heading {
    font-family: 'Rakuten Sans App Bold';
}

.keynote-speaker-title {
    color: #0F0F0F;
    text-align: center;
    font-family: 'Rakuten Sans App SemiBold';
    font-size: 22px;
    text-transform: uppercase;
}

.keynote-speaker-sub-title {
    font-size: 11px;
    text-align: center;
    font-family: 'Rakuten Sans App Regular';
}

/* .keynote-carousel-div {
    margin-top: 51px;
} */
.keynote-speaker-logo1 {
    width: 30%;
    height: 30%;
}

.keynote-speaker-logo2 {
    width: 38%;
    height: 40%;
}

.keynote-speaker-logo3 {
    width: 22%;
    height: 30%;
}
.keynote-speaker-logo4 {
    width: 40%;
    height: 30%;
}
/* .carousel-indicators {
    z-index: 0;
    position: relative;
    margin: 0;
    padding: 0;
  } */

@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .keynote-speaker-title {
        color: #0F0F0F;
        text-align: center;
        font-family: 'Rakuten Sans App SemiBold';
        font-size: 17px;
        text-transform: uppercase;
    }

    .keynote-speaker-sub-title {
        font-size: 0.587rem;
        text-align: center;
    }

    .keynote-speaker-logo1 {
        width: 30%;
        height: 30%;
    }

    .keynote-speaker-logo2 {
        width: 40%;
        height: 30%;
    }

    .keynote-speaker-logo3 {
        width: 26%;
        height: 26%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .keynote-speaker-title {
        font-size: 1.2rem;
        text-align: center;
        font-family: 'Rakuten Sans App SemiBold';
        margin-bottom: 5px;
    }

    .keynote-speaker-sub-title {
        font-size: 0.9rem;
        text-align: center;
    }

    .keynote-speaker-logo1 {
        width: 34%;
        height: 30%;
    }

    .keynote-speaker-logo2 {
        width: 40%;
        height: 30%;
    }

    .keynote-speaker-logo3 {
        width: 27%;
        height: 30%;
    }
    .keynote-speaker-logo4 {
        width: 46%;
        height: 30%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .bio {
        height: 21vh;
        overflow-y: auto;
    }
    .keynote-speakers-mobile .carousel-control-next,
    .keynote-speakers-mobile .carousel-control-prev {
        display: block;
    }

    .keynote-speakers-mobile .courosal-controll img {
        margin-top: 4px;
    }

    .keynote-speakers-mobile .carousel-indicators [data-target] {
        max-width: 5rem;
        min-width: 3rem;
    }

    .keynote-speakers-content {
        margin-top: -20px;
    }
    .keynote-speaker-title {
        font-size: 2rem;
        text-align: center;
        font-family: 'Rakuten Sans App SemiBold';
        margin-bottom: 5px;
    }

    .keynote-speaker-sub-title {
        font-size: 0.9rem;
        text-align: center;
    }

    .keynote-speaker-logo1 {
        width: 30%;
        height: 30%;
    }

    .keynote-speaker-logo2 {
        width: 40%;
        height: 30%;
    }

    .keynote-speaker-logo3 {
        width: 25%;
        height: 30%;
    }

    .keynote-speaker-logo4 {
        width: 38%;
        height: 30%;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .bio {
        height: 21vh;
        overflow-y: auto;
    }
    .rtc-modal-lg {
        max-width: 85%;
        margin: auto;
    }
    .keynote-speakers-content {
        margin-top: 3px;
    }
    .keynote-speaker-title {
        font-size: 6vw;
        text-align: center;
        font-family: 'Rakuten Sans App SemiBold';
        margin-bottom: 5px;
    }

    .keynote-speaker-sub-title {
        font-size: 3.2vw;
        text-align: center;
    }

    .keynote-speaker-logo1 {
        width: 30%;
        height: 30%;
    }

    .keynote-speaker-logo2 {
        width: 40%;
        height: 30%;
    }

    .keynote-speaker-logo3 {
        width: 2%;
        height: 30%;
    }
    .keynote-speaker-logo4 {
        width: 38%;
        height: 30%;
    }
}

@media (min-width: 768px) {}



@media (max-width: 1920px) {
    .speaker-background {
        position: absolute;
        height: 120%;
        width: 60%;
        background-image: url(../assets/session\ speaker/Vector.svg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
        opacity: 0.8;
        margin-top: 0%;
        margin-left: -100px;
    }
}

.transparent-card {
    background-color: transparent;
    border: none;
    /* Remove the card's border if needed */
    box-shadow: none;
    /* Remove the card's shadow if needed */
}