@import url('https://fonts.googleapis.com/css2?family=Jomhuria&family=Jomolhari&display=swap');

input,
textarea,
select,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-decoration: none;
    outline: none;
    list-style: none;
}

a,
a:hover,
a:focus,
*:focus-visible {
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    border: none;
}

button:focus,
input:focus {
    box-shadow: none !important;
}

button {
    cursor: pointer;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#logo {
    width: 20%;
}

nav ul {
    padding: 0;
    margin-right: 93px;
}

ul {
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Jomhuria', serif;
    font-family: 'Jomolhari', serif;
}

#logo h1 {
    font-family: 'Jomhuria', serif;
    font-size: 95px;
    color: #FF9C00;
}

nav ul li a {
    font-family: 'Jomolhari', serif;
    font-size: 14px;
    color: white;
}

#shop {
    width: 35px;
    height: 35px;
    background: #FF9C00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: black;
}

#fixed-logo {
    width: 2%;
    top: 46%;
    left: 20px;
}

#profile {
    width: 35px;
    height: 35px;
    background: #FF9C00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: black;
}

.fb {
    background: #FF9C00;
    padding: 7px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
}

.youtube {
    background: #FF9C00;
    padding: 7px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
}

#banner {
    background: url(images/adrien-olichon-ilVYjf0J378-unsplash.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
}

.whatsapp {
    background: #FF9C00;
    padding: 7px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
}

#mid-content1 h1 {
    font-family: 'Jomhuria', serif;
    font-size: 55px;
    color: #FF9C00;
    line-height: 44px;
}

#mid-content1 p {
    font-family: 'Jomolhari', serif;
    font-size: 18px;
    line-height: 24px;
    color: white;
}

#mid-content1 {
    width: 45%;
    margin: 10px;
    margin-left: 20px;
    animation: text 0.3s ease-in;
}

@keyframes text {
    to {
        position: absolute;
        right: 0;
    }

    from {
        position: absolute;
        right: 200px;
    }
}

#chef {
    width: 55%;
    margin: 0 auto;
    animation: chef 0.6s ease-in;
}

@keyframes chef {
    to {
        margin-left: 200px;
    }

    from {
        margin-left: 00px;
    }
}

#mid-content2 h1 {
    font-family: 'Jomhuria', serif;
    font-size: 162px;
    color: #FF9C00;

}

#mid-content2 p {
    font-family: 'Jomolhari', serif;
    font-size: 30px;
    margin-top: -38px;
    color: white;
}

#mid-content2 {
    text-align: center;
}

#burgar {
    width: 78%;
    margin: 0 auto;
    animation: top-down 0.6s ease-in;
}

@keyframes top-down {
    to {
        margin-right: 50px;
    }

    from {
        margin-right: 00px;
    }
}

#burgar img {
    width: 100%;
    margin-top: 98px;
}

.order-menu-head h1 {
    color: #FF9C00;
    font-family: Jomhuria;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

#nav-icon {
    display: none;
    font-size: 35px;
    color: white;
    margin-left: 10px;
    cursor: pointer;
}

#wrong {
    display: none;

    margin-left: 100px;
}

.first-box {
    background-color: #FF9C00;
    border-radius: 15px;
    height: 100%;
    position: relative;

}

.first-box p {
    color: #FFF;
    font-family: Jomhuria;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}

.first-box button {
    border: none;
    background-color: transparent;
    display: none;
    background-color: white;
    width: 54%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 4px;
    color: #FF9C00;
    font-weight: 700;
}

.first-box:hover button {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 52px;
    transition: all 0.3s;
    margin-bottom: 55px;
}

.first-box:hover p {
    filter: blur(8px);
}

.first-box:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.burgar {
    margin-top: 6px;
}

.ice {
    margin-top: 11px;
}

.sec-3-box h1 {
    color: #FF9C00;
    font-family: Jomhuria;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec-3-box p {
    color: #000;
    font-family: Jomolhari;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.round {
    background: #FF9C00;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-img {
    width: 50%;
    margin: 0 auto;
}

.location-img img {
    width: 100%;
    margin: 0 auto;
}

.email-booking {

    background-color: #FF9C00;
    width: 60%;
    border-radius: 15px;
}

.email-booking p {

    color: #FFF;
    text-align: center;
    font-family: Jomolhari;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec3-content {
    color: #000;
    text-align: center;
    font-family: Jomolhari;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h1 {
    color: #000;
    font-family: Jomolhari;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0;
}

footer ul li a {
    color: #000;
    font-family: Jomolhari;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.follow-logo .fb {
    background-color: #FFF;
}

.follow-logo .youtube {
    background-color: #FFF;
}

.follow-logo .whatsapp {
    background-color: #FFF;
}

#del p {
    color: #BF2A2A;
    font-family: Jomhuria;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    position: absolute;
    left: 51px;
    top: 90px;
}

footer {
    background-color: #FF9C00;
}

#del {
    position: relative;
}

.copy-info h1 {
    color: #000;
    font-family: Jomolhari;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 10px;
}

#call:hover img {
    animation: call 0.5s infinite;
}

@keyframes call {
    to {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(40deg);
    }
}

#loc:hover img {
    transform: scale(0.7);
}

#time:hover img {
    animation: time 1s infinite;

}

@keyframes time {
    to {
        transform: rotate(360deg);
    }

    from {
        transform: rotate(0deg);
    }

}

@media (max-width: 768px) {
    nav {
        display: none;
    }

    #nav-icon {
        display: block;
    }

    #nav-bar nav ul {
        flex-direction: column;
        position: absolute;
        top: 0px;
        left: 0px;
        background: black;
        width: 167px;
        text-align: center;
        gap: 26px;
        padding: 37px 0;
        height: 100vh;
        position: fixed;
        z-index: 3;
    }

    #wrong {
        display: block;
        cursor: pointer;
        font-size: 20px;
        color: white;
    }

    #mid-content1 {
        width: 100%;
        margin: 0 auto;
    }

    #logo h1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .first-box:hover button {
        left: 24%;
    }

    #fixed-logo {
        z-index: 1;
    }

    #sec3 {
        position: relative;
        z-index: 2;
        background-color: white;
    }

    #sec4 {
        position: relative;
        z-index: 2;

    }

    footer {
        position: relative;
        z-index: 2;

    }

    #sec-2 {
        position: relative;
        z-index: 2;
    }


}

@media (max-width: 500px) {
    #logo h1 {
        font-size: 60px;
        text-align: center;
    }


    #mid-content h1 {
        font-size: 30px;
    }

    #fixed-logo {
        z-index: 1;
    }

    #sec3 {
        position: relative;
        z-index: 2;
        background-color: white;
    }

    #sec4 {
        position: relative;
        z-index: 2;

    }

    footer {
        position: relative;
        z-index: 2;

    }

    #sec-2 {
        position: relative;
        z-index: 2;
    }

    #fixed-logo {
        display: none;
    }
}