/* Landing Page Preorder */

/* Font */
@font-face {
    font-family: leagueSpartan-bold;
    src: url(../font/League_Spartan/static/LeagueSpartan-Bold.ttf);
}

@font-face {
    font-family: leagueSpartan-medium;
    src: url(../font/League_Spartan/static/LeagueSpartan-Medium.ttf);
}

@font-face {
    font-family: leagueSpartan;
    src: url(../font/League_Spartan/static/LeagueSpartan-Regular.ttf);
}

.font-league-bold {
    font-family: leagueSpartan-bold;
    font-size: 45px;
    color: #ffffff;
}

.font-league-medium, .font-league-medium-counter, .font-league-benefit {
    font-family: leagueSpartan-medium;
    font-size: 35px;
    color: #ffffff;
}

.font-league-wn{
    font-family: leagueSpartan;
    font-size: 25px;    
}

.font-league-price{
    font-family: leagueSpartan-medium;
    font-size: 32px;
    color: #ffffff;
}

.btn-font{
    font-family: leagueSpartan-medium;
    font-size: 20px;
    font-weight: bold;
}

.benefit-font{
    font-family: leagueSpartan;
    font-size: 25px;
}

.fa-20px{
    font-size: 25px !important;
}

* {
    font-family: leagueSpartan;
}

/* Background Color */
.blue-bg{
    background-color: #5956e9;
}
.choco-bg{
    background-color: #ffefe0;
}
.gray-bg{
    background-color: #f7f8f9;
}
.pink-bg{
    background-color: #fab8c4;
}
.img-logo{
    width: 120px;
    height: auto;
}
.img-cover-head{
    width: 400px;
}
.overlay{
    z-index: 9;
    height: 400px;
}
.container-header{
    height: 600px;
    border-radius: 0px 0px 30px 30px;
}
.cover-bottom{
    height: 130px;
    border-radius: 0px 0px 30px 30px;
}

/* Who Needs */
.container-need{
    border-radius: 30px;    
}

mark{
    background: #FFFF00;
    font-weight: bold;
}

.fa-color{
    color: #F05858 !important;
}
.wn-spacing{
    margin-top: 15px;
}

/* Project */
.img-project{
    width: 400px;
}

.project{
    flex-direction: row;
}

.div1 {
    order: 2;
}
.div2 {
    order: 1;
}

/* Profile */
.img-profile{
    width: 200px;
}
.profile-container{
    border-radius: 30px;
    background-color: #ffffff;
    padding: 50px;
    margin-left: 10px;
    margin-right: 10px; 
    margin-top: 5px;   
}
.profile-font{
    font-family: leagueSpartan;
    font-size: 20px;
}

/* Testimoni */
.testimoni-container{
    border-radius: 30px;
    background-color: #f7f8f9;
    padding: 50px;
    margin-left: 10px;
    margin-right: 10px;    
    margin-top: 5px; 
}

.img-testimoni{
    width: 150px;
}

/* Price */
.price-container{
    background-color: #5956e9;
    border-radius: 30px;
    width: 80%;
}

/* Form */
.form-container{
    background-color: #f7f8f9;
    border-radius: 20px;
    padding: 30px;
    width: 50%;
}

/* WA floating button */
.float-wa{    
	position:fixed;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
	bottom:20px;
	right:40px;
    font-size: 18px;
	background-color:#25d366;
    border: none;
	color:#FFF;
	border-radius:30px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;    
    z-index: 10; 
}

.card-wa {
    display: none;
    position: fixed;
    width: 400px;

    right : 40px;
    bottom: 85px;    
    border-radius: 10px;
    box-sizing: border-box;  
    background-color: #ffffff;  
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
    z-index: 10; 
    transition: all .3s linear;
}
.card-wa::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 5px;
    bottom: -20px;
    left: 85%;
    box-sizing: border-box;
        
    border : 10px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    
    transform-origin: 0 0;
    transform: rotate(-45deg);
    
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.wa-header{
    padding: 10px;
    background-color: #075e54;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
}
.wa-content{
    padding: 10px;    
    border-radius: 0px 0px 10px 10px;
}

[class*='close-'] {
    color: #FFFFFF;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
}

.close-classic:after {
    content: '✖'; /* ANSI X letter */
}

/* Detail Information */
.container-order{
    background-color: #FFFFFF;
    border-radius: 30px;
}

/* Confirmation */
.font-confirmation{
    font-size: 20px;
}

/* Notification */
.notification{
    opacity: 0;
	position:fixed;
    padding: 10px;
	bottom:20px;
	left:40px;
	background-color:#ADF7B6;	
	border-radius:10px;	
	box-shadow: 2px 2px 3px #999;    
    z-index: 10; 
}
.notification.hide {
    -webkit-animation: slide-down 2.3s ease-out;
    -moz-animation: slide-down 3.3s ease-out;
    opacity: 0;
}

.notification.open {
    -webkit-animation: slide-open 2.3s ease-out;
    -moz-animation: slide-open 3.3s ease-out;
    opacity: 100;
}

/* launching */
.free-badge{
    width: 150px;
}

/* Workshop */
.yellow-bg{
    background-color: #ffbe76;
}
.blue2-bg{
    background-color: #64ADD0;
}
.blue3-bg{
    background-color: #F0FAFE;
}
.blue4-bg{
    background-color: #8ecae6;
}
.text-dark{
    color: #000000;
}
.yellow2-bg{
    background-color: #ffd634;
}
.yellow3-bg{
    background-color: #FFE683;
}

.img-cover-head-workshop{
    height: 420px;
}
.price-container-workshop{
    /*background-color: #8ecae6;*/
    border-radius: 30px;
    width: 80%;
}
.container-workshop{
    margin: auto;
    width: 60%;
    background-color: #FFFFFF;
    border-radius: 30px;
}
.materi-container{
    border-radius: 30px;
    background-color: #ffffff;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px; 
    margin-top: 5px;   
}
.materi-font{
    font-family: leagueSpartan;
    font-size: 20px;
}

.img-testimoni-ws{
    height: 250px;
}

.pain-point{
    font-size: 30px;
}

/* Webinar Payment */
.payment-section{
    padding: 80px;
    /* padding-left: 20%;
    padding-right: 20%; */
}
.payment-container{
    border-radius: 15px;
    background-color: #ffffff;    
}
.payment-detail-box{
    border-radius: 15px;
    background-color:#0288d1;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.payment-header{
    font-size: 22px;
    font-family: leagueSpartan;
    font-weight: bold;
    margin-bottom: 5px;
}

.payment-id{
    font-size: 20px;
    font-family: leagueSpartan;    
}

.payment-box{
    font-family: leagueSpartan;
    padding: 30px
}

.payment-button{
    padding: 5px;
    border-radius: 5px;
    border-style: solid;
    height: 80px;
    width: 300px;
    font-size: 30px;
    margin: auto;
    background-color: #fff;
}

.payment-btn-success{
    font-size: 18px;
    font-family: leagueSpartan;
}

.invest-price{
    font-size: 40px;
    font-family: leagueSpartan;
    font-weight: bold;
}

/* Payment Confirmation */
.payment-conf-box{
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.payment-conf-header{
    font-size: 28px;
    font-family: leagueSpartan;
    font-weight: bold;
    margin-bottom: 5px;
}

.payment-conf-header2{
    font-size: 22px;
    font-family: leagueSpartan;
    font-weight: bold;
    margin-bottom: 5px;
}
.payment-conf-header3{
    font-size: 18px;
    font-family: leagueSpartan;
    font-weight: bold;
    margin-bottom: 5px;
}

.payment-total{
    font-size: 28px;
    font-family: leagueSpartan;
    font-weight: bold;
}

.payment-button-text{
    font-size: 18px;
    font-family: leagueSpartan;
    
    margin-bottom: 5px;
}

.account-box{
    margin: 5px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.account-box p{
    margin: 0px;
}

/* Upload Bukti */
.upload-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 2px dashed #007bff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    position: relative;
    transition: border-color 0.3s ease;
}

.upload-container.dragover {
    border-color: #0056b3;
}

.upload-container input[type="file"] {
    display: none;
}

.upload-container img {
    max-width: 100%;
    max-height: 200px;
    margin-top: 10px;
}

.upload-text {
    color: #007bff;
    cursor: pointer;
}

.upload-text:hover {
    text-decoration: underline;
}

.img-payment{
    width: 120px;
}

/* Responsive */
@media screen and (max-width:500px) {
    /* Font */
    .font-league-bold {
        font-family: leagueSpartan-bold;
        font-size: 30px;
        color: #ffffff;
    }
    .font-league-medium {
        font-family: leagueSpartan-medium;
        font-size: 30px;
        color: #ffffff;
    }

    .img-cover-head{
        width: 300px;
    }
    .overlay{
        z-index: 9;
        height: 300px;
    }
    .container-header{
        height: 500px;
        border-radius: 0px 0px 30px 30px;
    }
    .cover-bottom{
        height: 80px;
        border-radius: 0px 0px 30px 30px;
    }

    /* Who Needs */    
    .font-league-wn{
        font-family: leagueSpartan;
        font-size: 20px;    
    }
    .wn-spacing{
        margin-top: 10px;
    }

    .fa-2x{
        font-size: 20px !important;; 
    }

    /* Counter */
    .font-league-medium-counter{
        font-size: 25px;
    }

    /* Benefit */
    .font-league-benefit{
        font-size: 20px;
    }
    .benefit-font{
        font-size: 15px;
    }
    .fa-20px{
        font-size: 15px !important;
    }

    /* Project */
    .img-project{
        width: 250px;
    }

    .project{
        flex-direction: column;
    }
    .div1 {
        order: 1;
    }
    .div2 {
        order: 2;
    }

    /* Profile */
    .img-profile{
        width: 200px;
    }

    .profile{
        flex-direction: column;
    }

    .profile-container{
        border-radius: 30px;
        background-color: #ffffff;
        padding: 10px;
        margin-left: 5px;
        margin-right: 5px;    
    }

    /* Testimoni */
    .testimoni-container{
        border-radius: 30px;
        background-color: #f7f8f9;
        padding: 10px;
        margin-left: 5px;
        margin-right: 5px;     
    }

    /* Price */
    .price-container{
        background-color: #5956e9;
        border-radius: 30px;
        width: 90%;
    }

    .font-league-price{
        font-family: leagueSpartan-medium;
        font-size: 20px;
        color: #ffffff;
    }

    /* Form */
    .form-container{
        background-color: #f7f8f9;
        border-radius: 20px;
        padding: 5px;
        width: 100%;
    }

    .float-wa{    
        bottom: 120px;
        right: 10px; 
    }    
    .card-wa {
        width: 95%;
        bottom: 160px;
        right: 10px;
    }

    /* Confirmation */
    .font-confirmation{
        font-size: 18px;
    }
    
    /* Notification */
    .notification{
        opacity: 0;
        position:fixed;
        padding: 10px;
        bottom:20px;
        left:10px;
        right: 10px;
        background-color:#ADF7B6;        
        border-radius:10px;        
        box-shadow: 2px 2px 3px #999;     
    }
    
    /* launching */
    .free-badge{
        width: 100px;
    }
    
    /* Workshop */
    .img-cover-head-guru{
        height: 300px;
    }
    .container-workshop{        
        width: 95%;        
    }
    .price-container-guru{
        width: 90%;
    }
    
    .img-cover-head-workshop{
        height: 280px;
    }
    
    .price-container-workshop{        
        width: 90%;
    }
    
    .materi-container{        
        margin-left: 0px;
        margin-right: 0px;         
    }
    
    .pain-point{
        font-size: 20px;
        margin: 0px;
    }
    
    /* Payment */
    .payment-section{
        padding: 10px;        
    }

    .payment-detail-box{
        padding-left: 20px;
        padding-right: 20px;
    }

    .table-detail{
        border-radius: 20px;
        font-size: 14px;
    }

    .payment-btn-success{
        font-size: 16px;
    }

    .account-box{
        margin: 5px;
        padding: 5px;        
        border-radius: 5px;
    }

    .payment-total{
        font-size: 24px;
        font-family: poppins;
        font-weight: bold;
    }

    .payment-button-text{
        font-size: 14px;        
    }

    /* Payment New */
    .invest-price{
        font-size: 30px;        
    }

    .payment-header{
        font-size: 18px;        
    }
    .payment-id{
        font-size: 16px;        
    }

    .payment-box{        
        padding: 10px
    }

    .img-logo-payment{
        width: 100px;
    }

    .invest-font{        
        font-size: 20px;        
    }

}