@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

/*----------------------------header---------------------------*/

.nav {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    /* Arrange logo and button at opposite ends */
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    /* Add background color for the header */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow effect */
    z-index: 1000;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    max-width: 175px;
    height: 60px;
    margin-left: 15%;
}


.menu ul {
    position: relative;
    display: flex;
    align-items: end;
    left: 83%;
}

.menu ul li {
    list-style-type: none;
}

.menu ul li .link {
    text-decoration: none;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
    margin: 0 15px;
}

.link:hover,
.active {
    border-bottom: 2px solid #10588C;
}

.signup-button .btn {
    width: 130px;
    height: 40px;
    font-weight: 500;
    background: #10588C;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s ease;
    color: white;
}

#signupBtn {
    margin-right: 25px;
}

.btn {
    background: #10588C;
}

.nav-menu-btn {
    display: none;
}

/* Remove padding from the header */
header {
    padding: 0;
}

/* Customize the image size */
header img {
    width: 100%;
    height: 40%;
    position: absolute;
    top: 14%;
}

/*--------------------------------input info-----------------------------------*/

.guests-text{
    position: absolute;
    left:4%;
    top:58%;  
}

.guests-text h1{
    font-size: 36px;
    color: #5E646B;
}

hr{
    width: 350px;
    border: 1px solid #ddd;
}



.input-section{
    margin: 50px auto;
    text-align: left;
    position: absolute;
    top: 70%;
    left: 3%;
    margin-top: 20px;
    width: 700px; 
    
}

/* General styles for input boxes */
.input-box {
    position: relative;
    width: 100%;
}

.input-box input {
    width: 100%;
    height: 40px;
}

.input-box .input-field{
    font-size: 1em;
    color: #333;
    padding-left: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
}

.input-box label {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #55555500;
    transition: .15s ease-in-out;
}

.input-box2 {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.input-box2 label {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #55555500;
    transition: .15s ease-in-out;
}

.input-box2 input {
    width: 100%;
    height: 200px;
}
.input-box2 .input-field{
    font-size: 1em;
    color: #333;
    padding-left: 15px;
    padding-bottom: 150px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
}



/* Remove the margin-bottom properties for each input type as it's now handled by .input-box */
.input-box input[type="text"],
.input-box input[type="email"],
.input-box input[type="tel"]
{
    margin-bottom: 20px;
}

.input-box input[type="number"]{
    margin-left: 0%;
width: 30%;
}

.input-box .input-field:focus {
    border: 2px solid #3EBEE6;
}

.input-box .input-error {
    border: 2px solid red;
}

.input-error:focus ~ label,
.input-error:valid ~ label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #e63e3e;
    background: #FFF;
    padding: 0 5px;
}

.input-field:focus ~ label,
.input-field:valid ~ label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #3EBEE6;
    background: #FFF;
    padding: 0 5px;
}

.input-submit{
    width: 130px;
    height: 40px;
    font-weight: 500;
    font-size: 15px;
    background:#99C0E3;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s ease;
    color: rgb(0, 0, 0);
    position: absolute;
    right: 40%;
    bottom: -20%;
}

.input-submit input[type="submit"]
{
    margin-bottom: 20px;
}

/*---------------------------------info contact---------------------------------*/

.box-contact{
    margin: 50px auto;
    text-align: left;
    position: absolute;
    top: 70%;
    left: 60%;
    margin-top: 20px;
    width: 500px; 
    display: flex;
    flex-direction: row;
}

.box-contact hr{
    height: 350px;
    width: 0px;
    border: 1px solid #ddd;
}

.info-contact{
    display: flex;
    flex-direction: column;
    width: 500px;
    font-family: 'montserrat', sans-serif;
    line-height: 35px;
    padding: 30px;
}


/*------------------------------------footer-----------------------------------*/

footer{
    text-align: center;
    margin-top: 100%;
    
}

.contact {
    position: absolute;
    display: flex;
    padding-left: 18%;
    width: 100%;
}

.img1 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
    width: 30%;
    padding-bottom: 3%;
}

.info {
    text-align: left;
    padding-top: 3%;
    padding-left: 18%;
}

.info h1 {
    font-size: 24px;
    color: #5E646B;
    padding-bottom: 10%;
}

.info h2 {
    font-weight: lighter;
    padding-bottom: 4%;
    font-size: 15px;
    color: #000;
}

.info1{
    text-align: left;
    margin-top: 85px;
}

.info1 h1 {
    font-weight: lighter;
    padding-bottom: 4%;
    font-size: 15px;
    color: #000;
    margin-left: 35px;
}



.social-sign-in {
    display: flex;
    gap: 15px;
    position: absolute;
    top: 60%;
    left: 57.5%;
}

.input-Facebook {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-Facebook img {
    width: 24px;
    margin-right: 5%;
    margin-top: 7%;
}

.input-telegram {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-telegram img {
    width: 24px;
    margin-top: 7%;
}

.input-Instagram {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-Instagram img {
    width: 24px;
    margin-top: 7%;
}

.input-Twitter {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-Twitter img {
    width: 24px;
    margin-top: 7%;
}

.input-Facebook:hover,
.input-telegram:hover,
.input-Instagram:hover,
.input-Twitter:hover,
.input-submit:hover {
    opacity: 0.9;
}

.end {
    position: absolute;
    height: 20%;
    top: 100%;
    width: 100%;
    margin: 0;
    background-color: #f0f0f0;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}

.end h1 {

    font-weight: lighter;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    font-size: 13px;
    color: #888888;
}