@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Roboto&display=swap');

* {
    box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
   clear: both;
}


body {
    margin: 0;
    font-family:Georgia, 'Times New Roman', Times, serif
}



/* ----- nav and main section ----- */
main {
    background-color: lightblue;
    background-image: url('images/main-bg.jpeg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

main  {
    margin: 0;
    padding: 0;
}

nav header {
    background-color: rgba(255,255,255,0.7);
    overflow: hidden;
}

nav img {
    margin: 0;
    width: 20%;
    height: 55px;
    float: left;
}

.hamburger {
    display: none;
}

nav header ul {
    float: right;
    width: 80%;
    margin: 0;
    padding: 4px 0;
}

nav header img + ul li {
    float: right;
    list-style: none;
    padding: 14px 15px;
    margin-left: 0;
}

nav header ul li a {
    text-decoration: none;
    color: black
}

nav ul li a:hover {
    color: orange
}

nav ul li a:nth-of-type(n+7) {
    font-size: 1.5rem;
}

nav section {
    margin: 0 0 0 5%;
    width: 50%;
    overflow-y: hidden;
}

nav section h1 {
    font-size: 4.7rem;
    float: left;
}


nav section form {
    width: 100%;
    background-color: white;;
    height: 50px;
    display: flex;;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    font-size: 1.3rem;
    padding-left: 15px;
    margin: 0;
    overflow: hidden;;
}

nav section form input {
    margin: 0;
    width: 60%;
    height: 40px;
    border: none;
    font-size: 1.2rem;
}

nav form input:focus {
    outline: none;
}

nav section form a {
    padding: 15px 12px;
    background-color: rgb(252, 115, 6);
    color: white;
    height: 50px;
    border-radius: 0 5px 5px 0;
    width: 25%;
    text-align: center;
    text-decoration: none;
    margin: 0;
}

nav section form a:hover {
    background-color: orange;
}

nav section > ul {
    list-style: none;
    float: left;
    width: 80%;
    margin: 5% 0;
    padding: 0;
    color: orange;
}

nav section ul span {
    color: black;
    margin-left: 7px;
}

nav section ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 1.5rem;
    text-align: ;
}





/* ----- section 2  Discover our Restaurant ------ */
#section-2 {
    width: fit-content;
    margin: 0;
}

#about-us {
    background-color: rgba(255,255,255,0.99);
    padding: auto;
    height: fit-content;
    margin-top: 0;
    padding: 5% 50px;
    box-shadow: -100px 0 30px 20px rgba(255, 255, 255, 0.9);
}

main + section {
    height: fit-content;
    background-image: url("images/section-1-bg.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

main + section>section>span:first-of-type {
    color: orange;
    font-size: 1.2rem;
}

main + section>section {
    width: 50%;
    float: right;
}

main + section>section h1 {
    font-size: 2.5rem;
    margin: 15px 0 45px 0;
}


main + section>section p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

main + section>section a {
    display: inline-block;
    justify-content: space-between;
    padding: 15px 0 15px 15px;
    background-color: rgb(252, 115, 6);
    color: white;
    height: 50px;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

main + section>section a span {
    color: white;
    background-color: orange;
    margin-left: 10px;
    padding: 27px;
}





/* ------ section 3 --- 4 food pictures ----- */
#section-3 {
    text-align: center;
    height: fit-content;
    background-color: rgb(239, 244, 245); 
    padding: 80px;
}

#section-3>span {
    color: orange;
    font-size: 1.2rem;
}

#section-3>h1 {
    font-size: 3.8rem;
    margin-top: 20px;
}

#section-3 ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

#section-3 ul li {
    width: 15%;
    font-size: 1.3rem;
    padding: 0 0 15px 0;
}

#section-3 ul a {
    text-decoration: none;
    color: black;
}

#section-3 ul li {
    border-bottom: 2px solid rgb(219, 219, 219);
}

#section-3 ul li:hover {
    border-bottom: 2px solid; 
    color: orange;
}

#section-3 section {
    width: 100%;
    display: flex;
    justify-content: center;
}

#section-3 section div {
    margin: 10px;
    position: relative;
}

#section-3 section div>div {
    position: absolute;
    color: orange;
    width: 100%;
    height: 99%;
    margin: 0;
    top: 0;
    left: 0;
    padding-top: 15%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}

#section-3 section div>div:hover {
    opacity: 1;
    transition: 0.4s;
    cursor: pointer;
}

#section-3 section h1 {
    font-size: 2rem;
    color: white;
}

#section-3 section h2 {
    color: white;
    margin: 5px 0 35px 0;
}

#section-3 section a {
    color: white;
    background-color: orange;
    padding: 15px 20px;
    border-radius: 5px;
}

main + section +  section>section div img {
    width: 200px;
    height: 300px;
    object-fit: cover;
}






/* -------- section 4 CALL NOW and video -------- */
#section-4 {
    background-color: rgb(245,245,245);
    height: fit-content;
    width: 100vw;
    text-align: center;
    padding: 50px 0 0 0
}

#section-4 div {
    width: 100%;
}

#section-4 div>section {
    float: left;
    width: 50%;
}

#section-4>span:first-of-type {
    color: orange;
    font-weight: bolder;
}

#section-4>p {
    font-weight: bolder;
    margin: 25px 0 0 0;
}

#section-4 a {
    color: orange;
    border: 2px solid orange;
    padding: 12px;
    border-radius: 50%;
}

#section-4>h1 {
    font-size: 3.5rem;
    margin: 10px 0 40px 0;
}

#section-4>h2 {
    font-size: 2.0rem;
    color: orange;
    margin: 10px
}

#section-4>section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-4>section a {
    margin: 25px;
}

#section-4 img {
    width: 700px; 
    height: 500px;
    object-fit: cover;
}


/* ----- customer review section ----- */
#testimonials {
    background-color: rgb(215, 215, 215);
    height: 100vh;
    width: 100vw;
    text-align: center;
    padding: 50px 0 0 0
}

#testimonials>span:first-of-type {
    color: orange; 
    font-weight: bolder;
}

#testimonials img {
    border-radius: 50%;;
}

#testimonials h1 {
    font-size: 3.5rem;
     margin: 15px 0 40px 0;
}

#testimonials h3 {
    font-size: 1.3rem;
    margin: 5px;
    font-family: 'Poppins', sans-serif
}

#testimonials h3+p {
    color: grey;
    font-family: 'Poppins', sans-serif
}

#testimonials ul {
    list-style: none;
    color: orange;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
}

#testimonials ul li {
    font-size: 1.2rem;
    margin: 2px;
}

#testimonials p {
    padding: 0 15%;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.9rem;
}



@media only screen and (max-width: 1205px) {
    .title-size {
        font-size: 3.3rem;
    }
}


@media only screen and (max-width: 975px) {
    nav section {
        padding: 50px 0;
        width: 50%;
    }

    nav section form a {
        width: 100px;
        font-size: 1rem;
    }
}




@media only screen and (max-width: 815px) {
    h1:first-of-type {
        font-size: 2.0rem;
    }

    img {
        width: 50%;
    }

    main {
        height: 80vh;
    }

    header {
        height: 50px;
    }

    header ul {
        display: none;
    }

    .hamburger {
        font-size: 1.5rem;
        display: inline-block;
        float: right;
        padding: 10px 15px;
    }

    .hamburger:hover {
        cursor: pointer;
        color: orange;
        transition: 0.1s;
    }
    
    nav img {
        width: 125px;
        height: 50px;
    }

    nav img + ul li {
        padding: 2px 4px;
        font-size: 0.9rem;
    }

    nav section form, nav section input::placeholder {
        font-size: 1rem;
    }

    nav section {
        padding: 50px 0;
        width: 70%;
    }

    nav section form {
        width: 100%;
        height: 35px;
    }

    nav section form a {
        width: 100px;
        font-size: 0.8rem;
    }

    nav section ul li {
        font-size: 1rem;
    }


    /* ----- about us section 2 ----- */

    main + section {
        background-position-x: 0;
    }

    main > section {
        background-position: center;
        height: fit-content;
        padding: 50px 0;

    }

    main + section>section p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    main + section>section a {
        height: 40px;
        padding-top: 12px;
    }

    #about-us {
        background-color: rgba(255,255,255,0.8);
        box-shadow: none;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 55px 35px;
    }



    /* ------ section 3 Our specialty ----- */
    #section-3 {
        width: 100vw;
        padding: 60px 10px; 
        height: fit-content
    }
    
    #section-3>h1 {
        font-size: 2.5rem;
    }

    #section-3 ul {
        width: 100%;
        padding: 0;
    }

    #section-3 ul li {
        width: 40%;
        margin: 0;
    }

    #section-3 section {
        flex-wrap: wrap;
    }


    /* -------- CALL NOW section 4 ------ */
    #section-4 {
        padding: 50px 0;
        height: fit-content;
    }
    
    #section-4>h1 {
        font-size: 2.5rem;
    }

    #section-4>h2 {
        font-size: 1.5rem;
    }

    #section-4 img {
        width: 100%;
        height: 50vh;
    }

    #section-4>section {
        position: relative;
    }

    #section-4>section a {
        position: absolute;
        bottom: -50px;
        background-color: orange;
        color: white
    }

    .left-arrow {
        left: 25px;
    }
    .right-arrow {
        right: 25px;
    }




    /* -------- testimonials section ------ */
    #testimonials h1 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    #testimonials img {
        width: 80px;
        margin-top: 15px;
    }

    #testimonials p {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 15px;
    }


    




    
}
