*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* ----- Header start----- */

header{
    background-color:aquamarine;
    width: 100%;
    position: fixed;
    overflow: hidden;

    
}
.head{
    display: inline-flex;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}

.logo{
    width: 30px;
    height: 35px;
    background-color: yellow;
    cursor: pointer;
}
.logo h2{
    padding-left: 5px;
    padding-top: 5px;
}

.nav a{
    color: rgb(6, 6, 6);
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 20px;
    font-size: 16px

}

.social-media a  {
    color: black;
    background-color: rgba(190, 190, 190, 0.458);
    font-size: 25px;
    border-radius: 40%;
    margin-left: 20px;
}

/* ----- Header end----- */


/* ----- page1 start----- */

.details{
    background-image: url(pexels-asad-photo-maldives-15031960.jpg) ;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
   
}
.contant{
    padding: 50px 100px;
}
.contant .contant-text{
    float: right;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    
}

.booking{
    border: 2px solid black;
    background-color: transparent;
    box-shadow: 5px 5px 10px black;
    float: right;
    width: 40%;
    height: 350px;
    margin-top: 3%;
    margin-left: 55%;
    border-radius: 20px;
    padding: 15px 10px;
  
}

.booking label{
    text-transform: uppercase;
    font-size: 18px;
}
.booking input{
    width: 100%;
    outline: none;
    display: block;
    padding: 10px 10px;
    margin-top: 5px;
    font-size: 20px;
}
.booking .check{
    margin: 10px 0;
    display: flex;
}
.booking .check input{
    cursor: pointer;
    width: 200px;
    margin-right: 5px;
}
.booking .gender{
    margin: 10px 0;
    display: flex;
    
}
.booking .gender select{
    width: 200px;
    outline: none;
    display: flex;
    padding: 10px 10px;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 20px;
    cursor: pointer;
}
.booking .btn input{
    text-transform: uppercase;   
    cursor: pointer;
    outline: none;
}
.booking .btn input:hover{
    background-color: lightgreen;
}

/* ----- page1 end----- */


/* ----- page2 start----- */
.page2{
    background-image: url(./pexels-alexander-mils-2043647.jpg) ;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;    
}

.page2 .no{
    margin-top: 5%;
    float: right;
    font-size: 5em;
    padding-right: 30%;
}
.page2 .text{
    padding-left: 60%;
    padding-top: 5%;
}
.page2 .text h2{
    font-size: 30px;
    font-weight: 400;
}

.page2 .text P{
    margin-top: 10px;
    width: 250px;
    background-color: rgba(240, 248, 255, 0.458);
    padding: 10px 10px ;
    border-radius: 5px;
}
.page2 .text a{
    margin-top: 30px;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 20px;
    color:red;
    text-shadow: 5px 5px 5px black;
}

.page2 .text a:hover{
    font-size: 22px;
    color:rgb(4, 249, 220);
}

/* ----- page2 end----- */


/* ----- page3 start----- */


.page3{
    background-image: url(./pexels-jenna-hamra-804436.jpg) ;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;

}
.page3 .page3-container{
   
    background-color: rgba(8, 8, 8, 0.604);
    width: 800px;
    height: 400px;
    margin-left: 20%;
}

.page3 .page3-text{

    font-size: 3rem;
    padding-top: 40px;
    padding-left: 30%;
    color: rgba(255, 255, 255, 0.544);
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;

}


.page3 .page3-container .page3text{
    text-transform: uppercase;
    font-size: 1.5rem;
    padding-top: 30px;
    padding-left: 250px;
    color: rgba(255, 255, 255, 0.544);
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;

}
.page3 .page3-container .page3text span{
    padding-left: 50px;
}

.page3 .page3-container .page3para{
    color: white;
    width: 600px;
    padding-left: 20%;
    padding-top: 3%;
}

.page3 .page3-container .page3btn a{
    color: rgb(251, 248, 248);
    background-color: rgba(240, 248, 255, 0.311);
    padding: 10px 15px;
    width: 160px;
    margin: 0 35%;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 20px;

}
.page3 .page3-container .page3btn a:hover{
    font-size: 20px;
    width: 190px;
}

/* ----- page3 end----- */

/* ----- page4 start----- */

.page4{
    background-image: url(./pexels-pixabay-210012.jpg);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}
.page4 .page4-container .page4-header{
    padding-left: 20%;
    padding-top: 5%;
    font-size: 2em;
    color: rgba(251, 248, 248, 0.851);
}
.page4 .page4-container .page4-details{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
    padding-top: 8%;
    padding-left: 10%;
    color: rgb(243, 243, 243);

}
.page4-container .page4-details h2{
    font-size: 3em;
}
.page4-container .page4-details span{
    font-size: 1em;
}
.page4-container .page4-details .detail{
    border-right: 2px solid white;
    padding-right: 20px;
}

.page4 .page4-container .page4para{
    color: white;
    margin-left: 10%;
    width:1000px;
    height: 200px;
    padding-left: 50%;
    padding-top: 8%;
}
.page4 .page4-container .page4btn a{
    color: rgb(251, 248, 248);
    background-color: rgba(240, 248, 255, 0.311);
    padding: 5px 15px;
    margin-left: 15%;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 20px;

}
.page4-container .page4btn a:hover{
    font-size: 20px;
    width: 190px;
}


/* ----- page4 end----- */


/* ----- footer start----- */
.footer{
    background-color: aquamarine;
    width: 100%;
    height: 200px;
}
.footer-view{
    margin: 0;
    display: inline-flex;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}
.footer .footer-bar{
    padding: 0 100px;
}
.footer .footer-bar a{
    text-decoration: none;
    color: black;
    display:block;
}
.footer .footer-copyright{
    float: right;
    padding-right: 10px;
}
.footer .footer-copyright a{
    text-decoration: none;
    color: black;
    display: block;
}





/* ----- footer end----- */