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;
}
#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;
}
@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%;
    }
}
h1{
    position: relative;
    height: 80%;
    line-height: 1800%;
    background: linear-gradient(179deg, rgba(15, 12, 111, 0.5), rgba(0, 0, 0, 0)), linear-gradient(143deg, rgba(100, 174, 255, 0.5), rgba(0, 0, 0, 0)), linear-gradient(287deg, rgba(100, 196, 155, 0.5), rgba(0, 0, 0, 0));
}
.SectionDetail{
    text-align: start;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Img{
    border-radius: 100%;
    box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.5);
    margin: 30px;
    width: 110px;
    height: 110px;
}
.SectionText{
    width: 58%;
}
table{
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    width: 330px;
    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);
}
#FeeandPlatForm{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.PlatForm{
    text-align: start;
    margin: 50px;
}
.PlatFormText{
    font-weight: bold;
    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: 10px;
    line-height: 10%;
    display: inline-block;
    margin-bottom: 0;
}
ul{
    margin: 0;
}
#FoneCome{
    margin-left: 80px;
}
#Payment{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#PaymentList{
    background: rgba(255, 255, 255, 0.5);
    text-align: start;
}
#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: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:499px){
    .SectionText{
        width: 100%;
    }
    table{
        width: 100%;
    }
    #FoneCome{
        margin: 0;
    }
}
@media screen and (max-width:351px){
    h1{
        font-size: 1.3em;
        height: 50%;
    }
    .PlatForm{
        margin: 50px 0;
    }
}
@media screen and (max-width:311px){
    .NewLine{
        display: block;
    }
}