@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}
body, html{
    width: 100%;
}

/* navbar stylings */
header{
    max-width: 1400px;
    position: fixed;
    height: 100px;
    width: 100%;
    margin: 0 auto;
    /* top: 20px; */
    top: 20px;
    margin-bottom: 7em;
    border-radius: 40px;
    z-index: 999;
}
header nav{
    /* position: sticky; */
    padding: 1em 3em;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header nav h3{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-size: 1.6em;
}
header nav h3 img{
    width: 55px;
}
.menu-cross-btn{
    display: none;
}
.menu-cross-btn i{
    width: 100%;
    height: 100%;
    font-size: 1.4em;
}
header nav .links a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
}
header nav .links{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.4em;
}
header nav .links a:hover{
    color: #dda15e;
}
header nav .links a.active{
    color: #dda15e;
}
header nav .links .reservation-btn{
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 35px;
}
.reservation-btn:hover{
    background-color: #fff;
}




/* hero section stylings */
.first-section{
    /* height: 150vh; */
    position: relative;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(assets/images/hero-backgrounds/young-female-barista-wear-face-mask-serving-take-away-hot-coffee-paper-cup-consumer-cafe.jpg);
}
.first-section .bg-dark{
    position: absolute;
    z-index: 0;
    background-color: #00000064;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* registration form */
.first-section .login-form{
    background-color: #00000081;
    backdrop-filter: blur(5px);
    width: 80%;
    border-radius: 50px;
    max-width: 1200px;
     display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 130px;
    overflow: hidden;
}
.first-section .login-form .form-part{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.form-part p{
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    font-weight: 300;
}
.form-part h2{
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}
.form-part form{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    color: #fff;
}
input::placeholder, textarea::placeholder{
    color: #ffffffb1;
}
.form-part form input:not([type="submit"]), textarea{
    width: 100%;
    padding: 13px;
    background-color: transparent;
    border: 1px solid rgba(255, 252, 252, 0.32);
    border-radius: 10px;
    color: #fff;
    transition: all .4s ease;
}
.form-part form input:not([type="submit"]):hover, textarea:hover{
    background-color: #af6623;
}
textarea{
    resize: vertical;
}
.form-part form .full-name, .phone-number, .time, .date{
    flex-basis: 48%;
}
.login-form .form-part p, .login-form .form-part h2, .form-part form .message, form .people-count{
    flex-basis: 100%;
}
.form-part form{
    width: 100%;
}
.first-section .login-form .img-part{
    width: 50%;
    background-image: url(assets/images/barman-with-fruits.jpg);
    background-position: center;
    background-size: cover;
}
input[type="submit"]{
    width: 140px;
    background-color: #af6623;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 0.9em;
    cursor: pointer;
    transition: all 0.3s ease;
}
input[type="submit"]:hover{
    background: #fff;
    color: #af6623;
}











/* footer styling */
footer{
    background-color: #af6623;
}
footer .last-section{
    max-width: 1400px;
    width: 85%;
    padding: 30px 0;
}
.last-section {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
}
.last-section .one{
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 33%;
}
.last-section .one p:first-child, .two p:first-child, .three p:first-child{
    margin-bottom: 18px;
    font-weight: 300;
    font-style: italic;
}
.last-section .one .socials{
    margin-top: 10px;
    display: flex;
    gap: 1em;
}
.one .socials a{
    text-decoration: none;
    font-size: 1.3em;
    color: #fff;
}
.one .socials a:hover{
    transform: scale(1.2);
}

.last-section .two{
    color: #fff;
}
.last-section .three{
    color: #fff;
}
.three li{
    list-style: none;
    display: flex;
    margin: 6px 0;
}
.three li span.underline{
    border-bottom: 1px solid #ffffffa5;
    width: 50px;
    margin: 0 10px;
}
.last-section .copyright{
    flex-basis: 100%;
    margin-top: 30px;
}
.copyright p{
    margin-bottom: 18px;
    font-weight: 300;
    color: #fff;
}
.copyright p a{
    color: #dda15e;
}
















/* responsive styling */
@media (min-width: 1440px){
    .first-section{
        height: 100vh;
    }
}
@media (max-width: 1024px){
    footer .last-section {
        width: 90%;
    }
    .one, .two, .three{
        width: 33%;
    }
    .form-part form .full-name, .phone-number, .time, .date{
        flex-basis: 100%;
    }
}
@media (max-width: 955px){
    .menu-cross-btn{
        display: block;
        transition: all 0.5s ease;
    }
    header{
        height: 70px;
    }
    header nav h3{
        font-size: 1.3em;
    }
    header nav h3 img {
        width: 45px;
    }
    header nav{
        flex-wrap: wrap;
        overflow: hidden;
        transition: all 0.5s ease;
        width: 95%;
        border-radius: 20px;
    }
    header nav.active{
        height: min-content;
    }
    header nav.active .links{
        visibility: visible;
    }
    header nav .links a{
        display: block;
    }
    header nav .links{
        visibility: hidden;
        flex-grow: 1;
        flex-basis: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        height: max-content;
    }
    .sixth-main-flex .map{
        width: 720px;
    }
    .last-section{
        flex-direction: column;
        gap: 3em;
    }
    .last-section .one, .two, .three{
        width: 100%;
    }
    .first-section .login-form{
        flex-direction: column;
        margin-top: 85px;
    }
    .first-section .login-form .form-part{
        width: 100%;
    }
}

@media (max-width: 426px){
    .last-section{
        gap: 2em;
    }
    .first-section .login-form .form-part{
        padding: 25px 15px;
    }
    .first-section .login-form{
        width: 90%;
    }
    .form-part form {
        gap: 0.7em;
    }
}
@media (max-width: 376px) {
    header nav{
        padding: 15px;
    }
    header nav h3 {
        font-size: 1.1em;
    }
    header nav h3 img {
        width: 40px;
    }
    .form-part h2 {
        font-size: 1.6em;
    }
}