@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda&family=Montserrat:wght@900&family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap');

*{
    padding: 0;
    margin: 0;
}
.navbar-brand{
    font-family: 'Bangers', cursive;
    font-size: 30px;
    margin-left: 300px;
    letter-spacing: 0.4em;
    color: thistle;
}
.navbar-nav{
   margin-right: 800px;
   position: relative;
   
}
.nav-item{
    margin-right: 50px;
    
}
.navbar a{
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 15px;
    
}
.navbar-nav a:hover{
    border-radius: 2px;
    text-transform: uppercase;
    transition-duration:1.5s ;
    transition: ease-in-out ;
}
html,body{
    height: 100%;
    font-family: 'Dosis', sans-serif;
   
}
#pricingheader{
    background-image: url("../Images/hostel11.jpg");
    background-color: rgba(0,0,0,0.65);
    background-blend-mode: darken;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height:500px;
    position: relative;
}
.homeContent{
    color: white;
    font-family: 'Noto Serif', serif;
    text-shadow: 4px 4px 4px #aaa;
    font-weight: bolder;
    letter-spacing: 0.3em;
    position: absolute;
    text-transform: uppercase;
    margin-top: 10%;
    margin-left: 39%;
}
.homeContent h1{
    font-family: 'Bangers', cursive;
    font-size:30px;
}
i {
    margin-left: 20px;
    font-family: 'Dosis', sans-serif;
    padding: 15px;
}
strong{
    font-size: 25px;
    letter-spacing: 0.2em;
}
#room1{
    height: 200px;
    width: 50%;
    height:200px;
    
}
.maincard{
    display: flex;
    flex-direction: row;
    width: 100%;
    height:200px;
}
.container{
    font-family: 'Dosis', sans-serif;
    margin-top: 100px;
    font-size: 18px;
}
ul li {
    padding: 10px;
    list-style:none;
    margin-top: 10px;
    letter-spacing: 0.1em;
}
footer {
    background-color: #010808;
    letter-spacing: 0.1em;
    opacity: 0.9;
    color: white;
    padding: 32px;
    margin-top: 100px;
  }
#servicesicons{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}
#servicesicons2{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    float: right;
    font-family: 'Dosis', sans-serif;
}
#services{
    height: 200px;
    display: flex;
}
.text{
    padding-left: 40px;
    
}
.text2{
    float: right;
    padding-left: 200px;
}
#amenities{
    height: 200px;
    display: flex;
    flex-direction: row;
    
}
#th1{
    text-align: center;
    font-weight: 400;
    text-decoration: underline ;
    text-decoration-style:dotted;
    text-underline-position: auto;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
#list{
    font-weight: 600;
    font-size: 15px;
}
footer {
    
    background-color: #010808;
    letter-spacing: 0.1em;
    opacity: 0.9;
    color: white;
    padding: 32px;
    margin-top: 100px;
  }

  
  @media screen and (max-width : 720px){
      .homeContent {
          margin-left:unset;
          margin-top: 30%;
      }
     
      
      footer{
          margin-top: 30px;
      }
      #services{
          margin-top: 30px;
      }
      .container{
          margin-top: 30px;
      }
      #servicesicons2{
          margin-top: 30px;
      }
  }
