/* Reference */

/* $mobile: '575px';
$mobilexl: '768px'; */

/* styles.css */

/* Όλες οι συσκευές */
body {
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
}

@font-face {
    font-family: 'PinkSunset';
         url('fonts/PinkSunset-Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/PinkSunset-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/PinkSunset-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'PinkSunset';
         url('fonts/PinkSunset-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/PinkSunset-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/PinkSunset-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Hides display on desktop and tablet */
@media (min-width: 768px) {
  body {
    max-width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-y: auto;
  }
	
}

/* Index page styles */
.main-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  justify-content: center;
  align-items: center;
}

.main-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
  display: block;
  position: absolute;
  z-index: -1;
}

.age-container {
  gap: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.age {
  color: #002b7f;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  font-family: "Playfair Display", serif;
}

.image-container {
  display: flex;
  justify-content: center;
  gap: 55px;
}

.yes-img {
  cursor: pointer;
}

.no-img {
  cursor: pointer;
}

/* Media Query για οθόνες 768px και πάνω */
@media (min-width: 768px) {
  .main-container {
    justify-content: center; /* Κεντράρισμα οριζόντια */
    align-items: center; /* Κεντράρισμα κάθετα */
  }

}

/* Mantinada page styles  */

.mantinada-main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  margin: 0;
  padding: 0;
}

.mantinada-background {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: -1;
  object-fit: contain;
}



.mantinada-image {
  padding-top: 120px;
  max-width: 375px;
  width: 100%;
  height: auto;
  display: block;
  visibility: hidden;

  @media (min-width: 560px) {
    padding-top: 180px;
  }
  @media (min-width: 768px) {
    padding-top: 100px;
  }
}

/* Language selection */
.language-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 80%;

  @media (min-width: 420px) {
    margin-top: 120px;
  }
  @media (min-width: 500px) {
    margin-top: 200px;
  }
  @media (min-width: 600px) {
    margin-top: 250px;
  }
  @media (min-width: 650px) {
    margin-top: 350px;
  }
  @media (min-width: 768px) {
    margin-top: 0px;
  }
}

.language {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #313133;
  padding-top: 20px;
}

/* DropDown Menu */
.dropdown {
  position: relative;
  width: fit-content;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
}

.dropdown-field-img {
  display: block;
  width: 100%;
}

.dropdown-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: #313133;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-align: center;
  white-space: nowrap;
}

.dropdown-arrow {
  position: absolute;
  top: 55%;
  right: 10%;
  transform: translate(-50%, -50%);
  color: #313133;
  max-width: 16px;
  height: 11px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  max-width: 340px;
  width: 100%;
  background-image: url("/images/drop-down-field.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 11;
  padding: 20px 10px;
  box-sizing: border-box;
  height: 270px;
  overflow-y: auto;
}

/* ScrollBar */
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #313133;
  border-radius: 7px;
}

.dropdown-menu::-webkit-scrollbar-track {
  width: 2px;
  background-color: #d2d2d2;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #d2d2d2;
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.dropdown-menu a {
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  color: #313133;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.dropdown-menu a:hover {
  background-color: rgba(221, 221, 221, 0.7);
}

/* Listening section  */

.listening-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.listen-text {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #313133;
  padding-top: 28px;
}

.listen-text2 {
	 top: 570px;
	 left: 46px;
	 right: 45px;
	 width: 284px;
	 height: 46px;

/* UI Properties */
	font-family: PinkSunset;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #002B7F;
	text-align: center;
	opacity: 1;
}


.play-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.play-btn img {
  display: block;
  width: 100%;
}
