body {
    position: relative;
}

@media screen and (max-width: 600px) {
    .form-kontak {
        width: 90%;
        height: 710px;
        border-radius: 40px;
        background-color: white;
        box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.25);
        margin: auto;
        position: relative;
        transform: translateY(-50px);
    }

    .form-kontak .container {
        padding: 12%;
    }

    .text-kontak {
        text-align: center;
        margin-bottom: 30px;
    }

    .text-kontak p {
        font-weight: 400;
        font-size: 20px;
    }

    .text-kontak h4 {
        font-size: 6vw;
        font-weight: 800;
    }

    .text-silahkan {
        display: flex;
        column-gap: 10px;
    }

    .blue-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-section {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .kontak-list {
        display: flex;
        flex-direction: column;
        margin-left: 7%;
    }
    .kontak-list a {
        text-decoration: none;
        margin-bottom: 3vw;
    }

    .kontak-list i {
        color: #00beb1;
        font-size: 4vw;
    }

    .kontak-list span {
        font-family: "Poppins";
        line-height: 36px;
        font-weight: 500;
        color: #5b5e61;
        font-size: 17px;
        margin-left: 45px;
    }

    .maps {
        margin-top: -255px;
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .blue-section {
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: 0px -13vw;
    }

    .form-kontak {
        width: 60%;
        min-width: 530px;
        height: 750px;
        border-radius: 40px;
        background-color: white;
        box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.25);
        margin: auto;
        position: relative;
        transform: translateY(-50px);
    }

    .form-kontak .container {
        padding: 12%;
    }

    .form-kontak h5 {
        font-weight: 800;
        font-size: 25px;
    }

    .text-kontak {
        text-align: center;
        margin-bottom: 30px;
    }

    .text-silahkan {
        display: flex;
        column-gap: 10px;
    }

    .text-kontak p {
        font-weight: 400;
        font-size: 20px;
    }

    .text-kontak h4 {
        font-size: min(6vw, 40px);
        font-weight: 800;
    }

    .contact-section {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .kontak-list {
        display: flex;
        flex-direction: column;
        margin-left: 7%;
    }
    .kontak-list a {
        text-decoration: none;
        margin-bottom: 3vw;
    }

    .kontak-list i {
        color: #00beb1;
        font-size: 4vw;
    }

    .kontak-list span {
        font-family: "Poppins";
        line-height: 36px;
        font-weight: 500;
        color: #5b5e61;
        font-size: max(1.7vw, 18px);
        margin-left: 45px;
    }

    .maps {
        margin-top: -255px;
    }
}

@media screen and (min-width: 992px) {
    .blue-section {
        background-position: 0px -25vw;
    }

    .form-kontak {
        width: 45vw;
        height: 750px;
        border-radius: 40px;
        background-color: white;
        box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 300px;
        right: 3vw;
    }

    .text-kontak {
        margin-left: 70px;
    }

    .text-kontak p {
        font-weight: 400;
        font-size: 20px;
    }

    .text-kontak h4 {
        font-size: 48px;
        font-weight: 800;
    }

    .blue-section {
        display: flex;
        align-items: center;
    }

    .form-kontak .container {
        padding: 12%;
    }
    .form-kontak h5 {
        font-weight: 800;
        font-size: 25px;
    }

    .kontak-list {
        display: flex;
        flex-direction: column;
        margin-top: 70px;
        margin-left: 7%;
    }

    .kontak-list a {
        text-decoration: none;
        margin-bottom: 3vw;
    }

    .kontak-list i {
        color: #00beb1;
        font-size: 2vw;
    }

    .kontak-list span {
        font-family: "Poppins";
        line-height: 36px;
        font-weight: 500;
        color: #5b5e61;
        font-size: max(1.3vw, 18px);
        margin-left: 45px;
    }

    .maps {
        margin-top: 150px;
    }
}

@media screen and (min-width: 1400px) {
    /* blue section */

    .blue-section {
        background-position: 0px -25vw;
    }

    /* form kontak */

    .form-kontak {
        width: 588px;
        height: 750px;
        border-radius: 40px;
        background-color: white;
        box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 300px;
        right: 13vw;
    }

    /* text kontak blue section */

    .text-kontak {
        margin-left: 9vw;
    }

    /* kontak-list */

    .kontak-list {
        display: flex;
        flex-direction: column;
        margin-top: 100px;
        margin-left: 7%;
    }

    .kontak-list a {
        text-decoration: none;
        margin-bottom: 3vw;
    }

    .kontak-list i {
        color: #00beb1;
        font-size: 2vw;
    }

    .kontak-list span {
        font-family: "Poppins";
        line-height: 36px;
        font-weight: 500;
        color: #5b5e61;
        font-size: 1.3vw;
        margin-left: 45px;
    }

    .maps {
        margin-top: 120px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    font-family: "Poppins", sans-serif;
    font-weight: bolder;
}

.blue-section {
    height: 250px;
    background-image: url("../img/profile1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.text-kontak {
    z-index: 3;
    color: WHITE;
}

.contact-section {
    height: 450px;
}

.form-kontak {
    z-index: 10;
}

form input[type="text"]:focus {
    outline-color: white;
}

form input[type="text"] {
    border: 0px;
    border-bottom: 2px solid #575757;
    width: 100%;
}

.input-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.input-form label {
    font-size: 16px;
    color: #5b5e61;
    font-weight: 600;
}

.input-form textarea {
    border: 0px;
    border-bottom: 2px solid #575757;
    width: 100%;
}

.input-message .btn {
    background-color: #00beb1;
    font-family: "Poppins";
    color: white;
    font-weight: 600;
    width: 120px;
}

.backdrop {
    position: absolute;
    opacity: 80%;
    z-index: 1;
    background-color: black;
    width: 100%;
    height: 100%;
    left: 0;
}

.maps {
    margin-bottom: 60px;
}
