*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    
    
}



/* ----------------------------------------------------- */




/* --------------------------------------------------- */
.navbar{
    width: 100%;
    height: 10vh;
    background-color: #00404C;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logo{
    width:5em;
    height: 3em;
    /* background-color: blue; */
}

.name{
    color: white;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email{
    color: white;
    font-size: 1.5em;
}

.contact-btn{
    color: white;
    width: 10em;
    height: 2em;
    font-size: 1.5em;
    background-color: #efb90a;
}

/* ------------------------------------- */
.two{
    background-image: url(assets/copied.jpg);
    height: 110vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.intro{
    /* border: 2px solid white; */
    width: 60%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
   
    
}

.intro h1{
    margin-bottom: 10rem;
}

.extra{
    color: #efb90a;
}

.form{
    /* border: 2px solid white; */
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 20em; */
}

.heading{
    color: white;
    font-size: 1.5em;
}


.bookNow{
    background-color: #00404C;
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2em;
}
.input{
    width: 90%;
    height:2%;
    padding: 1.2rem;
    margin: 1rem 2rem;
    border-radius: 0.5rem;
    /* margin-left: 2em; */
    font-size: 1rem;
}

.small-inputs{
    width: 90%;
    /* border: 2px solid white; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

#small-1{
    width: 15%;
    margin-left: 1rem;
}
#small-2{
    width: 15%;
    margin-left: 1rem;
}

#select-choose{
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrival{
    margin-bottom: 0px;
    color: white;
    width: 90%;
    
    
}
#arr-dep{
    margin-top: 4px;
}

.book-btn{
    width: 40%;
    height: 2.8em;
    background-color: #efb90a;
    border-radius: 1em;
    color: white;
    font-size: 1em;
}

/* ------------------------------------------------------------------- */


.destination{
   
    width: 100%;
    height: 80vh;
    background-color: #efb90a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.destination h1{
    font-size: 2rem;
    margin: 1rem;
    color: white;
}

.section{
    /* border: 2px solid black; */
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture{
    /* border: 2px solid black; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    

}

.box{
    width: 16%;
    height: 90%;
    /* border: 2px solid black; */
    margin: 1rem;
    position: relative;
    text-align: center;
    color: white;
}
.center{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;

    
}

/* ------------------------------------------- */
.four{
     background-image: url(assets/WALL.jpg);
      background-size:cover;        
    background-repeat:   no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;

}

.packages{
    width: 100%;
    height: 80%;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.package-heading{
    /* border: 2px solid black; */
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: white;
}

.pack{
    border: 2px solid white;
    width: 20%;
    height: 70%;
    margin:1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    


}

.head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30%;
    color: white;
    
}

.detail{
    font-size: 1.2rem;
     /* margin: 1rem; */
    height: 70%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: white;
}

.detail p{
    margin: 0.3rem 0rem;
}


/* ------------------------------------------ */
.five{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    /*background-colo*/
    background-image: url(assets/BG.jpg);
    /*background-position: fixed;*/
    /*background-repeat: no-repeat;*/
    /*background-size: center;*/
     background-size:     cover;        
    background-repeat:   no-repeat;
    background-position: center; 
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.about{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin: 1rem 0rem;*/
}

.about-heading{
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-family:;
}

.about-para{
    width: 80%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    /*border: 2px solid white;*/
}

.story{
    /*border: 2px solid white;*/
    width: 80%;
    height: 20%;
      display: flex;
      flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why{
    /*border: 2px solid white;*/
    width: 80%;
    height: 20%;
      display: flex;
      flex-direction: column;
    justify-content: center;
    align-items: center;
}

.explore{
    /*border: 2px solid white;*/
    width: 80%;
    height: 20%;
      display: flex;
      flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gap{
    margin-top: 1rem;
}

h1{
    font-size: 2rem;
}


/* ---------------------------------------------- */
.seven{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 40vh;
    background-color: black;
    color: white;
}
.contact-us{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contact-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30%;
    /* border: 2px solid white; */
    font-size: 1.5rem;
}



/* --------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------- */

@media screen and (max-width:650px){
    .navbar{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10vh;
    }

    .email{
        display: none;
    }

    .contact{
        display: none;
    }

    .two{
        display: flex;
        flex-direction: column;
        /* border: 2px solid red; */
        height: 110vh;
        background-size: cover;
        /* border: 2px solid red; */
        
    }
    .intro{
        width: 100%;
        height: 7%;
        /* border: 2px solid red; */
        display: flex;
        justify-content: center;
        align-items: center;


    }
    .intro h1{
        margin-bottom: 0;
        /* font-size: 0.8em; */
        font-size: 1rem;
    }

    .form{
        /* border: 2px solid red; */
        width: 100%;
        height: 90%;
    }

    .name h1{
        font-size: 1.5rem;
    }

    .input{
        width: 90%;
        height:5%;
        font-size: 0.8rem;
        margin: 0.5rem 1.5rem;
    }

    .book-btn{
        width: 60%;
        height: 2.5rem;
        margin-top: 1rem;
    }

    .small-inputs{
        width: 90%;
        /* height: 10%; */
        /* border: 2px solid white; */
        font-size: 0.8rem;
        display: flex;
        flex-direction: column;
    }
    .for-phone{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1rem;
        width: 100%;
    }

    .logo{
        height:5rem;
        /*border: 2px solid white;*/
        margin-bottom: 1rem;
    }

   

    /* ------------------------ */

    .three{
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 400vh;
        
    }

    .destination{
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;

    }

    .section{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 50%;
    }

    .box{
        width: 80%;
        height: 20%;
    }

    .destination h1{
        font-size: 1.5rem;
    }

    /* ------------------------- */

    .four{
        margin: 0px;
        padding: 0px;
        height: 200vh;
    }
    .package-heading{
        font-size: 1rem;
        width: 100%;
        height: 10%;
    }

    .packages{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 90%;
        /* border: 2px solid black; */
    }

    .pack{
        width: 90% ;
        height: 33%;
        display: flex;
        flex-direction: column;
        margin: 1rem 0;

    }

    .head h1{
        font-size: 1rem;
    }

    .head{
        height: 10%;

    }

    .detail{
        height: 70%;
        font-size: 1rem;
    }

    /* -------------------------------- */
    .five{
        width: 100%;
        height: 200vh;
    }
    .about{
        width: 100%;
        height: 100%;
    }
    .about-heading{
        width: 80%;
        height: 5%;
        /* border: 2px solid black; */
        font-size: 1rem;
        /*margin-top: 1rem;*/
        /*border: 2px solid black;*/
        text-align: center;
    }
    .about-para{
        width: 80%;
        height: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*align-items: center;*/
        margin: 1rem 0rem;
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .story{
        width: 80%;
        height: 20%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 1rem 0rem;
        /*border: 2px solid black;*/
        text-align: center;
        
        
    }
    
     .why{
        width: 80%;
        height: 20%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 1rem 0rem;
        /*border: 2px solid black;*/
        text-align: center;
    }
    
     .explore{
        width: 80%;
        height: 20%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 1rem 0rem;
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .gap{
        margin-top: 1.5rem;
    }
    
    /*.middle{*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*}*/

    /* ------------------------------------ */

    .seven{
        width: 100%;
        height: 40vh;
        display: flex;
        flex-direction: column;
    }

    .contact-us{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-heading{
        /* border: 2px solid white; */
        width: 100%;
        height: 20%;
        font-size: 1rem;
    }

    .address{
        /* border: 2px solid white; */
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .links{
        /* border: 2px solid white; */
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}




/* --------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------- */


