body {
  margin: 0px;
  padding: 0px;
  background-color: #f8f7d3;
  display: grid;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
btn,
li {
  font-family: "lft-etica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.flex {
  display: flex;
  vertical-align: middle;
}
.mobile {
  display: none;
}
.colomn {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.padding {
  padding: 7.5vh 14vh;
}
.padding2 {
  padding: 0vh 14vh 7.5vh 14vh;
}
.text-width {
  width: 40%;
}
/* nav _____________________________________________________________________________________________________________________________ */
nav {
  display: flex;
  padding: 2vh 7.5%;
  background-color: #ffffff;
  justify-content: space-between;
  height: 4vh;
  position: fixed;
  width: 85%;
  top: 0;
  left: 0;
  z-index: 15;
}
#nav-bar {
  background-color: #ffffff80;
}

@keyframes opacity-full {
  0% {
    background-color: #ffffff80;
  }
  to {
    background-color: #ffffff;
  }
}
.nav-categories {
  width: 35%;
  justify-content: space-evenly;
  align-self: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-us {
  width: max-content;
  align-self: end;
  transform: translateY(-15%);
}
.nav-us a {
  margin: 0 0.5vw;
  max-width: max-content;
}
nav a {
  color: black;
  text-decoration: none;
  font-size: 1.25vw;
  font-weight: 700;
  align-self: center;
  margin: 0;
}
.nav-categories a {
  margin-top: 0.5vh;
}
.nav-categories a:hover {
  text-decoration: underline;
}
.nav-us a:hover {
  text-decoration: underline;
}
.logo {
  height: 5vh;
  margin-right: 1vh;
  max-height: 5vh;
}
.name {
  width: fit-content;
  justify-content: space-between;
}

.scrolled {
  animation-name: opacity-full;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

/* ____________________________________________________________________________________________________________________________________ */
.pic {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

h4 {
  font-size: 8vh;
  margin: 0;
  text-align: center;
}
h5 {
  font-size: 2.5vh;
  margin: 0;
}
.cards {
  /* width: 60%; */
  width: 71%;
  height: 97.5vh;
  justify-self: center;
  margin-bottom: 2.5vh;
}
.card {
  height: 20%;
  width: 25%;
  /* width: 22.5%; */
  border-radius: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
}
.card:hover {
  animation-name: scale-down-center;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.card img {
  width: 7.5vh;
  object-fit: contain;
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/* _________________________________________________________________________ */
.main_info {
  align-items: center;
}
.main_info_summary {
  padding: 0% 1%;
}

.main_img {
  width: 33%;
  height: auto;
  max-height: 60vh;
  overflow: hidden;
  border-radius: 35px;
  object-fit: cover;
}
.main_btn {
  padding: 5% 5%;
  text-decoration: none;
  border-radius: 15px;
  font-size: 1.5rem;
  align-self: flex-end;
  margin-top: 5vh;
}
.main_btn:hover {
  animation-name: scale-down-center;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.left {
  align-self: flex-start;
}
.order2 {
  order: 2;
}
/* ________________________________________________________________________ */
.gallery {
  height: 60vh;
  padding: 7.5vh 14vh 0vh 14vh;
}
.gallery-image-margin-right {
  margin-right: 1vw;
}
.gallery-image-margin-bottom {
  margin-bottom: 1vw;
}
.div-3 {
  height: 30vh;
  padding: 1vw 14vh 7.5vh 14vh;
}

.div-2 img {
  width: auto;
  object-fit: cover;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
  max-height: 48%;
}
.div-1 img {
  width: auto;
  object-fit: cover;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}
.div-3 img {
  width: 32%;
  object-fit: cover;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}
/* -------------------------------- */
.div-1 {
  width: 20%;
}
.div-1 img:nth-child(1) {
  max-height: 25%;
}
.div-1 img:nth-child(2) {
  max-height: 75%;
}
/* ------------------------------- */
.div-2 {
  width: 80%;
  flex-wrap: wrap;
}
.div-2 img:nth-child(1) {
  width: 40%;
}
.div-2 img:nth-child(2) {
  width: 58%;
}
.div-2 img:nth-child(3) {
  width: 32%;
}
.div-2 img:nth-child(4) {
  width: 32%;
}
.div-2 img:nth-child(5) {
  width: 32%;
}

/* footer _____________________________________________________________________________________________________________________________________ */
footer {
  height: max-content;
  padding: 2.5vh 14vh;
  background-image: url(images/footer-image.png);
  background-position-y: 25%;
  background-position-x: 30%;
}

.footer-info {
  align-self: center;
  z-index: 6;
  height: 100%;
}
.footer-info div {
  margin: 15px 0;
  height: 2rem;
}
.footer-logo {
  height: 100%;
  object-fit: contain;
}
footer a,
footer p {
  color: #ffffff;
  font-size: 1.5vw;
  text-decoration: none;
  margin-left: 5%;
  width: 100%;
  align-self: center;
}
.footer-gmaps {
  z-index: 6;
  height: 20vh;
  align-self: center;
}
footer p {
  margin: 0;
  font-size: 1.25vw;
}
.rights {
  font-size: 0.75rem !important;
  margin-left: 0;
}
.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  max-width: 40%;
  padding: 5% 5%;
  z-index: 20;
  background-color: #ffffff;
  border: #000 1px solid;
  text-align: center;
  vertical-align: middle;
}
.pop-up a {
  color: #000;
  font-size: 3rem;
}
.pop-up div {
  width: 100%;
  margin-top: 10%;
  height: 10%;
  justify-content: space-evenly;
}
.pop-up h2 {
  font-size: 1rem;
}
.contact-logo {
  object-fit: contain;
  height: 100%;
}
#cross {
  position: fixed;
  top: 2vh;
  right: 2vh;
}
#cross2 {
  position: fixed;
  top: 2vh;
  right: 2vh;
}
.pop-up2 {
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  max-width: 40%;
  padding: 5% 5%;
  z-index: 20;
  border: #000 1px solid;
  text-align: center;
  vertical-align: middle;
}
.pop-up2 a {
  color: #000;
  font-size: 1.5rem;
}
.pop-up2 div {
  width: 50%;
  margin-top: 10%;
  height: 2.5%;
  justify-content: space-evenly;
  align-self: center;
}
.pop-up2 h2 {
  font-size: 1.25rem;
}
.contact-logo2 {
  object-fit: contain;
  height: 3.5vh;
}
.pop-up-logo {
  object-fit: contain;
  height: 75%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.25;
  z-index: -5;
}
.display-none {
  display: none;
}
.discount {
  position: absolute;
  transform: translate(110%, -215%) rotate(30deg);
  font-size: 1rem;
  color: red;
  background-color: #ffffff80;
  border: red 1px solid;
  border-radius: 15px;
  padding: 0.5%;
  animation-name: rotate;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes rotate {
  0% {
    transform: translate(110%, -215%) rotate(30deg);
  }
  50% {
    transform: translate(110%, -215%) rotate(10deg);
  }
  100% {
    transform: translate(110%, -215%) rotate(30deg);
  }
}
.coming-soon {
  z-index: 2;
  position: fixed;
  padding: 10% 25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffffda;
}
.coming-soon h1 {
  font-size: 5vw !important;
  color: red;
  text-align: center;
}
.ComingScrolled {
  animation-name: comingSoonAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.ComingScrolledReverse {
  animation-name: comingSoonAnimationReverse;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes comingSoonAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes comingSoonAnimationReverse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================================================================================================== */
/* =========================================================================================================================================== */
/* =========================================================================================================================================== */
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .padding {
    padding: 5vh 5vh;
  }
  .text-width {
    width: 100%;
  }
  #nav-bar {
    display: none;
  }
  #nav-mobile {
    display: flex;
  }
  nav a {
    font-size: 4.5vw;
  }
  #nav-full-mobile {
    position: fixed;
    height: 100%;
    width: 80%;
    background-color: #ffffff;
    padding: 25% 10%;
    z-index: 10;
  }
  #nav-full-mobile a {
    color: #000;
    margin-bottom: 2.5vh;
  }
  .nav-categories {
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    margin-bottom: 7.5vh;
  }

  .nav-categories a {
    font-size: 10vw;
  }
  .nav-us {
    width: 100%;
    height: 12.5vh;
    align-items: center;
  }
  .nav-us a {
    font-size: 7.5vw;
  }
  #language-flag a {
    font-size: 6vw;
  }

  #language-flag {
    position: absolute;
    width: 80%;
    z-index: 5;
    bottom: 30vh;
    height: min-content;
    align-self: center;
    justify-content: space-evenly;
  }
  #language-bar {
    position: absolute;
    display: flex;
    right: 0;
    top: 8vh;
    width: 100%;
    height: 3vh;
    align-self: center;
    z-index: 1;
    justify-content: space-evenly;
    background-color: #ffffff;
    font-size: 4vw;
  }
  #language-bar a {
    color: black;
  }
  .cards {
    width: 80%;
    /* width: 71%; */
    height: 85vh;
    margin-bottom: 5vh;
    justify-self: right;
    flex-direction: column;
    justify-content: flex-end;
  }
  .card {
    height: 10%;
    width: 70%;
    border-radius: 0;
    border-top-left-radius: 2.5vh;
    border-bottom-left-radius: 2.5vh;
    margin-bottom: 2.5vh;
    flex-direction: row;
    text-decoration: none;
  }
  .main_info {
    align-items: center;
    flex-direction: column;
  }
  .main_info_summary h3 {
    font-size: 5vw;
    font-weight: bold;
    margin: 0;
  }
  .main_img {
    width: 100%;
    order: 2;
    margin-top: 5vh;
  }
  .main_btn {
    padding: 5% 5%;
    text-decoration: none;
    border-radius: 15px;
    font-size: 1.5rem;
    align-self: center;
    margin-top: 5vh;
  }
  .main_btn:hover {
    animation-name: scale-down-center;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  .left {
    align-self: center;
  }
  .order2 {
    order: 2;
  }
  footer {
    flex-direction: column;
    padding: 2.5vh 5vh;
    background-size: cover;
  }

  .footer-info {
    align-self: center;
    z-index: 6;
    height: 100%;
    width: 100%;
  }
  footer a {
    font-size: 6vw;
    margin-left: 2.5%;
  }
  footer p {
    margin: 0;
    font-size: 4.5vw;
  }

  .pop-up {
    position: fixed;
    top: 0;
    left: 0%;
    transform: translate(0%, 0%);
    height: 100%;
    max-width: 86%;
    padding: 20% 7.5%;
    z-index: 20;
    background-color: #ffffff;
    border: #000 1px none;
    text-align: center;
    vertical-align: middle;
  }
  .pop-up a {
    color: #000;
    font-size: 2rem;
  }
  .pop-up div {
    width: 100%;
    margin-top: 10%;
    height: 5%;
    justify-content: space-evenly;
  }
  .pop-up h2 {
    font-size: 1rem;
  }
  .contact-logo {
    object-fit: contain;
    height: 100%;
  }
  #cross {
    position: fixed;
    top: 2vh;
    right: 7.5%;
    height: 4vh;
  }
  .pop-up2 {
    position: fixed;
    height: 60%;
    max-width: 60%;
    padding: 20% 7.5%;
    z-index: 20;
    background-color: #ffffff;
    border: #000 1px none;
    text-align: center;
    vertical-align: middle;
  }
  .pop-up2 div {
    width: 100%;
  }
  .pop-up-logo {
    object-fit: contain;
    display: none;

    width: 75%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: -5;
  }
  .elfsight-app-3af1cf75-c14e-422c-a6ee-5a8302b84135 a {
    display: none !important;
  }
  .discount {
    position: absolute;
    transform: translate(125%, -230%) rotate(30deg);
    font-size: 1rem;
    color: red;
    background-color: #ffffff80;
    border: red 1px solid;
    border-radius: 15px;
    padding: 0.5%;
    animation-name: rotateMobile;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  @keyframes rotateMobile {
    0% {
      transform: translate(125%, -230%) rotate(30deg);
    }
    50% {
      transform: translate(125%, -230%) rotate(10deg);
    }
  }
  .coming-soon {
    padding: 50% 15%;
  }
  .coming-soon h1 {
    font-size: 15vw !important;
  }
}

#cookieyes-banner,
#cookieyes-banner * {
  font-family: "lft-etica", sans-serif !important;
}
