@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* Reset */

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

ol,
ul {
    list-style: none;
}

body {
    padding: 0;
    margin: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    font-weight: 400;
    display: block;
    font-family: 'Roboto', sans-serif;

}

a:hover {
    transition: 0.3s ease;
    color: inherit !important;
}

a:active,
a:focus {
    outline: none;
}

/* Variables */
:root {
    /* Reset 1rem = 10px */
    font-size: 10px;
    /* Basic colors */
    --white: #ffffff;
    --blac: #101417;
    --light-black: #1B1F22;
    --black: #000000;
    --grey: #EFEFEF;
    --red: #DD1C2F;
    --yellow: #FCBB30;
    --light-grey: #bcb7b7;
    --purple: #535777;
    --light-blue: rgba(57, 87, 255, 0.05);
    --blue: #3957FF;
    --light-blu: #0A88C7;
}

.owl-carousel.featured-product.owl-theme.owl-loaded.owl-drag {
    overflow: hidden;
}

.owl-carousel .owl-stage {
    overflow: hidden;
}

/* Globals */
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}



p,
ul,
figure {
    margin-bottom: 1rem;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 2.2rem;
    font-weight: 700;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    display: block;
}
img.img-circle {
    height: 40px;
    width: 40px;
    object-fit: cover;
    display: flex;
    margin: auto;
}


/* Specifics */
.main-container {
    height: 100%;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.black-form .main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.black-for .main-container {
    height: 100%;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.black-form .main-container .login-main {
    width: 100%;
}

/* header */
.black-form {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.logins {
    width: 100%;
}

.black-form.welcome .black-main {
    position: relative;
}

.black-form.welcome .black-main:after,
.black-form.welcome .black-main:before {
    width: 9999px;
    height: 28px;
    position: absolute;
    content: '';
    left: -9767px;
    bottom: 72px;
    background: #fff;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
}

.black-form.welcome .black-main:before {
    left: auto;
    right: -9623px;
}

.welcome-img,
.sign-log-flex {
    position: relative;
    z-index: 1;
}

.black-forms {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.black-for {
    height: 145vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    background-position: bottom;
}

.black-main {
    text-align: center;
}

.welcome-img {
    margin-bottom: 24px;
}

.welcome-img h1 {
    background-color: #FFD520;
    width: fit-content;
    margin-top: 32px;
}

.welcome-main {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.black-link span {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.black-link a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #DC3D30;
    min-width: 558px;
    border-radius: 12px;
    padding: 12px 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 14px;
}

.black-link {
    text-align: center;
    margin-top: auto;
}



.black-link a img {
    padding-right: 0px;
}

.sign-log-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 34px;
}

.sign-log-width {
    background: #008A66;
    border-radius: 20px;
    width: 262px;
    height: 163px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 31px 27px 27px 27px;
    font-size: 26px;
    color: #fff;
    text-align: left;
    outline: 2px solid #FFFFFF;
    outline-offset: -6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    /* border: 2px solid #FFFFFF; */
    border-radius: 16px;
    position: relative;
}

.road-text {
    background-color: #ffd520;
    border-radius: 9px;
    border: 1.5px solid #000;
    outline: #ffd520 solid 2px;
    margin: 32px 0 45px 0;
}

.welcome-img img {
    margin: auto;
}

.sign-log-main:nth-child(2) a {
    text-align: right;
}

.sign-log-main:nth-child(2) .sign-log-anchor img {
    margin-left: auto;
}

/******************* WELCOME SCREEN CSS END HERE *************/
/***************************************************************/

/* login-secreen */
.log-form label {
    position: absolute;
    top: 26px;
    left: 25px;
    height: 20px;
    width: 20px;
}

.log-form input[type="password"]::placeholder {
    font-size: 18px;
}

.log-form {
    position: relative;
}

.log-form input::placeholder{
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.4;
}

.log-form input {
    background: rgba(255, 255, 255, 0.1);
    mix-blend-mode: normal;
    border-radius: 15px;
    height: 70px;
    width: 100%;
    padding: 0 106px 0 55px;
    border: none;
    font-family: 'Roboto', sans-serif;
    color: #fff;

}

.log-form img {
    filter: brightness(0) invert(1);
}

.log-form input:placeholder-shown + label{
    opacity:0.5;
}

.log-form input::placeholder {
    color: #fff;
    opacity: 0.4;
    line-height: 60px;
}

.log-form input[type="password"]::placeholder {
    font-size: 24px !important;
}


/* .black-inner {
    background: #008A66;
    box-shadow: 0px 4px 36px rgb(51 71 91 / 10%);
    border-radius: 20px;
    max-width: 547px;
    margin: auto;
    padding: 28px;
    position: relative;
    z-index: 999999;
} */

.black-for-main {
    background: #008A66;
    box-shadow: 0px 4px 36px rgba(51, 71, 91, 0.1);
    border-radius: 20px;
    max-width: 547px;
    margin: auto;
    padding: 28px;
    position: relative;
    z-index: 999999;
}

.black-forms-main {
    background: #008A66;
    box-shadow: 0px 4px 36px rgb(51 71 91 / 10%);
    border-radius: 20px;
    max-width: 547px;
    margin: auto;
    padding: 28px;
    position: relative;
    z-index: 999999;
}

/* .log-form input::placeholder {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 40px;
    line-height: 21px;
    color: rgba(255, 255, 255, .4);
} */

.log-form input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.log-link {
    text-align: right;
    margin-top: 16px;
}

.log-link a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.log-form {
    position: relative;
    margin-bottom: 18px;
}

.log-btn button {
    background: transparent;
    border: navajowhite;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.log-btn {
    text-align: right;
    margin-top: 66px;
}

.logins-text {
    text-align: center;
    margin-bottom: 33px;
}


.logins-text h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.login-text {
    text-align: center;
    margin-bottom: 70px;
}

.login-text a img {
    margin: auto;
}

.log-links span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
}

.log-links a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



.login-text h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.login-text p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.9;
    max-width: 252px;
    margin: auto;
}

.forgot-form {
    margin-top: 160px;
    position: relative;
    z-index: 9;
}



.login-text a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}

.log-forms input {
    width: 24%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    height: 70px;
    padding: 0px 15px;
    text-align: center;
    border: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
}

.log-forms {
    margin-bottom: 18px;
}

.login-img img {
    height: 290px;
    margin: auto;
    z-index: -1111;
}

.login-img {
    margin-bottom: -58px;
    z-index: -999;
    /* position: relative; */
}

.logs-text {
    text-align: center;
}

.logs-text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.logs-text p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
    max-width: 420px;
    margin: auto;
}

.log-btn {
    text-align: right;
    margin-top: 66px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    gap: 345px;
}

.log-btn a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.4;
    letter-spacing: 0.9px;
}

.log-form a {
    position: absolute;
    content: "";
    top: 27px;
    right: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/******************************* BLACK-DASHBOARD *************************************************/
/*************************************************************************************************/
/* Header */
.search-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 25px;
}

.header-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}

.header-logo {
    width: 20%;
}

.head-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    width: calc(100% - 17%);
}

.coustomer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.coustomer-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-top: 20px;
    margin-top: -22px;
}

.cat-main::before {
    position: absolute;
    content: "";
    /* background-image: url(../images/pilar.png); */
    width: 300px;
    height: 28px;
    left: -30px;
    top: 5rem;
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
    height: 100%;
    background-position: revert;
}

.cats-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/pilar.png);
    width: 106%;
    height: 28px;
    left: -30px;
    top: 7rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* .search-div {
    width: 80%;
    height: 21px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.search-div span {
    margin-left: 10px;
    font-size: 15px;
    color: #868E96;
}

.search-div form {
    width: 100%;
}

.search-div input {
    width: 100%;
    border: none;
    background: transparent;
    padding-left: 24px;
} */

.coustomer-div span {
    margin-left: 10px;
    margin-right: 11px;
}


.icon-div {
    margin-left: 10px;
}

.links li {
    border-bottom: 1px solid #dfdfdf;
}

.links li a {
    padding: 6px 10px;
    width: 100%;
    transition: 0.3s ease;
    font-size: 14px;
}

.links li a:hover {
    background-color: white;
    color: black;
}

.menu-collapse span {
    font-size: 15px;
    font-weight: 700;
    color: #B9DC86;
}

.links {
    display: none;
}

.side-bar {
    width: 21%;
    padding: 0px 15px 0px 18px;
    transition: .3s linear;
    margin-top: 50px;
}

.main-ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #091936;
}

.main-ul li a img {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}

.main-ul li a img:first-child {
    filter: brightness(1);
}

.main-ul li.active a img:first-child {
    /* filter: brightness(0.7); */
    /* filter: invert(90%) sepia(7%) saturate(2090%) hue-rotate(33deg) brightness(99%) contrast(81%); */
}

.main-ul li {
    margin-bottom: 5px;
}

.main-ul li a {
    padding: 5px 10px;
}

.main-ul li a:hover {
    background: rgba(151, 151, 151, 0.13);
    border-radius: 4px;
}

.main-ul li.active a {
    background: rgba(151, 151, 151, 0.13);
    border-radius: 4px;
}

/* .main-ul li.active img {
    filter: invert(90%) sepia(7%) saturate(2090%) hue-rotate(33deg) brightness(99%) contrast(81%);
}

.main-ul li a:hover img {
    filter: invert(90%) sepia(7%) saturate(2090%) hue-rotate(33deg) brightness(99%) contrast(81%);
} */

.menu-collapse {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}

.menu-collapse img {
    cursor: pointer;
}

.text-main {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: space-between;
    align-items: center;
}

.color-div {
    width: calc(100% - 280px);
    background-color: #E5E5E5;
    padding: 0 0 0 20px;
    transition: .3s linear;
}

.dashboard-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.black-d {
    height: calc(100vh - 62px) !important;
}

.cyber-text {
    width: 50%;
    background-color: white;
    padding: 15px 20px;
}

.text-div {
    margin-bottom: 20px;
}

.cyber-img {
    width: 48%;
    text-align: center;
    border-left: 2px solid #ECECEC;
}

.cyber-img img {
    margin: auto;
}

.cyber-img h2 {
    font-size: 40px;
    color: #091936;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cyber-img span {
    font-size: 20px;
    font-weight: 600;
    color: #B9DC86;
}

.text-div h3 {
    font-size: 26px;
    font-weight: 500;
    color: #091936;
}

.inventory-text h5 {
    font-size: 14px;
    font-weight: 600;
    color: #091936;
    margin-bottom: 5px;
}

.inventory-text p {
    font-size: 10px;
    font-weight: 400;
    color: #091936;
}

.inventory-text a {
    font-size: 12px;
    color: #70A81D;
    margin-bottom: 10px;
}

.about-cyber ul li {
    position: relative;
    padding: 0px 0px 0px 29px;
    margin-bottom: 25px;
    color: #091936;
    font-size: 15px;
    font-weight: 400;
}

.about-cyber ul li:last-child {
    margin-bottom: 0px;
}

.about-cyber ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/green-black.png);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    bottom: 0;
    background-repeat: no-repeat;
}

.inventory-div {
    background-color: white;
    padding: 20px 10px;
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.inventory-img img {
    height: 94px;
    width: 94px;
    border-radius: 50%;
}

.inventory-main {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inventory-text {
    width: calc(100% - 105px);
    border-left: 2px solid #ECECEC;
    padding: 0px 10px;
}

.right-reserved {
    padding: 20px;
    text-align: end;
    border-top: 1px solid #E8E8E8;
}

.right-reserved p {
    font-size: 14px;
    color: #868E96;
    font-weight: 400;
}

.notification-div {
    margin-right: 15px;
}

.menu-btn {
    display: none;
}

.links {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    background-color: #aecd82;
    color: white;
    width: 100%;
    border-radius: 4px;
    min-width: 150px;
}


.top-title {
    margin-bottom: 50px;
}

.top-title h2 {
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
}

.empty-header {
    height: 76px;
}

.top-row {
    align-items: center;
    background-color: #fff;
    padding: 20px;
    margin: 0;
}

.top-header {
    background-color: #fff;
    padding: 10px;
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 9;
}

.left-bar {
    padding-left: 340px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.user-profile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 20px;
}

.user-profile h6 {
    margin-right: 20px;
}

.sidebar {
    width: 320px;
    background-color: #fff;
    left: 0;
    z-index: 1;
    height: 100vh;
    position: fixed;
    top: 76px;
    overflow: auto;
    padding: 20px;
}

.sidebar ul li a {
    padding: 10px;
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #091936;
}

.sidebar ul li a img {
    margin-right: 10px;
}

.sidebar h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #B9DC86;
    margin-bottom: 20px;
}

.top-title p {
    margin: 0;
}

.dashboard-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.dashboard-column {
    width: 50%;
    padding: 10px;
    cursor: pointer;
}

.dashboard-innercolumn a {
    color: #70A81D;
    font-size: 12px;
}

.dashboard-innercolumn {
    background-color: #fff;
    position: relative;
    min-height: 130px;
    padding: 20px;
}

.inner-column h4 {
    color: #091936;
    margin-bottom: 10px;
}

.meal-img img {
    height: 63px;
    width: 63px;
    object-fit: contain;
}

.inner-column p {
    color: #091936;
    font-size: 15px;
    margin: 0;
}

.dashboard-inner-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.dashboard-innercolumn p {
    color: #091936;
    font-size: 13px;
}

.sidebar ul li a:hover {
    background-color: #091936;
    color: #fff;
    border-radius: 5px;
}

.header-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}

.black-dash {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 780px;
    width: calc(100% - 23%);
    padding: 30px;
    position: relative;
    /* z-index: 99999; */
}

.hotel-img img {
    width: 100%;
    object-fit: cover;
    object-position: left;
    height: 100vh;
}

.black-d {
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 21%);
    /* padding: 30px;  */
    position: relative;
}

.header-logo img {
    width: 100%;
}

.search-div a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0D2A52;
}

.search-div img {
    margin: 0px 10px;
}

.category-div {
    background: #008A66;
    border-radius: 10px;
    width: 48%;
    padding: 12px;
    z-index: 9;
    position: relative;
    display: flex;
    flex-direction: column;
    outline: #fdfdfd solid 1.5px;
    outline-offset: -6px;
}

.categories-main {
    width: 23% !important;
    display: flex;
    flex-wrap: wrap;
}

.category-text {
    margin-top: 5px;
}

/* .main-ul li.active {
    background: rgba(151, 151, 151, 0.13);
    border-radius: 4px;
} */

a.active.router-link-exact-active {
    background: #008A66 !important;
    color: #ffffff  !important;
    border-radius: 4px;
}

.category-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 0;
}

.category-text span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1 !important;
    text-transform: uppercase;
    color: #FFFFFF;
    /* line-height: 7px; */
    /* height: 31px; */
    display: block;
    margin-top: 8px;
    margin-bottom: 6px;
}

.cat-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
}

.cats-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 19px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.cat-inner {
    width: 52%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
    margin-left: -10px;
    z-index: 000000;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.cat-inner img {
    object-fit: cover;
}

.resturant-main {
    background: #008A66;
    box-shadow: 0px 10px 25px rgba(0, 138, 102, 0.245438);
    border-radius: 15px;
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 19px 10px;
    /* margin-bottom: 30px; */
    position: relative;
}

a.resturant-main::before {
    content: "";
    display: block;
    width: 9999px;
    background: white;
    height: 28px;
    position: absolute;
    right: -3000px;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    background-position: right;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
}

.restaurant-main1[data-v-4f25927a] {
    outline: #fdfdfd solid 2px;
    outline-offset: -6px;
}

.res-texts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 89%;
}

.meal-text a {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    max-width: 190px;
    gap: 10px;
}

.meal-img {
    /* margin: 0px 10px; */
    width: 18%;
}

.meal-text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.cat-main.row .meal-text {
    width: 65% !important;
}

.meal-text::after {
    position: absolute;
    content: "";
    background-image: url(../images/right-top.svg);
    width: 12.73px;
    height: 20px;
    right: 11px;
    top: 6px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}


.black-form-main::after {
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 90px;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
    right: 32px;
}

form.create-for {
    position: relative;
    z-index: 2;
    margin: auto;
}

.login-main::after,
.login-main::before {
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 330px;
    left: -9389px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
    right: 32px;
}

.login-main::before {
    left: auto;
    right: -9623px;
}

.login-main {
    position: relative;
    z-index: 2;
}

.forgot-form::before {
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 45%;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
}

.black-pas {
    background: #008A66;
    box-shadow: 0px 4px 36px rgb(51 71 91 / 10%);
    border-radius: 20px;
    max-width: 547px;
    margin: auto;
    padding: 28px;
    position: relative;
}

.black-pass {
    background: #008A66;
    box-shadow: 0px 4px 36px rgb(51 71 91 / 10%);
    border-radius: 20px;
    width: 100%;
    max-width: 700px;    
    margin: auto;
    padding: 15px;
}

.login-mai .black-pass::before {
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 385px;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
    right: 32px;
}

.search-filter-div > input[data-v-830c7092] {
    height: 40px;
    width: 292px;
    border-radius: 6px;
    /* margin-right: -50px; */
    background: #FFFFFF;
    border: 1px solid rgba(207, 219, 213, 0.7);
    border-radius: 6px;
    padding: 0px 12px;
}

.black-form-main::before {
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 83%;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
}


.black-password {
    background: #008A66;
    box-shadow: 0px 4px 36px rgb(51 71 91 / 10%);
    border-radius: 20px;
    max-width: 547px;
    margin: auto;
    padding: 28px;
    position: relative;
}

.black-password::before {
    position: absolute;
    content: '';
    width: 204%;
    height: 28px;
    background: white;
    top: 45%;
    left: -285px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
}

.meal-text {
    width: 65%;
}

.log-for textarea {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    background-color: transparent;
    resize: none;
    margin-top: 12px;
    padding: 20px;
    color: #fff;
    width: 100%;
}

.log-for label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    display: block;
}


.logins-text a img {
    margin: auto;
}

.log-form input::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.4;
}

.sign-log-anchor img {
    width: 39px;
}

.black-link a img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.review-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rev-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
}

.cat-main.row .meal-text::before {
    display: none;
}

.cat-main.row .meal-text::after {
    display: none;
}

.review-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 1rem 0px;
}

.signal-text h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}

.signal-text span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #E9E9E9;
}

.review-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 20px;
}

.review-main:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.sign-log-main {
    position: relative;
}


.rest-main .meal-text::before {
    display: none;
}

.meal-text::before {
    position: absolute;
    content: "";
    background-image: url(../images/signal-before.png);
    width: 44px;
    height: 18px;
    left: 35%;
    top: 6px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.detiled-main {
    background: #008A66;
    border-radius: 18px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 21px;
    padding-top: 81px;
    position: relative;
}

.detiled-main::after{
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 10%;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
    right: 32px;
}

.detiled-main::before{
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 85%;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
}

.category-detail-main {
    max-width: 698px;
    margin: auto;
}

.detiled-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.detiled-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.detiled-link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.detiled-link a img {
    margin-right: 10px;
    height: 16px;
    width: 12px;
}

li.carousel__slide.carousel__slide--visible img {
    height: 40px !important;
    width: 40px !important;
    object-fit: none !important;
}


.col-2.category-img a img {
    width: 29px !important;
    height: 24px !important;
}

.detiled-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 20px;
}

.detiled-text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.detiled-text span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.8;
}

.det-img img {
    margin: auto;
    object-fit: cover;
    height: 219px;
}

.log-btn button img {
    height: 21px;
}


.det-img {
    margin-bottom: -39px;
    position: relative;
    z-index: 9;
}

.detailed-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto !important;
    width: calc(100% - 18%);
    padding: 30px;
    overflow: hidden;
    z-index: 9;
}

.description-text {
    margin-top: 27px;
}

.description-text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.description-text p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px;
}

.description-text {
    margin-top: 27px;
    border-bottom: 5px solid rgb(255, 255, 255);
    padding-bottom: 24px;
}

.rating-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0px;
}


.rating-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.overal-rating h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
}

.overal-rating {
    padding-top: 24px;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
}

.text-black[data-v-3bca057a] {
    color: rgb(255, 255, 255) !important;
}

.rating-img img {
    margin-left: 15px;
}

.rate-this-business {
    background: #008A66;
    border-radius: 18px;
    padding: 21px;
    position: relative;;
}

.detiled-link img {
    height: 36px;
    width: 36px;
}

.rate-this-business::before {
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 82%;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
}

.rate-this-business::after {
    position: absolute;
    content: '';
    width: 9999px;
    height: 28px;
    background: white;
    top: 7%;
    left: -3000px;
    z-index: -1;
    box-shadow: inset 0px -5px 12px rgb(0 0 0 / 58%);
    right: 32px;
}

.rate-this-business h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 50px;
}

.ratings-text h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.ratting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.log-fors label {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.detiled-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
}

.log-fors textarea {
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.1;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
}

.top-reviews {
    margin-top: 40px;
    border-bottom: 1px solid rgba(96, 109, 122, 0.25);
    padding-bottom: 12px;
}

.top-reviews h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 23px;
    color: #FFFFFF;
}

.rev-img img {
    height: 40px;
    width: 40px;
    border-radius: 7px;
}


.review-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.grene-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.p-div P {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}

.r-text h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.r-text span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #E9E9E9;
}

.r-text {
    margin-left: 8px;
}

/***************************************************/

.menu-icon {
    padding-right: 17px;
    cursor: pointer;
}



.menu-icon:hover .line2 {
    width: 30px;
}

#menu-nav {
    display: none;
}

#menu-nav::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 22.5px;
    border: 10px solid transparent;
    border-bottom: 10px solid black;
}

.coustomer-div:hover #menu-nav {
    background: #FFFFFF;
    box-shadow: 1px 1px 28px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: absolute;
    top: 60px;
    right: 0;
    width: 186px;
    display: grid;
    align-content: center;
    z-index: 11111111111;
}

.menu-list a {
    padding: 15px 0 15px 15px;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0D2A52;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}


.menu-list a:hover {
    padding-left: 30px;
}

/* products */
/* products */
.products {
    margin-top: 17px;
    position: absolute;
    padding-top: 25px;
    padding-left: 37px;
    z-index: 5;
}


.product-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.pro-text {
    margin-top: 20px;
}

.featured-text {
    position: relative;
}

.owl-item .active .firstActiveItem {
    display: none;
}

.owl-carousel .featured-products button {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 0.3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-nav {
    text-align: center;
    margin: 40px 0px;
}

.owl-nav i.fas.fa-arrow-right {
    padding: 10px 20px;
    background-color: var(--pink);
    margin-right: 25px;
    color: var(--white);
}

.owl-nav i.fas.fa-arrow-left {
    padding: 10px 20px;
    color: var(--white);
    background-color: var(--pink);
    margin-right: 25px;
}


.neckless-div .owl-nav i.fas.fa-arrow-right {
    padding: 10px 20px;
    background-color: var(--pink);
    margin-right: 25px;
    color: var(--white);
}

.neckless-div .owl-nav i.fas.fa-arrow-left {
    padding: 10px 20px;
    color: var(--white);
    background-color: var(--pink);
    margin-right: 25px;
}

.pro-text p {
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* or 154% */
    color: var(--black);
    opacity: 0.8;
}

.pro-text span {
    font-size: 300;
    font-size: 15px;
}

.pro-text h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--black);
}

.product-text a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: var(--black);
}

.product-text h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: var(--black);
}

.our-products::before {
    content: "";
    position: absolute;
    height: 656px;
    width: 276px;
    background-image: url(../images/half.png);
    background-repeat: no-repeat;
    right: 0;
    bottom: -268px;
}

.our-products {
    position: relative;
    padding-bottom: 90px;
}



/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.category-slider {
    background: #008A66;
    border-radius: 12px;
    padding: 14px;
    outline: #fdfdfd solid 2px;
    outline-offset: -5px;
    /* margin: auto; */
    width: 200px;
}


.cat-img img {
    height: 40px;
}

.cat-img {
    width: 26%;
}

.category-img span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.categories-main:nth-child(1) .cat-inner img {
    height: 100%;
}

.categories-main:nth-child(2) .cat-inner img {
    height: 100%;
}

.categories-main:nth-child(4) .cat-inner img {
    height: 100%;
}

/* .black-form-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/pilar.png);
    width: 247%;
    height: 28px;
    left: -401px;
    top: 27rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.black-form-main::after {
    position: absolute;
    content: "";
    background-image: url(../images/pilar.png);
    width: 247%;
    height: 28px;
    left: -401px;
    top: 70rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
} */

.black-forms-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/pilar.png);
    width: 190%;
    height: 28px;
    left: -246px;
    top: 7rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.black-forms-main::after {
    position: absolute;
    content: "";
    background-image: url(../images/pilar.png);
    width: 190%;
    height: 28px;
    left: -246px;
    top: 39rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.black-for-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/pilar.png);
    width: 190%;
    height: 28px;
    left: -246px;
    top: 17rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.coustomer-div>img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.black-d {
    width: calc(100% - 18%) !important;
}

.g-btn-wrapper[data-v-5e610566] {
    display: inline-block;
    margin-top: 14px;
}

.login-mai .forgot-form {
    margin-top: 0px;
}
img.img-circle{
    height: 50px !important;
    width: 50px;
    display: flex;
    margin: auto;
    object-fit: cover;
}

img.img-circle{
    height: 50px !important;
    width: 50px;
    display: flex;
    margin: auto;
    object-fit: cover;
}

.g-btn-wrapper[data-v-5e610566] {
    display: inline-block;
    margin-top: 14px;
}


















/*********************************** responsive ************************************/
/**********************************************************************************/
@media screen and (min-width: 1190px) {
    .black-dash {
        width: calc(100% - 18%);
    }
}

@media screen and (max-width: 1199px) {
    .detailed-banner {
        width: calc(100% - 23%);
    }

    .categories-main {
        margin-bottom: 40px;
    }

    .login-main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: initial;
        height: 88%;
    }

    .black-dash {
        width: calc(100% - 23%);
    }

    .black-form-main {
        max-width: 700px;
        margin: auto;
        width: 100%;
    }

    form {
        width: 100%;
    }

    .black-form {
        background-position: center;
    }


    .search-div {
        width: 65%;
    }

    .text-div h3 {
        font-size: 22px;
    }

    .side-bar {
        width: 225px;
    }

    .color-div {
        width: calc(100% - 225px);
        background-color: #E5E5E5;
        padding: 20px;
    }

    .inventory-div {
        background-color: white;
        padding: 20px 10px;
        width: 49%;
    }

    .inventory-div:last-child {
        margin-bottom: 0px;
    }

    .black-d {
        width: calc(100% - 23%);
    }

    .resturant-main {
        width: 32%;
        margin-bottom: 42px;
    }

    section.black-form .black-form-main::before {
        display: none;
    }

    section.black-form .black-form-main::after {
        display: none;
    }
    .cat-main{
        gap: 0;
        justify-content: space-between;
    }
}

@media screen and (max-width: 991px) {
    .resturant-main {
        width: 49% !important;
    }

    .categories-main {
        width: 33% !important;
    }

    section.black-form .black-form-main::before {
        display: none;
    }

    section.black-form .black-form-main::after {
        display: none;
    }

    .black-d {
        width: calc(100% - 26%);
    }

    li.carousel__slide.carousel__slide--visible {
        width: 272px !important;
    }

    .detailed-banner {
        width: calc(100% - 28%);
    }

    .black-form {
        background-position: center;
    }

    .cats-main::before {
        width: 112%;
    }

    .header-logo {
        width: 240px;
    }

    .head-main {
        width: calc(100% - 240px);
    }

    .search-div {
        width: 55%;
    }

    .text-div h3 {
        font-size: 16px;
    }

    .about-cyber ul li {
        font-size: 13px;
    }

    .cyber-img img {
        max-width: 200px;
        margin: auto
    }

    .main-ul li a {
        font-size: 11px;
    }

    .inventory-div {
        width: 100%;
    }

    .cyber-img img {
        max-width: 200px;
        margin: auto;
        object-fit: contain;
    }

    .about-cyber ul li {
        font-size: 10px;
    }

    .cyber-img span {
        font-size: 15px;
    }

    .cyber-img h2 {
        font-size: 26px;
    }

    .head-main {
        width: calc(100% - 20%);
    }

    .header-logo {
        width: 24%;
    }

    .black-dash {
        width: calc(100% - 27%);
        z-index: -1;
    }

    .side-bar {
        width: 24%;
        padding-left: 8px !important;
    }

    .login-main {
        height: 100%;
    }

    .main-ul li a img {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .resturant-main {
        width: 100% !important;
    }
    .categories-main {
        width: 100% !important;
    }

    .black-for {
        height: 100vh !important;
    }

    .black-form.welcome .black-main:after, .black-form.welcome .black-main:before {
        width: 10190px;
    }

    .signal-div > img[data-v-3bca057a] {
        margin: 0px 5px !important;
    }

    .mt-2 {
        margin-top: 3.5rem!important;
    }

    .detiled-text h4 {
        font-size: 19px;
    }

    .detailed-banner {
        padding: 20px;
    }

    .rate-this-business {
        padding: 10px;
    }

    .log-form label {
        left: 6px;
        top: 18px;
    }    
    button.carousel__next {
        right: -25px !important;
    }

    .cats-main::before {
        display: none;
    }

    .black-dash {
        width: 100%;
    }

    .black-d {
        width: 93% !important;
        margin-left: 20px;
    }

    .hotel-img{
        max-width: 100vw !important;
    }
    
    .products {
        padding-left: 19px;
        padding-right: 20px;
    }

    .header-logo {
        width: 90% !important;
    }

    li.carousel__slide.carousel__slide--visible {
        width: 100% !important;
    }

    .categories-main {
        width: 100%;
    }

    .category-slider {
        width: 302px;
    }

    .ratings-text h5 {
        font-size: 11px;
    }

    .detailed-banner {
        width: 100%;
        height: 282rem;
    }

    .detiled-link a {
        font-size: 11px;
    }

    .detiled-link a img {
        margin-right: 5px;
    }

    .detiled-img img {
        width: 100%;
    }

    .detiled-main {
        padding-left: 12px;
        padding-right: 10px;
    }

    .cat-img img {
        height: 80px;
        object-fit: cover;
    }

    .black-dash {
        width: 100% !important;
        z-index: -1;
    }

    .login-main {
        display: block;
    }


    .hotel-img img {
        height: 560px;
    }

    .log-forms input {
        width: 23.33%;
    }

    .login-main {
        height: 100%;
        font-size: 12px;
    }

    .log-form input {
        padding: 0px 35px;
        height: 55px;
        font-size: 11px;
    }

    .log-form input[type="password"]::placeholder {
        font-size: 14px !important;
    }

    form {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .head-main {
        width: 100%;
    }

    .color-div {
        width: 100%;
    }

    .cyber-text {
        width: 100%;
    }

    .cyber-img {
        width: 100%;
        padding: 0px 0px 33px 0px;
    }

    .side-bar.active {
        left: 0;
    }

    .side-bar {
        width: 100%;
        position: absolute;
        left: -100%;
        background-color: #e7e7e7;
        z-index: 999999999999999999999999;
        transition: 0.3s ease;
        top: -50px;
        height: 100%;
        padding-top: 15px;
    }

    header {
        margin-top: 20px;
    }

    .menu-icon {
        padding-left: 7px;
        padding-right: 0px;
        cursor: pointer;
    }

    .dashboard-main {
        position: relative;
        margin-top: 20px;
    }

    .cyber-img h2 {
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .header-logo {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .coustomer-div span {
        display: none;
    }

    .links {
        z-index: 666;
    }

    .header-logo a img {
        max-width: 180px;
    }

    .search-div {
        width: 26%;
        display: none;
    }

    .head-main {
        position: absolute;
        left: 0;
        padding: 0 20px;
    }

    .header {
        position: relative;
    }

    .coustomer-main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 100%;
    }

    .coustomer-div>img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

    .menu-btn i {
        font-size: 22px;
    }

    .links {
        display: none;
        position: absolute;
        right: 0;
        top: 55px;
        background-color: #aecd82;
        color: white;
        width: 100%;
        border-radius: 4px;
        min-width: 160px;
    }

    .notification-div img {
        height: 20px;
        width: 20px;
    }

    .black-form {
        background-position: center;
    }

    .sign-log-main {
        position: relative;
        width: 48%;
    }

    .sign-log-flex {
        gap: 0px;
    }

    a.sign-log-width {
        width: 100%;
        font-size: 17px;
        height: 113px;
        padding: 20px 15px;
    }

    .sign-log-anchor img {
        width: 23px;
    }

    .black-link a {
        min-width: fit-content;
        padding: 12px 129px;
    }

    .black-form.welcome .black-main:after,
    .black-form.welcome .black-main:before {
        bottom: 46px;
    }
}

@media screen and (max-width: 1216px) {

    .black-form {
        background-position: center;
    }

}
@media screen and (max-width: 1292px) {
    .resturant-main{
        width: 31%;
    }
}

@media screen and (max-width: 1239px) {

    .black-form {
        background-position: center;
    }
}

@media screen and (min-width: 1920px) {
    .hotel-img {
        height: calc(100vh - 120px) !important;
    }
    .login-main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .black-dash {
        width: calc(100% - 23%);
    }

    form {
        width: 60%;
    }

    .black-form-main {
        width: 100%;
        max-width: 547px;
        margin: auto;
    }
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #9db6d0 inset !important;
    -webkit-text-fill-color: white !important;
}
    
.black-link.gogle-sigin span {
    display: block;
}

.welcome-main {
    max-width: 560px;
    margin: auto;
}

.black-form {
    padding: 30px 0;
}

.black-for {
    height: 137vh;
}

/* .bla-inner{
    background: #008A66;
    box-shadow: 0px 4px 36px rgb(51 71 91 / 10%);
    border-radius: 20px;
    max-width: 547px;
    margin: auto;
    padding: 28px;
    position: relative;
} */

.black-form-main {
    background: #008A66;
    box-shadow: 0px 4px 36px rgb(51 71 91 / 10%);
    border-radius: 20px;
    max-width: 547px;
    margin: auto;
    padding: 28px;
    position: relative;
}

.log-form p {
    font-size: 12px;
    color: #ff0000;
}

.black-dash {
    /* background-repeat: repeat-y; */
    /* background-size: contain; */
    min-height: 100vh !important;
    height: auto !important;
    width: calc(100% - 22%);
    padding: 30px;
}

.login-mai {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

button.carousel__prev {
    left: -29px;
}

button.carousel__next {
    right: -24px;
}

.res-texts[data-v-4f25927a] {
    width: 100%;
}

.hotel-img img {
    height: calc(100vh - 62px)!important;
    max-width: 100%;
}

.side-bar {
    width: 18% !important;
}

textarea[data-v-3536ab8e] {
    font-size: initial;
    padding: 12px !important;
}

.category-text span {
    font-size: 13px;
    word-break: break-word;
}

.container {
    max-width: 100% !important;
}

.products-main {
    width: 100%;
}



.res-texts {
    width: 100%;
}

.restaurant-main1[data-v-4f25927a] {
    min-height: 99px !important;
    border-radius: 10px !important;
}

.meal-img img {
    object-fit: cover !important;
    border-radius: 7px;
}


.carousel__item {
    min-width: 100%;
}

.black-dash {
    width: calc(100% - 18%);
    overflow: hidden;
}

.categories-main {
    min-height: 180px !important;
    width: 256px;
}

.cat-inner img {
    object-fit: cover;
    min-height: 70px !important;
    margin: auto;
    display: block;
    max-height: 180px;
    width: 100%;
    margin-left: 10px;
    height: 100%;
}

@media(min-width:1400px) {
    .black-form {
        padding: 60px 0;
    }
}

@media(max-width: 1300px) {
    .hotel-img {
        /* width:1000px; */
    }
}

@media screen and (min-width: 1883px) {

    .meal-img {
        width: auto;
    }

    .categories-main {
        min-height: 180px !important;
        width: 290px !important;
        margin-bottom: 40px;
    }
}

.categories-main::before {
    content: "";
    display: block;
    background-image: url(../images/pilar.png);
    width: 9999px;
    height: 20px;
    position: absolute;
    right: -3000px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    background-position: right;
}

.categories-main {
    position: relative;
}

.header-logo {
    width: 16%;
}

/* 
li.carousel__slide.carousel__slide--visible {
    width: 100% !important;
} */

@media screen and (min-width: 3600px) {
    .resturant-main {
        width: 32%;
    }

    .resturant-main {
        width: 32%;
    }
}

@media(max-width:480px) {
    .welcome-img img {
        width: 200px;
    }

    .black-form.welcome .black-main {
        width: 100%;
    }
}

































/* new css */


.newblackform {
    min-height: 600px;
    height: 100vh;
    position: relative;
}
.bottomlinksLogin {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.sign-log-width:hover {
    color: #fff !important;
}

a.sign-log-width::after {
    content: "";
    display: block;
}
a.sign-log-width span {
    display: block;
    position: relative;
    /* max-width: max-content; */
}

a.sign-log-width span:after {
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -6px;
    width: 0;
    transition: 0.6s width;
}

.sign-log-main {}

.sign-log-main:nth-child(2) a span:after {
    left: auto;
    right: 0;
}

a.sign-log-width:hover  span:after {
    width: 70px;
}

.pac-container{
    display: block;
    z-index: 99999999;
}

/* signals */

.ratings-img {
    display: flex;
    align-items: center;
}

.ratings-img input {position: absolute;}

.wrapperInputBlank {
    position: relative;
}

.wrapperInputBlank:first-child label::after {
    content: "";
    display: block;
    margin: auto;
    background: url('../images/signals/red.png');
    position: absolute;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}
.wrapperInputBlank:first-child input:checked ~ label::after {
    display: block;
} 
.wrapperInputBlank input {
    display: none;
}
.wrapperInputBlank label {
    position: relative;
}
.wrapperInputBlank:nth-child(2) label::after {
    content: "";
    display: block;
    margin: auto;
    background: url('../images/signals/yellow.png');
    position: absolute;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}
.wrapperInputBlank:nth-child(2) input:checked ~ label::after {
    display: block;
} 
.wrapperInputBlank:nth-child(3) label::after {
    content: "";
    display: block;
    margin: auto;
    background: url('../images/signals/green.png');
    position: absolute;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}
.wrapperInputBlank:nth-child(3) input:checked ~ label::after {
    display: block;
} 
