@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');


body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

.render_logo {
    position: absolute;
    top: 15px;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
}

.render_logo img {
    height: 35px;
}

.premium-header {
    background: #0f0b0c;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    padding: 15px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    visibility: hidden;
}


.navbar .nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.nav-links li a {
    text-decoration: none;
    color: #B7B6B6;
    font-weight: 500;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.nav-links li a:hover {
    color: #ffffff;
}

.nav-links li a.active {
    color: #ffffff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}


.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #9d9d9d;
}

.header-actions .register {
    width: 142px;
    height: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .navbar {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 999;
        background-color: #0f0b0c;
        border-top: 1px solid #dedede47;
        align-items: unset;
    }

    .navbar.active {
        left: 0;
    }

    .nav-links {
        flex-direction: column;
        padding: 30px;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links li a {
        font-size: 20px;
    }
}


.banner_wrap {
    background-color: #0F0B0C;
    padding: 7rem 0rem 7rem;
    background-image: url(../img/all-images/Derms-black.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right 100%;
}

.banner_content {
    position: relative;
}

.bannerLeft_content span {
    font-size: 18px;
    color: #DBDADB;
    font-weight: 700;
    line-height: 160%;
    margin: 0px 0px 0px;
}

.bannerLeft_content h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin: 25px 0px 25px;
    line-height: 100%;
    font-family: "Poppins", sans-serif;
}

.bannerLeft_content p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 160%;
    margin: 0px 0px 0px;
}

.bannerLeft_content p span {
    display: block;
    font-weight: 600;
    font-size: 23px;
}

.bannerLeft_content .register {
    width: 142px;
    height: 48px;
    border: 1px solid #C9231D;
    border-radius: 8px;
    color: #ffffff;
    background-color: #C9231D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 50px;
}

.main_wrap {
    margin-top: 4rem;
}

.event_content {
    display: flex;
    gap: 25px;
}

.event_content .event_left {
    width: 55%;
}

.event_content .event_left h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110.00000000000001%;
    color: #0F0B0C;
    margin: 0px 0px 28px;
}

.event_content .event_left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #0F0B0C;
    margin: 0px 0px;
}

.event_content .event_left p span {
    font-weight: 500;
    color: #C9231D;
}


.event_content .event_right {
    width: 45%;
}

.event_right img {
    width: 100%;
    border-radius: 16px;
    height: 355px;
    object-fit: cover;
}

.event_images {
    margin-top: 3rem;
}

.event_images {
    margin-top: 3rem;
    display: flex;
    column-gap: 20px;
}

.event_leftImages {
    width: 50%;
}

.event_rightImages {
    width: 50%;
    display: flex;
    column-gap: 20px;
}

.event_images img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.banner_star {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 8rem;
}

.banner_star img {
    height: 32px;
}

.titles {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.titles h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 110.00000000000001%;
    color: #0F0B0C;
    margin: 0px 0px 28px;
}

.notes_titile h2 {
    font-weight: 500;
    font-size: 24px;
}

.titles p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 0px;
}

.atend_list ul {
    margin-bottom: 0px;
}

.atend_list ul li p {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    font-family: "Poppins", sans-serif;
}

.speakers_section {
    background-color: #FFF5D9;
}

.speakers_row {
    row-gap: 25px;
}

.speakers_col {
    border-radius: 16px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

.speakers_col img {
    width: 100%;
    margin-bottom: 22px;
    height: 270px;
    object-fit: cover;
}

.speakers_col h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
}

.speakers_col p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 22px;
}

.different_title {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.different_title h2 {
    width: 50%;
    text-align: left;
    margin-bottom: 0px;
}

.different_title p {
    width: 40%;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.different_col {
    background-color: #1C1A1A;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    padding: 45px 40px 8rem;
    height: 100%;
}

.different_col h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem;
}

.different_col ul {
    color: #fff;
}

.different_col ul li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 5px 0px;
}

.different_col h2 {
    font-weight: 400;
    font-size: 250px;
    line-height: 70%;
    color: #fff;
    font-family: "Syne", sans-serif;
    position: absolute;
    bottom: -50px;
}

.schedule_tabs {
    background-color: #0F0B0C;
    border-radius: 16px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule_tabs .nav-tabs {
    border: none;
}

.schedule_tabs .nav-tabs .nav-link {
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.schedule_tabs .nav-tabs .nav-link i {
    margin-right: 5px;
}

.schedule_tabs .nav-tabs .nav-link.active {
    color: #1C1A1A;
}

.schedule_tabs p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.scheduleTab_content {
    margin-top: 1.5rem;
}

.scheduleTab_content .tab-pane .tab-paneInner {
    background-color: #FFF5D9;
    padding: 20px;
    margin-top: 1.5rem;
    border-radius: 18px;
}

.tab_content_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.tab_content_title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 0px;
    color: #0F0B0C;
}

.tab_content_title h3 span {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.tab_content_title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0px;
}

.tab_contentInner span {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.tab_contentInner ul {
    margin-bottom: 0px;
    padding-left: 18px;
}

.tab_contentInner ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin: 6px 0px;
}

.networking_col {
    text-align: center;
    padding: 30px;
    border-radius: 16px;
    background-color: #F3F3F3;
    margin-top: 1.5rem;
}

.networking_col h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 0px;
    color: #0F0B0C;
}

.networking_col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin: 10px 0px;
    color: #3F3C3D;
}

.networking_col h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 0px;
}

.colums_section {
    background-color: #1A1A1A;
}

.white_col {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 16px;
    height: 100%;
}

.white_col h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #C9231D;
    margin-bottom: 1rem;
}

.white_col span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 1rem;
    display: block;
}

.white_col ul {
    color: #000000;
    margin-bottom: 0px;
    padding-left: 20px;
}

.white_col ul li p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    display: block;
    margin: 0px 0px;
}

.notes_section {
    margin-bottom: 8rem;
}

.notes_wrap {
    background-color: #FBF0EA;
    border: 1px solid;
    border-radius: 12px;
    border-color: #FF5B28;
    padding: 40px;
}

.note_col {
    padding: 10px 0px;
}

.note_col p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    margin: 0px 0px 0px;
}

.note_col p span {
    display: block;
    color: #C9231D;
}



.register_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-top: 1.2px solid #fff;
    background-color: #fff;
    padding: 15px 0px;
    box-shadow: 0 0 5px #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.register_fixed.show {
    transform: translateY(0);
    /* visible on scroll */
}

.register_fixed span {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 160%;
    margin: 0px 0px 0px;
}

.register_fixed .register {
    width: 142px;
    height: 48px;
    border: 1px solid #C9231D;
    border-radius: 8px;
    color: #ffffff;
    background-color: #C9231D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.register_modalBody .form-control {
    font-size: 14px;
    height: 40px;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    border-color: #dedede;
    color: #000000;
    -moz-appearance: auto;
    appearance: auto;
}

.register_modalBody .form-control::placeholder {
    color: #000000;
}

.register_modalBody .btn {
    width: 142px;
    height: 40px;
    border: 1px solid #C9231D;
    border-radius: 6px;
    color: #ffffff;
    background-color: #C9231D;
    display: block;
    align-items: center;
    font-weight: 600;
    margin: 0px auto;
    font-size: 14px;
}


/* slider css */
.swiper-container {
    width: 100%;
    height: 100%;
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} */
.swiper-button-next,
.swiper-button-prev {
    background-image: unset;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 5px #00000075;
    border-radius: 100%;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .bannerLeft_content span {
        font-size: 16px;
    }

    .bannerLeft_content h2 {
        font-size: 35px;
    }

    .bannerLeft_content p {
        font-size: 18px;
    }

    .bannerLeft_content p span {
        font-size: 20px;
    }

    .bannerLeft_content .register {
        margin-top: 25px;
    }

    .main_wrap {
        margin-top: 2rem;
    }

    .notes_section {
        margin-bottom: 10rem;
    }

    .event_content {
        flex-direction: column;
        gap: 20px;
    }

    .event_content .event_left {
        width: 100%;
    }

    .event_content .event_left h2 {
        font-size: 30px;
        margin: 0px 0px 20px;
    }

    .event_content .event_left p {
        font-size: 16px;
    }

    .event_content .event_right {
        width: 100%;
    }

    .event_right img {
        height: auto;
    }

    .titles {
        margin-bottom: 2rem;
        max-width: 90%;
    }

    .titles h2 {
        font-size: 30px;
        margin: 0px 0px 20px;
    }

    .atend_list ul li p {
        font-size: 18px;
    }

    .different_title {
        flex-direction: column;
    }

    .different_title h2 {
        width: 100%;
        text-align: center;
    }

    .different_title p {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .different_col {
        border-radius: 25px;
        padding: 30px 30px 8rem;
        height: auto;
    }

    .different_col h3 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .different_col ul {
        padding-left: 20px;
    }

    .different_col ul li p {
        font-size: 16px;
    }

    .schedule_tabs .nav-tabs .nav-link {
        font-size: 16px;
        padding: 5px 8px;
        font-weight: 600;
    }

    .schedule_tabs p {
        font-size: 16px;
    }

    .scheduleTab_content {
        margin-top: 1rem;
    }

    .scheduleTab_content .tab-pane .tab-paneInner {
        padding: 15px;
        margin-top: 1rem;
        border-radius: 15px;
    }

    .tab_content_title {
        gap: 15px;
    }

    .tab_content_title h3 {
        font-size: 20px;
    }

    .tab_content_title p {
        font-weight: 500;
        font-size: 16px;
    }

    .networking_col {
        padding: 20px;
        border-radius: 15px;
    }

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

    .networking_col h3 {
        font-size: 20px;
    }

    .white_col {
        padding: 20px;
        border-radius: 15px;
    }

    .white_col h4 {
        font-size: 16px;
    }

    .white_col span {
        font-size: 16px;
    }

    .white_col ul li p {
        font-size: 16px;
        margin: 5px 0px;
    }

    .notes_wrap {
        padding: 20px;
    }

    .register_fixed {
        flex-direction: column;
        gap: 10px;
    }

    .register_fixed span {
        font-size: 16px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        visibility: visible;
    }

    .speakers_section {
        background-color: transparent;
    }

    .speakers_col {
        position: relative;
    }

    .speakers_col img {
        height: 325px;
        margin-bottom: 0px;
    }

    .speakers_col .speakers_content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        background-color: #fff;
        border-radius: 10px;
        width: 90%;
        margin: 0px auto;
        padding: 10px 5px;
    }

    .speakers_col p {
        margin-bottom: 0px;
    }

}

@media screen and (max-width:576px) {
    .render_logo img {
        height: 30px;
    }

    .speakers_row {
        justify-content: center;
        row-gap: 10px;
    }

    .speakers_row .col-sm-6.col-6:nth-child(odd) {
        padding-right: 5px;
    }

    .speakers_row .col-sm-6.col-6:nth-child(even) {
        padding-left: 5px;
    }

    .speakers_col img {
        height: 175px;
    }

    .speakers_col h3 {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .speakers_col .speakers_content {
        padding: 5px 5px;
    }

    .speakers_col p {
        font-size: 10px;
    }

    .schedule_tabs {
        padding: 15px 10px;
    }

    .schedule_tabs .nav-tabs .nav-link {
        padding: 5px 8px;
    }

    .schedule_tabs .nav-tabs .nav-link {
        font-size: 14px;
    }

    .schedule_tabs p {
        font-size: 14px;
    }

    .tab_content_title {
        flex-direction: column;
        gap: 10px;
    }
}