@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Raleway:wght@400;500;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-family: 'Play', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-transform: capitalize;
}

h2 {
  font-weight: 900;
  font-size: 3rem;
  text-transform: uppercase;
}

h5 {
  font-weight: 500;
}

section {
  margin: 100px 0;
}
/* ---------------------nav bar------------------------- */
nav{
  background-color: rgba(255, 255, 255, 0.159);
  
}
.navbar-collapse{
  flex-grow: 0;
}
nav li  a{
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
margin-left: 1.8rem;
color: rgb(0, 0, 0);
text-transform:uppercase;
}
.navbtn{
  /* border: 1px solid #000; */
  padding: 10px;
  border-radius: 10%;
  list-style: none;
  

}
/*------------------  nav end ------------------ */

.hero {
  background-image:linear-gradient(45deg, 
  rgba(8,83,156, 0.20), 
  rgba(8,83,156, 0.20)), url(../img/s1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.page-header {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  margin-top: 0;
}

.services h2 {
  padding-bottom: 50px;
}
.services .card {
  border-radius: 0;
  border: none;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.services .card h5 {
  padding: 8px;
}

.popular-pck .center-title {
  padding-bottom: 50px;
}
.popular-pck .card {
  border-radius: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.popular-pck img{
  width: auto;
  height: 250px;
  object-fit: fill;
}
.popular-pck .center-title {
  text-align: justify;
  width: 50%;
}

.popular-pck button {
  border-radius: 0;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.featured-desti .card {
  border-radius: 0;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.featured-desti .card h5 {
  padding: 5px;
}
.special .card img{
  width: auto;
  height: 250px;
  object-fit: fill;
}

.cta {
  background-image: url(../img/cta.png);
  background-position: center;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.cta .card {
  max-width: 600px;
  background-color: rgba(0, 119, 255, 0.619);
  color: white;
  padding: 50px 20px;
}
.contact h2{
  font-size: 40px;
  text-transform: capitalize;

}

.contact-details img{
background-color: #0093dd;
padding: 10px;
}

.contact-details .col-3,.col-9{
  display: flex;
  justify-content: center;
  align-items: center;
} 
.contact-details h3{
  color: #ff1e46;
}
.contact-details p{
  font-weight:600
}

.list a{
text-decoration: none;
color: inherit;
}
.navigation{
margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation li{
  list-style: none;
  padding: 5px 10px;
  border: 2px solid black;
  margin: 5px;
  border-radius: 100%;
}
.navigation   a{
  text-decoration: none;
  

  
}
.navigation ul{
  display: flex;
}

/* whatsapp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


footer h4 {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */