@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family:'Poppins',sans-serif;
}
@font-face {
  font-family: CarterOne;
  src: url(CarterOne-Regular.ttf);
}
body{
overflow-x: hidden;

background-color: blue;
min-height: 100vh;

}

header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;

}
header .logo{
  color: #fff;
  font-weight: bolder;
  font-size: 2em;
  letter-spacing: 2px;
  text-decoration: none;
}
header ul {

  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li{
    color: #fff;
  margin-left: 25px;
  list-style-type: none;
}
header ul li a{
  color: #fff;
  text-decoration: none;

}
header ul li a:hover{
  background: #fff;
  border-radius: 30px;
  color: #000;
  padding: 7px 10px;

}
.description{
  color: #fff;
  position:absolute;
  top: 57%;
  right: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: lighter;
}
#rbtm {
  position:absolute;
  bottom: 10%;
  right: 0;
  margin-right: 7vw;
  padding: 7px 15px;
  background: #fff;
  z-index: 11;
  border-radius: 30px;
}
#sicons{
  color: #fff;
  position:absolute;
  bottom: 10%;
  left: 0;
  margin-left: 7vw;
  z-index: 10;
  width: 15%;

}
#sicons ul {
  margin-top: 15px;
  display: flex;
  justify-content:space-between;
}
#sicons ul li{

  list-style-type: none;
}

a.active{
  background: #fff;
  border-radius: 30px;
  color: #000;
  padding: 7px 10px;
}


section{
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items:center;
}
section::before{
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(to top , black,#000c21,#000f31d4, #000f3100);
  z-index: 10;

}
section #text{
  font-family: CarterOne;
  position: absolute;
  top: 0;
  left: 0;
  color: blue;
  margin-top: 16vh;
  margin-left: 50.5vh;
  font-size: 9.5vw;
  text-align: start;
  line-height: 0.65em;
  z-index: 1;
}

#moon{
margin-top: -25px;
}
section img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
width: 100vw;
height:100vh;
object-fit: cover;
z-index: 1;
}





section #text span{
  margin-left: 20px;
  font-size: 0.20em;
  letter-spacing: 0px;
  font-weight: 400;

}
.sec{
  height: 100vh;
  position: relative;
  padding: 200px;
  background-color: #000002;
}
.sec h2{
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 30px;
  margin-top: -10%

}
.sec p{
  font-size: 1em;
  color: #fff;
  margin-bottom: 20px;
  margin-right: 30px;
  width: 50%;
  line-height: 30px;
  position: relative;
  z-index: 2;

}
#about{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about img{
  width: 500px;
  height: 400px;
filter: drop-shadow(15px 15px 0px blue);
}

#about::before{
content: '';
position: absolute;
bottom:40%;
left:-15%;
width: 250px;
height: 70px;
border-radius: 50%;
opacity: 20%;
background: blue;
box-shadow: -20px 0px 200px 230px blue;
    z-index: 0;
}


.Destinations h2{
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 30px;
  margin-top: -10%;
  padding-left:10px;

}
.Destinations::before{
  content: '';
  position: absolute;
  top:10%;
  right:-25%;
  width: 250px;
  height: 200vh;
  border-radius: 50%;
  opacity: 20%;
  background: blue;
  box-shadow: -20px 0px 200px 230px blue;
  z-index: 0;
}


.Destinations{
  position: relative;
  padding: 200px;
  background-color: #000002;
}



/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

.column img {
  margin-top: 12px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.contact{
  width: 100vw;
  height: auto;
  color: #fff;
  padding: 80px;
  background: #000;
  padding-bottom: 70px;
  display: flex;
  justify-content:center;
  align-items: start;
}
.contact::before{
      content: '';
      position: absolute;
      margin-top: 30vw;
      top: 1;
      right: 50%;
      left: 50%;
      transform: translate(-50%,-71%);
      width: 70vw;
      height: 20vh;
      border-radius: 50%;
      opacity: 20%;
      background: blue;
      box-shadow: -20px 0px 200px 230px blue;
      z-index: 0;
}
.contact ul li{
  list-style-type: none;
}
.contact ul li button{
  padding: 7px 20px;
  border-radius: 30px;
  border: 0px ;
}
.contact ul li input{
  background: transparent;
      border: 0px;
      border-bottom: 5px solid #fff;
      height: 45px;
      width: 20vw;
      padding: 10px 0px;
      margin-bottom: 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.contact ul li textarea{
  background: transparent;
  border: 0px;
  border-bottom: 5px solid #fff;
  height: 10vw;
  width: 20vw;
  padding: 10px 0px;
  margin-bottom: 20px;
}
.contact .image {

  margin-right: 30vw;

}
.image ul li{
  font-weight: lighter;
  margin-bottom: 1vw;

}
a.mailid{
  color: #fff;
  text-decoration: none;
}
.image ul li h1{
  font-size: 3em;
  margin-bottom: 25px;

}
#sicons2{
  font-weight: lighter;
  margin-top: 20px;
}

#sicons2 ul{
  margin-top: 15px;

}
#sicons2 ul li{
  display: inline;

}
#sicons2 ul li i{
  margin-right: 20px;
}

.footer{
  padding-left: 200px;
  padding-right: 200px;

  color: #fff;
  height: 5vw;
  background: #000;
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 30px;

}
.footer p.logo{
  font-weight: bolder;
  font-size: 1em;
  letter-spacing: 2px;
}
.footer p.Copyright{
font-weight: lighter;
font-size: 12px;
}
