
/*======FONT=========*/

   @font-face {
    font-family: Inter-Variable-Bold;
    src: url(../font/Inter-Bold.otf);
    }

    @font-face {
        font-family: Inter-Variable;
        src: url(../font/Inter-Regular.otf);
    }
    
    @font-face {
    font-family: Inter-Variable-semiBold;
    src: url(../font/Inter-SemiBold.otf);
    }


    body {
        font-family: "Inter-Variable";
    }

    .judul{
        font-family: "Inter-Variable-Bold";
        color: #86836b;
    }
    
    .judul-1{
        font-family: "Inter-Variable-semiBold";
        color: #86836b;
    }

    .input-wrapper {
        background: linear-gradient(to bottom, #b0cbe9, #86836b); /* gradasi biru */
        border-radius: 40px; /* sudut bulat */
        padding: 5px; /* jarak luar untuk efek bingkai */
		width: 100%;
    }

    .custom-input {
		border: none;
        padding: 15px 30px;
        font-size: 18px;
        border-radius: 15px;
        outline: none;
        width: 85%;
        text-align: center;
        font-family: "Inter-Variable";
     }

        /* agar input tampak "menyatu" dengan wrapper */
    .custom-input::placeholder {
        color: black;
        opacity: 0.7;
    }

    .textarea-wrapper {
        background: linear-gradient(to bottom, #b0cbe9, #86836b); /* gradasi biru */
        border-radius: 25px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
		width: 100%;
    }

    .custom-textarea {
        border: none;
        padding: 15px 30px;
        font-size: 18px;
        border-radius: 15px;
        outline: none;
        width: 85%;
        height: 300px;
        resize: none;
        text-align: center;
        font-family: "Inter-Variable";
    }

    /* Placeholder style */
    .custom-textarea::placeholder {
    color: black;
    opacity: 0.7;
    }

.bg-utama {
    background: url("../images/bg-all.png");
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;

}


.bg-utama1 {
    background: url("../images/bg-display.png");
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;
}


.bg-form {
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
}


.bg-form1 {
    
    scroll-behavior: smooth;
    background-position: center center;
    background-repeat: repeat;
    overflow-y: auto;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}


.setting-body {
    width: 100%; 
    height: 100vh; 
    border: 1px solid #fff;
}


.position-absolute{
    position: absolute;
}

/* PADDING  */
.pd-5 {
    padding: 5px;
}

.pd-5a {
    padding: 5px 20px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-40a {
    /* padding: 20px 60px; */
    padding: 20px 25px;
}


/* MARGIN-TOP  */

.mt-05 {
    margin-top: 0.5rem !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-1a {
    margin-top: 1.5rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-2a {
    margin-top: 2.5rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}


/* MARGIN-BOTTOM  */
.mb-02{
    margin-bottom: 0.2rem !important
}

.mb-03{
    margin-bottom: 0.3rem !important
}

.mb-05{
    margin-bottom: 0.5rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}


/* WIDTH  */
.w-12pa {
    width: 12.5%;
}

.w20p {
    width: 20%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w50p {
    width: 50%;
}

.w70p {
    width: 70%;
}

.w75p {
    width: 75%;
}
.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}


.w75p {
    width: 75%;
}

.w100p {
    width: 100%;
}


/* WARNA BACGROUND  */
.green {
    background: #109d58;
}

.red {
    background: #dc4437;
}

.blue {
    background: #4286f5;
}

.blue2 {
    background: #2a36fc;
}

.yellow {
    background: #f5b400;
}

.lilac {
    background: #e9ecff !important;
}

.white {
    background: #fff;
}

.black {
    background: #000;
}

.putih {
    color: #fff;
}

.pink {
    color: #ff3399;
}

.pink-old {
    color: #e6499f;
}

.green-dark {
    color: #04cf48;
}

.blue-sky {
    color: #31b5c5;
}

.font-yellow {
    color: #f5b400;
}

.bold {
    font-weight: bold;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-26 {
    line-height: 26px;
}


.flex-left {
    display: flex;
    justify-content: flex-start;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}


.set-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.set-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.set-padding7 {
    padding-left: 7px;
    padding-right: 7px;
}

.border-lilac {
    border: 1px solid #e9ecff;
}

.set-input {
    background: #e9ecff;
    border: 1px solid #e9ecff;
}

.set-input:focus {
    background: #e9ecff;
    border: 1px solid #e9ecff;
}


::placeholder {
  color: #fff !important;
  /* opacity: 1; */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}

.set-input1, 
.set-input1a {
    border-radius: 22px;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000000;
    outline: none;
    padding: 10px;
    position: relative;
    border: none;
}

/* Styling khusus untuk textarea */
.set-input1a {
    height: 120px; /* Sesuai dengan desain */
    resize: none; /* Mencegah perubahan ukuran */
}

/* Placeholder styling */
.set-input1::placeholder, 
.set-input1a::placeholder {
    color: white;
    opacity: 0.7;
}

/* Hover dan focus efek */
.set-input1:focus, 
.set-input1a:focus {
    border-color: #00C3FF; /* Warna efek fokus */
    box-shadow: 0 0 10px #00C3FF; /* Glow effect */
}


.set-input1a {
    /* background: #ff3399; */
    /* border-bottom: 5px solid #ff3399; */
    border-radius: 10px;
    /* color: #fff; */
    text-align: center;
    font-weight: bold;
}

.set-input2 {
    border-radius: 8px;
    height: 115px !important;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000000;
    outline: none;
    padding: 10px;
    position: relative;
    border: none !important;;
}

.set-input2:focus {
    border: none !important;;
    height: 115px !important;
    width: 100%;
    color: #000000;
    border-radius: 8px;
    top:50%;
}

.btn-submit {
    background: #ffbf01;
    border: 1px solid #ffbf01;
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    padding: 7px;
    border-radius: 7px;
    cursor: pointer;
}

.btn-submit2 {
    font-size: 24px;
    font-weight: bold;
    width: 60% !important;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15%;
}

.ditengah {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.set-text {
    height: 30px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 3px solid #31b5c5;
    border-right: 3px solid #31b5c5;
}

.set-text1 {
    height: 30px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.shadow1 {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.12);
}

.radius-7 {
    border-radius: 7px;
}

.radius-10 {
    border-radius: 10px;
}


.btn-reg {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 38px;
    cursor: pointer;
    
}

.btn-reg:focus{
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 37px;
    cursor: pointer;
}

.set-info {
    background: #fb5201;
    padding: 10px 20px;
}

@media (min-width: 280px) and (max-width: 500px) {

    .view-desktop {
        display: none;
    }

    .view-mobile {
        display: block;
    }

    .mt-3m {
        margin-top: 3rem;
    }


    .pd-40a {
        padding: 25px 25px;
    }


    .ditengah {
    position: absolute;
    /* top: 72%; */
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    }

   

}


.form_wall{
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.bg-form{
    background-color : #0055b8;
     border-radius: 30px;
    width: 80%;
    margin: 0 auto;
    /* height: 100%; */
    height: 23em;
    margin-top: -30px;
     overflow: hidden;
     
}

@media (min-width: 280px) and (max-width: 600px) {
    .bg-form{
        background-color : #0055b8;
         border-radius: 30px;
        width: 80%;
        margin: 0 auto;
        /* height: 100%; */
        height: 20em;
        margin-top: -25px;
         overflow: hidden;
    }

    .custom-input {
		border: none;
        padding: 15px 22px;
        font-size: 18px;
        border-radius: 15px;
        outline: none;
        width: 90%;
        text-align: center;
        font-family: "Inter-Variable";
     }

     .custom-textarea {
        border: none;
        padding: 15px 30px;
        font-size: 18px;
        border-radius: 15px;
        outline: none;
        width: 90%;
        height: 200px;
        resize: none;
        text-align: center;
        border-radius :15px;
        font-family: "Inter-Variable";
    }

    .btn-submit2 {
        /* background: #ff3399; 
        border: 1px solid #ff3399; */
        font-size: 24px;
        font-weight: bold;
        width: 45%;
        border-radius: 0px;
        cursor: pointer;
        /* color: #fff; */
        border-radius: 10px;
        position: absolute;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    
}