body {
  font-family: Arial, Helvetica, sans-serif}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;}


.bg-img {
  /* The image used */
  background-image: url("./images/1.jpeg");
  width:100%;
  height:100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   display: flex;
  flex-direction: column;
  
  /* Needed to position the navbar */
   position: relative;
  border-radius: 20px;
  /* margin-bottom:10px; */
}
.nav-header{
    position: relative;
  display: flex;
  justify-content:space-evenly;
}
 .logo{
    overflow: hidden;
    font-size: 33px;
    color: white;
    margin: 20px;
}
/* Position the navbar container inside the image */
.container1 {
  /* position: absolute; */
  margin: 20px;
  width: 40%;
}

/* The navbar */
.topnav1 {
  overflow: hidden;
  background-color: rgb(0,0,0,0.4); /* Fallback color */
  background-color: rgba(0,0,0, 0.4);
  border-radius: 20px;
  display: flex;
  justify-content: space-evenly;
}

/* Navbar links */
.topnav1 a {
  /* float:left; */
  color: #f2f2f2;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 17px;
}
.topnav1 a:hover {
  background-color: #ddd;
  color: black;
  background-color: rgba(248, 246, 246, 0.795); /* Fallback color */
  background-color: rgba(247, 242, 242, 0.71);
  border-radius: 20px;
}
.container2 {
    /* position: absolute; */
    margin: 20px;
    width: 14%;
  }
  
  /* The navbar */
  .topnav2 {
    overflow: hidden;
    background-color: rgb(0,0,0,0.4); /* Fallback color */
    background-color: rgba(0,0,0, 0.4);
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
  }
  
  /* Navbar links */
  .topnav2 a {
    /* float:left; */
    color: #f2f2f2;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 17px;
  }
  .topnav2 a:hover {
    background-color: #ddd;
    color: black;
    background-color: rgba(248, 246, 246, 0.795); /* Fallback color */
    background-color: rgba(247, 242, 242, 0.71);
    border-radius: 20px;
  }
  .container3 {
    /* position: absolute; */
    margin: 20px;
    width: 50px;
    height:8px;
  }
  
  /* The navbar */
  .topnav3 {
    overflow: hidden;
    background-color: rgb(0,0,0,0.4); /* Fallback color */
    background-color: rgba(0,0,0, 0.4);
    border-radius: 50px;
    display: flex;
    justify-content:center;
  }
  
  /* Navbar links */
  .topnav3 a {
    /* float:left; */
    color: #f2f2f2;
    padding: 14px 25px;
    text-decoration: none;
  }
  .topnav3 a:hover {
    background-color: #ddd;
    color: black;
    background-color: rgba(248, 246, 246, 0.795); /* Fallback color */
    background-color: rgba(247, 242, 242, 0.71);
    border-radius: 50px;
  }
  .Explore-tw{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    color: white;
    padding-top: 70px;
    font-style:oblique;
  }
  .unforgettable-jo{
    font-size: 17px;
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 50px;
    word-spacing: 4px;
    letter-spacing: 1px;
  }
  .container4 {
    /* position: absolute; */
    margin: 20px;
    width: 40%;
    
  }
  
  /* The navbar */
  .topnav4 {
    overflow: hidden;
    background-color:white; /* Fallback color */
    /* background-color: rgba(0,0,0, 0.4); */
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
  }
  
  /* Navbar links */
  .topnav4 a {
    /* float:left; */
    color:grey;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 13px;
    word-spacing:3px;
  }
  .topnav4 a:hover {
    background-color:rgb(34, 130, 240);
    color:white;
    /* background-color: rgba(248, 246, 246, 0.795); /* Fallback color 
    background-color: rgba(247, 242, 242, 0.71); */
    border-radius: 20px;
  }
  .search-box{
  display: flex;
  justify-content:center;
  }

/* footer */
  .container-wave{
  background-image: url("./images/sea-wave_c.png");
  width:100%;
  height:50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 20px;
  padding: 40px 0;
  margin-bottom:30px ;
  }
.do-you{
  font-size: 10px;
  line-height: 40px;
}
.contact-us{
  font-size: 40px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
}
.info{
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
}
.provide{
  padding-bottom: 30px;
}
.mail-container{
  width:33%;
  height:8vh;
  overflow: hidden;
  background-color: rgba(71, 103, 242, 0.4); /* Fallback color */
  background-color: rgba(101, 137, 245, 0.4);
  border-radius: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border:white 2px solid;
}
.mail{
  width:60%;
  height:6vh;
  background-color: rgba(166, 181, 247, 0.4); /* Fallback color */
  background-color: rgba(195, 208, 245, 0.4);
  border-radius: 20px;
  padding-left: 7px;
  border: none;
  font-size: 14px;
}
.submit{
  width:28%;
  height:6vh;
  border-radius: 20px;
  background-color: white;
  color: blue;
  border: none;
}
.fa-envelope{
  font-size: 13px;
}
.footer-details{
  display: flex;
  height:35vh;
  width:100%;
  justify-content: space-evenly;
}
.detail1{
  height:35vh;
  width:28%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.detail1 > h5{
  font-size: 13px;
  padding: 10px 0;
}
.detail1>p{
  color: rgb(108, 105, 105);
  font-size: 14px;
  line-height: 8px;
  font-weight: 400;
}
.detail1 > h4{
  font-size: 16px;
}
.detail2{
  display: flex;
  width:55%;
  justify-content: flex-end;
  line-height: 28px;
  color:rgb(99, 92, 92);
}
.detail2-1{
  width:25%;
  height:35vh;
  color:rgb(99, 92, 92);
}
.detail2-2{
  width:25%;
  height:35vh;
  color:rgb(99, 92, 92);
}
.detail2-3{
  width:25%;
  height:35vh;
  color:rgb(99, 92, 92);
}
.detail2-1 >ul{
  list-style: none;
  color:rgb(99, 92, 92);
}
.detail2-2 >ul{
  list-style: none;
  color:rgb(99, 92, 92);
}
.detail2-3 >ul{
  list-style: none;
  text-decoration: none;
  color:rgb(99, 92, 92);
}
 li>a{
  text-decoration: none;
  color:rgb(99, 92, 92);
}
.hrl{
  color:black;
}
.rights{
  display: flex;
  font-size: 13px;
}
.r1{
 width:50%;
}
.social-m{
  width:50%;
  display: flex;
  justify-content:center;
}
.fa-instagram{
  padding: 0 6px;
}
.fa-facebook{
  padding: 0 9px;
}
