/* .contact-clean {
  background: #beb4a2;
  padding: 80px 0;
} */
body {
    overflow-y: scroll;
}

.contact-clean form {
    /* max-width: 480px;
  width: 90%; */
    margin: 0 auto;
    /* background-color: #e3e3e3; */
    padding: 0 40px;
    border-radius: 4px;
    color: #505e6c;
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); */
}

.contact-clean form .form-control {
    /* background: #e1e1e1; */
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    outline: none;
    color: inherit;
    padding-left: 12px;
    height: 35px;
}

.contact-clean h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit;
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px;
}

.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
}

.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none !important;
}

.contact-clean form .btn:hover {
    opacity: 1;
}

.contact-clean form .btn:active {
    transform: translateY(1px);
}

.contact-clean form .btn-kirim {
    background-color: #C4292C;
    margin-top: 15px;
    color: #fff;
}

.contact-clean form .btn-more-info {
    background-color: #C2A046;
    margin-top: 15px;
    color: #fff;
}


.form-group {
    gap: 20px;
}

label {
    color: #212529;
}

.custom-select:focus {
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-custom {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.slider {
    padding: 0px;
}

@media (min-width:821px) {

    .gambar {
        width: 50%;
        /* height: 100%; */
        background-size: cover;
        background-position: center;
    }

    .slider {
        padding: 70px;
        /* height: calc(100vh-80px); */
        overflow: hidden;
    }

    .slider img {
        width: 100%;
        /* height: calc(100vh-80px); */
        object-fit: cover;
    }

    .form {
        width: 50%;
        padding: 20px;
    }
}

@media (max-width:767px) {
    .contact-clean form {
        padding: 30px;
    }

    .slider {
        padding: 0;
    }

    .slider img {
        width: 100%;
        object-fit: cover;
    }

    .contact-clean form .form-control {
        /* background: #e1e1e1; */
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
        outline: none;
        color: inherit;
        padding-left: 12px;
        height: 42x;
    }

    .input-group-text {
        padding: 0.2rem 0.75rem;
        height: 42x;
    }
}

@media (max-width:992px) {
    .slider {
        padding: 0;
    }
}

@media (min-width:992px) {
    body {
        overflow-y: hidden;
        height: 100vh;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .input-group-text {
        padding: 0.2rem 0.75rem;
        height: 35x;
    }
}

@media (min-width:1023px) and (max-width:1199px) {
    .slider {
        padding: 0px 0px 0px 30px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-clean h1 {
        font-size: 25px;
    }

    .contact-clean p,
    label {
        font-size: 12px;
    }

    .contact-clean form .form-control {
        /* background: #e1e1e1; */
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
        outline: none;
        color: inherit;
        padding-left: 12px;
        height: 40x;
    }

    .input-group-text {
        padding: 0.2rem 0.75rem;
        height: 35x;
    }
}

@media (min-width: 1200px) {
    .contact-clean h1 {
        font-size: 40px;
    }

    .slider {
        padding: 70px 0 70px 70px;
        /* height: calc(100vh-80px); */
        overflow: hidden;
    }

    .input-group-text {
        padding: 0.375rem 0.75rem;
        height: 35x;
    }

    .contact-clean form .form-control {
        /* background: #e1e1e1; */
        border-radius: 2px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
        outline: none;
        color: inherit;
        padding-left: 12px;
        height: 42px;
    }
}

@media (min-width:1400px) {
    .contact-clean form {
        padding: 30px;
    }

    .slider {
        padding: 70px;
        /* height: calc(100vh-80px); */
        overflow: hidden;
    }
}