@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Oleo+Script&display=swap');
*{
box-sizing: border-box;
padding: 0;
text-decoration: none;
margin: 0;
list-style: none;
scroll-behavior: smooth;
font-family: 'Oleo Script', cursive;
/* font-family: 'Marck Script', cursive; */
}
@font-face {
    font-family: 'Oleo Script',cursive;
    src: url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Oleo+Script&display=swap');
}
body {
	margin:  0;
    padding: 0%;
    font-family: 'Marck Script', cursive;
}
/* navigation */
.logo{
    height: 80px;
    margin-left:5%;
}
.logo1{
    display: none;
}
.logo2{
    display: none;
}
nav{
    height: 80px;
    background-color:#000 ;
    width: 100%;
    z-index: 10;
}
.nav{
    position: relative;

}
nav ul{
    float: right;
    margin-right: 5%;
}
nav li{
    display: inline-block;
    margin: 0 10px;
    line-height: 90px;
}
nav a{
    color: white;
    font-size: 20px;
    border: 1px solid transparent;
    padding: 7px 10px;
    border-radius: 5px;
}
.dropdown{
    display: none;
}
ul li:hover .dropdown{
    background-color: black;
    color: white;
    top: 80px;
    padding: 5px;
    position: absolute;
    display: block;
    margin-left: -40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
ul li:hover .dropdown li{
display: block;
width: 250px;
text-align: left;
border-bottom: 2px dotted white;
}
ul li:hover .dropdown li:last-child{
border-bottom: none;
}
.fas{
 margin: 5px;
}
.dropdown_menu:hover{
color:#fcde67 ;
transition: .5s;
background: transparent;
}
.active,a:hover{
transition: .5s;
background-color:#fcde67 ;
color: black;
}
nav .checkbtn{
    color: white;
    font-size: 20px;
    line-height: 100px;
    float: right;
    margin-right: 10%;
    display: none;
    cursor: pointer;
}
.mouse{
    display:inline-block;
    color: white;
    position:relative;
    border: 2px solid white;
    border-radius: 50px;
    background-color: transparent !important;
    width: 22px;
    height: 40px;
    margin-top: 14%;
}
.msg{
    color: #112E41;
    margin-top:2%;
}
.dot{
    display:inline-block;
	width:3px;
	height:6px;
	border-radius:50%;
    margin-top: 5px;
	background:white;vertical-align: top;
	animation: wave 1.3s linear infinite;
}
@keyframes wave {
	0%, 60%, 100% {
		transform: initial;
	}

	30% {
		transform: translateY(15px);
        opacity: 0;
	}
}
/* section4 */
.section4{
    height:100%;
    margin-top:0px;
    width: 100%;
    background-color: white;
}
.container5{
    align-content: center;
    height:100vh;
    
}
.section5{
    height:100%;
    margin-top:0px;
    width: 100%;
    background-color: white;
}
.container6{
    align-content: center;
    height:100vh;
}
.aboutinfo{
    height:fit-content;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.info{
    width: 30%;
    margin-left: 10%;
    margin-top: 10%;
    font-size: 25px;
}
.aboutinfo img{
    height: 80vh;
    width: 70vh;
    margin-right: 10%;
}
.icons{
    width:200px;
    height:200px;
    margin-left: 9%;
    margin-top: 5%;
    display: inline-block;
}
.iconimg{
    width: 60%;
    height: 60%;
    margin-top: 20px;
    margin-left: 40px;
}
.icontitle{
    text-align: center;
    color: #112E41;
    font-size: 25px;
}
/* section3 */
.section3{
    height:100%;
    margin-top:0px;
    width: 100%;
    background-color:#e9eaf0 ;

}
.container4{
    align-content: center;
    height:150vh;
}
.roomstitle{
    font-size: 40px;
    letter-spacing: 3px;
    font-family: 'Oleo Script', cursive;
    text-align: center;
    border-color: #112E41;
    margin-top: 2%;
}
#line{
    width: 10%;
    border-top: 2px solid black;
    margin-left: 45%;
}
/* Cards */
.rooms{
    width: 80%;
    height:120vh;
    margin:2% 0% 0% 10%;
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    cursor: pointer;
    border: 1px dashed black;
    border-radius: 5px;
    width: 25%;
    display: inline-block;
    margin: 5% 2% 2% 5% ;
    height:40%;
    background-color:#F2F4FB ;
    overflow: hidden;

  }
  .zoom:hover{
    transform: scale(1.1);
    transition: .3s ease-in-out;
}

  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  h4{
    color: #112e41;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Oleo Script', cursive;
    font-size: 25px;

  }
  /* Add some padding inside the card container */
  .container2 {
    padding: 20px;
    color: black;
  }
  .container2 p{
    text-align: center;
}
  img {
    border-radius: 5px 5px 0 0;
    height:70%;
  width: 25%;
  }
/* section1 */
.section1{
    width: 100%;
    height: 40vh;
    text-align: center;
    background-image: url(../images/bgsvg.svg);
    background-size: cover;
    background-position: top;
    /* background-color: #fcde67; */
}
.roomstitle1{
    font-size: 40px;
    letter-spacing: 3px;
    font-family: 'Oleo Script', cursive;
    text-align: center;
    border-color: #112E41;
}
.container0{
    background-color:#e9eaf0 ;
    width: 25%;
    height: 50%;
    border: 2px dashed #222;
    border-radius: 5px;
    top: 20px;
    /* left: 8%; */
    margin: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.terms{
float: right;
font-size: 12px;
margin-top: 25px;
margin-right: 10px;
}
/* .container01{
    background-color:#e9eaf0 ;
    width: 25%;
    height: 50%;
    display: inline-block;
    border: 1px dashed #222;
    border-radius: 5px;
    top: 50px;
    left: 12%;
    position: relative;
    text-align: center;
}
.container02{
    float: right;
    background-color:#e9eaf0 ;
    width: 25%;
    height: 50%;
    border: 1px dashed #222;
    border-radius: 5px;
    top: 50px;
    right: 10%;
    position: relative;
    text-align: center;
} */


.deal{
    font-size: 25px;
    font-weight: bold;
}
.dealbtn{
    width: 120px;
    height: 30px;
    display: block;
    color: #112E41;
    cursor: pointer;
    border: 2px solid #112e41;
    border-radius: 50px;
    margin-left: 33%;
    margin-top: 3%;
}
.dealbtn:hover{
    cursor: pointer;
    border-color: #333;
    color: white;
    transition: .5s;
    background-color: #16384e !important;

}
/* section2 */
.section2{
    height:150vh;
    margin-top:0px;
    width: 100%;
    background-color: #e9eaf0;
}
.container3{
    align-content: center;
    font-weight: bold;
    position: absolute;
    left: 20%;
    display: block;
    margin-top: -7%;
    height: 80%;
    width: 80%;
    transform: translate(-10%, 10%);
    text-align: left;
    padding: 20px;

}
.content{
    align-content: center;
    display: inline-block;
    width: 30%;
    margin-left: 2%;
    text-transform: capitalize;
    margin-top: 4%;
    height: 80%;
}
span{
    color: #112e41;
    font-weight: bold;
}
.know{
    width: 150px;
    height: 50px;
    padding:  8px 10px 10px 20px;
    display: block;
    color: #112E41;
    border: 2px solid #112e41;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 8%;
    margin-top: 1%;
}
.know:hover{
    cursor: pointer;
    border-color: #333;
    color: white;
    transition: .5s;
    background-color: #16384e !important;
}
.image{
    align-content: center;
    width: 60%;
    height: 100%; 
    float: right;
    margin-right: 2%;
    box-shadow: 10px 10px 70px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;

}
.title{
    color: #112E41;
}
#para{
    font-size: 20px;
    color: #333;
}
.greetimg{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/* section1 */
.hero_section{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../images/hotelbg4.jpg");
    height:90vh;
    margin-top:0px;
    width: 100%;
    background-position:center;
    background-size: cover;
    align-content: center;

}
.scrolltop{
    font-size: 40px;
    position: fixed;
    z-index: 1000;
    color: #437fc7;
    top: 90%;
    left: 95%;
    scroll-behavior: smooth;
}
.scrolltop:hover{
    background-color: transparent !important;
    color: #437fc7 !important;
    opacity: 0.7;
}
.container1{
    color: white;
    font-weight: bold;
    position: relative;
    left: 50%;
    height: 70vh;
    transform: translate(-50%,40%);
    width: 80%;
    padding: 20px;
    text-align: center;
  }
h1{
    font-size: 60px;
    letter-spacing: 3px;
    font-family: 'Oleo Script', cursive;
}
h2{
    font-size: 30px;
}
.bookbtn{
    width: fit-content;
    font-size: 25px;
    position:relative;
    background-color:transparent !important;
    font-family: 'Marck Script';
    font-weight: bold;
    padding: 10px;
    top: 20%;
    display: inline-block;
    border: 2px solid white;
    border-radius: 50px;
    color: white;
}
.bookbtn:hover{
    color: #ffc42d;
    border-color: #ffc42d;
    transition: .5s;
    cursor: pointer;
}

/* hero-section */
/* background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../images/hotelbg4.jpg"); */
/* .section1{
    height:90vh;
    margin-top:50px;
    width: 100%;
    align-content: center;
    background-size: cover; 
} */
/* background-position:center;
*/
.container{
  align-content: center;
  color: white;
  font-weight: bold;
  position: relative;
  background-image: url(../images/wave2.svg);
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40%;
  top: 0%;
  text-align: center;
  background-position:center;
  
  /* left: 50%; */
  /* transform: translate(-50%, 50%); */
}
/* search bar */
.input-group{
    width: 300px;
    padding: 8px;
    border-right: 1px solid black;

}
.input-group:last-child{
    border-right: none;
    
}
/* .input-group1{
    width: fit-content;
    border-right: 2px solid black;
} */

.input-label{
    font-size: 20px;
    color: black;
    float: left;
    margin-left: 30px;
    letter-spacing: 2px;
}
.input-labels{
    font-size: 20px;
    color: black;
    float: left;
    margin-left: 40px;
    letter-spacing: 2px;
}

form{
    display: flex;
    margin-left: 10%;
    margin-top: 3%;
    flex-direction: row;
    background-color:#ffff ;
    border-radius: 50px;
    max-width: 80%;
    box-shadow: 10px 10px 50px 1px #000000;
}
.place{
    outline: none;
    border: 1px solid black;
    border-radius: 50px;
    min-height: 47px;
    resize: none;
    padding: 10px;
    width:200px;
}
.input,.options{
    outline: none;
    border: 1px solid black;
    border-radius: 50px;
    min-height: 40px;
    resize: none;
    padding: 10px;
    width:2-0px;
}
.searchbtn{
    width: 100px;
    color: black;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background-color:#ffc42d  !important;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 5px 0px 5px !important;
    border: none;
    letter-spacing: 1px;
    font-family: 'Marck Script', cursive;
}
.searchbtn:hover{
    background-color:#ffdc52 !important  ;
    cursor: pointer;
    transition: .5s;
}
/* footer */
.footer{
    height: fit-content;
    position: absolute;
    width: 100%;
    background-color: #222;
    height: 50vh;
}
.endlogo{
    margin: 1% 0% 0% 10%; 
    width: 20%;
    height: 20%;
}
.joinsection{
    display: block;
    float: right;
    margin-right: 0%;
    margin-top: 2%;
    width: 40%;
}
.joinus{
    font-size: 30px;
    color: white;
    font-weight: bold;
    margin-left: 20%;
    
}
.far{
    font-size: 40px;
    color: white;
    display: block;
    float: right;
    margin-right: 25%;
    margin-top: -6%;
}
.far:hover{
    color: #fcde67;
    background-color: transparent;
}
.links{
    width: 80%;
    margin-left: 15%;
    height: 20%;

}
.menulink{
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}
/* .menulink:last-child{
    border-right: none;
}
*/
.social{
    height: 20%;
    width: 30%;
    display: inline-block;
    position: relative;
    margin-top: 3%;
    left: 35%;
    text-align: center;
}
.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    position: relative;
    margin: 1%;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    color: white;
    border: 2px solid white;
    text-decoration: none;
  }
  .fa-facebook:hover{
    color: #ffdc52;
    border-color: #ffdc52;
  }
  .fa-twitter:hover{
    color: #ffdc52;
    border-color: #ffdc52;
  }
  .fa-instagram:hover{
    color: #ffdc52;
    border-color: #ffdc52;
  }
  .fa-youtube:hover{
    color: #ffdc52;
    border-color: #ffdc52;
  }
  .fa-linkedin:hover{
    color: #ffdc52;
    border-color: #ffdc52;
  }
  .fa:hover {
    opacity: 0.7;
    background-color: transparent;
  }  
  .footerlink{
    font-size: 20px;
    color: white !important;
    /* padding: 20px; */
    display: inline-block;
    margin-left: 10%;
    justify-content: space-evenly;
  }
  .footerlink:hover{
    background-color: transparent;
    color: #fcde67 !important;
  }
  #endline{
    width: 100% ;
    /* margin-left:150px; */
    height: 1px;
    border-bottom: 1px solid black;
    border-top: 2px dashed white ;
  }
.copyright{
    color: white;
    text-align: center;
    margin-top: 20px;
}
  /* #endline1{
    width: 100% ;
    height: 1px;
    border-bottom: 1px solid black;
    border-top: 2px dashed red ;

  } */
/* hr{
    margin-top: 5%;
    height:2px;
    border-style: dotted 1px;
    border-width:0;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    margin-bottom: 2%;
    background-color:black;
} */
.heading{
    text-align: center;
}
/* #select{
    outline: none;
    border: 1px solid black;
    border-radius: 5px;
    min-height: 40px;
    resize: none;
    padding: 10px;
    width:2-0px;
} */
/* .container input[type=text]{
    padding: 10px;
    border: 5px solid #2b6777;
    font-size: 17px;
}
.container input[type=date]{
    border: 5px solid  #2b6777;
    font-size: 17px;
    padding: 7px;
} 
 #5bccfc */
 
 /* section1 */
 
 /* .section1{
     width: 100%;
     height: 100vh;
     background-color: #3333;
     /* background-image: url("../images/homebg2.jpg");
     background-position:bottom;
     background-size: cover; 
     
    } */
      