@import
url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,700&display=swap");


body{
    margin: 0;
	padding: 0;
    height: 100vh;
    font-family: "Roboto", sans-serif;;
}

header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 20vh;
    padding: 20px 40px;
    background-color: #090c9b;
    color: #fbfff1;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

header a{
    color: #fbfff1;
    transition: 0.4s;
}

.header a:hover{
    color: #b4c5e4;
}
.logo{
    height: 100px;
    padding-bottom: 1px;
} 

.navbar{
    display: flex;
    justify-content: space-between;
    padding: 5px;
    padding-left: 400px;
    gap: 5px;
}

.nav-link{
    padding: 10px;
    align-items: center; 
}

.nav-link a{
    text-decoration: none;
    color: #b4c5e4;
    transition: 0.4s;
}

.nav-link a:hover{
    color: #fbfff1;
    border-bottom: 2px solid #fbfff1;
}
.login-btn{
    padding-right: 10px;
    align-items: center;
}
.btn{
    background-color: #fbfff1;
    color: #090c9b;
    font-size: 15px;
    border:2px solid #b4c5e4;
    border-radius: 9px;
    cursor: pointer;
    padding: 10px 20px;
    width: 100px;
}
.btn:hover{
    background-color: skyblue;
    color: #fbfff1;
    border:2px solid #fbfff1;
    transition: .6s;
}
.logout-btn{
    padding-right: 200px;
    align-items: center;
}
.btn{
    background-color: #fbfff1;
    color: #090c9b;
    font-size: 15px;
    border:2px solid #b4c5e4;
    border-radius: 9px;
    cursor: pointer;
    padding: 10px 20px;
    width: 120px;
}
.btn:hover{
    background-color: skyblue;
    color: #fbfff1;
    border:2px solid #fbfff1;
    transition: .6s;
}

/* pop-up container */
.active.login-btn{
    filter: blur(5px) brightness(.7);
}

.popup-container{
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    background-color: #090c9b;
    width: 400px;
    height: 300px;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all .7s;
}


h1{
    font-size: 30px;
    margin: 10px 0;
    font-family: sans-serif;
    color: #b4c5e4;
    padding-left: clamp(10px, 4vw, 140px);
}

label{
    color: #b4c5e4;
    font-size: 20px;
    font-family: sans-serif;
}

.popup-btn{
    background-color: #fbfff1;
    color: #090c9b;
    border:2px solid #b4c5e4;
    padding: 10px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 10px;
}

.popup-btn:hover{
    background-color: skyblue;
    color: #fbfff1;
    border:2px solid #fbfff1;
    transition: .6s;
}

.input{
    border: 1px ;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
    font-size: 15px;
}

.close-icon{
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #b4c5e4;
}

.close-icon:hover{
    color: #fbfff1;
}

.active.popup-container{
    visibility: hidden;
    opacity: 0;
    top: 10%;

}

p{
    color: #b4c5e4;
}

p a{
    color: #fbfff1;
    text-decoration: none;
    transition: .2s;
}

p a:hover{
    color: black;
}

/* hero */
.hero-section {
    height: 50vh;
	margin: 2px auto;
    background-image: url(./images/robynne-hu-HOrhCnQsxnQ-unsplash.jpg);
    padding: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section > .top-heading {
    padding: 10px 2px;
    padding-right: 50px;
    background-color:  #11122b;
    color: #fbfff1;
    width: 390px;
    border-radius: 2px;
}

.hero-section > .bottom-heading {
    background-color: #b4c5e4;
    color: #11122b;
    padding: 1px 20px;
    margin-top: 15px; 
    width: 107px;
    border-radius: 2px;
}
/* footer */
footer{
    height: 100px;
	width: 99.2%;
    background-color: #090c9b;
    padding: 5px;
    text-align: center;
    margin: 1px;
}

.logo-footer{
    width: 90px;
}

/* contact */
.contact {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.contact h2 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 30px;
    color: #11122b;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.contact-form-container {
    max-width: 40.75rem;
    background-color: #090c9b;
    margin: 0 auto;
    padding: 0.938rem;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 1.9);
}
.contact-form-container label {
    line-height: 2.7rem;
    font-weight: bold;
    color: #b4c5e4;
    font-family: sans-serif;
}
.contact-form-container textarea {
    min-height: 6.25rem;
    font-size: 14px;
    font-family: sans-serif;
}
.contact-form-container .input-field {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: none;
    border: 2px outset rgba(0, 0, 0, 0.3);
    font-size: 0.87rem;
    outline: none;
}
.input-field::placeholder {
    padding: 0.5rem;
    color: #b4c5e4;
}
.submit-btn {
    width: 70%;
    padding: 6px;
    margin: 10px 10px;
    margin-left: 100px;
    background-color: #fbfff1;
    border: 2px solid #b4c5e4;
    color: #090c9b;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    transition: .3s;
}
.submit-btn:hover {
    background-color: #b4c5e4;
    border: 2px solid #fbfff1;
    cursor: pointer;
}


/* about */
/* page container */
.page-container {
    margin: 0;
    display: flex;
    justify-content: center;
}
.page-container > .content-wrapper {
    width: auto;
}
.page-container > .content-wrapper > #chef {
    width: 350px;
    margin: 23px 40px 20px 0px;
    float: left;
    border: 1px solid #b4c5e4;
    border-radius: 6px;
}
.page-container > .content-wrapper p {
    letter-spacing: 1px;
    line-height: 30px;
    color: #11122b;
}

/* @media screen and (max-width:768px) {
    body{
        width: 100%;
        margin: 2px;
        padding: 3px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #11122b;
    } 
    header{
        width: 100%;
        height: 30px;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    footer{
        width: 100%; 
        height: 120px;
        background-color: #090c9b;
        padding: 5px;
        text-align: center;
        margin: 1px;
    }
    .login-btn{
        padding-left: 200px;
        align-items: center;
        height: 50px;
    }
    .navbar{
        margin: 1px;
        padding: 6px;
    }
    .hero-section{
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    .top-heading{
        height: 70px;
        width: 100px;
    }
    .top-heading h1{
        font-size: 20px;

    }
    .popup-container{
        position: fixed;
        left: 40%; 
        transform: translate(-50%);
        background-color: #090c9b;
        width: 380px;
        height: 320px;
        top: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        opacity: 1;
        transition: all .7s;
    }
} */
@media screen and (max-width:600px) {
    header {
        /* position: sticky; */
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 60px;
        background-color: #090c9b;
        color: #fbfff1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
      }
    
      header a {
        color: #fbfff1;
        transition: 0.4s;
      }
    
      .header a:hover {
        color: #b4c5e4;
      }
    
      .logo {
        height: 40px;
        padding-bottom: 5px;
      }
      .navbar {
        display: flex;
        justify-content: space-around;
        padding: 5px;
        gap: 5px;
      }
    
      .nav-link {
        padding: 10px;
        align-items: center;
      }
    
      .nav-link a {
        text-decoration: none;
        color: #b4c5e4;
        transition: 0.4s;
      }
    
      .nav-link a:hover {
        color: #fbfff1;
        border-bottom: 2px solid #fbfff1;
      }
    
      .login-btn,
      .logout-btn {
        padding-right: 10px;
        align-items: center;
      }
    
      .btn {
        background-color: #fbfff1;
        color: #090c9b;
        font-size: 15px;
        border: 2px solid #b4c5e4;
        border-radius: 9px;
        cursor: pointer;
        padding: 10px 10px;
        width: 100px;
      }
    
      .btn:hover {
        background-color: skyblue;
        color: #fbfff1;
        border: 2px solid #fbfff1;
        transition: .6s;
      }
      .active.login-btn {
        filter: blur(5px) brightness(0.7);
      }
    
      .popup-container {
        position: fixed;
        left: 50%;
        transform: translate(-50%);
        background-color: #090c9b;
        width: 90%;
        height: 300px;
        top: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        opacity: 1;
        transition: all 0.7s;
      }
    
      h1 {
        font-size: 30px;
        margin: 10px 0;
        font-family: sans-serif;
        color: #b4c5e4;
        padding-left: 10%;
      }
    
      label {
        color: #b4c5e4;
        font-size: 20px;
        font-family: sans-serif;
      }
    
      .popup-btn {
        background-color: #fbfff1;
        color: #090c9b;
        border: 2px solid #b4c5e4;
        padding: 10px;
        font-size: 25px;
        cursor: pointer;
        border-radius: 10px;
      }
    
      .popup-btn:hover {
        background-color: skyblue;
        color: #fbfff1;
        border: 2px solid #fbfff1;
        transition: 0.6s;
      }
    
      .input {
        border: 1px;
        padding: 5px;
        margin: 5px 0;
        border-radius: 5px;
        font-size: 15px;
      }
    
      .close-icon {
        position: absolute;
        right: 20px;
      }
      .captcha-form input {
        width: 70%;
        border: 1px;
        padding: 5px;
        margin: 5px 0;
        border-radius: 5px;
        font-size: 15px;
      }
    
      .captcha-refresh {
        color: black;
        border: 2px solid #b4c5e4;
        margin-bottom: 1px;
        border-radius: 3px;
        height: 28px;
        text-align: center;
        width: 8%;
        cursor: pointer;
      }
    
      .captcha-refresh:hover {
        background-color: skyblue;
        color: black;
        border: 2px solid #fbfff1;
        transition: 0.6s;
      }
}
@media screen and (max-width : 420px){
    *{
        margin: 2px;
        padding: 1px;
        box-sizing: border-box;
    }
    body{
        height: max-content;
        padding: revert-layer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        
    }
	header {
    	height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        justify-items: center;
        align-items: center;
        text-align: center;
}
    .navbar{
        display: flex;
    	flex-direction: column;
        justify-items: center;
        padding: 1px;
        padding-left: 31px;
        gap: 1px;
    }
    .nav-link{
        margin: 1px;
        padding: 2px;
        padding-top: 11px;
        text-align: center;
    }
	.popup-container{
    	height: 320px;
	}
	.popup-container p{
	font-size: x-small;
    display: flex;
    justify-content: space-evenly;
	}
	.hero-section > .top-heading {
    padding: 5px 2px;
    padding-right: 20px;
    width: 90%;
	}
	.hero-section {
    padding: 1px;
    height: 400px;
	width: 100%;
	}
	 h1 {
	padding: 5px;
	}
    .logout-btn{
        height: 15px;
    }
    .login-box{

        height: 415px;
        margin-top: 10px;
    }
    .login-box .signup {
        margin: 2px;
    }
    .login-container{
        padding-top: revert-layer;
    }
    .alert{
        margin-top: 10px;
    }
    .container{

    }
    aside{
        width: 60px;
 
    }
    .link-btn {
        width: 100px;
        height: 30px;

    }
    table{
        width: 100%;
        height: 20vh;
        font-size: 13px;
        border-collapse: collapse;
    }
    td, th{
        width: 55px;
        padding: 2px;
        word-wrap: break-word;
        max-width: 200px;
        white-space: normal;
    }
    .navbar-p{
        gap: 5px;
        width: 70px;
    }
    footer{
        width: 100%;
    	height: 20vh
    
    }
    .user-logo{
       height: 50px; 
    }
    main{
        width: 300px;
    }
    .card{
        width: 300px;
    }
    .contact-form-container{
        margin-top: 260px;
    }
	.submit-btn{
		margin: 0;
    	width: 100%;
	}

}