/* ----------------------------------section1 -------------------------------*/
* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.outer {
    background-image: url(hotel.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    text-align: center;
    color: white;
}

.navbar{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu{
    width:40%;
}
.menu ul{
    display: flex;
    justify-content: space-evenly;
    width: 100%;  
}
.menu ul li{
    list-style: none;
}
.menu ul li a{
     text-decoration: none;
     color: white;
     font-size: 15px;
     font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.logo{
    width: 15%;
    height:100%
}
.logo img{
    height: 100%;
    width: 100%;
}
.navicons{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 30vw;
}
.icons{
    font-size: 20px;
    color: rgb(193, 191, 191);  
}
.icons:hover{
     color:white;
}
button{
    background-color:rgb(8, 178, 245);
    color: white;
    font-size: 15px;
    border: none;
    height: 40px;
    width: 30%;
}
button:hover{
    background-color: white;
    color: rgb(5, 169, 234);
}
#check{
    display: none;
}
.checkboxbtn{
    position: absolute;
    right: 50px;
    display: none;
}

@media  screen and (min-width:0px)and (max-width:700px) {
    .checkboxbtn{
        display:block;
    }
   .logo{
    position:absolute;
    left: 0;
    height: 20%;
  
   }
    .menu ul{
        display: none;
    }
    #check:checked ~ .menu ul{
        display: block;
        position: absolute;
        top: 60px;
        width:30%;
        right: 0;
       text-align:center;
       background-color: white;
       line-height: 3;
    }
    .menu ul li a{
        color: black;
    }
 
    nav .navicons{
        display: none;
    }   
}
.outer h1 {
    font-size: 90px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 100;
    padding-top: 10%;
}

.outer h5 {
    font-size: 25px;
    font-weight: 200;

}
@media screen and (min-width:0px) and (max-width:700px){
    .outer{
        flex-direction: column;
        width: 100%;
    }
}


/*----------------------------- section 2-------------------------------- */
.container {
    display: flex;
    padding-top: 12%;
    min-height: 800px;

}

.text {
    width: 40%;
    padding-left: 5%;
}

.text h5 {
    font-size: 15px;
    color: aqua;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.text h1 {
    padding-top: 5%;
    font-weight: 100;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text p {
    padding-top: 5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 2;
}

.text button {
    color: grey;
    border: none;
    margin-top: 10%;
}

.text button:hover {
    color: skyblue;
}

.image {
    width: 30%;
    padding-left: 5%;
    height: 80%;

}

.img {
    margin: 0px 5px;
    width: 30%;
    padding-left: 5%;
    padding: 50px 20px;
    height: 600px;
}
@media screen and (min-width:0px) and (max-width:700px) {
    .container {
        flex-direction: column;
    }
    .text{
        width: 100%;
    }
    .img{
        width: 100%;
    }
    .image{
        width: 100%;
    }
}
    


/*------------------------------- section3 ---------------------------------*/
.container1 {
    text-align: center;
    min-height: 100vh;
}

.container1 h5 {
    color: aqua;
    font-size: 30px;
    font-weight: 100;
}

.container1 h2 {
    font-size: 50px;
    font-weight: 100;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top: 2%;
}

.right1 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 8%;
}

.images:hover {
    transform: scale(0.9);
    box-shadow: 2px 2px 5px 5px;
    color: aliceblue;
}

.images1 p {
    font-size: 25px;
    font-weight: 100;
    padding-top: 8%;
}

.images1 ul {
    font-size: 18px;
    font-weight: 100;
    color: grey;
    padding-top: 5%;
    line-height: 1.5;
}

.images1 button {
    padding: 3%;
    width: 100%;
    color: skyblue;
    border: 1px solid skyblue;
    margin-top: 10%;
    background-color: white;
}

.images1 button:hover {
    background-color: skyblue;
    color: white;
}

@media screen and (min-width:0px) and (max-width:700px) {
    .container1 .right1 {
        flex-direction: column;
    }
}

/* ----------------------------section4 ------------------------------------*/
.container2 {
    background-image: url(photos/swim.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    text-align: center;
    color: white;
}

.container2 h5 {
    font-size: 15px;
    font-weight: 100;
    padding-top: 200px;
}

.container2 h1 {
    font-size: 50px;
    font-weight: 200;
    padding-top: 1%;
    font-family: Arial, Helvetica, sans-serif;
    width: 40%;
    margin: auto;
}

.container2 i {
    padding-top: 3%;
    font-size: 50px;
}

/* --------------------------------------section 5 ----------------------------- */
.container3 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 12%;
    min-height: 100vh;
}

.right2 {
    display: flex;
    padding-left: 5%;
}

.image1 {
    width: 40%;
    height: 450px;
}

.img1 {
    margin: 0px 5px;
    width: 40%;
    padding: 30px 10px;
    height: 500px;
}

.text2 {
    width: 40%;
    padding-right: 5%;
}

.text2 h5 {
    font-size: 18px;
    color: aqua;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.text2 h1 {
    font-size: 40px;
    padding-top: 5%;
    font-weight: 100;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text2 p {
    padding-top: 5%;
    color: lightslategray;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 2;
}

.text2 button {
    color: grey;
    border: none;
    margin-top: 10%;
}

.text2 button:hover {
    color: skyblue;
}
@media screen and (min-width:0px) and (max-width:700px) {
    .container3{
        flex-direction: column;
    }
    .text2{
        width: 100%;
    }
    .right2{
        flex-direction: column;
        padding: 0px;
    }
    .img1{
        width: 100%;
    }
    .image1{
        width: 100%;
        padding-right: 2px;
    }
    
}


/* ---------------------------------section 6------------------------------ */
.mainContainer5{
    height: 50vh;
    display: flex;
    align-items: center;
}
.container5 {
    height: 20vh;

    display: flex;
    justify-content: space-evenly;
    border: 1px solid grey;
    width: 70%;
    margin: auto;
    align-items: center;
}

.container5 h2 {
    font-size: 30px;
    font-weight: 100;
    color: rgb(60, 60, 60);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.container5 button {
    border-radius: 30px;
    background-color: rgb(7, 127, 174);
    color: white;
    border: none;
    padding: 10px 30px;
}

.btn button:hover {
    background-color: white;
    color: aqua;
    border: 1px solid aqua;
}
@media screen and (min-width:0px) and (max-width:700px) {
    .container5 {
        flex-direction: column;
        height: 40vh;
        width: 100%;
        text-align: center;
    }
}


/* ----------------------------------section 7------------------------------------*/
.container6 {
    display: flex;
    flex-direction: row;
    justify-content: center;   
}
.container6 .photo{
    width: 20%;
}
.container6 .photo img{
    width: 100%
   

}

@media screen and (min-width:0px) and (max-width:700px) {
    .container6 {
        flex-direction: column;
    }
    .container6 .photo{
        width: 100%;
    }
}

/* ----------------------------------section 8----------------------------------------*/
.container7 {
    min-height: 100vh;
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-evenly;
    padding: 10%;
}

.container7 h2 {
    font-size: 30px;
    font-weight: 100;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-right: 100px;
}

.container7 p {

    font-size: 17px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20%;
    line-height: 2;

}

.container7 button {
    display: block;
    border: none;
    background-color: black;
    color: white;
    padding-top: 20%;
    font-size: 15px;
}

.container7 button:hover {
    color: rgb(5, 5, 245);
}

.container7 input {
    margin-top: 20%;
    padding: 10px 30px;
    border: none;
}

.col4 button {
    background-color: rgb(4, 127, 168);
    color: white;
    padding: 10px 30px;
    margin-top: 2%;
}
@media screen and (min-width:0px) and (max-width:700px) {
    .container7 {
        flex-direction: column;
    }
}

