@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
.logo-img {
    height: 90px !important;
    width: 180px !important;
}
.img-fluid {
    width: 100% !important;
    height: 100% !important;
}
.btn-primary {
    background-color: #ba1592 !important;
    border-color: #ba1592 !important;
}
.text-pink {
    /* color: #ba1592 !important; */
    color: #fa0368;
}
.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.75) !important;
    animation: fadeDown 1s ease-in-out;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.speakers-bg {
    background-image: url("../../img/speaker_bg.png");
}
.text-purple {
    color: #3b1d82 !important;
}
.bg-purple {
    background-color: #26185c;
}
.zigzag-underline {
    background-image: url("../../img/zigzag_purple.png");
    background-repeat: no-repeat;
    background-position: center;
}
.speaker-card .image-container {
    position: relative;
    max-width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

.speaker-card .image-container img {
    transition: transform 0.3s ease;
}

.speaker-card .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 29, 130, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.speaker-card .image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2em;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.speaker-card .image-container .overlay i {
    display: none;
}

.speaker-card:hover .image-container img {
    transform: scale(1.2);
}

.speaker-card:hover .image-container::before,
.speaker-card:hover .image-container .overlay {
    opacity: 1;
    z-index: 1;
}

.speaker-card:hover .image-container .overlay i {
    display: block;
}
.text-muted {
    color: #888888 !important;
}
.fs-14 {
    font-size: 14px;
}
.ls-14 {
    letter-spacing: 1.4px;
}
.lh-18 {
    line-height: 1.8 !important;
}
.image-container {
    position: relative;
    width: 100%;
    height: fit-content;
    max-height: 550px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.bg-lightpink {
    background-color: #faf4fe;
}
.join-event-bg {
    background-color: #f9fafc;
}
.text-gray {
    line-height: 26px;
    color: #888888;
}
.font-poppins {
    font-family: "Poppins", sans-serif !important;
}
.fs-15 {
    font-size: 15px;
}
.btn-pink {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #ff007a;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
.btn-pink:hover {
    background: #d20055;
}
.single-intro-text img {
    position: absolute;
    right: -10px;
    top: 20px;
    font-size: 55px;
    color: #bababa;
}
.single-intro-text {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
    background-color: white;
    overflow: hidden;
    padding: 40px 45px 40px 40px;
}
.single-intro-text .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e7015e;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
}
.facts-figures-bg {
    background-image: url("../../img/counter-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-list .counter-text .rs-count:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.counter-list .counter-text .rs-count {
    font-size: 45px;
    /* line-height: 66px; */
    position: relative;
}
.py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}
.bg-linear {
    /* background: linear-gradient(160deg, #ff0066 0%, #d41872 40%,  #612EA7 100%); */
    background: linear-gradient(160deg, #ff0066 0%, #d41872 50%, #a445b2 100%);
}
.px-23 {
    padding-left: 11px !important;
    padding-right: 12px !important;
}
.visit-btn {
    position: relative;
    display: inline-block;
    color: #ffffff;
    transition: all ease 0.3s;
    overflow: hidden;
    padding: 8px 25px 9px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    /* background: linear-gradient(160deg, #ff0066 0%, #d41872 80%, #a445b2 168%); */
    background: linear-gradient(160deg, #ff0066 0%, #d41872 50%, #a445b2 100%);
    text-decoration: none;
}

.visit-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120%;
    background: #612ea7;
    left: 0;
    top: 100%;
    border-radius: 5px;
    transform: scale(1.8) rotate(-13deg);
    transition: all 0.5s;
    opacity: 0;
    z-index: 0;
}

.visit-btn:hover::before {
    top: 0;
    opacity: 1;
}

.visit-btn span {
    position: relative;
    z-index: 1;
}

.visit-btn i {
    position: relative;
    transition: left 0.3s ease;
    left: 3px;
}

.visit-btn:hover i {
    left: 8px;
}
.rs-footer {
    background-image: url("../../img/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.rs-footer a {
    text-decoration: none;
}
.rs-footer a:hover {
    color: #fa0368 !important;
    transition: all ease 0.3s;
}
.footer-bottom {
    background: rgba(0, 0, 0, 0.05);
}
.page-banner-area {
    background-image: url("../../img/banner_bg.jpg");
    position: relative;
    min-height: 280px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}
.conference-page-banner-area {
    background-image: url("../../img/banner_bg.jpg");
    position: relative;
    min-height: 100px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}
.page-banner-title {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.card-shadow {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}
.fs-16 {
    font-size: 16px !important;
}

.detail-image-container {
    position: relative;
    text-align: center;
    width: 100% !important;
    height: 100vh !important;
    color: white;
}

.detail-image-container img {
    width: 100%;
    /* height: 75% !important; */
    display: block;
}

.detail-image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(47, 3, 148, 0.9) 25%,
        rgba(70, 45, 129, 0.9) 50%,
        rgba(141, 11, 147, 0.7) 100%
    );
    z-index: 1;
}

.detail-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
}
.fs-52 {
    font-size: 52px !important;
}
.bg-light-pink {
    background-color: #faf4fe;
}
.ticket-card-shadow {
    box-shadow: 0px 0px 10px 0px #eee;
}
.dash-border {
    border: 1px dashed #3f2f2f;
}
.carousel-item{
    height: 700px !important;
}
.btn-book-ticket:hover {
    color: #fff !important;
    background-color: #ff007a !important;
    transition: all ease 0.8s;
}
.bg-purple-linear{
    background: linear-gradient(150deg, #1a0d86 0%, #602c90 100%);
}
.nav-pills.faqs .active{
    color: #ff007a ;
}
.conference_tabs li.active{
    background-color: #d41872 !important;
}
.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
}
@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (min-width: 1200px) and (max-width: 1400px) {

}

@media (min-width: 992px) and (max-width: 1200px) {
    .speaker-card .image-container {
        position: relative;
        max-width: 220px;
        height: 220px;
    }
    .carousel-item{
        height: 600px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .carousel-item{
        height: 500px !important;
    }
    .counter-list .counter-text .rs-count {
        font-size: 35px;
    }
    .fs-52 {
        font-size: 42px !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .carousel-item{
        height: 450px !important;
    }
    .counter-list .counter-text .rs-count {
        font-size: 30px;
    }
    .fs-52 {
        font-size: 38px !important;
    }
}

@media (min-width: 300px) and (max-width: 576px) {
    .carousel-item{
        height: 400px !important;
    }
    .counter-list .counter-text .rs-count {
        font-size: 25px;
    }
    .fs-52 {
        font-size: 35px !important;
    }
    #get_experience_cms .overlay-text{
        left: 5% !important;
        top: 15% !important;
        transform: translate(-3%, -5%) !important;
    }
}

@media (max-width: 300px) {
    .carousel-item{
        height: 380px !important;
    }
    .counter-list .counter-text .rs-count {
        font-size: 25px;
    }
    .fs-52 {
        font-size: 30px !important;
    }
}
@media (max-width: 992px) {
    .offcanvas {
        background: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
    }
}
@media (max-width: 576px) {
    .logo-img {
        height: 70px !important;
        width: 130px !important;
    }
    .offcanvas {
        background: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
    }
    .abstract-card-width{
        width: 100% !important;
    }
    .fs-6, h6{
        font-size: 15px !important;
    }
    .fs-5, h5{
        font-size: 16px !important;
    }
    .fs-4, h4{
        font-size: 18px !important;
    }
    .fs-3, h3{
        font-size: 20px !important;
    }
    .fs-2, h2{
        font-size: 26px !important;
    }
    .fs-1, h1{
        font-size: 30px !important;
    }
}