* {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'SKPayidar-Medium';
    background: #fff;
    color: #000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}


/* FONTS */

@font-face {
    font-family: 'CarmenSans-Light';
    src: url('vendor/fonts/CarmenSans/CarmenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CarmenSans';
    src: url('vendor/fonts/CarmenSans/CarmenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CarmenSans-Medium';
    src: url('vendor/fonts/CarmenSans/CarmenSans-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CarmenSans-Bold';
    src: url('vendor/fonts/CarmenSans/CarmenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CarmenSans-Heavy';
    src: url('vendor/fonts/CarmenSans/CarmenSans-Heavy.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SKPayidar-Medium';
    src: url('vendor/fonts/SKPayidar/SKPayidar-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Catsy-Printed-Regular';
    src: url('vendor/fonts/Catsy-Printed/Catsy-Printed-W05-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montez-Regular';
    src: url('vendor/fonts/Montez/Montez-Regular.ttf');

}





/* SCROOLBAR & SELECTION */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #000;

}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fed641;
    border-radius: 999px;
}

::selection {
    background-color: #fed641;
    color: #000;
}

-webkit-::selection {
    background-color: #fed641;
    color: #000;
}

::-moz-selection {
    background-color: #fed641;
    color: #000;
}


/* SWIPER SLIDER */

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:root {
    --swiper-theme-color: #fed641;
}


/* NAVBAR */

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-close,
.btn-close:focus,
.btn-close:active,
.btn-close-icon:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar {
    background-color: #000000bb !important;
}

.offcanvas {
    background-color: #000 !important;
}

.nav-link {
    font-family: 'CarmenSans-Medium';
    font-weight: 300;
    font-size: 1.22em;
    letter-spacing: 0.20em;
    color: #fff;
    margin-left: 1em;
}

.nav-link:focus,
.nav-link:hover,
.nav-link:active {
    color: #fed641 !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(242, 198, 77)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
    .nav-menu {
        justify-content: flex-end !important;
    }
}


/* OWL */

.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot {
    width: 20px;
    height: 20px;
    border: 2px dotted #00000050;
    border-radius: 20px;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #fed641;
}


/* CSS */

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section {
    background-image: url(img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h1 {
    font-family: 'Catsy-Printed-Regular';
    font-size: 110px;
    line-height: 110px;
    color: #fed641;
}

.h1-p {
    color: black;
    font-size: 50px;
    text-shadow: 0 0 10px #00000077;
    line-height: 66px;
}

.card {
    color: #fff;
    border-radius: 15px;
    background-color: #2e2d32;
    border: none;
    margin-bottom: 30px;
}

.card-image {
    border-radius: 999px;
    padding: 10px;

}

.burger-name {
    text-shadow: 0 0 8px #000;
    color: #fff;
}

.parallax-tittle {
    font-family: 'Catsy-Printed-Regular';
    font-size: 60px;
    line-height: 60px;
    color: #fed641;
}

.contact-h {
    font-family: 'Catsy-Printed-Regular';
    text-align: center;
    font-size: 44px;
    color: #fed641;
    width: 100%;
}

.contact-p {
    font-family: 'Catsy-Printed-Regular';
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}

.contact-icon {
    font-size: 40px;
    padding-right: 15px;
    color: #fed641;
    vertical-align: middle;
}

footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.row-base {
    margin-top: -3em;
}

.col-base {
    margin-top: 3em;
}

.socials {
    display: flex;
    justify-content: space-around;
    padding-left: 40px;
    padding-right: 40px;
}

.social {
    color: #fff;
    font-size: 20px !important;
}

.social:hover {
    color: #fed641;
}

.whatsapp-button {
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: #25D366;
    color: white;
    border-radius: 999px;
}

.whatsapp-button i {
    font-size: 30px;
}

.menu-button {
    width: fit-content;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    margin: 5px;
    background-color: #fed641;
    border-radius: 4px;
    border: 1px solid #1b1b1b;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.menu-button:hover {
    background-color: #1b1b1b;
    color: #fed641;
}

.menu-h {
    font-family: 'Catsy-Printed-Regular';
    font-size: 110px;
    line-height: 110px;
    text-shadow: 0 0 8px #fed641;
}

.menu-item {
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 40px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-item-img {
    width: 25%;
    height: 100%;
}

.menu-item-img-img {
    height: 150px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.075);
}

.menu-item-middle {
    width: 50%;
    height: 100%;
    display: grid;
    align-items: center !important;
}

.menu-item-h {
    height: 100%;
    width: 100%;
}

.menu-item-text {
    height: 100%;
    width: 100%;
}

.menu-item-price {
    width: 25%;
    height: 100%;
    display: grid;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500;
    font-size: 30px;
}

.menu-item-price p {
    margin: 0px;
}


@media (max-width: 768px) {

    .menu-item-img,
    .menu-item-middle,
    .menu-item-price {
        width: 100%;
    }

    .menu-item-img {
        height: 150px;
    }

    .menu-item-middle {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-item-price {
        height: 60px;
    }

    .menu-item {
        height: auto;
    }


}