@font-face {
    font-family: myFirstFont;
    src: url(FoulisGreek-3Wry.ttf);
  }
  
div {
  font-family: myFirstFont;
}

body {
  margin: 0;
}

hr {
  position: relative;
  border-top: 1px solid #284334;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

p {
  font-size: large;
}

h1 {
  font-size: 2.5rem;
}

a:link {
  color: green;
  background-color: transparent;
  font-weight: bold;
}

.landing {
  width: 100%;
}

.main {
  width: 100%;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%) rotate(0deg);
  transition: all 2s;
}

.hidden.floating_pistachio_2 {
  transform: translateX(100%) rotate(0deg);
}

.hidden.floating_pistachio_4 {
  transform: translateX(100%) rotate(0deg);
}

.hidden.floating_pistachio_6 {
  transform: translateX(100%) rotate(0deg);
} 

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.show.floating_pistachio_1 {
  transform: rotate(140deg);
}

.show.floating_pistachio_2 {
  transform: rotate(220deg);
}

.show.floating_pistachio_3 {
  transform: rotate(90deg);
}

.show.floating_pistachio_4 {
  transform: rotate(50deg);
}

.show.floating_pistachio_5 {
  transform: rotate(190deg);
}

.show.floating_pistachio_6 {
  transform: rotate(200deg);
}

.floating_pistachios {
  position: absolute;
}

.floating_pistachios.boop{
  animation: boop 0.6s forwards;
}

@keyframes boop {
  0%,
  100% {
    transform: rotate(0turn);
  }
  25% {
    transform: rotate(0.1turn);
  }
  50% {
    transform: rotate(-0.1turn);
  }
  75% {
    transform: rotate(0.1turn);
  }
}

.floating_pistachio_1 {
  left: 10%;
  top: 9%;
}

.floating_pistachio_2 {
  left: 85%;
  top: 9%;
}

.floating_pistachio_3 {
  left: 18%;
  top: 22%;
}

.floating_pistachio_4 {
  left: 77%;
  top: 29%;
}

.floating_pistachio_5 {
  left: 7%;
  top: 35%;
}

.floating_pistachio_6 {
  left: 82%;
  top: 43%;
}

.floating_pistachios img{
  max-width: 70px;
}

.floating_pistachio img{
  max-width: 200px;
}


.info {
  background-color: #d5e1d3;
  text-align: center;
  padding-left: 25%;
  padding-right: 25%;
  color: #284334;
  position: relative;
}

.info.gdrp{
  padding-left: 5%;
  padding-right: 5%;
}

.info_pist {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: #d5e1d3;
  text-align: center;
  padding-top: 8%;
  color: #284334;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 8%;
}

.copyright {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 2%;
  justify-content: flex-start;
  font-weight: 900;
}

.footer img{
  width: 70px;
  height: 70px;
}

.info p:last-child {
  margin: 0;
}

.mobile_menu_container {
  display: none;
  position: absolute;
  left: 10%;
  top: 40%;
}

.lang {
  display: flex;
  flex-direction: column;
  width: 10%;
  font-size: small;
  padding-right: 1%;
}

.top_menu {
  background-color: rgba(213,225,211,0.8);
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 1;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding-top: 10px;
}

.top_menu_sides {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
  gap: 0%;
}

#myLinks {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
}

.top_menu_logo {
  width: 100%;
  display: contents;
}

@media screen and (max-width: 800px) {
  .top_menu_sides {
    display: none;
  }
  .mobile_menu_container {
    display: block;
  }
  .floating_pistachios {
    display: none;
  }
  #myLinks a{
    font-size: 0.8em;
  }
  #large_bgVideo {
    display: none;
  }
  #small_bgVideo {
    display: inherit;
  }
  .top_menu_logo {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 801px) {
  #large_bgVideo {
    display: inherit;
  }
  #small_bgVideo {
    display: none;
  }
}

.top_menu img{
  max-height: 100px;
  max-width: 170px;
}

.top_menu a {
  text-decoration: none;
  color: #86764f;
}

video#large_bgVideo {
  position: fixed;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;    
  background-size: cover;
  }

video#small_bgVideo {
  position: fixed;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;    
  background-size: cover;
  }

  audio::-webkit-media-controls-timeline,
  video::-webkit-media-controls-timeline {
    display: none;
  }
  audio::-webkit-media-controls,
  video::-webkit-media-controls {
      display: none;
  }

.header {
  display: flex;
  justify-content: center;
  background-image: url("../assets/webelement_02.jpg");
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #acc6b9;
  background-attachment: local;
  background-position: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.peanut-container {
  display: flex;
  background-color: #d5e1d3;
  color: #284334;
  justify-content: center;
  padding: 150px;
}

@keyframes circle-in-hesitate {
  0% {
    clip-path: circle(0%);
  }
  40% {
    clip-path: circle(40%);
  }
  100% {
    clip-path: circle(125%);
  }
}

[transition-style="in:circle:hesitate"] {
  animation: 3.0s cubic-bezier(.25, 1, .30, 1) circle-in-hesitate both;
}
