.container{
    width: 100%;
    min-height: 100vh;
    
    box-sizing: border-box;
    overflow: hidden;

}

img {
    border-radius: 30px;
    filter: drop-shadow(5px 10px 4px #96d4d4);
}
header{
    height: 100px;
}
h1{
    color: #E3F2FD;
    text-shadow: 2PX 2px 5px #80D8FF;
    -webkit-text-stroke-color: black;
    text-align: center;
    background-color: black;
}
h2 img{
    position: absolute;
    display: block;
    width: 100%;
    height: 80%;
    z-index: -1;
}
p{
    display:inline-block;
    color: #7dfdfe;
    margin-left: 10px;
}
h3{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
h3 img{
    position: absolute;
    display: block;
    width: 47%;
    height: 63%;
    margin-top: 80px;
    
   
    
}
.cardInfo{
    display: block;
    margin-left: auto;
    margin-right: auto;
   
    position: absolute;
    bottom: 70px;
   
    width: 50%;
    height: 3%;
    background: rgb(27,27,27,27);
    color: white;
    border-radius: 30px;
  

   
    
}
h4{
  margin: 5px;
  font-size: 20px;
  color: #E3F2FD;
    text-shadow: 2PX 2px 5px #80D8FF;
    -webkit-text-stroke-color: black;
 
  
}
.cardInfo p{
    visibility: hidden;
    font-size: 20px;
    margin: 0px;
    opacity: 0;
}
.cardinfo span{
    font-weight: bold;
    padding: 6px;
    
}
.HouseInfo:hover .cardInfo{
    height: 13%;
    bottom:9%;
    background-color: black;

}
.HouseInfo:hover p{
    opacity: 1;
    visibility: visible;
}


.selectMenu{
    width: 100%;
    position: absolute;
    top: 180px; 
    left: 0px;
    z-index: 1;  

    font-family:fantasy;
    font-size: 50px;
  
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 3px #66fbfb;
    -webkit-text-stroke-width: .05px;
    -webkit-text-stroke-color: #000000;
    background-color: black;
    border-radius: 10px;
    border: 3px solid#00bcd4;
    filter: drop-shadow(5px 5px 4px #96d4d4);
    transition: 0.5s linear;
    padding: 1px;
}
.selectMenu:hover{
    background-color: #7dfdfe;
    color: #072d91;
    transform: scale(1.05); 
}
label {
    
    position: relative;
    top: 0;
    border-radius: 30px;
    background-color: #80D8FF;
    border: 3px white;
}
select{
    background-color: #80D8FF;
    border: 3px white;
    transition:all 0.5s linear;
}
select:hover{
    transform: scale(1.50);
}

option{
    
    background-color: #000000;
    border: 2px solid#00bcd4;
    font-family:fantasy;
    text-shadow: 2px 2px 3px #66fbfb;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #099cc9;
    left: 10px;
    font-size: 25px;
    color: rgb(255, 255, 255);
   
    filter: drop-shadow(5px 10px 4px #96d4d4);
    transition:all 0.5s linear;
    padding: 1px;
}
 option:hover{
    background-color: #7dfdfe;
    color: #7dfdfe;
    transform: scale(1.50);

}
#Properties{
    font-family:fantasy;
    color: rgb(255, 251, 251);
    transition:all 0.5s linear;

}
#Properties:hover{
    background-color: #7dfdfe;
    color: rgb(0, 102, 255);
    transform: scale(2.50);
}
select button{
    background-color: black;
    border: 2px black;
}
ul{
    display: grid;
    margin-left: 1500px;
	gap: var(--size-4);
	grid-auto-flow: row;
	grid-auto-columns: 10%;
	
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}
ul li{
    width: 100px;
    height: 100px;
}
li img{
 width: 150px;
 height: 150px;
}
body{ 
    width: 100%;
    height: 100%;
	
}
Video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:  -2;
  }
  footer{
    position: absolute;  
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #E3F2FD;
    text-shadow: 2PX 2px 5px #80D8FF;
    -webkit-text-stroke-color: black;
    text-align: center;
    background-color: black;
}