@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Font/GothamBook.ttf);
}

@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/avenir.otf');
}

td {
    vertical-align: baseline;
}

th {
    padding: 20px 0;
}

td {
    padding: 9px 0;
}

.cormorant {
    font-family: 'Cormorant', serif;
}

.red-hat {
    font-family: 'Red Hat Display', sans-serif;
}

.roboto {
    font-family: 'Roboto';
}

#img_union {
    position: absolute;
}

.bg-purple-gradient {
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
}

.bg-gold-gradient {
    background: linear-gradient(146.12deg, #A17704 12.72%, #E0D0A3 77.89%, #A17704 125.83%, #CCB77E 163.04%);
}

.bg-white {
    background-color: #fff;
}

.bg-purple {
    background-color: #56306B;
}

.bg-orange {
    background-color: #CEAB71;
}

.bg-grey {
    background-color: #A7A7A1;
}

.btn-rounded {
    font-size: 14px;
    padding: 8px 40px;
    border-radius: 25px;
}

.btn {
    outline: 0 !important;
}

.text-white,
.text-white a.btn,
.text-white a {
    color: #fff !important;
}

.text-black,
.text-black a.btn,
.text-black a {
    color: #000 !important;
}

.text-grey,
.text-grey a.btn,
.text-grey a {
    color: #747470 !important;
}

.text-gold-lighten,
.text-gold-lighten a.btn,
.text-gold-lighten a {
    color: #E0D0A3 !important;
}

.text-gold-darken,
.text-gold-darken a.btn,
.text-gold-darken a {
    color: #A17704 !important;
}

.text-gold,
.text-gold a.btn,
.text-gold a {
    color: #CEAB71 !important;
}

.text-green,
.text-green a.btn,
.text-green a {
    color: #299C00 !important;
}

.text-red,
.text-red a.btn,
.text-red a {
    color: #EA4848 !important;
}

.btn {
    border: none;
}

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

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #74588A;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #56306B;
}


.section {
    width: 80vw;
    margin: auto;
}

.section-broaden {
    width: 80vw;
    margin: auto;
}

.section-to-left {
    width: 90vw;
    margin-right: 10vw;
    margin-left: 0px;
}

#navbar {
    position: fixed;
    top: 0px;
    width: 102vw;
    padding: 35px 0;
    z-index: 2000000;
    transition-duration: 0.5s;
    font-family: 'roboto';
}

.nav-purple {
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
}

.nav-transparent {
    background: transparent;
}

.nav-logo {
    height: 48px;
    margin-right: 5px;
}

#navbar.scroll {
    /* background-image: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%); */
    padding: 20px 0;
}

#navbar ul.nav-menu {
    padding: 0px;
    margin: 0px;
}

#navbar ul.nav-menu li {
    display: inline-block;
    font-size: 14px;
    list-style: none;
    margin-left: 25px;
    padding: 0px;
    font-weight: 400;
    position: relative;
}

#navbar ul.nav-menu li.dropdown-trigger {
    margin-top: 12px;
}

#navbar .btn.bg-gold-gradient {
    margin: 0px;
}

.btn.bg-gold-gradient:active,
.btn.bg-gold-gradient:focus {
    background: linear-gradient(140deg, #A17704 12.72%, #E0D0A3 77.89%, #A17704 125.83%, #CCB77E 163.04%) !important;
}

#navbar ul.nav-menu li:hover ul.dropdown-content {
    opacity: 1;
    transform: rotateY(0deg);
}

#navbar ul.dropdown-content {
    opacity: 0;
    transform: rotateY(90deg);
    transition-duration: 0.5s;
    padding: 16px;
    top: 40px;
    min-width: 180px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

#navbar ul.dropdown-content li {
    display: block;
    padding: 12px;
    margin-left: 0px;
    font-weight: bolder;
}

#navbar ul.dropdown-content li a {
    transition-duration: 0.5s;
}

#navbar ul.dropdown-content li a:hover {
    color: #A17704 !important;
}

.nav-profile-icon {
    margin-left: 10px;
    margin-top: -5px;
    width: 30px;
}

.footer-top {
    padding: 24px 0;
    overflow: hidden;
    bottom: -30px;
    width: 100vw;
    position: relative;
}

#footer-top-sticky {
    z-index: 1999999;
    position: fixed;
}

.footer-top::before {
    content: "";
    position: absolute;
    background: linear-gradient(169.54deg, #CCB77E 9.83%, #A17704 64.72%);
    background-blend-mode: darken;
    height: 70%;
    left: 0px;
    right: 0px;
    width: 100vw;
    bottom: -10px;
    border-top-left-radius: 30px;
}

.footer-top .btn {
    padding: 16px 24px;
    font-size: 14px;
    border-radius: 50px;
    width: auto;
}

#footer-bottom {
    padding: 40px 60px;
    border-top-left-radius: 30px;
    position: relative;
    background-image: url('../images/footer-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/*#footer-bottom section{
    margin-left: 0px;
}*/
.footer-socials {
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.7;
    transition-duration: 0.5s;
}

.footer-socials:hover {
    opacity: 1;
}

.footer-link-head {
    font-size: 13px;
    font-weight: 500;
    font-family: 'roboto';
    margin: 25px 0;
}

.footer-link {
    padding: 0px;
    margin: 0px;
}

.footer-link li {
    list-style: none;
    font-size: 12px;
    font-family: 'roboto';
    margin-bottom: 12px;
}

.footer-link li a {
    opacity: 0.7;
    transition-duration: 0.25s;
}

.footer-link li a:hover {
    opacity: 1;
}

.copyright {
    margin-top: 125px;
    font-size: 11px;
    font-weight: 400;
}

/*CONTENT*/
#landing-head {
    background-image: url('../images/session-bg.png');
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-top: 25vh;
    height: 100vh;
}

#flower-left,
#flower-right {
    position: absolute;
    bottom: 0px;
}

#flower-left {
    width: 280px;
    transform-origin: bottom left;
}

.flower-left-animation {
    animation: flowerleft 10s;
}

#flower-right {
    width: 200px;
    right: 0px;
    transform-origin: bottom right;
}

.flower-right-animation {
    animation: flowerright 10s;
}

.zoominout {
    animation: zoominout 6s infinite;
}

@keyframes flowerleft {
    0% {
        transform: scale(1.5) rotate(30deg) translateX(-100px) translateY(100px);
        opacity: 0;
    }

    35% {
        transform: scale(0.9) rotate(-5deg) translateY(20px);
        opacity: 0.5;
    }

    65% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes flowerright {
    0% {
        transform: scale(1.5) rotate(-20deg) translateX(100px) translateY(100px);
        opacity: 0;
    }

    35% {
        transform: scale(0.8) rotate(5deg) translateY(20px);
        opacity: 0.5;
    }

    65% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes zoominout {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.95);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#landing-head canvas {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 0.5;
    bottom: 0px;
}

#landing-head h1 {
    font-size: 24px;
    font-weight: 400;
}

#landing-head h2 {
    font-family: 'roboto';
    font-size: 24px;
    margin-top: 20px;
}

#landing-head h2 i {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    margin-left: 100px;
}

#landing-head .btn {
    font-size: 20px;
    font-weight: 400;
    font-family: 'roboto';
    margin-top: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#welcome-message {
    position: relative;
    padding: 100px 0;
}

#welcome-message::before {
    content: "";
    position: absolute;
    background: #E5DBE0;
    background-blend-mode: darken;
    height: 400px;
    left: 0px;
    width: 30%;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

#nama_pengisi {
    background: linear-gradient(146.12deg, #A17704 5.72%, #E0D0A3 20.89%, #A17704 150.83%, #CCB77E 160.04%);
    font-style: italic;
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    width: 70%;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 40px !important;
}

.section_title {
    font-size: 40px;
    font-weight: 600;
    color: #A17704;
    /* margin-bottom: 24px; */
}

.section-text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
}

#welcome-message .section-text {
    margin-top: 15px;
    margin-bottom: 18px;
}

#welcome-message .btn {
    font-size: 18px;
    padding: 8px 24px !important;
    border-radius: 100px;
}

#the-biggest {
    padding-top: 90px;
    padding-bottom: 200px;
    background-image: url('../images/the-biggest-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 80%;
}

#the-biggest .section-text {
    font-size: 20px;
    margin-top: 0px;
}

#the-biggest .counter-container .col-md-3 {
    padding: 5px !important;
}

.summary_item {
    border-radius: 25px;
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
    color: white;
    text-align: center;
    padding: 20px 15px;
    height: 100px;
}

.summary_item .summary_number {
    font-size: 25px;
    font-weight: 500;
}

.summary_item .summary_title {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 13.23px;
    margin-top: 5px;
}

#schedule {
    background-image: url('../images/schedule-bg.png');
    background-position: bottom right;
    background-size: auto 30%;
    background-repeat: no-repeat;
}

.schedule {
    border: 1px solid #fff;
    padding-bottom: 30px;
}

.first_schedule {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 2px solid #E5DBE0 !important;
}

.schedule.active {
    background: #D5CFDA;
}

.last_schedule {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: 2px solid #E5DBE0 !important;
    border-bottom: 2px solid #E5DBE0 !important;
}

.schedule_date {
    font-weight: bold;
    padding: 15px 10px;
    width: 50%;
    border-radius: 5px;
    line-height: 150%;
    margin-top: 50px;
}

.schedule_date.active {
    color: white;
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
}

.schedule_date .date {
    font-size: 30px;
}

.schedule_date .month {
    font-size: 20px;
}

.schedule_time {
    font-size: 12px;
    margin-top: 35px;
}

.schedule_table table {
    width: 100%;
}

.schedule_table i {
    font-size: 10px;
}

.schedule_table .title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.schedule_table .subtitle {
    text-transform: capitalize;
}

.schedule_table .col-12 {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 24px;
}

.schedule_table ul {
    padding-left: 15px;
}

.schedule_table li {
    padding: 10px 0;
}

.schedule_label {
    color: white;
    background: #CEAB71;
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 15px;
    border-bottom-right-radius: 10px;
}

#home-ticket {
    padding: 75px 0;
}

.home-ticket-bg {
    padding: 100px 0;
    background: url('../images/bg_home_ticket.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card_ticket {
    background: white;
    border-radius: 25px;
    width: 90%;
    margin: 15px auto;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.card_ticket_header {
    height: 225px;
    position: relative;
}

.label-live {
    position: absolute;
    left: -20px;
    top: 35px;
}

.card_ticket_header .card_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.ticket-badge2 {
    position: absolute;
    top: -40px;
    right: -40px !important;
    background-color: transparent !important;
    width: auto;
    height: 125px;
    object-fit: contain;
    padding: 0px !important;
}

.card_label {
    position: absolute;
    padding: 5px 30px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 15px;
    left: 0px;
    top: 0px;
}

.card_label.label-online {
    background: #EA4848;
    color: white;
}

.card_label.label-offline {
    background: #FFE70D;
}

.card_ticket_body {
    /* padding-bottom: 50px; */
    padding: 30px;
}

.card_ticket_body .row {
    margin: 0 !important;
}

.card_price {
    font-size: 25px;
    font-weight: 600;
}

.card_price_status {
    color: #5D3576;
    font-size: 12px;
    margin-top: -15px;
}

.btn-buy {
    padding: 10px 30px;
    float: right;
    margin-top: -5px;
}

.ic_detail_ticket {
    width: 20px;
}

.card_detail_ticket {
    margin-top: 15px;
}

.card_detail_ticket tr td {
    vertical-align: top;
    font-size: 15px;
    padding-right: 8px;
}

.item_says {
    padding: 25px
}

#testimony {
    padding: 100px 0;
}

#testimony .section_title {
    margin-bottom: 50px;
}

#testimony .swiper-slide-active {
    background: #dfd2e9;
    border-radius: 25px;
}

.profile_says {
    height: 86px;
    width: 86px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid #A17704;
}

.name_says {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.as_says {
    font-style: italic;
    font-size: 15px;
    color: #A17704;
}

.says-img {
    position: relative;
    width: 40%;
    margin: auto;
}

.says-flag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 36px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.says {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

#swiper_next {
    position: absolute;
    right: 0;
    margin: auto;
    top: 25%;
    z-index: 99;
    cursor: pointer;
}

#swiper_prev {
    position: absolute;
    left: 0;
    margin: auto;
    top: 25%;
    z-index: 99;
    cursor: pointer;
}

#faq {
    padding: 50px 0;
}

#faq .section_title {
    margin-bottom: 50px;
}

#faq button {
    color: #000 !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    white-space: normal;
}

.accordion .card-header {
    border-bottom: 2px solid #C4C4C4;
}

.accordion .card-header .btn img {
    transition-duration: 0.5s;
}

.accordion .card-header .btn[aria-expanded=true] img {
    transform: rotateX(180deg);
}

.accordion .card-body {
    font-size: 15px;
}

#qna {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 100px;
    transition-duration: 0.5s;
    opacity: 0.5;
    z-index: 2000001;
}

#qna:hover {
    opacity: 1;
}

#page-header {
    background-image: url('../images/page-header-bg.png');
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 32px;
    text-align: center;
    /*height: 50vh;*/
}

.page-header-title {
    color: #CCB77E;
    font-size: 70px;
    font-weight: 700;
}

.page-subtitle {
    font-size: 25px;
    font-weight: 500 !important;
    margin-bottom: 32px;
}

/* #ticket-detail {
    padding: 45px 0;
} */

#ticket-detail label {
    font-size: 15px;
    margin-bottom: 20px;
}

.ticket-type-input label {
    padding-left: 15px;
}

.form-control {
    border: 1px solid #D5CFDA;
    border-radius: 15px;
    padding: 10px 30px;
}

select.form-control {
    height: 45px !important;
    -webkit-appearance: none;
    /* for chrome & safari */
    -moz-appearance: none;
    /* for mozilla */
    background-image: url("../images/ic-select.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
}

.guest-detail .form-group {
    margin-bottom: 20px;
}

.guest-detail .form-check-label {
    color: #EA4848;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0px !important;
}

/* .buy-ticket-container {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 998px) {
    .buy-ticket-container {
        padding-left: 30px;
        padding-right: 30px;
    }
} */

.btn-ticket {
    font-family: 'roboto';
    font-size: 15px;
    padding: 15px;
    font-weight: 500;
    margin-bottom: 40px;
    border-radius: 15px !important;
}

.buy-ticket-card {
    border-radius: 25px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.buy-ticket-card-body {
    padding: 48px 48px;
}

.guest-detail {
    padding-right: 34px;
    padding-top: 34px;
    padding-bottom: 34px;
    border-radius: 25px;
    /* border: 1px solid #D5CFDA; */
    /* box-shadow: 0px 0px 4px #D5CFDA; */
}

.buy-ticket-card-button-accordion {
    padding-left: 48px;
    padding-right: 48px;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none !important;
    color: #000000;
}

.btn-link:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.payment-channel-button {
    position: relative;
    height: 85px;
    width: 232px;
    background: #FFFFFF;
    box-shadow: 1px 5px 7px 2px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    margin-right: 32px;
    margin-bottom: 32px;
}

.payment-channel-button img {
    width: 100px;
    height: auto;
}

.payment-channel-button.active {
    border: 2px solid #0091FA;
}

.payment-channel-button.active::after {
    content: url('../../assets/images/checklist.svg');
    position: absolute;
    background-color: #0091FA;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: -5px;
}

@media (max-width: 768px) {
    .buy-ticket-card-body {
        padding: 48px 12px;
    }

    .payment-channel-button {
        margin-right: 0;
        width: 100%;
    }

    .payment-header {
        text-align: center;
    }
}

.ticket-detail-card {
    /* border: 1px solid #D5CFDA; */
    border-radius: 25px;
    padding-top: 14px;
    margin-left: 25px;
    /* box-shadow: 0px 0px 4px #D5CFDA; */
}

.td-card-section-border-bottom {
    border-bottom: 2px solid #D5CFDA;
}

.td-card-section {
    padding: 34px 0;
    width: 100%;
    margin: auto;
    /* border-bottom: 2px solid #D5CFDA; */
}

.ticket-list-card {
    /* border-radius: 15px; */
    background: #fff;
    margin-bottom: 20px;
    /* border: 2px solid #E3E3DA; */
    /* box-shadow: inset 0 0 0 2px #E3E3DA; */
    /* padding: 32px 20px; */
    position: relative;
    overflow: hidden;
}

.ticket-list-card .ticket-dot {
    background: #fff;
    border: 2px solid #E3E3DA;
    border-radius: 50%;
    height: 32px;
    position: absolute;
    width: 32px;
    z-index: 99;
}

.ticket-list-card .dot-top-left {
    top: -0.75rem;
    left: -0.75rem;
}

.ticket-list-card .dot-top-right {
    top: -0.75rem;
    right: -0.75rem;
}

.ticket-list-card .dot-bottom-left {
    bottom: -0.75rem;
    left: -0.75rem;
}

.ticket-list-card .dot-bottom-right {
    bottom: -0.75rem;
    right: -0.75rem;
}

.input-ticket-qty {
    width: 46px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
}

.input-ticket-qty:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C4C4C4;
    outline: 0;
}

.ticket-list-card-modal-item {
    cursor: pointer;
}

.ticket-list-card-modal-item:hover {
    background-color: rgba(0, 145, 250, 0.14);
}

.update-qty-button {
    border-radius: 50%;
    background-color: #0091FA;
    font-size: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.ticket-list-img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    /* border-radius: 15px; */
}

.ticket-list-detail {
    padding: 5px 15px;
}

.ticket-list-detail h3 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: 500;
}

.ticket-list-detail p {
    margin: 6px 0px;
    font-size: 12px;
    font-weight: 400;
}

.ticket-list-detail img {
    height: 12px;
    margin-right: 5px;
}

.ticket-list-detail .badge {
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    margin: 6px 0px;
}

.ticket-list-detail h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 6px 0px;
}

.ticket-list-quantity {
    padding: 50px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 135px;
}

.ticket-list-quantity span {
    font-size: 20px;
    font-weight: 500;
}

.td-card-section.total p {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
}

.td-card-section.total .text-right p {
    font-size: 15px;
    font-weight: 400;
}

.voucher {
    position: relative;
    margin-bottom: 8px;
}

.voucher input {
    margin-bottom: 0px;
}

#use {
    color: #A17704;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 20px;
    opacity: 0.8;
    transition-duration: 0.25s;
}

#use:hover,
#use:active,
#use:focus {
    text-decoration: none;
    opacity: 1;
}

.voucher-alert {
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
}

.td-card-section:last-child {
    border-bottom: none;
}

.td-card-section .danger {
    color: #EA4848;
}

.grand-total {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.ticket-detail-card.payment {
    padding: 25px 40px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.ticket-detail-card.payment label {
    font-weight: 400 !important;
    font-size: 15px;
    margin-left: 13px;
}

input[type=radio] {
    width: 17px;
    height: 17px;
}

.form-check-label {
    cursor: pointer;
}

.pchannel_bank {
    height: 25px;
}

.btn-ticket-buy {
    width: 300px;
}

@media (max-width: 768px) {
    .btn-ticket-buy {
        width: 100%;
    }
}

#my-page {
    padding-top: 200px;
    padding-bottom: 125px;
}

#side-profile {
    padding: 25px 30px;
    box-shadow: 0px 0px 10px #dfd2e9;
    border-radius: 25px;
}

.side-img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    object-fit: cover;
}

.side-profile-name {
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
}

.side-profile-speciality {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

#my-ticket,
#my-certificate {
    padding-left: 40px;
}

.btn-tabs,
.schedule-tab.nav-link {
    background-color: transparent !important;
    color: #76538F !important;
    transition-duration: 0.25s;
}

.btn-tabs,
.schedule-tab.nav-link {
    border: 2px solid #76538F !important;
    margin-right: 30px;
}

.btn-tabs:hover,
.btn-tabs.active,
.schedule-tab.nav-link:hover,
.nav.nav-pills .schedule-tab.nav-link.active {
    background-color: #76538F !important;
    color: #fff !important;
}

.ticket-card {
    padding: 16px 8px;
    box-shadow: 0px 0px 5px #dfd2e9;
    border-radius: 15px;
    margin-top: 30px;
}

.ticket-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 15px;
}

.ticket-text {
    position: relative;
}

.ticket-type {
    position: absolute;
    top: -16px;
    left: 0px;
    font-size: 12px;
    padding: 8px 18px;
    background-color: #CEAB71;
    border-bottom-right-radius: 10px;
}

.ticket-text h3 {
    font-size: 16px !important;
    font-weight: 500;
    margin-top: 36px;
    margin-bottom: 16px;
}

.ticket-text p {
    font-size: 12px;
    font-weight: 400;
}

.ticket-text p img {
    margin-top: -3px;
    margin-right: 12px;
}

.ticket-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
}

.ticket-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #9779AE;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 24px;
    border-radius: 10px;
}

.certificate-card {
    position: relative;
    margin-top: 32px;
    margin-bottom: 16px;
}

.certificate-img,
.certificate-overlay {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.certificate:hover .certificate-overlay {
    opacity: 0.7;
    transform: scale(1);
}

.certificate-overlay {
    background-color: #747470;
    opacity: 0;
    transform: scale(0.5);
    transition-duration: 0.5s;
    position: absolute;
    top: 0px;
}

.certificate-overlay h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    font-size: 15px;
    font-weight: 400;
}

.certificate-link {
    font-size: 15px;
    font-weight: 400;
}

.btn-questionnaire {
    font-size: 15px;
    font-family: 'roboto';
    font-weight: 500;
    padding: 15px 60px;
}

.questionnaire {
    font-size: 20px;
    margin: 50px 0;
}

#form-page {
    background-image: url('../images/form-page-bg.png');
    background-size: 100% auto;
    background-repeat: repeat;
    padding: 30px;
    min-height: 100vh;
}


#scan-page {
    /* background-image: url('../images/form-page-bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    min-height: 100vh;
}

#form-page canvas {
    position: absolute;
    opacity: 0.5;
    left: 0px;
    right: 0px;
    width: 100vw;
    height: 100%;
    top: 0px;
    bottom: 0px;
}

.form-content {
    margin-top: 60px;
    margin-bottom: 30px;
}

.form-content .card {
    background-color: transparent;
    border: none;
    box-shadow: 0px 5px 10px #00000054;
    border-radius: 25px;
}

.form-content .card-header {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom: none;
    padding: 30px;
}

.form-content h2 {
    font-size: 30px;
    font-weight: 700;
}

.form-content .card-body {
    padding: 50px 45px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.form-content .form-control {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
}

.form-content label,
.form-content input {
    margin-bottom: 20px;
    font-family: 'roboto';
    font-size: 15px;
    font-weight: 400;
}

.btn-register {
    padding: 12px 80px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'roboto';
    margin-left: 10px;
}

.btn-register,
.form-content .form-check {
    margin-top: 30px;
}

.form-content textarea {
    height: 150px;
}

.btn-validate {
    border-radius: 15px;
    padding: 10px;
    font-size: 18px;
    margin-top: 10px;
    font-family: 'roboto';
}

#hybrid {
    background-image: url('../images/hybrid-header.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 50px;
}

.hybrid-image {
    position: relative;
}

.hybrid-image img {
    width: 75%;
    height: 400px;
    object-fit: cover;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    /*border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;*/
}

.hybrid-image::after {
    content: "";
    position: absolute;
    width: 100%;
    top: -30px;
    left: -40px;
    background-image: url('../images/hybrid-left.png');
    background-size: 100% 100%;
    height: 600px;
    z-index: -1;
}

#hybrid h1 {
    color: #CCB77E;
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 50px;
}

#hybrid p {
    font-size: 15px;
    font-weight: 400;
}

#schedule-page {
    padding: 50px 0;
}

.schedule-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 60px;
}

.nav.nav-pills .schedule-tab.nav-link {
    margin-bottom: 10px;
    border-radius: 25px !important;
}

.nav.nav-pills .schedule-tab.nav-link:hover {
    border-radius: 25px !important;
}

.class-tab {
    border: none;
    font-size: 15px;
    background-color: transparent;
    padding: 10px 20px;
    margin: 15px;
    color: #A7A7A1 !important;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition-duration: 0.5s;
}

.class-tab.active,
.class-tab:hover {
    color: #CEAB71 !important;
    border-color: #CEAB71;
}

.session-card {
    background-image: url('../images/session-bg.png');
    background-position: center;
    background-size: cover;
    padding: 35px 45px;
    margin-top: 25px;
    border-radius: 25px;
    height: auto;
}

.session-title {
    font-size: 12px;
    font-weight: 400;
}

.session-clock {
    background-color: #CEAB71;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.session-clock img {
    margin-right: 5px;
}

.session-subtitle {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.session-pengisi {
    width: 180px;
    height: 180px;
    position: relative;
    z-index: 2 !important;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    margin-bottom: 40px;
    background-color: #fff;
}

.session-pengisi .speaker-img {
    width: 100%;
    border-radius: 50%;
    /*border-bottom-left-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
    z-index: 2 !important;
}

.session-pengisi-name .speaker-flag {
    position: static;
    margin-right: 5px;
    height: 13px !important;
}

.session-pengisi::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: -1 !important;
}

.session-pengisi-name {
    border-radius: 50px;
    padding: 5px 20px;
    width: 250px !important;
    margin: auto;
    margin-top: -60px;
    font-weight: 600;
    z-index: 3 !important;
    position: relative;
    font-size: 15px;
}

.session-description {
    font-size: 12px;
    font-weight: 400;
}

.session-title,
.session-subtitle {
    font-size: 15px;
}

.session-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.session-subtitle {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}

.btn-join {
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 500;
}

.nav.nav-pills {
    width: 100% !important;
    text-align: center !important;
}

.nav.nav-pills .class-tab.nav-item {
    border-radius: 0px !important;
}

.nav.nav-pills .class-tab.active {
    border-radius: 0px !important;
    background-color: transparent !important;
}

.nav.nav-pills .class-tab.nav-item:hover a {
    border-radius: 0px !important;
}

.class-tab-container {
    margin: auto;
    width: 400px;
}

.schedule-tab-container {
    width: 75%;
    margin: auto;
}

.tab-pane {
    transition-duration: 0.5s !important;
}

#ticket-page {
    padding-top: 50px;
}

#about-us {
    padding-top: 75px;
}

.about-img {
    height: 325px;
    width: 90%;
    border-top-right-radius: 175px;
    border-bottom-right-radius: 175px;
    object-fit: cover;
    box-shadow: -20px -36px 1px #E5DBE0;
}

.about-img-container {
    padding-left: 0px;
}

.about-text {
    font-size: 15px;
    font-weight: 400;
    width: 85%;
    margin-top: 5vh;
}

.about-logos {
    width: 75%;
}

.about-logos img {
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#exhibitor {
    padding: 70px 0;
}

.exhibitor {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 25px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-bottom: 75px;
}

.exhibitor-foot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 22px;
}

.exhibitor-foot img {
    filter: brightness(100);
    /*transition-duration: 0.5s;*/
    height: 16px;
    position: relative;
    top: -1px;
}

.exhibitor-foot a {
    /*transition-duration: 0.5s;*/
    margin: 2px;
    font-size: 14px;
}

.exhibitor-foot a:hover {
    color: #CCB77E !important;
}

.exhibitor-foot a:hover img {
    filter: brightness();
}

.exhibitor-logo {
    height: 115px;
    width: auto;
    margin-bottom: 25px;
}

.exhibitor-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.exhibitor-desc {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px;
}

a.exhibitor-site {
    color: #5D3576 !important;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
}

#exhibit-why,
#exhibit-how {
    padding-top: 125px;
    padding-bottom: 50px;
}

#exhibit-why h2,
#exhibit-how h2 {
    font-size: 50px;
    font-weight: 700;
}

.why-text {
    font-weight: 400;
    font-size: 15px;
    padding: 15px 50px;
}

.why-panel {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    height: 160px;
    margin-bottom: 20px;
}

.why-panel h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.why-panel p {
    font-weight: 400;
    font-size: 12px;
}

.why-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.why-icon {
    height: 60px;
    width: auto;
    filter: invert(42%) sepia(58%) saturate(4039%) hue-rotate(184deg) brightness(102%) contrast(101%);
}

.how-subtitle {
    padding: 0px;
    margin-bottom: 48px;
}

.how-download {
    font-size: 15px;
    opacity: 0.8;
    font-weight: 400;
    transition-duration: 0.5s;
}

.how-download img {
    height: 20px;
}

.how-download:hover {
    opacity: 1;
}

.how-img {
    width: 100%;
    margin: 45px 0;
}

#speaker {
    padding: 60px 0;
}

.speaker-title {
    padding-top: 120px;
    padding-left: 10vw;
    padding-right: 80px;
}

.speaker-title h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 31px;
}

.speaker-title p {
    font-size: 20px;
    font-weight: 500;
}

.speakers {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
    height: 480px;
}

.speaker-slide {
    height: 480px;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.speaker-slide img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.speaker-detail {
    position: absolute;
    bottom: 0px;
    padding: 50px;
    left: 0px;
    right: 0px;
    height: 250px;
    background: linear-gradient(6.27deg, rgba(149, 133, 168, 0.7) -160.54%, rgba(149, 133, 168, 0.7) 49.68%, rgba(149, 133, 168, 0) 88.88%);
}

.speaker-detail {
    padding-bottom: 100px !important;
}

.speaker-flag {
    height: 20px !important;
    margin-right: 15px;
    width: auto !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    margin-top: -2px;
}

.speaker-name {
    font-size: 23px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.speaker-detail p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
}

.speaker-thumb {
    padding-right: 0px;
    max-height: 480px;
    overflow-y: scroll;
}

.st-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition-duration: 0.5s;
}

.st-container {
    position: relative;
    cursor: pointer;
    /* height: 160px; */
    padding: 0px;
    overflow: hidden;
}

.st-name {
    transition-duration: 0.5s;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 5px 10px;
    bottom: 0px;
    width: 100%;
    background: #9585A8;
    font-size: 12px;
    font-weight: 500;
}

.st-flag {
    height: 12px;
    width: auto;
    margin-right: 5px;
}

.st-container:hover .st-name {
    background: #A17704;
}

.st-container:hover .st-img {
    transform: scale(1.1);
}

#abstract {
    padding-top: 180px;
    height: 100vh;
}

#abstract::before {
    content: "";
    position: absolute;
    height: 100vh;
    bottom: -100px;
    left: 0px;
    right: 0px;
    background-image: url('../images/abstract-bg.png');
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.abstract-title {
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: 700;
}

.abstract-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 36px;
}

.abstract-mailto {
    font-size: 25px;
    font-weight: 500;
}

.abstract-email {
    padding: 5px;
    font-size: 30px;
    border-radius: 15px;
    width: 350px;
    margin: auto;
    font-weight: 700;
}

#photo {
    padding-top: 70px;
}

.photo-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 50px;
}

.photo {
    transition-duration: 0.5s;
    opacity: 0.8;
    margin-bottom: 40px;
}

.photo:hover {
    opacity: 1;
}

.photo-landscape {
    width: 100%;
    height: 25vh;
    object-fit: cover;
}

.photo-potrait {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.photo-top {
    margin-bottom: 25px;
}

.fancybox__container {
    z-index: 2000001;
}

.video-title {
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 40px;
}

.video-title b {
    font-size: 150px !important;
}

.video-iframe {
    width: 100%;
    height: 480px;
    width: 90%;
    margin-bottom: 34px;
}

#video {
    padding-top: 20px;
}

#video p {
    font-size: 15px;
    font-weight: 400;
}

.video-container {
    position: relative;
    padding: 30px;
}

.video-container::before {
    content: "";
    position: absolute;
    background-color: #E5DBE0;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    bottom: 0px;
    height: 50%;
    left: 0px;
}

#payment {
    /* padding: 45px 0; */
}

.payment-panel {
    padding: 40px 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}

.payment-bank-logo {
    margin-right: 10px;
    width: 50px;
    height: 30px;
    object-fit: contain;
}

.payment-bank-detail {
    padding-left: 60px;
}

.payment-text {
    font-size: 15px;
    font-weight: 500;
}

.payment-text.lighter {
    font-weight: 400;
}

.payment-va {
    font-size: 45px;
    font-weight: 500;
}

.payment-va-name {
    font-size: 15px;
    position: relative;
    top: -10px;
}

.payment-copy {
    font-size: 25px;
    font-weight: 500;
    text-decoration: underline;
    /* position: absolute; */
    top: 50%;
    right: 50px;
}

/*.pagination{
    margin-left: 17vw;
}*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}

.schedule-card {
    background-color: #ECECEC;
    padding: 24px 32px;
    border-radius: 15px;
}

.schedule-card.home-schedule {
    height: 500px;
    overflow-y: scroll;
}

.schedule-card h4 {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
}

.schedule-card h5 {
    font-weight: 400 !important;
    margin-top: 0px !important;
    text-transform: capitalize;
}

.schedule-img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid #A17704;
}

.schedule-card hr {
    margin-bottom: 20px;
}

.schedule-img-container {
    position: relative;
}

.schedule-flag {
    position: absolute;
    right: 27%;
    bottom: 16px;
    height: 16px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.speaker-list-new {
    text-align: center;
    padding: 20px 0;
}

#why-slide {
    width: 100%;
    overflow-x: hidden;
}

.join-class {
    border-radius: 15px;
    position: relative;
}

.join-header {
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.join-header h3 {
    margin-bottom: 0px;
    font-weight: bold;
}

.join-body {
    padding: 40px 80px;
    padding-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal {
    z-index: 2000002;
}

.modal-dialog {
    z-index: 2000001;
}

.modal-lg {
    max-width: 1000px;
}

.modal .btn {
    /* margin-bottom: -25px; */
    font-size: 20px;
}

.form-check {
    margin-bottom: 18px;
}

.form-check-label {
    padding-left: 18px;
}

.join-live {
    position: absolute;
    top: 42px;
    right: -32px;
    width: 80px;
}

.pulse i {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #f5000A;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 50%;
    margin-left: 5px;
    animation: zoominout 1.5s infinite;
}

@keyframes zoominout {
    0% {
        transform: scale(1) translateY(2px);
        opacity: 1;
    }

    50% {
        transform: scale(1.2) translateY(2px);
        opacity: 1;
    }

    100% {
        transform: scale(1) translateY(2px);
        opacity: 1;
    }
}

.page-item.active span {
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
    border: none;
}

.page-item a {
    color: #76538F !important;
}

.red-hat {
    font-family: 'Avenir', sans-serif;
}

.roboto {
    font-family: 'Roboto';
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

#img_union {
    position: absolute;
}

.bg-purple-gradient {
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
}

.bg-gold-gradient {
    background: linear-gradient(146.12deg, #A17704 12.72%, #E0D0A3 77.89%, #A17704 125.83%, #CCB77E 163.04%);
}

.bg-white {
    background-color: #fff;
}

.bg-purple {
    background-color: #56306B;
}

.bg-orange {
    background-color: #CEAB71;
}

.bg-grey {
    background-color: #A7A7A1;
}

.btn-rounded {
    font-size: 14px;
    padding: 8px 40px;
    border-radius: 25px;
}

.text-white,
.text-white a.btn,
.text-white a {
    color: #fff !important;
}

.text-black,
.text-black a.btn,
.text-black a {
    color: #000 !important;
}

.text-grey,
.text-grey a.btn,
.text-grey a {
    color: #747470 !important;
}

.text-gold-lighten,
.text-gold-lighten a.btn,
.text-gold-lighten a {
    color: #E0D0A3 !important;
}

.text-gold-darken,
.text-gold-darken a.btn,
.text-gold-darken a {
    color: #A17704 !important;
}

.text-gold,
.text-gold a.btn,
.text-gold a {
    color: #CEAB71 !important;
}

.text-green,
.text-green a.btn,
.text-green a {
    color: #299C00 !important;
}

.text-red,
.text-red a.btn,
.text-red a {
    color: #EA4848 !important;
}

.btn {
    border: none;
}

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

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #B5842A;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9e711f;
}

.section {
    width: 80vw;
    margin: auto;
}

.section-to-left {
    width: 90vw;
    margin-right: 10vw;
    margin-left: 0px;
}



.nav-purple {
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
}

.nav-white {
    background: white;
}

.nav-white a {
    color: #000 !important;
    transition-duration: 0.4s;
}

.nav-white a:hover {
    color: #a17704 !important;
}

.nav-transparent {
    background: transparent;
}

.nav-logo {
    height: 48px;
    margin-right: 5px;
}

#navbar.scroll {
    /* background-image: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%); */
    padding: 20px 0;
}

#navbar ul.nav-menu {
    padding: 0px;
    margin: 0px;
}

#navbar ul.nav-menu li {
    display: inline-block;
    font-size: 14px;
    list-style: none;
    margin-left: 25px;
    padding: 0px;
    font-weight: 400;
    position: relative;
}

#navbar ul.nav-menu li a.btn:hover {
    color: #fff !important;
}

#navbar ul.nav-menu li.dropdown-trigger {
    margin-top: 12px;
}

#navbar .btn.bg-gold-gradient {
    margin: 0px;
}

.btn.bg-gold-gradient:active,
.btn.bg-gold-gradient:focus {
    background: linear-gradient(140deg, #A17704 12.72%, #E0D0A3 77.89%, #A17704 125.83%, #CCB77E 163.04%) !important;
}

#navbar ul.nav-menu li:hover ul.dropdown-content {
    opacity: 1;
    transform: rotateY(0deg);
}

#navbar ul.dropdown-content {
    opacity: 0;
    transform: rotateY(90deg);
    transition-duration: 0.5s;
    padding: 16px;
    top: 40px;
    min-width: 165px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

#navbar ul.dropdown-content li {
    display: block;
    padding: 12px;
    margin-left: 0px;
    font-weight: bolder;
}

#navbar ul.dropdown-content li a {
    transition-duration: 0.5s;
}

#navbar ul.dropdown-content li a:hover {
    color: #A17704 !important;
}

#nav-toggle {
    /* filter: invert(); */
}

.nav-profile-icon {
    margin-left: 10px;
    margin-top: -5px;
    width: 30px;
    margin-left: 10px;
    margin-top: -5px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.footer-top {
    padding: 24px 0;
    overflow: hidden;
    bottom: -30px;
    width: 100vw;
    position: relative;
}

#footer-top-sticky {
    z-index: 2000000;
    position: fixed;
}

.footer-top::before {
    content: "";
    position: absolute;
    background: linear-gradient(169.54deg, #CCB77E 9.83%, #A17704 64.72%);
    background-blend-mode: darken;
    height: 70%;
    left: 0px;
    right: 0px;
    width: 100vw;
    bottom: -10px;
    border-top-left-radius: 30px;
}

.footer-top .btn {
    padding: 16px 24px;
    font-size: 14px;
    border-radius: 50px;
    width: auto;
}

#footer-bottom {
    padding: 40px 60px;
    border-top-left-radius: 30px;
    position: relative;
    background-image: url('../images/footer-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/*#footer-bottom section{
    margin-left: 0px;
}*/
.footer-socials {
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.7;
    transition-duration: 0.5s;
}

.footer-socials:hover {
    opacity: 1;
}

.footer-link-head {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 25px 0;
}

.footer-link {
    padding: 0px;
    margin: 0px;
}

.footer-link li {
    list-style: none;
    font-size: 12px;
    font-family: 'Montserrat';
    margin-bottom: 12px;
}

.footer-link li a {
    opacity: 0.7;
    transition-duration: 0.25s;
}

.footer-link li a:hover {
    opacity: 1;
}

.copyright {
    margin-top: 125px;
    font-size: 11px;
    font-weight: 400;
}

/*CONTENT*/
#landing-head {
    background-image: url('../images/session-bg.png');
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-top: 25vh;
    height: 100vh;
}

#flower-left,
#flower-right {
    position: absolute;
    bottom: 0px;
}

#flower-left {
    width: 280px;
    transform-origin: bottom left;
}

.flower-left-animation {
    animation: flowerleft 10s;
}

#flower-right {
    width: 200px;
    right: 0px;
    transform-origin: bottom right;
}

.flower-right-animation {
    animation: flowerright 10s;
}

.zoominout {
    animation: zoominout 6s infinite;
}

@keyframes flowerleft {
    0% {
        transform: scale(1.5) rotate(30deg) translateX(-100px) translateY(100px);
        opacity: 0;
    }

    35% {
        transform: scale(0.9) rotate(-5deg) translateY(20px);
        opacity: 0.5;
    }

    65% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes flowerright {
    0% {
        transform: scale(1.5) rotate(-20deg) translateX(100px) translateY(100px);
        opacity: 0;
    }

    35% {
        transform: scale(0.8) rotate(5deg) translateY(20px);
        opacity: 0.5;
    }

    65% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes zoominout {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.95);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#landing-head canvas {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 0.5;
    bottom: 0px;
}

#landing-head h1 {
    font-size: 24px;
    font-weight: 400;
}

#landing-head h2 {
    font-family: 'Montserrat';
    font-size: 24px;
    margin-top: 20px;
}

#landing-head h2 i {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-left: 100px;
}

#landing-head .btn {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-top: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#welcome-message {
    position: relative;
    padding: 100px 0;
}

#welcome-message::before {
    content: "";
    position: absolute;
    background: #E5DBE0;
    background-blend-mode: darken;
    height: 320px;
    left: 0px;
    width: 35%;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

#nama_pengisi {
    background: linear-gradient(146.12deg, #A17704 5.72%, #E0D0A3 20.89%, #A17704 150.83%, #CCB77E 160.04%);
    font-style: italic;
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    width: 70%;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 40px !important;
}

.section_title {
    font-size: 40px;
    font-weight: 600;
    color: #A17704;
    /* margin-bottom: 24px; */
}

.section-text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

#welcome-message .btn {
    font-size: 20px;
    padding: 12px 24px !important;
    border-radius: 100px;
}

#the-biggest {
    padding-top: 90px;
    padding-bottom: 200px;
    background-image: url('../images/the-biggest-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto 80%;
}

#the-biggest .section-text {
    font-size: 20px;
    margin-top: 0px;
}

#the-biggest .counter-container .col-md-3 {
    padding: 5px !important;
}

.summary_item {
    border-radius: 25px;
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
    color: white;
    text-align: center;
    padding: 20px 15px;
    height: 100px;
}

.summary_item .summary_number {
    font-size: 25px;
    font-weight: 500;
}

.summary_item .summary_title {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 13.23px;
    margin-top: 5px;
}

#schedule {
    background-image: url('../images/schedule-bg.png');
    background-position: bottom right;
    background-size: auto 30%;
    background-repeat: no-repeat;
}

.schedule {
    border: 1px solid #fff;
    padding-bottom: 30px;
}

.first_schedule {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 2px solid #E5DBE0 !important;
}

.schedule.active {
    background: #D5CFDA;
}

.last_schedule {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: 2px solid #E5DBE0 !important;
    border-bottom: 2px solid #E5DBE0 !important;
}

.schedule_date {
    font-weight: bold;
    padding: 15px 10px;
    width: 50%;
    border-radius: 5px;
    line-height: 150%;
    margin-top: 50px;
}

.schedule_date.active {
    color: white;
    background: linear-gradient(180deg, #41145A 0%, rgba(93, 53, 118, 0.98) 55.47%, #76538F 78.04%, #9779AE 100%);
}

.schedule_date .date {
    font-size: 30px;
}

.schedule_date .month {
    font-size: 20px;
}

.schedule_time {
    font-size: 12px;
    margin-top: 35px;
}

.schedule_table table {
    width: 100%;
}

.schedule_table i {
    font-size: 10px;
}

.schedule_table .title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.schedule_table .subtitle {
    text-transform: capitalize;
}

.schedule_table .col-12 {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 24px;
}

.schedule_table ul {
    padding-left: 15px;
}

.schedule_table li {
    padding: 10px 0;
}

.schedule_label {
    color: white;
    background: #CEAB71;
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 15px;
    border-bottom-right-radius: 10px;
}

#home-ticket {
    padding: 75px 0;
}

.home-ticket-bg {
    padding: 100px 0;
    background: url('../images/bg_home_ticket.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card_ticket {
    background: white;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.card_ticket h5 {
    font-size: 15px;
    font-weight: 500;
}

.card_ticket p {
    font-size: 13px;
    font-weight: 400;
}

.card_ticket_header {
    height: 180px;
    position: relative;
}

.label-live {
    position: absolute;
    left: -20px;
    top: 35px;
}

.card_ticket_header .card_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.ticket-badge2 {
    position: absolute;
    top: -40px;
    right: -40px !important;
    background-color: transparent !important;
    width: auto;
    height: 125px;
    object-fit: contain;
    padding: 0px !important;
}

.card_label {
    position: absolute;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 15px;
    left: 10px;
    top: 10px;
}

.card_label.label-online {
    background: #EA4848;
    color: white;
}

.card_label.label-offline {
    background: #FFE70D;
}

.card_ticket_body {
    /* padding-bottom: 50px; */
    padding: 15px;
}

.card_ticket_body .row {
    margin: 0 !important;
}

.card_price {
    font-size: 25px;
    font-weight: 600;
}

.card_price_status {
    color: #5D3576;
    font-size: 12px;
    margin-top: -15px;
}

.btn-buy {
    padding: 10px 30px;
    float: right;
    margin-top: -5px;
}

.ic_detail_ticket {
    width: 20px;
}

.card_detail_ticket {
    margin-top: 15px;
}

.card_detail_ticket tr td {
    vertical-align: top;
    font-size: 15px;
    padding-right: 8px;
}

.item_says {
    padding: 25px
}

#testimony {
    padding: 100px 0;
}

#testimony .section_title {
    margin-bottom: 50px;
}

#testimony .swiper-slide-active {
    background: #dfd2e9;
    border-radius: 25px;
}

.profile_says {
    height: 86px;
    width: 86px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid #A17704;
}

.name_says {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.as_says {
    font-style: italic;
    font-size: 15px;
    color: #A17704;
}

.says-img {
    position: relative;
    width: 40%;
    margin: auto;
}

.says-flag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 36px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.says {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

#swiper_next {
    position: absolute;
    right: 0;
    margin: auto;
    top: 25%;
    z-index: 99;
    cursor: pointer;
}

#swiper_prev {
    position: absolute;
    left: 0;
    margin: auto;
    top: 25%;
    z-index: 99;
    cursor: pointer;
}

#faq {
    padding: 50px 0;
}

#faq .section_title {
    margin-bottom: 50px;
}

#faq button {
    color: #000 !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
}

.accordion .card-header {
    border-bottom: 2px solid #C4C4C4;
}

.accordion .card-header .btn img {
    transition-duration: 0.5s;
}

.accordion .card-header .btn[aria-expanded=true] img {
    transform: rotateX(180deg);
}

.accordion .card-body {
    font-size: 15px;
}

#qna {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 100px;
    transition-duration: 0.5s;
    opacity: 0.5;
}

#qna:hover {
    opacity: 1;
}

#page-header {
    background-image: url('../images/page-header-bg.png');
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 150px;
    text-align: center;
    height: 50vh;
}

.page-header-title {
    color: #CCB77E;
    font-size: 70px;
    font-weight: 700;
}

.page-subtitle {
    font-size: 25px;
    font-weight: 500 !important;
    margin-bottom: 32px;
}

/* #ticket-detail{
    padding: 45px 0;
} */
#ticket-detail label {
    font-size: 15px;
    margin-bottom: 20px;
}

.form-control {
    border: 2px solid #D5CFDA;
    border-radius: 15px;
    padding: 10px 30px;
}

select.form-control {
    height: 45px !important;
    -webkit-appearance: none;
    /* for chrome & safari */
    -moz-appearance: none;
    /* for mozilla */
    background-image: url("../images/ic-select.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
}

.guest-detail .form-group {
    margin-bottom: 20px;
}

.guest-detail .form-check-label {
    color: #EA4848;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.btn-ticket {
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 15px;
    font-weight: 500;
    margin-bottom: 40px;
    border-radius: 15px !important;
}

.guest-detail {
    padding: 34px;
    border-radius: 25px;
    /* border: 1px solid #D5CFDA;
    box-shadow: 0px 0px 4px #D5CFDA; */
}

.ticket-detail-card {
    /* border: 1px solid #D5CFDA; */
    border-radius: 25px;
    padding-top: 14px;
    margin-left: 25px;
    /* box-shadow: 0px 0px 4px #D5CFDA; */
}

.td-card-section {
    padding: 20px 40px;
    width: 100%;
    margin: auto;
    border-bottom: 2px solid #D5CFDA;
}

.ticket-list-card {
    border-radius: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    filter: drop-shadow(0px 5px 16px rgba(0, 0, 0, 0.1));
}

.ticket-list-img {
    width: 100% !important;
    height: 100% !important;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    object-fit: cover !important;
}

.ticket-list-card td {
    font-size: 12px !important;
}

.ticket-list-detail .badge {
    position: absolute;
    right: 30px;
    top: 10px;
}

.ticket-list-detail {
    padding: 5px 15px;
    position: relative;
}

.ticket-list-detail h3 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: 600;
    width: 70%;
}

.ticket-list-detail p {
    margin: 6px 0px;
    font-size: 12px;
    font-weight: 400;
}

.ticket-list-detail img {
    height: 12px;
    margin-right: 5px;
}

.ticket-list-detail .badge {
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    margin: 6px 0px;
}

.ticket-list-detail h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 6px 0px;
}

.ticket-list-quantity {
    padding: 50px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 135px;
}

.ticket-list-quantity span {
    font-size: 20px;
    font-weight: 500;
}

.td-card-section.total p {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
}

.td-card-section.total .text-right p {
    font-size: 15px;
    font-weight: 400;
}

.voucher {
    position: relative;
    margin-bottom: 8px;
}

.voucher input {
    margin-bottom: 0px;
}

#use {
    color: #A17704;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 20px;
    opacity: 0.8;
    transition-duration: 0.25s;
}

#use:hover,
#use:active,
#use:focus {
    text-decoration: none;
    opacity: 1;
}

.voucher-alert {
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
}

.td-card-section:last-child {
    border-bottom: none;
}

.td-card-section .danger {
    color: #EA4848;
}

.grand-total {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.ticket-detail-card.payment {
    padding: 25px 40px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.ticket-detail-card.payment label {
    font-weight: 400 !important;
    font-size: 15px;
    margin-left: 13px;
}

input[type=radio] {
    width: 17px;
    height: 17px;
}

.form-check-label {
    cursor: pointer;
}

.pchannel_bank {
    height: 25px;
}

.btn-ticket-buy {
    width: 300px;
}

#my-page {
    padding-top: 200px;
    padding-bottom: 125px;
}

#side-profile {
    padding: 25px 30px;
    box-shadow: 0px 0px 10px #dfd2e9;
    border-radius: 25px;
}

.side-img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    object-fit: cover;
}

.side-profile-name {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
}

.side-profile-speciality {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

#my-ticket,
#my-certificate {
    padding-left: 40px;
}

.btn-tabs,
.schedule-tab.nav-link {
    background-color: transparent !important;
    color: #76538F !important;
    transition-duration: 0.25s;
}

.btn-tabs,
.schedule-tab.nav-link {
    border: 2px solid #76538F !important;
    margin-right: 30px;
}

.btn-tabs:hover,
.btn-tabs.active,
.schedule-tab.nav-link:hover,
.nav.nav-pills .schedule-tab.nav-link.active {
    background-color: #76538F !important;
    color: #fff !important;
}

.ticket-card {
    padding: 16px 8px;
    box-shadow: 0px 0px 5px #dfd2e9;
    border-radius: 15px;
    margin-top: 30px;
}

.ticket-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 15px;
}

.ticket-text {
    position: relative;
}

.ticket-type {
    position: absolute;
    top: -16px;
    left: 0px;
    font-size: 12px;
    padding: 8px 18px;
    background-color: #CEAB71;
    border-bottom-right-radius: 10px;
}

.ticket-text h3 {
    font-size: 16px !important;
    font-weight: 500;
    margin-top: 36px;
    margin-bottom: 16px;
}

.ticket-text p {
    font-size: 12px;
    font-weight: 400;
}

.ticket-text p img {
    margin-top: -3px;
    margin-right: 12px;
}

.ticket-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
}

.ticket-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #9779AE;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 24px;
    border-radius: 10px;
}

.certificate-card {
    position: relative;
    margin-top: 32px;
    margin-bottom: 16px;
}

.certificate-img,
.certificate-overlay {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.certificate:hover .certificate-overlay {
    opacity: 0.7;
    transform: scale(1);
}

.certificate-overlay {
    background-color: #747470;
    opacity: 0;
    transform: scale(0.5);
    transition-duration: 0.5s;
    position: absolute;
    top: 0px;
}

.certificate-overlay h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    font-size: 15px;
    font-weight: 400;
}

.certificate-link {
    font-size: 15px;
    font-weight: 400;
}

.btn-questionnaire {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 15px 60px;
}

.questionnaire {
    font-size: 20px;
    margin: 50px 0;
}

/*#form-page{
    background-image: url('../images/form-page-bg.png');
    background-size: 100% auto;
    background-repeat: repeat;
    padding: 30px;
    min-height: 100vh;
}
#form-page canvas{
    position: absolute;
    opacity: 0.5;
    left: 0px;
    right: 0px;
    width: 100vw;
    height: 100%;
    top: 0px;
    bottom: 0px;
}*/
.form-content {
    margin-top: 60px;
    margin-bottom: 30px;
}

.form-content .card {
    background-color: transparent;
    border: none;
    box-shadow: 0px 5px 10px #000;
    border-radius: 25px;
}

.form-content .card-header {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom: none;
    padding: 30px;
}

.form-content h2 {
    font-size: 30px;
    font-weight: 700;
}

.form-content .card-body {
    padding: 50px 45px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.form-content .form-control {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
}

.form-content label,
.form-content input {
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
}

.btn-register {
    padding: 15px 80px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin-left: 10px;
}

.btn-register,
.form-content .form-check {
    margin-top: 30px;
}

.form-content textarea {
    height: 150px;
}

.btn-validate {
    border-radius: 15px;
    padding: 10px;
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Montserrat';
}

#hybrid {
    background-image: url('../images/hybrid-header.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 50px;
}

.hybrid-image {
    position: relative;
}

.hybrid-image img {
    width: 75%;
    height: 400px;
    object-fit: cover;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    /*border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;*/
}

.hybrid-image::after {
    content: "";
    position: absolute;
    width: 100%;
    top: -30px;
    left: -40px;
    background-image: url('../images/hybrid-left.png');
    background-size: 100% 100%;
    height: 600px;
    z-index: -1;
}

#hybrid h1 {
    color: #CCB77E;
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 50px;
}

#hybrid p {
    font-size: 15px;
    font-weight: 400;
}

#schedule-page {
    padding: 50px 0;
}

.nav.nav-pills .schedule-tab.nav-link {
    margin-bottom: 10px;
    border-radius: 25px !important;
}

.nav.nav-pills .schedule-tab.nav-link:hover {
    border-radius: 25px !important;
}

.class-tab {
    border: none;
    font-size: 15px;
    background-color: transparent;
    padding: 10px 20px;
    margin: 15px;
    color: #A7A7A1 !important;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition-duration: 0.5s;
}

.class-tab.active,
.class-tab:hover {
    color: #CEAB71 !important;
    border-color: #CEAB71;
}

.session-card {
    background-image: url('../images/session-bg.png');
    background-position: center;
    background-size: cover;
    padding: 35px 45px;
    margin-top: 25px;
    border-radius: 25px;
    height: auto;
}

/*.session-title{
    font-size: 40px;
    font-weight: 600;
}*/
.session-clock {
    background-color: #CEAB71;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.session-clock img {
    margin-right: 5px;
}

.session-subtitle {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.session-pengisi {
    width: 180px;
    position: relative;
    z-index: 2 !important;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    overflow-x: hidden;
    margin: auto;
    margin-bottom: 20px;
    margin-bottom: 40px;
}

.session-pengisi img {
    width: 100%;
    /*border-bottom-left-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
    z-index: 2 !important;
}

.session-pengisi::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: -1 !important;
}

.session-pengisi-name {
    border-radius: 50px;
    padding: 5px 20px;
    min-width: 100px !important;
    margin: auto;
    margin-top: -60px;
    z-index: 3 !important;
    position: relative;
}

.session-description {
    font-size: 12px;
    font-weight: 400;
}

.session-title,
.session-subtitle {
    font-size: 15px;
}

.session-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.session-subtitle {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}

.btn-join {
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 500;
}

.nav.nav-pills {
    width: 100% !important;
    text-align: center !important;
}

.nav.nav-pills .class-tab.nav-item {
    border-radius: 0px !important;
}

.nav.nav-pills .class-tab.active {
    border-radius: 0px !important;
    background-color: transparent !important;
}

.nav.nav-pills .class-tab.nav-item:hover a {
    border-radius: 0px !important;
}

.class-tab-container {
    margin: auto;
    width: 400px;
}

.schedule-tab-container {
    width: 75%;
    margin: auto;
}

.tab-pane {
    transition-duration: 0.5s !important;
}

#ticket-page {
    padding-top: 50px;
}

#about-us {
    padding-top: 75px;
}

.about-img {
    height: 325px;
    width: 90%;
    border-top-right-radius: 175px;
    border-bottom-right-radius: 175px;
    object-fit: cover;
    box-shadow: -20px -36px 1px #E5DBE0;
}

.about-img-container {
    padding-left: 0px;
}

.about-text {
    font-size: 15px;
    font-weight: 400;
    width: 85%;
    margin-top: 5vh;
}

.about-logos {
    width: 75%;
}

.about-logos img {
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#exhibitor {
    padding: 70px 0;
}

.exhibitor {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-bottom: 75px;
}

.exhibitor-foot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 22px;
}

.exhibitor-foot img {
    filter: brightness(100);
    /*transition-duration: 0.5s;*/
    height: 16px;
    position: relative;
    top: -1px;
}

.exhibitor-foot a {
    /*transition-duration: 0.5s;*/
    margin: 2px;
    font-size: 14px;
}

.exhibitor-foot a:hover {
    color: #CCB77E !important;
}

.exhibitor-foot a:hover img {
    filter: brightness();
}

.exhibitor-logo {
    height: 115px;
    width: auto;
    margin-bottom: 25px;
}

.exhibitor-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.exhibitor-desc {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px;
}

a.exhibitor-site {
    color: #5D3576 !important;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
}

#exhibit-why,
#exhibit-how {
    padding-top: 125px;
    padding-bottom: 50px;
}

#exhibit-why h2,
#exhibit-how h2 {
    font-size: 50px;
    font-weight: 700;
}

.why-text {
    font-weight: 400;
    font-size: 15px;
    padding: 15px 50px;
}

.why-panel {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    height: 200px;
    margin-bottom: 50px;
}

.why-panel h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.why-panel p {
    font-weight: 400;
    font-size: 12px;
}

.why-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.why-icon {
    height: 60px;
    width: auto;
    filter: invert(42%) sepia(58%) saturate(4039%) hue-rotate(184deg) brightness(102%) contrast(101%);
}

.how-subtitle {
    padding: 0px;
    margin-bottom: 48px;
}

.how-download {
    font-size: 15px;
    opacity: 0.8;
    font-weight: 400;
    transition-duration: 0.5s;
}

.how-download img {
    height: 20px;
}

.how-download:hover {
    opacity: 1;
}

.how-img {
    width: 100%;
    margin: 45px 0;
}

#speaker {
    padding-top: 22vh;
    padding-bottom: 40px;
}

.speaker-title {
    padding-top: 120px;
    padding-left: 10vw;
    padding-right: 80px;
}

.speaker-title h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 31px;
}

.speaker-title p {
    font-size: 20px;
    font-weight: 500;
}

.speakers {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
    height: 480px;
}

.speaker-slide {
    height: 480px;
    width: 100%;
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.speaker-slide img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.speaker-detail {
    position: absolute;
    bottom: 0px;
    padding: 50px;
    left: 0px;
    right: 0px;
    height: 250px;
    background: linear-gradient(6.27deg, rgba(149, 133, 168, 0.7) -160.54%, rgba(149, 133, 168, 0.7) 49.68%, rgba(149, 133, 168, 0) 88.88%);
}

.speaker-detail {
    padding-bottom: 100px !important;
}

.speaker-flag {
    height: 20px !important;
    margin-right: 15px;
    width: auto !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    margin-top: -2px;
}

.speaker-name {
    font-size: 23px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.speaker-detail p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 20px;
}

.speaker-thumb {
    padding-right: 0px;
    max-height: 480px;
    overflow-y: scroll;
}

.st-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition-duration: 0.5s;
}

.st-container {
    position: relative;
    cursor: pointer;
    height: 160px;
    padding: 0px;
    overflow: hidden;
}

.st-name {
    transition-duration: 0.5s;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 5px 10px;
    bottom: 0px;
    width: 100%;
    background: #9585A8;
    font-size: 12px;
    font-weight: 500;
}

.st-flag {
    height: 12px;
    width: auto;
    margin-right: 5px;
}

.st-container:hover .st-name {
    background: #A17704;
}

.st-container:hover .st-img {
    transform: scale(1.1);
}

#abstract {
    padding-top: 180px;
    height: 100vh;
}

#abstract::before {
    content: "";
    position: absolute;
    height: 100vh;
    bottom: -100px;
    left: 0px;
    right: 0px;
    background-image: url('../images/abstract-bg.png');
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.abstract-title {
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: 700;
}

.abstract-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 36px;
}

.abstract-mailto {
    font-size: 25px;
    font-weight: 500;
}

.abstract-email {
    padding: 5px;
    font-size: 30px;
    border-radius: 15px;
    width: 350px;
    margin: auto;
    font-weight: 700;
}

#photo {
    padding-top: 70px;
}

.photo-text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 50px;
}

.photo {
    transition-duration: 0.5s;
    opacity: 0.8;
    margin-bottom: 40px;
}

.photo:hover {
    opacity: 1;
}

.photo-landscape {
    width: 100%;
    height: 25vh;
    object-fit: cover;
}

.photo-potrait {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.photo-top {
    margin-bottom: 25px;
}

.fancybox__container {
    z-index: 2000001;
}

.video-title {
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 40px;
}

.video-title b {
    font-size: 150px !important;
}

.video-iframe {
    width: 100%;
    height: 480px;
    width: 90%;
    margin-bottom: 34px;
}

#video {
    padding: 55px 0;
}

#video p {
    font-size: 15px;
    font-weight: 400;
}

.video-container {
    position: relative;
    padding: 20px;
}

.video-container::before {
    content: "";
    position: absolute;
    background-color: #E5DBE0;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    bottom: 0px;
    height: 50%;
    left: 0px;
}

#payment {
    /* padding: 45px 0; */
}

.payment-panel {
    padding: 40px 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
}

.payment-bank-logo {
    margin-right: 10px;
    width: 50px;
    height: 30px;
    object-fit: contain;
}

.payment-bank-detail {
    padding-left: 60px;
}

.payment-text {
    font-size: 15px;
    font-weight: 500;
}

.payment-text.lighter {
    font-weight: 400;
}

.payment-va {
    font-size: 45px;
    font-weight: 500;
}

.payment-va-name {
    font-size: 15px;
    top: -10px;
}

.payment-copy {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    top: -8px;
    text-decoration: underline;
}

/*.pagination{
    margin-left: 17vw;
}*/
.form-page {
    background-image: url(../images/session-bg1.png);
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 110px;
    padding-bottom: 20px;
}

.form-page.no-bg {
    background-image: none;
}

.card-header {
    border-bottom: none !important;
}

.card-header,
.card {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.card-body,
.card {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.content {
    padding-top: 120px;
    padding-bottom: 40px;
}

.toggle-filter {
    border-radius: 25px;
    padding: 4px 16px;
    border: 1px solid #000;
    margin-right: 10px;
    margin-bottom: 15px;
}

.toggle-filter.active {
    background-color: #bc872c;
    border-color: #a07326;
    color: #fff;
}

.toggle-filter:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.toggle-filter.active:hover {
    background-color: #bc872c;
    color: #fff;
}

.page-title {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 32px;
}

.search-form input {
    border-radius: 25px;
    width: 100%;
}

.search-form {
    position: relative;
}

.search-form i {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    color:
}

.badge-gold {
    background-color: #CEAB71;
    color: #fff;
}

.badge-pink {
    background-color: #CE71BA;
    color: #fff;
}

.toggle-guest {
    font-size: 30px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.toggle-guest.rotated {
    transform: rotateZ(180deg);
}

.card-guest .form-control {
    border-radius: 15px;
}

.btn-gold {
    background-color: #CEAB71 !important;
    color: #fff !important;
}

.card-guest .btn-rounded,
#buy-ticket {
    border-radius: 50px !important;
}

.ticket-trash {
    cursor: pointer;
    transform: scale(1.2);
}

.plusmin-button {
    cursor: pointer;
    color: #fff;
    background-color: #0091FA;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 50px;
    border: none;
}

.plusmin-trash {
    cursor: pointer;
    font-size: 20px;
    margin-top: 2px;
}

.plusmin-trash,
.plusmin-button,
.plusmin-number {
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
}

.plusmin-number {
    width: 40px;
    border: none;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 4px;
    padding-left: 8px;
    background-color: #fff;
}

.validate-status {
    font-size: 12px;
}

.delete-guest {
    font-size: 10px !important;
    padding: 5px 8px !important;
    margin-left: 20px;
    height: fit-content;
}

@media (max-width: 768px) {
    .card_ticket_header {
        height: 240px;
    }

    .delete-guest {
        margin-left: 0;
    }
}

.payment-table tr,
.payment-table th,
.payment-table td,
.payment-table thead {
    border: none !important;
}

.voucher-form {
    position: relative;
}

.voucher-form input {
    font-size: 14px;
}

.voucher-form a {
    position: absolute;
    right: 12px;
    top: 12px;
    font-weight: 700;
    cursor: pointer;
}

.grandtotal {
    font-weight: 900;
}

.payment-method {
    margin-top: 16px;
    padding: 5px 20px;
    border-radius: 20px;
    box-shadow: 1px 5px 7px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    border: 2px solid #fff;
    transition-duration: 0.15s;
}

.payment-method.active {
    border-color: #0091FA;
}

.payment-method .pm-check {
    transition-duration: 0.15s;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.payment-method.active .pm-check {
    opacity: 1;
}

.payment-method img {
    width: 90%;
    height: 50px;
    object-fit: contain;
}

.sidemenu,
.sidemenu li {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

.sidemenu a {
    color: #000;
}

.sidemenu a:hover {
    color: #A17704;
}

.sidemenu img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 12px;
}

.purchase-table {
    border: 1px solid #D5CFDA;
    border-radius: 15px;
}

.purchase-table th {
    font-weight: 900;
    font-size: 13px;
}

.purchase-table td {
    font-size: 11px;
}

.form-page h2 {
    font-weight: bold;
}

textarea {
    height: 120px;
}

.modal::-webkit-scrollbar {
    width: 0px;
}

.more-ticket .ticket-list-detail {
    cursor: pointer;
}

.more-ticket .ticket-list-card:hover {
    background-color: #DBF0FE;
}

.slider-home {
    height: 100vh;
    overflow: hidden;
}

.slider-home img {
    height: 100vh;
    object-fit: cover;

}


.home {
    /* background-image: url('../images/bg-preview.png'); */
    background-size: cover;
    background-position: center;
}

.shadow-header {
    height: 190px;
    top: 0px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) -10.84%, rgba(0, 0, 0, 0.72) 38.94%, rgba(0, 0, 0, 0) 89.16%);
}

.home-col .overlay {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: auto 1fr;
    padding-top: 100px;
    transition: .5s ease-in;
    height: 10px;
    opacity: 0;
    transform: translateY(-100%);
}

.home-col:hover .overlay {
    transform: translateY(0%);
    opacity: 1;
    height: 100%;
}

.home-card {
    transform: translateY(-100%);
    transition: .3s all;
    transition-delay: .3s;
    opacity: 0;
}

.home-col:hover .home-card {
    transform: translateY(0%);
    opacity: 1;
}

.home-col .overlay h1 {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 70px;
    opacity: .3;
    letter-spacing: 20px;
    text-transform: uppercase;

}

.home-col:nth-child(1) .overlay {
    background: #126052;
}

.home-col:nth-child(2) .overlay {
    background: #93222B;
}

.home-col:nth-child(3) .overlay {
    background: #FCC4A3;
}

.home-col:nth-child(4) .overlay {
    background: #C6B4BD;
}

.home-col:nth-child(5) .overlay {
    background: #FFF388;
}


.top-0 {
    top: 0;
}

.z-3 {
    z-index: 3;
}

.text-head {
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 800;
    font-family: 'Gotham';
    letter-spacing: .1em;
    text-transform: uppercase;
}

.text-sub {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Gotham';
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.text-date {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}



.home-col {
    padding: 0px;
    padding-top: 100px;
    transition-duration: 0.5s;
    position: relative;
}

.home .bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: grayscale() blur(1px);
    transition-duration: 0.5s;
}

.home-col:hover .bg {
    filter: none;
}

.home-card {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
    transition-duration: 0.5s;
    /* opacity: 0; */
    height: 280px;
}

.hc-img {
    width: 100%;
    height: 110px;
    opacity: 1;
    transition-duration: 0.5s;
    object-fit: contain;
}

.home-card h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
}

.home-card p {
    font-size: 14px !important;
    margin-top: 0px !important;
    font-weight: 400;
}

.hc-more {
    height: 0;
    opacity: 0;
    transition-duration: 1s;
}

/*.home-col:hover .home-card{*/
/*    background: linear-gradient(180deg, rgba(219, 240, 254, 0) -28.88%, rgba(0, 145, 250, 0.14) 18.03%, #0091FA 69.5%);*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    border-radius: 0px;*/
/*    height: 90%;*/
/*    padding: 50px;*/
/*    text-align: left !important;*/
/*}*/
/*.home-col:hover .home-card *{*/
/*    color: #fff !important;*/
/*}*/
/*.home-col:hover .hc-more{*/
/*    height: auto;*/
/*    opacity: 1;*/
/*}*/
/*.home-col:hover .hc-coming{*/
/*    display: none;*/
/*}*/
/*.home-col:hover .hc-img{*/
/*    opacity: 0;*/
/*}*/
/*.home-col:hover .home-card h5{*/
/*    font-size: 36px !important;*/
/*    margin-bottom: 20px;*/
/*    margin-top: 40px;*/
/*}*/
.home-col .btn {
    padding: 8px 25px !important;
    transition-duration: 0.5s;
}

.home-col:hover .btn {
    /* background: #CEAB71 !important ; */
}

.home {
    height: 100vh;
    overflow-y: hidden;
}

.bg-blue {
    background-color: #DBF0FE;
}

.btn-gradient,
.btn-gradient:hover {
    background: linear-gradient(270.91deg, #A97735 -4.78%, #F2DC83 25.71%, #A97735 106.69%) !important;
    color: white;
    text-decoration: none;
}

/*MICROSITE*/
#home-banner {
    margin-top: 64px;
    width: 100vw;
    min-height: calc(100vw * 0.644);
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.btn-banner {
    text-transform: uppercase;
    font-size: 24px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    margin-top: calc(100vw * 0.38);
}

#counter {
    transform: translateY(-100px);
    width: 60vw;
    margin: auto;
    padding: 30px 60px;
    background: linear-gradient(359.54deg, #A17704 0.03%, #CEAB71 130.27%);
    border-radius: 25px;
}

.counter-unit {
    background-color: #fff;
    color: #CEAB71;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    text-align: center;
    padding: 16px;
}

.cu-number,
.cu-caption {
    display: block;
}

.cu-number {
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
}

.cu-caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

#home-about {
    /* background-image: url(../images/microsite/home-about.png); */
    background-size: 100% 100%;
}

.home-about-text {
    padding-top: 0px;
    padding-bottom: 88px;
}

.home-about-text h2 {
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 50px;
    line-height: 61px;
}

.home-about-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 150.9%;
}

#home-gallery {
    background-image: url(../images/microsite/bg-green.png);
    background-size: cover;
    padding: 135px 0;
    text-align: center;
}

.gallery-img img {
    width: 90%;
    margin: auto;
    border-radius: 25px;
    height: 250px;
    margin: 18px 0;
    object-fit: cover;
    opacity: 0.9;
    transition-duration: 0.5s;
}

.gallery-img img:hover {
    opacity: 1;
    width: 100%;
}

.gi-top-center img {
    transform: scale(1.2);
    transform-origin: bottom;
}

.gi-bottom-center img {
    transform: scale(1.2);
    transform-origin: top;
}

#home-video {
    /* background-image: url(../images/microsite/home-video.png); */
    background-size: 100% 100%;
    padding: 75px 0;
}

#home-video h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 64px;
}

#home-video iframe,
#home-broaden iframe {
    width: 100%;
    height: 614px;
    margin: 0px auto;
    border-radius: 25px;
}

#home-testimony {
    background: linear-gradient(359.54deg, #14695A 0.03%, #72BBAD 130.27%);
    padding: 70px 0 120px 0;
}

#home-testimony h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 75px;
}

.testimony-item {
    width: 90%;
    margin: auto;
    border: 2px solid #AE8522;
    border-radius: 25px;
    /*border-image-source: linear-gradient(180deg, #AE8522 0%, #CEAB71 100%);*/
}

.swiper-slide {
    padding: 0px 0;
}

.testimony-item .ti-content {
    padding: 100px 80px;
}

.testimony-item img {
    width: 80%;
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
    float: right;
    transform: scale(1.3);
}

.testimony-item h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
}

.testimony-item h5 {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

.testimony-item p {
    margin-top: 26px;
    font-weight: 300;
    font-size: 17px;
    line-height: 137.9%;

    text-align: justify;
}

#home-insta {
    padding: 80px 0;
    background-color: #fff;
}

#home-insta img {
    width: 100%;
    border-radius: 25px;
    filter: brightness(1);
    transition-duration: 0.5s;
    object-fit: cover;
}

#home-insta img:hover {
    filter: brightness(0.6);
}

.insta-half img {
    margin-bottom: 32px;
}

#home-faq {
    /* background-image: url(../images/microsite/home-faq.png); */
    background-size: cover;
    background-position: center;
    padding: 125px 0;
}

#home-faq button,
#home-faq button:hover {
    color: #000 !important;
    text-decoration: none !important;
}

#home-faq h2 {
    margin-bottom: 90px;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
}

.faq-card {
    border-radius: 25px;
    margin-bottom: 15px;
    background-color: #fff;
}

.accordion .card-header .btn {
    position: relative;
}

.accordion .card-header .btn img.faqmin,
.accordion .card-header .btn[aria-expanded=true] img.faqplus {
    opacity: 0;
}

.accordion .card-header .btn img.faqplus,
.accordion .card-header .btn[aria-expanded=true] img.faqmin {
    opacity: 1;
}

.accordion .card-header .btn img {
    position: absolute;
    right: 20px;
    bottom: 2px;
}

#footer {
    position: relative;
    padding: 37px 0;
    background: linear-gradient(359.54deg, #14695A 0.03%, #72BBAD 130.27%);
}

.footer-info:not(.footer-info:last-child) {
    margin-bottom: 16px;
}

.footer-info * {
    display: inline-block;
    vertical-align: middle;
}

.footer-info img {
    width: 25px;
    margin-right: 20px;
}

.footer-info span {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

#footer::after {
    content: "";
    width: 280px;
    height: 280px;
    background-image: url(../images/microsite/foot.png);
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-prev {
    transform: translateX(-40px) translateY(100px) scale(1.3) !important;
}

.swiper-next {
    transform: translateX(40px) translateY(100px) scale(1.3) !important;
}

/*MICROSITE 2*/
#footer2 {
    padding: 37px 0;
}

#footer2 span {
    color: #494A4A !important;
}

.foot-socials a {
    margin: 0 10px;
}

#home-banner2 {
    /* margin-top: 64px; */
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    background-image: url(../images/microsite2/home-banner.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#home-broaden {
    padding: 110px 0;
    background-image: url(../images/microsite2/home-broaden.png);
    background-size: 100% auto;
    background-position: center;
}

.broaden-head,
.content-title {
    font-family: 'Playfair Display', serif;
    color: #A17704;
    font-weight: 500;
    font-size: 60px;
    line-height: 67px;
    margin: auto;
}

.upcoming-head {
    font-family: 'Playfair Display', serif;
    color: #A17704;
    font-weight: 500;
    font-size: 100px;
    line-height: 67px;
    margin: auto;
    margin-top: 49px;
    margin-bottom: 55px;

}

.upcoming-head-subtitle {
    font-family: 'Playfair Display', serif;
    color: #A17704;
    font-weight: 500;
    font-size: 40px;
    line-height: unset;
    margin: auto;
}

.broaden-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    color: #494A4A;
    margin: 60px auto;
    width: 93%;
}

.get-col {
    text-align: center;
    margin-top: 70px;
}

.get-img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    margin-bottom: 22px;
}

.get-caption {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #494A4A;
    margin: auto;
}

.broaden-head.mt {
    margin-top: 100px;
}

#home-counter2 {
    background-image: url(../images/microsite2/home-counter.png);
    padding: 43px 0;
    background-color: #2D9CDB;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

#home-counter2 h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 22px;
    color: #DBF0FE;
}

.insta2 {
    background: none !important;
}

.insta2 .broaden-head {
    margin-top: 58px;
    margin-bottom: 98px;
}

.insta2 p {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;

    color: #494A4A;
}


.fw-semibold {
    font-weight: bolder;
}

.rounded-md {
    border-radius: 15px;
}

.h-min-screen {
    min-height: 100vh;
}

.rounded-pill {
    border-radius: 50rem;
}

.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    display: flex;
    align-items: center;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: #bbbbbb;
}

/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 5px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.datatable-config {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.datatable-config tr th:last-child,
.datatable-config tr td:last-child {
    border-right: 1px solid #dee2e6 !important;
}

.datatable-config tr td {
    border-bottom: 1px solid #dee2e6 !important;
}

.datatable-config tr th:first-child,
.datatable-config tr td:first-child {
    border-left: 1px solid #dee2e6 !important;
}

/* top-left border-radius */
.datatable-config tr:first-child th:first-child {
    border-top-left-radius: .45rem !important;
}

/* top-right border-radius */
.datatable-config tr:first-child th:last-child {
    border-top-right-radius: .45rem !important;
}

/* bottom-left border-radius */
.datatable-config tr:last-child td:first-child {
    border-bottom-left-radius: .45rem !important;
}

/* bottom-right border-radius */
.datatable-config tr:last-child td:last-child {
    border-bottom-right-radius: .45rem !important;
}

.datatable-config th {
    text-align: center;
}

.datatable-config thead tr th,
.datatable-config tbody tr td {
    font-size: 13px !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    border: 2px solid #D5CFDA;
    border-radius: 15px;
    padding: 2px 20px;
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

.select2-selection__arrow {
    height: 34px !important;
}

.paginate_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dee2e6;
    padding: 0.2rem 0.7rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.paginate_button.current {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.paginate_button:hover {
    color: #007bff;
    background-color: #00000017;
    border-color: #00000017;
}


.nav-tabs {
    border: 0;
    padding: 15px 0rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #56306B;
    border: 1px solid #56306B !important;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background: #56306B;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.text-13 {
    font-size: 13px;
}

.btn-avatar {
    padding: 5px 7px;
    right: 0;
    bottom: 3px;
    font-size: 12px;
}

#profileImg {
    border-radius: 50%;
    object-fit: cover;
}

#transaction-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#transaction-table::-webkit-scrollbar {
    height: 4px;
    background-color: #F5F5F5;
}

#transaction-table::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.bg-blue {
    background-image: url('../images/general-bg.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.bg-flower {
    background-image: url('../images/session-bg1.png');
    background-size: cover;
}

.header-about-us-main {
    padding: 20vh 0px 10vh 0px;
}

.header-about-us {
    padding: 20vh 0px 10vh 0px;
    background-image: url('../images/header-about-us.png');
    background-size: cover;
}

.fw-bold {
    font-weight: bold;
}

.overflow-hidden {
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
}

.about-us-content {
    background-image: url('../images/bg-about.png');
    background-size: 100%;
    background-position: left;
}

.logo-group img {
    width: 160px;
}

.logo-group {
    margin-bottom: 5rem;
}

.about-us-footer {
    background: linear-gradient(359.54deg, #0A6152 0.03%, #9DE0D3 130.27%);

}


.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

span.select2 {
    width: 100% !important;
}

.grayscale {
    filter: grayscale();
}

.sponsorship-content {
    min-height: 70vh;
}

.btn-custom {
    background-color: #56306B;
    color: #fff;
}

.btn-custom:hover {
    color: #fff;
}