@font-face {
    font-family: BlackDiamond;
    src: url(BlackDiamond.ttf);
}
@font-face {
    font-family: ZonaPro-Regular;
    src: url(ZonaPro-Regular.ttf);
}
header {
    background: #ff9900;
    width: 157px;
    height: 100vh;
    border-right: 1px solid #ffba96;
    box-shadow: 0px 0px 20px #cdcdcd30;
    position: relative;
    background: linear-gradient(1deg, #ffc500, #ff9900);
}

html,body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
}

content {
    width: calc(100vw - 102px);
    overflow: hidden;
    overflow-y: auto;
    min-height: 100vh;
    background: #ffffff;
}
logo {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0px;
    background: white;
    margin-top: 30px;
}

logo svg {
    width: 80%;
    height: auto;
    margin: auto;
}

header {
    background: white;
    border: 0;
}

logo svg image {
    width: 100%;
    height: auto;
}

header::before {
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, #ff8f00a1, transparent);
    display: block;
    right: 0;
    top: 0;
    position: absolute;
}
page_title {
    font-family: ZonaPro-Regular;
}
page_title {
    width: 100%;
    height: calc(100vh - 150px);
    display: block;
}

ordering {
    display: block;
    position: absolute;
    right: 2vw;
    width: 200px;
    height: 200px;
    top: 2vh;
}

ordering svg.rotating,ordering svg.rotating image {
    width: 100%;
    height: auto;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

ordering svg.rotating {
    animation: rotate 15s linear infinite;
}

ordering a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: orange;
}

ordering a .icon_svg_dsg {
    height: 64%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

ordering a .icon_svg_dsg svg {
    width: 40px !important;
    height: auto;
    color: #ff7600;
    background: #ffedd6;
    border-radius: 800px;
    padding: 10px;
}

ordering a .icon_svg_dsg + label {
    text-align: center;
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 5px;
    text-decoration: none !important;
}

page_title + menu {
    height: 100px;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #0091ff, #ff0076);
    box-shadow: 0px 0px 10px #ff500045;
}
footer {
    min-height: 150px;
    display: block;
    width: 100%;
    background: #111111;
}

page_title + menu {
    margin-bottom: 0;
}
page_title + menu {
    margin: 0;
    padding: 0;
}

page_title + menu nav {
    margin: 0;
    padding: 0;
    height: 100%;
}

page_title + menu nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    height: 100%;
}

page_title + menu nav ul li {
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative;
}

page_title + menu nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'ZonaPro-Regular';
    color: white;
    position: relative;
}

page_title + menu nav ul li::before {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0px;
    background: #111111;
    content: "";
    transition: 0.3s;
    opacity: 0;
}

page_title + menu nav ul li:hover::before {
    height: 111%;
    transition: 0.3s;
    opacity: 1;
}

page_title + menu nav ul li.active:hover::before {
    height: 111%;
    transition: 0.3s;
    opacity: 1;
}
.minSection {
    height: 80vh;
}

.minSection.home_quality {
    background: #efefef;
}

.minSection.home_quality h2 {
    margin: 0;
    padding: 2vw;
    font-size: 7vw;
    font-family: 'ZonaPro-Regular';
    width: 80%;
    color: #77b824;
}

.minSection.home_quality p {
    font-size: 2vw;
    font-family: 'ZonaPro-Regular';
    width: 77%;
    margin: auto;
    margin-left: 2vw;
}
.minSection.home_catering h2{margin: 0;padding: 2vw;font-size: 3.5vw;font-family: 'ZonaPro-Regular';width: 91%;color: #111111;text-align: right;margin-left: 2%;}



.minSection.home_catering p {
    font-size: 2vw;
    font-family: 'ZonaPro-Regular';
    width: 82vw;
    margin: auto;
    margin-left: 7vw;
    text-align: right;
    color: #ff8300;
}

menu.sticky nav {
    position: fixed;
    top: 0;
    left: 0;
}

menu.sticky nav {
    position: fixed !important;
    background: linear-gradient(45deg, #ff4300, #ffb100);
    height: 100px;
    width: calc(100% - 119px);
    left: 153px;
}

menu.sticky nav ul li:hover::before {
    top: 0;
}
content.sticky ordering {
    top: unset;
    bottom: 2vh;
    width: 100px;
    height: 100px;
    transition: 0.3s;
    background: white;
    border-radius: 800px;
    padding:5px;
}

content.sticky ordering svg.rotating, content.sticky ordering svg.rotating image {
    width: 100px !important;
}

content.sticky ordering a {
    top: 14px;
    transition: 0.3s;
}
page_title {
    position: relative;
}

page_title h2 {
    position: absolute;
    color: white;
    width: 50%;
    font-size: 5vw;
    left: 7vw;
    top: calc(50% - 1vw);
    margin: auto;
}

page_title imgage-g {
    width: 100%;
    overflow: hidden;
}

page_title imgage-g img {
    width: 100%;
}

page_title + menu {
    position: relative;
}

page_title {
    position: relative;
}

page_title h2 {
    position: absolute;
    color: white;
    width: 50%;
    font-size: 5vw;
    left: 7vw;
    top: calc(50% - 1vw);
    margin: auto;
}

page_title imgage-g {
    width: 100%;
    overflow: hidden;
}

page_title imgage-g img {
    width: 100%;
}

page_title + menu {
    position: relative;
}

ordering svg.rotating {
    filter: invert(1);
}
page_title {
    height: calc(100vh - 314px);
}

logo:hover svg {
    filter: grayscale(1);
    transition: 0.3s;
}

logo {
    cursor: pointer;
}
insideheader {
    display: block;
    height: calc(100vh - 245px - 90px);
}

bottomheader {
    height: 200px;
    border-top: 1px solid gainsboro;
    display: block;
    padding: 10px;
}

bottomheader li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

bottomheader li a {
    color: #171c28;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

bottomheader li a svg {
    width: 100%;
}

bottomheader li a:hover {
    color: #ff4a00;
}
.image-tuv {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42vh;
}

.image-tuv img {
    width: 15vw;
}
.minSection.home_sandw isf-sd {
    display: block;
    width: 100%;
}

.minSection.home_sandw isf-sd img {
    width: 100%;
}
.minSection.home_sandw {
    width: 100%;
}

.minSection.home_sandw h3 {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    width: 50%;
    margin: auto;
    font-family: 'ZonaPro-Regular';
    color: white;
    text-align: right;
}

.minSection.home_sandw {
    position: relative;
}
menu.sticky nav {
    z-index: 9999999;
}
.footer-ul {
    display: flex;
    width: 90%;
}

.footer-ul ul {
    color: white;
    font-family: 'ZonaPro-Regular';
}

.footer-ul ul li {
    list-style: none;
    color: white;
    text-decoration: none;
}

.footer-ul ul li a {
    text-decoration: none;
    color: #ff4e00;
    padding: 6px;
    display: block;
}

.footer-ul ul label {
    display: block;
    font-weight: 600;
    padding: 5px;
}
.box-foot-er {
    display: block;
    color: white;
    padding: 25px;
    background: #202538;
    font-family: 'ZonaPro-Regular';
    text-align: right;
    font-size: 14px;
}

.box-foot-er {
    display: block;
    color: white;
    padding: 25px;
    background: #202538;
    font-family: 'ZonaPro-Regular';
    text-align: right;
    font-size: 14px;
}

.footer-ul {
    margin-bottom: 25px;
}

footer h5 {
    margin: 0;
    padding: 42px;
    text-align: left;
    color: white;
    font-size: 1vw;
    font-family: 'ZonaPro-Regular';
    padding-bottom: 25px;
    border-bottom: 1px solid #242424;
}
footer h5 {position: relative;}

footer h5 span {
    position: absolute;
    right: 20px;
}

footer h5 span a {
    padding: 13px 25px;
    background: #ff5500;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 15px;
}

footer h5 span a:hover {
    background: #202538;
}
.minSection.homedoublebox {
    height: auto;
}

.minSection.homedoublebox doublebox-s {
    display: flex;
}

.minSection.homedoublebox doublebox-s dblbox {
    width: 50%;
    background: #efefef;
    min-height: 38vh;
    font-family: 'ZonaPro-Regular';
    padding: 2vw;
    border-right: 1px solid gainsboro;
}

.minSection.homedoublebox doublebox-s dblbox:last-child {
    background: #e3e3e3;
}

.minSection.homedoublebox doublebox-s dblbox label {
    display: block;
    font-size: 2vw;
}
.footer-ul ul {
    width: 17%;
}
.footer-ul ul li a {
    color: #7389dd;
}

.footer-ul ul li a:hover {
    color: #ff4e00;
    transition: 0.3s;
}
.login-page {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-page h2 {
    width: 50%;
    background: red;
    position: relative;
}

.login-page h2 {
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    background: linear-gradient(0deg, #ff4900, transparent);
    display: flex;
}

.login-page h2 span {
    min-width: 10px;
}

.login-form {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(360deg, #ff8b00, transparent);
}

.login-form login {
    display: block;
    padding: 20px;
    min-width: 20vw;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 15px #0000003d;
    border: 1px solid gainsboro;
}

.login-form login line,.login-form login line label ,.login-form login line label input {
    display: block;
}

.login-form login line input {
    border: 0;
    border: 1px solid gainsboro;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 3px;
    outline: linen;
}
btnlogin button {
    padding: 13px 25px;
    background: #ff5500;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    border: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}


btnlogin button:hover {
    background: #202538;
    transition: 0.3s;
}
.minSection.home_quality {
    background: #fff5e2;
}
page_title h1 {
    position: absolute;
    bottom: calc(40% - 5vw);
    display: block;
    width: 50%;
    left: 7vw;
    font-size: 5vw;
    color: white;
    margin: 0;
    display: block;
}
span[data-text='1']+span[data-text='s'],span[data-text='1']+span[data-text='s']+span[data-text='t'] {
    font-size: 3vw;
}
page_title h1 {
    width: 90%;
}
.minSection.home_quality h2.to3words {
    font-size: 3vw;
    color: #2006f4;
    padding-top: 4vw;
}

.minSection.home_quality h2.to3words span[data-class='o'] {
    color: #0066ff;
}

.minSection.home_quality h2.to3words span[data-class='c'] {
    color: #9d00ff;
}
.minSection.home_quality p {
    font-size: 1.5vw;
}
.random-go-arch {
    min-height: 40vh;
}
div#randomgoarch {
    display: block;
    overflow: hidden;
    font-family: 'ZonaPro-Regular';
}
div#randomgoarch {
    position: relative;
    font-weight: 600;
}
.minSection.home_catering {
    display: flex;
    justify-content: center;
    align-items: center;
}
page_title + menu nav ul li.active::before {
    height: 111%;
    opacity: 1;
    background: linear-gradient(45deg, #ff7600, #ffbc00);
    font-weight: 600;
}

page_title + menu nav ul li.active a {
    font-weight: 600;
}

page_title.services h2 {
    color: #6200ff;
}

page_title.services h1 {
    color: #4a4a4a;
}

.minSection.home_quality.services_steam {
    display: flex;
}

.minSection.home_quality.services_steam .box-steam-services {width: 100%;}

.minSection.home_quality.services_steam .box-steam-services:nth-child(1) {
    background: white;
}

.minSection.home_quality.services_steam .box-steam-services:nth-child(2) {
    background: #ffffff;
}

.minSection.home_quality.services_steam.second .box-steam-services:nth-child(2) {}

.minSection.home_quality.services_steam.second {}

.minSection.home_quality.services_steam.second .box-steam-services:nth-child(1) {
    background: white;
}

.minSection.home_quality.services_steam.second .box-steam-services:nth-child(2) {
    background: white;
}

.box-steam-services {
    margin: 10px;
}
.stean0services h2 {
    font-size: 2vw !important;
    text-align: center;
    margin: auto !important;
}

.box-steam-services {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center !important;
}

.stean0services h3 {
    font-family: 'ZonaPro-Regular';
    font-size: 1.5vw;
    margin: 1vw;
    color: #656c6b;
}
.minSection.home_catering.services_steam {
    background: navajowhite;
}
.minSection.home_quality.viewpage {
    height: auto;
    padding-bottom: 10vh;
}

header {
    background: #ffe5cf;
    box-shadow: 0px 0px 10px #00000024;
}

header::before {background: linear-gradient(0deg, #efe3cc, transparent);}

logo {
    background: none !important;
}

header {
    z-index: 99999;
}
