:root{
    --ff-manrope: 'Manrope', sans-serif;
}




.headerContainer{
    height: 70px;
    width: 100%;
    /* background: red; */
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

*{
    margin: 0;
    border: 0;
     /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

html {
    font-family: var(--ff-manrope);
    font-size: 10px;
    scroll-behavior: smooth;
  }


.headerWrapper{
      width: 80%;
      height: 100%;
      /* background: green; */
      display: flex;
      justify-content: space-between;
}

.headerleft{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    font-size: 34px;
}

.headerright{
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    justify-content: space-between;
}

.navbar-link{
    text-decoration: none;
    transition: .5s;
}

.navbar-link:hover{
    color: rgba(250, 98, 227, 0.633);
}

.bodycontainer{
    height: 800px;
    /* background: orange; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bodyleftside{
    width: 50%;
    height: auto;
    background-color: #F7F5F5;
    /* background-image: url('readme-images/240_F_346970372_5VncR4AbwCNfUEO1DKrgm7wV3T4uw8fr.jpg' ); */
    display: flex;
    background-size: cover;
    /* color: white; */
}

.form-control{
    width: 90%;
    border: 0;
    height:50px;
    outline: 0;
    border-radius: 10px;
    /* background-color: #e8e2e25a; */
    background-color: transparent;
   margin-left: 5%;
}
/* 
.form-group{
    width: 100%;
} */

.form-controls{
    width: 90%;
    height: 130px;
    /* background-color: hsla(0, 12%, 90%, 0.3); */
    background-color: blue;
    border-radius: 10px;
    border: 0;
    outline: 0;
    /* margin-left: 5px; */
    background-color: transparent;
   margin-left: 5%;
}

 .form-groups:hover{
    background: #343e514b;
}

.form-group:hover{
    background: #343e514b;
}

.Submitbtn{
    width: 50%;
    height: 60px;
    font-size: 16px;
    background: transparent;
    color: black;
    border-radius: 15px;
    margin-left: 25%;
    margin-top: 30px;
    border: 2px solid #343E51;
}

.Submitbtn:hover{
    background-color: #343e514b;
}

.form-group, .form-groups{
    margin-bottom: 10px;
    border-left: 30px;
    width: 100%;
    border-radius: 10px;
    background-color: #e8e2e25a;
    
}


.bodyrightside{
    width: 50%;
    height: auto;
    /* background-color: red; */
}

.innerleftsideRight{
    height: 660px;
    width: 70%;
     /* background-color: yellow; */
     display: flex;
     align-items: center;
     justify-content: center;
     border-left: 1px solid #343E51;
}

.innerrightsideRight{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 30%;
    height: 100%;
}


.mainnnbody{
    width: 90%;
    height: 95%;
    /* background-color: pink; */
}

.innerleftside{
    height: 660px;
    width: 30%;
     /* background-color: yellow; */
}

.innerrightside{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 70%;
    background-color: #F7F5F5;
    /* height: 100%; */
}


.mainnbody{
    width: 90%;
    height: 95%;
    /* background-color: pink; */
}

.hour{
    font-size: 35px;
    margin-bottom: 70px;
    color: #343E51;
}

.day{
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: space-between;
    /* background-color: aqua; */
    border-bottom: 1px solid #343E51;
    margin-top: 20px;
    font-size: 15px;
}

@media screen and (max-width: 900px) {
    .innerleftsideRight, .innerrightside{
        width: 100%;
        height: 100vh;
        border: none;
        margin-top: 50px;
        /* background: green; */
    }

    .mainnnbody, .mainnbody{
        background: white;
    margin-top: 25px;
        width: 90%;
        height: 100%;
        
    }

    .bodyrightside, .bodyleftside{
        width: 100%;
        /* background-color: red; */
        height: 100vh;
    }

    .innerleftside, .innerrightsideRight,.innerleftside{
        display: none;
    }

    .bodycontainer{
        /* flex-direction: column; */
        /* background-color: red; */
        align-items: center;
        justify-content: center;
        height: 100%;
        display: block;
    }

    .headerContainer{
        background-color: white;
        width: 100%;
        position: sticky;
        top: 0;
        left: 0;
        /* background: red; */
    }

    .headerright{
        display: none;
    }
}



@media screen and (max-width: 850px) {
    .innerleftsideRight, .innerrightside{
        width: 100%;
        height: 100vh;
        border: none;
        margin-top: 50px;
        /* background: green; */
    }

    .mainnnbody, .mainnbody{
        /* background: pink; */
    
        width: 90%;
        /* height: 100%; */
        height: auto;
        
    }

    .bodyrightside, .bodyleftside{
        width: 100%;
        /* background-color: red; */
        height: 70vh;
    }

    .innerleftside, .innerrightsideRight,.innerleftside{
        display: none;
    }

    .bodycontainer{
        /* flex-direction: column; */
        /* background-color: red; */
        align-items: center;
        justify-content: center;
        height: 100%;
        display: block;
    }

    .headerContainer{
        background-color: white;
        width: 100%;
        position: sticky;
        top: 0;
        left: 0;
        /* background: red; */
    }

    .headerright{
        display: none;
    }
}




@media screen and (max-width: 380px) {
    .innerleftsideRight, .innerrightside{
            width: 100%;
        height: 80vh;
        border: none;
        margin-top: 50px;
        /* background: green; */
    }

    .mainnnbody, .mainnbody{
        /* background: pink;  */
    
        width: 90%;
        height: auto;
        margin-top: 27%;
        margin: o;
    }

    .bodyrightside, .bodyleftside{
        width: 100%;
        /* background-color: red; */
        height: 100vh;
    }

    .innerleftside, .innerrightsideRight,.innerleftside{
        display: none;
    }

    .bodycontainer{
        /* flex-direction: column; */
        /* background-color: red; */
        align-items: center;
        justify-content: center;
        height: 100%;
        display: block;
    }

    .headerContainer{
        background-color: white;
        width: 100%;
        position: sticky;
        top: 0;
        left: 0;
        /* background: red; */
    }

    .headerright{
        display: none;
    }
}

#bookingtable{
    overflow: hidden;
}