/* Start Global Roles */
@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa-VariableFont_wght.ttf);
}

/* * {
    border: 1px solid red;
} */

body {
    font-family: 'Comfortaa', cursive;
    background-color: var(--black-color);
    color: var(--white-color);
}

:root {
    --main-color: #F8B525;
    --second-color: #FFD160;
    --black-color: #111110;
    --white-color: #FCF4E2;
    --section-padding: 30px
}

.section-title {
    text-transform: capitalize;
    color: var(--white-color);
    position: relative;
    width: fit-content;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 11px;
}

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

a:hover {
    text-decoration: none;
    color: var(--second-color);
}

.section-title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #F8B525;
    top: 50%;
    left: 0;
    transform: translate(-100%, -100%);
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
}

.section-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #F8B525;
    top: 50%;
    right: 0;
    transform: translate(100%, -100%);
    -webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
}

.btn {
    color: var(--second-color);
    font-size: 20px;
    font-weight: 800;
    border: 2px solid var(--second-color);
    padding: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn:hover {
    color: var(--black-color) !important;
    background: linear-gradient(172deg, rgba(255, 209, 96, 1) 33%, rgba(248, 181, 37, 1) 66%);
    box-shadow: 11px 13px 48px -15px rgba(248, 181, 37, 0.75);
    -webkit-box-shadow: 11px 13px 48px -15px rgba(248, 181, 37, 0.75);
    -moz-box-shadow: 11px 13px 48px -15px rgba(248, 181, 37, 0.75);
}

.btn:active {
    color: var(--black-color);
    background: linear-gradient(172deg, rgba(255, 209, 96, 1) 33%, rgba(248, 181, 37, 1) 66%);
    box-shadow: 11px 13px 90px -41px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: 11px 13px 90px -41px rgba(0, 0, 0, 0.75) inset;
    -moz-box-shadow: 11px 13px 90px -41px rgba(0, 0, 0, 0.75) inset;
}

.window {
    background-color: rgb(46, 44, 44);
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.window p {
    color: white;
    width: 80%;
    font-size: 20px;
    text-align: center;
    margin-inline: auto;
}

.window form {
    display: flex;
    flex-direction: column;
}

.window form input:not(:last-child) {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(74, 73, 70);
    margin-block: 20px;
    color: rgb(74, 73, 70);
}

.window form input:not(:last-child):hover {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--second-color);
    margin-block: 20px;
    color: rgb(74, 73, 70);
}

.window form input:not(:last-child):focus-visible {
    caret-color: var(--second-color);
    outline: none;
    color: var(--white-color) !important;
    background-color: transparent !;
}

.window form input:last-child {
    padding: 10px;
    margin-top: 20px;
}

.window i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
    color: var(--second-color);
}

.window i:hover {
    color: var(--main-color);
}

/* End Global Roles */
/* ----------------------------- */
/* Start header */
header {
    max-height: 10vh;
    background-color: transparent;
}

header nav .navbar-brand {
    color: var(--main-color);
    margin: 0;
    cursor: default;
}

header nav .navbar-brand:focus {
    color: var(--main-color);
    margin: 0;
}

header nav .navbar-brand:hover {
    color: var(--main-color);
}

header nav .nav {
    flex-grow: unset;
    width: fit-content;
    opacity: 1;
    z-index: 9999;
}

@media (max-width:991px) {
    header nav .nav {
        background-color: var(--black-color);
    }
}

header nav .nav-link {
    color: var(--white-color);
    background-color: transparent;
    border: none;
}

header nav .nav-link:hover {
    color: var(--white-color);
}

header nav .nav-link:focus {
    color: var(--white-color);
}

.hvr-underline-from-center:before {
    background: var(--main-color);
}

header nav .nav-item {
    text-transform: uppercase;
    position: relative;
}

header .carousel-indicators {
    padding: 0;
    margin: 0;
    position: unset;
}

header .carousel-indicators button {
    width: 20px;
    height: 20px;
    margin-inline: 3px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

header .navbar-toggler {
    border: none;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler-icon {
    background-image: none;
    color: var(--main-color);
    font-size: 30px;
    width: fit-content;
    height: fit-content;
}

/* End Header */
/* Start about-us */
.about-us .text-title {
    position: relative;
    padding-left: 30px;
}

.about-us .text-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--main-color);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about-us .image {
    position: relative;
}

.about-us .image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about-us .flex-md-row .image::after {
    content: "";
    position: absolute;
    top: -40px;
    left: -20px;
    width: 90%;
    height: 90%;
    z-index: -1;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about-us .flex-md-row-reverse .image::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -20px;
    width: 90%;
    height: 90%;
    z-index: -1;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width:768px) {
    .about-us .image::after {
        display: none;
    }

    .about-us .text-title::before {
        display: none;
    }
}

.about-us .arrow-up {
    color: var(--second-color);
    font-size: 30px;
    padding: 20px;
    margin-top: 10px;
    width: fit-content;
}

/* End about-us */
/* Start menu */
.menu .container {
    min-height: 90vh;
}

.menu .box {
    background-color: rgb(31, 28, 28);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    max-width: 250px;

}

.menu .box-container:nth-of-type(even) .box:hover {
    box-shadow: 19px -5px 41px -21px var(--second-color);
}

.menu .box-container:nth-of-type(odd) .box:hover {
    box-shadow: 19px 22px 41px -21px var(--second-color);
}

.menu .box-container:nth-of-type(even) .box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--main-color);
    top: -20px;
    left: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: -1;
}

.menu .box-container:nth-of-type(odd) .box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--main-color);
    bottom: -20px;
    left: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: -1;
}
.menu .box-container .box .price{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
}

.menu .box-container:nth-of-type(even) .box .price {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.menu .box-container:nth-of-type(odd) .box .price {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
}

.menu button {
    width: fit-content;
    background: transparent;
    color: var(--main-color);
    border: none;
    margin-inline: auto;
}

.menu button:hover {
    color: var(--second-color);
}

@media (max-width:576px) {
    .menu .box-container .box::before {
        display: none;
    }

    .menu .box-container .box .price {
        position: absolute;
        top: 100% !important;
        right: 50% !important;
        transform: translate(50%, -50%) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: var(--main-color);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transform: translate(50%, -50%) !important;
        -moz-transform: translate(50%, -50%) !important;
        -ms-transform: translate(50%, -50%) !important;
        -o-transform: translate(50%, -50%) !important;
}

}

/* Start all-menu style */
.all-menu .carousel {
    margin-bottom: 110px;
}

.all-menu .carousel-indicators {
    bottom: -100px;
    width: fit-content;
}

.all-menu .carousel-indicators::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    width: 40px;
    height: 2px;
    background-color: var(--main-color);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

.all-menu .carousel-indicators::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: 40px;
    height: 2px;
    background-color: var(--main-color);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
}

.all-menu .carousel-indicators button {
    border: none;
    text-indent: 0px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    font-size: 20px;
}

.all-menu .carousel-indicators .active {
    border: 1px solid var(--second-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--second-color);
}

/* End all-menu style */

/* End menu */
/* --------------------------- */
/* Start feedbacks */
.feedback .container {
    min-height: 90vh;
}

.feedback .carousel {
    position: relative;
    padding-inline: 100px;
}

@media (max-width:768px) {
    .feedback .carousel {
        padding: 0px;
    }
}

.feedback .right-arrow {
    position: absolute;
    width: fit-content;
    font-size: 30px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--second-color);
    border: 5px solid var(--second-color);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.feedback .left-arrow {
    cursor: pointer;
    position: absolute;
    width: fit-content;
    font-size: 30px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--second-color);
    border: 5px solid var(--second-color);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.feedback .stars {
    color: var(--second-color);
}

/* End feedbacks */
/* ------------------------------- */
/* Start contact us */
.contact-us .container {
    min-height: 90vh;
}

.contact-us .contatct-text-title {
    position: relative;
    padding-left: 40px;
    color: var(--second-color);
}

.contact-us .contatct-text-title {
    position: relative;
    padding-left: 40px;
    color: var(--second-color);
}

.contact-us .contatct-text-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: var(--second-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media (max-width:768px) {
    .contact-us .contatct-text-title::before {
        display: none;
    }

    .contact-us .contatct-text-title {
        padding: 0px;
    }
}

.contact-us .map {
    position: relative;
    padding: 0px;
}

.contact-us .map iframe {
    border-radius: 30px;
}

@media (max-width:768px) {
    .contact-us .map iframe {
        height: 450px;
    }
}

.contact-us .map::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid var(--main-color);
    border-radius: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    z-index: -1;
}

@media (max-width:768px) {
    .contact-us .map::before {
        display: none;
    }
}

/* End contact us */