*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}
body{
line-height: 1.75em; 
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
    color: #333;
    text-decoration: none;
  }
  
  h1, h2, h3 {
    padding-bottom: 20px;
  }
  
  p {
    margin: 10px 0;
  }
nav{        
    background-color: #333;
    color: white;
    overflow: auto;
}
.container
{
    margin: auto;
    max-width: 1100px;
    overflow: auto;  
    padding: 0 20px;
} 
nav .logo a{
    text-decoration: none;
    color:white;
    justify-content: center;
    font-size: larger;
}
nav .logo  h1{
    float: left;
    padding-top: 20px;
}
nav ul a {
    text-decoration: none;
    color: white;
}
h1,h2,h3 {
    padding-bottom: 20px;
}
p{
    margin: 10px 0;
}
nav ul  {
    list-style: none;
    float: right;
}
nav li{
    float: left;
    
}
nav ul li a{
    display: block;
    padding: 20px ;
    text-align: center;
}
nav ul li a:hover , nav ul li  a.current{
   
    background-color:#444;
    color: yellow; 
}
#showcase{
    background: url('Assests/showcase.jpg')
    center center/cover;     
    background-repeat: no-repeat;
    height: 600px;
}
#showcase .heading{
    justify-content: center;
    text-align: center;
    padding-top: 170px;
}

#showcase .heading h1{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 60px;
    line-height: 1.2em;
    padding-bottom:20px ;
    color: white;
  
}
.heading h1 span{
    color: #f7c08a;
}

.heading p{
    color: white;
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1.7em;
}

.btn{
    background-color:#333;
    opacity: 0.7; 
    border: none;
    color: white;
    padding: 13px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
}
.btn:hover{
    background-color: #f7c08a;
    color:black;
}
.heading a{
    text-decoration: none;
    color: white;
}
#img1{
    height: 400px;
}
#img1 .hotelimg{
float: left;
width: 50%;
background: url('Assests/photo-1.jpg');
min-height: 100%;
}
#img1 .his{
    text-align: center;
    justify-content: center;
    background-color: #333;
    color: white;
    display: block;
    min-height: 100%;
    max-height: 100%;
    width: 100;
    overflow:hidden;
    padding: 50px 30px;
}
#img1 .his span{
    color: #f7c08a;
}
#img1 h2{
    padding-top: 50px;
    font-size: 30px;
    line-height: 1.2em;
}
#img1 p{
    display: block;
  text-align: center;
  justify-content: right;
 

}
#img1 a{
  
    padding: 20px;
    border:none;
    background-color: white;
}
#img1 a:hover{
    background-color: #f7c08a;
}
.fbox {
   float: left;
   width: 33%;
   padding: 50px;
   text-align: center;
   
}
.colored{
   
    background-color: #f7c08a;
}
.fbox i{
    margin-bottom: 20px;
}
.clr{
    clear: both;
}
.foot{
text-align: center;
background-color: #444;
color: white;
padding: 20px;
}

.aboutinf span{
color: #f7c08a;
}
.rig{
   width: 50%;
   min-height: 100%;
   float: right;
 

}
.rig img{
width: 70%;
display:block;
margin: auto;
padding-top: 50px;
border-radius: 50%;

}

.aboutinf{
    float: left;
    width: 50%;
    min-height: 100%;
    padding: 50px;
}

.aboutinf h1{
    font-size: 2.9em;
    line-height: 1.2em;
}

#bottom{
    background: url(Assests/test-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% ;
    display: block;

}


#bottom .heading1 h1{
    color: white;
    text-align: center;
    font-size: 3.5em;
    line-height: 1.2em;
}
.rev{
    padding: 40px;
}
.rev img{
width: 100px;
border-radius: 50%;
float: left;
margin-right: 20px;


}
.rev p{
  display: block;
  margin: 10px 0;
}
.rev{
    border: 1px solid #f7c08a;
    background-color: #f7c08a;
  
    
}
.rev1{
    padding: 40px;
}
.rev1 img{
width: 100px;
border-radius: 50%;
float: left;
margin-right: 20px;


}
.rev1 p{
  display: block;
  margin: 10px 0;
}
.rev1{
    border: 1px solid #f7c08a;
    background-color: #f7c08a;
}



    .contact-form{
        padding: 10px;
        margin: 20px;
        justify-content: center;

    }

    

    .contact-form span{
color: #f7c08a;
    }
    .contact-form h1{ 
        font-size: 3em;
    }
    .contact-form h3{
        padding: 10px;
        color: #333;
        font-style: normal;
    }

    form{
        padding: 10px;
        margin: 20px;
       
        
    }
    form label{
       font-size: 20px;
       color: #444;
      
    }
    form input{

        width: 100%;
        padding: 10px;
       border: 1px solid lightgray;
    }
    form textarea{
        width: 100%;
        padding: 10px;
       border: 1px solid lightgray;
 
}
    
.icon-1 {
    float: left;
    width: 33%;
    padding: 50px;
    text-align: center;
    background-color:#333;
    color: white;
    justify-content: center;

 }

 .icon-1 i{
     margin-bottom: 20px;
     padding-left: 10px;
 }
 .clr{
     clear: both;
 }