*{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container{
    width: 1440px;
    height: 3000px;
    margin: auto;
}

.header{
    width: 1440px;
    height: 70px;
    margin-top: 15px;
}

.logo{
    width: 147px;
    
}

nav ul{
    float: right;
    display: flex;
}

nav ul li{
    display: inline;
    margin: 10px 10px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all .4s;
}

nav ul li:hover{
    background-color: rgb(101, 199, 232);
    padding: 20px 20px;
    border-radius: 100px;
}

nav ul li i{
    margin: 5px 10px;
}

.menuimg{
  height: 40px;
  width: 40px;
  border-radius: 100px;
}

.facility-bar{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.one {
    display: flex;
    border: 1px solid black;
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding: 15px 15px 20px 15px;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
}

.fa-solid{
    margin-left: 30px;
}

.one:hover{
    background-color: rgb(0, 157, 255);
    color: white;
}

.two{
    display: flex;
    border: 1px solid black;
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding: 15px 15px 20px 15px;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
}

.fa-regular{
    margin-left: 30px;
}

.two:hover{
    background-color:rgb(0, 157, 255);
    color: white;
}

.three{
    display: flex;
    border: 1px solid black;
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding: 15px 15px 20px 15px;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
}

.fa-solid{
    margin-left: 30px;
}

.three:hover{
    background-color:  rgb(0, 157, 255);
    color: white;
}

.fore{
    display: flex;
    border: 1px solid black;
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding: 15px 15px 20px 15px;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
}

.fa-solid{
    margin-left: 30px;
}

.fore:hover{
    background-color: rgb(0, 157, 255);
    color: white;
}

.five{
    display: flex;
    border: 1px solid black;
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding: 15px 15px 20px 15px;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
}

.fa-brands{
    margin-left: 30px;
}

.five:hover{
    background-color:rgb(0, 157, 255);
    color: white;
}

.six{
    display: flex;
    border: 1px solid black;
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding: 15px 15px 20px 15px;
    justify-content: space-between;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
}

.fa-solid{
    margin-left: 30px;
}

.six:hover{
    background-color:rgb(0, 157, 255);
    color: white;
}

.main{
    background-image: url(images/main.jpg);
    height: 530px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: center;
    
}

.searchbar .input{
    border: 0;
    outline: none;
}

.searchbar{
    width: 700px;
    margin: 30px auto;
    padding-top: 250px;
}
 .searchbar .search-box{
    position: relative;
    width: 600px;
    height: 70px;
 }

 .searchbar .search-box .input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 100px;
 }

 .searchbar .search-box .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
    cursor: pointer;
 }

 .searchbar .search-box .btn.btn1 .fa-solid{
    position: absolute;
    top: 50%;
    right: 50%;
    color: black;
    transform: translate(-505, -50%);
    font-size: 20px;
 }

 .searchbar .search-box .btn{
    left: 0;
    padding-left: 15px;
 }

 .explore{
    width: 1380px;
    height: 600px;
    background-image: url(images/explore.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 70px;
    padding: 0px 30px;
    position: absolute;
    opacity: 50;
 }
 
.explore h1{
    color: white;
    font-size: 55px;
    margin-top: 350px;
    color: rgb(255, 255, 255);
}

.explore h4{
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.explore .button{
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    margin-top: 15px;
    transition: all .3s;
    cursor: pointer;
}

.explore .button:hover{
    background-color: rgb(0, 157, 255);
    color: white;
}

.spots{
    width: 1440px;
    height: 600px;
   margin-top: 730px;
}

.spots h1{
    padding-bottom: 10px;
}
.spots p{
    font-size: 20px;
    font-weight: 500;
}

.boxes{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    
}

.box1{
    width: 330px;
    height: 300px;
    border: 1px solid black;
    background-image: url(images/spot1.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 10px;
    cursor: pointer;
    border-radius: 70px;
}

.box1 h1{
    color: white;
    margin-top: 230px;
    font-size: 40px;
}

.box1:hover{
    opacity: .8;
    border-radius: 28px;
    
}

.box2{
    width: 330px;
    height: 300px;
    border: 1px solid black;
    background-image: url(images/spot2.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 10px;
    cursor: pointer;
    border-radius: 70px;
}

.box2 h1{
    color: white;
    margin-top: 230px;
    font-size: 40px;
}

.box2:hover{
    opacity: .8;
    border-radius: 28px;
}

.box3{
    width: 330px;
    height: 300px;
    border: 1px solid black;
    background-image: url(images/spot3.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 10px;
    cursor: pointer;
    border-radius: 70px;
}

.box3 h1{
    color: white;
    margin-top: 230px;
    font-size: 40px;
}

.box3:hover{
    opacity: .7;
    border-radius: 28px;
}

.box4{
    width: 330px;
    height: 300px;
    border: 1px solid black;
    background-image: url(images/spot4.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 10px;
    cursor: pointer;
    border-radius: 70px;
}

.box4 h1{
    color: white;
    margin-top: 190px;
    font-size: 40px;
}

.box4:hover{
    opacity: .8;
    border-radius: 28px;
}