a {
    text-decoration: none;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;

}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #171822;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 16px;
    color: #6c6f85;
    margin-bottom: 0;
}


.form .form-group{margin-bottom: 20px;}
.form label{font-weight: bold; margin-bottom: 5px; }
/* event menu area css */
.event_menu_area ul li a {
    font-size: 16px;
    color: #171822;
    text-transform: uppercase;
    font-weight: 600;
    padding: 42px 0;
    position: relative;
    display: inline-block;
}

.event_menu_area ul li {
    display: inline-block;
    list-style: none;
    margin-right: 40px;
    position: relative;
}


.event_menu_area {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    position: sticky;
    top: 0;
    z-index: 999;
}


.ticket_button {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b)), -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b));
    background-image: -o-linear-gradient(left, #ee8425 0%, #f9488b 100%), -o-linear-gradient(left, #ee8425 0%, #f9488b 100%);
    background-image: linear-gradient(to right, #ee8425 0%, #f9488b 100%), linear-gradient(to right, #ee8425 0%, #f9488b 100%);
}

.event_menu_ticket {
    padding: 30px 0px;
}

/* event hero area css */

.event_hero_area {
    background: url(https://themewagon.github.io/manup/img/hero.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.event_hero_content {
    padding-top: 184px;
}

.event_hero_content span {
    font-size: 16px;
    color: #f44949;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.event_hero_content h2 {
    font-size: 60px;
    color: #ffffff;
    line-height: 72px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 35px;
}

/* event timeline area css  */

.event_timeline_area {
    padding: 40px 0;
    background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

.event_timeline_content span {
    font-size: 16px;
    color: #ffffff;
}

.event_timeline_content h3 {
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    margin-top: 10px;
    font-size: 34px;
}



.countdown {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 280px;
}

.time-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    min-width: 80px;
}

.time-box h2 {
    font-size: 2.5rem;
    margin: 0;
}

.time-box p {
    margin: 0;
    font-size: 1rem;
    opacity: 0.8;
}

/* event about area css  */
.event_about_content h2 {
    color: #171822;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
}

.event_about_content p {
    color: #6c6f85;
    line-height: 28px;
    margin-bottom: 30px;
    font-size: 16px;
}

.event_about_content ul li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #6a6b7c;
}

.event_about_content ul li span {
    color: #f44949;
}

/* event our schedule area css */

.schedule_tabs .nav-tabs {
    border: none;
    border-radius: 2px;
    margin-bottom: 60px;
    -webkit-box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
    box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.schedule_tabs .nav-tabs .nav-link {
    border-right: 1px solid #e7e7e8;
    width: 20%;
    text-align: center;


}

.schedule_tabs .nav-tabs .nav-link.active {
    border-radius: 2px;
    border-color: #e7e7e8;
    color: #fff;
    background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

.schedule_tabs .nav-tabs .nav-link.active h5 {
    color: #ffff;
    font-weight: bold;
}

.schedule_tabs .nav-tabs .nav-link.active p {
    color: #ffff;

}

.schedule_tabs .nav-tabs .nav-link h5 {
    color: #000;
    font-weight: bold;
}

.schedule_tabs .nav-tabs .nav-link p {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    color: #6a6b7c;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 15px 0;
}

.tab_containts {
    /* padding: 30px 0; */
    border: 1px solid #e7e7e8;
    margin-bottom: 20px;

}



.schedule_tabs .tab_containts:hover {
    -webkit-box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
    box-shadow: 3px 12px 30px rgba(23, 24, 34, 0.05);
    border: 1px solid transparent;
}


.tab_containts .sc_pic {
    text-align: center;
    padding: 30px 0;
}

.tab_containts .sc_pic img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.tab_containts .sc_text {
    padding: 58px 0;
}

.tab_containts .sc_text h4 {
    color: #171822;
    font-weight: 600;
    margin-bottom: 10px;
}

.tab_containts .sc_text ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #6a6b7c;
    margin-right: 25px;
    position: relative;
}

.tab_containts .sc_text ul li i {
    color: #f44949;
    font-size: 14px;
}

.tab_containts .sc_text ul li:after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "/";
}

.tab_containts .sc_widget {
    padding: 58px 0;
}

.tab_containts .sc_widget li {
    list-style: none;
    font-size: 16px;
    color: #6a6b7c;
    margin-bottom: 10px;
}

.tab_containts .sc_widget li i {
    color: #f44949;
    font-size: 14px;
    margin-right: 10px;
}

/* event price area css */

.event_price_area {
    background-image: url(https://themewagon.github.io/manup/img/pricing-bg.jpg);
    background-size: cover;
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
}

.event_price_area .price_item {
    background: #ffffff;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 18px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 40px;
}

.event_price_area .price_item h3 {
    color: #171822;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.event_price_area .price_ribbon {
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 38px;
    background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

.event_price_area .price_ribbon h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.event_price_area .price_item ul li {
    list-style: none;
    font-size: 16px;
    color: #6a6b7c;
    line-height: 38px;
}

.event_price_area .top_price {
    margin-top: -36px;
}

.ticket_button_hover {
    font-size: 16px;
    color: #171822;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    padding: 10px 85px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    bottom: -39px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ticket_button_hover:hover {
    color: #ffffff;
    background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

/* latest news  */


.blog-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.blog-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    height: 100%;
}

.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.category {
    display: inline-block;
    padding: 4px 10px;
    background: #ff4d6d;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.category.experience {
    background: #f57c00;
}

.blog-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.blog-content p {
    margin: 0;
    font-size: 14px;
}

.date {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 8px;
    opacity: 0.9;
}

.date::before {
    content: "📅";
    margin-right: 6px;
}

/* Right Column Grid */
.right-column {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}


.member-item {
    width: 20%;
    float: left;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.member-item .mi-social {
    text-align: center;
    position: relative;
    top: -60px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.member-item .mi-social .mi-social-inner {
    display: inline-block;
    padding: 10px 23px 8px;
    border-radius: 0 0 4px 4px;
    background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%) !important;
}

.member-item .mi-social .mi-social-inner a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
}

.member-item .mi-text {
    background: #ffffff;
    padding: 16px 0 18px 25px;
    position: absolute;
    left: -500px;
    bottom: 20px;
    width: calc(100% - 40px);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.member-item .mi-text h5 {
    font-size: 20px;
    color: #171822;
    font-weight: 600;
    margin-bottom: 5px;
}

.member-item .mi-text span {
    font-size: 16px;
    color: #f44949;
    display: block;
}

.member-item:hover .mi-social {
    top: 0;
}

.member-item:hover .mi-text {
    left: 20px;
}





/* spacker  */
.speaker-item {
    margin-bottom: 50px;
}

.speaker-item .si-pic img {
    min-width: 100%;
    border-radius: 2px;
}

.speaker-item .si-text .si-title {
    margin-bottom: 28px;
}

.speaker-item .si-text .si-title h4 {
    color: #171822;
    font-weight: 600;
    margin-bottom: 13px;
}

.speaker-item .si-text .si-title span {
    color: #f44949;
    font-size: 16px;
    display: block;
}

.speaker-item .si-text .si-social {
    margin-bottom: 24px;
}

.speaker-item .si-text .si-social a {
    display: inline-block;
    font-size: 16px;
    color: #171822;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #ebebeb;
    border-radius: 50%;
    margin-right: 5px;
}

.speaker-item .si-text .si-social a:hover {
    background: -o-linear-gradient(330deg, #ee8425, #f9488b);
    background: linear-gradient(120deg, #ee8425, #f9488b);
    color: #ffffff;
}

.speaker-item .si-text p {
    color: #707070;
    line-height: 26px;
}



/* footer area  */

.footer-section {
    background: #171822;
    padding-top: 50px;
    padding-bottom: 60px;
}

.footer-text {
    text-align: center;
    padding-top: 60px;
}

.footer-text .ft-logo {
    margin-bottom: 20px;
}

.footer-text .ft-logo a {
    display: inline-block;
}

.footer-text ul {
    margin-bottom: 18px;
}

.footer-text ul li {
    list-style: none;
    display: inline-block;
    margin-right: 52px;
}

.footer-text ul li a {
    font-size: 18px;
    color: #a0a1b5;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-text .copyright-text {
    font-size: 14px;
    color: #a0a1b5;
    margin-bottom: 28px;
}


/* styles only for small phones */
@media (max-width: 480px) {
    .event_timeline_content h3 {
        color: #ffffff;
        font-weight: 700;
        line-height: 22px;
        margin-top: 10px;
        font-size: 19px;
    }
    .event_timeline_area {
        padding: 10px;
    }
    .countdown{
            position: relative;
            right: 10px;
            gap: 10px;
    }
    .time-box {
        padding: 20px 10px;
    }
}