@import url('https://fonts.googleapis.com/css2?family=Story+Script&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --primary-dark: #120a3d;
    --accent-green: #68da23;
    --bg-light: #f8f9fa;
    --text-gray: #6b7280;
    --muted-gray: #9ca3af;
    --icon-bg: #68da23
}

body {
    overflow-x: hidden
}

.grecaptcha-badge {
    display: none
}

div#translate-btn {
    margin-left: 0;
    margin-right: 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif
}

p,
span {
    font-family: "Noto Serif", serif
}

.event-title span {
    font-family: "Poppins", sans-serif
}

.banner {
    position: relative;
    z-index: 3;
    padding: 250px 0 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000009e, #481825e8);
    z-index: 1
}

.banner-content {
    position: relative;
    z-index: 2;
    padding: 2rem
}

.event-title {
    font-size: 4.3rem;
    font-weight: 700;
    color: #ffeef4
}

.event-title .highlight {
    color: #ff6b9d
}

.event-slogan {
    font-family: "Noto Serif", serif;
    font-size: 1.9rem;
    color: #ffeef4;
    margin-top: .5rem;
    font-style: italic;
    font-weight: 500
}

.event-year {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    margin-top: .5rem
}

.event-info {
    background: #fff;
    padding: 1.2rem;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #aa0a37;
    font-family: "Noto Serif", serif
}

.event-info i {
    color: #aa0a37;
    margin-right: .3rem
}

.info-badges {
    margin-bottom: 1.5rem
}

.badge-custom {
    background: linear-gradient(135deg, rgb(255 255 255 / .15), rgb(255 255 255 / .05));
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / .2);
    padding: .8rem 1.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: .25rem .5rem .25rem 0;
    box-shadow: 0 8px 32px rgb(0 0 0 / .1);
    display: inline-block
}

.badge-custom i {
    color: #ff6b9d;
    margin-right: .5rem;
    font-size: 1.1rem
}

.btn-custom {
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
    border: none;
    color: #fff;
    padding: .9rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 25px rgb(255 107 157 / .3);
    position: relative;
    overflow: hidden;
    max-width: max-content
}

.btn-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .2), transparent);
    transition: left 0.5s
}

.btn-custom:hover::before {
    left: 100%
}

.btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgb(255 107 157 / .4);
    color: #fff
}

.btn-custom i {
    margin-left: .5rem;
    transition: transform 0.3s ease
}

.btn-custom:hover i {
    transform: translateX(3px)
}

.countdown-section {
    background: #ffeef4;
    padding: 4rem 0;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    position: relative;
    z-index: 3
}

.countdown-text {
    text-align: left
}

.countdown-heading {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2d3436;
    line-height: 1.1;
    margin-bottom: .5rem
}

.highlight-text {
    color: #c44569
}

.countdown-display-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap
}

.time-block {
    text-align: center;
    background: rgb(255 255 255 / .8);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    min-width: 120px
}

.time-number-large {
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #2d3436;
    display: block;
    line-height: 1
}

.time-label-main {
    font-family: "Inter", sans-serif;
    font-size: .9rem;
    color: #c44569;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: .5rem;
    display: block
}

.time-separator {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #2d3436
}

.promo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px
}

.promo-img.small {
    width: 210px;
    height: 220px
}

.promo-img.big {
    width: 250px;
    height: 250px
}

.promo-video-circle {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -115%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #222;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    z-index: 97
}

.promo-videos {
    position: absolute;
    top: 63%;
    left: 50%;
    border: 6px solid #ff6b9d;
    width: 107px;
    height: 110px;
    transform: translate(-50%, -62%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-align: center
}

.promo-videos span {
    font-size: 16px;
    font-weight: bolder;
}

.section-label {
    color: #c44569;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Noto Serif", serif
}

.about-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px
}

.about-title .highlight {
    color: #c44569
}

.about-description {
    color: #424242;
    font-size: 16px;
    margin-bottom: 25px
}

.feature-box {
    padding: 5px 5px
}

.icon-circle {
    background: #c44569;
    color: #ffeef4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.stats-container {
    background: linear-gradient(90deg, #FF6B9D 0%, #C44569 100%);
    padding: 20px 20px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

.stat-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    top: 28px
}

.stat-heading h3 {
    background-color: #C44569;
    padding: 10px 30px;
    border: 1px solid #FFEEF4;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1
}

.stat-heading::before,
.stat-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: rgb(255 255 255 / .907)
}

.stat-item {
    text-align: center;
    margin: 5px
}

.stat-number {
    font-size: 3.7rem;
    font-weight: 700;
    display: block;
    transition: all 0.3s ease
}

.stat-label {
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

.why-section {
    font-family: "Inter", sans-serif;
    background-color: var(--bg-light);
    color: var(--text-gray);
    line-height: 1.6;
    padding: 40px 20px
}

.container-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px
}

.main-title {
    color: #C44569;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 60px
}

.process-item {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    align-items: flex-start
}

.process-icon {
    width: 45px;
    height: 45px;
    background: #c44569;
    border: 2px solid #c44569;
    color: #ffeef4;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.process-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px
}

.process-description {
    color: #424242;
    font-size: 16px
}

.process-description strong {
    color: var(--accent-green);
    font-weight: 600
}

.process-description em {
    color: var(--accent-green);
    font-style: italic;
    font-weight: 500
}

.testimonialSlide p {
    font-size: 15px;
}

.why-section .container::before {
    content: '';
    position: absolute;
    top: 114px;
    left: 40px;
    transform: translateX(-50%);
    width: 11px;
    height: 60%;
    border-left: 2px dashed #000;
    z-index: 0
}

.why-section .container::after {
    content: '';
    position: absolute;
    top: 24%;
    right: 47.5%;
    transform: translateX(50%);
    width: 1px;
    height: 55%;
    border-left: 2px dashed #000;
    z-index: 0
}

.process-description em {
    font-weight: bold !important;
    color: #07133b !important;
    font-style: italic
}

.left-stick {
    position: fixed;
    top: 50%;
    z-index: 9;
    transform: rotate(90deg) translateY(165px);
    display: flex;
    justify-content: center;
    align-items: center
}

.left-stick a {
    text-decoration: none;
    background: linear-gradient(135deg, #C44569 0%, #FF6B9D 100%);
    color: #fff;
    padding: 12px 13px;
    font-size: 20px;
    font-weight: 600;
    width: max-content;
    border-radius: 15px 15px 0 0;
    margin-right: 16px;
    border: 1px solid #ff6b9d;
    text-align: center;
}

.left-stick a:nth-child(1) {
    animation-delay: 1s
}

.left-stick a:nth-child(2) {
    animation-delay: 3s
}

.left-stick a:nth-child(3) {
    animation-delay: 5s
}

@keyframes leftStick {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

.supporter-logo img {
    cursor: pointer
}

@media (max-width:767px) {
    .testimonialSlider {
        padding: 0 0 50px
    }
}

@media (max-width:991px) {
    div#translate-btn {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 15px
    }
    #translate-btn button {
        margin: 0
    }
}

.side-wrapper .quote-btn {
    background: #C44569;
    color: #C44569
}

.main-btn {
    background: #C44569;
    margin: 0 auto;
    text-align: center;
    color: #000;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px
}

@keyframes blinks {
    0%,
    100% {
        background-color: #C44569
    }
    50% {
        background-color: #FF6B9D
    }
}

.header-logo {
    width: 200px
}

@media (max-width:768px) {
    .main-title {
        font-size: 2.5rem
    }
    .feature-card {
        height: auto;
        margin-bottom: 20px
    }
}

.thanks-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.thanks-popup.hidden {
    display: none
}

.thanks-popup.show {
    display: flex
}

.thanks-message {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 0 20px rgb(0 0 0 / .2)
}

.hidden {
    display: none
}

a {
    text-decoration: none !important
}

h2,
.h2 {
    font-weight: 700;
    font-size: 38px
}

ul {
    list-style: none
}

.text-justify {
    text-align: justify
}

#nav {
    transition: background 0.3s ease-in-out
}

#navbar.scrolled {
    background: black !important
}

.navbar-nav {
    justify-content: center
}

.navbar-toggler {
    background: #fff
}

.register-btn {
    border-radius: 192px;
    width: max-content;
    margin: 0 auto
}

.register-btn:hover {
    color: #C44569;
    border: 1px solid #C44569
}

.registered-btn {
    background: #C44569;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px;
    border: 1px solid #C44569
}

.registered-btn:hover {
    background: #fff0;
    color: #fff;
    border: 1px solid #fff
}

.registers-btn:hover {
    color: #C44569;
    border: 1px solid #C44569;
    border-radius: 192px
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 21px;
    margin-right: 10px
}

.enquire-btn {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: -50px;
    top: 50%;
    z-index: 10;
    transform: rotate(-90deg)
}

.enquire-btn a {
    background-color: #C44569;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #C44569 !important;
    -webkit-transition: width 0.5s, background-color 0.1s;
    transition: width 0.5s, background-color 0.1s;
    color: #fff;
    padding: 10px 18px
}

.enquire-btn a:hover {
    background: #fff0;
    color: #C44569
}

.hero-section {
    position: relative;
    z-index: 9;
    padding: 190px 0 170px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.hero-section::before {
    content: '';
    position: absolute;
    background: linear-gradient(#0000009e, #481825e8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.text-section {
    position: relative;
    z-index: 2
}

.text-section h1 {
    font-size: 3.8rem;
    font-weight: 700
}

.text-section .h2 {
    font-size: 1.7rem;
    margin: 10px 0;
    line-height: 1.4
}

.slogan {
    color: #faff00;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Dancing Script", cursive;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .2);
    margin: 15px 0
}

.book-now {
    background: #C44569;
    border: 1px solid #C44569;
    color: #fff;
    padding: 10px 17px 10px 30px;
    border-radius: 192px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: max-content
}

.book-now span {
    font-weight: 700
}

.book-icon {
    background-color: #C44569;
    border-radius: 50%;
    padding: 10px 12px;
    margin-left: 23px;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.book-now:hover {
    background: #fff0;
    color: #fff;
    border-color: #fff
}

.book-now:hover .book-icon {
    background-color: #fff0;
    color: #fff
}

.marquees {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden
}

.marquee1 {
    width: 100%;
    position: relative;
    background: #C44569;
    color: #fff;
}

.marquee-wrap {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0
}

.marquee-slide {
    display: flex;
    gap: 21px;
    align-items: center;
    transition: transform 0.1s linear;
    animation: marquee-scroll 170s linear infinite
}

.marquee-txt {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff0;
    gap: 18px
}

.marquee-txt h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -1px;
    background-clip: text
}

.marquee-txt img {
    width: 30px
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-92%)
    }
}

.green-text {
    color: #C44569;
    font-weight: 500
}

.why-choose {
    color: #C44569;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 20px
}

.feature-card {
    background: rgb(255 255 255 / .05);
    border: 2px solid rgb(255 255 255 / .1);
    border-radius: 20px;
    padding: 40px 30px;
    height: 300px;
    color: #C44569;
    transition: all 0.3s ease;
    backdrop-filter: blur(30px);
    position: relative;
    overflow: hidden
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #C44569;
    box-shadow: 0 20px 40px rgb(196 69 105 / .2)
}

.fcard-1 {
    border-color: #C44569
}

.fcard-2 {
    background: #C44569;
    color: #fff
}

.feature-card .highlight {
    background: #C44569;
    color: #fff;
}

.card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px
}

.card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3
}

.card-description {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: .9;
    margin-bottom: 30px
}

.card-title {
    font-size: 1.25rem
}

.card-text {
    line-height: 1.5
}

.highlight-box {
    background-color: #dbffc3;
    border-radius: 15px;
    padding: 25px;
    text-align: center
}

.attend-section {
    background: #efefef;
    padding: 80px 0
}

.why-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px
}

.promo-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 0 30px rgb(0 0 0 / .05);
    text-align: left;
    position: relative;
    overflow: hidden;
    color: #C44569;
    height: 100%
}

.highlight-card {
    background-color: #C44569;
    color: #fff
}

.promo-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px
}

.promo-card h5 {
    font-weight: 700;
    margin-bottom: 10px
}

.promo-card p {
    font-size: 14px;
    margin-bottom: 16px
}

.promo-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px
}

.why-heading {
    color: #C44569
}

.main-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #C44569;
    line-height: 1.2;
    margin-bottom: 2rem
}

.subheading {
    font-size: 1.9rem;
    color: #C44569;
    font-weight: 500;
    margin-bottom: 3rem
}

.hero-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.hero-image img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.mission-vision-container {
    margin-top: 2rem
}

.mission-card {
    background: #C44569;
    border-radius: 20px;
    padding: 2rem;
    color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden
}

.mission-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(255 255 255 / .05));
    transform: rotate(45deg)
}

.vision-card {
    background: #C44569;
    border-radius: 20px;
    padding: 2rem;
    color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden
}

.vision-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(255 255 255 / .1));
    transform: rotate(45deg)
}

.card-number {
    font-size: 4rem;
    font-weight: 700;
    opacity: .9;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2
}

.card-heading {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2
}

.card-text {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
    opacity: .95;
    position: relative;
    z-index: 2
}

.about-btn {
    background: #C44569;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(209 117 125 / .3);
    color: #fff
}

.about-btn::after {
    content: "→";
    margin-left: 10px;
    transition: transform 0.3s ease
}

.about-btn:hover::after {
    transform: translateX(5px)
}

.description-text {
    color: #626262;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1.5rem
}

.stat-item.counting .stat-number {
    transform: scale(1.05)
}

.text-justify {
    text-align: justify
}

#attends {
    padding: 3rem 0 2rem 0
}

#attends h2,
.past-heading {
    color: #fff;
    text-align: center;
    font-weight: 700
}

#attends p {
    font-size: 18px;
    color: #fff
}

.past-heading {
    margin-top: 2rem
}

logo-slider {
    --image-size: 100px;
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex
}

logo-slider:hover div {
    animation-play-state: paused
}

logo-slider div {
    display: flex;
    align-items: center;
    animation: marquee 100s linear infinite;
    margin-top: 30px
}

@keyframes marquee {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(-89%)
    }
}

logo-slider img {
    min-width: var(--image-size);
    height: var(--image-size);
    margin: 0 1vw;
    object-fit: contain;
    box-shadow: rgb(0 0 0 / .15) 2.4px 2.4px 3.2px
}

#speakers {
    padding: 2rem 0
}

.speaker-heading {
    padding: 12px 0 20px 0
}

.speaker-heading .h2 {
    font-size: 35px;
    font-weight: 700;
    color: #C44569
}

.speaker-heading h3 {
    font-size: 26px
}

#speakerSlider {
    display: none
}

.speakers-wrap .speaker-img {
    background-color: #ff6b9d8a
}

.speakers .speaker-social {
    position: absolute;
    z-index: 9;
    top: 91%;
    left: 43%;
    background: #007ab7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 1s ease-out
}

.speakers:hover .speaker-social {
    opacity: 1;
    animation: icons 1.5s linear infinite
}

@keyframes icons {
    to {
        transform: scale(1)
    }
    from {
        transform: scale(1.1)
    }
}

.speakers .img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 1s ease-out
}

.speakers .speaker-social a {
    color: #fff;
    font-size: 25px
}

.speaker-info {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    color: #000
}

.speaker-info p {
    margin-bottom: .5rem
}

#networking-dinner {
    padding: 2rem 0
}

#tickets {
    padding: 2rem 0
}

.pricing-column {
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / .1);
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1
}

.top-left-strip {
    position: absolute;
    top: -10px;
    background-color: #00a86b;
    color: #fff;
    padding: 5px 15px;
    z-index: 2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.days {
    font-size: .5em
}

.package-heading {
    height: 4.5rem;
    padding: 15px;
    font-weight: 700
}

.pricing-content {
    padding: 20px 0
}

.pricing-content ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px
}

.pricing-content li {
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #eee
}

.pricing-content li:last-child {
    border-bottom: none
}

.pricing-button {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    text-align: center
}

.green-button {
    background-color: #C44569
}

.blue-button {
    background-color: #FF6B9D;
    color: #fff
}

.top-left-circle {
    font-family: "Poppins", sans-serif;
    width: 97px;
    height: 91px;
    position: absolute;
    top: -50px;
    right: 50px;
    padding: 15px;
    background-color: #2d5cde;
    box-shadow: rgb(0 0 0 / .3) 0 9px 28px, rgb(0 0 0 / .22) 0 7px 4px;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    animation: blink-background 0.9s infinite, zoom-in 2.5s infinite
}

@keyframes blink-background {
    0%,
    100% {
        background-color: #C44569
    }
    50% {
        background-color: #FF6B9D
    }
}

@keyframes zoom-in {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
}

.agenda-btn {
    animation: blink 0.9s infinite
}

@keyframes blink {
    0%,
    100% {
        background-color: #C44569
    }
    50% {
        background-color: #C44569
    }
}

.agenda-btn:hover {
    color: #fff
}

.top-left-circle .days {
    font-size: .9em
}

.top-left-circle .price {
    font-size: 1.4em
}

.section-header {
    margin-bottom: 80px
}

.section-header h2 {
    color: #C44569
}

.gallery-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.gallery-heading h2 {
    font-size: 50px;
    color: #C44569
}

.gallery-heading p {
    font-weight: 600;
    font-size: 20px
}

.image-collage {
    padding: 2rem 0
}

.collage {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.flip-card {
    width: 300px;
    height: 340px;
    perspective: 1000px
}

.flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s
}

.flip-card:hover .flip-inner {
    transform: rotateX(180deg)
}

.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    object-fit: cover;
    border-radius: 8px
}

.back {
    transform: rotateX(180deg)
}

.testimonial {
    background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
    position: relative;
    overflow: hidden;
    padding: 30px 0
}

.testimonial-heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px
}

.testimonial p.h2 {
    font-family: "Noto Serif", serif;
    font-size: 125px;
    font-weight: 700;
    color: #C44569;
    -webkit-text-fill-color: #C44569;
    line-height: 1
}

.sub-heading {
    font-size: 18px
}

.testimonialSlider {
    width: 100%;
    padding: 50px 0;
    position: relative
}

.testimonial .testimonialSlide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    transition: transform 0.3s ease, z-index 0.3s ease;
    height: 300px;
    box-sizing: border-box
}

.testimonial .swiper-slide-active {
    background: #C44569;
    color: #fff;
    transform: scale(1);
    z-index: 10;
    filter: blur(0);
    box-shadow: rgb(0 0 0 / .45) 0 25px 20px -20px
}

.testimonial .swiper-slide:not(.swiper-slide-active) {
    transform: scale(.9);
    z-index: 1;
    filter: blur(3px);
    transition: transform 0.3s ease, z-index 0.3s ease, filter 0.3s ease;
    box-shadow: rgb(0 0 0 / .15) 1.95px 1.95px 2.6px
}

.modal-content .modal-footer a {
    background: #C44569;
    color: #fff
}

.btn-closed {
    font-size: 26px;
    background-color: #fff0;
    border: none
}

.modal-body p {
    text-align: justify
}

.sponsor {
    padding: 2rem 0;
    border-radius: 0 0 40px 40px
}

#sponsors h2,
#sponsors h3 {
    color: #C44569
}

#sponsors .supporters-wrap {
    margin-bottom: 10px
}

.supporter {
    padding: 10px 8px
}

.supporter-logo {
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 30px rgb(0 0 0 / .05);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 120px
}

.supporter img {
    transition: all 0.4s ease-in-out;
    max-width: 100%;
    height: auto
}

.small-logo img {
    max-width: 75px
}

.tcby-logo img {
    width: 150px !important
}

#sponsors img:hover {
    transform: scale(1.05)
}

.counter-section {
    color: #000;
    text-align: center;
    margin-top: -50px;
    z-index: 9;
    position: relative
}

.register-card {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.1);
    overflow: hidden;
    position: relative;
    margin: auto
}

.ribbon-wrapper {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1
}

.ribbon {
    position: absolute;
    top: 25px;
    right: -25px;
    background-color: #C44569;
    color: #fff;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.register-card .card-body {
    padding: 30px
}

.register-card .card-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000
}

.register-card .card-title .highlight {
    color: #C44569;
    font-size: 28px
}

.register-card .card-description {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.6
}

#contactForm .form-control,
#contactForm .form-select {
    border-radius: 0;
    height: 45px;
    font-size: 14px;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000
}

#contactForm .form-control::placeholder {
    color: #000;
}

#contactForm h2 {
    font-size: 35px
}

#contactForm h3 {
    font-size: 28px
}

#contactForm .sponsored p,
#contactForm .speakered p {
    margin-bottom: 0
}

#contactForm .sponsored img,
#contactForm .speakered img {
    width: 130px
}

#contactForm .form-control,
#contactForm .form-select {
    border-radius: 0;
    height: 45px;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent
}

#contactForm .btn-menu {
    background: #C44569;
    color: #fff;
    border: 1px solid #C44569;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px;
}

#contactForm .btn-menu:hover {
    background: transparent;
    color: #C44569;
}

.text-form {
    width: 90%;
    margin: auto;
    padding-bottom: 20px
}

.quries-wrap img {
    width: 150px
}

.activity {
    padding: 2rem 0 0 0
}

.accordions-wrap {
    flex-direction: row;
    margin: calc(-7px / 2);
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 1
}

.accordions-box {
    margin: calc(7px / 2);
    position: relative;
    transition: flex-grow 0.5s ease;
    flex-grow: 2
}

.accordions-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.accordions-box .boxes-image {
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    transition: opacity 300ms ease
}

.accordions-box .accordions-content {
    justify-content: flex-end;
    position: absolute;
    align-items: center;
    display: flex;
    flex-flow: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    background-color: rgb(0 0 0 / .5);
    transition: opacity 300ms ease
}

.accordions-title {
    text-align: left;
    font-size: 24px;
    align-self: stretch;
    color: #fff
}

.accordions-description {
    color: #fff
}

.accordions-btns {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 1.2px;
    align-self: flex-start;
    padding: 7px 15px 7px 15px;
    color: #fff;
    background-color: #49262d;
    border-radius: 0 0 0 0;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all 0.3s
}

.accordions-wrap:hover .accordions-box {
    flex-grow: 1
}

.accordions-wrap .accordions-box:hover,
.accordions-wrap .accordions-box.active {
    flex-grow: 4;
    z-index: 3
}

.accordions-box:hover .accordions-content,
.accordions-box.active .accordions-content {
    opacity: 1
}

.boxes-image {
    transition: transform 0.5s ease
}

.accordions-box:hover .boxes-image {
    transform: scale(1)
}

.footer-bg {
    background-color: #C44569
}

.footer-bottom {
    background-color: #FF6B9D;
    color: #fff
}

.tanago-logo {
    color: #28a745;
    font-weight: 700;
    font-size: 1.5rem
}

.footer-section h5 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 1rem
}

.footer-links {
    list-style: none;
    padding: 0
}

.footer-links li {
    margin-bottom: .5rem
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    display: flex;
    font-size: 20px;
    width: max-content;
    align-items: center;
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1)
}

.footer-links a:hover {
    color: #FF6B9D
}

.footer-links .fa-circle {
    color: #fff;
    font-size: .5rem;
    margin-right: .75rem
}

.footer-widget-social {
    gap: 5px;
    margin: 18px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    padding-top: 0;
    text-align: center;
    width: 73%;
}

.footer-widget-social a {
    height: auto;
    width: 43px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 22px;
    color: #C44569;
    transition: all 1s ease-out
}

.social-icons a {
    background-color: #28a745;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    text-decoration: none
}

.social-icons a:hover {
    background-color: #C44569;
    color: #fff
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem
}

.contact-icon {
    background-color: #fff;
    color: #C44569;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0
}

.contact-content h6 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: .25rem
}

.contact-content .contact-value a {
    color: #fff;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1)
}

.contact-content .contact-value a:hover {
    color: #FF6B9D
}

.footer-bottom a {
    color: #fff;
    text-decoration: none
}

.footer-bottom .fa-circle {
    color: #fff;
    font-size: .5rem;
    margin: 0 .5rem
}

.footer-bg .our-moto {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.footer .footer-widget-social a:hover {
    transform: scale(1.3)
}

.venue-section {
    background-color: #f9fbfc;
    padding: 60px 0
}

.tag {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #C44569;
    padding: 6px 15px;
    font-size: .91rem;
    font-weight: 500;
    color: #C44569;
    z-index: 2;
    display: inline-block;
    margin-bottom: 10px
}

.rounded-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgb(0 0 0 / .08)
}

.venue-info h4 {
    font-weight: 600;
    margin-bottom: 15px
}

.green-card {
    color: #fff;
    background-color: #FF6B9D;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px;
    height: 100%
}

.green-card .tag {
    background-color: #C44569;
    color: #333;
    font-size: .85rem;
    padding: 5px 14px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500
}

.image-card {
    background: #FF6B9D
}

.image-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px
}

.hero-bg {
    height: 320px;
    background-image: url("../images/page/Le negresco 1.webp");
    background-size: cover;
    background-position: center center
}

.hero-overlay {
    background: linear-gradient(180deg, #C44569d1 40%, #C44569ed 60%);
    mix-blend-mode: multiply
}

.venue-card {
    background-color: #C44569;
    padding: 30px
}

.overlay-card {
    min-height: 320px;
    background-image: url("../images/page/Le negresco 2.webp");
    background-size: cover;
    background-position: center
}

.overlay-bg {
    background: #24494bf7;
    mix-blend-mode: multiply
}

.overlay-content {
    padding: 1.5rem
}

.top-left-tag {
    top: 0;
    left: 0;
    color: #fff
}

.venue-section h2 {
    color: #C44569
}

.venue-section .book-now {
    background: #C44569;
    color: #fff;
    border-color: #C44569;
    padding: 5px 7px 5px 20px;
    margin-top: 15px
}

.venue-section .book-now:hover {
    background: #fff0;
    color: #000;
    border-color: #000;
}

.venue-section .book-now .book-icon {
    background: #C44569
}

.venue-section .book-now:hover .book-icon {
    background: #fff0;
    color: #000
}

#schedule .section-header {
    margin-bottom: 40px
}

#schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px
}

#schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0
}

#schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    padding: 8px 100px;
    margin-top: 20px
}

#schedule .nav-tabs a.active {
    background-color: #C44569;
    color: #fff
}

.agenda-time {
    background: #C44569;
    color: #fff
}

.agenda-time,
.agenda-detail {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.time-badge {
    width: fit-content;
    padding: 7px;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: .1em;
    background-color: #C44569
}

.ptnr-slots {
    background-color: #c4456985 !important
}

.shrt-break,
.lunch,
.coffee {
    background-color: #FF6B9D !important
}

#schedule .activity {
    background: #430678
}

.time-detail,
.agenda-detail {
    padding: 1.33rem
}

.agenda-pr {
    border: 3px solid #C44569
}

.spk-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.spk-img .spk-img-wrap {
    width: 105px;
    height: 105px
}

.spk-img-wrap img {
    width: 100%
}

.agenda-page .modal.enquire-modal {
    display: none;
    position: fixed;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000d1
}

.agenda-page .enquire-modal .modal-content {
    position: relative;
    background-color: #fff0;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    border: none
}

.agenda-page form .styled-input {
    padding: 15px;
    background: lightgray;
    border-radius: 15px
}

.agenda-page .btn-closed {
    color: #fff !important;
    font-size: 26px;
    background-color: #fff0;
    border: none
}

.agenda-page .main-btn {
    align-items: center;
    background-color: #C44569;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation
}

.enquire-btn {
    display: none
}

.testimonial .swiper-pagination {
    display: none;
}

#activities h2 {
    color: #C44569;
}

#attends .registered-btn {
    background-color: #FF6B9D;
    border-color: #FF6B9D;
    color: #fff;
}

#attends .registered-btn:hover {
    background-color: transparent;
    border-color: #FF6B9D;
    color: #FF6B9D;
}

.left-stick a:hover {
    animation-play-state: paused;
}

@keyframes promo {
    0%,
    100% {
        color: #C44569
    }
    30% {
        color: #FF6B9D
    }
}

.promo-btn {
    animation: promo 1.5s infinite;
    cursor: pointer;
    font-weight: 700
}

.promo-video.slide-modal .modal-dialog {
    transition: transform 0.4s cubic-bezier(.68, -.55, .265, 1.55), opacity 0.3s ease;
    transform: scale(.7);
    opacity: 0
}

.promo-video.slide-modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1
}

.promo-video.slide-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 25px 50px rgb(0 0 0 / .3);
    height: 572px;
    overflow: hidden
}

.promo-video.slide-modal .modal-header {
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
    color: #fff;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    padding: 20px 25px
}

.promo-video.slide-modal .modal-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif
}

.promo-video.slide-modal .btn-close {
    background: rgb(255 255 255 / .2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: all 0.3s ease
}

.promo-video.slide-modal .btn-close:hover {
    background: rgb(255 255 255 / .3);
    transform: rotate(90deg)
}

.promo-video.slide-modal .modal-body {
    padding: 0;
    height: 572px
}

.promo-video.slide-modal .modal-backdrop {
    background-color: rgb(0 0 0 / .7);
    backdrop-filter: blur(5px)
}

.popup-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 0 20px 20px
}

.promo-video.slide-modal .modal-dialog {
    max-width: 900px;
    width: 90%;
    margin: 10vh auto
}

@media (max-width:1451px) {
    .navbar-nav .nav-link {
        font-size: 18px
    }
}

@media (max-width:1399px) {
    .promo-img.big {
        width: auto;
    }
    .event-slogan {
        font-size: 25px
    }
    .countdown-display-main {
        flex-wrap: nowrap;
        gap: 15px
    }
    .time-block {
        padding: 1.5rem 15px
    }
    .why-section .container::after {
        right: 46.8%
    }
    .main-heading {
        font-size: 2.6rem
    }
    .venue-card h4 {
        font-size: 20px
    }
    .venue-card p {
        font-size: 14px
    }
    .green-card h5 {
        font-size: 16px
    }
    .green-card p {
        font-size: 14px
    }
    .card-text {
        font-size: .97rem
    }
    .card-heading {
        font-size: 1.5rem
    }
    .feature-card {
        height: 350px
    }
    .header-logo {
        width: 175px
    }
    .navbar-nav .nav-link {
        font-size: 14px
    }
    .text-section h1 {
        font-size: 3rem
    }
    .top-left-circle {
        top: -56px;
        right: 15px
    }
    .flip-card {
        width: 250px;
        height: 250px
    }
    .footer-menu ul li {
        font-size: 17px
    }
    .social-icon {
        flex-wrap: wrap
    }
}

@media (max-width:1199px) {
    .main-title {
        font-size: 30px;
    }
    .promo-img.small,
    .promo-img.big {
        height: auto;
        width: auto;
    }
    .event-slogan {
        font-size: 21px
    }
    .countdown-display-main {
        flex-wrap: nowrap;
        gap: 15px
    }
    .time-block {
        padding: 1.5rem 15px
    }
    .why-section .container::after {
        right: 46.4%;
        height: 53%
    }
    .main-heading {
        font-size: 2.2rem
    }
    .description-text {
        font-size: 14px
    }
    .promo-card h5 {
        font-size: 16px
    }
    .promo-card p {
        font-size: 12px
    }
    .slogan {
        font-size: 2rem
    }
    .footer-widget-social {
        flex-wrap: wrap
    }
    .footer-widget-social {
        gap: 15px !important
    }
    .promo-corner {
        width: 90px
    }
    .stat-label {
        font-size: 14px
    }
    .stat-number {
        font-size: 2.5rem
    }
    .footer .footer-widget-social {
        flex-wrap: wrap
    }
    .header-logo {
        width: 175px
    }
    .testimonial p.h2 {
        font-size: 100px
    }
    .testimonial-heading br {
        display: none
    }
    .top-left-circle {
        right: 30px
    }
    .navbar-nav .nav-link {
        font-size: 13px;
        margin-right: 0
    }
    .text-section h1 {
        font-size: 2.8rem
    }
    .flip-card {
        width: 270px;
        height: 270px
    }
    .footer-menu ul li {
        font-size: 19px
    }
}

@media (max-width:1092px) {
    .navbar-nav .nav-link {
        font-size: 12px
    }
}

@media (max-width:1074px) {
    .header-logo {
        width: 140px
    }
}

@media (max-width:1040px) {
    .navbar-nav .nav-link {
        font-size: 11px
    }
}

@media (max-width:900px) {
    logo-slider {
        --image-size: 120px !important;
        --image-size: min(max(50px, 10vw), 100px)
    }
}

@media (max-width:991px) {
    .navbar-collapse {
        padding-top: 35px;
    }
    .footer-widget-social {
        justify-content: start;
    }
    .promo-video.slide-modal .modal-dialog {
        max-width: 720px;
    }
    .promo-video.slide-modal .modal-content {
        height: 510px;
    }
    .hero-brek {
        display: none
    }
    .event-title {
        font-size: 61px
    }
    .why-section .container::after {
        display: none
    }
    .why-section .container::before {
        top: 16%;
        height: 72%
    }
    .description-text {
        font-size: 17px
    }
    .text-section {
        padding-top: 5rem
    }
    #navbar {
        background: black !important
    }
    div#translate-btn {
        margin-right: 0;
        margin-bottom: 15px
    }
    .green-card {
        margin-top: 20px
    }
    .testimonialSlider {
        padding: 0 !important
    }
    .header-logo {
        width: 200px
    }
    .top-left-circle {
        right: 7px
    }
    .navbar-nav .nav-link {
        font-size: 21px
    }
    .navbar-collapse .register-btn {
        margin: initial
    }
    .speakers .speaker-social {
        top: 87%;
        left: 40%
    }
}

@media (min-width:768px) {
    .agenda-time {
        text-align: center;
        padding: 0
    }
    .time-detail {
        padding: .5rem
    }
    .agenda-detail h4 {
        font-size: 1.3em
    }
}

@media (max-width:768px) {
    .green-card {
        border-radius: 20px 20px 0 0
    }
    .image-card img {
        border-radius: 0 0 20px 20px;
        height: 250px
    }
    .hero-bg {
        height: auto
    }
    .pricing-column {
        width: 100%;
        margin: 10px auto
    }
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important
    }
    .main-heading {
        font-size: 2.5rem
    }
    .subheading {
        font-size: 1.4rem
    }
    .stat-number {
        font-size: 2.5rem
    }
    .hero-image img {
        height: 300px
    }
}

@media (max-width:767px) {
    .why-section .container::before {
        top: 13%;
        height: 74%;
    }
    .promo-video.slide-modal .modal-dialog {
        max-width: 75%;
    }
    .promo-video.slide-modal .modal-title {
        font-size: 18px;
    }
    .promo-video.slide-modal .modal-content {
        height: 430px;
    }
    .event-slogan {
        font-size: 22px
    }
    .event-title {
        font-size: 45px
    }
    .countdown-display-main {
        flex-wrap: wrap
    }
    h2,
    .h2 {
        font-size: 30px
    }
    #attends h2,
    .past-heading {
        font-size: 20px
    }
    .promo-corner {
        display: none
    }
    .promo-card h5 {
        font-size: 20px
    }
    .promo-card p {
        font-size: 14px
    }
    .stats-counter {
        width: 33%
    }
    .accordions-box.active .accordions-content {
        top: inherit;
        bottom: 100%
    }
    .accordions-wrap {
        flex-direction: column;
        height: auto
    }
    .accordions-box {
        flex-grow: unset !important;
        height: 80px;
        overflow: hidden;
        transition: height 0.4s ease
    }
    .accordions-box.active {
        height: 400px
    }
    .accordions-box .boxes-image {
        position: relative;
        height: 100%
    }
    .accordions-box .accordions-content {
        position: relative;
        opacity: 1;
        padding-top: 10px;
        background: rgb(0 0 0 / .6)
    }
    .green-card {
        margin-top: 0;
        padding: 70px 30px 30px !important
    }
    .promo-corner {
        width: 64px;
        height: 64px;
        position: absolute;
        bottom: 20px;
        right: 20px
    }
    .form-wrappers {
        display: none
    }
    .enquire-btn {
        display: block;
    }
    .footer-widget-social {
        justify-content: start;
        flex-wrap: wrap
    }
    .speakers .speaker-social {
        top: 89%;
        left: 45%
    }
    .speaker-info {
        align-items: center;
        text-align: center
    }
    #speakerRow {
        display: none
    }
    #speakerSlider {
        display: block
    }
    .flip-card {
        width: 245px;
        height: 245px
    }
    .top-left-circle {
        top: -44px;
        right: 30px
    }
    .navbar-toggler {
        background-color: #d7ceee;
        color: #fff
    }
    .ticket-wrap .position-relative {
        margin-bottom: 45px
    }
}

@media(max-width: 678px) {
    .promo-video.slide-modal .modal-title {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .image-collage {
        display: none
    }
    .banner {
        height: 70vh;
    }
    .enquire-btn {
        top: 65%
    }
    .promo-video.slide-modal .modal-content {
        height: 380px;
    }
    .left-stick {
        display: none
    }
    .venue-card {
        padding: 30px 10px
    }
    .supporters-wrap.row>* {
        max-width: 50%
    }
    h2,
    .h2 {
        font-size: 20px
    }
    .speaker-heading .h2 {
        font-size: 20px
    }
    .speaker-heading .h4 {
        font-size: 13px
    }
    .main-title {
        font-size: 35px
    }
    .stat-heading h3 {
        font-size: 12px
    }
    .why-section .container::before {
        display: none
    }
    .process-item {
        flex-wrap: wrap
    }
    .about-description {
        font-size: 14px
    }
    .about-title {
        font-size: 20px
    }
    .pics-wrap {
        display: none
    }
    .promo-video-circle {
        display: none
    }
    hr {
        display: none
    }
    .hero-bg p {
        font-size: 13px
    }
    .testimonial .testimonialSlide p {
        font-size: 14px
    }
    .testimonial-heading {
        font-size: 26px
    }
    .widths {
        width: 100%
    }
    #attends h2,
    .past-heading {
        font-size: 15px
    }
    #attends p {
        font-size: 16px
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-0 {
        order: 0
    }
    .sponsor-wrap.row>* {
        width: 50%
    }
    .speaker-info {
        align-items: center;
        text-align: center
    }
    .speakers .speaker-social {
        top: 91%;
        left: 45%
    }
    .spk-img {
        justify-content: left;
        margin-bottom: 10px
    }
    .flip-card {
        width: 238px;
        height: 238px
    }
}

@media (max-width:509px) {
    .event-title {
        font-size: 41px
    }
    .event-slogan {
        font-size: 19px
    }
    .flip-card {
        width: 210px
    }
}

@media (max-width:493px) {
    .main-title {
        font-size: 30px
    }
}

@media (max-width:478px) {
    h2 {
        font-size: 25px
    }
    .text-section h1 {
        font-size: 38px
    }
    .text-section .h2 {
        font-size: 24px
    }
}

@media (max-width:469px) {
    .hero-brek {
        display: block
    }
    .event-title {
        font-size: 32px
    }
    .event-slogan {
        font-size: 17px
    }
}

@media (max-width:457px) {
    .flip-card {
        width: 100%;
        height: 460px
    }
    #gallery .container {
        padding: 0
    }
}

@media(max-width:447px) {
    .main-title {
        font-size: 22px
    }
    .slogan {
        font-size: 1.5rem
    }
}

@media(max-width:440px) {
    .main-heading {
        font-size: 40px
    }
    .description-text {
        font-size: 16px
    }
}

@media(max-width:406px) {
    .stat-item {
        width: 45%;
    }
    .badge-custom {
        font-size: 15px;
    }
    .speaker-heading h2 {
        font-size: 28px
    }
    .speaker-heading h3 {
        font-size: 17px
    }
    .text-section .h2 {
        font-size: 21px
    }
    .text-section h1 {
        font-size: 30px
    }
}

@media (max-width:390px) {
    .banner {
        height: 70vh;
    }
    .speaker-heading h3 {
        font-size: 20px
    }
    .speaker-heading h2 {
        font-size: 25px
    }
    h2,
    .h2 {
        font-size: 24px
    }
    .slogan {
        font-size: 1.4rem
    }
    .text-section h1 {
        margin-top: 45px;
        font-size: 31px
    }
    .text-section .h2 {
        font-size: 19px
    }
    .main-title {
        font-size: 20px
    }
    .main-heading {
        font-size: 35px
    }
    .description-text {
        font-size: 15px
    }
    .top-left-circle {
        right: 10px
    }
}

@media(max-width:380px) {
    .banner {
        height: 115vh;
    }
    .event-slogan {
        font-size: 15px;
    }
    .badge-custom {
        font-size: 12px;
    }
    .event-title {
        font-size: 23px;
    }
}

@media(max-width:372px) {
    .process-title {
        font-size: 16px
    }
    .process-description {
        font-size: 12px
    }
    .stat-number {
        font-size: 2rem
    }
    .stat-label {
        font-size: 13px
    }
}

@media (max-width:360px) {
    .stats-counter {
        width: 45%
    }
    .stat-label {
        font-size: 15px
    }
    .top-left-strip {
        font-size: 14px
    }
    .top-left-circle {
        padding: 7px
    }
    .section-heading {
        padding: 5px 10px;
        word-break: break-word
    }
    .section-heading h2 {
        font-size: 32px
    }
}

@media (max-width:345px) {
    h2 {
        font-size: 21px
    }
    .main-title {
        font-size: 17px
    }
    .main-heading {
        font-size: 30px
    }
    .text-section h1 {
        margin-top: 34px;
        font-size: 25px
    }
    .slogan {
        font-size: 22px
    }
    .text-section .h2 {
        font-size: 17px
    }
    .testimonial p.h2 {
        font-size: 75px
    }
    .testimonial-heading {
        font-size: 22px
    }
}

#attends .job-cards {
    background-color: #620b2d;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    box-shadow: 0 4px 20px rgb(186 182 182 / 8%);
    padding: 17px 10px;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#attends .job-cards p {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

#backToHero {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #C44569;
    color: #fff;
    border: none;
    font-size: 22px;
    cursor: pointer;
    z-index: 97;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out, transform 0.2s;
}

#backToHero:hover {
    transform: scale(1.15);
    background: #ff6b9d;
    /*color: #C44569;*/
}

#backToHero.show {
    display: flex;
    opacity: 1;
}

#backToHero i {
    font-size: 24px;
    /* increase/decrease icon size */
}