

body{
    font-family: Sans-Serif;
    background-color: #fff;
}

.navi{
    background-color: #fff;
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 17px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px;
}

.navi img{
    width: 70px;
}

.headbri{
    width: 100%;
    height: auto;
    background-color: #E87226;
    border-radius: 0 0 80px 0;
    border-right: 5px solid #E87226;
    box-shadow: 0 3px 17px rgba(0,0,0,0.2);
}

.headbri img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 0 80px 0;
    border-bottom: 1px solid #0D77C9;
}

.boxmenu{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.boxmenu i{
    font-size: 35px;
}

.menu{
    background-color: #E87226;
    color: #fff;
    width: 80px;
    text-align: center;
    border-radius: 50px;
}

.mainform{
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: 0%;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 3px 17px rgba(0,0,0,0.5);
}

.titlectak{
    font-size: 20px;
}

.inpp{
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #f7f7f7;
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.inpp select{
    border: none;
    background-color: transparent;
    outline: none;
    font-weight: 500;
    color: gray;
}

.inpp input{
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding-left: 10px;
    font-weight: 500;
    color: gray;
}

.inpp i{
    font-size: 20px;
    color: gray;
}

input::placeholder{
    font-size: 15px;
    font-weight: 500;
}

.kirim{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border: none;
    background-color: #0D77C9;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}