@import url('https://fonts.cdnfonts.com/css/trajan-pro');


body {
    margin: 0;
    padding: 0;
    background-image: url('../img/bg_bahureksa.webp');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

body nav {
    position: relative;
    z-index: 2;
}

.container {
    margin: 0;
    padding: 10rem 0 0 0;
    min-height: 60vh;
    position: relative;
    color:  white;
}
.upperContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.countdownContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 1rem;
}
.textBanner h1 {
    font-size: 40px;
    font-family: 'Trajan Pro', sans-serif;
    color: white;
}
.textUntil {
    position: relative;
    top: 1rem;
    text-align: center;
    margin-bottom: 10px;
    color: white;
    font-family: 'Trajan Pro', sans-serif;
    font-size: 18px;
}
.countdown {
    display: flex;
}
.time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
    color: white;
    font-family: 'Trajan Pro', sans-serif;
}
.time h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 5px;
}

.bottomContainer {
    padding-bottom: 1rem;
    padding-top: 5rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.formContainer {
    padding-bottom: 1rem;
    padding-top: 5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.bayar{
    text-align: left;
}

.submit{
    background-color: #F0CB6C;
}

.gradient{
    /* text-shadow: 1px 1px 20px #F0CE84; */
    /* background: linear-gradient(45deg, hsla(41, 100%, 60%, 1) 0%, hsla(41, 100%, 60%, 1) 0%, hsla(41, 100%, 60%, 1) 0%, hsla(41, 100%, 60%, 1) 0%, hsla(41, 100%, 50%, 1) 0%, hsla(41, 78%, 73%, 1) 50%, hsla(41, 100%, 50%, 1) 100%); */
    background: -webkit-linear-gradient(45deg, hsla(41, 100%, 50%, 1) 0%, hsla(41, 100%, 60%, 1) 0%, hsla(41, 100%, 60%, 1) 0%, hsla(41, 100%, 60%, 1) 0%, hsla(41, 100%, 50%, 1) 0%, hsla(41, 100%, 60%, 1) 30%, hsla(41, 71%, 81%, 1) 50%, hsla(41, 100%, 60%, 1) 70%, hsla(41, 100%, 50%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

input:-webkit-autofill {
  background-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}


@media (max-width: 768px) {
    .countdownContainer {
        top: 0rem;
    }

	.detail{
		margin-top: 40px;	
	}
	
    .upperContainer {
        margin-top: -7rem;
        flex-direction: column;
        gap: 2rem;
    }

    .textBanner h1 {
        font-size: 25px;
        text-align: center;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .countdown-box {
        margin: 0px 10px;
        font-size: 22px;
    }

    .bottomContainer {
        flex-direction: column;
        margin-bottom: 5rem;
		margin-left: 15px;
		margin-right:15px;

    }

    .textUntil {
        font-size: 15px;
    }
}