*{
  margin:0;
  padding:0;
  scroll-behavior: smooth;
}
@font-face{
  font-family:"Dongle-light" ;
  src:url("Dongle/Dongle-light.ttf");
}
@font-face{
  font-family:"Dongle-regular" ;
  src:url("Dongle/Dongle-regular.ttf");
}
@font-face{
  font-family:"Dongle-bold" ;
  src:url("Dongle/Dongle-bold.ttf");
}
header{
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;

   padding: 20px; 
  background-color: #fff;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  
}

.logo{
  padding-left: 50px;
}

.logo img {
  max-width:70%;
  
}
.nav-menu ul{

  display: flex;
  
  padding-right: 50px;

}
.nav-menu li{
  list-style-type:none;
  margin-right:20px;
  text-align: end;

}
.nav-menu li:Last-child{
  margin-right:0;
}
.nav-menu a {
  text-decoration:none ;
  font-family: "Times New Roman";
  font-size:1.6rem ;
  color:#333;
  transition:all ease 0.3s ;
 
}
.nav-menu a:hover{
  color:#0062ff;
}
.hero{
  position: relative;
  height:600px;
  overflow:hidden;

}
.hero-image img {
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-1;
}
.hero-content{
  position:absolute ;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align: center;
  color: #fff;

  
}
.hero-content h1{
  font-family: 'Times New Roman', Times, serif;
  font-size: 4rem;
}
.hero-content p{
  font-family: 'Times New Roman', Times, serif;
  font-size:2rem ;
  margin-bottom: 20px;
  
}
.hero-button{
  display: inline-block;
  text-decoration: none;
  color:#fff;
  background-color: #ec480d;
  padding:12px 30px;
  border-radius:50px;
  font-family:'Times New Roman', Times, serif ;
  font-size:1.6rem ;
  transition:all ease 0.3s ;
  
}
.hero-button:hover{
  background-color:#9d6f24 ;
}
.destinations{
  font-size:2.4rem ;
  font-family: 'Times New Roman', Times, serif;
 margin:40px 80px;
  text-align: center;
  

  
}
.destinations h2{
  margin-bottom:40px ;
  color:#0062ff;
  font-family: "Poppins", sans-serif;
  
}
.destinations-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap:40px;
}
.destinations-items img {
  width:100%;
  height:200px;
  object-fit: cover;
 
}
.destinations-items{
  text-align: left;
  border:10px solid white;
  box-shadow:2px,4px,8px,black;
  transition: 2s;
  border-radius:5px ;
 
}
.destinations-items h3{
  font-size:2rem ;
  font-family: "Poppins", sans-serif;

}
.destinations-items p{
  font-size:1.4rem;
  line-height:1;
  font-family:'Times New Roman', Times, serif;
}
.desc{
  padding: 0 2px 0 2px;
}
.destinations-items:hover{
  box-shadow:2px 8px 18px black;
}



 .Activity{
  font-size:2.4rem ;
  font-family: 'Times New Roman', Times, serif;
 margin:40px 80px;
  text-align: center;
  

  
}
.Activity h2{
  margin-bottom:40px ;
  color:#0062ff;
  font-family: "Poppins", sans-serif;
  
}
.Activity-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap:40px;
}
.Activity-items img {
  width:100%;
  height:200px;
  object-fit: cover;
 
}
.Activity-items{
  text-align: left;
  border:8px solid white;
  box-shadow:2px,4px,8px,black;
  transition: 2s;
  border-radius:5px ;
 
}
.Activity-items h3{
  font-size:2rem ;
  font-family: "Poppins", sans-serif;

}

.desc{
  padding: 0 2px 0 2px;
}
.Activity-items:hover{
  box-shadow:2px 8px 18px black;
}
.destinations-button{
  display: inline-block;
  text-decoration: none;
  color:#fff;
  text-align: center;
  background-color: #0062ff;
  padding:10px ;
  border-radius:35px;
  font-family:'Times New Roman', Times, serif ;
  font-size:1rem ;
  transition:all ease 0.3s ;
  margin-top:50px ;
  margin-bottom:25px;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  -ms-border-radius:35px;
  -o-border-radius:35px;
}
.destinations-button:hover{
 background-color:skyblue;
}
.contact{
  padding:80px;
  text-align:center ;
 background-color:#F7F7F7;
}
.contact h2{
  font-family: "Poppins", sans-serif;
  font-size:3rem ;
}
.contact-info p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.contact-info ul{
  list-style:none ;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.contact-info li{
  margin:0 20px;
  font-family:'Times New Roman', Times, serif ;
  font-size:1.4rem ;
  display:flex ;
  align-items: center;
}
.contact-info li a {
  text-decoration:none ;
  font-family: 'Times New Roman', Times, serif;
  color: black;
}
.contact-info i{
  font-size:140px;
  margin-right: 10px;
}
.form{
  width:100%;

}
input,textarea{
  width:70%;
  padding:20px;
  margin:20px 0;
  border:none;
  box-shadow:0 0 10px rgba(0, 0,0,0.1) ;
  border-radius:5px ;
  font-size:1.4rem ;
  font-family:'Times New Roman', Times, serif ;
}
textarea{
  height:200px;
}
.form button{
  display: inline-block;
  text-decoration: none;
  color:#fff;
  background-color:#0062ff ;
  padding:12px 30px;
  border-radius:50px;
  font-family:'Times New Roman', Times, serif ;
  font-size:1.6rem ;
  transition:all ease 0.3s ;
  
}
.form button:hover{
  background-color:skyblue ;
}
footer{
  background-color: #333;
  color:#fff;
  justify-content: space-between;
  display:flex;
  padding: 20px;
  align-items: center;

}
.social-icons{
  color:#fff;
  font-size: 24px;
  margin-right:20px;
}
footer p{
  font-family: "Poppins", sans-serif;
  font-size:1.4rem ;
   
}

