html{
    width: 100vw;
    overflow-x: hidden;
}
body{
    margin: 0;
    left: 0;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
    font-family: "Palatino", serif;
    text-align: center;
}
header{
    height: 100%;
}
#h1{
    position: absolute;
    left: 38vw;
    top: 50vh;
}
#Back1{
    position: fixed;
    width: 200px;
    height: 80px;
    right: 10px;
    top: 30px;
    background: linear-gradient(179deg, rgba(15, 12, 111, 0.8), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 0.8), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 0.8), rgba(0, 0, 0, 0));
    animation: 5s ease infinite alternate Animation1;
    z-index: 10000;
}
#Back2{
    position: fixed;
    width: 200px;
    height: 80px;
    right: 30px;
    top: 10px;
    background: linear-gradient(179deg, rgba(15, 12, 111, 0.1), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 0.1), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 0.1), rgba(0, 0, 0, 0));
    backdrop-filter: blur(8px);
    animation: 3s ease infinite alternate Animation2;
    z-index: 10100;
    transition: 1s;
}
#ReservationText{
    position: fixed;
    z-index: 10200;
    color: #fff;
    font-size: 1.3em;
    width: 180px;
    height: 80px;
    right: 15px;
    top: 30px;
}
#Reservation:hover #ReservationTextArror{
    display: inline-block;
    transform: translate(10px,0);
    transition: 1s;
}
#Reservation:hover #Back2{
    width: 130px;
    height: 130px;
    top: 5px;
    right: 40px;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    animation: none;
}
#Text{
    margin: 8% 0;
    padding: 3% 0;
    background: rgba(255, 255, 255, 0.5);
}
.DivGroup{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#HumanProfileText{
    position: relative;
    width: 463px;
    margin: auto;
}
.BoldText{
    font-weight: bold;
}
#HumanImg{
    box-shadow: 0px 0px 59px -5px #333;
    width: 600px;
    height: 400px;
}
.Arror{
    display: block;
    position: relative;
    width: 300px;
    height: 50px;
    margin-left: 100px;
}
.Arror1{
    position: absolute;
    left: 0;
}
.Arror2{
    position: absolute;
    left: 0;
    transition: 0.5s;
}
.Arror3{
    position: absolute;
    color: #003399;
    left: 30px;
    font-weight: bold;
}
.Arror:hover .Arror2{
    transform: translate(50px,0);
}
.PaymentandSchedule{
    width: 580px;
    height: 628px;
}
table{
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    width: 500px;
    margin: auto;
}
thead{
    background: linear-gradient(179deg, rgba(15, 12, 111, 0.38), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 0.38), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 0.38), rgba(0, 0, 0, 0));
    height: 65px;
    backdrop-filter: blur(3px);
}
td{
    padding: 13px;
    border: solid 1px #a1aeb3;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(8px);
}
#Schedule{
    margin-left: 15px;
    height: 550px;
}
#ReservationCalender{
    width: 500px;
    height: 500px;
}
#Loading{
    background-image: linear-gradient(179deg, rgba(15, 12, 111, 0.8), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 0.8), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 0.8), rgba(0, 0, 0, 0));
}
#ShowDisplay{
    background: linear-gradient(179deg, rgba(15, 12, 111, 0.38), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 0.38), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 0.38), rgba(0, 0, 0, 0));
    backdrop-filter: blur(8px);
    padding-top: 20px;
}
.CalenderButton{
    background: none;
    border: none;
    box-shadow: 0px 0px 10px 0px #58609d;
    border-radius: 30%;
}
#TimeandDate{
    background: rgba(207,224,230,0.5);
    font-size: 0.8em;
}
.Day{
    background: rgba(207,224,230,0.5);
}
.Time{
    background: rgba(217,234,240,0.5);
}
.ReservationCell{
    background: #5b6c96;
}
#toReservationForm{
    display: inline-block;
    width: 172.23px;
    font-size: 1.3em;
    color: #fff;
    text-decoration: none;
    margin-top: 18px;
    padding: 30px;
}
#toReservationFormButton1{
    position: absolute;
    width: 172.23px;
    height: 1.3em;
    margin-top: -20px;
    margin-left: -40px;
    padding: 40px;
    background: linear-gradient(179deg, rgba(15, 12, 111, 1), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 1), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 1), rgba(0, 0, 0, 0));
    filter: blur(10px) brightness(118%);
    animation: 3s ease infinite alternate Animation1;
    z-index: 1;
    transition: 0.5s;
}
#toReservationFormButton2{
    position: absolute;
    width: 172.23px;
    height: 1.3em;
    margin-top: -10px;
    margin-left: -30px;
    padding: 30px;
    background: linear-gradient(179deg, rgba(15, 12, 111, 0.8), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 0.8), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 0.8), rgba(0, 0, 0, 0));
    opacity: 1;
    animation: 3s ease infinite alternate Animation2;
    z-index: 2;
    transition: 0.8s;
}
#toReservationForm:hover #toReservationFormButton1{
    margin-top: -33px;
    margin-left: -58px;
    padding: 58px;
    filter: blur(18px) brightness(130%) saturate(118%);
}
#toReservationForm:hover #toReservationFormButton2{
    opacity: 0;
}
@keyframes Animation1{
    0%{
        border-radius: 42% 70% 48% 75% / 66% 51% 75% 54%;
    }
    100%{
        border-radius: 100% 50% 56% 86% / 78% 100% 85% 89%;
    }
}
@keyframes Animation2{
    0%{
        border-radius: 100% 78% 100% 83% / 97% 100% 100% 100%;
    }
    100%{
        border-radius: 80% 99% 100% 28% / 86% 64% 100% 63%;
    }
}
@media screen and (max-width:1062px){
    #HumanImg{
        width: 400px;
        height: 266px;
        margin: auto;
    }
}
@media screen and (max-width:765px){
    #h1{
        width: 100%;
        left: 0;
    }
    #HumanImg{
        width: 300px;
        height: 200px;
    }
}
@media screen and (max-width:690px){
    #Back1{
        width: 130px;
        height: 50px;
        top: 20px;
    }
    #Back2{
        width: 130px;
        height: 50px;
        top: 1px;
    }
    #ReservationText{
        font-size: 0.8em;
        width: 110px;
        height: 20px;
        top: 20px;
    }
}
@media screen and (max-width:529px){
    #Schedule{
        margin: auto;
    }
    #ReservationCalender{
        width: 100%;
    }
}
@media screen and (max-width:498px){
    table{
        width: 100%;
    }
}
@media screen and (max-width:425px){
    .Arror{
        margin-left: auto;
    }
}
@media screen and (max-width:311px){
    .PaymentandSchedule{
        height: 800px;
    }
    .NewLine{
        display: block;
    }
}