* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Changa", sans-serif;
    color: #fff;
    background-color: #2E2E2E;
    position: relative;
    direction: rtl;
}

button,
button:focus,
button:focus-visible,
input:focus-visible,
.form-control:focus,
select:focus-visible,
.form-select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

nav {
    background: rgba(73, 73, 73, 0.5);
    backdrop-filter: blur(7px);
    position: fixed !important;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 992px) {
    nav .logo {
        width: 35%;
    }
}

nav .navbar-nav .nav-item {
    position: relative;
}

nav .navbar-nav .nav-item .nav-link {
    color: #979797 !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

nav .navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
}

nav .navbar-nav .nav-item.active::after {
    content: "";
    width: 33px;
    height: 2px;
    border-radius: 6px;
    background-color: #a27f45;
    position: absolute;
    bottom: 0px;
    right: 9px;
}

@media (max-width: 992px) {
    nav .navbar-nav .nav-item.active::after {
        right: 46%;
    }
}

nav .right-elements .nav-item .nav-link p {
    padding-right: 6px;
    font-size: 16px;
    font-weight: 500;
}

nav .right-elements .nav-item .nav-link.dropdown-toggle::after {
    display: none !important;
}

.nav-link span {
    width: 32px !important;
    height: 32px !important;
    border-radius: 22px;
    border: 1px solid #fff;
    padding: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0px 10px 20px 0px rgba(119, 126, 144, 0.1);
}

footer {
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.61), rgba(22, 22, 22, 0.548)), url("../imgs/Rectangle 5 (1).png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}

footer .nav-link {
    padding: 10px 0px 10px 15px !important;
}

footer .nav-link span {
    width: 44px !important;
    height: 44px !important;
    font-size: 22px !important;
}

footer h6 {
    font-size: 17px;
    margin-bottom: 13px;
}

footer .copy-right {
    font-weight: 300 !important;
    font-size: 15px;
    padding-top: 25px;
}

footer span {
    font-weight: 200 !important;
    font-size: 15px;
    padding-top: 5px;
}

footer .left-part-content {
    width: 70%;
}

@media (min-width: 767px) and (max-width: 992px) {
    footer .left-part-content {
        width: 100%;
    }
}

@media (max-width: 500px) {
    footer .left-part-content {
        width: 100%;
    }
}

.app.home-app {
    padding-top: 0px;
}

.app.home-app .home-banner .carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: right;
}

.app.home-app .home-banner .carousel-caption .title {
    font-size: 67px;
}

@media (max-width: 600px) {
    .app.home-app .home-banner .carousel-caption .title {
        font-size: 40px;
    }
}

.app.home-app .home-banner .carousel-caption p {
    font-size: 24px;
    width: 60%;
}

@media (max-width: 600px) {
    .app.home-app .home-banner .carousel-caption p {
        font-size: 16px;
        width: 100%;
    }
}

.app.home-app .home-banner .menue {
    width: 176px;
    height: 52px;
}

.app.home-app .home-banner .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 1px;
    margin: 5px 7px;
    background: #ffffffcc;
    border-top: 0px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    opacity: 1;
}

.app.home-app .home-banner .carousel-indicators [data-bs-target].active {
    width: 35px;
    background-color: #A27F45;
}

.app.home-app .home-banner .carousel-item {
    height: 865px;
}

.app.home-app .home-banner .carousel-item img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .app.home-app .home-banner .carousel-item {
        height: 700px;
    }
}

.app.home-app .about-restaurant img {
    height: 611px;
    border-radius: 24px;
}

@media (max-width: 1200px) {
    .app.home-app .about-restaurant img {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .app.home-app .about-restaurant img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.app.home-app .about-restaurant .about-info {
    background-color: #222;
    border-radius: 24px;
    border-radius: 24px 0px 0px 24px;
    height: 337px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 60px;
}

.app.home-app .about-restaurant .about-info .title {
    font-size: 48px;
}

.app.home-app .about-restaurant .about-info p {
    font-size: 24px;
    padding-top: 24px;
}

@media (max-width: 1400px) {
    .app.home-app .about-restaurant .about-info .title {
        font-size: 33px;
    }

    .app.home-app .about-restaurant .about-info p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .app.home-app .about-restaurant .about-info {
        border-radius: 24px;
    }
}

@media (max-width: 400px) {
    .app.home-app .about-restaurant .about-info .title {
        font-size: 26px;
    }

    .app.home-app .about-restaurant .about-info p {
        font-size: 17px;
    }
}

@media (max-width: 992px) {
    .app.home-app .about-restaurant .d-flex {
        flex-wrap: wrap;
    }
}

.app.home-app .branches .video-card {
    padding: 22px;
}

.app.home-app .branches .location {
    width: 163px;
    height: 41px;
}

.app.home-app .special-food .show-all {
    width: 161px;
    height: 51px;
    margin: auto;
}

.app.home-app .branches .title,
.app.home-app .special-food .head-title {
    font-size: 48px;
}

@media (max-width: 992px) {

    .app.home-app .branches .title,
    .app.home-app .special-food .head-title {
        font-size: 33px;
    }
}

.app {
    background-color: #2E2E2E;
    padding-top: 100px;
}

@media (max-width: 768px) {
    .app {
        padding-top: 100px;
    }
}

.app .banner {
    width: 100%;
    height: 517px;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.app .banner img {
    width: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .app .banner {
        height: 300px;
    }
}

.app .adress-description {
    width: 309px;
}

.app .map iframe {
    margin: 100px 0;
    border-radius: 24px;
    width: 100%;
    height: 522px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.app .title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.app .video-card {
    border-radius: 24px;
    background-color: #222;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .app .video-card {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .app .video-card {
        padding: 15px;
    }
}

.app .video-card .image-wrapper {
    position: relative;
    height: 310px;
    border-radius: 24px;
    overflow: hidden;
}

.app .video-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app .video-card .image-wrapper .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    font-size: 48px;
    border-radius: 50%;
    z-index: 1;
    background-color: #ffffff75;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app .video-card .image-wrapper .icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.app .video-card .image-wrapper .icon i::before {
    width: 45px;
    height: 45px;
}

.app .video-card .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app .video-card .text-wrapper .main-paragraph {
    font-size: 14px;
}

.app .testemonial-card {
    gap: 14px;
    position: relative;
    overflow: visible;
    padding: 20px;
    background-color: #222;
    border-radius: 24px;
    margin-top: 55px;
    align-items: center;
}

.app .testemonial-card .comma {
    position: absolute;
    left: 50px;
    top: -25px;
    width: 50px;
    height: 50px;
    z-index: 2;
    object-fit: contain;
}

.app .testemonial-card .user {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -65px;
}

.app .testemonial-card .stars {
    color: #A27F45;
}

.app .resturant-branchs {
    padding-bottom: 50px;
}

.app .resturant-branchs .branch-details .title {
    font-size: 25px;
}

.app .resturant-branchs .branch-details .branch-box {
    background-color: #222;
    padding: 30px;
    border-radius: 24px;
    margin-top: 20px;
}

.app .resturant-branchs .branch-details .branch-box img {
    padding-left: 30px;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .app .resturant-branchs .branch-details .branch-box img {
        max-width: 200px;
    }
}

.app .resturant-branchs .branch-details .branch-box .box-title {
    font-size: 26px;
    font-weight: 700;
}

.app .resturant-branchs .branch-details .branch-box .title-details {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 30px;
    padding-top: 20px;
    line-height: 2;
}

.app .resturant-branchs .branch-details .branch-box .show-resturant {
    margin-top: 10px;
}

@media (max-width: 530px) {
    .app .resturant-branchs .branch-box img {
        width: 100% !important;
    }

    .app .resturant-branchs .branch-box .box-title {
        font-size: 16px !important;
    }

    .app .resturant-branchs .branch-box .title-details {
        font-size: 14px !important;
    }

    .app .resturant-branchs .branch-box .show-resturant {
        font-size: 13px !important;
    }
}

@media (max-width: 400px) {
    .app .resturant-branchs .branch-box img {
        width: 100% !important;
    }
}

.app .branch-info img {
    width: 100%;
    border-radius: 24px;
}

@media (min-width: 992px) {
    .app .branch-info img {
        max-width: 95%;
        max-height: 805px;
    }
}

.app .branch-info .branch-title {
    font-size: 28px;
    font-weight: 700;
}

.app .branch-info .branch-title.left-title {
    text-decoration: underline;
}

.app .branch-info .map iframe {
    margin: 10px 0px;
}

.blog .banner {
    height: auto !important;
}

.blog .banner img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 768px) {
    .blog .banner img {
        height: 250px !important;
        width: auto;
    }
}

.blog .blog-date {
    color: #777E90;
    font-size: 12px;
}

.blog .blog-title {
    font-size: 25px;
    font-weight: 600;
}

.blog .blog-details {
    font-size: 16px;
    font-weight: 400;
}

.blog .blog-box {
    background-color: #222;
    padding: 30px;
    border-radius: 24px;
}

.blog .blog-box img {
    width: 100%;
    height: 246px;
    object-fit: cover;
    border-radius: 24px;
}

.blog .blog-box .blog-date {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}

.blog .blog-box .blog-info {
    font-size: 19px;
}

.blog .blog-row {
    width: 80%;
    margin: auto;
}

@media (max-width: 500px) {
    .blog .blog-row {
        width: 100%;
    }
}

.app.food-app {
    padding-top: 0px;
}

.app.food-app .food-banner {
    background: url("../imgs/pexels-volkan-vardar-3887985 1.png");
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 40px;
    height: 500px;
    text-align: center;
}

.app.food-app .food-banner h1 {
    font-size: 70px !important;
}

.app.food-app .food-banner p {
    font-size: 24px !important;
    width: 37%;
    margin: auto;
}

@media (max-width: 768px) {
    .app.food-app .food-banner {
        padding-top: 170px;
    }

    .app.food-app .food-banner h1 {
        font-size: 35px !important;
    }

    .app.food-app .food-banner p {
        font-size: 20px !important;
        width: 70%;
    }
}

.main-title {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main-paragraph {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.17px;
    padding-left: 5px;
}

.main-btn {
    display: flex;
    padding: 18px 17px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #A27F45;
    color: #fff;
    transition: 0.3s;
    text-decoration: none !important;
}

.main-btn:hover {
    color: #fff;
    box-shadow: 2px 2px 10px #a27f4575;
}

.main-btn.number {
    direction: ltr;
}

.owl-theme .owl-dots .owl-dot.active span {
    transition: 0.5s;
    background: #869791;
    width: 35px;
    height: 11px;
    background: #A27F45;
}

/* edits */
@media(min-width:576px) {
    .rest-info {
        display: flex !important;
    }

}

@media(max-width:576px) {
    .app .resturant-branchs .branch-details .branch-box img {
        padding-left: 0px !important;
        padding-bottom: 10px !important;
    }

    .app .resturant-branchs .branch-details .branch-box .title-details {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .app .video-card .image-wrapper img {
        object-fit: contain !important;
    }

    .app .video-card .image-wrapper {
        max-height: 200px !important;
    }
}

@media(max-width:992px) {
    .nav-link span {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .navbar-nav.right-elements {
        flex-direction: column !important;
        justify-content: center !important;
    }

    .navbar-nav.right-elements .d-flex {
        justify-content: center !important;
    }

    .navbar-nav.right-elements .dropdown {
        margin-top: 0px !important;
    }
        .navbar-nav .dropdown-menu{
            max-width: 130px !important;
            text-align: center;
            margin: auto !important;
        }
}
@media(max-width:500px) and (min-width:400px) {
    .app.home-app .about-restaurant .about-info {
        height: 400px !important;
    }
}
@media(max-width:375px){
    .app.home-app .about-restaurant .about-info{
        height: 400px !important;
    }
}
.logo-link{
    width: 200px;
    height: 80px;
}
.logo-link img{
    width: 100% !important;
    height: 100% !important;
    object-fit:  contain !important;
}
/*# sourceMappingURL=app.css.map */
