@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    list-style: none;
}

ul, li{
    list-style: decimal;
}

html{
    scrollbar-width: thin;
    scrollbar-color: #683C07 #f1f1f1;
}

body{
    background-image: url("../img/bg-white.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    min-height: 100vh;
    top: 0;
}

a{
    text-decoration: none;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #fff;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-wrap {
     --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
	width:85% !important;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(1.15* var(--bs-gutter-x));
    background: rgb(25 25 25 / 30%);
	padding: 25px 0px 10px 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap {
     position: relative;
     background: rgb(25 25 25 / 30%);
    border-radius: 10px;
    margin-bottom: 15px;
	width:90% !important;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.information-wrap {
    background: rgb(25 25 25 / 30%);
    padding:20px 20px 20px 20px;
    border-radius: 10px;
     margin-bottom: 15px;
     width:90% !important;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.fotos-wrap {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap h3 {
    font-weight: 300;
}

.login-wrap .icon span {
    color: #fff;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    height: 40px
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: inherit !important;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: #1089ff;
}

.checkbox-primary input:checked~.checkmark:after {
    color: #1089ff;
}

.btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}


.service_section {
    width: 100%;
    float: left;
    padding-top: 0px;
    color: #fff;
}

.service_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #fefbfb;
    font-weight: 800;
    text-align: center;
}

.service_section_2 img{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.service_section_3 img{
    width: 25%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.schedule {
    width: 100%;
    float: left;
    padding-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.service_box {
    border: 2px solid rgb(245, 134, 134);
    margin-top: 20px;
    height: 95%;
    width: 100%;
    background-color: rgba(200, 49, 49, 0.8);
    border-radius: 10px;  
}

.jelajah_box {
    border: 2px solid #000;
    margin-top: 20px;
    background-color: rgba(52, 51, 51, 0.4);
    border-radius: 10px;
    width: 100%;
}


.breakfast_img {
    width: 100%;
    text-align: center;
    min-height: 138px;
    align-items: center;
    justify-content: center;
}

.breakfast_text {
    width: 100%;
    font-size: 26px;
    color: #fcfcfd;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    padding-top: 10px;
    text-transform:uppercase ;
}

.seemore_bt {
    width: 150px;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    height: auto;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefbfb;
    background-color: rgba(200, 49, 49, 0.8);
    border: 2px solid rgb(245, 134, 134);
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
}

.daftar_bt {
    width: 150px;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
}

.daftar_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4F0706;
    background: linear-gradient(to right, #FFA542, #fff, #FFA542);
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
}

.seemore_bt a:hover {
    color: #fefbfb;
    background-color: #ff9800;
}

.readmore_bt.active a {
    color: #fcfcfd;
    background-color: #f9b116;
}

.menu_main {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    height: 55px;
    display: flex;
    padding: 20px 20px;
    margin-top: 2%;
    border-radius: 50px;
}

.custome_menu {
    width: 78%;
    float: left;
}

.custome_menu ul {
    padding: 0px;
    margin: 0px;
}

.custome_menu li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.custome_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.custome_menu li a:hover {
    color: #8eb50b;
}

.custome_menu li.active a {
    color: #8eb50b;
}

.login_menu {}

.login_menu ul {
    padding: 0px;
    margin: 0px;
}

.login_menu li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 20px;
    text-transform: uppercase;
}

.login_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.login_menu li a:hover {
    color: #8eb50b;
}

@media screen and (max-width: 450px){

    body{
        background-image: url("../img/bg-white.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        object-fit: cover;
        min-height: 100vh;
        top: 0;
    }


    .service_box{
        width: 100%;
    }
    .breakfast_text{
        font-size: 23px;
    }

    .jelajah_box{
        width: 80%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .seemore_bt{
        display: flex;
        font-size: 14px;
    }
}

.head{
    text-transform: uppercase;
}

.terms-container{
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    list-style: decimal;
}

.terms-header {
    background-color: #F8C898;
    color: #000;
    width: 30%;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.terms-content {
    padding: 15px;
    background-color: #f9f9f9;
    color: black;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    max-height: 200px;
    overflow-y: auto;
}
/* Button Styling */
.btn-daftar {
    background-color: #003366;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.btn-daftar:hover {
    background-color: #0055aa;
}

.agree-section{
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .terms-container {
        padding: 10px;
        width: 100%;
    }

    .service_taital {
        font-size: 28px;
    }

    .service_section_2 {
        font-size: 16px;
        margin: 0 auto;
    }

    .terms-header {
        font-size: 18px;
        width: 40%;
        margin-top: 10px;
    }
    .head{
        font-size: 18px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
    }

    .agree-section{
        font-size: 14px;
    }

    .qr_code{
        margin: 0px 0px 0px 50px;
        justify-content: center;
        align-items: center;
    }

    .menu_main{
        margin-top: 20px    ;
    }
}

.heading-section {
    text-transform: uppercase;
    background-color: rgba(200, 49, 49, 0.8);
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid rgb(245, 134, 134);
    box-sizing: border-box;
}

.otp-container {
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
}

.otp-form {
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.otp-box {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: none;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    color: #000;
    outline: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.otp-box:focus {
    outline: none;
    border: 2px solid #ff007b;
}

/* OTP Options (Resend + Timer) */
.otp-options {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Untuk memastikan semua elemen sejajar secara vertikal */
    width: 100%; /* Lebar penuh */
    color: #fff;
}


.resend-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.timer {
    font-size: 14px;
    color: #fff;
}



/* Responsive Adjustments */
@media (min-width: 768px) {
    .otp-container {
        max-width: 400px;
    }

    .otp-box {
        width: 70px;
        height: 70px;
    }

    .btn-confirm {
        padding: 18px;
    }
}

@media (min-width: 1024px) {
    .otp-container {
        max-width: 450px;
    }

    .otp-box {
        width: 80px;
        height: 80px;
    }

    .btn-confirm {
        padding: 20px;
    }

    .btn.btn-primary {
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
        border: none;
        color: #4F0706 !important;
        width: 30%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .btn.btn-primary:hover {
        border: none;
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
        color: #4F0706;
    }

    .blue-dark {
        display: inline-block;
    }

    #demo {
        margin-left: 18rem;
        font-weight: bold; /* Make it bold like in the image */
        color: #ffffff;
    }

    .kembali img{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 20%;
    }
    .kembali-button img{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 40%;
        margin-left: -10px;
    }
    .ayo-kirim img{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 40%;
        margin-right: -10px;
    }


    .kembali-tantangan img{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 30%;
    }

    .kembali-tantangan{
        margin-top: -50px;
    }

    .qr_code {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        position: relative;
        border-radius: 10px;
    }

    .fun_fifgroup img{
        width: 30%;
        margin: 0 auto;
        margin-left: -20rem;
    }
    .circle img{
        width: 20%;
        margin-right: 3rem;
    }
    
    .relative img{
        width: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .relative select{
        border: none;
    }
    
    .fun-fifgroup{
        margin: 0px 50px 0px 50px;
    }
    
    .fun-fifgroup {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px; /* Space between items */
        margin-top: 30px;
    }

    .fun-fifgroup .circle, .fun-fifgroup .fun_fifgroup {
        flex: 0 0 calc(50% - 30px); /* Adjust width for each column */
        max-width: calc(50% - 30px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .circle img {
        width: 80px; /* Smaller size for better alignment */
        height: auto;
    }

    .fun_fifgroup img {
        width: 180px; /* Image width for text option */
        height: auto;
    }
}

.dont-have-account{
    color: #2a306c;
    margin-top: 15px;
    font-weight: 700;
    font-size: 20px;
}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.header img.logo {
    max-width: 150px;
}

.header h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.header p {
    font-size: 14px;
    color: #666;
}

.rundown-card {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 80%;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rundown-card h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.rundown-card p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.schedule {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.event{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.time-box,
.detail-box {
    width: 48%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-box-header,
.detail-box-header {
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-box {
    font-weight: bold;
    width: 30%;
    background-color: #F4FE73;
}
.detail-box {
    width: 69%;
}

.activity {
    font-weight: bold;
    text-align: center;
}

.time{
    font-weight: bold;
}

.back-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #008CBA;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.back-btn:hover {
    background-color: #005f73;
}

@media (min-width: 768px) {
    .event-container {
        max-width: 700px;
        padding: 40px;
    }

    .time-box,
    .detail-box {
        padding: 15px;
    }

    .back-btn {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .rundown-card {
        flex-direction: column;
        width: 100%;
    }

    .time-box-header,
    .detail-box-header {
        width: 100%;
    }

    .time-box-header .time,
    .detail-box-header .activity {
        font-size: 16px;
    }

    .time-box-header p,
    .detail-box-header p {
        font-size: 12px;
    }
}

.carousel-control-prev, 
.carousel-control-next {
    width: 5%; /* Reduce the width of the navigation */
    position: absolute;
    top: 50%; /* Center vertically */
    transform: translateY(-50%);
    z-index: 5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.carousel-inner img {
    width: 100%;      /* Scale down the image to 80% of the container */
    height: auto;    /* Keep the aspect ratio */
    margin: 0 auto;  /* Center the image */
  }

.carousel-control-prev {
    left: -7%;
}

.carousel-control-next {
    right: -7%;
}

/* Optional: Adjust the icon size */
.carousel-control-prev-icon, 
.carousel-control-next-icon {
    background-size: 100%, 100%;
}

.carousel-button-container .btn-contact 
.btn-information {
    width: 100%;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 0;
}

.carousel-item {
    flex: 1 0 33.3333%; /* 3 items on desktop */
}

@media screen and (max-width: 768px) {
    .carousel-control-prev {
        left: 2%;
    }
    .carousel-control-next{
        right: 2%;
    }

    .carousel-inner img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .carousel-button-container .btn-contact 
    .btn-information {
        width: 80%;
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 10px 0;
        margin: 0 auto;
    }

    .carousel-item{
        width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: block;
    }
}


.btn-information {
    cursor: pointer;
    width: 100%;
    background: #5f6060;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    border: none;
    color: #fff;
    border-radius: 20px 20px 20px 20px;
}

.btn-information {
    cursor: pointer;
    width: 100%;
    background: #283373;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    border: none;
    color: #fff;
    border-radius: 20px 20px 20px 20px;
	
}

.btn-contact {
    cursor: pointer;
    width: 100%;
    background: #ffca09;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    border: none;
    color: #fff;
    border-radius: 20px 20px 20px 20px;
}


.panah-kiri2 {
    width:20%; 
    margin-left: 25%;
}

.panah-kanan2 {
    width:20%; 
    margin-right: 25%;
}

.component{
    margin-top: 5%;
    margin-bottom: 5%;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; 
}

.owl-nav .owl-prev {
    left: -2%; 
}

.owl-nav .owl-next {
    right: -2%;
}

.owl-nav .owl-prev img, .owl-nav .owl-next img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }

    .owl-nav .owl-prev {
        left: 5px;
    }

    .owl-nav .owl-next {
        right: 5px; 
    }
}

@media (max-width: 480px) {
    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 25px;
        height: 25px;
    }

    .checkbox-text{
        color: white;
        margin-top: 9px;
    }

    .owl-nav .owl-prev {
        left: 3px;
    }

    .owl-nav .owl-next {
        right: 3px;
    }

    .terms-header{
        width: 90%;
        text-transform: uppercase;
        font-size: 15px;
    }

    
    .img-logo img{
        width: 80%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
    }

    .img-logo-main img{
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
    }

    .img-logo-jadwal img{
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
    }

    .service_section_3 img{
        width: 70%;
    }

    .breakfast_img {
        width: 100%;
        margin: 0 auto;
        /* padding: 5px 10px 5px 10px;  */
    }

    .daftar{
        width: 50%;
        margin: auto;
    }

    .masuk{
        width: 50%;
        margin: auto;
    }

    .masuk-yuk{
        margin-top: 20%;
    }
    .masuk-yuk img{
        width: 80%;
        align-items: center;
        display: flex;
        justify-self: center;
        margin: 0 auto;
    }
    .daftar-yuk img{
        width: 80%;
        align-items: center;
        display: flex;
        justify-self: center;
        margin: 0 auto;
    }

    .otp{
        margin-top: 20%;
    }
    .otp img{
        width: 50%;
        align-items: center;
        display: flex;
        justify-self: center;
        margin: 0 auto;
    }

    .btn.btn-primary {
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
        border: none;
        color: #4F0706 !important;
        width: 40%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px !important;
        text-transform: uppercase;
        font-weight: 700;
    }

    .btn.btn-primary:hover {
        border: none;
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
        color: #4F0706;
    }

    .btn-confirm {
        width: 50%;
        padding: 10px;
        color: white;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        height: auto;
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
        border: none;
        color: #4F0706 !important;
    }

    .btn-confirm:hover {
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
    }

    .blue-dark {
        display: inline-block;
    }

    #demo {
        margin-left: 12.5rem;
        font-weight: bold; /* Make it bold like in the image */
        color: #ffffff;
    }

    .kembali img{
        width: 50%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .kembali-button img{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .ayo-kirim img{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .jadwal-acara img{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 80%;
        align-items: center;
    }
    .relative{
        width: 100%;
        border: none;
    }

    .tantangan-wrap img{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .tantangan-wrap{
        width: 90%;
        position: relative;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        color: #4F0706;
        font-weight: 600;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        margin-bottom: 10px;
    }

    .tantangan-wrap p{
        font-size: 20px;
    }

    .kembali-tantangan img{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 80%;
    }

    .kembali-tantangan{
        margin-top: -25px;
    }
    
    .fun_fifgroup img{
        width: 100%;
        padding: 0px;
        margin-left: -25%;
    }
    
    .circle img{
        width: 50%;
        margin-left: 40px;
    }
    
    .relative img{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .relative select{
        border: none;
    }
    .form-reg{
        width: 100% !important;
    }
    
    .fade{
        margin-top: 35% !important;
    }
}

.header-image img{
    width: 40%;
    display: flex;
	float:right;
    margin: 0 auto;
    margin-top: 5%;
	margin-right:2rem;
}

@media (min-width: 1024px) {
    .header-image img{
        width: 20%;
        margin: 0 auto;
        margin-top: 2%;
    }

    .checkbox-text{
        color: white;
        margin-top: 9px;
    }
    .img-logo img{
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .img-logo-main img{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .img-logo-jadwal img{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .masuk-yuk{
        margin-top: 5%;
    }

    .masuk-yuk img{
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .daftar-yuk img{
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .otp{
        margin-top: 5%;
    }
    .otp img{
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    /* Confirm Button */
    .btn-confirm {
        width: 30%;
        padding: 10px;
        color: white;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        height: auto;
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
        border: none;
        color: #4F0706 !important;
    }

    .btn-confirm:hover {
        background: linear-gradient(to right, #FFA542, #fff, #FFA542);
    }

    .jadwal-acara img{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 30%;
        align-items: center;
    }
    .upload-fif img{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        align-items: center;
    }

    .relative{
        width: 100%;
        border: none;
    }

    .tantangan-wrap img{
        width: 40%;
        margin-top: 20px;
    }

    .tantangan-wrap {
        width: 70%;
        position: relative;
        background: #fff;
        border-radius: 10px;
        color: #4F0706;
        font-weight: 600;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        margin-bottom: 20px;
    }
    .fade{
        margin-top: 10% !important;
    }
}

.login-form label {
    font-weight: bold;
    color: #252b68;
    display: block;
	font-size: 16px;
    margin-bottom: 5px;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="number"],
.login-form input[type="password"] {
    border: none;
    border-bottom: 1px solid #B5AA9D;
    background-color: #fff;
    color: #252b68;
    padding-left: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.login-form input[type="text"]::placeholder,
.login-form input[type="email"]::placeholder,
.login-form input[type="number"]::placeholder,
.login-form input[type="password"]::placeholder {
    color: #B5AA9D;
    font-size: 12px;
}

.login-form input:focus {
    outline: none;
    border-bottom-color: #347AB7;
}

/* Button styles */
.login-form button {
    background-color: #ffcb18;
    border: 1px;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.login-form button:hover {
    background-color: #285d8a;
}

/* Register link */
.login-form a {
    color: #347AB7;
    text-decoration: underline;
}

.login-form a:hover {
    color: #285d8a;
}

.btn.btn-primary {
    /*background: linear-gradient(to right, #252b68, #fff, #ffca09);*/
    background: #182972;
        border: none;
        color: #ffffff !important;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px !important;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #4CAF50;
        border-radius: 10px;
        border: 2px solid #fff;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #45a049;
    }
    
    .btn-custom {
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 2px solid #dcdcdc;
        padding: 20px 20px;
        border-radius: 5px !important;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        width: 95%;
        text-align: center;
        display: inline-block;
        transition: all 0.3s ease;
    }
    
    .btn-custom:hover {
        background-color: #f0f0f0;
        border-color: #c0c0c0;
    }
    
    .date-container select {
            width: 32.4%;
            padding: 10px;
            margin: 5px 0 15px 0;
            border: 1px solid #5a2d0c;
            background: transparent;
            color: #5a2d0c;
            text-align: center;
        }
        
        .btn-group {
            display: flex !important;
            justify-content: space-between;
        }
        
        .btn-information, .btn-contact, .btn-interes-before {
            padding: 10px 20px;
        }
        
        .button-tertarik{
            border-radius: 20px 0px 0px 20px !important;
            font-size: 15px !important;
            background: linear-gradient(to right, #2F3999, #3EA3F0, #30409E);
        }
        
        .input-field {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border-radius: 15px;
            border: none;
            font-size: 16px;
        }
        
        .modal-content {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.modal-header {
    background-color: #0d4eb4;
    border-bottom: 1px solid #ddd;
}

.modal-title {
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
}

.modal-body {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    text-align: center; /* Ratakan teks di tengah */
}

.modal-footer {
    border-top: 1px solid #ddd;
    justify-content: center;
    padding: 15px;
}

.swal-text {
    text-align: center;
}

.swal-button-center {
    margin: auto;
    display: block;
}

.btn-secondary {
    background-color: #6c757d;
    border: none;
    color: #fff;
}


.fade{
    padding-right: 0px !important;
}

.form-reg{
    background: #fff;
    width: 50%;
    border: none;
    margin: 0 auto;
    border-radius: 20px;
}