@font-face {
  font-family: 'Minerva Modern';
  src: url('fonts/T-26-MinervaModernRegular.woff2') format('woff2'),
       url('fonts/T-26-MinervaModernRegular.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
  margin: 0;

}
body {
  background-image: url('../images/background.png');
  font-family: Minerva Modern, sans-serif;


}
@media only screen and (min-width: 991px) {
  .bn-phone {
    display: none;
  }

  .border1 img {
    width: 500px;
  }

  .border1 {
    margin-bottom: 30px;
  }

  .border2 {
    margin-top: 20px;
    width: 225px;
    height: 1px;
    background-color: #c0a159;
  }

  .btn_menu {
    font-size: larger;
    text-decoration: none;
    width: 250px;
    height: 30px;
    border-top: 1px solid #c0a159;
    border-bottom: 1px solid #c0a159;
    background-color: #1f3933;
    color: #c0a159;
    padding: 6px 30px 6px 30px;
  }

  .menu_tab {
    width: 60%;
  }

  .main_page_content {
    height: 50vh;
  }


}

@media only screen and (max-width: 991px) {
  .bn-pc {
    display: none;
    margin-bottom: 10px;
  }

  .menu_tab {
    width: 90%;
  }

  .border1 img {
    width: 200px;
  }

  .border1 {
    margin-bottom: 10px;
  }

  .border2 {
    margin-top: 20px;
    width: 50px;
    height: 1px;
    background-color: #c0a159;
  }

  .btn_menu {
    font-size: larger;
    text-decoration: none;
    width: 100px;
    height: 30px;
    background-color: #c0a159;
    color: #1f3933;
    padding: 2px 20px 2px 20px;
  }

  .main_page_content {
    height: 40vh;
  }
}

.banner {
  background-color: #c0a159;
  text-align: center;
  padding-top: 5px;
  color: #1f3933;
  font-size: .8rem;
  height: 32px;
  font-weight: 400;
  word-spacing: 6px;
  margin: 0;
  text-decoration: none;
}

.banner-potamia {
  background-color: #c0a159;
  text-align: center;
  padding-top: 5px;
  color: #1f3933;
  font-size: .6rem;
  font-weight: 400;
  word-spacing: 6px;
  margin: 0;
  text-decoration: none;
  z-index: 999;
  font-style: normal;
  font-weight: bold;
}
.potamiaco{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .9rem;
  letter-spacing: 2px;
}

.banner-inside-toggle {
  text-align: center;
  font-size: .7rem;
  font-weight: 400;
  word-spacing: 6px;
  text-decoration: none;
  margin-top: 40px;
  color: #c0a159;
  font-style: normal;
  font-weight: bold;

}

.hide-banner .banner {
  display: none;
}

nav.custom-navbar {

  margin: 0 !important;
  padding: 0 !important;
  background-color: #1f3933 !important;
  padding-left: 0 !important;

}

nav a {
  color: #c0a159 !important;
}

nav .nav-item {
  margin: 10px;
  border-top: 1px solid #c0a15900;
  border-bottom: 1px solid #c0a15900;
  transition: border 0.5s ease;
  text-align: center;
  font-weight: bold;
}

nav .nav-item:hover {
  border-top: 1px solid #c0a159;
  border-bottom: 1px solid #c0a159;
}

nav .nav-item.active {
  border-top: 1px solid #c0a15999;
  border-bottom: 1px solid #c0a15999;
}


.nav-tog {
  direction: none;
  border: none;

}


.nav-tog:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;

}


.tog-img {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 222, 173, 0);
  transition: transform 0.6s ease;
}
.tog-img-close {
  width: 25px;
  height: 25px;

}

.offcanvas {
  transition: transform 1.5s ease;
  /* Adjust the duration (0.5s) as needed */
}

ul.full-width-list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  list-style: none;
}

ul.full-width-list li {
  margin: 0;
}

ul.full-width-list a {
  text-align: center;
  display: block;
  padding: 10px;
  /* Adjust the padding as needed */
}

.carousel-dots {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

.carousel-item {
  height: 80vh;
  /* Set your preferred fixed height */
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.main_page_content {
  background-color: #1f3933;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center horizontally */
  justify-content: top;
}







.btn_menu:hover {

  background-color: #c0a159;
  color: #1f3933;
}

.menu_tab {

  margin: 0 auto;
  /* Center the container */
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu_list {
  list-style-type: none;
  text-align: center;
  padding: 0;

}

.menu_list li {
  display: inline-block;
  margin-right: 20px;
  /* Adjust the margin as needed */
  margin-top: 20px;
  color: #1f3933;
  border-top: 1px solid #1f3933;
  border-bottom: 1px solid #1f3933;
  font-size: larger;
  padding: 6px;
  cursor: pointer;
  transition: 0.5s ease;
}

.menu_list li:hover {
  color: #c0a159;
  background-color: #1f3933;


}

.cardH {
  display: flex;
  max-width: 400px;
  overflow: hidden;
  height: 110px;
  background-color: #1f393300;
  cursor: pointer;

}

.cardHi {

  max-width: 200px;
  height: 220px;
  background-color: #1f393300;
  cursor: pointer;
  display: flex;
  /* Add display: flex to the container */
  flex-direction: column;
  /* Align items vertically */
  align-items: center;
  /* Center items horizontally */
  justify-content: center;
  /* Center items vertically */
}

.cardHi img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #1f3933;
}

.cardHi .card-contenti {
  padding: 5px;
  color: #1f3933;
  height: 70PX;
}

.card-titles {
  font-size: 1.5rem;
  text-align: center;
}

.cardH img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #1f3933;

}

.card-content {
  padding: 10px;
  color: #1f3933;
  margin: auto 0 auto 10px;
}

@media only screen and (min-width: 991px) {
  .modal-body {
    display: grid;
    grid-template-columns: 20% 50% 30%;
    grid-template-rows: 50vh 50vh;
  }

  .modal-body h4 {
    font-size: xx-large;

  }

  .modal-body .price {
    color: #c0a159;
    font-size: x-large;
    margin-top: 5px;
    font-style: italic;
  }

  .modal_img {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    text-align: center;

  }

  .modal_price_name_pc {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    text-align: center;
    margin-right: 30px;
    width: 250px;
  }

  .modal_description {
    grid-column: 1 / 4;
    grid-row: 2;
    padding: 40px;
    text-align: center;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    margin-top: -15px;
    background-image: url('../images/background.png');
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;

  }

  .modal_close_button {
    grid-column: 1;
    grid-row: 1;
    padding: 4px 0 0 4px;
  }

  .green_p {
    font-size: large;
  }

}

@media only screen and (max-width: 991px) {
  .modal-body {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 50vh 50vh;

  }

  .modal-body .price {

    font-size: large;

  }

  .modal_img {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: start;
    text-align: center;
  }

  .modal_description {
    grid-column: 1 / 4;
    grid-row: 2;
    padding: 40px;
    text-align: center;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    margin-top: -15px;
    background-image: url('../images/background.png');
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;

  }

  .modal_close_button {
    grid-column: 1;
    grid-row: 1;
    padding: 4px 0 0 4px;
  }

  .green_p {
    font-size: large;
  }

}

.modal-content {
  background-color: #1f3933;
}

.modal_img img {
  filter: drop-shadow(12px 5px 10px rgba(0, 0, 0, 0.532));
}

.modal-body h4 {
  color: #c0a159;
  font-weight: bold;

}

.modal-body .price {
  color: #c0a159;
  font-size: large;
  margin-top: 5px;
  font-style: italic;
}

.modal_description .description {
  color: #1f3933;
  font-size: x-large;
}

footer.bn-pc {
  background-color: #1f3933;
  padding-top: 3px;
}

footer.bn-phone {
  background-color: #1f3933;
  height: 40px;
  z-index: 1;
}

.container {
  padding-top: 200px;
  padding-bottom: 50px;
}

.h1_line_border {
  border: 1px solid #c0a159;
}

.container_h {
  text-align: start;
  color: #1f3933;
  font-weight: 600;
}

.container_test {
  display: grid;
  border: 1px solid black;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: 50vh;
  align-items: stretch;
  background-color: #1f3933;
}

.green_p {
  color: #1f3933;
  text-align: center;
}