body {
    background-color: white;
    color: black;
    margin: 0;
}

::placeholder {
    color: black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


@import url('https://fonts.googleapis.com/css2?family=Arapey&display=swap');




/* font start */
.normaltext {
    font-family: 'Arapey', serif;
    font-size: 11px;
}

.koptext {
    font-family: 'Arapey', serif;
    font-size: 15px;
}

@media (min-width: 792px) {
    .koptext {
        font-size: 20px;
    }
}

@media (min-width: 792px) and (max-width: 1024px) {
    .normaltext {
        font-size: 12px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .normaltext {
        font-size: 14px;
    }
}

/* font end */

/* general start */
img {
    width: 100%;
}

.content-page {
    margin-top: 25%;
}

@media (min-width: 601px) and (max-width: 791px) {
    .content-page {
        margin-top: 19%;
    }
}

@media (min-width: 792px) and (max-width: 1024px) {
    .content-page {
        margin-top: 14%;
    }
}

@media (min-width: 1025px) {
    .content-page {
        margin-top: 13%;
    }
}

/* general end */




/* index start */

.reserve-index {
    width: 50%;
    margin: 10% auto auto auto;
}

.index-text-welcome {
 font-size: 20px;
    text-align: center;
} 
}

.reserve-btn {
    padding: 10px 18px;
    background: white;
    border-color: #dcad41;
    text-decoration: none;
}

.reserve-txt {
    text-decoration: none;
}

.img-wrapper {
    margin: auto;
    width: 50%;
}

.img-container {
    width: 100%;
}


@media screen and (max-width: 791px) {
.img-wrapper {
    width: 100%;
}

}
/* index end */



/* reserveer start */

.index-title {
    text-align: center;
}

.form-wrapper {
    display: flex;
    place-content: center;
    flex-direction: column;
    width: 50%;
    margin: auto;
}

.row {
    display: flex;
    flex-direction: column;
    margin: 6% 0 6% 0;
    width: 100%;
}

.form-control {
    width: -webkit-fill-available;
    padding: 10px 10px;
    background-color: white;
    border: 2px solid #e5bb5d;
    border-radius: 3px;
}

.form-control:focus {
    outline: 0px solid #e5bb5d;
    border-color: #e5bb5d;
  }

#contact-form-text {
    height: 100px;
}

#btn-form {
    width: -webkit-fill-available;
    background-color: #e5bb5d;
    padding: 5px 0px;
    color: white;
    border: 2px solid #e5bb5d;
    border-radius: 2px;
}

#btn-form:hover {
    cursor: pointer;
}


@media (min-width: 601px) and (max-width: 791px) {
}

@media (min-width: 792px) and (max-width: 1024px) {
    .form-wrapper {
        width: 30%;
    }
}

@media (min-width: 1025px) {
    .form-wrapper {
        width: 25%;
    }
}

/* reserveer end */



/* about start */

@media (min-width: 601px) and (max-width: 791px) {
}

@media (min-width: 792px) and (max-width: 1024px) {

}

@media (min-width: 1025px) {
}

/* about end */



/* contact start */

@media (min-width: 601px) and (max-width: 791px) {
}

@media (min-width: 792px) and (max-width: 1024px) {
}

@media (min-width: 1025px) {
}

/* contact end */