@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

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

:root {
    --primary-color:rgb(69, 68, 68);
    --secondary-color:rgb(160, 160, 160);
    --accent-color:rgb(233, 112, 36);
}


.center {
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}

.right {
    position:absolute;
    right: 7rem;
}

body {
    font-family:'Rubik', 'Times New Roman', Times, serif;
    line-height:1.5;
}

p {
    font-size: 20px;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight:100;
    font-size: 18px;
}

header {
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    height: 70px;
    text-transform: uppercase;
    padding: 0 1.5rem 0 70px;
}

header a {
    font-size: 20px;
    font-weight:400;
    padding:.5rem;
    color: #222;
}

.social-media a {
    color:#555;
    padding:.5rem;
}

.menu-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    height:20px;
    width:40px;
}

.menu-btn-burger {
    width:20px;
    height:2px;
    background: black;
    transition: all .4s ease-in-out;
}

.menu-btn-burger::before,
.menu-btn-burger::after {
    content:'';
    position:absolute;
    width: 20px;
    height:2px;
    background:black;
    transition: all .4s ease-in-out;
}

.menu-btn-burger::before  {
    transform: translateY(-10px);
}

.menu-btn-burger::after  {
    transform: translateY(10px);
}

.menu-btn:hover {
    cursor:pointer;
}

.social-media a:hover {
    cursor:pointer;
}

.menu-header {
    height:3rem;
    display:flex;
    flex-direction:row;
    gap:2rem;
    font-size: 12px;
    font-weight:100;
    padding-left:5rem;
    width:100%;
    height:0rem;
    opacity:0;
    background:#fff;
    position:absolute;
    display:none;
}

.menu-header a{
    text-transform:capitalize;
    color:var(--accent-color);
    text-decoration: none;
}

.menu-header a:hover{
    cursor: pointer;
    color:var(--secondary-color);
}

/* HAMBURGER MENU BUTTON */
.menu-header.open {
    display:flex;
    justify-content:space-around;
    height:3rem;
    opacity:1;
    z-index:10;
    padding:1em;
}

.menu-btn.open .menu-btn-burger {
    background: transparent; 
}

.menu-btn.open .menu-btn-burger::before {
    transform: rotate(45deg);
}

.menu-btn.open .menu-btn-burger::after {
    transform: rotate(-45deg);
}

/* HERO SECTION */
.hero {
    top:5rem;
    color: #fff;
    width:100%;
    height: 500px;
    background-image:url('../images/burger.jpg');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    padding:5rem 70px;
    padding-right:2rem;
}

.hero h1 {
    text-transform:uppercase;
    font-size: 60px;
}

.hero p {
    margin-bottom:50px;
}

.our-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width:120px;
    color: #fff;
    background: var(--primary-color);
    transition: all .3s;
}

.our-menu:hover {
    color:var(--primary-color);
    background:#fff;
}

/* SECTION ONE & TWO */
.section-one-wrapper{
    display:flex;
    flex-direction:row;
    justify-content: center;
    width:100%;
}

.section-one {
    display:flex;
    max-width: 1000px;
    margin: 100px 70px 70px 70px;
    gap: 50px;
}

.section-one-image {
    height:40vw;
    object-fit: contain;
}

.section-content h3 {
    font-size:25px;
    font-weight:300;
    font-style:italic;
    color:var(--accent-color);
    padding-top:3rem;
    margin-bottom: 1rem;
}

.section-content h2{
    text-transform:uppercase;
    font-size:30px;
    margin-bottom: 1rem;
}

.section-content p {
    font-weight:100;
    color:var(--secondary-color);
    margin-bottom: 5rem;
}

.section-content a {
    font-family:'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight:100;
    text-align:center;
    padding: .5rem;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.section-content a:hover {
    color:#fff;
    background:var(--primary-color);
    transition: .4s;
}

/* SECTION TWO */
.container {
    height:600px;
    width: 100%;
    background: url('../images/burger-two.jpg') center center/cover;
}

.container::before{
    content:'';
    position:absolute;
    height: 600px;
    width: 100%;
    background:#000;
    opacity:.5;
}

.container .section-content {
    position:absolute;
    margin-top: 5rem;
    right:8rem;
}

.container h2 {
    color:#fff;
}

.menu-item {
    display:flex;
    justify-content: space-between;
    font-size: 18px;
    color:var(--accent-color);
    margin-bottom:1rem;
}

/* -- FRENCH FRIES -- */
.french-fries {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    height: 700px;
}

.potatoes {
    position:absolute;
    left: -1000px;
    width:100%;
    margin-top: -200px;
    z-index:-1;
}

.french-fries-content {
    margin-top: 100px;
    width:70vw;
}

/* -- FRESHEST INGREDIENTS --*/

.ingredients-banner {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    height:300px;
    width:100vw;
    color:#fff;
    font-size:30px;
    background:url('../images/onions.jpg') no-repeat center center/cover;
    background-attachment:fixed;
    padding:0;
    margin:0;
}

.ingredients-banner::before {
    content:"";
    position:absolute;  
    height:300px;
    width:100%;
    background:grey;
    opacity: .5;
} 

.ingredients-text {
    text-transform: uppercase;
    z-index:1;
}

.location-wrapper{
    margin-top:-3rem;
}

/* location-and-time */
#location-and-time {
    display:flex;
    flex-direction:column;
    justify-content: center;
    text-align:center;
}
#location-and-time h3 {
    margin-top:3rem;
}

#location-and-time h2 {
    color:var(--primary-color);
}

.days-and-time-wrapper {
    display:flex;
    flex-direction:row;
    justify-content: center;
}

.days-and-time, 
.address-and-phone {
    font-weight:100;
    display:flex;
    flex-direction:column;
    padding:2rem;
}

.days {
    color:var(--accent-color);
    margin-bottom:.5rem;
}

.location-container {
    display:flex;
    justify-content: space-around;
    align-items:center;
    margin:100px auto;
}

.address-and-phone {
    width: 50%;
    text-align:left;
    line-height:1.8;
}

.map-container{
    width:100%;
    height:250px;
    overflow:hidden;
}

/* FOOTER */
footer {
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:vw;
    height:80px;
    background:rgb(191, 191, 191);
    padding-left:22%;
    padding-right:22%;
}

footer a {
    text-decoration:none;
    color: black;
    margin:5%;
}

/* MENU PAGE */
.menu-page-container {
    padding:3rem 5rem 0 5rem;
    width:100%;
    height: 900px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    text-align:center; 
}

.menu-page-header h1{
    text-transform: uppercase;
}

.menu-page-container h2{
    font-weight:100;
}

.menu-page-container p{
    font-weight:100;
    font-style:italic;
    padding-bottom:2rem;
    color:var(--secondary-color);
}

.dark {
    color: black;
    font-weight:100;
    font-style:normal;
}


/* ABOUT PAGE */
.wrapper-about {
    padding:0;
}
.about-container {
    width:100%;
    padding: 5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align: center;
    padding-top:3rem;
    padding-bottom:200px;
}

.about-container h1{
    text-transform: uppercase;
    font-weight:400;
    padding-bottom: 1rem;
}

.about-container p{
    color:var(--secondary-color);
    font-weight:100;
    padding-bottom:2rem;
}

.about-content {
    display:flex;
    flex-direction:row;
    justify-content:center;
    gap: 2rem;
}

.about-container h2 {
    text-transform: uppercase;
    font-weight:300;
    padding-top:2rem;
    padding-bottom:2rem;
}

/* REVIEW SECTION */
.review-header{
    font-size:25px;
    padding-bottom:1rem;
    color:var(--secondary-color);
    font-weight:300px;
}

.review-wrapper {
    width:100vw;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding-top:100px;
}

.review-container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    background:url('../images/wall.jpg');
    width:100%;
    background-attachment:fixed;
}

.review-box {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:600px;
    color:#fff;
    z-index:1;
    padding:1rem;
    font-weight:100;
}

.review-box p::before,
.review-box p::after
{
    content:'"';
}

.review-container img{
    width:100px;
    height:100px;
    border-radius:50%;
    margin-bottom:1.5rem;
}

/* MEDIA QUERIES */
@media(max-width:1120px){
    .french-fries-content {
        width: 600px;
    }
}

@media(max-width:926px){
    .french-fries-content {
        width: 400px;
    }
    .french-fries {
        height:850px;
    }
}

@media(max-width:780px){
    .potatoes {
        display:none;
    }

    .french-fries {
       margin-top: -5rem;
    }

    .french-fries-content {
        width:100vw; position:static;
        padding: 3rem;
    }
}

@media(max-width:765px){
    .section-one {
        flex-direction:column;
        margin:0;
        padding:2rem;
    }

    .section-one-image{
        width:100%;
        height:400px;
        object-fit:cover;
    }

    .section-one p{
        margin-bottom:2rem;
    }    
}

@media(max-width:669px){
    .section-content p{
        font-size:16px;
    }
}

@media(max-width:641px){
    .hero {
        padding-left:1rem;
        padding-top:2.5rem;
    }
    .hero p {
    font-size: 16px;
    }
    .hero h1 {
        font-size: 50px;
    }
    footer a{
        font-size:14px;
    }
    .review-box{
        width:100vw;
        display:flex;
    }
    .menu-btn {
        position:absolute;
        left:0;
    }
    .about-container {
        padding-inline: 10px;

    }
}

@media(max-width:518px){
    .menu-header a {
        font-size:14px;
    }

    .hero {
        padding-left: 1rem;
    }
}

/* MEDIA QUERIES FOR MENU PAGE */
@media(max-width:697px){
    .menu-page-container{
        font-size:14px;
        height:100%;
    }
}

/* MEDIA QUERIES FOR ABOUT PAGE */
@media(max-width:770px){
    .about-content {
        flex-direction:column;
    }
    .about-box {
        width:100vw;
        height: 200px;
        margin-bottom:60%;
    }

    footer {
        margin-top:0rem;
    }
}