* {
    margin: 0%;
}

.body {
    background-color:rgb(246, 245, 245);
    margin: 0 ;
    font-family: "Cabin",sans-serif;
}

/* header */

.logo {
    width: 200px;
}

a {
    text-decoration: none;
    color: white;
    font-size: 140%;
}

header {
    position: absolute;
    width: 95%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px;
}

header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

header ul li {
    margin-right: 30px;
    transform: translateX(-10px);
}

header ul li a {
    padding: 6px 15px;
    border-radius: 20px;
}

header ul li a:hover {
    background-color: #102039;
    color: #fff;;
}

.search input {
    border-radius: 50px;
    border: none;
    outline: none;
    height: 30px;
    padding: 0 10px;
    box-shadow: 20px 8px 20px rgba(24, 42, 97, 0.75) ;
}

.search button {
    position: absolute;
    left: 280px;
    height: 30px;
    width: 60px;
    border-radius:50px ;
    background-color: #102039;
    color: #fcfcfc;
    border: none;
}

.search button:hover {
    background-color:#3fd0d4;
    background-image: url("magnifying-black.png") ;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    
}

.button {
    transform: translateX(1128px);
}

/* landing page */

.landing-page{
    background: url('p\ 2\ backg.jpg') center/cover no-repeat fixed;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content {
    background-color: rgba(0, 0, 0, 0.5);
    background-size:1920px 1080px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.hotel-details {
    color: white;
    font-size: 70px;
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
}

/*__________________________________________*/

/* Booking Form */
.booking-form {
    width: 80%;
    max-width: 800px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    justify-self: center;
    margin-top: 50px;
}

.booking-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.booking-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.booking-form input,
.booking-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px; /* Increased margin to add space between fields */
    border: 1px solid #ddd;
    border-radius: 10px;
}

.booking-form button {
    width: 100%;
    padding: 10px;
    background-color: #102039;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}

.booking-form button:hover {
    background-color: #3fd0d4;
    
}


/* footer */

.tiktok {
    width:1.7%;
    margin: 2px;    
}

.twitter {
    width:1.7%;
    margin: 2px;
}

.instagram {
    width:1.7%;
    margin: 2px;
}

.facebook {
    width:1.7%;
    margin: 2px;
}

.footer {
    margin: 0%;
    padding: 0;
    background: url("footer.jpg") center/cover no-repeat fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size:1920px 1080px;
    background-position: center;
    width: 100%;
    clip-path: inset(20% 0 0 0); /* Shrink 20% from top and bottom*/
    display: block;
    overflow: hidden;
    margin-top: auto;
    flex: 1; 
}

.logo2 {
    transform: translateX(500px);
    margin-bottom: 8%;
    margin-top: 5%;
    width: 35%;    
}

.content2 {
    background-color: rgba(0, 0, 0, 0.372);
    background-size:1920px 1080px;
}

.part1 {
    position: absolute;
   margin-left: 6%;
   list-style: none;
   color: #fff;
   transform: translateY(-300px);
   font-family:sans-serif;
   font-size: 130%;
}

.links1 {
    position: absolute;
    transform: translateY(-300px);
    margin-left: 77%;
    color: #fff;
    font-family:sans-serif;
    font-size: 130%;
}

.links2 {
    position: absolute;
    transform: translateY(-241px);
    margin-left: 90%;
    color: #fff;
    font-family:sans-serif; 
    font-size: 130%; 
}