:root{
    --width-menu: 300px;
    --right-menu: -300px;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

body{
    background-color: rgba(0, 0, 0, 0.527);
    display: block;
    color: white;
    z-index: 0;
}
.banner{
    background-image: radial-gradient(rgb(37,37,38,.5),black),url(/images/Maria1.jpeg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding: 30px;
    text-align: center;
    justify-content: center;
    z-index: 1;
    /* overflow-y: hidden; */
}
 .hidden{
    display: none;
}
.overlay{
  position:absolute;
  top: 0;
  left: 0;
  height: 300%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 3;

}
.logo{
    border:1px solid;
    position: fixed;
    border-radius: 50px;
    border-color: white;
    left: 10%;
    width: 10%;
}

.cart{
    position: fixed;
    right: 10%;
    width: 5%; 
}
.cart-count-items{
    /* border: 1px solid; */
    border-radius: 50px;
    background-color: red;
    position: fixed;
    right: 10%;
    width: 25px; 
}
.banner_text{
    font-size: large;
}
.banner_text h1{
    align-content: center;
    padding-top: 20px;
    font-size: 70px;

}
.banner_text p{
    padding-top: 20px;
}

.banner_bnts{
    align-content: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* border: 1px solid;   */
}

.banner_bnts a{
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    width: 200px;
    padding: 20px;
    margin: 20px;
    border:1px solid;
    border-radius: 5px;
    border-color: white;
    text-decoration: none;
    color: white;
    
}
.read-more{
    position:absolute;
    padding: 0 5%;
    top: 50%;   
    right: 0;
    margin: auto 0;
    width: 100%;
    height: auto;
    border: 5px dotted;
    border-color: aliceblue;
    z-index: 5;
}
#go-back{
    background-color: aliceblue;
    padding: 1% 3%;
    color: #333;
    /* width: 50%px; */
    border: 1px solid;
    border-color: aliceblue;
    border-radius: 20px;
}
#go-back:hover{
    padding: 1.1% 3.3%;
    cursor: pointer;
}
.read-more p{
    padding: 0 0 3% 0;
}
.photos{
    max-width: 100rem;
    height: 28rem;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    border: 5px dotted;
    overflow: hidden;  
}
/* .photos > *{
    flex-shrink: 1;
    flex-grow: 0;
    border-radius: 5px;
} */
.pics {
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 30rem; */
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    /* THIS creates the animation! */
    transition: transform 1s;
}

/* develop the menuSection */
.menu_section{
    text-align: center;
    align-content: center;
    background-color: rgb(37,37,38);
    position: fixed;
    top: 0;
    right: var(--right-menu);
    /* border: 1px solid; */
    /* border-color: aliceblue; */
    width: var(--width-menu);
    height: 100vh;
    transition: .5s;
    z-index: 5;
}
.menubnt {
    cursor: pointer;
    position:fixed;
    top: 10px;
    right: 30px;
    z-index: 4;
}
.menus ul{
    display: block;
}

.menus ul li {
    padding: 0 20px;
    margin: 10px 0;
}
.menus ul li a{
    display: block;
    font-style: normal;
    text-decoration: none;
    background-color:  rgb(48, 48, 49);
    border-radius: 5px;
    color: white;
    padding: 10%;
}
.siesto{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 7;
}

.video{
    background-color:rgb(48, 48, 49) ;
    height: 100vh;
    /* border:3px solid;
    border-color: white; */
    text-align: center;
}
.video h1{
    margin: 2%;
}

.video p{
    margin: 2%;
}
.video-player{
    height: 75%;
}
.us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;
        /* border:10px solid;
        border-color: white; */
    background-image: radial-gradient(rgb(37,37,38,.5),black),url(/images/Maria.jpeg);
    background-size: cover;
    background-position: center;
}
.Payment{
    width: 10%;
}
.whoText{
    width: 50%;
    /* border:1px solid;
    border-color: white; */
    align-content: center;
    text-align: center;
    
}
.whoText h1{
    font-size: 60px;
    padding: 5%;

}
.whoText p{
    font-size: 25px;
    padding: 5%;
    /* margin-top: 10%; */
    text-align: justify;

}
.form{
    width: 50%;
    /* border:1px solid;
    border-color: white; */
    align-content: center;
    text-align: center; 
}
.user{
    height: 50%;

}
.text-box{
    padding: 2%;
    margin: 2%;
    width: 50%;
    border-radius: 5px;
    border:1px solid;
    border-color: white;
}
.text-box:hover{
    border:1px solid;
    border-color: #333;
}
.text-box:focus{
    outline: none;
    border-color: rgb(96, 96, 100);
    box-shadow: 0 0 5px rgba(138, 138, 156, 0.5);
}
.check{
    font-size: 100%;
    padding: 2% 21%;
    border-radius: 5px;
    background-color: rgba(182, 185, 190, 0.144);
    /* backdrop-filter: blur(3px); */
    color: white;
}
.check:hover{
    font-size: 100%;
    padding: 2% 21.2%;
    border-radius: 5px;
    color: white;
}


/* responsive website */

@media screen and (max-width: 600px){
 *{
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
body{
    display: block;
    margin: 0 auto;
}
.banner{
    display: block;
    background-image: radial-gradient(rgb(37,37,38,.5),black),url(/images/Maria1.jpeg);
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 2% 0;
    text-align: center;
    justify-content: center;
    z-index: 1;
    /* border: 10px solid;
    border-color: aliceblue; */
    /* overflow-y: hidden; */
}
.banner_text{
    width: 100%;
    padding: 0;
    /* border: 10px solid;
    border-color: aliceblue; */
}
.banner_text h1{
    font-size: 250%;
    font-weight: bold;
}
.banner_text p1{
    font-size: 50%;
}
.banner_bnts{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.banner_bnts a{
    width: 100%;
}
.video{
    /* border: 10px solid;
    border-color:antiquewhite; */
    height: 100%;
}
.video-player{
    height: 100%;
}
.us{
    display: block;
    height: 100%;
        /* border:10px solid;
        border-color: white; */
    background-image: radial-gradient(rgb(37,37,38,.5),black),url(/images/Maria.jpeg);
    background-size: cover;
    background-position: center;
}
.whoText{
    /* border:10px solid;
    border-color: antiquewhite; */
    margin: auto 0;
    width: auto;
}
.form{
    margin: auto 1%;
    border-top:1px solid;
    border-color: aliceblue;
    width: auto;
}
.text-box{
    width: 70%;
}
.check{
    font-size: 100%;
    padding: 2% 5%;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    color: white;
}

/* ovelay */
/* .hidden{
    display: none;
}
.overlay{
  position:absolute;
  top: 0;
  left: 0;
  height: 180%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 3;

} */

}
