@font-face {
    font-family: 'Canela';
    src: url("fonts/canela/Canela-Regular.woff2") format("woff2"), /* Modern browsers */
         url("fonts/canela/Canela-Regular.ttf") format("truetype");  /* Safari, Android 4.1-4.3 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vogue';
    src: url("fonts/vogue/Vogue.woff2") format("woff2"), /* Modern browsers */
         url("fonts/vogue/Vogue.ttf") format("truetype");  /* Safari, Android 4.1-4.3 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterBold';
    src: url("fonts/inter/woff2/Inter-Bold.woff2") format("woff2"), /* Modern browsers */
         url("fonts/inter/ttf/Inter-Bold.ttf") format("truetype");  /* Safari, Android 4.1-4.3 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterSemibold';
    src: url("fonts/inter/woff2/Inter-SemiBold.woff2") format("woff2"), /* Modern browsers */
         url("fonts/inter/ttf/Inter-SemiBold.ttf") format("truetype");  /* Safari, Android 4.1-4.3 */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'InterRegular';
    src: url("fonts/inter/woff2/Inter-Regular.woff2") format("woff2"), /* Modern browsers */
         url("fonts/inter/ttf/Inter-Regular.ttf") format("truetype");  /* Safari, Android 4.1-4.3 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterLight';
    src: url("fonts/inter/woff2/Inter-Light.woff2") format("woff2"), /* Modern browsers */
         url("fonts/inter/ttf/Inter-Light.ttf") format("truetype");  /* Safari, Android 4.1-4.3 */
    font-weight: normal;
    font-style: normal;
}

.btn-outline-primary {
    border-color: #d0d5dd!important;
    color: #667085!important;
    background-color: #f9fafb!important;
    font-size: 14px!important;
}

.btn-check:checked + .btn-outline-primary {
    background-color: #dd7e28!important;
    border-color: #d0d5dd!important;
    color: #fff!important;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus  {
    background-color: #f1f5f9!important;
    outline: none !important;
    box-shadow: none !important;
}

.hamburger,
.hamburger::before,
.hamburger::after{
    display:block;
    width:24px;
    height:2px;
    background:#fff;
    position:relative;
    transition:0.3s;
}

.hamburger::before,
.hamburger::after{
    content:"";
    position:absolute;
    left:0;
}

.hamburger::before{
    top:-7px;
}

.hamburger::after{
    top:7px;
}

/* When active (X icon) */
.menu-toggle.active .hamburger{
    background:transparent;
}

.menu-toggle.active .hamburger::before{
    transform:rotate(45deg);
    top:0;
}

.menu-toggle.active .hamburger::after{
    transform:rotate(-45deg);
    top:0;
}

/* Dropdown animation */
.headMemu{
    margin-top: 15px !important;
    opacity: 0;
    animation: dropdownFadeIn 0.3s ease;
    display: block;
    visibility: hidden;
    z-index: 4 !important;
}

.headMemu.show{
    opacity: 1;
    visibility: visible;
    z-index: 4 !important;
}

@keyframes dropdownFadeIn{
    from{
        opacity:0;
        transform:translateY(-10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.headMemu a:hover, .headMemu a:focus{
    text-decoration: none !important;
    background-color: #dd7e28 !important;
    color: #fff;
}

.form-check-input:checked {
    background-color: #dd7e28 !important;
    border-color: #dd7e28 !important;
}




/* general */
.head-nav{
    background-color: rgba(0, 0, 0, 0.7);
}

.head-nav-main{
    background-image: linear-gradient(to bottom, #000, transparent);
}

.site-logo{
    width: 70px;
    margin-left: 45px;
}

@media print {
    body {
        box-shadow: none;
        margin: 0;
    }

    @page {
        size: A4;
        margin: 20mm;
    }
}

body {
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/Main-Banner-Why-Attend.jpg');
    font-family: 'InterRegular', sans-serif !important;
    font-size: 16px;
}

.body-invoice{
    background-image:none !important;
    background-color: #f4f4f4 !important;
    padding:70px 0!important;
}

.body-system{
    font-size: 14px !important;
}

section{
    background-color: rgba(243, 243, 243, 1);
    min-height: 320px;
}

body b{
    font-family: 'InterSemibold', sans-serif !important;
}

a {
    text-decoration: none !important;
}

a:hover{
    text-decoration: underline !important;
}

.h1{
    font-family: 'Vogue', sans-serif !important;
    font-size: 65px !important;
    text-transform: uppercase!important;
    letter-spacing: 2.5px!important;
}

.h2{
    font-family: 'Canela', sans-serif !important;
    font-size: 38px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px!important;
}

.h3{
    font-family: 'Vogue', sans-serif !important;
    font-size: 35px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px!important;
}

.h4{
    font-family: 'Canela', sans-serif !important;
    font-size: 25px !important;
    letter-spacing: 1.5px!important;
}

.h5{
    font-family: 'Canela', sans-serif !important;
    font-size: 18px !important;
    text-transform: uppercase!important;
    letter-spacing: 2.5px!important;
}

.h6{
    font-family: 'InterLight', sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase!important;
    letter-spacing: 1.5px!important;
}

.text-l-grey{
    color:#dee2e6!important;;
}

.text-orange{
    color:#dd7e28!important;;
}

.text-yellow{
    color:#f6d9a5!important;;
}

.text-gold{
    color:#e2b45c!important;;
}

.text-l-blue{
    color:#8fbbef!important;;
}
/* general */

.section-main{
    background-color: transparent!important;
    padding: 80px 0 80px 0;
}

#ceremony-section{
    color: #fff;
    text-align: center;
    padding: 670px 0 10px 0!important;
    margin: 0 auto;
    max-width: 1000px;
}

#ceremony-section .h2{
    letter-spacing: 5px!important;
}

#expect-section{
    color: #fff;
    text-align: right;
    margin: 0 auto;
    max-width: 700px;
}

#trophy-section{
    min-height:450px;
}

#attend-section{
    color: #fff;
    text-align: left;
    padding: 80px 0 120px 0!important;
}

#attend-section .att-box{
    border-left: 1px solid #e2b45c;
    margin: 10px 10px;
    padding: 0 20px;
}

#package-section{
    color: #fff;
}

#package-section .h6{
    letter-spacing: 0 !important;
}

#package-section .package-box{
    padding:70px 80px;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 900px;
}

#price-section{
    background-color: #f4f4f4!important;
    font-size: 14px !important;
    font-family: 'InterLight', sans-serif !important;
}

.max-width{
    max-width: 1200px;
    margin: 0 auto !important;
}

#price-section .price-title{
    font-size: 16px !important;
} 

.price-card{
    border-radius: 20px;
    padding:30px;
    height: 100%
}

.vip-label{
    background-color: #dd7e28;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-family: 'Interbold', sans-serif !important;
    font-size: 13px;
    margin-top: -10px;
    position: absolute;
    right: 8%;
    transform: rotate(10deg);
}

.card-white{
    background-color: #fff !important;
    color:#000;
}

.card-black{
    background-color: #242426 !important;
    color:#fff;
}

.card-white i{
    color:#0047af;
}

.card-black i{
    color:#dd7e28;   
}

.price-card .fa-circle-check{
    background: #fff !important;
    border-radius: 50px !important;
}

.price-card hr{
    max-width: 280px;
    margin: 5px 0 5px -30px;
} 

.price-card .price-num{
    font-size: 28px;
    font-family: 'InterSemibold', sans-serif !important;
} 

.price-card .fa-li{
    margin-top: 5px !important;
    font-size: 18px !important;
}

.price-card li{
    margin-bottom: 15px !important;
}

#sponser-section{
    background-color: #f4f4f4!important;
    padding: 40px 0 80px 0!important;
}

#sponser-section .spo-num{
    color: #fff;
    font-family: 'InterSemibold', sans-serif !important;
    font-size: 200px;
    position: absolute;
    margin-top: -70px;
}

#sponser-section .spo-title{
    font-family: 'InterSemibold', sans-serif !important;
    font-size: 18px;
    padding: 70px 30px 0 70px;
    position: relative;
    z-index: 2;
}

#sponser-section .spo-content{
    padding: 0 30px 40px 70px;
    position: relative;
    z-index: 2;
}

#optional-section{
    background-color: #fff!important;
    padding: 80px 0!important;
}

#optional-section .h4{
    font-family: 'InterSemibold', sans-serif !important;
    font-size: 20px !important;
    margin: 10px 0 !important;
    letter-spacing: 0 !important;
}

#optional-section .accordion-item{
    margin-top: 30px;
    border: 0 !important;
    border-radius: 15px !important;
    box-shadow: none !important;
    background-color: #f4f4f4 !important;
}

#optional-section .accordion-button{
    border-bottom: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

#optional-section .accordion-button::after{
    background-image: none !important;
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
    color: #fff;
    margin-right: 2%;
    margin-top: -10px;
    position: relative;
}

.accordion-button:not(.collapsed)::after{
    margin-right: 1% !important;
    margin-top: 0 !important;
}

#optional-section .collapsed{
    background-color: #0047af !important;
    color: #fff !important;
    border-radius: 15px !important;
    transition: 0.5s;
}

#optional-section .accordion-body{
    padding: 7px 20px !important;
    
}
#optional-section .content{
    padding: 5px 20px;
    text-align: left !important;
    max-height: 180px;
    overflow-y: auto;
}
#optional-section .banner{
    border-radius: 15px;
    margin-top: -75px;
}

#theme-section{
    background-image: url('../images/A-Night-That-Defines-A-Decade.jpg');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding : 150px 0 200px!important;
}

#theme-section .h3{
    font-size: 35px!important;
}

#steps-section{
    background-color: #f4f4f4!important;
    padding: 80px 0!important;
}

.step-box{
    padding:0 75px 80px 75px !important;
}

#steps-section b{
    text-transform: uppercase;
}

#steps-section img{
    width: 100px !important;
}

#involved-section{
    background-color: #fff!important;
    padding: 80px 0!important;
}

#involved-section img{
    width: 120px !important;
    padding-bottom: 40px;
}


/* system  */

.max-width-info{
    max-width: 1000px;
    margin:0 auto !important;
}

#info-section{
    padding: 40px 0 80px 0!important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    font-size: 16px;
}
#info-section .card{
    box-shadow: none !important;
}

#info-section .card p{
    margin-bottom:0;
    
}

#info-section .card .section-important{
    text-align: left !important;
    max-width: 800px;
    margin:0 auto;
}

#info-section .faq{
    color:#dd7e28 !important;
}

.checkout-box{
    position: absolute !important;
    margin-top: 12px !important;
    margin-left: 1% !important;
    width: 25px !important;
    height: 25px !important;
    z-index:3 !important;
    box-shadow: none !important;
    outline:none !important;
}

.accordion-header .small{
    font-size: 14px !important;
    padding: 20px 40px 0 40px !important;
}

.accordion-item {
    box-shadow: 1px 1px 3px #dee2e6 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
}
.accordion-item .btn-mange{
    margin-top: -38px;
    margin-bottom: 10px;
    text-align: end;
    margin-right: 6%;
    margin-left: 90%;
    position: relative;
    z-index: 10;
}

.accordion-item .btn-order-mange{
    margin-top: -43px;
    margin-bottom: 10px;
    text-align: end;
    margin-right: 6%;
    margin-left: 80%;
    position: relative;
    z-index: 10;
}

.accordion-item .btn-order-mange span{
    font-size: 14px !important;
}

.accordion-button{
    font-size: 16px !important;
    background-color: transparent !important;
    color: #000 !important;
}

.accordion-button-1{
    padding-left:45px !important;
    z-index:1 !important;
}

.accordion-button:not(.collapsed){
    background-color: transparent !important;
}

.accordion-body{
    padding: 0.25rem 1.25rem 1.75rem !important;
}

.accordion-button:hover,
.accordion-button:focus {
    box-shadow: none !important;      /* remove focus ring */
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    outline: none !important;         /* remove outline */
    background-color: transparent !important; /* remove hover bg */
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom: 1px solid #dee2e6 !important;
    background-color: transparent !important; /* remove expanded bg */
    color: inherit !important;                /* keep text color */
    font-family: 'InterSemibold', sans-serif !important;
}

.accordion-collapse .show {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 0 !important;
    border-top: none !important; 
}

.card {
    box-shadow: 1px 1px 3px #dee2e6 !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
}

#content{
    padding: 80px 0!important;
    font-size: 16px!important;
}

#content .accordion-body{
    padding: 30px !important;
}

#content .accordion-body p{
    margin-bottom:0 !important;
}

.btn-minus, .btn-plus{
    border-radius: 100px !important;
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    font-size: 12px !important;
}

.qty{
    border: 0!important;
    background: transparent !important;
    flex: none !important;
    width: 50px!important;
    padding: 0!important;
    text-align: center !important;
    box-shadow: none !important;
    outline: none !important;
}

/* system  */

/* button */

.btn-black-1{
    border-radius: 50px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-family: 'InterSemibold', sans-serif !important;
    padding: 8px 80px !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.btn-grey-1{
    border-radius: 50px !important;
    background-color: grey !important;
    color: #fff !important;
    font-family: 'InterSemibold', sans-serif !important;
    padding: 8px 80px !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.btn-white-1{
    border-radius: 50px !important;
    background-color: #fff !important;
    color: #000 !important;
    font-family: 'InterSemibold', sans-serif !important;
    padding: 8px 50px !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.btn-black-1:hover, .btn-black-1:focus, .btn-white-1:hover, .btn-white-1:focus, .btn-grey-1:hover, .btn-grey-1:focus{
    background-color :#dd7e28 !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn-black-2{
    border-radius: 50px !important;
    border:1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-family: 'InterSemibold', sans-serif !important;
    padding: 14px 50px !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.btn-black-2:hover, .btn-black-2:focus{
    background-color :#000 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-white-2{
    border :1px solid #fff !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    color: #fff !important;
    font-family: 'InterSemibold', sans-serif !important;
    padding: 10px 50px !important;
    text-transform: uppercase;
    font-size: 16px !important;
}

.btn-white-2:hover, .btn-white-2:focus{
    border :1px solid #fff;
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
}

/* button */

/* footer */
footer{
    background-color: #000;
    padding: 50px 0;
    color:#fff;
}

footer .awards-logo{
    width: 250px;
    margin-bottom:30px
}

footer .partner-logo{
    width: 90px;
}

footer a{
    color:#fff !important;
    text-decoration: none;
}

footer a:hover {
    color:#fff !important;
    text-decoration: underline;
}

footer .social-media{
    display: inline-block;
    font-size: 18px;
    padding:20px 30px 20px 0;
}

@media (min-width: 1500px) {

    #ceremony-section{
        padding: 800px 0 80px 0!important;
    }

    #trophy-section {
        min-height: 650px;
    }

}

@media (max-width: 1024px) and (min-width: 780px) {

    body{
        font-size: 14px !important;
    }

    .h1{
        font-size: 40px !important;
    }

    .h2{
        font-size: 25px !important;
    }

    .h3{
        font-size: 35px !important;
    }

    .h4{
        font-size: 18px !important;
    }

    .h5{
        font-size: 14px !important;
    }

    .h6{
        font-size: 12px !important;
    }

    .section-main{
        padding: 60px 0 60px 0;
    }

    .max-width{
        max-width: 900px;
    }

    #ceremony-section{
        max-width:700px !important;
        padding: 380px 0 40px 0 !important;
    }

    #ceremony-section .h4{
        margin: 20px 0 10px !important;
    }

    #trophy-section {
        
        min-height: 250px;
    }

    #expect-section {
        max-width: 500px!important;
        padding: 20px 0 40px 0;
    }

    #attend-section{
        padding: 80px 0 40px 40px !important;
    }

    #package-section .package-box{
        padding: 50px 60px;
        min-height: 650px;
    }

    #package-section .package-box .h3{
        font-size: 30px !important;
        margin-bottom:10px !important;
    }

    #package-section .package-box .h6{
        margin-bottom:10px !important;
    }

    .vip-label{
        right: 6%;
    }

    #sponser-section{
        padding: 20px 0 60px !important;
    }

    #sponser-section .spo-num{
        font-size: 150px;
    }

    #sponser-section .spo-title {
        padding: 30px 30px 0 50px;
    }

    #sponser-section .spo-content {
        padding: 0 10px 40px 50px;
        position: relative;
        z-index: 2;
    }

    #optional-section{
        padding: 60px 0 !important;
    }
    #theme-section {
        padding: 100px 0 90px !important;
    }

    #optional-section .h4{
        font-size: 18px !important;
    }

    #optional-section .banner{
        margin-top: -72px;
    }

    #optional-section .content {
        max-height: 120px;
    }

    #steps-section {
        background-color: #f4f4f4 !important;
        padding: 60px 0 !important;
    }

    .accordion-item .btn-mange{
        margin-right: 7%;
        margin-left: 89%;
    }

}

@media(max-width: 768px){

    .btn-outline-primary {
        width: 100%;
    }

    .head-nav-main{
        width:100%;
        position: fixed !important;
        transition: 0.5s;
        z-index: 50;
    }

    .head-nav{
        width:100%;
        position: fixed !important;
        transition: 0.5s;
        z-index: 50;
    }

    .sticky{
        background-color: #000;
    }

    section{
        padding-top: 90px;
    }

    #mobileMenu{
        width: 100%;
    }

    #headMemuMobile{
        width: 100%;
        background-color: transparent !important;
        color: #fff !important;
        padding: 0 !important;
        text-align: center;
        background-image: linear-gradient(to top, #000, transparent);
    }

    #headMemuMobile a{
        text-decoration: none !important;
        color: #fff !important;
        padding: 15px 0 !important;
    }

    #headMemuMobile a:hover, #headMemuMobile a:focus{
        background-color: #dd7e28 !important;
    }

    body {
        background-image: url('../images/Main-Banner-Why-Attend-M.jpg');
    }

    .h1{
        font-size: 45px !important;
    }

    .h2{
        font-size: 30px !important;
    }

    .h3{
        font-size: 40px !important;
    }

    .h4{
        font-size: 20px !important;
    }

    .h5{
        font-size: 16px !important;
    }

    .h6{
        font-size: 14px !important;
    }

    .max-width{
        max-width: 600px !important;
    }

    #ceremony-section{
        padding: 780px 0 20px 0!important;
        max-width: 600px !important;
    }

    #expect-section{
        padding: 100px 0 60px 0!important;
        text-align: center;
        max-width: 600px !important;
    }

    #trophy-section{
        min-height:450px;
    }

    #attend-section{
        padding: 40px 0!important;
        margin: 0 auto;
        max-width: 600px !important;
    }

    #package-section .package-box{
        background-color: #000;
        min-height: auto;
        padding: 600px 60px 60px 60px;
    }

    #price-section{
        padding: 60px 0!important;
    }

    .price-card{
        margin-top: 60px;
        height: auto;
    }

    .vip-label{
        right: 50px;
    }

    #sponser-section{
        padding: 60px 0!important;
    }

    #sponser-section .spo-num{
        margin-left:40px;
    }

    #sponser-section .spo-title{
        padding: 70px 100px 0 100px;
    }

    #sponser-section .spo-content{
        padding: 0 100px 40px 100px;
    }

    #optional-section{
        padding: 60px 0!important;
    }

    #optional-section .accordion-body {
        padding: 18px 35px !important;
    }

    #optional-section .h4:not(.title){
        font-size: 22px !important;
        margin-bottom: 30px !important;
    }

    #optional-section .title{
        font-size: 18px !important;
    }

    #optional-section .accordion-button:not(.collapsed) .title{
        display:none !important;
    }

    #optional-section .accordion-button::after {
        color: #fff;
        margin-top: -8px !important;
    }

    #optional-section .accordion-button:not(.collapsed)::after {
        color: #000;
        margin-top: 20px !important;
    }

    #optional-section .banner-box{
        padding-right:38px !important;
    }

    #optional-section .banner{
        margin-top: -65px;
    }

    #optional-section .content{
        padding: 20px 5px;
        max-height: 100%;
    }

    #theme-section{
        background-image: url('../images/A-Night-That-Defines-A-Decade-M.jpg');
        background-position: top center;
        padding: 550px 0 60px 0 !important; 
    }

    #steps-section{
        padding: 60px 0!important;
    }

    .step-box {
        padding: 0 25px 20px 25px !important;
        text-align: center;
    }

    #steps-section img {
        width: 60px !important;
    }
    
    #content{
        padding: 60px 0!important;
    }

    #content .max-width {
        max-width: 700px !important;
    }

    #involved-section{
        padding: 60px 0!important;
    }

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

    footer .social-media{
        display: inline-block;
        font-size: 18px;
        padding:20px 15px 20px 15px !important;
    }

    .checkout-box{
        margin-left: 3% !important;
    }

    .accordion-item .btn-mange{
        margin-left: 88%;
    }
}

@media(max-width: 480px) and (min-width: 425px){

    body {
        background-image: url('../images/Main-Banner-Why-Attend-Mobile.jpeg');
        background-size:100%;
        font-size: 12px !important;
        max-height: 2367px;
        background-position: top center;
        
    }

    .btn-black-1, .btn-black-1, .btn-white-1, .btn-white-1, .btn-grey-1, .btn-grey-1{
        width:100% !important;
        padding: 8px 30px !important;
    }

    .h1{
        font-size: 30px !important;
    }

    .h2{
        font-size: 20px !important;
    }

    .h3{
        font-size: 30px !important;
    }

    .h4{
        font-size: 14px !important;
    }

    .h5{
        font-size: 14px !important;
    }

    .h6{
        font-size: 14px !important;
    }

    .max-width{
        max-width: 350px !important;
    }

    #ceremony-section{
        padding: 450px 0 20px 0!important;
        max-width: 350px !important;
    }

    #expect-section{
        padding: 100px 0 40px 0!important;
        text-align: center;
        max-width: 350px !important;
    }

    #trophy-section{
        min-height:550px;
    }

    #attend-section{
        padding: 40px 0 60px 0!important;
        max-width: 350px !important;
    }

    #price-section{
        padding: 40px 0!important;
    }


    #package-section .package-box{
        background-color: #000;
        min-height: auto;
        padding: 300px 40px 40px 40px;
    }

    .price-card{
        margin-top: 40px;
        margin-bottom: 0;
    }
    

    .vip-label{
        right: 30px;
    }

    #sponser-section{
        padding: 40px 0!important;
    }

    #sponser-section .spo-num{
        margin-left:30px;
    }

    #sponser-section .spo-title{
        padding: 70px 40px 0 80px;
    }

    #sponser-section .spo-content{
        padding: 0 40px 40px 80px;
    }

    #optional-section{
        padding: 40px 0!important;
    }

    #optional-section .h4:not(.title){
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }

    #optional-section .title{
        font-size: 14px !important;
    }

    #optional-section .accordion-button::after{
        font-size: 22px;
    }

    #theme-section{
        background-size: cover;
        background-position: left;
        padding: 600px 0 40px 0 !important;
    }

    #steps-section{
        padding: 60px 0!important;
        text-align: center;
    }

    #involved-section{
        padding: 60px 0!important;
    }

    .step-box hr{
        display: none !important;
    }

    footer{
        text-align: center;
        padding: 40px 0;
    } 

    #content{
        padding: 120px 0 40px !important;
    }

    #content .max-width {
        max-width: 430px !important;
    }


    #content .accordion-button {
        font-size: 16px !important;
    }

    
    #content .accordion-body{
        padding: 15px !important;
    }


    .btn-black-1, .btn-grey-1, .btn-white-1, .btn-black-2{
        padding: 14px 20px !important;
        font-size: 12px !important;
    }

    .accordion-button{
        font-size: 14px !important;
    }

    .accordion-item .btn-mange{
        margin-right: 12%;
        margin-left: 67%;
    }
    
    .accordion-item .btn-order-mange{
        margin-right: 13%;
        margin-left: 60%;
    }

}

@media(max-width: 424px){

    body {
        background-image: url('../images/Main-Banner-Why-Attend-Mobile.jpeg');
        background-size:100%;
        font-size: 12px !important;
        max-height: 2367px;
        background-position: top center;
        
    }

    .btn-black-1, .btn-black-1, .btn-white-1, .btn-white-1, .btn-grey-1, .btn-grey-1{
        width:100% !important;
        padding: 8px 30px !important;
    }

    .h1{
        font-size: 25px !important;
    }

    .h2{
        font-size: 18px !important;
    }

    .h3{
        font-size: 25px !important;
    }

    .h4{
        font-size: 12px !important;
    }

    .h5{
        font-size: 12px !important;
    }

    .h6{
        font-size: 10px !important;
    }

    #ceremony-section{
        padding: 380px 0 20px 0!important;
    }

    #expect-section{
        padding: 80px 0 40px 0!important;
        max-width: 350px !important;
    }

    #trophy-section{
        min-height:500px !important;
    }


    #attend-section{
        padding: 40px 0 60px 0!important;
        max-width: 350px !important;
    }

    #package-section .package-box {
        background-color: #000;
        min-height: auto;
        padding: 300px 15px 15px 15px;
    }

    #sponser-section .spo-title{
        padding: 30px 50px 0 85px;
    }

    #sponser-section .spo-content {
        padding: 0 50px 20px 85px;
    }

    #theme-section {
        padding: 350px 0 60px 0 !important;
        min-height: auto;
        background-size: cover;
        background-position: left;
    }

    #theme-section .h3{
        font-size: 25px !important;
    }

    #steps-section hr{
        display:none;
    }

    #involved-section{
        padding: 40px 0!important;
    }

    .accordion-item .btn-mange{
        margin-right: 50px;
        margin-left: 75%;
    }

    .accordion-item .btn-order-mange {
        margin-right: 13%;
        margin-left: 55%;
    }

}