@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
    background-color: #fff;
    overflow-x: hidden;
}

.soon_img {
    width: 40%;
    margin-top: 37px;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.now_never_price {
    background: linear-gradient(270deg, #FF8331 0%, #E62236 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.social_links a {
    color: #fff;
    text-decoration: none;
}

.stall_herosection {
    border: #D9D9D9 1px solid;
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

/* Navbar */
.main_navbarstyle {
    position: sticky;
    top: 0px;
    z-index: 9999;
    background-color: #fff;
}

.main_navbarstyle .logo_nav img {
    width: 130px;
}

.main_navbarstyle .navlinks .nav-link {
    color: #000;
    padding: 4px 0.5rem;
    transition: 0.3s;
}

.main_navbarstyle .navlinks .active {
    font-weight: 600;
    border-bottom: 3px solid #FF8331;
}

.main_navbarstyle .navlinks .btn_bookstall {
    background-color: #007BFF;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    transition: 0.3s;
}

.btn_bookstall:hover {
    letter-spacing: 1px;
}

@media only screen and (min-width: 10px) and (max-width: 500px) {
    .stable_contenthero h1 {
        font-size: x-large !important;
    }

    .main_head_marque h1 {
        text-align: center;
    }
}

/* Home Hero */
.top_heronotes {
    background: linear-gradient(270deg, #FF8331 0%, #E62236 100%);
    padding: 5px 10px;
}

.top_heronotes b {
    color: #7F3300;
}

.top_heronotes span {
    color: #fff;
    font-weight: 600;
}

.posi_relatebanner {
    position: relative;
}

.cont_herobanner {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000A6;
    z-index: 1;
    top: 0px;
    border-radius: 30px;
}

.hero_bannerimg img {
    min-height: 100vh;
}

@media only screen and (min-width: 10px) and (max-width: 500px) {

    .cont_herobanner {
        border-radius: 12px !important;
    }

    .hero_bannerimg img {
        min-height: 65vh
    }

    .stable_contenthero h1 {
        font-size: 20px !important;
    }

    .hero_sec {
        font-size: 20px;
    }

    .stable_contenthero span {
        font-size: 10px;
    }

    .bluetag {
        font-size: 11px;
        padding: 10px !important;
    }

    .whitetag {
        font-size: 11px;
        padding: 10px !important;
    }

    .expo_26 h2 {
        font-size: 24px !important;
    }

    .expo_26 p {
        font-size: 16px !important;
    }

    .stall_1,
    .stall_2,
    .stall_3,
    .stall_4,
    .stall_5,
    .stall_6 {
        font-size: 20px !important;
    }

    .link_content h3 {
        font-weight: 400 !important;
        font-size: 24px !important;
    }

    .flip_card_back {
        font-size: 14px !important;
    }

    .flip_card {
        min-height: 280px !important;
    }
}

@media only screen and (min-width: 854px) and (max-width: 1024px) {
    .link_content h3 {
        font-size: 24px;
    }

    .hero_bannerimg img {
        min-height: 70vh
    }
}

.stall_1 {
    color: #735B1D;
    font-size: 24px;
    font-weight: 700;
}

.stall_2 {
    color: #265262;
    font-size: 24px;
    font-weight: 700;
}

.stall_3 {
    color: #562C55;
    font-size: 24px;
    font-weight: 700;
}

.stall_4 {
    color: #252460;
    font-size: 24px;
    font-weight: 700;
}

.stall_5 {
    color: #2B6A32;
    font-size: 24px;
    font-weight: 700;
}

.stall_6 {
    color: #4D5B09;
    font-size: 24px;
    font-weight: 700;
}

.stable_contenthero h1 {
    color: #FF8331;
    text-align: center;
    font-size: xxx-large;
    font-weight: 600;
}

.stable_contenthero span {
    color: #fff;
    text-align: center;
}

.bluetag {
    background-color: #007BFF;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    border: 1px solid #007BFF;
    transition: 0.3s;
}

.bluetag:hover {
    letter-spacing: 1px;

}

.bluetag:hover i {
    transform: rotate(360deg) !important;
    margin-left: 10px;
}

.whitetag {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    color: #007BFF;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    transition: 0.3s;
}

.whitetag:hover {
    letter-spacing: 1px;

}

.whitetag:hover i {
    transform: rotate(360deg) !important;
    margin-left: 10px;
}

.carosel_banner_startbtn {
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #000;
}

.main_head_marque {
    background: linear-gradient(270deg, #FF8331 0%, #E62236 100%);
}

.main_head_marque h1 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 600;
}

.main_bordermarquee {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.main_counts {
    background: linear-gradient(270deg, #FF8331 0%, #E62236 100%);
}

.main_counts h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.main_counts span {
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.link_witharrow {
    position: relative;
}

.link_content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 20px;
    justify-content: center;
}

.link_content h3 {
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 28px;
}

.link_content a img {
    width: 20px;
    margin-right: 10px;
}

/* .link_content a:hover {
    letter-spacing: 1px;
} */

.link_content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-weight: 600;
    padding: 0px 20px;
    height: 40px;
    background: linear-gradient(180deg, #FF8331 0%, #E62236 100%);
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    transition: 0.3s;
}

.vission_main img {
    width: 50px;
    margin-right: 20px;
}

.vission_main .main_vissioncontent {
    width: calc(100% - 70px);
}

.vission_main h5 {
    font-weight: 600;
}

.yellow_backs {
    background: #FFFFEB;

}

.main_colorbox {
    border-radius: 20px;
    padding: 10px;
    background-color: #FFDC84;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}

.main_colorbox span {
    font-size: smaller;
    font-weight: 400;
    padding: 0px;
}

.main_colorbox h5 {
    font-weight: 600;
    margin: 20px 0px;
    padding: 0px;
}

.main_colorbox:hover {
    transform: scale(1.05);
    /* card zooms in */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.main_colorbox img {
    transition: transform 0.6s ease;
}

.main_colorbox:hover img {
    transform: scale(0.85);
    /* image zooms out */
}

.color_imageflex {
    background: #FFFFFFB0;
    padding: 20px 0px;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 2px solid;
}

.color_imageflex img {
    width: 60px;
}


.flip-card {
    /* background-color: transparent; */
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.flip-card-inner {
    height: 200px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25) !important;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card:hover .flip-card-front {
    display: none;
    transition: 0.6s;
}

.flip-card:hover .flip-card-back {
    display: flex;
}

.flip-card-front,
.flip-card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    display: flex;
    align-items: end;
    background-color: transparent;
    color: black;
    transition: 0.6s;
    height: 100%;
    padding: 20px;
}

.flip-card-back {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
    color: #000;
    text-align: left;
    transform: rotateY(180deg);
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    /* margin-left: 30px;
    margin-top: 5px; */
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.rotate {
    animation: rotate 6.5s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.about_img_section {
    background: url('./source/expo_img_1.png') no-repeat center center/cover;
    border-radius: 25px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.about_content {
    color: #fff;
    font-weight: 800;
    font-size: 44px;
    text-align: center;
    margin: 0;
}

.expo_about_img {
    width: 100%;
    border-radius: 25px;
}

.expo_about_content,
.expo_about_content_1 {
    border-radius: 24px;
    padding: 20px;
    text-align: start;
    height: 100%;
}

.expo_about_content {
    background-color: #FFE5D4;
}

.expo_about_content h5 {
    font-weight: 700;
    color: #FF421D;
    font-size: 26px;
    margin: 0;
}

.expo_about_content_1 {
    background-color: #E6F2FF;
}

.expo_about_content_1 h5 {
    font-weight: 700;
    color: #007BFF;
    font-size: 26px;
    margin: 0;
}

@media (max-width: 992px) {
    .about_content {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .about_img_section {
        min-height: 320px;
    }

    .about_content {
        font-size: 28px;
    }

    .expo_about_content h5,
    .expo_about_content_1 h5 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .about_content {
        font-size: 24px;
    }

    .expo_about_content h5,
    .expo_about_content_1 h5 {
        font-size: 20px;
    }
}

.expo_26 h2 {
    font-weight: 700;
    color: #000;
    font-size: 36px;
    text-align: center;
}

.expo_26 p {
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}

.stall {
    background-color: #FFDC84;
    padding: 20px;
    border-radius: 24px;
    height: 100%;
}

.card_box_1 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 12px;
}

.card_box_1:hover {
    transform: scale(0.97);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card_box_1 img {
    transition: transform 0.6s ease;
}

.card_box_1:hover img {
    transform: scale(1.15);
}

.stall_content small {
    color: #735B1D;
    font-weight: 700;
    font-size: 20px;
}

.foot_falls {
    background-color: #B6ECFF;
    padding: 20px;
    border-radius: 24px;
    height: 100%;
}

.foot_falls_content small {
    color: #265262;
    font-weight: 700;
    font-size: 20px;
}

.crores {
    background-color: #E9C3FF;
    padding: 20px;
    border-radius: 24px;
    height: 100%;
}

.crores_content small {
    color: #562C55;
    font-weight: 700;
    font-size: 20px;
}

.award {
    background-color: #C8C6FF;
    padding: 20px;
    border-radius: 24px;
    height: 100%;
}

.award_content small {
    color: #252460;
    font-weight: 700;
    font-size: 20px;
}

.media_partners {
    background-color: #B7FFBE;
    padding: 20px;
    border-radius: 24px;
    height: 100%;
}

.media_partners_content small {
    color: #2B6A32;
    font-weight: 700;
    font-size: 20px;
}

.entertainment {
    background-color: #E8FB87;
    padding: 20px;
    border-radius: 24px;
    height: 100%;
}

.entertainment_content small {
    color: #4D5B09;
    font-weight: 700;
    font-size: 20px;
}

.flip_card {
    perspective: 1000px;
    width: 100%;
    height: 100%;
    min-height: 330px;
}

.flip_card_inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip_card:hover .flip_card_inner {
    transform: rotateY(180deg);
}


.flip_card_front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
    top: 0;
    left: 0;
    padding: 20px;
    overflow: hidden;
}

.flip_card_back {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #00000040;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flip_card_back p {
    text-align: justify;
}

.flip_card_front {
    color: white;
    z-index: 2;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-size: 45% !important;
}

.card_flip_1 {
    background: #4D49B3;
    background-image: url('./source/start_b.svg');

}

.card_flip_2 {
    background-image: url('./source/Program_Agenda.svg');
}

.card_flip_3 {
    background-image: url('./source/Children_.svg') !important;
}

.card_flip_4 {
    background-image: url('./source/Awards_Night.svg') !important;
}

.card_flip_5 {
    background-image: url('./source/Children_Games.svg') !important;
}
.card_flip_6 {
    background-image: url('./source/Business_Seminars.svg') !important;
   
   
}


.flip_card_back {
    background: #ffffff;
    color: #000;
    transform: rotateY(180deg);
}


/* Colors for each card */
.bg_primary {
    background: #4b4bc9;
}

.bg_success {
    background: #B1FF84;
}

.bg_danger {
    background: #B34964;
}

.bg_warning {
    background: #FFD66F;
}

.text_white {
    color: #fff;
}

.text_black {
    color: #000;
}

/*.carosel_back_1 {*/
/*    background: url('./source/carosel_img_1.png') no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    min-height: 800px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

@media only screen and (min-width: 10px) and (max-width: 500px) {
    .carosel_back_1 {
        min-height: 550px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

    .expo_about_content,
    .expo_about_content_1 {
        padding: 10px;

    }

    .expo_about_content_1 h5 {
        font-size: 18px;
    }

    .expo_about_content h5 {
        font-size: 18px;
    }

    .about_content {
        font-size: 18px;
    }
}

.slider_card {
    background: #F5F2ED;
    border-radius: 16px;
    padding: 20px 18px;
    min-height: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.slider_card small {
    flex-grow: 1;
    display: block;
    margin-bottom: 15px;
}


.slider_card .bottom_content {
    margin-top: auto;
}

.testimonial_bottom_box {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.testimonial_bottom_box img {
    margin-bottom: 0px !important;
}

.testimonial_bottom_box span {
  text-transform: uppercase;
  /*font-size: 16px*/
  color: #67646A;
}


.slider_card img {
    width: 35px !important;
    margin-bottom: 15px;
}

/* .slider_card small {
    font-size: 1rem;
    line-height: 1.5;
    color: #413D45;
    display: block;
    margin-bottom: 20px;
} */

.bottom_content {
    margin-top: 80px;
}

.bottom_content p {
    font-size: 6px;
    color: #67646A;
    font-size: 10px;
}


.bottom_content p:first-child {
    font-weight: 600;
    color: #67646A;
    font-size: 10px;
}

.slick-center .slider_card {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.slick-slide:focus {
    outline: none;
}



@media (max-width: 768px) {
    .slider_card {
        padding: 20px;
    }
}

.footer_container {
    background-color: #2A2B2A;
    color: #fff;
    padding: 30px 0px 0px 0px;
}

.footer_logo img {
    max-width: 160px;
    margin-bottom: 1rem;
}

.footer_logo p {
    font-size: 0.9rem;
    color: #ddd;
    line-height: 1.5;
}

.footer_title {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer_links a,
.footer_policy a,
.footer_social a,
.footer_contact a {
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    transition: color 0.3s;
}

.footer_links a:hover,
.footer_policy a:hover,
.footer_social a:hover {
    color: #fff;
}

.footer_bottom {
    background: linear-gradient(to right, #FF8331, #E62236);
    text-align: center;
    padding: 0.7rem;
    font-size: 0.85rem;
    margin-top: 2rem;
    color: #fff;
}

.business_head {
    text-align: center;
    font-weight: 600;
}

.business_para p {
    color: #746D6D;
    font-size: 18px;
    text-align: center;
}

.business_card {
    background-color: #F0F0F0;
    padding: 12px;
    border-radius: 27px;
    height: 100%;
}

.business_card strong {
    margin-top: 15px;
    display: block;
    word-wrap: break-word;
}

.business_card small {
    color: #767676;
    margin-top: 8px;
    display: block;
}

.business_card span {
    margin-top: 10px;
    margin-bottom: 8px;
    display: block;
}

.about_head_vision {
    color: #FF421D;
    font-weight: 700;
    text-align: center;
}




@media (max-width: 600px) {
    .business_card small {
        font-size: 14px;
    }

    .business_card p {
        font-size: 12px;
    }
    
    
}

.visitor_head {
    font-weight: 700;
    color: #000;
    text-align: center;
}

.vistor_content_1 {
    position: relative;
}

.visitor_in {
    position: absolute;
    color: #fff;
    padding: 40px 40px;
    font-size: 24px;
}

.stall_expo {
    background-color: #FFFFEB;

}

.head_two {
    font-weight: 500;
}

.perundurai_expo_img {
    width: 100%;
    height: 100%;
    border-radius: 24px !important;
}

.expo_text {
    font-size: 24px;
}

/* Expo list */
.expo_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expo_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.feature_card {
    background-color: #F7F7F7;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.feature_card:hover {
    transform: scale(1.01);
    /* zoom in */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    /* smooth shadow */
}

.feature_content {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
}

.feature_content h1 {
    font-size: 96px;
    font-weight: 700;
    margin: 0;
    color: #F1E1D2;
}

.feature_content h3 {
    font-weight: 600;
    margin: 10px 0;
    color: #FF6536;
}


.previous_record {
    border: 1px solid #FF8331;
    border-radius: 24px !important;
    padding: 20px;
    height: 100%;
}

.previous_content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.content_record h3 {
    color: #FF6536;
    font-weight: 700;
    margin-bottom: 15px;
}

.content_record_1 h3 {
    color: #FF6536;
    font-weight: 700;
    margin-bottom: 15px;
}

.content_record_1 {
    margin-bottom: 15px;
}

.record_img {
    border-radius: 20px;
}

@media only screen and (min-width: 10px) and (max-width: 500px) {
    .record_img {
        width: 140px;
        height: 100px;
    }

    .previous_record {
        padding: 10px;
    }

    .content_record_1 {
        margin-bottom: 0px;
    }

    .content_record_1 h3 {
        margin-bottom: 4px;
        font-size: 18px;
    }

    .content_record_1 p {
        margin-bottom: 0px !important;
        font-size: 13px !important;
    }

    .benefit_con p {
        font-size: 12px;
    }
}

.glo_card {
    border: 1px solid #FF8331;
    border-radius: 24px !important;
    padding: 20px;
    height: 100%;
}

.glo_content h3 {
    color: #FF6536;
    font-weight: 700;
    margin: 15px 0px 15px 0px;
}

@media only screen and (min-width: 10px) and (max-width: 500px) {
    .glo_content h3 {
        font-size: 18px;
    }

    .glo_content p {
        font-size: 10px;
    }

    .glo_card {
        padding: 8px !important;
    }

    .business_card p {
        font-size: 12px;
    }

    .feature_content h1 {
        font-size: 50px;
    }

    .feature_content h3 {
        font-size: 18px;
    }

    .feature_content p {
        font-size: 10px;
    }

    .fearures_benefits {
        font-size: 14px;
    }

    .expo_list li {
        font-size: 12px;
    }
}

.glo_content p {
    color: #333333;
}

.glo_content img {
    width: 100%;
    border-radius: 25px;
}

.glo_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sponsor_herosection {
    background-image: url('./source/sponsor_img.png');
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.sponsor_content h3 {
    color: #FF8331;
    font-weight: 700;
}

.sponsor_content {
    text-align: center;
}

.sponsor_content p {
    padding: 0px 100px;
}

@media only screen and (min-width: 501px) and (max-width: 900px) {
     .sponsor_content p {
        padding: 0px 50px !important;
    }
}
@media only screen and (min-width: 10px) and (max-width: 500px) {
    .sponsor_content h3 {
        font-size: 20px;

    }
    .sponsor_content p {
        padding: 0px !important;
    }

    .sponsor_content p {
        font-size: 12px !important;
    }

    .captions h5 {
        font-size: 16px;
    }

    .captions p {
        font-size: 12px;
    }

    .exhibt_card h4 {
        font-size: 12px;
    }

    .exhibt_card p {
        font-size: 10px;
    }
}

.package_card_header {
    background: linear-gradient(180deg, #E62236 -55.89%, #FF8331 4.07%, #FFFFFF 105.26%);
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 11.48px 0px #00000040;
}

.package_card_header p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.package_card_header h2 {
    font-weight: 700;
    margin-top: 8px;
}

.package_card_header span {
    font-weight: 500;
    font-size: 20px;
}

.start_btn {
    padding: 8px 50px;
    text-decoration: none;
    background-color: #007BFF;
    color: #fff;
    border-radius: 100px;
    transition: 0.3s;
}

.start_btn:hover {
    letter-spacing: 1px;
}

.border_ {
    border-bottom: 2px dashed #989898 !important;
}

.package_card_body {
    background-color: #fff;
    box-shadow: 0px 0px 11.48px 0px #00000040;
    border-radius: 0px 0px 20px 20px;
    padding: 15px;

}

.visit_mg {
    border-radius: 30px !important;
    width: 100%;
}

.content_record {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.why_sponsor img {
    width: 69.19px;
    height: 69.19px;
    transition: transform 0.4s ease
}

.why_sponsor {
    border: 1px solid #FF8331;
    padding: 15px;
    border-radius: 15px;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}

.why_sponsor:hover {
    transform: scale(1.05);
    /* box zoom in */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.why_sponsor:hover img {
    transform: scale(1.1);
    /* image zoom out */
}

.why_sponsor h5 {
    color: #FF8331;
    font-weight: 600;
}

.details_section {
    background: linear-gradient(270deg, #FF8331 0%, #E62236 100%);

}

.item {
    background: #4C9B3E;
    padding: 40px 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

.sponsor_cards {
    border: #FF8331 1px solid;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    /*min-height: 300px;*/
    background-color: #fff;
}


.sponsor_card_content img {
    width: 150px !important;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
}

.sponsor_card_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sponsor_card_content h4 {
    color: #FF8331;
    font-weight: 600;
}




/*extra*/
.sponsor_card_content h3 {
    font-weight: 700;
    font-size: 32px;
}
.sponsor_card_content h2 {
    font-weight: 700;
    font-size: 44px;
}

.testimonial_card img {
    width: 100%;
    border-radius: 12px;
}

.nav_bar {
    border: 1px solid #FF8331;
    border-radius: 100px;
    width: max-content;
    background-color: #fff;
    padding: 4px;
    display: none;
}

.items_nav a {
    text-decoration: none;
    color: #000;
}

.items_nav a:hover {
    color: #000;
}

.items_nav li {
    display: flex;
    align-items: center;
}

.items_nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.items_nav::-webkit-scrollbar {
    display: none;
}

.items_nav .nav-link {
    white-space: nowrap;
    padding: 8px 14px;
    transition: 0.3s;
    color: #000;
}

.items_nav .nav-link.nav_active {
    font-weight: 600;
    border-bottom: 3px solid #FF8331;
}


.nav-link:focus,
.nav-link:hover {
    color: #000;
}

.nav_active {
    background: linear-gradient(90deg, #FF8331 0%, #E62236 100%);
    border-radius: 24px;
    padding: 10px 40px;
    color: #fff !important;

}

.nav_bar {
    position: sticky;
    top: 110px;
    z-index: 1000;
    background: #fff;
    white-space: nowrap;
}

.exhibt_container {
    background: linear-gradient(180deg, #FF8331 0%, #E62236 100%);
    padding: 20px;
    border-radius: 25px;
}

.exhibt_card {
    border: 1px solid #FFFFFF;
    padding: 15px;
    background: #FFFFFFB2 50%;
    border-radius: 20px;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.exhibt_card img {
    transition: transform 0.5s ease;
    max-width: 100%;
}


.exhibt_card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.exhibt_card:hover img {
    transform: scale(1.1);
    /* image zoom out */
}

.exhibt_card h4 {
    font-weight: 600;
    color: #000;
}

.benefit_con img {
    width: 100%;
}

.book_btn {
    background-color: #fff;
    text-decoration: none;
    color: #007BFF;
    padding: 10px 12px;
    border-radius: 100px;
    transition: 0.3s;
}

.book_btn:hover {
    letter-spacing: 1px;
}


/*.carosel_back {*/
/*    background: url('./source/stall_img.png') no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    min-height: 800px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.main_bullet_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.bullet_lastchild .main_bullet_content:last-child {
    margin-bottom: 0px;
}

.main_bullet_content img {
    width: 30px;
    margin-right: 10px;
    border-radius: 30px;
}

.main_bullet_content span {
    width: calc(100% - 40px);
    padding-top: 3px;
}


/* Award page */

.award_herobg {
    background-image: url("./source/award_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.award_herobg h2 {
    text-align: center;
    color: #fff;
    font-size: xxx-large;
    font-weight: 600;
}

.award_herobg span {
    text-align: center;
    color: #fff;
}

.award_paranexthero p {
    text-align: center;
}

.award_content h2 {
    text-align: center;
    font-weight: 700;
}

.award_content span {
    font-weight: 400;
    text-align: center;
}

.main_awardcolcont {
    margin: 30px 0px;
}

.main_awardcolcont img {
    width: 100px;
}

.main_awardcolcont .container_awardcolcont {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
}

.main_awardcolcont .container_awardcolcont h5 {
    color: #FF8331;
    font-weight: 600;
}

.main_awardcolcont .container_awardcolcont span {
    font-weight: 400;
}


.bullet_awardpoints_main h2 {
    font-weight: 700;
}

.main_bullet_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.bullet_lastchild .main_bullet_content:last-child {
    margin-bottom: 0px;
}

.main_bullet_content img {
    width: 30px;
    margin-right: 10px;
    border-radius: 30px;
}

.main_bullet_content span {
    width: calc(100% - 40px);
    padding-top: 3px;
}

@media only screen and (min-width: 10px) and (max-width: 500px) {
    .award_herobg h2 {
        font-size: 24px;
    }

    .award_herobg span {
        font-size: 16px;
    }

}



 .card_box {
      width: 100%;
      height: 100%;
      min-height: 300px;
      perspective: 1000px;
       border-radius: 20px;
    }

    .card_box_inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d;
      border-radius: 12px;
       box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .card_box:hover .card_box_inner {
      transform: rotateY(180deg);
    }

    .card_front, .card_back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 12px;
      overflow: hidden;
    }

    .card_front img {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .card_title {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #fff;
      color: #FF6536;
      font-weight: bold;
      font-size: 18px;
      padding: 10px;
      text-align: center;
      overflow: hidden;
     
    }

    .card_back {
      background-color: #fff;
      transform: rotateY(180deg);
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: start;
      font-size: 18px;
      font-weight: bold;
      padding: 20px;
    }
    
    .card_back h3 {
        color: #FF6536;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .card_back p {
        color: #333333;
        font-weight: 400;
    }
    
    

.price_table {
    margin: 20px auto;
    max-width: 1000px;
    width: 100%;

}

.price_table_head th {

    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    text-wrap: nowrap; 

}

.price_table_head {
    background: linear-gradient(270deg, #FF8331 0%, #E62236 100%);
}

.price_table_head tr th {
    border: #000 1px solid;
}

.price_table_body td {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border: #000 1px solid;
    white-space: nowrap;
}



@media only screen and (min-width: 10px) and (max-width: 1024px) {
    .price_table_responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .price_table_ {
        min-width: 600px;
    }

    .price_table_head th,
    .price_table_body td {
        font-size: 14px;
    }
}

@media (max-width: 576px) {

    .price_table_head th,
    .price_table_body td {
        font-size: 12px;
        padding: 6px;
    }
}    


.vendor_welcome {
    background-color: #FFFFEB;

}

.vendor_content h2 {
    color: #FF8331;
    font-weight: 600;
}

.stall_possession h2 {
    font-weight: 700;
    text-align: center;
}

.stall_possession h5 {
    font-weight: 500;
    color: #FF8331;
    text-align: center;
}

.note_content {
    color: #FF8331;
}

.add_card {
    border: 1px solid #FF8331;
    padding: 10px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.add_card img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add_card:hover {
    transform: scale(1.0); /* zoom in */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* shadow */
}

.exhibit_guid {
    color: #FF8331;
}