* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.outer {
    width: 100vw;
}

section {
    width: 100%;
}

:root {
    --head-color: #318080;
    --text-color: #DDDDDD;
    --order-color: #F1C31D;
    --second-color: #E55A23;
    --white-color: #FFFFFF;
    --TEM-TEXT: #7a7a7a;
}

nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav-div {
    background-color: var(--head-color);
    width: 100%;
    height: 122.54px;
    display: flex;
    justify-content: center;
    gap: 5rem;
    align-items: center;
}

.nav-div-img {
    width: 8rem;
    height: 3.5rem;
    filter: drop-shadow(1.4px 1px 0px black);
}

/* The menu icon changer */
#check-nav {
    display: none;
}

.nav-label {
    display: none;
    cursor: pointer;
    z-index: 100;
    padding: 1rem;
}

ul {
    display: flex;
    gap: 1rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: var(--text-color);
}

.nav-div>:nth-child(5) {
    cursor: pointer;
    text-align: center;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 8rem;
    background-color: var(--order-color);
    height: 2.5rem;
}

li {
    transition: 0.28s ease-in-out;
    cursor: pointer;
}

.ul_list_work a {
    text-decoration: none;
    color: var(--text-color);
}

.ul_list_work a:hover {
    color: var(--order-color);
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.hero-section img {
    width: 100%;
    height: 40rem;
    filter: brightness(120%);
    filter: contrast(120%);
}

.info-section {
    width: 100vw;
}

.info-div {
    position: relative;
    bottom: 4.2px;
    background-color: #f4e4d4;
    display: flex;
    padding-top: 4rem;
    justify-content: center;
    align-items: center;
}

.img-div img {
    width: 38vw;
}

.info-part {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.head-style {
    font-weight: 700;
    font-size: 1.675rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.info-part>:nth-child(2) {
    font-weight: bolder;
    font-size: 3.6rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: var(--second-color);
}

.info-part>:nth-child(3) {
    color: var(--TEM-TEXT);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.22rem;
}

.knowledge {
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12vw;
    height: 7.5vh;
    color: var(--white-color);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: var(--second-color);
    border-radius: 29px;
    margin-bottom: 9px;
    transition: 0.28s ease-in-out;
    cursor: pointer;
}

.knowledge:hover {
    background-color: var(--order-color);
}

/* MENU Section */
.most-outer-part {
    position: relative;
    bottom: 4.2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
    background-color: #f4e4d4;
    align-items: center;
}

.first-menudiv {
    display: flex;
    align-items: center;
    width: 55vw;
    height: 25vh;
    background-color: var(--second-color);
    justify-content: space-evenly;
    text-align: center;
    border-radius: 10px;
}

.people-view>:nth-child(1) {
    font-size: 3.275rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: var(--white-color);
}

.people-view>:nth-child(2) {
    font-size: 1.6rem;
    color: var(--white-color);
}

.first-sep {
    width: 0.8px;
    height: 60%;
    background-color: var(--white-color);
}

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

.Second-head {
    color: var(--second-color);
    font-size: 4.42rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.third-menudiv {
    display: flex;
    gap: 12px;
}

.menu-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 19vw;
    background-color: var(--white-color);
    height: auto;
    border-radius: 18px;
    text-align: center;
    transition: 0.28s ease-in-out;
}

.change-menu>:nth-child(2) {
    margin-top: 41px;
}

.change-menu>:nth-child(3) {
    margin-top: 48px;
}

.change-menu2>:nth-child(2) {
    margin-top: 28px;
}

.change-menu2>:nth-child(3) {
    margin-top: 48px;
}

.menu-burger>:nth-child(1) {
    width: 13vw;
    filter: drop-shadow(1px 3px 7px grey);
}

.row-sep {
    height: 1.6px;
    width: 15%;
    background-color: var(--second-color);
}

.menu-burger>:nth-child(3) {
    color: var(--second-color);
    font-size: 1.2rem;
}

.menu-burger>:nth-child(4) {
    color: var(--TEM-TEXT);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.22rem;
}

.menu-burger:hover {
    background-color: var(--second-color);
    color: var(--white-color);
}

.menu-burger:hover .menu-span {
    color: var(--white-color);

}

.menu-burger:hover .menu-h2 {
    color: var(--white-color);

}

.menu-burger:hover .row-sep {
    background-color: var(--white-color);

}

/* BEVEREGES */
.bevereges {
    margin-top: 4px;
}

.bevereges img {
    width: 100%;
}

.user-choice {
    margin-top: 4px;
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    text-align: center;
    background-color: #f4e4d4;
}

.uc-div1 {
    display: flex;
    flex-direction: column;
}

.uc-div2 {
    display: flex;
    width: 70vw;
    justify-content: space-between;
}

.uc-menu {
    display: flex;
    flex-direction: column;
    gap: 1.122rem;
}

.uc-menu>:nth-child(1) {
    cursor: pointer;

    width: 100px;
}

.uc-menu>:nth-child(2) {
    cursor: pointer;
    font-weight: bolder;
    transition: 0.2s ease-in-out;
}

.uc-menu>:nth-child(1):hover {
    animation: Shake 1.5s ease-in-out;
}

@keyframes Shake {
    0% {
        transform: rotateZ(0deg);
    }

    33.33% {
        transform: rotateZ(5deg);
    }

    66.66% {
        transform: rotateZ(-10deg);
    }

    99.99% {
        transform: rotateZ(0deg);
    }
}

.uc-menu>:nth-child(2):hover {
    color: var(--second-color);
}

.user-choice>:nth-child(3) {
    display: flex;
    justify-content: baseline;
    color: var(--TEM-TEXT);
    width: 70vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.1rem;
}

/* GALARY */
.galary {
    background-color: #f4e4d4;
    /* border: 2px solid green; */
    display: flex;
    padding-top: 6.5rem;
    height: 55rem;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}

.gal1 {
    display: flex;
    gap: 10px;
}

.gal2 img {
    width: 32rem;
    height: 17rem;
}

.inquiry-section {
    position: relative;
    bottom: 5px;
    background-image: url("https://wataburger.in/wp-content/uploads/2022/10/Enquiry-form-BG.png");
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.inquiry-section>:nth-child(1) {
    color: var(--text-color);
    font-size: 2.2rem;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.inquiry-section>:nth-child(2) {
    width: 14vw;
    height: 6.5vh;
    background-color: var(--order-color);
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bolder;
    font-size: 1.2rem;
    cursor: pointer;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.call-num {
    display: flex;
    flex-direction: column;
    width: 20vw;
}

.footer {
    position: relative;
    bottom: 4.8px;
    height: 45rem;
    background-color: var(--head-color);
}

.f-div1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
}

.f-div {
    background-color: var(--white-color);
    width: 43vw;
    height: 2px;
}

.f-div2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-div2>:nth-child(1) {
    padding-top: 2rem;
    color: var(--white-color);
    font-size: 1.4rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.f-div3 {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}

.f-div3-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f-div3-1>:nth-child(1) {
    color: var(--white-color);
    font-size: 2.1rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.footer-icons {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: var(--text-color);
    font-size: 1.8rem;
    filter: contrast(130%);
    filter: drop-shadow(2px 2px 4px black);
}

.icon-class {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    width: 3rem;
    height: 3rem;
    background-color: var(--order-color);
    transition: 0.28s ease-in-out;
    cursor: pointer;
}

.icon-class:hover {
    background-color: var(--second-color);
}

.f-div3-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
    align-items: center;
}

.div2-input {
    padding-left: 2rem;
    width: 35vw;
    height: 7.5vh;
    border-color: transparent;
    border-radius: 13px;
}

.f-div3-2>:nth-child(3) {
    padding-left: 2rem;
    width: 35vw;
    height: 8rem;
    border-color: transparent;
    border-radius: 10px;
}

.div2-input:hover {
    border: 1px solid black;
}

.f-div3-2>:nth-child(3):hover {
    border: 1px solid black;
}

.f-div3-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    align-items: center;
}

.f-div3-3>:nth-child(1) {
    padding-top: 2rem;
    color: var(--white-color);
    font-size: 2.1rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.f-div3-img {
    width: 6rem;
    height: 2rem;
}

.outer-send-div {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.send-div {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    justify-content: center;
    width: 11.5vw;
    height: 3.5rem;
    background-color: var(--order-color);
    color: var(--white-color);
}

.last-section {
    background-color: #236863;
    position: relative;
    bottom: 4.7px;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.ls-ul>:nth-child(1) {
    color: var(--TEM-TEXT);
}

.ls-ul li:hover {
    color: var(--TEM-TEXT);
}

.last-section>:nth-child(2) {
    color: var(--text-color);
}

/* Media Quiery */

@media only screen and (min-width:1300px) {
    .nav-div {
        justify-content: space-evenly;
    }

    li {
        font-size: 1.1rem;
    }

    .nav-div>:nth-child(5) {
        font-size: 1.7rem;
        width: 14rem;
        height: 2.9rem;
    }

    .first-menudiv {
        height: 20vh;
        width: 64vw;
    }

    .head-style {
        font-weight: 800;
        font-size: 2.5rem;
    }

    .info-div {
        gap: 1.26rem;
    }

    .img-div img {
        width: 40vw;
    }

    .knowledge {
        width: 12vw;
        height: 4.5vh;
    }

    .info-part {
        gap: 2rem;
    }

    .info-part>:nth-child(3) {
        font-size: 1.45rem;
    }

    .most-outer-part {
        padding-top: 1.5rem;
    }

    .last-section {
        height: 14rem;
    }

    .last-section>:nth-child(2) {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:1075px) {
    .img-div img {
        width: 25rem;
        height: 30rem;
    }

    .outer {
        width: 66.975rem;
    }

    .knowledge {
        width: 15.5vw;
    }

    .menu-burger {
        width: 25vw;
    }

    .first-menudiv {
        width: 68.5vw;
    }

    .uc-div2 {
        width: 58.5rem;
    }

    .user-choice>:nth-child(3) {
        width: 58.5rem;
    }

    .gal3 img {
        width: 20rem;
        height: 12rem;
    }

    .inquiry-section {
        padding-top: 1rem;
    }

    .inquiry-section>:nth-child(2) {
        width: 10.5rem;
        height: 2.3rem;
    }

    .f-div {
        width: 28.5rem;
    }

    .f-div3-2>:nth-child(3) {
        height: 5rem;
    }

    .send-div {
        height: 2.2rem;
    }
}

@media only screen and (max-width:780px) {
    .img-div img {
        width: 25rem;
        height: 30rem;
    }

    li {
        font-size: 1.2rem;
    }

    .nav-div {
        justify-content: space-around;
        position: relative;
    }

    .nav-label {
        display: block;
    }

    ul {
        margin-top: 12px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .menu-burger>:nth-child(1) {
        width: 9rem;
        filter: drop-shadow(1px 3px 7px grey);
    }

    /* Home about... div */
    .ul_list_work {
        border: 2px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.97;
        background-color: rgba(128, 128, 128, 0.284);
        position: absolute;
        top: -12rem;
        /* left: 0; */
        z-index: 50;
        width: 66.8rem;
        height: 12rem;
        transition: 0.48s ease-in-out;
    }

    /* Game changer menu icon */
    #check-nav:checked~.ul_list_work {
        top: 0;
    }

    .nav-div-img {
        width: 10rem;
        height: 3.9rem;
    }

    .nav-div>:nth-child(5) {
        width: 10rem;
        font-size: 1.4rem;
        height: 2.7rem;
    }

    .knowledge {
        width: 8.8rem;
        height: 2.2rem;
    }

    .most-outer-part {
        height: 75rem;
        bottom: 4.8px;
    }

    .menu-burger {
        width: 15rem;
        height: 28rem;
    }

    .first-menudiv {
        width: 85vw;
    }

    .inquiry-section {
        height: 52vh;
    }

    .last-section>:nth-child(2) {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:600px) {
    li {
        font-size: 1.75rem
    }

    .nav-div-img {
        width: 18rem;
        height: 5.9rem;
    }

    .nav-div>:nth-child(5) {
        width: 13.5rem;
        font-size: 1.8rem;
        height: 2.9rem;
    }

    .img-div img {
        width: 44rem;
        height: 44rem;
    }

    .info-div {
        flex-direction: column;
        padding-top: 4rem;
        text-align: center;
    }

    .head-style {
        font-size: 2.8rem;
    }

    .info-part>:nth-child(2) {
        font-size: 4.42rem;
    }

    .info-part>:nth-child(3) {
        font-size: 1.8rem;
    }

    .knowledge {
        width: 16rem;
        height: 3.2rem;
        font-size: 1.2rem;
    }

    .first-menudiv {
        margin-top: 2rem;
        width: 48rem;
        height: 10rem;
    }

    .people-view>:nth-child(2) {
        font-size: 1.9rem;
    }

    .most-outer-part {
        height: auto;
        padding-bottom: 2rem;
    }

    .third-menudiv {
        display: flex;
        flex-direction: column;
        gap: 8rem;
    }

    .menu-burger>:nth-child(1) {
        width: 15rem;
        height: 15rem;
    }

    .menu-burger {
        width: 52rem;
        height: 36rem;
    }

    .change-menu>:nth-child(2) {
        width: 15rem;
    }

    .menu-burger>:nth-child(3) {
        font-size: 2.1rem;
    }

    .menu-burger>:nth-child(4) {
        font-size: 1.9rem;
    }

    .uc-menu>:nth-child(1) {
        cursor: pointer;
        width: 10rem;
    }

    .uc-menu>:nth-child(2) {
        font-size: 1.3rem;
    }

    .user-choice>:nth-child(3) {
        font-size: 1.99rem;
    }

    .galary {
        height: 122rem;
        gap: 0.65rem;
    }

    .gal1 {
        display: flex;
        flex-direction: column;
    }

    .gal1 img {
        width: 53rem;
        height: 21rem;
    }

    .inquiry-section>:nth-child(2) {
        width: 15.5rem;
        height: 2.9rem;
        font-size: 1.9rem;
    }

    .div2-input {
        width: 18rem;
        height: 2.9rem;
    }

    .f-div3-2>:nth-child(3) {
        width: 18rem;
        height: 3.5rem;
    }

    .f-div2>:nth-child(1) {
        font-size: 1.9rem;
    }

    .f-div3-1>:nth-child(1) {
        font-size: 2.4rem;
    }

    .f-div3-3>:nth-child(1) {
        font-size: 2.4rem;
    }

    .send-div {
        width: 7rem;
        font-size: 1.9rem;
        height: 2.5rem;
    }

    .f-div3-img {
        width: 15rem;
        height: 3rem;
    }

    .last-section>:nth-child(2) {
        font-size: 1.9rem;
    }
}