.playwrite-is-guides-regular {
    font-family: "Playwrite IS Guides", serif;
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
    overflow: hidden;
}
h1 {
    color: #777;
    line-height: 1;
    margin: 0;
}
h2 {
    color: #444;
    margin-bottom: 10px;
}
h3 {
    color: #eee;
    margin: 40px 0 15px 0;
    font-size: 34px;
    text-align: center;
}
h4 {
    color: #eee;
    margin: 10px 0;
}
h5 {
    color: #eee;
    margin: 10px 0;
}
p {
    color: #ddd;
    line-height: 1.5;
    margin-top: 1rem;
    margin: 0;
    /*font-size: 15px;*/
    line-height: 110%;
    font-weight: 300;
}
.text_cont {
    text-align: center;
    max-width: 800px;
    margin-top: 20px;
}



.cta-button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    background-color: #1a73e8;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.cta-button:hover {
    background-color: #155ab6;
}
.copyright {
    margin-top: 0.6rem;
    font-size: 0.6rem;
    color: #777;
}
.unsplash {
    margin-top: 1.4rem;
    font-size: 0.6rem;
    color: #aaa;
}
.unsplash a {
    color: #aaa;
}




.wrapper {
    width: 300px; /* 15 huruf x 20px */
    font-size: 0;
    text-align: center;
    margin-top: 150px;
    margin-right: 400px;
}
@media screen and (max-width: 768px) {
    .wrapper {
        margin-top: 500px;
        margin-right: 0px;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-500%);
    }
    100% {
        transform: translateX(0);
    }
}

.p1 {
    color: #eee;
    margin-top: 10px;
    font-size: 15px;
    opacity: 0.7;
    animation: ease-in-out 3.0s 1 slideInFromLeft;
}
.p2 {
    color: #eee;
    margin: 4px 0 40px;
    font-size: 13px;
    opacity: 0.6;
    animation: ease-in-out 3.5s 1 slideInFromLeft;
}
@media screen and (max-width: 768px) {
    .p2 {
        margin: 4px 0 0;
    }
}




/*==================================================*/
/* animated - tambahan custom */
/*==================================================*/
.animated.delay-0-25s {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animated.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.delay-0-75s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animated.delay-1-25s {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay-1-75s {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.animated.delay-2-25s {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}

.animated.delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay-2-75s {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
}




/*==================================================*/
/* Float-ico */
/*==================================================*/
.float-ico .label-container{
    position:fixed;
    bottom: 30px;
    right: 80px;
    display:table;
    /*visibility: hidden;*/
}

.float-ico .label-text{
    color: #fff;
    background: rgba(53, 53, 53, 0.7);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
}

.float-ico .label-arrow{
    display: table-cell;
    vertical-align: middle;
    color: rgba(53, 53, 53, 0.7);
    /*opacity: 0.8;*/
}

.float-ico .float{
    position:fixed;
    width:40px;
    height:40px;
    bottom: 25px;
    right: 20px;
    text-align:center;
    z-index: 9999;
}

.float-ico .go_whatsapp{
    width: 40px;
}

.float-ico a.float + div.label-container {
    /*visibility: hidden;*/
    opacity: 0;
}

.float-ico a.float:hover + div.label-container{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s ease;
}


@media (min-width: 768px) {
    .float-ico .label-container{
        right: 120px;
    }
    .float-ico .float{
        right: 40px;
    }
}




.elegance-button {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, #223344, #123456);
    color: white;
    padding: 12px 30px;
    margin: 20px 10px 0;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.elegance-button:hover {
    background: linear-gradient(135deg, #123456, #345678);
    transform: translateY(-3px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.elegance-button:active {
    transform: translateY(2px);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.fade-in2s {
    opacity: 0;
    animation: fadeIn2 3s ease-in forwards;
    animation-delay: 0s;
}
.fade-in3s {
    opacity: 0;
    animation: fadeIn2 3s ease-in forwards;
    animation-delay: 1s;
}
@keyframes fadeIn2 {
    to {
        opacity: 1;
    }
}


.logo {
    max-width: 420px;
    margin-bottom: 30px;
}




.contact-form {
    max-width: 500px;
    width: 50%;
    text-align: left;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    resize: none;
    height: 100px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-group button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #007bff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
}

.form-group button:hover {
    background: #0056b3;
}

.form-message {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}





.url-list {
    /*position: absolute;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.url-list .nav-bar {
    margin: auto;
    list-style: none;
    min-width: 420px;
    /*height: 45px;*/
    padding: 10px;
}
.url-list .nav-bar li {
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
    margin: 8px 0;
    color: #bbb;
    text-align: center;
    border-radius: 25px;
    background: #22222299;
    transition: all 0.3s ease-in-out;
}
.url-list .nav-bar li:hover {
    background: #2a2a2a;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
}
.url-list .url-wrapper {
    color: #bbb;
}
.url-list .url-wrapper li a {
    color: #bbb;
    display: block;
    /*text-transform: uppercase;*/
    text-decoration: none;

}
.url-list .url-wrapper {
    margin: auto;
}
.url-list .url-wrapper .logo_text {
    margin: auto;
    margin-top: 50px;
    width: 320px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .url-list .nav-bar li {
        margin: 12px 0;
        height: 50px;
        line-height: 50px;
    }
    .url-list .url-wrapper .logo_text {
        margin-top: 70px;
    }
    .btn_next {
        height: 50px;
        line-height: 35px;
    }
    .btn_next {
        height: 50px;
        line-height: 35px;
    }
}


@media screen and (max-width: 768px) {
    h3 {
        font-size: 28px;
    }
    p {
        font-size: 10pt;
    }
    .overlay_cont {
        height: 90%;
        top: 5%;
    }
    .elegance-button {
        margin: 20px 10px;
    }
    .logo {
        max-width: 260px; /* Lebar maksimum untuk perangkat mobile */
    }
    .contact-form {
        width: 280px;
    }
    .mb-maxw-240 {
        max-width: 240px;
    }
    .url-list .nav-bar {
        min-width: 320px;
    }
}
