body {
	background-color: #808080;
} 
*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
.header{
	height:150px;
	background-color:#0000FF;
	position:absolute;
	z-index: 99;
	box-shadow: 0 0 10px#000;
	justify-content: space-between;
	width: 100%;
	display:flex;
	align-items: center;
}  
.searchBar{
  flex: 1;
  position: relative;
}
.searchBar input{
  width: 50%;
  height: 40px;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 30px;
  color: gray;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 40px;
  margin-left: 100px;
}
.searchBar button{
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: none;
  transform: scale(0.9);
  background: #2B67F6;
  margin-left: -40px;
  position: absolute;
}



.center{
	height:100px;
	width: 650px;
	text-align: center;
	margin-left:190px;
}
select {
   background: #DA59B8;
   border: 1px solid #595959;
   border-radius: 3px;
   padding: 5px 10px !important;
   color: white;
   cursor:pointer;
   margin: 15px 10px 10px 0;
   background-image: none;
   outline:0;
}

.navcenter{
margin-right: 100px;
/*align-items: center;*/
display:flex;
justify-content: center;
}

.navigation{
  position:relative;
  width:1000px;
  height: 80px;
  background:#808080;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.navigation ul{
  display:flex;
  width:300px;
   margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.navigation ul li{
  display: inline-block;
  margin: 0 20px;
  font-family: "Oswald";
  font-size: 14px;

}

.navigation ul li a{
  position:relative;
  transition: all 0.2s linear;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100px;
  text-align: center;
  font-weight: 500px;
}

.navigation ul li a .icon{
  margin-top: 20px;
  position: relative;
  display: block;
  line-height: 75px;
  font-size: 1.5em;
  text-align: center;
  transition: 0.5s;
  color:var(--clr);
}

.navigation ul li:hover a .icon{
transition: translateY(-35px);
}
.navigation ul li a .text{
  position: absolute;
  color:var(--clr);
  font-weight: 400;
  font-size:0.75em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(22px);
}

.navigation ul li:hover a .text {
  opacity: 1;
  transition: translateY(20px);
 color: blue;
}

/*Eto Ung sa table ng gyms */
.apt {
  display: grid;
  grid-template-columns: auto auto;
  gap: 25px;
}
.aptInside {
  border-radius: 10px;
  height: 300px;
  width:620px;
  margin-left:80px;
  background: #0066CC;
  display: flex;
  cursor: pointer;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.40);
  color:#FFFFFF;
}
.aptInside:hover{
  box-shadow: 0 0 15px #000000;
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.40);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.30);
}
.apt .aptInside img{
  height: 170px;
  width: 170px;
  margin: 15px;
  border-radius: 15px;
}
.apt .aptInside .details p{
  margin-top: 14px;
}
.details{
  vertical-align: top;
}
.description{
  font-size: 12px;
  margin-top: 0 !important;
  color: rgba(244, 247, 255, 0.7);
  padding: 5px 14px 0 0;
  line-height: 20px;
}
.con1{
  display: flex;
}
.details .con1 button img{
  height: 23px;
  width: 23px;
  color: white;
  margin: 4px 0 0 0;
  padding-left: 0px;
}
.con1 button{
  position:absolute;
  margin: 14px 0 0 278px;
  cursor: pointer;
  background: #DA59B8;
  border: none;
  height: 33px;
  width: 33px;
  border-radius: 50%;
}

}
.apt .aptInside .details .location img{
  height: 15px;
  width: 15px;
  margin: 9px 5px 0 0;
}
.details2 p{
  font-size: 15px;

}
.details2{
  position: absolute;
  margin: 135px 0 0 309px;
}
.website{
  margin-right:5px;
  margin-top:5px;
  font-size: 17px;
  display: flex;
}

.con3{
    margin-top: 180px;
    margin-right:10px;
    display: flex;
}
.member{
    width:80px;
    margin-left:1px;
    color:white;
    margin:auto;
}
.price{
  margin-top:50px;
  color:white;
   
}
.details2 .con3 .price{
  color: white;
  font-size: 16px;
  margin: 0 0 0 232px;
  position: absolute;
}
.details2 .con3 .star{
  height: 17px;
  width: 17px;
  margin: 0 0 0 1px;
}

.box{
  width: 100%;
  height: 250px;
  background-color:#0066CC;
  border-style:solid;
  border-color: #3b3b3b;
  border-width:5px;
}
h1{
  color:#FFFFFF;
  font-size: 60px;
  text-shadow: 2px 2px #C0C0C0;
}
/*eto naman ung Paa */
footer{
	position:absolute;
  background: #0C6294;
  padding: 40px 0 40px 0px;
  margin-top:50px;
  width:100%;
  
  font-size: 14px;
}
div.innerCon{
  margin: auto;
  max-width: 1250px;
  margin-left:185px;
}
div.row{
  display:flex;
  flex-wrap: wrap;
  border: 25px;
  margin-left: 300px;
}
div.aboutMeRow{
  width:20%;
  padding: 0 15px;
}
.foot ul li {
  list-style: none;
  color: #bbbbbb;
}

.foot{
  width:17%;
  padding: 0 15px;
}

ol{
  margin: 0px 0px 30px 30px;
}
ol li{
  margin-left: 30px;
}
div img{
  width: 20px;
  height: 20px;
  padding-left: 2px;
  cursor: pointer;
}
a :hover{
  color: #ffffff !important;
  padding-left: 10px;
}
abbr{
  color: #243c94;
  cursor: pointer;
}
abbr :hover{
    font-weight: bold;
}
a {
    text-decoration: none;
}
 

