@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    mix-blend-mode: normal;
    background-color: #131313;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 1268px;
}

/*================================================
 Header Section Start
=================================================*/

header {
    padding: 7px 0;
    background-color: #ffff;
}

.header .container {
    max-width: 1400px;
}

/*  Navigation  */

.navbar-nav {
    display: flex;
    gap: 35px;
}

.nav-link {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0;
    display: block;
}

.nav-link:hover {
    color: #3d3d81;
    /* font-weight: 600; */
    text-shadow: 0 0 0.01px currentColor;
}

.nav-link::after {
    content: "";
    position: absolute;
    background-color: #4473ff;
    height: 1px;
    width: 0px;
    left: 0px;
    bottom: -6px;
    transition: 0.3s;
}

.nav-link:hover::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.nav-link.active {
    color: #131313 !important;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

/*  Dropdown  */

header .dropdown-toggle::after {
    top: 2px;
    position: relative;
}

header .dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover>.dropdown-menu,
.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.dropdown-item {
    color: #fff;
    background-color: #4a63ff;
    padding: 10px !important;
}

.list-unstyled .dropdown-item {
  padding: 8px 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: -50%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    float: left;
    margin: 25px 0 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #05102c;
    border: none;
    border-radius: 20px;
    min-width: 200px;
    padding: 0;
    border-top: solid 3px #4a63ff;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    transition:
        opacity 0.3s ease-out,
        visibility 0.3s ease-out,
        margin 0.3s ease-out;
    display: inherit;
    overflow: hidden;
}

.dropdown-menu li a,
ul.dropdown-menu li a {
    border-bottom: solid 1px #4a63ff;
    padding: 9px 14px;
    position: relative;
    font-size: 16px;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.dropdown-menu li a:hover,
ul.dropdown-menu li a:hover {
    background-color: #05102c;
    color: #fff;
}

.down-icon svg {
    transition: transform 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .down-icon svg {
    transform: rotate(180deg);
}

/*  Logo  */

.logo img {
    width: auto;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.logo .border-line {
    height: 100%;
    width: 0.5px;
    background-color: #000;
    min-height: 72px;
}

/*  Mobile Menu  */

.header-hamburger {
    width: 40px;
    display: flex;
    align-items: center;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1111111;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu .nav-link {
    font-size: 18px;
    padding: 10px 0;
}

.mobile-menu svg path {
    fill: #000;
}

.mobile-content {
    overflow-y: auto;
    height: 96%;
}

.menu-close {
    padding: 1rem 2.5rem 1rem 2rem;
    font-size: 1.5rem;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -18px;
}

.menu-content {
    padding: 0 2rem 0;
}

.mobile-menu .menu-content .navbar-nav li.nav-item {
    flex-direction: column;
}

.mobile-menu .menu-content .navbar-nav .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mobile-menu .menu-content .dropdown-toggle::before {
    display: none;
}

/*  Mobile Dropdown  */

.mobile-menu .dropdown ul {
    background-color: #fff;
    padding: 10px;
}

.mobile-menu .dropdown ul li {
    padding: 8px 0;
    border-bottom: solid 1px #f2f2f2;
}

.mobile-menu .nav-link.collapsed .down-icon svg {
    transform: rotate(0deg) !important;
}

.mobile-menu .nav-item.dropdown .down-icon svg {
    transform: rotate(180deg);
}

/*  Mobile Menu List  */

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

.menu-list .nav-item.dropdown .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0px, 10px, 0px) !important;
    width: 100%;
}

.menu-list .nav-item.dropdown li a {
    color: #fff;
}

/*  Mobile Logo  */

.mobile-logo-container {
    text-align: center;
    padding: 10px 0;
}

.mobile-logo-container a.m-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto 40px;
}

.mobile-logo-container .btn-action {
    gap: 20px;
    display: flex;
    justify-content: center;
    background-color: #000;
}

.mobile-logo-container .btn-action a {
    background-color: #000;
    border: none;
}

.mobile-logo-container .btn-action a:hover {
    background-color: #000;
}

/*   Mobile Footer  */

.mobile-link {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.mobile-link a {
    color: #000 !important;
    line-height: normal;
}

.mobile-footer {
    padding: 1rem 1rem;
    border-top: solid 1px #f2f2f2;
    margin: 20px 10px 5px;
}

.mobile-footer p {
    color: #000;
    font-size: 14px;
    text-align: center;
}

/*   Fixed Header  */

#fixed-header {
    position: fixed;
    width: 100%;
    transition: all 0.5s;
    top: 10px;
    z-index: 11;
    background-color: #fff;
}

#fixed-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 2px 6px #999;
    z-index: 999 !important;
    padding: 0px 40px;
    min-height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

/*   Miscellaneous  */

.list-unstyled li a {
    padding: 4px 0;
}

/*================================================
 Header Section End
=================================================*/

/*================================================
 Partner Section Start
=================================================*/
.partner-section {
    padding: 0 0 50px;
}

.partner-heading {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 27px;
    display: flex;
    gap: 8px;
}

.partner-logo-card {
    background: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partner-logo-card img {
    width: 100%;
    border-radius: 10px;
}

.partner-content-card {
    background: #000c21;
    border: 1px solid #ab78e9;
    border-radius: 32px;
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner-content-card h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
}

.partner-content-card p {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.4px;
}

/* Tablet */
@media (max-width: 991.98px) {
    .partner-logo-card {
        min-height: 280px;
    }

    .partner-content-card {
        padding: 30px;
    }

    .partner-content-card h2 {
        font-size: 1.75rem;
    }

    .partner-content-card p {
        font-size: 1.1rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .partner-section {
        padding: 60px 0;
    }

    .partner-logo-card {
        min-height: 220px;
        padding: 30px;
    }

    .partner-logo-card img {
        max-width: 160px;
    }

    .partner-content-card {
        border-radius: 20px;
        padding: 24px;
        text-align: center;
    }

    .partner-content-card h2 {
        font-size: 1.4rem;
    }

    .partner-content-card p {
        font-size: 1rem;
        line-height: 1.7;
    }
}

/*================================================
 Partner Section End
=================================================*/
/*================================================
 progress Section Start
=================================================*/

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ab78e9;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #ab78e9, #ab78e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ab78e9;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*================================================
 progress Section End
=================================================*/

/*================================================
 featured-print Section Start
=================================================*/
.featured-print-section {
    position: relative;
    padding-top: 120px;
}

.featured-print-section .partner-heading {
    margin-bottom: 35px;
}

.featured-print-section .row {
    --bs-gutter-x: 80px;
}

.featured-print-section .accordion-header h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    padding-right: 26px;
    margin-bottom: 14px;
}

.featured-print-section .accordion-header .accordion-button.collapsed h4 {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-print-section .accordion-header .accordion-button.collapsed small {
    display: none;
}

.featured-print-section .accordion-header .accordion-button.collapsed .article-tag {
    display: none;
}

.featured-print-section .accordion-header small {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: normal;
}

.featured-wrapper {
    background: #000c21;
    border: 1px solid #ab78e9;
    border-radius: 28px;
    padding: 50px;
    margin-bottom: 80px;
}

.featured-wrapper .section-heading {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 35px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 32px;
    color: #fff;
}

.top-arrow {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.article-tag {
    display: inline-block;
    border: 1px solid #6246ea;
    border-radius: 50px;
    padding: 8px 18px;
    margin-bottom: 24px;
    font-size: 14px;
}

.article-title {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 16px;
}

.article-date {
    color: #b0b0b0;
    margin-bottom: 20px;
}

.article-description {
    color: #d2d2d2;
    line-height: 1.8;
    margin-bottom: 30px;
}

.read-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 60px;
}

.read-link .arrow-left {
    transition: transform .35s ease;
}

.read-link:hover .arrow-left {
    transform: translateX(10px);
}

.mini-card {
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.mini-arrow {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.custom-accordion .accordion-item {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding: 40px 24px;
    position: relative;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
}

.custom-accordion .accordion-body {
    color: #d0d0d0;
    padding: 0 24px 24px;
}

.custom-accordion .accordion-body p {
    font-size: 16px;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    line-height: 130%;
}

.custom-accordion .accordion-button::after {
    background-image: url(../images/accordion-arrow.svg);
    background-size: 30px;
    width: 30px;
    height: 30px;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url(../images/accordion-arrow-bg.svg);
    background-size: 30px;
    width: 30px;
    height: 30px;
    width: 30px;
    height: 30px;
    top: 40px;
    position: absolute;
    right: 24px;
}

.article-tag {
    display: inline-block;
    border: 1px solid #6c4cff;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.read-link span {
    font-size: 16px;
    color: #bababa;
    line-height: 130%;
    min-width: 180px;
    border-bottom: solid 1px #bababa;
    padding-bottom: 10px;
}


.read-link .arrow-left {
    position: relative;
}

/*================================================
 featured-print Section End
=================================================*/

/*================================================
 Webinar Section Start
=================================================*/

.webinar-section {
    padding-top: 120px;
}

.webinar-section .partner-heading {
    margin-bottom: 40px;
}

.webinar-section .section-heading {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 35px;
}

.webinar-section .quote-card {
    background: #000c21;
    border: 1px solid #ab78e9;
    border-radius: 30px;
    padding: 30px 40px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.webinar-section .quote-icon {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

.webinar-section .quote-icon img {
    max-width: 40px;
}

.webinar-section .quote-text {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 40px;
}

.webinar-section .author {
    margin-top: 30px;
}

.webinar-section .author h6 {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.webinar-section .author p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-weight: 300;
}

.slider-nav {
    margin-top: 40px;
    display: flex;
    gap: 12px;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 45px;
    height: 45px;
    border: 1px solid #3558ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.swiper-button-prev-custom svg path,
.swiper-button-next-custom svg path {
    stroke: #3558ff;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover,
.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
    background: #3558ff;
}

.swiper-button-prev-custom:hover svg path,
.swiper-button-next-custom:hover svg path,
.swiper-button-prev-custom.swiper-button-disabled svg path,
.swiper-button-next-custom.swiper-button-disabled svg path {
    stroke: #fff;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    transform: scale(1.05);
}

.swiper-button-prev-custom.active,
.swiper-button-next-custom.active {
    background: #6b46ff;
    border-color: #6b46ff;
}

.swiper-button-prev-custom.active img,
.swiper-button-next-custom.active img {
    filter: brightness(0) invert(1);
}

.swiper-button-prev-custom.disabled,
.swiper-button-next-custom.disabled {
    opacity: 0.4;
    pointer-events: none;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .quote-text {
        font-size: 18px;
    }

    .slider-nav {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .webinar-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .quote-card {
        padding: 25px;
        min-height: auto;
    }

    .quote-text {
        font-size: 16px;
    }
}

/*================================================
 Webinar Section End
=================================================*/

/*================================================
 Speakers Section Start
=================================================*/

.speakers-section {
    position: relative;
    padding-top: 120px;
}

.speakers-section .partner-heading {
    margin-bottom: 35px;
}

.speakers-section .section-heading {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 22px;
}

.speaker-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.speaker-prev,
.speaker-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #4a63ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.speaker-next {
    background: #4a63ff;
}

.speaker-prev:hover,
.speaker-next:hover {
    transform: translateY(-2px);
}

.speaker-card {
    background: #000c21;
    border: 1px solid #ab78e9;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    padding: 16px;
}

.speaker-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.speaker-content {
    padding-top: 24px;
}

.speaker-content h5 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 500;
}

.speaker-content p {
    font-size: 13px;
    color: #c8c8c8;
}

.swiper-slide {
    height: auto !important;
}

.speaker-content .social-links {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.speaker-content .social-links a {
    color: #fff;
}

.swiper-button-prev-custom2,
.swiper-button-next-custom2 {
    width: 45px;
    height: 45px;
    border: 1px solid #3558ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.swiper-button-prev-custom2 svg path,
.swiper-button-next-custom2 svg path {
    stroke: #3558ff;
}

.swiper-button-prev-custom2:hover,
.swiper-button-next-custom2:hover,
.swiper-button-prev-custom2.swiper-button-disabled,
.swiper-button-next-custom2.swiper-button-disabled {
    background: #3558ff;
}

.swiper-button-prev-custom2:hover svg path,
.swiper-button-next-custom2:hover svg path,
.swiper-button-prev-custom2.swiper-button-disabled svg path,
.swiper-button-next-custom2.swiper-button-disabled svg path {
    stroke: #fff;
}

.swiper-button-prev-custom2:hover,
.swiper-button-next-custom2:hover {
    transform: scale(1.05);
}

.swiper-button-prev-custom2.active,
.swiper-button-next-custom2.active {
    background: #6b46ff;
    border-color: #6b46ff;
}

.swiper-button-prev-custom2.active img,
.swiper-button-next-custom2.active img {
    filter: brightness(0) invert(1);
}

.swiper-button-prev-custom2.disabled,
.swiper-button-next-custom2.disabled {
    opacity: 0.4;
    pointer-events: none;
}

@media (max-width: 767px) {
    .speaker-title {
        font-size: 36px;
    }

    .speaker-img {
        height: 280px;
    }
}

.speaker-card {
    overflow: hidden;
}

.speaker-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .5s ease;
}

.speaker-card:hover .speaker-img {
    transform: scale(1.08);
}

/*================================================
 Speakers Section End
=================================================*/

/*================================================
 Event Section Start
=================================================*/

.event-section {
    position: relative;
    padding-top: 120px;
}

.event-section .accordion-body {
    padding: 0;
    padding-top: 60px;
    max-width: 96%;
    margin: 0 auto;
}

.event-section .accordion-body .row {
    --bs-gutter-x: 37px;
     --bs-gutter-y: 37px;
}

.event-section .partner-heading {
    margin-bottom: 35px;
}

.event-acc-item {
    background: transparent;
    border: 0;
}

.event-acc-btn {
    padding: 0 0 0;
    background-color: transparent;
}

.event-section .custom-accordion .accordion-button::after {
    background-image: url(../images/accordion-arrow.svg);
    background-size: 30px;
    width: 30px;
    height: 30px;
}

.event-section .custom-accordion .accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url(../images/accordion-arrow-bg.svg);
    background-size: 30px;
    width: 30px;
    height: 30px;
    width: 30px;
    height: 30px;
    top: 40px;
    position: absolute;
    right: 24px;
}

.event-section .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.event-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.event-acc-btn::after {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-title-small {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.event-live {
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}

.event-heading {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 8px;
    max-width: 560px;
}

.event-desc {
    background: rgb(0, 0, 0);
    border-radius: 24px;
    padding: 25px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    min-height: 50%;
    letter-spacing: 0.5px;
}

.event-video-card {
    background: #000c21;
    border: 1px solid #ab78e9;
    border-radius: 24px;
    padding: 36px;
    height: 100%;
}

.video-wrapper {
    max-height: 320px;
    overflow: hidden;
    border-radius: 10px;
}

.video-wrapper img {
    width: 100%;
}

.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
}

.event-play {
    margin-top: 20px;
    color: #fff;
}

.event-section .accordion-header {
    margin-bottom: 0;
    border-bottom: solid 1px #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.event-section .event-title-small {
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
}

.event-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.svg);
    background-position: center;
    background-color: #4473ff;
    border: solid 1px #691fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-size: 16px;
    transform: rotate(0deg);
}

.event-section .accordion-button::after {
    background-image: url(../images/down-arrow.svg);
    background-position: center;
    border: solid 1px #691fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-size: 16px;
    transform: rotate(180deg);
}

.event-section .accordion-body .row {
    --bs-gutter-x: 37px;
    align-items: stretch;
}

.event-section .read-link span {
    min-width: 165px;
}

/*================================================
 Event Section End
=================================================*/

/*================================================
 campaign Section Start
=================================================*/
.campaign-section {
    position: relative;
    padding-bottom: 120px;
    padding-top: 120px;
}

.left-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.right-bg {
    position: absolute;
    right: 0;
    top: 0;
}

.campaign-section .partner-heading {
    margin-bottom: 30px;
}

.campaign-section .row {
    --bs-gutter-x: 24px;
     --bs-gutter-y: 24px;
}

.campaign-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #d9d9d9;
}

.campaign-section .campaign-title {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat, sans-serif;
    margin-bottom: 40px;
}

.campaign-image {
    border-radius: 30px;
    overflow: hidden;
}

.campaign-image img {
    border-radius: 30px;
    object-fit: cover;
}

.campaign-content {
    border: 1px solid #4a63ff;
    border-radius: 24px;
    padding: 32px;
    background: #05102c;
}

.campaign-content p {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 18px;
}

.campaign-content h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

/*================================================
 campaign Section End
=================================================*/

/*================================================
 hero Section Start
=================================================*/

.hero-section {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 30, 0.35);
}

.hero-section .container,
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: right;
    margin-left: auto;
    margin-top: 100px;
}

.hero-logo {
    max-width: 320px;
    width: 100%;
    margin-bottom: 25px;
}

.hero-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #131313;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 16px;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #ab78e9;
    color: #fff;
}

.hero-btn:hover svg path {
    stroke: #fff;
}

@media (max-width: 991px) {
    .dialogue-hero {
        min-height: 500px;
    }

    .dialogue-content {
        margin: 0 auto;
        text-align: center;
    }

    .dialogue-logo {
        max-width: 260px;
    }

    .dialogue-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .dialogue-hero {
        min-height: 420px;
    }

    .dialogue-logo {
        max-width: 220px;
    }

    .dialogue-text {
        font-size: 14px;
    }

    .dialogue-btn {
        padding: 10px 22px;
    }
}

/*================================================
 hero Section End
=================================================*/

/*================================================
 Footer Section Start
=================================================*/
.footer-section {
    padding-bottom: 64px;
}

.footer-inner {
    padding-top: 64px;
    border-top: solid 1px #383838;
}

.footer-section .nav-link {
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease;
    font-family: "Montserrat", sans-serif;
}

.footer-section .nav-link:hover {
    color: #cfcfcf;
}

.footer-section p {
    font-size: 16px;
    font-weight: 400;
}

.footer-section img {
    display: block;
    transition: transform 0.3s ease;
}

.footer-section a:hover img {
    transform: translateY(-2px);
}

.social-link {
    margin-top: 84px;
}

/*================================================
 Footer Section End
=================================================*/

/*================================================
 reponisve Section Start
=================================================*/
.read-link .arrow-left {
    transition: transform .35s ease;
}

/* Hover */
.read-link:hover span {
    color: #4473FF;
}

.read-link:hover span::after {
    background: #4473FF;
    transform: scaleX(1.1);
    transform-origin: left;
}

.read-link:hover .arrow-left {
    transform: translateX(8px);
}

.read-link:hover .arrow-left {
    animation: arrowMove .8s ease infinite alternate;
}

@keyframes arrowMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(8px);
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        position: relative;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: 0;
        padding: 0px;
    }

    .process-item {
        flex-wrap: wrap;
    }

    .footer-section .gap-lg-5 {
        gap: 80px !important;
    }

    .partner-section .col-lg-3 {
        width: 33%;
    }

    .partner-section .col-lg-9 {
        width: 67%;
    }

    .partner-row {
        --bs-gutter-x: 70px;
    }
}

@media (max-width: 1224px) {
    .logo img {
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        gap: 15px;
    }
    
}

@media (max-width: 1024px) {
    #fixed-header.fixed-header {
        padding: 0px 5px;
    }

    .dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target {
        height: 100% !important;
    }


    .social-link {
        margin-top: 24px;
    }

   .hero-logo {
    max-width: 200px;
   }

   .hero-text {
    font-size: 14px;
   }

   .hero-btn {
        padding: 6px 14px;
   }

   .hero-section {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
   }

   .left-bg {
    display: none;
   }

   .campaign-section .campaign-title {
        font-size: 32px;
   }

   .event-section .event-title-small {
        font-size: 28px;
   }

   .event-heading {
     font-size: 32px;
   }

   .speakers-section .section-heading {
     font-size: 32px;
   }

   .webinar-section .section-heading {
     font-size: 32px;
   }

   .webinar-section .quote-text {
    margin-bottom: 20px;
   }

   .featured-wrapper {
        padding: 20px;
   }

   .featured-wrapper .section-heading {
     font-size: 32px;
   }

   .featured-print-section .row {
    --bs-gutter-x: 0;
     --bs-gutter-y: 40px;
     flex-direction: column-reverse;
}

.partner-section .row {
   --bs-gutter-y: 30px;
}

.right-bg {
  display: none;
}
    
}

@media (max-width: 991.98px) {
    .event-desc {
        margin-top: 24px;
    }
}