@import url('https://fonts.googleapis.com/css2?family=Poppins');

*{
    margin: 0;
    padding: 0;
}


.main{
    height: 109vh;  
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.4)20%,rgba(0,0,0,0.4)20%),url(Image/Pokhara_at_dawn.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.navbar{
    margin: auto;
    height: 10vh;  
    width: 100%;
    background-color:#484872;
}

.icon{
    width: 200px;
    float: left;
    height: 70px;
}


/* for explore */
.logo{
    color: #ff7200;
    font-size: 20px; 
    font-family: cursive;
    padding-left: 145px;
    padding-top: 30px;
    margin-bottom: 0px; 
}


/* for navigating bar  */
.menu{
    width: 400px;
    float: left;
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;  
}

ul li{
    list-style: none;
     margin-left: 62px;
     margin-top: 30px;
     font-size: 14px;    
  }

ul li a{
    cursor: pointer;
    margin-left: 60px;
    margin-top: 27px;
    font-size: 14px;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    transition: 0.4s ease-in-out; 
}

ul li a:hover{
    color: #ff7200;
    
}



/* buttom image */
.menu-btn{
    position:absolute ;
    top: 30px;
    right: 30px;
    width: 40px;
    cursor: pointer;
    display: none;
}


/* for search */
.search{
    width: 250px;
    float: right;
    margin-right: 8px;  
  }

  .srch{
    font-family: 'Times New Roman';
    width: 100px;
    height: 30px;
    background: transparent;
    border: 1px solid#ff7200;
    margin-top: 20px;
    color: #fff;
    border-right: none;
    font-size: 14px;
    float: left;
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius:5px ;
}

.btn{
  width: 100px;
  height: 30px;
  background: #ff7200;
  border: 2px solid #ff7200;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn:focus{
  outline: none;
}

.srch:focus{
  outline: none;
}


/* for description  */
.content{
    width:1200px;
    height: auto;
    margin: auto;
    color: #fff;
    position: relative;
}

.content .par{
    padding-bottom: 25px;
    letter-spacing: 1.2px;
    line-height: 30px;
    line-height: 30px;
}

.content h1{
    font-family: 'Times New Roman';
    font-size: 35px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content span{
    color: #ff7200;
    font-size: 40px;
}


/* for Visit us */
.content .cn{
    width: 90px;
    height: 20px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4 ease;
}

.content .cn a{
    text-decoration: none;
    color: #fff;
    transition: .3s ease;
}




.cn:hover{
    background-color: #484872;
}


/* footer need work */
.footer {
    
    background: #484872; 
    position: absolute;
    bottom: 0;
    width: 100%;
    height:65px;
    color: white;
    
}



.cn{
    padding: 8px 15px;
    background: #ff7200;
    border-radius: 5px;
    color: whitesmoke;
    margin-left: 9%;
}
.footer p {
    color: white;
    margin: 0;  
    text-align: center;
} 



.external-links{
    width: 250px;
    height: auto;
    float: 70px; 
    color: white;
}

.external-links h2{
    font-size: 20px;
    padding-left: 1px;
    margin-top: 9%;

}



/* about css- need working for padding*/ 
.content-about{
    height: 109%;
    width: 100%;
    padding: 200px 0;
    background-image:linear-gradient(rgba(0,0,0,0.4)20%,rgba(0,0,0,0.4)20%), url(Image/about.jpg);
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center; 
}

.content-about h1{
    font-family: 'Times New Roman';
    color: #ff7200; 
    position: absolute;
    top: 120px;
    left: 25%; 
       
}

.content-about p{
    font-size: 17.5px;
    color: #fff;
    margin-left: 250px;
    margin-top: 10px;
     /*need to move p towards */
}

.footer-about {
    background-color:#484872;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
    position: relative;
}





/* Destination styles */
.destination {
    margin: 0px ;
    padding: 10px;
    background-color:#ccc;
    min-width: 0;
    height: 109mv;
}

.destination h{  
    color: #ff7200;
    font-family: 'Times New Roman';
    font-size: 35px;
    position: absolute;
    top: 110px;
    left: 40%;
}

.destination h2 {
    color: black;
    font-size: 24px;
    margin-top: 130px;
    padding-left: 130px;
}

.destination p {
    color: black;
    line-height: 2;
    margin-bottom: 10px;
    padding-left: 130px;
}

.destination ul {
    padding-left: 75px;  
}

.destination li {
    line-height: 1;
}

.footer-destination {
    background-color:#484872;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
}



/* gallery css */
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 20px;
    background-color: whitesmoke;
}

.gallery h{ 
    color: #ff7200;
    font-family: 'Times New Roman';
    font-size: 35px;
    position: absolute;
    top: 110px;
    left: 40%;
}

.gallery-item {
    margin: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    max-width: 100%;
    height: auto;
}

.caption {
    text-align: center;
    margin: 10px 0;
}


.footer-gallery {
    text-align: center;
    background-color: #333;
    color: white;
    padding: 20px 0;
    background: #484872;
}



/* contact css */
.contact {
    height: 109%;
    width: 100%;
    padding: 200px 0;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center; 
    background-image: url(Image/pokhara-himalayan-range.jpg);
}

.contact h1{
    color:#ff6600;
    margin-left: 140px;
}

.form-group {
    margin-bottom: 40px;
    margin-left: 140px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 30%;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.contact-btn {
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 7px 14px;
    font-size: 13px;
    cursor: pointer;
    margin-left:140px;
    transition: background-color 0.4s ease;
}

.contact-btn:hover {
    background-color: #484872;
}

#successMessage {
    color: green;
}

.footer-contact {
    background-color:#484872;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
    position: relative;
}





/* for mobile device */

@media only screen and (max-width:850px){
    .navbar{
        padding: 0;
    }


    .menu-btn{
        display: block;
    }
    .main{
        padding: 0;
    }
    .logo{
        position: absolute;
        top: 30px;
        left: 30px;
    }
    
    .menu{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: #484872;
        margin-top: -900px;
        transition: all 0.5 ease;
    }

    .mobile-menu{
        margin-top: 0px;
        border-bottom-right-radius: 30%;
    }
    
     
    .menu li{ 
        margin: 30px auto;
    }
     
    
    .footer{
        padding: 0px;
    }

}
