body {
    font-family: "Roboto", "Roboto Condensed", sans-serif;
    color: #333333;
}

* {
    text-decoration: none;
    padding: 0;
    margin:0;
    list-style-type: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
}
p:last-child {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

:root {
    --primary-clr: #CE28CA;
    --secondary-clr: #5D5D5D;
    --yellow-clr: #AE9A65;
    --pink-light-clr: #FAD6E2;
    --pink-drak-clr: #CE28CA;
    --red-clr: #FF0000;
    --dark-clr: #222222;
    --brown-clr: #95181A;
    --white-clr: #fff;
    --blue-clr: #1382CC;
}
.bg-primary1 {
    background-color: var(--primary-clr);
}
.bg-secondary2 {
    background-color: var(--secondary-clr);
}
.bg-light-pink {
    background-color: var(--pink-light-clr);
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}


.btn {
    font-family: "Poppins", sans-serif;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.btn-primary {
    background-color: var(--primary-clr);
    color: var(--white-clr);
    border-color: var(--primary-clr);
}
.btn-primary:hover {
    background-color: var(--yellow-clr);
    color: var(--white-clr);
    border-color: var(--yellow-clr);
}


.title-sec h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: var(--dark-clr);
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
}

.title-sec h6 {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--red-clr);
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}

.title-2 h2 {
    color: var(--primary-clr);
}

.title-2 h6 {
    font-weight: 400;
    color: var(--primary-clr);
    font-family: "Roboto", sans-serif;
}

/****  header css  ***/


.header  {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.header nav ul li a {
    color: #fff;
    padding: 12px 20px !important;
    font-style: italic;
    font-size: 18px;
}

.header nav ul li a.active,
.header nav ul li a:hover {
    color: var(--primary-clr) !important;
}

.header.fixed-header {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
}

.header.fixed-header nav ul li a {
    color: var(--dark-clr);
}

.navbar-toggler {
    padding: 0;
    box-shadow: none !important;
    color: #fff;
    font-size: 30px;
    border: none !important;
}
.header.fixed-header .navbar-toggler {
    color: var(--dark-clr);
}


/***  home main  ***/

.cooktail-location h3 {
    font-size: 30px;
    font-weight: 500;
    color: var(--yellow-clr);
    margin-bottom: 20px;
}
.cooktail-location p {
    font-size: 18px;
    color: var(--yellow-clr);
}
.cooktail-kichen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cooktail-kichen h1 {
    font-size: 79px;
    font-family:"Roboto Condensed", sans-serif;
    line-height: 90px;
    text-transform: uppercase;
    color: var(--primary-clr);
}
.contentbx p a {
    color: var(--blue-clr);
}

.divider {
    width: 85px;
    height: 5px;
    background-color: var(--dark-clr);
    margin-top: 10px;
}

.your-local-sec {
    padding-bottom: calc(100px + 70px);
}

.contact-us-page p {
    font-size: 18px;
    line-height: 35px;
    font-style: italic;
}

/***  menu page  css  ***/

.menu-page {
    padding-bottom: calc(100px + 70px);
}
.menu-title {
    border: 2px solid var(--brown-clr);
    color: var(--brown-clr);
    padding: 10px 10px;
    border-left: transparent;
    border-right: transparent;
    margin-bottom: 40px;
    margin-top: 40px;
}
.hungry-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--brown-clr);
    margin-bottom: 16px;
}
.hungry-title h6 {
    font-size: 22px;
    font-weight: 500;
    color: var(--brown-clr);
    text-transform: uppercase;
}
.hungry-title2 h2 {
    font-family:"Roboto Condensed", sans-serif;
}
.hungry-title2 h6 {
    text-transform: capitalize;
}
.menu-title h2 {
   margin-bottom: 0;
   font-size: 30px;
}

.menu-card ul li h6 {
    font-size: 18px;
    font-weight: 500;
}

.menu-card ul li:not(:last-child) {
    margin-bottom: 20px;
}

/****  contact us  css   ***/

.contact-us-page .container-fluid:nth-child(2) {
    padding-bottom: calc(100px + 70px);
}
.contact-us-page h6 {
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}


/****  footer  css  ***/

.footer {
    padding: 50px 0 25px 0;
}

.fot-map {
    margin-top: -140px;
}

.fot-map img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.copyright {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}

.copyright::before {
    content: '';
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.instagram.mob_insta {
	display: none;
}