@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Heebo:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* /*About Us_How it work_CSS_style */

@media screen and (min-width:768px) {

    html,
    body {
        scroll-behavior: smooth;
    }

    .About_us_content h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 42px;
        line-height: 48px;
    }

    .About_us_content span {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 42px;
        line-height: 48px;
        color: #F07943;

    }

    .About_us_header_wrap {
        display: grid;
        grid-template-columns: repeat(7, 150px);
        grid-template-rows: repeat(4, 115px);

    }

    .About_us_content p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
    }

    .About_us_content button {
        margin-top: 30px;
        background-color: #3B7C46;
        border: 3px solid #141414;
        color: #FFFFFF;
        width: 200px;
        height: 46px;
        font-size: 24px;
        border-radius: 10px;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 8px;
    }



    .Carousel_btn.swiper-pagination .swiper-pagination-bullet {
        height: 15px;
        width: 15px;
        background-color: #F69CBC;
        border-radius: 50%;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 40px;

    }

    .Carousel_btn.swiper-pagination .swiper-pagination-bullet .dot2,
    .dot3 {
        height: 15px;
        width: 15px;
        background-color: #f69cbca9;
        opacity: 50%;
        border-radius: 50%;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 40px;

    }

    .Carousel_btn.swiper-pagination {
        --swiper-pagination-top: 540px;
    }


    .Carousel_btn.swiper-pagination .swiper-pagination-bullet {
        top: var(--swiper-pagination-top, auto);
    }

    .About_us_header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 120px;
        padding-right: 120px;
        padding-top: 70px;
        border-right: 3px solid #141414;
        border-left: 3px solid #141414;
        border-bottom: 3px solid #141414;
        height: 515px;
        position: relative;
    }

    .About_us_banner_pic {
        margin-left: 30px;
        width: 465px;
        height: 445px;
        border-radius: 10px;
        border: 3px solid #141414;
        grid-column: 5/9;
        grid-row: 1/5;
        overflow: hidden;
    }

    .About_us_banner_pic img {
        border-radius: 8px;
        width: 100%;
        height: 445px;
        object-fit: cover;
        object-position: 40% 0;

    }

    .About_us_logo img {
        width: 133px;
        height: 107px;
    }

    .About_us_content {
        margin-top: 30px;
        width: 580px;
        grid-column: 1/4;
        grid-row: 2/5;
    }

    .About_us_news_card_txt {
        margin-top: 20px;
        margin-left: 10px;
        width: 280px;
        flex-grow: 0.7;
        display: grid;
        gap: 10px;

    }

    .About_us_news_card_txt_1 {
        margin-top: 20px;
        margin-left: 10px;
        width: 280px;
        flex-grow: 0.7;
        display: grid;
        gap: 10px;
    }

    .About_us_news_card_txt_1 h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;

    }

    .About_us_news_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;
    }

    .About_us_news_card_txt_1 p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .About_us_news_card_txt p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .About_us_news_card_pic {
        border-radius: 10px;
        width: 278px;
        height: 160px;
        margin-left: 10px;
    }

    .About_us_news_card_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19)
    }

    .About_us_news_card_list {
        border: 3px solid #141414;
        width: 360px;
        height: 376px;
        border-radius: 10px;
        background-color: #F1EFDB;
        margin-left: -188px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 10px;
        margin-right: 20px;
        scroll-snap-align: start;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19);

    }


    .About_us_news_card_wrap {
        display: flex;
        justify-content: flex-end;
        margin-top: 60px;
        margin-left: 265px;
        max-width: 800px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

    .About_us_news_card_list_5 {
        border: 3px solid #141414;
        width: 360px;
        height: 376px;
        border-radius: 10px;
        background-color: #F07943;
        color: #FFFFFF;
        margin-left: -188px;
        padding-right: 10px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19);

    }



    .About_us_news_title {
        font-size: 38px;
        line-height: 64px;
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #211F20;
        margin-top: 80px;
        padding: 0 10px;
    }

    .About_us_news_subtitle {
        margin-top: 20px;
        font-size: 22px;
        line-height: 34px;
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0C0C20;
        text-align: left;
        padding: 0 50px;
    }

    .About_us_news button {
        margin-top: 40px;
        background-color: #3B7C46;
        border: 3px solid #141414;
        color: #FFFFFF;
        width: 260px;
        height: 48px;
        font-size: 24px;
        border-radius: 10px;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 50px;
        padding-bottom: 8px;
    }

    .About_us_news {
        background-color: #F69CBC;
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .About_us_news_container {
        max-width: 1140px;
        text-align: center;
    }

    .download_container {
        display: flex;
        justify-content: space-evenly;
        width: 556px;
        height: 320px;
        margin-top: 50px;
    }

    .download_container p {
        margin-top: 150px;
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 24px;
    }

    .download_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 223px;
        height: 120px;
        margin-left: 20px;
        margin-top: 40px;
    }

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

    .Explore_events_app_title {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 42px;
        line-height: 42px;
        margin-top: 58px;
        margin-left: 40px;
    }

    .Explore_events_app_subtitle {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;
        margin-top: 40px;
        margin-left: 40px;
    }

    .Explore_events_app_wrap {
        display: flex;
        justify-content: center;
        margin-right: 50px;

    }

    .Explore_events_app_pic {
        max-width: 553px;
        animation: leftIn 3s ease 2s;
    }

    @keyframes leftIn {
        from {
            transform: translate3d(-20%, 0, 0);
            opacity: 0;
        }

        to {
            transform: none;
            opacity: 1;
        }
    }

    .Explore_events_app_des {
        width: 560px;
        height: 670px;
        animation: rightIn 3s ease 2s;

    }

    @keyframes rightIn {
        from {
            transform: translate3d(20%, 0, 0);
            opacity: 0;
        }

        to {
            transform: none;
            opacity: 1;
        }
    }

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

    /* *Main Page_Browsing events */

    .nav_menu_list {
        display: flex;
        justify-content: flex-end;
    }

    .navbar_wrap {
        display: flex;
        justify-content: space-between;
        background-color: #F1EFDB;
        border: 3px solid #141414;
    }

    .navbar_wrap a {
        position: relative;
        overflow: hidden;
    }

    .navbar_wrap a li {
        display: block;
        padding: 25px;
        transition: 0.4s;
    }

    .navbar_wrap a li::after {
        content: attr(data-txt);
        display: block;
        padding: 25px;
        position: absolute;
        left: 0;
        right: 0;
        color: #AD3B3A;
    }

    .navbar_wrap a:hover li {
        translate: 0 -70%;
    }

    .nav_menu_list span {
        border-left: 3px solid #141414;
        height: 72px;
    }

    .nav_menu_list li {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;

    }

    .nav_menu_list_2 span {
        border-left: 3px solid #141414;
        height: 45px;
        margin-top: 15px;
    }

    #nav_sign_up {
        background-color: #F69CBC;
        border: 3px solid #141414;
        border-radius: 10px;
        height: 35px;
        width: 120px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px;

    }

    #nav_sign_up:hover {
        background-color: #AD3B3A;

    }

    #nav_sign_up p:hover {
        color: #FFFFFF;
    }

    #nav_sign_up p {
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
        margin-left: 28px;
        margin-top: 3px;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        height: 70px;

    }

    .navbar a {
        text-decoration: none;
        color: #141414;
    }


    .nav_logo {
        margin-left: 40px;
        margin-top: 10px;
    }

    .nav_logo img {
        width: 100%;
        height: 50px;
    }

    .search_event_btn input {
        border: 3px solid #ffffff;
        width: 300px;
        height: 40px;
        border-radius: 10px 0 0 10px;
        border-right: none;
        padding-left: 15px;
        padding-bottom: 5px;
        background-color: transparent;
    }

    .search_city_btn input {
        border: 3px solid #ffffff;
        width: 300px;
        height: 40px;
        border-radius: 0 10px 10px 0;
        padding-left: 15px;
        padding-bottom: 5px;
        background-color: transparent;
    }

    .search_city_btn input[placeholder="Taipei"] {
        font-size: 18px;
        color: #FFFFFF;
        padding-left: 50px;
    }

    .search_event_btn input[placeholder="Search Events"] {
        font-size: 18px;
        color: #FFFFFF;
        padding-left: 55px;
    }

    .search_event_btn input::placeholder,
    .search_city_btn input::placeholder {
        font-size: 18px;
        color: #FFFFFF;

    }

    .search_event_btn i {
        font-size: 30px;
        margin-top: 10px;
        position: absolute;
        margin-left: 15px;
    }

    .search_city_btn i {
        font-size: 30px;
        margin-top: 10px;
        position: absolute;
        margin-left: 15px;
    }

    .hero_searchbar {
        display: flex;
        justify-content: center;
        text-align: start;
        margin-top: 80px;
    }

    .hero_txt h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 52px;
        line-height: 64px;
        margin-top: 50px;
    }

    .hero_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        line-height: 24px;
        margin-top: 10px;
    }

    .hero_txt p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .hero_txt {
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 100px;
        left: 300px;

    }

    .hero_video_banner {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .hero_video {
        display: flex;
        justify-content: center;
        width: 1260px;
        height: 580px;

    }

    .hero_video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero_video span {
        background-color: #3D3D3D;
        display: block;
        width: 100vw;
        height: 580px;
        position: absolute;
        opacity: 0.3;
    }

    .events_location {
        display: flex;
        background-color: #3b7c464d;
        width: 180px;
        border-radius: 8px;
        height: 40px;
        margin-left: 50px;
    }

    .events_location p {
        color: #3B7C46;
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .events_location svg {
        margin-top: 5px;
        margin-left: 7px;
    }

    .events_location_list h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 18px;
        margin-top: 10px;
    }

    .events_location_list {
        display: flex;
        justify-content: flex-start;
        margin-left: 50px;
    }

    .events_dates_tag li {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        margin-left: 20px;

    }

    .events_dates_tag ul {
        display: flex;
        justify-content: flex-start;
        width: 610px;
        width: fit-content;

    }

    .events_dates_tag {
        margin-left: 30px;
        margin-top: 30px;

    }

    .events_dates_tag li:hover {
        border-bottom: 3px solid #141414;
        width: fit-content;
    }

    .events_card_location,
    .events_card_time,
    .events_card_interested {
        display: flex;
        justify-content: flex-start;
    }

    .events_card_price {
        display: flex;
        margin-right: 10px;
    }

    .events_card_location p,
    .events_card_time p,
    .events_card_price p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 8px;

    }

    .events_card_interested p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 10px;
        color: #3B7C46;
        padding-top: 8px;

    }

    .events_card_location svg,
    .events_card_time svg,
    .events_card_interested svg,
    .events_card_price svg {
        margin-top: 10px;

    }

    .events_card_footer {
        display: flex;
        justify-content: space-between;
    }

    .events_card_txt {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .events_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;

    }

    .events_card_pic {
        width: 270px;
    }

    .events_card_pic img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .events_card {
        border: 3px solid #141414;
        width: 270px;
        border-radius: 10px;
        background-color: #F1EFDB;
        position: relative;
        scale: 1;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19)
    }

    .events_card:hover {
        scale: 1.1;
    }

    .save_btn_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #F07943;
        display: block;
        position: relative;



    }

    .events_card_save_btn {
        position: absolute;
        top: 120px;
        left: 210px;
    }

    .events_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .browsing_events_group a {
        text-decoration: none;
        color: #141414;
    }

    .events_card_wrap {
        display: grid;
        grid-template-columns: repeat(4, 270px);
        grid-template-rows: repeat(3, 370px);
        margin-top: 50px;
        gap: 30px;
        margin-left: 50px;
        margin-top: 60px;
    }

    .browsing_events_group {
        margin-top: 100px;
        margin-bottom: 120px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Event_page_banner_pic {
        height: 358px;
        width: auto;
        animation: wrapper-gradient 2s linear;
        overflow: hidden;
    }

    @keyframes wrapper-gradient {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes img-gradient {
        0% {
            transform: translateY(100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes slideInTop {
        from {
            transform: translate3d(0, -100%, 0);
            opacity: 0;
        }

        to {
            transform: none;
            opacity: 1;
        }
    }

    .Event_page_banner_pic_2 {
        height: 358px;
        width: auto;
        animation: wrapper-gradient 2s linear;
        overflow: hidden;
    }

    .Event_page_banner_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 20% 35%;
        animation: img-gradient 2s linear;
    }

    .Event_page_banner_pic_2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 20% 35%;
        animation: img-gradient 2s linear;
    }

    .Event_page_details p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
    }

    .Event_page_details h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 56px;
        line-height: 64px;
        margin-top: 30px;
    }

    .Event_page_details {
        width: 703px;
        animation: slideInTop 3s ease 0s;
    }

    .Event_page_time_details {
        display: flex;
        margin-bottom: 10px;
    }

    .Event_page_time_info .Event_page_time_details p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 22px;
        line-height: 28px;
        color: #FFFFFF;
        margin-left: 10px;

    }

    .swiper-scrollbar {
        position: absolute;
        width: 8px;
        top: 20px;
        right: 10px;
        cursor: pointer;
    }


    .Event_time_card {
        border: 3px solid #141414;
        background-color: #F1EFDB;
        width: 120px;
        height: 180px;
        border-radius: 10px;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .Event_time_card p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 22px;
        color: #F07943;
        margin-top: 10px;


    }

    .Event_time_card .Event_time_card_date {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 22px;
        color: #FFFFFF;
        margin-top: 20px;
        position: absolute;
        top: 85px;
    }

    .Event_time_card_line {
        border-bottom: 3px solid #141414;
        display: block;
        width: 90px;
        margin-top: 10px;

    }

    .Event_time_card_dot {
        height: 50px;
        width: 50px;
        background-color: #3B7C46;
        border-radius: 50%;
        display: inline-block;
        margin-top: 15px;
    }

    .Event_time_card_wrap {
        display: flex;
        justify-content: flex-start;
        width: 720px;
        margin-top: 50px;

    }

    .Event_page_time_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
        margin-top: 50px;
    }

    .Event_page_time_wrap {
        background-color: #F07943;
        width: 620px;
        height: 340px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 3px solid #141414;
        border-radius: 10px;
        margin-top: 30px;
        position: relative;
    }

    .Event_page_time_info {
        margin-top: 20px;
        margin-left: 22px;
    }

    .Event_page_time_info p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 22px;
        margin-left: 40px;
        color: #FFFFFF;

    }

    .event_summary {
        width: 520px;
        margin-top: 60px;

    }

    @keyframes slideInTop2 {
        from {
            transform: translate3d(0, -40%, 0);
            opacity: 0;
        }

        to {
            transform: none;
            opacity: 1;
        }
    }


    .event_summary h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
    }

    .event_summary strong {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
        display: inline-block;
    }

    .event_summary p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        margin-top: 40px;
    }

    .event_summary li {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        list-style-type: disc;
        margin-left: 30px;
    }

    .event_tags {
        border: 3px solid #141414;
        width: 160px;
        height: 35px;
        border-radius: 8px;
        background-color: #F69CBC;
    }

    .event_tags:hover {
        background-color: #ad3c3a;
        color: #FFFFFF;

    }

    .event_tags p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }

    .event_tags span {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }

    .event_tags_group {
        display: grid;
        grid-template-columns: repeat(3, 180px);
        grid-template-rows: repeat(2, 60px);
        margin-top: 30px;
    }

    .event_tags_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
    }

    .event_tags_list {
        margin-top: 60px;
    }

    .event_attendees_card_pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid #141414;
        object-fit: cover;
    }

    .event_attendees_card_pic {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .event_attendees_card p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        margin-top: 20px;
    }

    .event_attendees_card {
        border: 3px solid #141414;
        background-color: #F1EFDB;
        height: 160px;
        width: 130px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
        margin: 0 10px;
    }

    .event_attendees_card_wrap {
        display: flex;
        justify-content: center;
        background-color: #F07943;
        width: 660px;
        height: 220px;
        border: 3px solid #141414;
        border-radius: 10px;
        padding-top: 30px;
        margin-top: 30px;
        position: relative;
    }

    .event_attendees_list {
        margin-top: 60px;
    }

    .event_attendees_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
    }

    .event_host_tag {
        border: 3px solid #141414;
        background-color: #F69CBC;
        height: 20px;
        width: 50px;
        border-radius: 5px;
        position: absolute;
        top: 16px;
        left: 40px;

    }


    .event_host_tag p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        text-align: center;
        margin-top: 3px;
    }

    .event_comments_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
    }

    .event_comments_list {
        margin-top: 60px;
    }

    .event_comments_user_pic {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 3px solid #141414;
        margin-top: 6px;
    }

    .event_comments_user_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;

    }

    .event_comments_box textarea {
        border: 3px solid #141414;
        background-color: #F1EFDB;
        border-radius: 10px;
        width: 500px;
        height: 70px;
        margin-left: 20px;
        padding-top: 10px;
    }

    .event_comments_box textarea::placeholder {
        font-size: 18px;
       
    }

    .event_comments_box [placeholder="Add a comment..."] {
        font-size: 18px;
        padding-left: 1em;
    }

    .event_comments_box p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .event_comments_wrap {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .event_comments_btn {
        margin-left: 20px;
        padding-top: 22px;
    }

    .members_interested_events_list {
        margin-top: 60px;
    }

    .members_interested_events_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
    }

    .interested_card_time,
    .interested_card_price,
    .interested_card_location,
    .interested_card_interested {
        display: flex;
    }

    .interested_card_time p,
    .interested_card_price p,
    .interested_card_location p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        margin-left: 20px;
        padding-top: 8px;
    }

    .interested_card_interested p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #3B7C46;
        margin-left: 20px;
        padding-top: 8px;
    }

    .members_interested_card_txt {
        width: 380px;

    }

    .interested_card_time,
    .interested_card_price,
    .interested_card_location,
    .members_interested_card_txt_footer {
        margin-top: 10px;

    }

    .members_interested_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
    }

    .share_btn_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #F07943;
        display: block;

    }

    .members_interested_card_txt_footer {
        display: flex;
        justify-content: space-between;
    }

    .interested_card_share_btn {
        position: relative;

    }

    .interested_card_share_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;

    }

    .interested_card_save_btn {
        position: relative;
    }

    .interested_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .members_interested_card_txt_footer_btn_group {
        display: flex;
        justify-content: space-between;
        width: 100px;
        margin-right: 20px;

    }

    .members_interested_card_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        vertical-align: top;
        scale: 1;
        transition: 0.5s;


    }

    .members_interested_card_pic:hover img {
        scale: 1.1;
    }

    .members_interested_events_card .members_interested_card_pic {
        overflow: hidden;
    }

    .members_interested_card_pic {
        width: 300px;
        height: 220px;
        border: 3px solid #141414;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19)
    }

    .members_interested_events_card {
        display: flex;
        justify-content: center;
        padding: 25px 20px;
        width: 710px;
        border: 3px solid #141414;
        height: 230px;
        border-radius: 10px;
        background-color: #F1EFDB;
        margin: 40px 0;
    }

    .members_interested_events_card_wrap {
        margin-top: 30px;
        max-width: 753px;
    }

    .members_interested_events_card_wrap a {
        text-decoration: none;
        color: #141414;
    }

    .event_ticket_stepper input {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        width: 35px;
        border: 3px solid #141414;
        border-radius: 3px;
        background-color: #F1EFDB;
        text-align: center;

    }

    .event_ticket_stepper {
        width: 110px;
        display: flex;
        justify-content: space-between;
        margin-left: 45px;
    }

    .event_ticket_stepper svg {
        margin-top: 2px;

    }

    .event_ticket_btn {
        background-color: #3B7C46;
        width: 130px;
        height: 35px;
        display: flex;
        justify-content: center;
        border: 3px solid #141414;
        border-radius: 6px;

    }

    .event_ticket_btn p {
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 34px;
    }

    .event_ticket_btn svg {
        margin-left: 5px;
        margin-top: 4px;
    }

    .event_ticket_reserve_compact {
        display: flex;
        justify-content: space-between;
        width: 300px;
        height: 100px;
    }

    .event_ticket_compact_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .event_ticket_reserve_txt {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        width: 70px;
        padding-left: 20px;
    }

    .event_ticket_reserve_txt p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 24px;

    }

    .event_ticket_reserve_compact {
        background-color: #F1EFDB;
        border: 3px solid #141414;
        border-radius: 10px;
        width: 305px;
        height: 145px;
    }

    .reserve_a_spot_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 308px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .event_ticket_reserve_list {
        background-color: #F07943;
        width: 365px;
        height: 285px;
        border: 3px solid #141414;
        border-radius: 10px;
    }

    .event_ticket_reserve_compact_group {
        height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 35px;

    }

    .events_page_location {
        display: flex;
        justify-content: flex-start;

    }

    .events_page_location svg {
        margin-top: 6px;
    }

    .events_page_location_txt_group {
        width: 305px;
        height: 100px;
        margin-left: 30px;
        padding-top: 20px;


    }

    .events_page_location_list {
        width: 365px;
        height: 345px;
        background-color: #F1EFDB;
        border: 3px solid #141414;
        border-radius: 10px;
        margin-top: 60px;
    }

    .events_page_location_txt_group .events_page_location p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        margin-left: 10px;
    }

    .events_page_location_txt_group p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .events_page_location_line {
        display: block;
        border-bottom: 3px solid #141414;
        margin-top: 20px;
    }

    .events_page_location_map iframe {
        width: 100%;
        height: 100%;
        border-radius: 0 0 10px 10px;
    }

    .events_page_location_map {
        width: 365px;
        height: 203px;
        border-radius: 0 0 10px 10px;
    }

    .event_page_main_container {
        display: flex;
        align-items: flex-start;
        margin-left: 80px;
        margin-top: 60px;

    }

    .event_page_layout_right {
        margin-top: 60px;
        position: sticky;
        margin-left: 30px;
        margin-bottom: 40px;
        top: 0px;
    }

    .event_page_layout_left {
        max-width: 753px;

    }

    .view_event_ticket_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 208px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        padding-bottom: 5px;

    }

    .events_reminder_card_txt_footer_btn_group {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;


    }

    .events_reminder_card_seemore_btn {
        display: flex;
        width: 790px;
        justify-content: flex-end;
        margin-top: 50px;
        margin-left: 20px;
    }

    .events_reminder_card_seemore_btn p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #C1C1C1;
        padding-top: 5px;
    }

    .events_reminder_card_seemore_btn svg {
        margin-left: 3px;

    }

    .events_reminder_card_wrap {
        display: flex;
        margin-top: 50px;
        margin-left: 25px;
    }

    .events_reminder_flip_card_inner {
        border: 3px solid #141414;
        border-radius: 10px;
        width: 310px;
        height: 220px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }


    .events_reminder_card_pic_front img {
        width: 100%;
        height: 220px;
        border-radius: 7px;
    }

    .events_reminder_card_txt {
        width: 440px;
        height: 225px;
        margin-left: 20px;

    }

    .events_reminder_card_txt_time {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        margin-top: 5px;
    }

    .events_reminder_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;
        margin-top: 15px;
    }

    .events_reminder_card_txt_location {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        margin-top: 15px;
    }

    .events_reminder_card_txt_interested {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-size: 16px;
        color: #3B7C46;
        margin-top: 15px;
    }

    .events_reminder_card_save_btn {
        position: relative;
        margin-left: 20px;
    }

    .events_reminder_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .events_reminder_card_share_btn {
        position: relative;
        margin-left: 20px;
    }

    .events_reminder_card_share_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .events_reminder_line {
        border-bottom: 3px solid #141414;
        display: block;
        width: 810px;
        margin-top: 50px;
    }

    .events_reminder_card_title {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 28px;
        line-height: 26px;
    }

    .events_reminder_card_list_title {
        display: grid;
        grid-template-columns: repeat(1, 820px);
        gap: 70px;
        justify-content: flex-end;
        margin-bottom: 120px;
    }


    .events_reminder_card {
        margin-top: 60px;
    }


    .events_reminder_card_list_title h2 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 48px;
        line-height: 64px;
    }

    .events_reminder_layout_right {
        margin-top: 80px;
        margin-right: 40px;
    }

    .events_reminder_vertical_navbar_line {
        border-bottom: 2px solid #141414;
        display: inline-block;
        width: 170px;


    }

    .events_reminder_vertical_navbar_dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background-color: #141414;
        position: absolute;
        left: 169px;
        top: 7.5px;

    }

    .events_reminder_vertical_navbar_dec {
        position: relative;


    }



    .events_reminder_menu_btn_dot {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-block;
        background-color: #F1EFDB;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .events_reminder_menu_btn {
        position: relative;
        position: absolute;
        top: 8px;
        right: 20px;
    }

    .events_reminder_vertical_navbar_txt {
        height: 320px;
        width: 280px;
        background-color: #F69CBC;
        border: 3px solid #141414;
        border-radius: 30px 30px 30px 30px;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .events_reminder_vertical_navbar {
        border: 3px solid #141414;
        border-radius: 50px;
        width: 280px;
        height: 60px;
        background-color: #F69CBC;
        margin-top: 50px;
    }

    .events_reminder_vertical_navbar_txt p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 70px;
        margin-top: 10px;
        color: #575757;
        margin-top: 20px;

    }

    .events_reminder_vertical_navbar_txt .attending {
        color: #141414;
    }

    .events_reminder_vertical_navbar_wrap {
        position: relative;
        z-index: 3;
    }

    .events_reminder_vertical_navbar_txt {
        display: none;
    }

    #switch_btn:checked~.events_reminder_vertical_navbar_wrap .events_reminder_vertical_navbar_txt {
        display: block;
        animation: wrapper-gradient_2 2s linear;
        overflow: hidden;
    }

    @keyframes wrapper-gradient_2 {
        0% {
            transform: translateY(0px);
        }

        100% {
            transform: translateY(20px);
        }
    }

    .events_reminder_vertical_navbar_txt .attending {
        margin-top: 100px;
    }

    .events_reminder_calendar {
        display: grid;
        grid-template-columns: repeat(7, 20px);
        grid-template-rows: repeat(6, 20px);
        row-gap: 25px;
        column-gap: 15px;
        justify-content: center;
        margin-top: 30px;
        position: relative;
    }

    .events_reminder_calendar p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .events_reminder_calendar_list {
        background-color: #F07943;
        width: 280px;
        border: 3px solid #141414;
        border-radius: 7px;
        height: 340px;
        margin-top: 50px;
    }

    .events_reminder_calendar_title p {
        color: #FFFFFF;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 20px;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .events_reminder_calendar_title {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .events_reminder_calendar .date_emphasis {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 20px;
        color: #ffffff7b;
    }

    .date_emphasis_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #3B7C46;
        display: block;
        position: absolute;
        right: 85px;
        top: 80px;
    }

    .events_reminder_calendar .date_popup {
        z-index: 1;
    }

    .events_reminder_calendar_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 100px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        padding-bottom: 5px;

    }

    .events_reminder_calendar_btn:hover {
        background-color: #90a955;
    }

    .events_reminder_calendar_btn_wrap {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        gap: 8px;
    }

    .events_reminder_layout_left {
        order: -1;
        margin-top: 100px;
        margin-left: 40px;
    }


    .events_reminder_main_container {
        display: flex;
        justify-content: space-between;


    }

    .back_to_home_page_group {
        display: flex;
    }

    .back_to_home_page_group p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        margin-left: 15px;
    }

    .Login_page_wrap_bg {
        background-color: #F07943;
        display: flex;
        justify-content: center;
        height: 810px;
    }

    .Login_page_container {
        background-color: #F1EFDB;
        width: 952px;
        height: 655px;
        border: 3px solid #141414;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 805px;
    }

    .Login_header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .Login_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 24px;
        margin-top: 20px;
    }

    .Login_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        color: #8E8E8E;
        margin-top: 10px;
    }

    .Login_header a {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        color: #3B7C46;
        text-decoration: none;
    }

    .Signup_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 24px;
    }

    .Signup_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 26px;
        color: #8E8E8E;
    }

    .Signup_header a {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 26px;
        color: #3B7C46;
        text-decoration: none;
    }

    .Login_main_pwd svg {
        position: absolute;
        right: 30px;
        top: 80px;
    }

    .Login_main_usermail input,
    .Login_main_pwd input {
        border: 3px solid #141414;
        width: 680px;
        height: 70px;
        border-radius: 10px;
        font-size: 22px;
        margin-top: 10px;
    }



    .Login_main_usermail label,
    .Login_main_pwd label {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
    }

    .Login_main_usermail,
    .Login_main_pwd {
        display: flex;
        flex-direction: column;
    }

    .Login_main_pwd a {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        text-decoration: none;
        color: #3B7C46;
        display: inline-block;
        margin-left: 460px;
    }

    .Login_main_pwd {
        position: relative;
    }

    .Login_main_pwd_txt {
        margin-top: 20px;
    }

    .Login_main_claim {
        margin-top: 20px;
        display: flex;
    }

    .Login_main_claim input {
        width: 15px;
        height: 15px;
        display: inline-block;
    }

    .Login_main_claim label {
        font-size: 16px;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        padding-top: 3px;
        margin-left: 5px;
        display: block;
    }

    .Login_main_container a {
        display: inline-block;
        align-self: center;
    }

    .log_in_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 308px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 30px;
    }



    .other_login_methods_group {
        display: flex;
        justify-content: center;
        margin-top: 50px;

    }

    .other_login_methods_group span {
        border-top: 3px solid #141414;
        display: block;
        width: 332px;
        margin-top: 10px;

    }

    .other_login_methods_group p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 22px;
        line-height: auto;
        margin: 0 20px;
        width: 250px;
        text-align: center;

    }

    .social_media_icons_btn {
        display: flex;
        justify-content: center;
        margin-top: 30px;

    }

    .social_media_icons_btn img {
        width: 60%;
    }

    .Login_logo img {
        width: 117px;
        height: 97px;
    }

    .Login_main_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Login_main_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 70px;
    }

    .Signup_main_container a {
        display: inline-block;
        align-self: center;
    }

    .signup_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 308px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 50px;

    }

    .Signup_page_wrap_bg {
        background-color: #F07943;
        display: flex;
        justify-content: center;

    }

    .Signup_page_container {
        background-color: #F1EFDB;
        width: 952px;
        height: 655px;
        border: 3px solid #141414;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .Signup_main_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 70px;
    }


    .Signup_main_usermail input {
        border: 3px solid #141414;
        width: 680px;
        height: 70px;
        border-radius: 10px;
        font-size: 22px;
        margin-top: 10px;
    }

    .Signup_main_usermail label {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
    }

    .Signup_main_usermail {
        display: flex;
        flex-direction: column;
    }

    .other_signup_methods_group {
        display: flex;
        justify-content: center;
        margin-top: 50px;

    }

    .other_signup_methods_group p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 22px;
        line-height: auto;
        margin: 0 20px;
        width: 250px;
        text-align: center;

    }

    .other_signup_methods_group span {
        border-top: 3px solid #141414;
        display: block;
        width: 332px;
        margin-top: 10px;

    }

    .event_Register_page_layout_left {
        border: 3px solid #141414;
        width: 900px;
        height: 653px;
    }

    .event_Register_header {
        width: 900px;
        height: 90px;
        background-color: #F69CBC;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .event_Register_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 34px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .event_Register_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .event_attend_header {
        width: 800px;
        height: 90px;
        background-color: #F69CBC;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .event_attend_order_checked {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .event_attend_header_txt {
        width: 760px;
        display: flex;
        justify-content: space-around;

    }

    .event_attend_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 34px;
        margin-left: 10px;
    }


    .event_attend_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        line-height: 26px;
        margin-top: 15px;
    }

    .view_tickets_btn {

        background-color: #3B7C46;
        border: 3px solid #141414;
        color: #FFFFFF;
        width: 200px;
        height: 56px;
        font-size: 24px;
        border-radius: 10px;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 10px;
        margin-left: 30px;
    }

    .event_Register_container_title {
        display: flex;
        justify-content: space-between;
        width: 680px;
        margin-top: 40px;
    }

    .event_Register_container h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 26px;
    }

    .event_Register_container p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
    }

    .event_Register_box {
        margin-top: 40px;
        position: relative;
    }

    .event_Register_box_title input {
        border: 3px solid #141414;
        width: 308px;
        height: 60px;
        border-radius: 7px;
        padding-top: 7px;
        background-color: transparent;

    }

    .event_Register_box_title_3 input {
        border: 3px solid #141414;
        width: 675px;
        height: 60px;
        border-radius: 7px;
        margin-top: 20px;
        padding-top: 7px;
        background-color: transparent;

    }


    .event_Register_box p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        margin-left: 20px;

    }

    .event_Register_box_name .event_Register_box_title input[placeholder="Harry"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box_name .event_Register_box_title input[placeholder="Karl"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box .register_box_first_name {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        margin-left: 30px;
        position: absolute;
        top: 10px;
    }

    .event_Register_box_title input[placeholder="Jacobs"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box_title input[placeholder="Lewis"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box .register_box_last_name {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        margin-left: 30px;
        position: absolute;
        top: 10px;
    }

    .event_Register_box_title input::placeholder {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;

    }

    .event_Register_box .register_box_email_add {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        margin-left: 30px;
        position: absolute;
        top: 110px;
    }

    .event_Register_box_title_3 input[placeholder="harrylewis1124@gmail.com"] {

        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        padding-top: 15px;
        padding-left: 1.1em;

    }

    .event_Register_box_title_3 input[placeholder="karljacobs0719@gmail.com"] {

        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        padding-top: 15px;
        padding-left: 1.1em;

    }

    .event_Register_box_title_3 input::placeholder {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;

    }


    .event_Register_box svg {
        position: absolute;
        right: 30px;
        top: 130px;
    }

    .event_Register_box_name {
        display: flex;
        width: 708px;
        justify-content: space-between;
    }

    .event_Register_checkbox {
        display: flex;
        flex-direction: column;
        margin-top: 30px;

    }

    .event_Register_checkbox input,
    label {
        display: inline-block;
    }

    .event_Register_checkbox_updated label[for=updated],
    label[for=send_email] {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;
    }

    .event_Register_agreement {
        margin-top: 30px;

    }

    .event_Register_agreement p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        margin-left: 0px;
        margin-top: 15px;
    }

    .event_Register_agreement span {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        color: #3B7C46;
        text-decoration: underline;
    }

    .register_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 248px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    .event_Register_agreement_line {
        border: 1.5px solid #141414;
        display: block;
        margin-top: 10px;
        width: 675px;
        margin-top: 25px;
    }

    .event_Register_agreement .agreement_emphasis {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        color: #F07943;
        text-decoration: none;
    }

    .event_Register_agreement .agreement_emphasis_p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
    }

    .event_Register_container {
        background-color: #F1EFDB;
        width: 900px;
        height: 560px;
        border-top: 3px solid #141414;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .event_register_pic {
        border-top: 3px solid #141414;
        border-right: 3px solid #141414;
        width: 369px;
        height: 210px;
    }

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

    .event_Register_page_wrap {
        display: flex;
    }

    .order_summary_price {
        display: flex;
        width: 282px;
        justify-content: space-between;
    }

    .order_summary_txt .order_summary_price p {
        color: #FFFFFF;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 30px;


    }

    .order_summary_txt .order_summary_price h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        list-style: auto;
        color: #FFFFFF;
        margin-top: 80px;

    }

    .order_summary_txt p {
        color: #FFFFFF;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
    }

    .order_summary_txt span {
        border: 1.5px solid #FFFFFF;
        display: block;
        width: 282px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .order_summary_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        list-style: auto;
        color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 40px;

    }


    .order_summary_list {
        background-color: #F07943;
        border-top: 3px solid #141414;
        border-right: 3px solid #141414;
        border-bottom: 3px solid #141414;
        height: 440.5px;
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .order_summary_txt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 282px;
    }

    .navbar_2 {
        display: flex;
        justify-content: space-between;
        height: 70px;


    }

    .nav_logo_2 {
        margin-left: 40px;
        margin-top: 13px;
    }

    .nav_logo_2 img {
        width: 80px;
        height: 50px;
    }

    .hero_searchbar_2 {
        display: flex;
        justify-content: center;
        text-align: start;
        margin-right: 20px;
        margin-top: 14px;
        margin-left: 20px;
        position: relative;
    }

    .search_event_btn_2 input {
        border: 3px solid #141414;
        width: 250px;
        height: 40px;
        border-radius: 10px 0 0 10px;
        border-right: none;
        padding-left: 15px;
        padding-bottom: 5px;
        display: flex;
        justify-content: flex-start;
        background-color: transparent;

    }

    .search_city_btn_2 input {
        border: 3px solid #141414;
        width: 250px;
        height: 40px;
        border-radius: 0 10px 10px 0;
        padding-left: 15px;
        padding-bottom: 5px;
        display: flex;
        justify-content: flex-start;
        background-color: transparent;
    }

    .search_event_btn_2 input[placeholder="Search Events"] {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-left: 3em;
    }

    .search_city_btn_2 input[placeholder="Taipei"] {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-left: 2.7em;
    }

    .search_event_btn_2 input::placeholder {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
    }

    .search_city_btn_2 input::placeholder {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
    }

    .search_event_btn_2 i {
        font-size: 30px;
        margin-top: 8px;
        position: absolute;
        left: 20px;
        top: 3px;
    }

    .search_city_btn_2 i {
        font-size: 30px;
        margin-top: 8px;
        position: absolute;
        left: 340px;
        top: 3px;
    }


    .search_event_btn_2 {
        position: relative;
    }

    .nav_menu_connections,
    .nav_menu_messages,
    .nav_menu_notifications {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 75px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .nav_menu_login {

        margin-left: 20px;
        margin-top: 10px;
    }


    .nav_menu_login .down_arrow {
        margin-left: 0px;
    }

    .navbar_2 .nav_menu_list span {
        height: 47px;
        margin-top: 13px;
        margin-right: 10px;
    }

    .nav_menu_list_2 .nav_menu_connections p,
    .nav_menu_messages p,
    .nav_menu_notifications p {
        border: none;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 20px;

    }

    .event_attend_page_wrap {
        display: flex;
        justify-content: center;
        margin-top: 50px;

    }


    .back_to_home_page_group_2 {
        display: flex;
        margin-top: 60px;
        margin-left: 45px;
    }


    .back_to_home_page_group_2 p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        margin-left: 15px;
    }

    .event_attend_page_layout_left {
        border: 3px solid #141414;
        width: 800px;
        height: 653px;
    }

    .event_attend_container {
        background-color: #F1EFDB;
        width: 800px;
        height: 560px;
        border-top: 3px solid #141414;


    }

    .event_attend_container_title h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        line-height: 26px;
    }

    .event_attend_box_pic {
        border: 3px solid #141414;
        border-radius: 7px;
        width: 502px;
        height: 210px;
    }

    .event_attend_box_pic img {
        border-radius: 4px;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .event_attend_box_txt {
        margin-left: 40px;
    }

    .event_attend_time {
        display: flex;
        justify-content: flex-start;
    }

    .event_attend_time p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: auto;
        margin-left: 10px;
        padding-top: 7px;
    }

    .event_attend_box_summary {
        display: flex;
        justify-content: center;
        width: 740px;
        position: relative;
        margin-top: 30px;
    }

    .event_attend_box_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;
        margin-top: 10px;
    }

    .add_calender_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 373px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    .event_attend_calender svg {
        position: absolute;
        right: 75px;
        top: 132px;
    }

    .event_chat_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 180px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        padding-right: 40px;
        margin-top: 10px;
    }

    .event_attend_chat svg {
        position: absolute;
        right: 215px;
        top: 184px;
    }

    .event_attend_share_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 180px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        padding-right: 40px;
        margin-top: 10px;
    }

    .event_attend_share svg {
        position: absolute;
        right: 45px;
        top: 182px;
    }

    .event_attend_btn_footer_group {
        display: flex;
        justify-content: space-between;
        width: 373px;

    }

    .event_attend_host_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 30%;
        border-radius: 50%;
    }

    .event_attend_host_pic {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 3px solid #141414;
        margin-top: 30px;
        margin-left: 30px;
    }

    .event_attend_host_list {
        display: flex;
        justify-content: flex-start;
        border: 3px solid #141414;
        border-radius: 10px;
        width: 735px;
        margin-top: 40px;
        height: 150px;
    }

    .event_attend_host_details p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
    }

    .event_attend_host_details {
        margin-left: 20px;
        margin-top: 30px;
        width: 270px;
    }

    .event_attend_host_details h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        line-height: 34px;
    }

    .event_attend_host_follow_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 180px;
        height: 50px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 50px;
        margin-left: 60px;
    }

    .event_attend_social_media_icon_group {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .event_attend_social_media_icon_grou .facebook,
    .line,
    .instagram,
    .twitter {
        margin-left: 10px;
    }

    .event_attend_container_group {
        margin-top: 20px;
        margin-left: 30px;
    }

    .more_plans_series_card {
        border: 3px solid #141414;
        width: 270px;
        height: 420px;
        border-radius: 10px;
        background-color: #F1EFDB;
        position: relative;
        margin-left: 20px;
        box-shadow: 6px 6px 10px #49505792;

    }

    .more_plans_series_card_pic {
        width: 270px;
        height: 180px;
    }

    .more_plans_series_card_pic img {
        width: 100%;
        border-radius: 8px 8px 0 0;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
    }

    .more_plans_series_card_txt {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .more_plans_series_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        margin-top: 30px;
        width: 230px;
        margin-left: 10px;
    }

    .more_plans_series_card_time p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 230px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .more_plans_series_card_price p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .more_plans_series_card_interested p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #3B7C46;
        padding-top: 8px;
        margin-left: 10px;
    }

    .more_plans_series_card_interested {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
        margin-left: 4px;
    }

    .save_btn_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #F07943;
        display: block;
        position: relative;
    }

    .more_plans_series_card_btn_group {
        display: flex;
        justify-content: space-between;
        width: 95px;
        position: absolute;
        top: 160px;
        right: 25px;
    }

    .more_plans_series_card_save_btn {
        position: relative;
    }

    .more_plans_series_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .more_plans_series_card_share_btn {
        position: relative;
    }

    .more_plans_series_card_share_btn svg {
        position: absolute;
        top: 3px;
        left: 5px;


    }

    .more_plans_series_card_wrap .swiper-slide {
        width: 300px;
        margin-right: 20px;
        overflow: hidden;
    }

    .more_plans_series_card_wrap {
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        margin-top: 60px;
    }


    .more_plans_series_list {
        border-top: 3px solid #141414;
        border-right: 3px solid #141414;
        border-bottom: 3px solid #141414;
        background-color: #F07943;
        max-width: 320px;
        height: 653px;
    }

    .more_plans_series_title {
        display: flex;
        justify-content: center;
        width: 300px;
        margin-top: 70px;


    }

    .more_plans_series_title h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
        width: 230px;
        margin-left: 20px;
    }

    .more_plans_series_btn_left {
        width: 35px;
        height: 35px;
        border: 3px solid #141414;
        border-radius: 10px;
        background-color: #3B7C46;
    }

    .more_plans_series_btn_right {
        width: 35px;
        height: 35px;
        border: 3px solid #141414;
        border-radius: 10px;
        background-color: #3B7C46;
    }

    .more_plans_series_btn_left_group svg {
        position: absolute;
        left: 5px;
        top: 17px;

    }

    .more_plans_series_btn_left_group {
        position: relative;
        margin-left: 12px;
        margin-top: 15px;
    }

    .more_plans_series_btn_right_group svg {
        position: absolute;
        left: 3px;
        top: 17px;

    }

    .more_plans_series_btn_right_group {
        position: relative;
        margin-left: 10px;
        margin-top: 15px;

    }

    .more_plans_series_card_wrap a {
        text-decoration: none;
        color: #141414;
    }

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

    .nav_hb {
        display: none;
    }

    .nav_hb_explore_events_btn svg {
        display: none;
    }

    .nav_hb_sign_up_btn svg {
        display: none;
    }

    .nav_hb_log_in_btn svg {
        display: none;
    }

    .nav_input {
        display: none;
    }

    .nav_hb_2 svg {
        display: none;
    }

    .navbar_wrap_2 {
        display: flex;
        justify-content: space-between;
        background-color: #F1EFDB;
        border: 3px solid #141414;
    }


    .nav_menu_list_2 {
        display: flex;
        justify-content: space-between;
        margin-right: 15px;
    }

    .nav_menu_login .login {
        display: none;
    }

    .events_reminder_layout_left input {
        display: none;
    }

    .events_reminder_vertical_navbar_wrap .filter_txt {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        position: absolute;
        top: 18px;
        right: 120px;
    }

    .hamburger {
        position: absolute;
        top: 3px;
        right: 23px;
    }

    .hamburger .line {
        width: 20px;
        height: 5px;
        background-color: #141414;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    #hamburger-5.is-active {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #hamburger-5.is-active .line:nth-child(2) {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    #hamburger-5 .line:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }


    #hamburger-5.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-5.is-active .line:nth-child(1),
    #hamburger-5.is-active .line:nth-child(3) {
        width: 20px;
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
    }

    #hamburger-5.is-active .line:nth-child(1) {
        -webkit-transform: translateY(15px) rotate(45deg);
        -ms-transform: translateY(15px) rotate(45deg);
        -o-transform: translateY(15px) rotate(45deg);
        transform: translateY(15px) rotate(45deg);
    }

    #hamburger-5.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-15px) rotate(-45deg);
        -ms-transform: translateY(-15px) rotate(-45deg);
        -o-transform: translateY(-15px) rotate(-45deg);
        transform: translateY(-15px) rotate(-45deg);
    }

    .event_attend_page_breakpoints {
        display: none;
    }


}

@media screen and (max-width:767px) {


    .nav_logo img {
        width: 100%;
        height: 100%;

    }

    .navbar {
        display: flex;
        justify-content: space-between;
        background-color: #F1EFDB;
        border: 3px solid #141414;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19);
        height: 60px;
        position: relative;
        z-index: 3;
    }


    .nav_logo {
        width: 165px;
        height: 35px;
        margin-left: 15px;
        margin-top: 12px;
        z-index: 3;
    }

    .nav_hb span {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #F69CBC;
        display: block;
    }

    .nav_hb {
        display: flex;
        justify-content: center;
        position: relative;
        position: absolute;
        top: 12px;
        right: 30px;
        z-index: 3;
    }

    .nav_hb svg {
        position: absolute;
        top: 5px;

    }

    .nav_menu_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        background-color: #f1efdb;
        border: 3px solid #141414;
        height: 240px;
        border-top: none;
        animation: fadeDown 0.5s ease forwards;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
    }

    @keyframes fadeDown {
        from {
            opacity: 0;
            transform: translateY(-40px);
            /* Start position: move up slightly */
        }

        to {
            opacity: 0.8;
            transform: translateY(-10px);
            /* End position: move down to normal position */
        }
    }

    .nav_menu_list {
        display: none;
    }

    .nav_menu_list li {
        font-size: 25px;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .nav_menu_list a {
        text-decoration: none;
        color: #141414;

    }

    .nav_hb_explore_events_btn {
        display: flex;
        margin-top: 25px;
        border-bottom: 3px solid #141414;
        height: 40px;


    }

    .nav_menu_list svg {
        display: block;
    }

    .nav_hb_sign_up_btn svg {
        display: block;
    }

    .nav_hb_log_in_btn {
        display: flex;
        margin-top: 25px;
        border-bottom: 3px solid #141414;
        height: 40px;

    }

    .nav_hb_log_in_btn svg {
        display: block;
    }

    .nav_hb_log_in_btn li,
    .nav_hb_explore_events_btn li {
        margin-left: 15px;

    }

    .nav_hb_sign_up_btn {
        display: flex;
        margin-top: 25px;
        border-bottom: 3px solid #141414;
        height: 40px;

    }

    .nav_hb_sign_up_btn p {
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        margin-left: 15px;

    }



    .nav_input {
        display: none;
    }

    .About_us_logo {

        display: none;

    }

    .About_us_banner_pic {
        width: 360px;
        height: 400px;
        border: 3px solid #141414;
        border-radius: 10px;
        margin: 50px auto;
        overflow: hidden;

    }

    .About_us_banner_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 10%;
        border-radius: 8px;

    }

    .Carousel_btn.swiper-pagination .swiper-pagination-bullet {
        display: none;
    }


    .About_us_content h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
    }

    .About_us_content span {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 48px;
        color: #F07943;

    }

    .About_us_content p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        text-align: center;
        padding: 0 25px;
    }

    .About_us_content button {
        margin-top: 30px;
        background-color: #3B7C46;
        border: 3px solid #141414;
        color: #FFFFFF;
        width: 200px;
        height: 46px;
        font-size: 24px;
        border-radius: 10px;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 8px;
        margin: 30px 115px;
    }

    .About_us_news_card_txt {
        margin-top: 20px;
        margin-left: 10px;
        width: 280px;
        flex-grow: 0.7;
        display: grid;
        gap: 10px;

    }

    .About_us_news_card_txt_1 {
        margin-top: 20px;
        margin-left: 10px;
        width: 280px;
        flex-grow: 0.7;
        display: grid;
        gap: 10px;
    }

    .About_us_news_card_txt_1 h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;

    }

    .About_us_news_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;
    }

    .About_us_news_card_txt_1 p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .About_us_news_card_txt p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .About_us_news_card_pic {
        border-radius: 10px;
        width: 278px;
        height: 160px;
        margin-left: 10px;
    }

    .About_us_news_card_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19)
    }

    .About_us_news_card_list {
        border: 3px solid #141414;
        width: 360px;
        height: 376px;
        border-radius: 10px;
        background-color: #F1EFDB;
        margin-left: -80px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19)
    }

    .About_us_news_card_wrap {
        display: flex;
        justify-content: flex-start;
        margin-top: 60px;
        overflow: auto;
        max-width: 430px;

    }

    .About_us_news_card_wrap::-webkit-scrollbar {
        width: 5px;
    }


    .About_us_news_card_wrap::-webkit-scrollbar-track {
        background: #6c757d82;
        border-radius: 10px;
    }


    .About_us_news_card_wrap::-webkit-scrollbar-thumb {
        background: #6C361E;
        border-radius: 10px;
    }


    .About_us_news_card_wrap::-webkit-scrollbar-thumb:hover {
        background: #ad3b3a;
    }

    .About_us_news_card_list_5 {
        border: 3px solid #141414;
        width: 360px;
        height: 376px;
        border-radius: 10px;
        background-color: #F07943;
        color: #FFFFFF;
        margin-left: -80px;
        padding-right: 10px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19)
    }

    .About_us_news_title {
        font-size: 28px;
        line-height: 34px;
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #211F20;
        margin-top: 80px;
        padding: 0 10px;
        text-align: center;
    }

    .About_us_news_subtitle {
        margin-top: 20px;
        font-size: 18px;
        line-height: 26px;
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0C0C20;
        text-align: left;
        padding: 0 50px;
        text-align: center;
    }

    .About_us_news button {
        margin-top: 40px;
        background-color: #3B7C46;
        border: 3px solid #141414;
        color: #FFFFFF;
        width: 270px;
        height: 48px;
        font-size: 24px;
        border-radius: 10px;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 30px;
        margin-left: 80px;
        margin-bottom: 40px;
        padding-bottom: 10px;

    }

    .About_us_news {
        background-color: #F69CBC;
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .About_us_news_container {
        max-width: 430px;
    }


    .download_container {
        width: 430px;
        height: 120px;

    }

    .download_container p {
        display: none;
    }



    .download_btn {
        display: flex;
        justify-content: space-between;
        width: 410px;
        height: 90px;
        margin-top: 30px;
    }

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

    .Explore_events_app_title {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 36px;
        margin-top: 58px;

    }

    .Explore_events_app_subtitle {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 34px;
        margin-top: 40px;
        width: 380px;


    }

    .Explore_events_app_wrap {
        display: flex;
        flex-direction: column-reverse;
        margin: auto;
        position: relative;
        width: 430px;

    }

    .download_container img {
        margin-left: 20px;
    }

    .download_container .Qr_code_img {
        display: none;
    }

    .Explore_events_app_pic {
        width: 400px;
        position: absolute;
        z-index: -1;
        top: 420px;
        align-self: center;
        animation: zoomInDown 3s ease 2s;
    }

    @keyframes zoomInDown {
        from {
            opacity: 0;
            -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        }
    }

    .animate__zoomInDown {
        -webkit-animation-name: zoomInDown;
        animation-name: zoomInDown;
    }

    .Explore_events_app_pic img {
        width: 100%;
        height: 570px;
        object-fit: cover;
        margin-bottom: 30px;

    }

    .Explore_events_app_des {
        width: 430px;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        animation: slideInDown 3s ease 2s;
    }

    @keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, -10%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .animate__slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }



    .search_event_btn input {
        border: 3px solid #ffffff;
        width: 150px;
        height: 40px;
        border-radius: 10px 0 0 10px;
        border-right: none;
        padding-left: 15px;
        padding-bottom: 5px;
        background-color: transparent;
    }

    .search_city_btn input {
        border: 3px solid #ffffff;
        width: 150px;
        height: 40px;
        border-radius: 0 10px 10px 0;
        padding-left: 15px;
        padding-bottom: 5px;
        background-color: transparent;
    }

    .search_city_btn input[placeholder="Taipei"] {
        font-size: 14px;
        color: #FFFFFF;
        padding-left: 45px;
    }

    .search_event_btn input[placeholder="Search Events"] {
        font-size: 14px;
        color: #FFFFFF;
        padding-left: 45px;
    }

    .search_event_btn input::placeholder,
    .search_city_btn input::placeholder {
        font-size: 14px;
        color: #FFFFFF;

    }

    .search_event_btn i {
        font-size: 20px;
        margin-top: 15px;
        position: absolute;
        margin-left: 20px;

    }

    .search_city_btn i {
        font-size: 20px;
        margin-top: 15px;
        position: absolute;
        margin-left: 20px;
    }

    .hero_searchbar {
        display: flex;
        justify-content: center;
        text-align: start;
        margin-top: 50px;
    }

    .hero_txt h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 40px;
        margin-top: 50px;
    }

    .hero_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .hero_txt p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .hero_txt {
        color: #ffffff;
        text-align: center;
        position: absolute;
        width: 95%;
        max-width: 400px;
    }

    .hero_video_banner {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .hero_video {
        display: flex;
        justify-content: center;
        max-width: fit-content;
        height: 380px;

    }

    .hero_video video {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .hero_video span {
        background-color: #3D3D3D;
        width: 100%;
        display: block;
        height: 380px;
        position: absolute;
        opacity: 0.3;
        left: 0;
    }

    .events_card_location,
    .events_card_time,
    .events_card_interested {
        display: flex;
        justify-content: flex-start;
    }

    .events_card_price {
        display: flex;
        margin-right: 10px;
    }

    .events_card_location p,
    .events_card_time p,
    .events_card_price p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 8px;

    }

    .events_card_interested p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 10px;
        color: #3B7C46;
        padding-top: 8px;

    }

    .events_card_location svg,
    .events_card_time svg,
    .events_card_interested svg,
    .events_card_price svg {
        margin-top: 10px;

    }

    .events_card_footer {
        display: flex;
        justify-content: space-between;
    }

    .events_card_txt {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .events_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;

    }

    .events_card_pic {
        width: 270px;
    }

    .events_card_pic img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .events_card {
        border: 3px solid #141414;
        width: 270px;
        border-radius: 10px;
        background-color: #F1EFDB;
        position: relative;
        scale: 1;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19);
        margin: auto;
    }

    .events_card:hover {
        scale: 1.1;
    }

    .save_btn_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #F07943;
        display: block;
        position: relative;



    }

    .events_card_save_btn {
        position: absolute;
        top: 120px;
        left: 210px;
    }

    .events_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .browsing_events_group a {
        text-decoration: none;
        color: #141414;
    }

    .events_card_wrap {
        display: grid;
        grid-template-columns: repeat(1, 100vw);
        grid-template-rows: repeat(12, 400px);
        gap: 30px;
        align-items: center;
        margin-top: 60px;

    }

    .browsing_events_group {
        margin-top: 70px;
        margin-bottom: 70px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .events_location_list h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 18px;
        margin-top: 10px;
    }

    .events_location_list {
        display: flex;
        justify-content: center;
        padding-left: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .events_location {
        display: flex;
        background-color: #3b7c464d;
        width: 180px;
        border-radius: 8px;
        height: 40px;
        margin-left: 50px;
    }

    .events_location p {
        color: #3B7C46;
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .events_location svg {
        margin-top: 5px;
        margin-left: 7px;
    }

    .events_dates_tag li {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        margin-left: 20px;
        width: fit-content;
        white-space: nowrap;
    }

    .events_dates_tag ul {
        display: flex;
        justify-content: flex-start;
    }

    .events_dates_tag {
        width: 100%;
        overflow: auto;
        margin-top: 30px;
        margin-left: 10px;


    }

    .events_dates_tag::-webkit-scrollbar {
        width: 5px;
    }


    .events_dates_tag::-webkit-scrollbar-track {
        background: #6c757d82;
        border-radius: 10px;
    }


    .events_dates_tag::-webkit-scrollbar-thumb {
        background: #6C361E;
        border-radius: 10px;
    }


    .events_dates_tag::-webkit-scrollbar-thumb:hover {
        background: #ad3b3a;
    }

    .events_dates_tag li:hover {
        border-bottom: 3px solid #141414;
        width: fit-content;
    }

    .Event_page_banner_pic {
        height: 258px;
        width: auto;
        animation: wrapper-gradient 2s linear;
        overflow: hidden;
    }

    @keyframes wrapper-gradient {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes img-gradient {
        0% {
            transform: translateY(100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes slideInTop {
        from {
            transform: translate3d(0, -100%, 0);
            opacity: 0;
        }

        to {
            transform: none;
            opacity: 1;
        }
    }

    .Event_page_banner_pic_2 {
        height: 258px;
        width: auto;
        animation: wrapper-gradient 2s linear;
        overflow: hidden;
    }

    .Event_page_banner_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 20% 35%;
        animation: img-gradient 2s linear;
    }

    .Event_page_banner_pic_2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 10% 60%;
    }

    .Event_page_details p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
    }

    .Event_page_details h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 40px;
        margin-top: 30px;
    }

    .Event_page_details {
        width: 420px;
        animation: slideInTop 3s ease 0s;
        margin-left: 25px;
    }

    .event_page_layout_left {
        max-width: 440px;
        margin: auto;
    }

    .Event_page_time_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
        margin-top: 50px;
        margin-left: 25px;
    }

    .Event_page_time_wrap {
        background-color: #F07943;
        width: 380px;
        height: 340px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 3px solid #141414;
        border-radius: 10px;
        margin-top: 30px;
        position: relative;
        margin-left: 25px;
    }

    .Event_page_time_info {
        margin-top: 20px;
        margin-left: 22px;
    }

    .Event_page_time_info p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        margin-left: 40px;
        color: #FFFFFF;

    }

    .Event_page_time_details {
        display: flex;
        margin-bottom: 10px;
    }

    .Event_page_time_info .Event_page_time_details p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
        margin-left: 10px;

    }

    .swiper-scrollbar {
        position: absolute;
        width: 8px;
        top: 20px;
        right: 10px;
        cursor: pointer;
    }


    .Event_time_card {
        border: 3px solid #141414;
        background-color: #F1EFDB;
        width: 120px;
        height: 180px;
        border-radius: 10px;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .Event_time_card p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 22px;
        color: #F07943;
        margin-top: 10px;


    }

    .Event_time_card .Event_time_card_date {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 22px;
        color: #FFFFFF;
        margin-top: 20px;
        position: absolute;
        top: 85px;
    }

    .Event_time_card_line {
        border-bottom: 3px solid #141414;
        display: block;
        width: 90px;
        margin-top: 10px;

    }

    .Event_time_card_dot {
        height: 50px;
        width: 50px;
        background-color: #3B7C46;
        border-radius: 50%;
        display: inline-block;
        margin-top: 15px;
    }

    .Event_time_card_wrap {
        display: flex;
        justify-content: flex-start;
        width: 720px;
        margin-top: 50px;

    }

    .event_summary {
        width: 380px;
        margin-top: 60px;
        margin-left: 25px;
    }

    .event_summary h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
    }

    .event_summary strong {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
        display: inline-block;
    }

    .event_summary li {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        list-style-type: disc;
        margin-left: 30px;
    }

    .event_summary p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        margin-top: 40px;
    }

    .event_page_main_container {
        margin-top: 60px;
    }

    .event_tags {
        border: 3px solid #141414;
        width: 180px;
        height: 45px;
        border-radius: 8px;
        background-color: #F69CBC;
    }

    .event_tags:hover {
        background-color: #ad3c3a;
        color: #FFFFFF;

    }

    .event_tags p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        text-align: center;
        margin-top: 12px;
    }

    .event_tags span {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 18px;
        text-align: center;
        margin-top: 12px;
    }

    .event_tags_group {
        display: grid;
        grid-template-columns: repeat(2, 200px);
        grid-template-rows: repeat(2, 70px);
        margin-top: 30px;
        margin-left: 25px;
    }

    .event_tags_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
        margin-left: 25px;
    }

    .event_tags_list {
        margin-top: 60px;

    }

    .event_attendees_list {
        margin-top: 60px;
        margin-left: 25px;
    }

    .event_attendees_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;

    }

    .event_host_tag {
        border: 3px solid #141414;
        background-color: #F69CBC;
        height: 20px;
        width: 50px;
        border-radius: 5px;
        position: absolute;
        top: 16px;
        left: 23px;

    }

    .event_host_tag p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        text-align: center;
        margin-top: 3px;
    }

    .event_attendees_card_pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 3px solid #141414;
        object-fit: cover;
    }

    .event_attendees_card_pic {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .event_attendees_card p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        margin-top: 20px;
    }

    .event_attendees_card {
        border: 3px solid #141414;
        background-color: #F1EFDB;
        height: 160px;
        width: 130px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
        margin: 0 15px;

    }

    .event_attendees_card_wrap {
        display: flex;

    }

    .event_attendees_card_container::-webkit-scrollbar {
        width: 5px;
    }


    .event_attendees_card_container::-webkit-scrollbar-track {
        background: #6c757d82;
        border-radius: 10px;

    }


    .event_attendees_card_container::-webkit-scrollbar-thumb {
        background: #6C361E;
        border-radius: 10px;

    }

    .event_attendees_card_container::-webkit-scrollbar-thumb:hover {
        background: #ad3b3a;

    }

    .event_attendees_card_container {
        overflow: auto;
        display: flex;
        justify-content: flex-start;
        width: auto;
        background-color: #F07943;
        height: 220px;
        border: 3px solid #141414;
        border-radius: 10px;
        padding-top: 30px;
        margin-top: 30px;
        position: relative;
    }

    .event_comments_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
        margin-left: 25px;
    }

    .event_comments_list {
        margin-top: 60px;

    }

    .event_comments_user_pic {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 3px solid #141414;

        position: absolute;
        top: -20px;
        left: 20px;

    }

    .event_comments_user_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;

    }

    .event_comments_box textarea {
        border: 3px solid #141414;
        background-color: #F1EFDB;
        border-radius: 10px;
        width: 305px;
        height: 150px;
        margin-left: 45px;
        
    }

    .event_comments_box textarea::placeholder {
        font-size: 18px;
       
    }

    .event_comments_box [placeholder="Add a comment..."] {
        font-size: 18px;
        padding-left: 50px;
        padding-top: 20px;
    }

    .event_comments_box p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .event_comments_wrap {
        width: 420px;
        margin-top: 30px;
        position: relative;
    }

    .event_comments_btn {
        position: absolute;
        top: 130px;
        right: 40px;
    }

    .members_interested_events_list {
        margin-top: 60px;

    }

    .members_interested_events_list h2 {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 22px;
        margin-left: 25px;
    }

    .interested_card_time,
    .interested_card_price,
    .interested_card_location,
    .interested_card_interested {
        display: flex;
    }

    .interested_card_time p,
    .interested_card_price p,
    .interested_card_location p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        margin-left: 20px;
        padding-top: 8px;
    }

    .interested_card_interested p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #3B7C46;
        margin-left: 20px;
        padding-top: 8px;
    }

    .members_interested_card_txt {
        width: 330px;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;

    }

    .interested_card_time,
    .interested_card_price,
    .interested_card_location,
    .members_interested_card_txt_footer {
        margin-top: 10px;

    }

    .members_interested_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
    }

    .share_btn_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #F07943;
        display: block;

    }

    .members_interested_card_txt_footer {
        display: flex;
        justify-content: space-between;

    }

    .interested_card_share_btn {
        position: relative;

    }

    .interested_card_share_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;

    }

    .interested_card_save_btn {
        position: relative;
    }

    .interested_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .members_interested_card_txt_footer_btn_group {
        display: flex;
        justify-content: space-between;
        width: 100px;
        margin-right: 20px;
        position: absolute;
        top: -45px;
        right: -15px;
        z-index: 1;

    }

    .members_interested_card_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
        vertical-align: top;
        scale: 1;
        transition: 0.5s;


    }

    .members_interested_card_pic:hover img {
        scale: 1.1;
    }

    .members_interested_events_card .members_interested_card_pic {
        overflow: hidden;
    }

    .members_interested_card_pic {
        width: 375px;
        height: 250px;
        border-radius: 8px 8px 0 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19)
    }

    .members_interested_events_card {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 375px;
        border: 3px solid #141414;
        height: 500px;
        border-radius: 10px;
        background-color: #F1EFDB;
        margin: 40px 0;
    }

    .members_interested_events_card_wrap {
        margin: auto;
        max-width: 380px;

    }

    .members_interested_events_card_wrap a {
        text-decoration: none;
        color: #141414;
    }

    .events_page_location_list {
        display: none;
    }

    .event_ticket_stepper input {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        width: 35px;
        border: 3px solid #141414;
        border-radius: 3px;
        background-color: #F1EFDB;
        text-align: center;
    }

    .event_ticket_stepper {
        width: 110px;
        display: flex;
        justify-content: space-between;
        margin-left: 45px;
    }

    .event_ticket_stepper svg {
        margin-top: 2px;

    }

    .event_ticket_btn {
        background-color: #3B7C46;
        width: 130px;
        height: 35px;
        display: flex;
        justify-content: center;
        border: 3px solid #141414;
        border-radius: 6px;

    }

    .event_ticket_btn p {
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 34px;
    }

    .event_ticket_btn svg {
        margin-left: 5px;
        margin-top: 4px;
    }

    .event_ticket_reserve_compact {
        display: flex;
        justify-content: space-between;
        width: 300px;
        height: 100px;
    }

    .event_ticket_compact_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .event_ticket_reserve_txt {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        width: 70px;
        padding-left: 20px;
    }

    .event_ticket_reserve_txt p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
    }

    .event_ticket_reserve_compact {
        background-color: #F1EFDB;
        border: 3px solid #141414;
        border-radius: 10px;
        width: 355px;
        height: 145px;
    }

    .reserve_a_spot_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 358px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .event_ticket_reserve_list {
        background-color: #F07943;
        width: auto;
        height: 285px;
        border: 3px solid #141414;
        border-radius: 10px 10px 0 0;

    }

    .event_ticket_reserve_compact_group {
        height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 35px;

    }

    .event_page_layout_right {
        position: sticky;
        bottom: 0;
        z-index: 500;


    }

    .navbar_wrap_2 {
        max-width: 100%;
    }

    .navbar_2 {
        display: flex;
        justify-content: space-between;
        height: 70px;
        background-color: #F1EFDB;
        border: 3px solid #141414;
        flex-wrap: wrap;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0px rgba(0, 0, 0, 0.19);
        z-index: 5;
        position: relative;
    }

    .nav_logo_2 {
        margin-left: 20px;
        margin-top: 15px;
    }

    .nav_logo_2 img {
        width: 60px;
        height: 100%;
        object-fit: cover;
    }

    .hero_searchbar_2 {
        display: flex;
        justify-content: center;
        text-align: start;
        margin-top: 12px;
        position: relative;
    }

    .search_event_btn_2 input {
        border: 3px solid #141414;
        width: 170px;
        height: 20px;
        border-radius: 50px;
        padding-left: 15px;
        padding-bottom: 5px;
        display: flex;
        justify-content: flex-start;
        background-color: transparent;
        margin-top: 5px;
        margin-right: 20px;
    }

    .search_city_btn_2 input {
        display: none;
    }

    .search_event_btn_2 input[placeholder="Search Events"] {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        padding-left: 3em;
        padding-top: 7px;

    }


    .search_event_btn_2 input::placeholder {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;

    }



    .search_event_btn_2 i {
        font-size: 20px;
        margin-top: 10px;
        position: absolute;
        left: 20px;
        top: 5px;
    }

    .search_city_btn_2 i {
        font-size: 20px;
        margin-top: 10px;
        position: absolute;
        right: 40px;
        top: 5px;
    }


    .search_event_btn_2 {
        position: relative;
    }

    .nav_menu_connections,
    .nav_menu_messages,
    .nav_menu_notifications {
        width: 200px;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        border-bottom: 3px solid #141414;

    }

    .nav_menu_login {
        border-bottom: 3px solid #141414;
        margin-left: 20px;
        margin-top: 10px;
    }


    .nav_menu_list_2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 310px;
        background-color: #f1efdb;
        border-top: none;
        z-index: 4;
        animation: fadeDown 0.5s ease forwards;
        position: absolute;
        border: 3px solid #141414;
        width: 98.5%;
    }


    .nav_menu_login .down_arrow {
        margin-left: 0px;
    }

    .navbar_2 .nav_menu_list span {
        height: 47px;
        margin-top: 13px;
        margin-right: 10px;
    }

    .nav_menu_list_2 .nav_menu_connections p,
    .nav_menu_messages p,
    .nav_menu_notifications p,
    .nav_menu_login p {
        border: none;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 26px;
        line-height: 20px;
        margin-left: 20px;
        padding-top: 13px;

    }

    .nav_menu_login {
        display: flex;
        justify-content: center;
    }

    .nav_menu_connections svg,
    .nav_menu_messages svg,
    .nav_menu_notifications svg,
    .nav_menu_login svg {
        width: 30px;
        width: 30px;
    }

    .dropdown_btn {
        display: none;
    }



    .nav_hb_2 {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 18px;
        margin-right: 20px;
        z-index: 3;

    }

    .nav_hb_2 span {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #F69CBC;
        display: block;
    }

    .nav_menu_list_2 {
        display: none;
    }

    .navbar_2 .nav_menu_list {
        display: none;
    }

    .nav_hb_2 svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

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

    .events_reminder_card_list_title h2 {
        display: none;
    }

    .events_reminder_layout_left {

        margin-top: 80px;
        margin-left: 40px;
    }

    .events_reminder_vertical_navbar_line {
        border-bottom: 2px solid #141414;
        display: inline-block;
        width: 195px;


    }

    .events_reminder_vertical_navbar_dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background-color: #141414;
        position: absolute;
        left: 194px;
        top: 7.5px;

    }

    .events_reminder_vertical_navbar_dec {
        position: relative;


    }

    .events_reminder_menu_btn_dot {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-block;
        background-color: #F1EFDB;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .events_reminder_menu_btn {
        position: relative;
        position: absolute;
        top: 8px;
        right: 20px;
    }

    .events_reminder_vertical_navbar_wrap {
        position: relative;
        z-index: 3;
    }

    .events_reminder_vertical_navbar_txt {
        height: 320px;
        width: 340px;
        background-color: #F69CBC;
        border: 3px solid #141414;
        border-radius: 30px 30px 30px 30px;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .events_reminder_vertical_navbar_txt {
        display: none;
    }

    #switch_btn:checked~.events_reminder_vertical_navbar_wrap .events_reminder_vertical_navbar_txt {
        display: block;
        animation: wrapper-gradient_2 2s linear;
        overflow: hidden;
    }

    @keyframes wrapper-gradient_2 {
        0% {
            transform: translateY(0px);
        }

        100% {
            transform: translateY(20px);
        }
    }

    .events_reminder_vertical_navbar_txt p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        margin-left: 100px;
        margin-top: 10px;
        color: #575757;
        margin-top: 20px;
    }

    .hamburger {
        position: absolute;
        top: 3px;
        right: 23px;
    }

    .hamburger .line {
        width: 20px;
        height: 5px;
        background-color: #141414;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    #hamburger-5.is-active {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #hamburger-5.is-active .line:nth-child(2) {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    #hamburger-5 .line:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }


    #hamburger-5.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-5.is-active .line:nth-child(1),
    #hamburger-5.is-active .line:nth-child(3) {
        width: 20px;
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
    }

    #hamburger-5.is-active .line:nth-child(1) {
        -webkit-transform: translateY(15px) rotate(45deg);
        -ms-transform: translateY(15px) rotate(45deg);
        -o-transform: translateY(15px) rotate(45deg);
        transform: translateY(15px) rotate(45deg);
    }

    #hamburger-5.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-15px) rotate(-45deg);
        -ms-transform: translateY(-15px) rotate(-45deg);
        -o-transform: translateY(-15px) rotate(-45deg);
        transform: translateY(-15px) rotate(-45deg);
    }

    .events_reminder_vertical_navbar_txt .attending {
        margin-top: 100px;
    }

    .events_reminder_vertical_navbar_txt .attending {
        color: #141414;
    }

    .events_reminder_vertical_navbar {
        border: 3px solid #141414;
        border-radius: 50px;
        width: 340px;
        height: 60px;
        background-color: #F69CBC;
        margin-top: 50px;
    }

    .events_reminder_calendar {
        display: grid;
        grid-template-columns: repeat(7, 30px);
        grid-template-rows: repeat(6, 20px);
        row-gap: 25px;
        column-gap: 15px;
        justify-content: center;
        margin-top: 25px;
        position: relative;
    }

    .events_reminder_calendar p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        text-align: center;
    }

    .events_reminder_calendar_list {
        background-color: #F07943;
        width: 340px;
        border: 3px solid #141414;
        border-radius: 7px;
        height: 340px;
        margin-top: 50px;
    }

    .events_reminder_calendar_title p {
        color: #FFFFFF;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 20px;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .events_reminder_calendar_title {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .events_reminder_calendar .date_emphasis {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 20px;
        color: #ffffff7b;
    }

    .date_emphasis_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #3B7C46;
        display: block;
        position: absolute;
        right: 105px;
        top: 82px;
    }

    .events_reminder_calendar .date_popup {
        z-index: 1;
    }

    .events_reminder_calendar_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 160px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        padding-bottom: 5px;

    }

    .events_reminder_calendar_btn:hover {
        background-color: #90a955;
    }

    .events_reminder_calendar_btn_wrap {
        display: flex;
        justify-content: center;
        margin-top: 45px;
        gap: 8px;
    }

    .events_reminder_layout_left {
        order: -1;
        margin: auto;
        margin-top: 80px;
    }

    .events_reminder_layout_left input {
        display: none;
    }

    .events_reminder_main_container {
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .back_to_home_page_group {
        display: flex;

    }

    .back_to_home_page_group p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        margin-left: 15px;
    }

    .events_reminder_card_txt_footer_btn_group {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
        margin-left: 90px;


    }

    .events_reminder_card_seemore_btn {
        display: flex;
        width: 430px;
        justify-content: flex-end;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .events_reminder_card_seemore_btn p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #C1C1C1;
        padding-top: 7px;

    }

    .events_reminder_card_seemore_btn svg {
        margin-left: 3px;

    }

    .events_reminder_card_wrap {
        display: grid;
        grid-template-columns: repeat(4, 95px);
        grid-template-rows: repeat(3, 100px);
        margin-top: 50px;
        margin-left: 20PX;
    }

    .events_reminder_flip_card_inner {
        border: 3px solid #141414;
        border-radius: 10px;
        width: 180px;
        height: 210px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        margin-left: 20px;
        grid-column: 3/5;
        grid-row: 1/4;
    }


    .events_reminder_card_pic_front img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        border-radius: 7px;
    }

    .events_reminder_card_txt {
        width: 190px;
        height: 325px;
        order: -1;
        grid-column: 1/3;
        grid-row: 1/4;

    }

    .events_reminder_card_txt_time {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        margin-top: 5px;
    }

    .events_reminder_vertical_navbar_wrap .filter_txt {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        position: absolute;
        top: 18px;
        right: 150px;
    }

    .events_reminder_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        line-height: 28px;
        margin-top: 15px;
    }

    .events_reminder_card_txt_location {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        margin-top: 15px;
    }

    .events_reminder_card_txt_interested {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-size: 16px;
        color: #3B7C46;
        margin-top: 15px;
    }

    .events_reminder_card_save_btn {
        position: relative;
        margin-left: 20px;
    }

    .events_reminder_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .events_reminder_card_share_btn {
        position: relative;
        margin-left: 20px;
    }

    .events_reminder_card_share_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .events_reminder_line {
        border-bottom: 3px solid #141414;
        display: block;
        margin-top: 50px;
        margin-left: 20px;
    }

    .events_reminder_card_title {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 28px;
        line-height: 26px;
        margin-left: 20px;
    }

    .events_reminder_card_list_title {
        display: grid;
        grid-template-columns: repeat(1, 430px);
        gap: 70px;
        justify-content: center;

    }


    .events_reminder_card {
        margin-top: 60px;
    }


    .events_reminder_card_list_title h2 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 48px;
        line-height: 64px;
    }

    .events_reminder_layout_right {
        margin-top: 80px;

    }

    .view_event_ticket_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 188px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        padding-bottom: 5px;

    }

    .back_to_home_page_group_2 {
        display: none;
    }

    .event_attend_header {
        width: 425px;
        height: 90px;
        background-color: #F69CBC;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .event_attend_header_txt {
        width: 760px;
        display: flex;
        justify-content: space-around;

    }

    .event_attend_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 34px;
        margin-left: 10px;
    }


    .event_attend_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        line-height: 26px;
        margin-top: 15px;
    }

    .h100 {
        height: 100%;
    }

    .Login_page_wrap_bg {
        background-color: #F07943;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .Login_page_container {
        background-color: #F1EFDB;
        width: 390px;
        height: 655px;
        border: 3px solid #141414;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 805px;
    }

    .Login_header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .Login_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 24px;
        margin-top: 30px;
    }

    .Login_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        color: #8E8E8E;
        margin-top: 15px;
    }

    .Login_header a {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
        color: #3B7C46;
        text-decoration: none;
    }

    .Login_main_pwd svg {
        position: absolute;
        right: 20px;
        top: 80px;
    }

    .Login_main_usermail input,
    .Login_main_pwd input {
        border: 3px solid #141414;
        width: 300px;
        height: 70px;
        border-radius: 10px;
        font-size: 22px;
        margin-top: 10px;
    }



    .Login_main_usermail label,
    .Login_main_pwd label {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
    }

    .Login_main_usermail,
    .Login_main_pwd {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .Login_main_pwd a {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        text-decoration: none;
        color: #3B7C46;
        display: inline-block;
        margin-left: 80px;
    }

    .Login_main_pwd {
        position: relative;
    }

    .Login_main_pwd_txt {
        margin-top: 20px;

    }

    .Login_main_claim {
        margin-top: 20px;
        display: flex;
    }

    .Login_main_claim input {
        width: 15px;
        height: 15px;
        display: inline-block;
    }

    .Login_main_claim label {
        font-size: 16px;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        padding-top: 3px;
        margin-left: 5px;
        display: block;
    }

    .Login_main_container a {
        display: inline-block;
        align-self: center;
    }

    .log_in_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 210px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 30px;
    }



    .other_login_methods_group {
        display: flex;
        justify-content: center;
        margin-top: 50px;

    }

    .other_login_methods_group span {
        border-top: 3px solid #141414;
        display: block;
        width: 87px;
        margin-top: 10px;

    }

    .other_login_methods_group p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: auto;
        margin: 0 20px;
        width: 180px;
        text-align: center;

    }

    .other_signup_methods_group {
        display: flex;
        justify-content: center;
        margin-top: 50px;

    }

    .other_signup_methods_group p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: auto;
        margin: 0 20px;
        width: 180px;
        text-align: center;

    }

    .other_signup_methods_group span {
        border-top: 3px solid #141414;
        display: block;
        width: 87px;
        margin-top: 10px;

    }

    .social_media_icons_btn {
        display: flex;
        justify-content: center;
        margin-top: 30px;

    }

    .social_media_icons_btn img {
        width: 60%;
    }

    .Login_logo img {
        width: 117px;
        height: 97px;
    }

    .Login_main_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Login_main_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .Signup_page_container {
        background-color: #F1EFDB;
        width: 390px;
        height: 655px;
        border: 3px solid #141414;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .Signup_main_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .Signup_page_wrap_bg {
        background-color: #F07943;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .Signup_main_usermail input {
        border: 3px solid #141414;
        width: 300px;
        height: 70px;
        border-radius: 10px;
        font-size: 22px;
        margin-top: 10px;
    }

    .Signup_main_usermail label {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
    }

    .Signup_main_usermail {
        display: flex;
        flex-direction: column;
    }

    .signup_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 210px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 50px;
    }



    .event_Register_page_layout_left {
        border: 3px solid #141414;
        width: 425px;
        height: 653px;
    }

    .event_Register_header {
        width: 425px;
        height: 90px;
        background-color: #F69CBC;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .event_Register_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 34px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .event_Register_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .view_tickets_btn {
        display: none;
    }

    .event_attend_page_breakpoints {
        display: flex;
        justify-content: space-evenly;
        background-color: #F1EFDB;
        border: 3px solid #141414;
        border-top: none;
        width: 425px;
        height: 70px;
    }

    .view_tickets_btn_2 {
        background-color: #3B7C46;
        border: 3px solid #141414;
        color: #FFFFFF;
        width: 170px;
        height: 45px;
        font-size: 20px;
        border-radius: 10px;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 10px;
        margin-top: 12px;
    }

    .event_attend_social_media_icon_group_2 {
        display: flex;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .event_Register_container_title {
        display: flex;
        justify-content: space-between;
        width: 390px;
        margin-top: 40px;
        margin-left: 25px;

    }

    .event_Register_container h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        line-height: 26px;
    }

    .event_Register_container p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
    }

    .event_Register_box {
        margin-top: 40px;
        position: relative;
    }

    .event_Register_box_title input {
        border: 3px solid #141414;
        width: 145px;
        height: 50px;
        border-radius: 7px;
        padding-top: 7px;
        background-color: transparent;

    }

    .event_Register_box_title_3 input {
        border: 3px solid #141414;
        width: 345px;
        height: 50px;
        border-radius: 7px;
        margin-top: 20px;
        padding-top: 7px;
        background-color: transparent;
        margin-left: 25px;

    }


    .event_Register_box p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        margin-left: 20px;

    }

    .event_Register_box_name .event_Register_box_title input[placeholder="Harry"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box_name .event_Register_box_title input[placeholder="Karl"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box .register_box_first_name {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;
        margin-left: 28px;
        position: absolute;
        top: 7px;
    }

    .event_Register_box_title input[placeholder="Jacobs"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box_title input[placeholder="Lewis"] {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-top: 13px;
        padding-left: 1.1em;
    }

    .event_Register_box .register_box_last_name {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;
        margin-left: 28px;
        position: absolute;
        top: 7px;
    }

    .event_Register_box_title input::placeholder {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;

    }

    .event_Register_box .register_box_email_add {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;
        margin-left: 52px;
        position: absolute;
        top: 95px;
    }

    .event_Register_box_title_3 input[placeholder="harrylewis1124@gmail.com"] {

        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-top: 15px;
        padding-left: 1.1em;

    }

    .event_Register_box_title_3 input[placeholder="karljacobs0719@gmail.com"] {

        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        padding-top: 15px;
        padding-left: 1.1em;

    }

    .event_Register_box_title_3 input::placeholder {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;

    }


    .event_Register_box svg {
        position: absolute;
        right: 30px;
        top: 115px;
    }

    .event_Register_box_name {
        display: flex;
        width: 380px;
        justify-content: space-between;
        margin-left: 25px;
    }

    .event_Register_checkbox {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        margin-left: 25px;

    }

    .event_Register_checkbox input,
    label {
        display: inline-block;
    }

    .event_Register_checkbox_updated label[for=updated],
    label[for=send_email] {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 11px;
        line-height: 26px;
    }

    .event_Register_agreement {
        margin-top: 30px;
        margin-left: 25px;

    }

    .event_Register_agreement p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 26px;
        margin-left: 0px;
        margin-top: 15px;
    }

    .event_Register_agreement span {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        line-height: 26px;
        color: #3B7C46;
        text-decoration: underline;
    }

    .register_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 215px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    .event_Register_agreement_line {
        border: 1.5px solid #141414;
        display: block;
        margin-top: 10px;
        width: 380px;
        margin-top: 25px;
    }

    .event_Register_agreement .agreement_emphasis {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        color: #F07943;
        text-decoration: none;
    }

    .event_Register_agreement .agreement_emphasis_p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
    }

    .event_Register_container {
        background-color: #F1EFDB;
        width: 425px;
        height: 560px;
        border-top: 3px solid #141414;
        display: flex;
        flex-direction: column;
    }

    .event_register_pic {
        display: none;
    }

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

    .event_Register_page_wrap {
        display: flex;
        position: relative;
    }


    .order_summary_price p,
    .order_summary_price h3,
    .order_summary_txt h3,
    .order_summary_txt p {

        display: none;
    }

    .order_summary_price #orderprice {
        display: block;
        position: absolute;
        top: 455px;
        right: 15px;
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 18px;
        line-height: 30px;
    }

    .event_attend_order_checked {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .event_attend_header_txt {
        width: 380px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .event_attend_header h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        line-height: 34px;
        margin-left: 10px;
    }

    .event_attend_header p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 22px;
        line-height: 26px;
        margin-top: 10px;
    }

    .event_attend_page_layout_left {
        border: 3px solid #141414;
        width: 425px;
        height: 1050px;
    }

    .event_attend_container {
        background-color: #F1EFDB;
        width: 425px;
        height: 958px;
        border-top: 3px solid #141414;


    }

    .event_attend_container_title h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        line-height: 26px;
    }

    .event_attend_box_pic {
        border: 3px solid #141414;
        border-radius: 7px;
        width: 502px;
        height: 210px;
    }

    .event_attend_box_pic img {
        border-radius: 4px;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .event_attend_box_txt {
        margin-top: 30px;
    }

    .event_attend_time {
        display: flex;
        justify-content: flex-start;
    }

    .event_attend_time p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: auto;
        margin-left: 10px;
        padding-top: 7px;
    }

    .event_attend_box_summary {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 380px;
        position: relative;
        margin-top: 30px;
    }

    .event_attend_box_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;
        margin-top: 10px;
    }

    .add_calender_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 380px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    .event_attend_calender svg {
        position: absolute;
        right: 75px;
        top: 378px;
    }

    .event_chat_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 182px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        padding-right: 35px;
        margin-top: 10px;
    }

    .event_attend_chat svg {
        position: absolute;
        right: 215px;
        top: 429px;
    }

    .event_attend_share_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 182px;
        height: 40px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        padding-right: 20px;
        margin-top: 10px;
    }

    .event_attend_share svg {
        position: absolute;
        right: 30px;
        top: 429px;
    }

    .event_attend_btn_footer_group {
        display: flex;
        justify-content: space-between;
        width: 380px;

    }

    .event_attend_host_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 30%;
        border-radius: 50%;
    }

    .event_attend_host_pic {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 3px solid #141414;
        margin-top: 30px;
    }

    .event_attend_host_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 3px solid #141414;
        border-radius: 10px;
        width: 380px;
        margin-top: 40px;
        height: 350px;
    }

    .event_attend_host_details p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
    }

    .event_attend_host_details {
        text-align: center;
        margin-top: 30px;
        width: 270px;
    }

    .event_attend_host_details h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 34px;

    }

    .event_attend_host_follow_btn {
        border: 3px solid #141414;
        border-radius: 7px;
        background-color: #3B7C46;
        width: 160px;
        height: 50px;
        color: #FFFFFF;
        font-family: "Darumadrop One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 5px;
        margin-top: 30px;
    }

    .event_attend_social_media_icon_group {
        display: none;
    }

    .event_attend_social_media_icon_grou .facebook,
    .line,
    .instagram,
    .twitter {
        margin-left: 10px;
    }

    .event_attend_container_group {
        margin-top: 20px;
        margin-left: 20px;
    }

    .more_plans_series_card {
        border: 3px solid #141414;
        width: 270px;
        height: 420px;
        border-radius: 10px;
        background-color: #F1EFDB;
        position: relative;
        margin-left: 20px;
        box-shadow: 6px 6px 10px #49505792;

    }

    .more_plans_series_card_pic {
        width: 270px;
        height: 180px;
    }

    .more_plans_series_card_pic img {
        width: 100%;
        border-radius: 8px 8px 0 0;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
    }

    .more_plans_series_card_txt {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .more_plans_series_card_txt h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
        margin-top: 30px;
        width: 230px;
        margin-left: 10px;
    }

    .more_plans_series_card_time p {
        font-family: "Titillium Web", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 230px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .more_plans_series_card_price p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .more_plans_series_card_interested p {
        font-family: "Heebo", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        color: #3B7C46;
        padding-top: 8px;
        margin-left: 10px;
    }

    .more_plans_series_card_interested {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
        margin-left: 4px;
    }

    .save_btn_dot {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #F07943;
        display: block;
        position: relative;
    }

    .more_plans_series_card_btn_group {
        display: flex;
        justify-content: space-between;
        width: 95px;
        position: absolute;
        top: 160px;
        right: 25px;
    }

    .more_plans_series_card_save_btn {
        position: relative;
    }

    .more_plans_series_card_save_btn svg {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .more_plans_series_card_share_btn {
        position: relative;
    }

    .more_plans_series_card_share_btn svg {
        position: absolute;
        top: 3px;
        left: 5px;


    }

    .more_plans_series_card_wrap .swiper-slide {
        width: 300px;
        margin-right: 20px;
        overflow: hidden;
    }

    .more_plans_series_card_wrap {
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        margin-top: 60px;
    }


    .more_plans_series_list {
        border: 3px solid #141414;
        background-color: #F07943;
        max-width: 425px;
        height: 653px;
    }

    .more_plans_series_title {
        display: flex;
        justify-content: center;
        width: 385px;
        margin-top: 70px;


    }

    .more_plans_series_title h3 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 28px;
        line-height: 30px;
        color: #FFFFFF;
        width: 230px;
        margin-left: 20px;
    }

    .more_plans_series_btn_left {
        width: 40px;
        height: 40px;
        border: 3px solid #141414;
        border-radius: 10px;
        background-color: #3B7C46;
    }

    .more_plans_series_btn_right {
        width: 40px;
        height: 40px;
        border: 3px solid #141414;
        border-radius: 10px;
        background-color: #3B7C46;
    }

    .more_plans_series_btn_left_group svg {
        position: absolute;
        left: 7px;
        top: 20px;

    }

    .more_plans_series_btn_left_group {
        position: relative;
        margin-left: 15px;
        margin-top: 15px;
    }

    .more_plans_series_btn_right_group svg {
        position: absolute;
        left: 7px;
        top: 20px;

    }

    .more_plans_series_btn_right_group {
        position: relative;
        margin-left: 10px;
        margin-top: 15px;

    }

    .more_plans_series_card_wrap a {
        text-decoration: none;
        color: #141414;
    }

    .event_attend_page_wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
        position: relative;
    }

}

html:not(.no-js) {
    [data-aos="flip-right"] {
        @media screen and (max-width: 767px) {
            opacity: 1;
            transform: none;
        }
    }
}