@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  
  
  
}
body{
  font-family: "Outfit", sans-serif;
  background-color: #d3d3d3;
  margin: 0;
}

nav{

  height: 80px;
  width: 100%;
}
.logo img{
  padding-left: 110px;
  height: 4rem;
  margin-top: 25px;
  
}
nav ul{
  float: left;
  margin-left: 80px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 5px 13px;
  border-radius: 3px;

}
.navbar a{
  font-size: 1.3rem;
  font-weight: 500;
  color:rgb(0, 0, 0);
  border-radius: 5px;
  margin-left: 1rem;
  transition: 0.3s;
 
}
.navbar a:hover,
.navbar a.active{
  border-bottom: 0.2rem solid transparent;
  border-color:rgb(217, 73, 73);
  padding-bottom: 0.4rem;
  background:rgba(118, 118, 118, 0.2);
  

  
}

.rentalsub a{
  font-size: 1.4rem;
  font-weight: 400;
  color:rgb(0, 0, 0);
  margin-right: -80px;
  margin-left: 110px;
  transition: 0.3s;
  cursor: pointer;
  
}

.rentalsub a:hover{
  border-bottom: 0.2rem solid transparent;
  border-color:rgb(217, 73, 73);
  padding-bottom: 0.4rem;
  
}


.checkbtn{
  font-size: 40px;
  color: rgb(217, 73, 73);
  float: left;
  line-height: 80px;
  margin-top: 30px;
  margin-left: 40px;
  display: none;
  cursor: pointer;
  
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16vw;
  }
}
@media (max-width: 758px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 60vw;
    height: 50%;
    background: #e0e0e0;
    margin-top: 35px;
    border-radius: 15px;
    top: 150px;
    left: -150%;
    text-align:left;
    transition: all .5s;
    
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 10px;
  }
  nav ul li a{
    font-size: 21px;
  }
  a:hover,a.active{
    background: none;
    color: #000000;
  }
  #check:checked ~ ul{
    left: 0;
  }
}








h2{
text-align: center;
font-size: 1.1vw;
font-weight: 800;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
color: #000000;
margin-left:10px;
margin-right:10px;
border-radius: 15px;
}


h5{
  text-align: center;
  color: #000000;
  padding-top: 15px;
  font-size: 1vw;
  font-weight: 600;
  margin-left:10px;
  margin-right:10px;

}

p{
text-align: center;
color: #000000;
padding-top: 15px;
font-size: 1vw;
font-weight: 300;
margin-bottom: 25px;
margin-left:10px;
margin-right:10px;

}

.rentalgallery{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
align-items: center;
margin: 60px 0;
}

.contents{
width: 20%;
margin: 15px;
box-sizing: border-box;
float: left;
text-align: center;
border-radius: 20px;

padding-top: 10px;

transition: 0.5s;
background:#ffffff ;

}

.contents:hover{
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
transform:translate(0px, -8px) ;

}

.contents img{

  width: 15vw;
  height: 15vw;
  text-align: center;
  margin: 0 auto;
  display: block;


}


.backdropbox{
  display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
align-items: center;
margin: 60px 0;
}
  .flex-container{
  
    display: flex;
    flex-wrap: wrap;
    
    justify-content: center;
    align-items: center;
    
  }

  .flex-box{
      width: 320px;
      height:200px;
      background:white;
      color: black;
      font-size: 20px;
      text-align: left;
      padding-left: 22px;
      border-radius: 15px;
      margin: 10px;
      
      
  }


  .flex-box h1{
      font-size: 20px;
      color: rgb(0, 0, 0);
      display:flex;
      text-align: left;
      padding-bottom: 15px;
      padding-top: 15px;

      
  }

  .box-head a{
      background-color:#ffffff;
      font-size: 18px;
      font-weight:350;
      text-transform:lowercase;
      color: #000000;
      transition: 0.3s;
      
  
  }

  .box-bottom a{
      background-color:#ffffff;
      font-weight:300;
      text-transform:capitalize;
      color: #000000;
      font-size: 18px;
      text-align: justify;
      transition: 0.3s;
      
      }

      .box-head{
          margin-bottom: 10px;
          
          }
          
          .box-head:hover{
          
              transform: scale(1.05);
          }

          .box-bottom:hover{

              transform: scale(1.05);
          }
.flex-boxmap h1{

  background: #ffffff;
  color: rgb(0, 0, 0);
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  justify-content:space-between ;
}