.nav1-nav {
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}
.nav1-link {
  color: #ffffff;
  font-size: 28px;
  font-family: Rouge Script;
  text-decoration: none;
}
.nav1-link1 {
  color: #ffffff;
  font-size: 28px;
  font-family: Rouge Script;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.nav1-link2 {
  color: #ffffff;
  font-size: 28px;
  font-family: Rouge Script;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
@media(max-width: 767px) {
  .nav1-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .nav1-link {
    margin-bottom: var(--dl-space-space-unit);
  }
  .nav1-link1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .nav1-link2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .nav1-link {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .nav1-link1 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .nav1-link2 {
    margin-bottom: var(--dl-space-space-twounits);
  }
}

.home-container {
  width: 100%;
  height: auto;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
.home-header {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #2b1807;
}
.home-logo-mon-cafe {
  width: 82px;
  height: 82px;
  object-fit: cover;
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: none;
}
.home-nav {
  display: flex;
}
.home-icon02 {
  fill: #ffffff;
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-icon04 {
  fill: #ffffff;
  width: 26px;
  height: 26px;
  text-decoration: none;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-image {
  height: 2rem;
}
.home-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text {
  color: #ffffff;
  font-size: 28px;
  font-family: Rouge Script;
  text-decoration: none;
}
.home-link02 {
  color: #ffffff;
  font-size: 28px;
  font-family: Rouge Script;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link03 {
  color: #ffffff;
  font-size: 28px;
  font-family: Rouge Script;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  text-decoration: none;
}
.home-hero {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  min-height: 80vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/heroimage-1500h.png");
  background-position: center;
}
.home-text01 {
  color: #c7c5b8;
  font-size: 20px;
  text-align: center;
  font-family: Montserrat;
  letter-spacing: 0;
}
.home-text03 {
  color: #f4efde;
  font-size: 3rem;
  max-width: 450px;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-image01 {
  width: 100px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.home-link06 {
  color: #2b1807;
  font-size: 38px;
  transition: 0.3s;
  font-family: Rouge Script;
  padding-top: var(--dl-space-space-unit);
  border-color: #f7c2b6;
  padding-left: var(--dl-space-space-twounits);
  border-radius: 6px;
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: #f7c2b6;
}
.home-link06:hover {
  transform: scale(1.02);
}
.home-despre-section {
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
.home-col1 {
  flex: 0 0 auto;
  width: 50%;
  height: 570px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image02 {
  width: 500px;
  height: 90%;
  object-fit: cover;
}
.home-col2 {
  flex: 0 0 auto;
  width: 50%;
  height: 570px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-image03 {
  width: 100px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-unit);
}
.home-heading {
  color: #2b1807;
  font-size: 42px;
  font-family: Rouge Script;
  margin-bottom: 53px;
}
.home-text05 {
  color: #79716a;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text06 {
  color: #79716a;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text07 {
  color: #79716a;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-unit);
}
.home-produse-section {
  width: 100%;
  justify-content: center;
}
.home-features {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fourunits);
  max-width: auto;
  align-items: center;
  flex-direction: column;
  padding-bottom: 64px;
}
.home-image04 {
  width: 100px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-unit);
}
.home-text08 {
  color: #f4efde;
  font-size: 42px;
  font-family: Rouge Script;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text10 {
  color: #c7c5b8;
  width: 70%;
  font-size: 1.15rem;
  text-align: center;
  font-family: Montserrat;
  line-height: 1.4;
}
.home-produse-mon-cafe-driks {
  flex: 0 0 auto;
  width: 100%;
  height: 495px;
  display: flex;
  align-self: center;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}
.home-cafe-classic {
  flex: 0 0 auto;
  width: 30%;
  height: 495px;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  border-color: #79716a;
  border-width: 0.2px;
  margin-right: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 6px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-image05 {
  width: auto;
  height: 230px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
}
.home-text12 {
  color: #f4efde;
  width: 100%;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text13 {
  color: #c7c5b8;
  width: auto;
  text-align: center;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-cafe-special {
  flex: 0 0 auto;
  width: 30%;
  height: 495px;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  border-color: #79716a;
  border-width: 0.2px;
  margin-right: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 6px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-image06 {
  width: auto;
  height: 230px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
}
.home-text14 {
  color: #f4efde;
  width: 100%;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text15 {
  color: #c7c5b8;
  width: 100%;
  text-align: center;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-cocktails {
  flex: 0 0 auto;
  width: 30%;
  height: 495px;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  border-color: #79716a;
  border-width: 0.2px;
  margin-right: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 6px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-image07 {
  width: auto;
  height: 230px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
}
.home-text16 {
  color: #f4efde;
  width: 100%;
  height: auto;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text17 {
  color: #c7c5b8;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-produse-mon-cafe-food {
  flex: 0 0 auto;
  width: auto;
  height: 495px;
  display: flex;
  align-self: center;
  margin-top: var(--dl-space-space-oneandhalfunits);
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}
.home-classic-desserts {
  flex: 0 0 auto;
  width: 30%;
  height: 495px;
  display: flex;
  align-items: center;
  border-color: #79716a;
  border-width: 0.2px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 6px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-image08 {
  width: auto;
  height: 230px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
}
.home-text18 {
  color: #f4efde;
  width: 336px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text19 {
  color: #c7c5b8;
  width: auto;
  text-align: center;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-special-desserts {
  flex: 0 0 auto;
  width: 30%;
  height: 495px;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  border-color: #79716a;
  border-width: 0.2px;
  margin-right: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 6px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-image09 {
  width: auto;
  height: 230px;
  margin-top: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
}
.home-text20 {
  color: #f4efde;
  width: 336px;
  font-style: normal;
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text21 {
  color: #c7c5b8;
  width: auto;
  text-align: center;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-button {
  color: #f4efde;
  margin-top: var(--dl-space-space-threeunits);
  padding-top: var(--dl-space-space-unit);
  border-color: #f4efde;
  border-radius: 6px;
  padding-bottom: var(--dl-space-space-unit);
  background-color: rgba(255, 255, 255, 0);
}
.home-facebookfeed {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: var(--dl-space-space-fourunits);
  padding-top: var(--dl-space-space-threeunits);
  margin-bottom: var(--dl-space-space-fourunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
  background-color: #f4efde;
}
.home-col11 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: 10%;
  padding-left: 15%;
  padding-right: 15%;
  flex-direction: column;
  padding-bottom: 10%;
  justify-content: center;
}
.home-image10 {
  width: 26px;
  height: 26px;
  object-fit: cover;
}
.home-heading1 {
  color: #2b1807;
  font-size: 42px;
  margin-top: 74px;
  font-family: Rouge Script;
  margin-bottom: 40px;
}
.home-text23 {
  color: #79716a;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-unit);
}
.home-col21 {
  flex: 0 0 auto;
  width: 50%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-iframe {
  width: 500px;
  height: 680px;
}
.home-contact-section {
  width: 100%;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.home-col12 {
  flex: 0 0 auto;
  width: 50%;
  height: 680px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-iframe1 {
  width: 546px;
  height: 606px;
}
.home-col22 {
  flex: 0 0 auto;
  width: 50%x;
  height: 680px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-image11 {
  width: 100px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-halfunit);
  padding-bottom: var(--dl-space-space-unit);
}
.home-heading2 {
  color: #2b1807;
  font-size: 42px;
  text-align: left;
  font-family: Rouge Script;
  margin-bottom: 42px;
}
.home-text25 {
  color: #79716a;
  font-family: Montserrat;
  line-height: 1.4;
  margin-bottom: var(--dl-space-space-unit);
}
.home-link07 {
  font-family: Montserrat;
  padding-top: 12px;
  border-color: #f7c2b6;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  letter-spacing: 1px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: #f7c2b6;
}
.home-text26 {
  color: #2b1807;
  font-size: 28px;
  font-family: Rouge Script;
}
.home-heading3 {
  color: #2b1807;
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-threeunits);
  font-family: Rouge Script;
  font-weight: 400;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-image12 {
  width: 474px;
  height: 296px;
  object-fit: cover;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #f4efde;
}
.home-icon-group2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-link08 {
  display: contents;
}
.home-icon12 {
  fill: #2b1807;
  width: 22px;
  height: 22px;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link09 {
  display: contents;
}
.home-icon14 {
  fill: #2b1807;
  width: 22px;
  height: 22px;
  text-decoration: none;
}
.home-text29 {
  color: #2b1807;
  font-family: Montserrat;
}
.home-link10 {
  color: #2b1807;
  font-family: Montserrat;
  text-decoration: none;
}
@media(max-width: 991px) {
  .home-icon {
    display: flex;
  }
  .home-text01 {
    text-align: center;
  }
  .home-despre-section {
    align-items: center;
  }
  .home-col1 {
    width: 50%;
  }
  .home-image02 {
    width: 409px;
    height: 416px;
  }
  .home-col2 {
    width: 50%;
    height: auto;
  }
  .home-heading {
    text-align: center;
  }
  .home-text08 {
    text-align: center;
  }
  .home-text10 {
    text-align: center;
  }
  .home-cafe-classic {
    width: 30%;
    height: 435px;
  }
  .home-image05 {
    width: 100%;
  }
  .home-cafe-special {
    width: 30%;
    height: 435px;
  }
  .home-image06 {
    width: 100%;
  }
  .home-cocktails {
    width: 30%;
    height: 435px;
  }
  .home-image07 {
    width: 100%;
  }
  .home-classic-desserts {
    width: 30%;
    height: 435px;
  }
  .home-image08 {
    width: 100%;
  }
  .home-text18 {
    width: 100%;
  }
  .home-text19 {
    width: 100%;
  }
  .home-special-desserts {
    width: 30%;
    height: 435px;
  }
  .home-image09 {
    width: 100%;
  }
  .home-text20 {
    width: 100%;
  }
  .home-text21 {
    width: 100%;
  }
  .home-col11 {
    width: 40%;
    padding-right: 39px;
  }
  .home-heading1 {
    text-align: center;
  }
  .home-col21 {
    width: 60%;
  }
  .home-col12 {
    width: 50%;
  }
  .home-iframe1 {
    width: 80%;
    height: 100%;
  }
  .home-col22 {
    width: 50%;
  }
  .home-heading2 {
    text-align: left;
  }
  .home-heading3 {
    text-align: center;
  }
  .home-image12 {
    width: 402px;
    height: 251px;
  }
}
@media(max-width: 767px) {
  .home-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-icon {
    fill: #ffffff;
    width: 36px;
    height: 36px;
  }
  .home-nav {
    display: none;
  }
  .home-nav2 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-link02 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-link03 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text01 {
    color: #f4efde;
    line-height: 1.4;
  }
  .home-text03 {
    color: #f4efde;
  }
  .home-despre-section {
    position: relative;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-col1 {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .home-image02 {
    width: 405px;
    height: 405px;
  }
  .home-col2 {
    width: 100%;
    align-items: center;
    padding-left: var(--dl-space-space-fourunits);
  }
  .home-heading {
    text-align: center;
  }
  .home-text05 {
    text-align: center;
  }
  .home-text06 {
    text-align: center;
  }
  .home-text07 {
    text-align: center;
  }
  .home-features {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text08 {
    text-align: center;
  }
  .home-cafe-classic {
    height: 465px;
  }
  .home-image05 {
    height: auto;
  }
  .home-cafe-special {
    height: 465px;
  }
  .home-image06 {
    height: auto;
  }
  .home-cocktails {
    height: 465px;
  }
  .home-image07 {
    height: auto;
  }
  .home-classic-desserts {
    height: 465px;
  }
  .home-special-desserts {
    height: 465px;
  }
  .home-image09 {
    height: auto;
  }
  .home-facebookfeed {
    align-self: stretch;
    flex-direction: column;
  }
  .home-col11 {
    width: 100%;
    padding-left: var(--dl-space-space-fourunits);
    padding-right: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading1 {
    text-align: center;
  }
  .home-text23 {
    width: 100%;
  }
  .home-col21 {
    width: 100%;
    align-self: center;
    align-items: center;
  }
  .home-iframe {
    width: 417px;
  }
  .home-contact-section {
    align-self: stretch;
    padding-top: 55px;
    flex-direction: column;
  }
  .home-col12 {
    width: 100%;
  }
  .home-col22 {
    width: 100%;
    height: auto;
    align-items: center;
    padding-top: var(--dl-space-space-fiveunits);
    padding-left: var(--dl-space-space-fourunits);
  }
  .home-heading2 {
    text-align: center;
  }
  .home-heading3 {
    text-align: center;
  }
  .home-image12 {
    width: 544px;
    height: 339px;
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text29 {
    font-size: 14px;
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-link10 {
    font-size: 14px;
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .home-header {
    padding: var(--dl-space-space-unit);
  }
  .home-logo-mon-cafe {
    width: 70px;
    height: 70px;
  }
  .home-nav {
    display: none;
  }
  .home-icon-group {
    display: none;
  }
  .home-mobile-menu {
    height: 506px;
    display: none;
    padding: 16px;
    padding-bottom: var(--dl-space-space-threeunits);
    background-color: #2b1807;
  }
  .home-container1 {
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-image {
    width: 69px;
    height: 69px;
  }
  .home-icon06 {
    fill: #F4EFDE;
    width: 32px;
    height: 32px;
  }
  .home-text {
    color: #F4EFDE;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-link02 {
    color: #F4EFDE;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-link03 {
    color: #F4EFDE;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-icon08 {
    fill: #F4EFDE;
    width: 32px;
    height: 32px;
  }
  .home-icon10 {
    fill: #F4EFDE;
    width: 32px;
    height: 32px;
  }
  .home-hero {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text01 {
    color: #f4efde;
    font-size: 18px;
    text-align: center;
  }
  .home-text03 {
    font-size: 2.6rem;
  }
  .home-link06 {
    font-size: 34px;
  }
  .home-despre-section {
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-image02 {
    width: 266px;
    height: 266px;
  }
  .home-col2 {
    height: auto;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text05 {
    text-align: center;
  }
  .home-text06 {
    text-align: center;
  }
  .home-text07 {
    text-align: center;
  }
  .home-produse-section {
    height: auto;
  }
  .home-features {
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text10 {
    width: 100%;
  }
  .home-produse-mon-cafe-driks {
    height: auto;
    align-self: stretch;
    flex-direction: column;
  }
  .home-cafe-classic {
    width: auto;
    height: auto;
    margin-top: var(--dl-space-space-oneandhalfunits);
    padding-top: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    padding-bottom: 0px;
  }
  .home-cafe-special {
    width: auto;
    height: auto;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-cocktails {
    width: auto;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-produse-mon-cafe-food {
    width: 100%;
    height: auto;
    align-self: stretch;
    flex-direction: column;
  }
  .home-classic-desserts {
    width: auto;
    height: auto;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-special-desserts {
    width: auto;
    height: auto;
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-button {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-facebookfeed {
    padding-top: var(--dl-space-space-fourunits);
  }
  .home-col11 {
    align-items: center;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text23 {
    text-align: center;
  }
  .home-col21 {
    width: 100%;
    align-self: center;
    padding-right: var(--dl-space-space-unit);
  }
  .home-iframe {
    width: 415px;
    align-self: center;
  }
  .home-contact-section {
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-col12 {
    height: auto;
  }
  .home-iframe1 {
    width: 80%;
    height: 500px;
  }
  .home-col22 {
    height: auto;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-text25 {
    text-align: center;
  }
  .home-image12 {
    width: auto;
    height: 215px;
  }
  .home-footer {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-icon-group2 {
    margin-bottom: 56px;
  }
  .home-icon12 {
    width: 32px;
    height: 32px;
  }
  .home-icon14 {
    width: 32px;
    height: 32px;
  }
  .home-text29 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-link10 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
}
