@font-face {
    font-family: Gotham;
    src: url(../../fonts/Gotham-Black.otf);
}
@font-face {
    font-family: "Bariol Regular";
    src: url(../fonts/Bariol_Regular.otf);
}
#speakers {
    margin-top: 0px !important;
    margin-top: -50px !important;
    padding-top: 50px;
    /*display: none;*/
}
#sponsor {
}
.speakers {
    width: 100%;
}
.sponsor {
    padding-top: 50px;
    width: 100%;
}
.web {
    overflow-y: hidden;
}
.trgls {
    position: absolute;
    width: 80%;
    margin-left: 20%;
    margin-top: 18px;
}
.speakers-cards-container {
    margin: auto !important;
    margin-top: 45px !important;
    width: 100%;
}

.speakers-title {
    margin: auto;
}
.speakers-title-img {
    min-width: 286px;
    width: 35%;
}
.speaker-bg-tr-1 {
    position: absolute;
    opacity: 0.5 !important;
    width: 100% !important;
    height: 100% !important;
}
.speaker-bg-tr-2 {
    position: absolute;
    opacity: 0.5;
    width: 20%;
    height: 366px;
}
.speakers-card {
    background-image: url("../../img/speakers-sponsor/speaker-bg.png");
    background-size: cover;
    padding: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.speakers-card-1 {
    width: 360px;
    height: 453px;
}
.speakers-card-2 {
    margin-left: 20px;
    margin-right: 20px;
    width: 18%;
    height: 366px;
}
.speakers-card-3 {
    width: 14%;
    height: 300px;
    /* display: none !important; */
}
.speaker-img {
    margin-top: 50px;
    margin-bottom: 15px;
    width: 50%;
    border-radius: 50%;
    border: solid white 6px;
}
.speakers-card-1 .speaker-name {
    font-family: Gotham;
    font-weight: bold;
    line-height: 30px;
    font-size: 25px;
    position: relative;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
    color: white;
}
.speakers-card-2 .speaker-name {
    font-family: Gotham;
    font-weight: bold;
    line-height: 23px;
    font-size: 20px;
    position: relative;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
    color: white;
}
.speakers-card-3 .speaker-name {
    font-family: Gotham;
    font-weight: bold;
    line-height: 34px;
    font-size: 17px;
    position: relative;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
    color: white;
}
.speakers-card-1 .speaker-role {
    font-family: Bariol-Regular;
    font-size: 16px;
    color: white;
}
.speakers-card-2 .speaker-role {
    font-family: Bariol-Regular;
    font-size: 12px;
    color: white;
}
.speakers-card-3 .speaker-role {
    font-family: Bariol-Regular;
    font-size: 10px;
    color: white;
}
.mobile .speaker-name {
    font-family: Gotham;
    font-weight: bold;
    line-height: 21px;
    font-size: 16px;
    position: relative;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
    color: white;
}
.mobile .speaker-role {
    font-family: Bariol-Regular;
    font-size: 12px;
    color: white;
}

.sponsor-title {
    /* width: max-content; */
    margin: auto;
}
.sponsor-title-img {
    min-width: 286px;
    width: 35%;
}
.sponsor-img-container {
    width: 55%;
    margin: auto;
    margin-top: 40px;
}
.sponsor-img {
    min-width: 310px;
    width: 100%;
}

/* .web{
    display: none;
} */
.mobile {
    display: none;
}

.mobile .speakers-card {
    width: 248px !important;
    height: 316px !important;
    margin: auto;
}
.bx-prev,
.bx-next {
    display: none;
}
.bxslider {
    margin-top: 0 !important;
}
.bx-wrapper {
    width: fit-content;
    height: fit-content;
    border: none;
    margin: auto;
    margin-top: 30px;
}
.bx-viewport {
    width: 248px !important;
    height: 316px !important;
    margin: auto;
}

.mobile .speaker-bg-tr-1 {
    width: 66%;
    height: auto;
}
.speakers-slides-container {
    margin: auto;
    margin-top: 45px;
    width: 100%;
}

.bx-pager-item {
    cursor: pointer;
    height: fit-content;
    width: fit-content;
    margin: 0 2px;
    background-color: #ffffff;
    color: #ffffff !important;
    border-radius: 50%;
    border: solid 1px rgba(150, 14, 208, 0.5);
    /* display: inline-block; */
    /* opacity: 0.5; */
    transition: background-color 0.6s ease;
}
.bx-pager-link {
    margin: 0 !important;
    height: 6px !important;
    width: 6px !important;
    background-color: transparent !important;
    border-radius: 50%;
}
.active {
    height: 9px !important;
    width: 9px !important;
    background-color: #9b03cd !important;
    border: solid 1px #ffffff;
    opacity: 1;
}
.active .bx-pager-item {
    border: solid 1px rgba(150, 14, 208, 1);
}
.hi-slide {
    position: relative;
    width: 360px;
    height: 500px;
    margin: 0;
    /* margin-top: 19px; */
}
.hi-slide > ul > li {
    overflow: hidden;
    position: absolute;
}
@media (max-width: 700px) {
    .web {
        display: none;
    }
    .mobile {
        display: block;
    }
    .sponsor-img-container {
        width: 85%;
        margin-top: 40px;
    }
}
