
@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../font/Oswald-ExtraLight.eot');
    src: local('Oswald-ExtraLight'), local('Oswald-ExtraLight'), url('../font/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../font/Oswald-ExtraLight.woff') format('woff'), url('../font/Oswald-ExtraLight.ttf') format('truetype'), url('../font/Oswald-ExtraLight.svg#Oswald-ExtraLight') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../font/Oswald-Regular.eot');
    src: local('Oswald-Regular'), local('Oswald-Regular'), url('../font/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Oswald-Regular.woff') format('woff'), url('../font/Oswald-Regular.ttf') format('truetype'), url('../font/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-style: normal;
    font-weight: normal;
} 

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,700&display=swap');

:root {
    --main-color: #4d5963;
    --main-color-light: #3c3a49;
    --main-alt-color: #282439;
    --secondary-color: #c1bdb3;
    --secondary-dark-color: #969289;
    --light-color: #bdb9d2;
    --light-alt-color: #f7f8ff;
    --purple-color: #5c26d8;
    --yellow-color: #f1da0e;
    --orange-color: #F59E0B;
    --dark-gray: #2c363f;
    --blue-color: #bfd9f2;
    --color-1: rgba(255, 255, 255, 1);
    --color-04: rgba(255, 255, 255, 0.4);
    --color-00: rgba(255, 255, 255, 0.0);
}

html {
    scroll-behavior: smooth;
}

body.modal-open {
    width: 100%;
    position: sticky;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow: hidden !important;
  }

a,
input,
button,
[role="button"] {
    transition: all .3s ease !important;
    -webkit-tap-highlight-color: transparent;
}
* {
    -webkit-tap-highlight-color: transparent;
}
    
input:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

button {
    -webkit-appearance: none !important;
    appearance: none !important;
}


.sans {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.sans-semibold {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
}
.sans-bold {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

.oswaldExtralight {
    font-family: Oswald-ExtraLight !important;
}

.oswaldRegular {
    font-family: Oswald-Regular !important;
}

.smooth {
    transition: all .3s ease;
}
.smooth-fast {
    transition: all .1s ease;
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    border-radius: 10px;
    background: var(--main-color);
}

 ::-webkit-scrollbar-thumb {
    /* background: #feb911; */
    background: var(--secondary-color);
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
    border-radius: 10px;
}

.imprint-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.disNone {
    display: none !important;
}

.disBlock {
    display: block !important;
}

.bg-primary-alt {
    background: var(--main-alt-color) !important;
}

.bg-light-c {
    background: var(--light-alt-color) !important;
}

.bg-light-alt {
    background: var(--light-color) !important;
}

.bg-purple {
    background: var(--purple-color) !important;
}

.bg-gradient {
    background: linear-gradient(to bottom, rgba(41, 41, 41, .9) 1%, rgba(41, 41, 41, .5) 50%, rgba(41, 41, 41, .1) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6292929', endColorstr='#1a292929', GradientType=0); */
}
.text-blue {
    color: var(--blue-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.text-light-alt {
    color: var(--light-alt-color) !important;
}

.text-orange {
    color: var(--orange-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-primary {
    color: var(--main-color);
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.text-secondary-dark {
    color: var(--secondary-dark-color) !important;
}

.bg-primary {
    background: var(--main-color) !important;
}
.bg-secondary {
    background: var(--secondary-color) !important;
}
.btn-primary {
    background: var(--main-color) !important;
    color: #ffffff;
}

.btn-primary:hover {
    background: var(--secondary-color) !important;
    color: #000 !important;
}

.btn-secondary {
    background: var(--secondary-color) !important;
    color: var(--main-color) !important;
}

.btn-secondary:hover {
    background: var(--main-color-light) !important;
    color: var(--secondary-color) !important;
}

.a-white {
    color: #ffffff;
}

.a-white:hover {
    color: var(--secondary-color);
}

.a-dark {
    color: #201d2c;
}

.a-dark:hover {
    color: var(--secondary-color) !important;
}

.a-main {
    color: var(--main-color);
}

.a-main:hover {
    color: var(--orange-color);
}

.a-secondary {
    color: var(--secondary-color);
}

.a-secondary:hover {
    color: #ffffff;
}

.a-orange {
    color: var(--orange-color);
}

.a-orange:hover {
    color: var(--main-color);
}

.cs-shadow {
    box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.1);
}

.dark-shadow {
    box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.2);
}

.tx-shadow {
    text-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
}

.light-shadow {
    box-shadow: -5px 10px 50px rgba(255, 255, 255, 0.1);
}

.shadow-primary {
    box-shadow: -5px 10px 20px rgba(77, 89, 99, 0.4) !important;
}

.shadow-primary:hover {
    box-shadow: -5px 10px 20px rgba(255, 255, 255, 0.15) !important;
}

.z-hard {
    z-index: 9999999999;
}
.z-harder {
    z-index: 99999999999999 !important;
}

.leading-11 {
    line-height: 2.5rem !important;
}

.leading-12 {
    line-height: 2.6rem !important;
}

.leading-13 {
    line-height: 3.5rem !important;
}

.jcc {
    justify-content: center !important;
}

.jce {
    justify-content: flex-end!important;
}

.jcs {
    justify-content: flex-start !important;
}

.jcb {
    justify-content: space-between !important;
}

.jcr {
    justify-content: space-around !important;
}

.aic {
    align-items: center !important;
}

.aie {
    align-items: flex-end !important;
}

.ais {
    align-items: flex-start !important;
}

.b {
    font-weight: bold !important;
}

canvas {
    position: fixed;
}

.transp-back-02 {
    background: rgba(0, 0, 0, 0.2);
}

.transp-back-02:hover {
    background: rgba(61, 174, 254, 1);
}

.cs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cs-overlay img {
    position: absolute;
    top: 100px;
    left: right;
    width: 100%;
    filter: invert(1);
}

.front-top-text {
    margin-top: 95px;
}

.hdSticky {
    position: fixed;
    font-size: 32px;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 1em 0;
    color: white;
    text-align: center;
    transition: .52s !important;
}

.hdFixed {
    position: fixed !important;
    left: 0 !important;
    height: 90px !important;
    transition: .55s !important;
    width: 800px !important;
    border-radius: 0 0 6rem 6rem !important;
    border-right: 9px solid var(--secondary-color);
    box-shadow: -5px 20px 30px rgba(0, 0, 0, 0.1);
}

.hdSticky .top-logo img {
    transition: all .3s ease;
}

.hdFixed .top-logo img {
    transform: scale(0.7);
}

.top-contact,
.top-contact-alt {
    transition: all .3s ease;
}

.hdFixed .top-contact {
    display: none !important;
}

.hdFixed nav a {
    font-size: 12px !important;
}

.home-top {
    min-height: 100vh;
    /* padding-top: 150px !important; */
    background: url('../img/meet-me-halfway-2.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
}

.home-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgba(17, 17, 17, 0.5) 50%, rgba(41, 41, 41, .3) 100%);
    z-index: -1;
}

.home-top-in {
    height: 150px;
    padding-top: 150px !important;
    background: url('../img/meet-me-halfway-5.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .home-top {
        height: 100vh;
        background: url('../img/meet-me-halfway-mobile.jpg') center no-repeat;
        background-size: cover;
        z-index: 1;
    }
}

.home-top-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(41, 41, 41, 1) 1%, rgba(41, 41, 41, .7) 50%, rgba(41, 41, 41, .1) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgba(17, 17, 17, 0.7) 50%, rgba(41, 41, 41, .3) 100%);
    z-index: -1;
}

footer {
    background: url('../img/meet-me-halfway-6.jpg') bottom  no-repeat;
    background-size: cover;
    position: relative;
    min-height: 670px;
    overflow: hidden;
}


/* .footer-in {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgba(17, 17, 17, 0.7) 50%, rgba(41, 41, 41, .3) 100%);
  } */

.footer-in {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.71) 1%, rgba(17, 17, 17, 0.7) 50%, rgba(41, 41, 41, 0.7) 100%);
}


/* .footer-pattern {
    width: 50%;
  } */

footer svg {
    fill: var(--main-color);
    transition: all .3s ease;
}

footer svg:hover {
    fill: #ffffff;
}

.bottom-logo {
    width: 30px;
}

.ak-border {
    border-color: #534c70 !important;
}

.ak-border-light {
    border-color: #383252 !important
}

.f-text::after {
    content: '';
    position: absolute;
    bottom: -40px;
    background: var(--secondary-color);
    width: 80px;
    height: 6px;
}

.p-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-color);
    width: 50px;
    height: 6px;
}

.message-back {
    top: 20%;
    left: calc(50% - 600px);
    width: 100%;
    max-width: 1200px;
}

.contact-element {
    height: 68px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000s;
    -webkit-text-fill-color: var(--main-color) !important;
}
.w-4 {
    width: 1rem;
}
.w-10p {
    width: 10px !important
}

.w-13p {
    width: 13px !important
}

.w-15p {
    width: 15px !important
}

.w-20p {
    width: 20px !important
}

.w-25p {
    width: 25px !important
}

.w-30p {
    width: 30px !important
}

.w-40p {
    width: 40px !important
}

.w-50p {
    width: 50px !important
}

.w-60p {
    width: 60px !important
}

.w-65p {
    width: 65px !important
}

.w-70p {
    width: 70px !important
}

.w-80p {
    width: 80px !important
}

.w-90p {
    width: 90px !important
}

.w-100p {
    width: 100px !important
}

.w-110p {
    width: 110px !important
}

.w-120p {
    width: 120px !important
}

.w-130p {
    width: 130px !important
}

.w-140p {
    width: 140px !important
}

.w-150p {
    width: 150px !important
}

.w-160p {
    width: 160px !important
}

.w-170p {
    width: 170px !important
}

.w-180p {
    width: 180px !important
}

.w-190p {
    width: 190px !important
}

.w-200p {
    width: 200px !important
}

.w-210p {
    width: 210px !important
}

.w-220p {
    width: 220px !important
}

.w-230p {
    width: 230px !important
}

.w-240p {
    width: 240px !important
}

.w-250p {
    width: 250px !important
}

.w-260p {
    width: 260px !important
}

.w-270p {
    width: 270px !important
}

.w-280p {
    width: 280px !important
}

.w-290p {
    width: 290px !important
}

.w-300p {
    width: 300px !important
}

.h-4 {
    height: 1rem;
}
.h-10p {
    height: 10px !important
}

.h-15p {
    height: 15px !important
}

.h-20p {
    height: 20px !important
}

.h-25p {
    height: 25px !important
}

.h-30p {
    height: 30px !important
}

.h-35p {
    height: 35px !important
}

.h-40p {
    height: 40px !important
}

.h-50p {
    height: 50px !important
}

.h-60p {
    height: 60px !important
}

.h-70p {
    height: 70px !important
}

.h-80p {
    height: 80px !important
}

.h-90p {
    height: 90px !important
}

.h-100p {
    height: 100px !important
}

.h-110p {
    height: 110px !important
}

.h-120p {
    height: 120px !important
}

.h-130p {
    height: 130px !important
}

.h-140p {
    height: 140px !important
}

.h-150p {
    height: 150px !important
}

.h-160p {
    height: 160px !important
}

.h-170p {
    height: 170px !important
}

.h-180p {
    height: 180px !important
}

.h-190p {
    height: 190px !important
}

.h-200p {
    height: 200px !important
}

.h-210p {
    height: 210px !important
}

.h-220p {
    height: 220px !important
}

.h-230p {
    height: 230px !important
}

.h-240p {
    height: 240px !important
}

.h-250p {
    height: 250px !important
}

.h-260p {
    height: 260px !important
}

.h-270p {
    height: 270px !important
}

.h-280p {
    height: 280px !important
}

.h-290p {
    height: 290px !important
}

.h-300p {
    height: 300px !important
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-52 {
    font-size: 52px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-68 {
    font-size: 68px !important;
}

.fs-72 {
    font-size: 72px !important;
}

.text-8xl {
    font-size: 5rem !important;
}

.text-5xl {
    font-size: 3rem !important;
    ;
    line-height: 1 !important;
    ;
}

.text-6xl {
    font-size: 3.75rem !important;
    ;
    line-height: 1 !important;
    ;
}

.text-7xl {
    font-size: 4.5rem !important;
    ;
    line-height: 1 !important;
    ;
}

.text-8xl {
    font-size: 6rem !important;
    ;
    line-height: 1 !important;
    ;
}

.text-9xl {
    font-size: 8rem !important;
    ;
    line-height: 1 !important;
    ;
}

.polygon {
    -webkit-clip-path: polygon(0 30%, 30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
}
.polygon-alt {
    -webkit-clip-path: polygon(0 0, 30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
}

.polygon-one_side {
    -webkit-clip-path: polygon(0 0, 15% 0, 100% 0, 100% 82%, 85% 100%, 0 100%);
}
/* .front-contact {
    position: absolute;
  } */

iframe {
    width: 100%;
    z-index: 1;
    filter: grayscale(1);
}

.iframe-area::before {
    content: '';
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    background: url('../img/design-3.png') no-repeat;
    background-size: 100px 100px;
    z-index: 999999;
}

.iframe-area::after {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    background: url('../img/design-1.png') no-repeat;
    background-size: 90px 90px;
    z-index: 1;
}


/* .map-area::before {
    position: absolute;
    content: '';
    right: -260px;
    bottom: 0;
    width: 850px;
    height: 850px;
    background: url('../img/fourpats.webp') center no-repeat;
    background-size: 850px 850px;
    filter: grayscale(1);
    opacity: 0.05;
    z-index: 1;
    transform: rotate(15deg);
  } */

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--secondary-color);
    color: #ffffff;
}

.rounded-4xl {
    border-radius: 2rem;
}

.rounded-5xl {
    border-radius: 2.5rem;
}

.rounded-6xl {
    border-radius: 3rem;
}

.rounded-7xl {
    border-radius: 4rem;
}

.rounded-8xl {
    border-radius: 5rem;
}

.rounded-9xl {
    border-radius: 6rem;
}

.rounded-10xl {
    border-radius: 7rem;
}

.rounded-tl-5xl {
    border-top-left-radius: 2.5rem;
}

.rounded-tr-5xl {
    border-top-right-radius: 2.5rem;
}

.rounded-tr-6xl {
    border-top-right-radius: 4rem;
}

.rounded-b-5xl {
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
}

.rounded-bl-4xl {
    border-bottom-left-radius: 2rem;
}

.rounded-t-2xl {
    border-top-left-radius: 2rem/* 16px */;
    border-top-right-radius: 2rem/* 16px */;
}

.grayscale {
    filter: grayscale(100%);
}

.hue {
    filter: hue-rotate(-0.25turn);
}

.invert {
    filter: invert(1);
}

.mirror {
    transform: scaleX(-1);
}

.more {
    background: var(--secondary-color);
    box-shadow: -5px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

.more span {
    background: var(--main-color);
    color: var(--secondary-color);
    font-size: 14px;
    border-radius: 0.8rem;
    transition: all .3s ease;
}

.more i {
    color: var(--main-color);
}

.more:hover {
    background: var(--main-color);
    border-radius: 1rem 0.8rem 0.8rem 1rem;
}

.more:hover span {
    background: var(--secondary-color);
    color: var(--main-color);
}

.more:hover i {
    color: var(--secondary-color);
}

.users {
    filter: grayscale(100);
    opacity: 0.7;
}

.users:hover {
    filter: grayscale(0);
    transform: scale(1.2);
    opacity: 1;
}

.projects-area {
    border-radius: 11rem 0 11rem 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.2);
}

.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.section-9,
.section-10,
.section-11 {
    z-index: 1;
}


/* .section-2::before {
    content: '';
    width: 150px;
    height: 150px;
    border-radius: 8px;
    background: url('../img/design-1.png') no-repeat;
    background-size: 150px 150px;
    filter: drop-shadow(-5px 10px 30px rgba(0, 0, 0, 0.1));
    position: absolute;
    bottom: -20px;
    right: 10%;
    z-index: -1;
  } */

.section-3::before {
    content: '';
    width: 420px;
    height: 401px;
    border-radius: 8px;
    background: url('../img/drink.png') no-repeat;
    background-size: 420px 401px;
    position: absolute;
    bottom: -400px;
    left: -100px;
    z-index: -1;
}

.section-3::after {
    content: '';
    width: 420px;
    height: 237px;
    border-radius: 8px;
    background: url('../img/sandwich-back.webp') no-repeat;
    background-size: 420px 237px;
    position: absolute;
    bottom: -800px;
    right: 0;
    z-index: -1;
}


/* .section-3::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background:var(--secondary-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    bottom: -20px;
    left: 15%;
    z-index: -1;
    transform: rotate(-20deg);
  } */

.section-4::before {
    content: '';
    width: 300px;
    height: 179px;
    border-radius: 8px;
    background: url('../img/tea-back-2.webp') no-repeat;
    background-size: 300px 179px;
    position: absolute;
    top: 100px;
    left: -80px;
    z-index: -1;
}

.section-5::before {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -30px;
    left: 70px;
    z-index: -1;
}

.section-5::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: -1;
    transform: rotate(20deg);
}

.section-6 {
    border-radius: 12rem 0 0 0;
}

.section-6::before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    bottom: 150px;
    left: 20%;
    z-index: 1;
    transform: rotate(20deg);
}

.section-6::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    top: 50px;
    right: 5%;
    z-index: -1;
    transform: rotate(-20deg);
}

.section-7::before {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: var(--light-color);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -100px;
    left: -800px;
    z-index: 999999999;
    transform: rotate(20deg);
}

.section-9::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--light-color);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 15px;
    right: 5%;
    z-index: -1;
    transform: rotate(-20deg);
}

.section-9::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    bottom: 15px;
    left: 5%;
    z-index: -1;
    transform: rotate(20deg);
}

.section-10::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    bottom: -10px;
    left: 10%;
    transform: rotate(20deg);
}

.section-10::after {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50px;
    right: 10%;
    z-index: -1;
    transform: rotate(-20deg);
}


/* .section-11::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background:var(--secondary-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    bottom: -15px;
    right: 7.5%;
    transform: rotate(20deg);
    z-index: 1;
  } */


/* .section-11::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background:#c7c7c7;
    box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -130px;
    right: 5%;
    z-index: -1;
    transform: rotate(-20deg);
  } */

.section-12::before {
    content: '';
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #c7c7c7;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -23px;
    left: 5%;
    transform: rotate(-30deg);
    z-index: 1;
}

.section-12::after {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    top: -15px;
    right: 5%;
    transform: rotate(20deg);
}


/* background:#c7c7c7;
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.2); */

.section-13::before {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    bottom: -15px;
    left: 7.5%;
    transform: rotate(20deg);
    z-index: 1;
}

.section-13::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--main-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3);
    position: absolute;
    top: -15px;
    right: 5%;
    transform: rotate(-20deg);
}

.nav-menu-area {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgb(34, 41, 48) !important;
    border-radius: 2rem 2rem 0 0;
}

.bg-mobileNav{
    background: rgba(38, 47, 54, 0.7) !important;
    height: 70px;
}

.bg-mainColor{
    background: rgba(44, 54, 63, 1) !important;
}

.cart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 999999999;
}

.input-burger{
    background-color: rgba(77, 89, 99, 0.5); 
    color: rgb(255, 255, 255);
}

.nav-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* box-shadow: 0 -15px 30px rgba(255, 255, 255, 0.3); */
}
.nav-basket {
    position: absolute;
    top: 6px;
    left: 0px;
}
.fcc {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.login-dot {
    font-size: 9px;
}

.top-4 {
    top: 1rem/* 16px */;
}

.leading {
    line-height: 1.2rem/* 16px */;
    font-size: 14px;
 
    
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.h-screen {
    height: 100vh;
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem/* 24px */;
    border-top-right-radius: 1.5rem/* 24px */;
}

.h-screen {
    height: 100vh;
}

.justify-center {
    justify-content: center;
}

.menu__button {
    /* --x: -50%;
    --y: 0;
    --z: 0; */
    transform: translate3d(var(--x), var(--y), var(--z));
    cursor: pointer;
    z-index: 105;
    transition: 0.8s cubic-bezier(0.33, 1, 0.53, 1);
    width: 100%;
    height: 80px;
}

.menu__button[hidden] {
    --y: 200%;
}

.menu__overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}

.menu__body {
    --x: 0;
    --y: 0;
    --z: 0;
    display: block;
    width: 100%;
    background: var(--main-color);
    padding-bottom: 15px;
    border-top: 3px solid var(--main-color-light);
    border-radius: 2rem 2rem 0 0;
    box-shadow: 0px -9px 50px -30px black;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 105;
    transform: translate3d(var(--x), var(--y), var(--z));
    transition: 0.8s cubic-bezier(0.33, 1, 0.53, 1);
}

.menu__body[hidden] {
    --y: 150%;
}

.menu__body>*:not(:last-child) {
    border-bottom: 2px solid var(--neutral);
}

.menu__header {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}


/* .serve-right {
    background: url('../img/soft-dev-back.webp') center no-repeat;
    background-size: 500px 300px;
  } */

.-z-1 {
    z-index: -1 !important;
}

.z-1 {
    z-index: 1 !important;
}

.serv-img {
    max-width: 220px;
    filter: drop-shadow(-5px 10px 20px rgba(0, 0, 0, 0.2));
    transform: rotate(10deg);
}

.cloud-img {
    max-width: 520px;
    filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.2));
}

.prot-img {
    max-width: 370px;
    filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.2));
}

.portfolio-menu {
    text-align: left;
    /* margin: 30px auto; */
}

.portfolio-menu * {
    transition: all .3s ease;
}

.portfolio-menu ul li {
    display: inline-block;
    list-style: none;
    /* box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    font-weight: bold;
    /* color: rgba(0, 0, 0, 0.4); */
    /* border-radius: 20px; */
}

.portfolio-menu ul li .pli-in {
    padding: 10px 20px 10px 20px;
    /* border-radius: 20px; */
}

.portfolio-menu ul li:hover {
    color: #F59E0B;
}

.portfolio-menu ul {
    padding: 0;
}

.portfolio-menu ul li.active {
    /* color: #F59E0B; */
    font-weight: bold;
    /* background: var(--secondary-color);
    box-shadow: -5px 10px 30px rgba(241, 218, 1, 0.3); */
    border: none;
}

.portfolio-item {
    /* max-width: 1500px;
    margin: 30px auto; */
    min-height: 500px;
    justify-content: space-between !important;
}

.portfolio-item .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-item .item div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about {
    background: url('../img/who-we-are.webp') center no-repeat;
    background-position: fixed;
    background-size: cover;
    /* height: 500px; */
}

.top-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(32, 29, 44, 0.7);
}

.achieve {
    position: relative;
    z-index: 1;
}

.achieve::before {
    position: absolute;
    left: -30px;
    bottom: -30px;
    content: '';
    width: 80px;
    height: 80px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
}


/* .achieveness::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 398px;
    background: url('../img/pattern-alt.png') right no-repeat;
    background-size: 175px 398px;
    opacity: 0.1;
    transform: rotateY(180deg);
  }
  .achieveness::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 398px;
    background: url('../img/pattern.png') left no-repeat;
    background-size: 300px 398px;
    opacity: 0.1;
    transform: rotateY(180deg);
  } */

.team-members img {
    filter: grayscale(1);
    /* opacity: 0.85; */
    transition: all .3s ease;
}

.team-members:hover img {
    filter: grayscale(0);
    /* opacity: 1; */
}

.box-area {
    background: rgb(255, 251, 251);
    background: radial-gradient(circle, rgba(255, 251, 251, 1) 0%, rgba(249, 250, 251, 1) 75%);
}

.box {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.04);
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.box#box-10 {
    display: none !important;
}

.home-top .box {
    width: 100px;
    height: 50px;
    background: rgba(255, 255, 255, 0.018);
    box-shadow: -5px 5px 35px rgba(255, 255, 255, 0.03);
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
}

.home-top .box#box-8,
.home-top .box#box-9 {
    display: none !important;
}

.top-social {
    position: absolute;
    bottom: 100px;
    left: 2%;
    /* transform: rotate(-90deg) scaleX(-1); */
    /* transform: rotate(-90deg);
    transform-origin: top left; */
}


/* .top-social .content {
    transform: scaleX(-1);
  } */

.top-cart {
    position: relative;
    width: 50px;
    height: 50px;
    background: url('../img/cart-2.png') no-repeat;
    background-size: 50px 50px;
}

.cart-badge::before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 12px;
    z-index: -1;
}


/* .res-cart::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:  rgba(94, 125, 153, 0.95) !important;
    z-index: -1;
  } */

.res-cart-badge {
    position: absolute;
    top: -10px;
    right: -10px;
}


/*-----------------------------------------------------
                        Testimonial
  -----------------------------------------------------*/

.testim {
    width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    /* min-height: 674px; */
    padding: 20px;
    margin: 0 auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 1300;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: var(--main-color);
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f1f0eb;
    margin: 0 10px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}

.testim .dots .dot img {
    opacity: 0;
    transition: all .3s ease;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: none;
    /* background-size: 20px 20px; */
    transition: all .3s ease;
}

.testim .dots .dot.active img,
.testim .dots .dot:hover img {
    opacity: 1;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 0 0 70px 0; */
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testi-img {
    filter: drop-shadow(-10px 10px 30px rgba(77, 89, 99, 0.15));
    height: 500px;
    object-fit: cover !important;
}

.testi-p {
    min-height: 250px;
}


/* 
.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
} */

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .testim-name {
    -webkit-animation: testim-content-in .6s ease-in-out forwards;
    -moz-animation: testim-content-in .6s ease-in-out forwards;
    -ms-animation: testim-content-in .6s ease-in-out forwards;
    -o-animation: testim-content-in .6s ease-in-out forwards;
    animation: testim-content-in .6s ease-in-out forwards;
}

.testim .cont div.active .testim-text {
    -webkit-animation: testim-content-in .8s ease-in-out forwards;
    -moz-animation: testim-content-in .8s ease-in-out forwards;
    -ms-animation: testim-content-in .8s ease-in-out forwards;
    -o-animation: testim-content-in .8s ease-in-out forwards;
    animation: testim-content-in .8s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .testim-name {
    -webkit-animation: testim-content-out .6s ease-in-out forwards;
    -moz-animation: testim-content-out .6s ease-in-out forwards;
    -ms-animation: testim-content-out .6s ease-in-out forwards;
    -o-animation: testim-content-out .6s ease-in-out forwards;
    animation: testim-content-out .6s ease-in-out forwards;
}

.testim .cont div.inactive .testim-text {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
        box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px rgba(77, 89, 99, 0.2);
    }
    100% {
        box-shadow: 0px 0px 0px 0px rgba(77, 89, 99, 0.2);
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: translateY(-8%);
        transform: translateY(-8%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: translateY(-8%);
        transform: translateY(-8%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: translateY(-8%);
        transform: translateY(-8%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: translateY(-8%);
        transform: translateY(-8%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: translateY(-8%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-8%);
        transform: translateY(-8%);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-8%);
        transform: translateY(-8%);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-8%);
        transform: translateY(-8%);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -o-transform: translateY(-8%);
        transform: translateY(-8%);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-8%);
    }
}

.attr-items {
    filter: grayscale(100);
    opacity: 0.7;
    min-width: 80px;
}

.attr-items-selected {
    filter: grayscale(0) !important;
    opacity: 1 !important;
    transition: all .3s ease;
    transform: scale(1.1);
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

.angled {
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

.de-angled {
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
}

.blog-list-img:hover .p-design {
    transition: all .3s ease;
}

.blog-list-img:hover .p-design {
    filter: invert(1);
}

.side-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    border-radius: 5rem 0 0 0;
    /* background: #ffffff; */
    background: #ffffff;
    z-index: 9999999999999;
    /* -webkit-clip-path: polygon(0 3%, 30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%); */
}

.mobile-bottom-cart {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    /* max-width: 450px; */
    height: 65vh;
    overflow-y: scroll;
    border-radius: 1rem 1rem 0 0;
    /* background: #ffffff; */
    background: rgba(255, 255, 255, 0.98);
    z-index: 99999999999999999999999999999;
    /* -webkit-clip-path: polygon(0 3%, 30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%); */
}

.mobNav ::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

.prod-add i {
    position: absolute !important;
    bottom: 12px !important;
    right: 11px !important;
    padding: 1px 5px 0 3px !important;
}

/* .cart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999999;
} */

.stroke-primary-1 {
    -webkit-text-stroke: 1px var(--main-color);
}

.stroke-green-1 {
    -webkit-text-stroke: 1px #34D399;
}

.stroke-white-1 {
    -webkit-text-stroke: 1px #ffffff;
}

.payment-method {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.payment-method label {
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.payment-method label input {
    position: absolute;
    left: -9999px;
}

.payment-method label input:checked+span {
    color: var(--main-color);
}

.payment-method label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em var(--main-color);
}

.payment-method label span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    color: #b6b6b6;
}

.payment-method label span:before {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 1px #7e7e8f;
}

.chk-final {
    border-radius: 5rem 0 0 0;
}


.home-top .logo-face {
    width: 70px;
}

.home-top .text-top {
    width: 300px;
}

.home-top .text-bottom {
    width: 200px;
}

.home-top-in .logo-face {
    width: 30px;
}

.home-top-in .text-top {
    width: 150px;
}

.home-top-in .text-bottom {
    width: 100px;
}

.home-top-in .front-logo {
    margin-top: 40px;
}

.title-price {
    width: calc(100% - 70px);
}

.menu-area {
    width: 100%;
    min-height: 600px;
}

.attr-info-w {
    width: calc(100% - 90px) !important;
}

.pattern-fullback {
    width: 100%;
    height: 80px;
    background: url('../img/bottompattern.png') repeat-x;
    background-size: 486px 80px;
}

.header__nav {
    position: relative;
}

.header__navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__item {
    padding: 1rem;
}

.header--icon {
    width: 1.2rem;
    height: 1.2rem;
}

.header--button {
    right: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    color: gray;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
}

.header--button:focus {
    outline: 0;
}

.dropdown__menu {
    top: 100%;
    right: 0;
    position: absolute;
    z-index: 10;
    
    margin-top: 1rem;
    overflow-y: auto;
    border-radius: 12px;
    background-color: var(--dark-gray);
    border: 1px solid var(--color-gray);
    background-clip: padding-box;
}

.dropdown__menu-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.dropdown__menu-link:hover {
    /* color: #ffffff; */
    background: rgba(77, 89, 99, 0.5);
}

.dropdown__menu-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
}


.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all 0.6s;
}

.slide-fade-enter,
.slide-fade-leave-active {
    opacity: 0;
}

.slide-fade-enter {
    transform: translateX(31px);
}

.slide-fade-leave-active {
    transform: translateX(-31px);
}

.dropdown-enter-active,
.dropdown-leave-active {
    transition: all .4s;
}

.dropdown-enter,
.dropdown-leave-to {
    opacity: 0;
    transform: translateY(30px);
}

.main {
    margin: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main__subtitle {
    color: #4f5959;
    font-weight: 100;
    margin-bottom: 2rem;
}

.main__link {
    margin-right: 1.5rem;
    display: inline-block;
}

.main__link:last-child {
    margin-right: 0;
}

.main__svg {
    width: 2rem;
    height: 2rem;
    opacity: 0.6;
    color: #94a2b0;
}

.main__svg:hover {
    color: #ffad1f;
}

.quick-menu {
    bottom: 10px !important;
}

.quick-menu>.menu {
    box-shadow: none !important;
    cursor: pointer;
}

.core-menu {
    background: var(--dark-gray) !important;
    box-shadow: none !important;
}

.cs-account .quick-menu :nth-child(2) {
    top: -100px !important;
    left: -100px !important;
}

.cs-account .core-menu {
    position: relative;
}

.cs-account .active .core-menu {
    transform: none !important;
    -webkit-transform: none !important;
}

.cs-account .quick-menu.active {
    transform: none !important;
    -webkit-transform: none !important;
}


/* .cs-account .core-menu::before {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    content:"\f007";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 26px;
    opacity: 0.8;
  } */

.cs-account .bar {
    display: none !important;
}

.sub-menu {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.min-page-height {
    min-height: 65vh !important;
}

.notfound {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.notfound .upper {
    width: 18%;
    min-width: 190px;
}

.notfound h1 {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.front-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/fourpats.webp') center;
    z-index: -1;
    opacity: 0.07 !important;
    border-radius: 5rem !important;
}



.test {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.test::after {
    position: absolute;
    background-image: url('../img/discount-w.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 35px; 
    height: 35px;
    content:"";
}
.quick-menu .sub-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
.quick-menu .sub-menu a i {
    margin-top: 0px !important;
}

.man-quick {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imprint-container {
    background: rgba(0, 0, 0, 0.4);
}
.imprint-modal {
    width: 80vw;
    height: 80vh;
    background: url('../img/bottompattern.png') bottom -35px left repeat-x;
}
.prod-min-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.det-img {
    max-height: calc(60vh + 200px)
  }
  .polygon-small {
    -webkit-clip-path: polygon(0 20%, 15% 0, 100% 0, 100% 80%, 87% 100%, 0 100%);
}
.bg-det {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8799894957983193) 0%, rgba(0,0,0,0.3) 46%, rgba(255,255,255,0) 100%);
  }
  
  .more-ind::before {
    content: '';
    position: absolute;
    bottom: 10px;
    background: var(--secondary-color);
    width: 80px;
    height: 6px;
}
.small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: -10px
  }
  
  .cont {
    text-align: center;
  }
@media screen and (max-width:639px) {
    .front-top-text {
        margin-top: 22vh;
    }
    iframe {
        height: 1100px;
    }
    .front-contact {
        width: 90%;
        padding: 60px 0 60px 0;
        bottom: 70px;
        right: 5%;
    }
    .front-contact-info {
        flex-direction: column;
    }
    .fct-tilte {
        padding-bottom: 50px !important;
        order: 1;
    }
    .fct-info {
        order: 2;
    }
    .f-text::after {
        left: calc(50% - 40px);
    }
    .f-text {
        margin-bottom: 40px;
    }
    .section-2::before {
        display: none !important;
    }
    .section-2::after {
        display: none !important;
    }
    .section-3::before {
        display: none !important;
    }
    .section-3::after {
        display: none !important;
    }
    .section-4::before {
        display: none !important;
    }
    .section-4::after {
        display: none !important;
    }
    .section-5::before {
        display: none !important;
    }
    .section-5::after {
        display: none !important;
    }
    .section-6::before {
        display: none !important;
    }
    .section-6::after {
        display: none !important;
    }
    .section-7::before {
        display: none !important;
    }
    .section-10::after {
        display: none !important;
    }
    .portfolio-item .item {
        width: 100%;
    }
    .portfolio-item .item .item-in {
        width: 90%;
        margin: 0 auto 40px auto;
        padding: 15px;
    }
    .team-members {
        width: 100%;
    }
    .home-top .box#box-5,
    .home-top .box#box-6,
    .home-top .box#box-7 {
        display: none !important;
    }
    .c-1,
    .c-2 {
        display: none !important;
    }
    header {
        height: 70px !important;
    }
    .top-area {
        height: 100vh;
    }
    .products-items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .products-items .item {
        width: 90%;
        margin: 0 auto !important;
    }
    .home-items .item {
        width: 90%;
        margin: 0 auto !important;
    }
    .prod-img {
        height: 230px;
    }
    .home-top-img {
        transform: scale(0.8) !important;
    }
    .mo {
        top: 45px !important;
        right: -10px !important;
    }
    .notfound {
        padding: 170px 0 170px 0;
    }
    .footer-in {
        padding-bottom: 5rem;
    }
    #footerMenu {
        display: none;
    }
    .imprint-modal {
        width: 100vw;
        height: 100vh;
        padding: 5rem 2rem 5rem 2rem;

    }
    .login {
        width: 100vw;
        height: 100vh;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .register {
        width: 100vw;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .register-bottom-container {
        flex-direction: column;
    }
    .have-account {
        order: 2;
        width: 100%;
        margin-top: 1rem;
    }
    .register-btn {
        width: 100%;
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    .front-top-text {
        margin-top: 35px;
    }
    iframe {
        height: 1100px;
    }
    .front-contact {
        width: 90%;
        padding: 60px 0 60px 0;
        bottom: 70px;
        right: 5%;
    }
    .front-contact-info {
        flex-direction: row;
    }
    .fct-tilte {
        padding-bottom: 50px !important;
    }
    .f-text::after {
        left: calc(50% - 40px);
    }
    .section-2::before {
        display: none !important;
    }
    .section-2::after {
        display: none !important;
    }
    .section-3::before {
        display: none !important;
    }
    .section-3::after {
        display: none !important;
    }
    .section-4::before {
        display: none !important;
    }
    .section-4::after {
        display: none !important;
    }
    .section-5::before {
        display: none !important;
    }
    .section-5::after {
        display: none !important;
    }
    .section-6::before {
        display: none !important;
    }
    .section-6::after {
        display: none !important;
    }
    .section-7::before {
        display: none !important;
    }
    .section-10::after {
        display: none !important;
    }
    .portfolio-item .item {
        width: 50%;
    }
    .portfolio-item .item .item-in {
        padding: 15px;
    }
    .team-members {
        width: 45%;
    }
    .c-1,
    .c-2 {
        display: none !important;
    }
    header {
        height: 70px !important;
    }
    .top-area {
        height: 100vh;
    }
    .products-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products-items .item {
        width: 50%;
    }
    .home-items .item {
        width: 50%;
    }
    .prod-img {
        height: 230px;
    }
    .home-top-img {
        transform: scale(0.8) !important;
    }
    .mo {
        top: 45px !important;
        right: -60px !important;
    }
    .notfound {
        padding: 170px 0 170px 0;
    }
    .footer-in {
        padding-bottom: 5rem;
    }
    #footerMenu {
        display: none;
    }
    .imprint-container {
        padding-bottom: 4rem;
    }
    .login {
        width: 420px;
        height: auto;
        margin-top: 2rem;
        padding-bottom: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .register {
        width: 70vw;
        margin-top: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .front-top-text {
        margin-top: 22vh;
    }
    .top-logo {
        width: 70px;
    }
    iframe {
        height: 480px;
    }
    .front-contact {
        width: 350px;
        padding: 60px 0 60px 0;
        top: 0;
        right: 60px;
    }
    .front-contact-info {
        flex-direction: column;
    }
    .fct-tilte {
        padding-bottom: 50px !important;
        order: 1;
    }
    .fct-info {
        order: 2;
    }
    .f-text::after {
        left: calc(50% - 40px);
    }
    .section-2::before {
        display: none !important;
    }
    .section-2::after {
        display: none !important;
    }
    .section-3::before {
        display: none !important;
    }
    .section-3::after {
        display: none !important;
    }
    .section-4::before {
        display: none !important;
    }
    .section-4::after {
        display: none !important;
    }
    .section-5::before {
        display: none !important;
    }
    .section-5::after {
        display: none !important;
    }
    .section-6::before {
        display: none !important;
    }
    .section-6::after {
        display: none !important;
    }
    .section-7::before {
        display: none !important;
    }
    .hdFixed .top-contact-alt {
        display: flex !important;
    }
    .portfolio-item .item {
        width: 33.333333%;
    }
    .portfolio-item .item .item-in {
        padding: 15px;
    }
    .team-members {
        width: 40%;
    }
    header {
        height: 150px !important;
    }
    .top-area {
        height: 400px;
        margin-top: 100px !important;
    }
    .testi-p {
        max-width: 70%;
        margin: 0 auto;
    }
    .team-2 {
        bottom: unset !important;
        left: unset !important;
    }
    .products-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products-items .item {
        width: 50%;
    }
    .home-items .item {
        width: 40%;
    }
    .prod-img {
        height: 200px;
    }
    .page-container {
        min-width: 700px !important;
        max-width: 900px !important;
    }
    .home-top-img {
        transform: scale(0.8) !important;
    }
    .mo {
        top: 45px !important;
        right: -60px !important;
    }
    .notfound {
        height: 600px;
    }
    .imprint-container {
        padding-bottom: 4rem;
    }
    .login {
        width: 420px;
        height: auto;
        margin-top: 6rem;
        padding-bottom: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .register {
        width: 90vw;
        margin-top: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .prod-detail {
        -webkit-clip-path: polygon(0 0, 15% 0, 100% 0, 100% 82%, 85% 100%, 0 100%);
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .front-top-text {
        margin-top: 22vh;
    }
    .top-logo {
        width: 70px;
    }
    iframe {
        height: 480px;
    }
    .front-contact {
        width: 350px;
        padding: 60px 0 60px 0;
        top: 0;
        right: 60px;
    }
    .front-contact-info {
        flex-direction: column;
    }
    .fct-tilte {
        padding-bottom: 50px !important;
        order: 1;
    }
    .fct-info {
        order: 2;
    }
    .about-img {
        min-width: 400px;
    }
    .f-text::after {
        left: 0;
    }
    .hdFixed .top-contact-alt {
        display: flex !important;
    }
    .portfolio-item .item {
        width: 25%;
    }
    .portfolio-item .item .item-in {
        padding: 15px;
    }
    .team-members {
        width: 35%;
    }
    header {
        height: 150px !important;
    }
    .top-area {
        height: 400px;
        margin-top: 100px !important;
    }
    .team-2 {
        bottom: unset !important;
        left: unset !important;
    }
    .products-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products-items .item {
        width: 50%;
    }
    .home-items .item {
        width: 40%;
    }
    .checkout-final {
        max-width: 450px;
    }
    .prod-img {
        height: 180px;
    }
    .page-container {
        min-width: 1000px !important;
        max-width: 1000px !important;
    }
    .home-top-img {
        transform: scale(0.9) !important;
    }
    .mo {
        top: 40px;
        right: -180px;
    }
    .notfound {
        height: 800px;
    }
    .imprint-container {
        padding-bottom: 4rem;
    }
    .login {
        width: 420px;
        height: auto;
        margin-top: 6rem;
        padding-bottom: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .register {
        width: 70vw;
        margin-top: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .prod-detail {
        -webkit-clip-path: polygon(0 0, 15% 0, 100% 0, 100% 82%, 85% 100%, 0 100%);
    }
    .polygon-xs {
        -webkit-clip-path: polygon(0 100px, 100px 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    }    
}

@media screen and (min-width:1280px) and (max-width:1535px) {
    .front-top-text {
        margin-top: 22vh;
    }
    .main_top {
        min-height: 1000px;
    }
    .min-container {
        min-width: 1200px !important;
    }
    .menu-container {
        min-width: 1200px !important;
    }
    .page-container {
        min-width: 1100px !important;
        max-width: 1100px !important;
    }
    .news-letter {
        min-width: 1200px !important;
    }
    .bg-cs-light {
        background: #f5f7ff;
    }
    .top-logo {
        width: 70px;
    }
    .top-img {
        min-width: 700px;
    }
    iframe {
        height: 480px;
    }
    .front-contact {
        width: 350px;
        padding: 60px 0 60px 0;
        top: 0;
        right: 60px;
    }
    .front-contact-info {
        flex-direction: column;
    }
    .fct-tilte {
        padding-bottom: 50px !important;
        order: 1;
    }
    .fct-info {
        order: 2;
    }
    .about-img {
        min-width: 400px;
    }
    .f-text::after {
        left: 0;
    }
    .hdFixed .top-contact-alt {
        display: flex !important;
    }
    .portfolio-item .item {
        width: 25%;
    }
    .portfolio-item .item .item-in {
        padding: 15px;
    }
    .team-members {
        width: 30%;
    }
    header {
        height: 150px !important;
    }
    .top-area {
        height: 300px;
        margin-top: 150px !important;
    }
    .team-2 {
        bottom: unset !important;
        left: unset !important;
    }
    .page-container-alt .products-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products-items .item {
        width: 25%;
    }
    .home-items .item {
        width: 25%;
    }
    .checkout-final {
        max-width: 450px;
    }
    .prod-img {
        height: 180px;
    }
    .mo {
        top: 40px;
        right: -180px;
    }
    .notfound {
        height: 800px;
    }
    .imprint-container {
        padding-bottom: 4rem;
    }
    .login {
        width: 420px;
        height: auto;
        margin-top: 6rem;
        padding-bottom: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .register {
        width: 60vw;
        margin-top: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .prod-detail {
        -webkit-clip-path: polygon(0 0, 15% 0, 100% 0, 100% 82%, 85% 100%, 0 100%);
    }
    .polygon-xs {
        -webkit-clip-path: polygon(0 100px, 100px 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    }    
}

@media screen and (min-width:1536px) {
    .front-top-text {
        margin-top: calc(35vh - 150px);
    }
    .main_top {
        min-height: 1000px;
    }
    .min-container {
        min-width: 1300px !important;
    }
    .menu-container {
        min-width: 1400px !important;
    }
    .page-container {
        min-width: 1200px !important;
        max-width: 1200px !important;
    }
    .page-container-alt {
        min-width: 1400px !important;
        max-width: 1400px !important;
    }
    .news-letter {
        min-width: 1200px !important;
    }
    .bg-cs-light {
        background: #f5f7ff;
    }
    .top-logo {
        width: 70px;
    }
    .top-img {
        min-width: 700px;
    }
    iframe {
        height: 500px;
    }
    .front-contact {
        width: 400px;
        padding: 60px 0 60px 0;
        top: 0;
        right: 80px;
    }
    .front-contact-info {
        flex-direction: row;
    }
    .fct-tilte {
        padding-bottom: 50px !important;
    }
    .about-img {
        min-width: 400px;
    }
    .f-text::after {
        left: 0;
    }
    .hdFixed .top-contact-alt {
        display: flex !important;
    }
    .portfolio-item .item {
        width: 20%;
    }
    .portfolio-item .item .item-in {
        padding: 15px;
    }
    .team-members {
        width: 350px;
    }
    header {
        height: 150px !important;
    }
    .top-area {
        height: 300px;
        margin-top: 120px !important;
    }
    .team-2 {
        bottom: unset !important;
        left: unset !important;
    }
    .page-container-alt .products-items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .products-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .products-items .item {
        width: 25%;
    }
    .home-items .item {
        width: 25%;
    }
    .checkout-final {
        max-width: 450px;
    }
    .prod-img {
        height: 180px;
    }
    .prod-home {
        width: 20%;
    }
    .mo {
        top: 40px;
        right: -180px;
    }
    .notfound {
        height: 1000px;
    }
    .imprint-container {
        padding-bottom: 4rem;
    }
    .login {
        width: 420px;
        height: auto;
        margin-top: 6rem;
        padding-bottom: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .register {
        width: 45vw;
        margin-top: 4rem;
        background: url('../img/bottompattern.png') bottom -35px left repeat-x;
    }
    .prod-detail {
        -webkit-clip-path: polygon(0 0, 15% 0, 100% 0, 100% 82%, 85% 100%, 0 100%);
    }
    .polygon-xs {
        -webkit-clip-path: polygon(0 100px, 100px 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    }    
}

@media (max-width:769px) {
    footer .scrollable .vm--modal {
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
        padding: 16px !important;
        padding-bottom: 120px !important;
    }
}


/* bill alert popop */

body .swal2-container {
    z-index: 100000000000000000000;
}

body .swal2-container .swal2-popup.bill {
    padding: 0;
    width: auto;
    display: inline-block !important;
    text-align: left;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: #fff !important;
    color: #000 !important;
    height: auto !important;
    box-shadow: 0 2px 5px #666;
}

body .swal2-container .swal2-popup.bill.md-success {
    --tw-border-opacity: 1;
    border-left: solid 6px rgba(34, 197, 94, var(--tw-border-opacity)) !important;
}

body .swal2-container .swal2-popup.bill.md-warning {
    --tw-border-opacity: 1;
    border-left: solid 6px rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

body .swal2-container .swal2-popup.bill .swal2-header {
    padding: 0;
    padding-left: 2.5rem;
}

body .swal2-container .swal2-popup.bill .swal2-close {
    background: transparent !important;
    color: #000 !important;
    height: auto !important;
    font-size: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

body .swal2-container .swal2-popup.bill::before {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: FontAwesome;
    background: transparent !important;
    width: 40px;
    height: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.6rem;
    padding: 0 !important;
    text-align: center;
}

body .swal2-container .swal2-popup.bill.md-success::before {
    content: "\f058";
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, var(--tw-text-opacity));
}

body .swal2-container .swal2-popup.bill.md-warning::before {
    content: "\f06a";
    --tw-text-opacity: 1;
    color: rgba(234, 179, 8, var(--tw-text-opacity));
}

body .swal2-container .swal2-popup.bill .swal2-title {
    padding: 20px 70px 20px 0!important;
    height: auto !important;
    margin: 0;
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 1rem
}

@media (max-width:450px) {
    body .swal2-container .swal2-popup.bill .swal2-title {
        padding: 20px 40px 20px 0!important;
    }
}

@media (max-width:1024px) {
    .section-3,
    .section-3 * {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        animation: none !important;
    }
}


/* END */

.displayinlineflex{
    display: inline-flex !important;
}
.catering .step1 input::-webkit-outer-spin-button,
.catering .step1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.catering .step1 input[type=number] {
  -moz-appearance: textfield;
}


.gallery-thumbnail:first-of-type {
    margin: 0 5px 5px 5px !important;
}
