* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Circular Std Book", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #111827;
}

/* header section */
.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 100px; */
    background-color: #fff;
}
/* .nav-bar img {
    height: 64px;
    cursor: pointer;
} */


.nav-links{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
}
/* .nav-links li {
    margin-right: 10px;
} */

.nav-links li:last-child {
    margin-right: 10px;
}

.nav-links a{
    color:#111827;
    text-decoration: none;
    text-transform: capitalize;
    /* font-weight: 400;
    font-size: 1rem;
    padding: 10px 0; */
    text-align: center;
    transition: color 0.3s ease-in-out;
}
.nav-links a:hover{
    color: #0088a9;
}

.last-nav-link .fa-whatsapp{
    margin-right: 5px;
    font-size: 1.2rem;
    color: #25D366;
    vertical-align: middle;
}



/* @media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: center;
    }
.nav-bar img{
    display: block;

}
    .nav-links {
        margin-top: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .last-nav-link {
        margin-left: 0;
    }
} */



/* hero section */

.hero-section {
    background: url('../images/background-flight-booking.jpeg') center/cover;
    background-color: rgba(38, 74, 219, 0.385);
    background-blend-mode: multiply;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 400px;
    padding-top: 350px;
}

#welcome-text {
    color: #fff;
    text-transform: capitalize;
    font-size: 3rem;
    line-height: 60px;
    text-align: center;
    margin-top: 500px;
    margin-bottom: 32px;
    font-weight: 500;
}


.book-flight-section {
    background-color: #fff;
    color: #111827;
    padding: 32px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
}

.form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 16px;
}

.form-group label {
    position: absolute;
    /* top: -15%;
    left: 10px; */
    background-color: #fff;
    padding: 0 5px;
    color: #555;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 56px;
    padding: 8px 16px 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.input-with-icon input {
    padding-left: 48px;
}

/* 
flight booking two */
  .flight-section-two {
        background: url("../images/plane.jpeg") center/cover no-repeat;
        background-color: rgba(38, 74, 219, 0.385);
background-blend-mode: multiply;
        height: 470px;
        padding: 64px 112px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .flight-form-container {
        width: 90%;
        /* height: 70%; */
        padding: 20px;
        background-color: rgb(255, 255, 255);
        border-radius: 10px;
      }

      .flight-form-container h2 {
        margin-bottom: 5px;
    font-size: 18px;
    margin-left: 10px;
      }

      .flight-form-container .fa-plane {
        color: #093ba8;
    transform: rotate(-40deg);
    margin-right: 10px;
      }

      .flight-section-two .flight-form-container form {
        padding: 10px;
        display: grid;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
      }

      .flight-section-two .flight-form-container form label {
        color: var(--Blackish-Green, #121);
        font-size: 14px;
      }

      .flight-section-two .flight-form-container form label::placeholder{
        font-size: 10px;
        color: #1C1B1F;
      }

      .flight-section-two .flight-form-container form input, .flight-section-two .flight-form-container form select {
        width: 100%;
        padding: 15px;
        /* margin-top: 5px; */
        border: 1px solid #5c5a5a;
        border-radius: 5px;
      }

      .submit-btn {
        grid-row: 3 / 4;
        grid-column: 4 / 5;
        width: 110px;
        height: 35px;
        background: #093ba8;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        justify-self: end;
        display: flex;
        align-items: center;
        justify-content: center;
    padding: 10px 15px;
    text-transform: capitalize;
    margin-top: 10px;
      }


/* discover section */

.discover-container {
    background: #16163F;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 54px 112px;
    gap: 20px;
}

.discover-container h1 {
text-align: center;
font-size: 2rem;
line-height: 44px; /* 122.222% */
letter-spacing: -0.72px;
}

.discover-container p{
text-align: center;
font-size: 1rem;
line-height: 28px;
}


/* footer */

.footer {
    background-color: #fff;
    padding: 64px 112px;
}

.footer-section {
    display: flex;
}

.footer-first-section {
    margin-bottom: 64px;
    justify-content: space-between;
    display: flex;
}

.footer-container h4 {
    color: #9CA3AF;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-container ul {
    list-style: none;
    color:#6B7280;
}

.footer-container ul li {
    margin-bottom: 8px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icons i {
    font-size: 1.5em;
    color: #0F1416;
}

.subscribe-section,
.copyright-section {
    border-top: 1px solid #E5E7EB;
    padding: 31px 0px;
}

.subscribe-section .footer-container,
.copyright-section .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    flex-grow: 1;
}


.subscribe-section h4 {
    font-size: 0.65em;
    letter-spacing: 1px;
    color: #6B7280;
}

.subscribe-section p,
.copyright-section p {
    font-size: 0.85em;
    color: #374151;
    margin-bottom: 0px;
}

.footer-container form {
    display: flex;
    gap: 8px;
}

.footer-container input {
    padding: 10px 12px;
    font-size: 0.875em;
    width: 400px;
    border-radius: 6px;
    border: 1px solid #D1D5DB;
}

.footer-container button {
    padding: 8px 20px;
    border-radius: 6px;
    background-color: #093BA8;
    border: none;
    color: #fff;
    font-size: 1em;
}

.copyright-section p {
    color: #9CA3AF;
}

.copyright-section img {
    height: 64px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .book-flight-section {
        padding: 16px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .flight-form .button {
        margin-right: auto;
    }

    .book-flight-button {
        grid-column: span 2;
        justify-self: end;
    }

    .flight-section-two {
        padding: 64px 24px;
        height: auto;
    }

    .footer {
        padding: 64px 24px;
        flex-direction: column;
    }

    .footer-section {
        display: flex;
        /* flex-direction: column; */
    }

    .footer-first-section {
        margin-bottom: 32px;
        justify-content: space-between;
    }
    
    .footer-container h4 {
        font-size: 1em;
        margin-bottom: 12px;
    }
    
    .footer-container ul li {
        margin-bottom: 4px;
    }
    
    .social-icons {
        gap: 12px;
    }
    
    .social-icons i {
        font-size: 1.25em;
    }

    .subscribe-section .footer-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .subscribe-section,
    .copyright-section {
        padding: 24px 0;
    }
    
    .subscribe-section h4 {
        font-size: 0.875em;
    }
    
    .footer-container form {
        flex-direction: row;
    }
    
    .footer-container input {
        width: 100%;
    }
}