:root {
  --primary: #800051;
  --secondary: #e7a200;
  --gray: #ececed;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "pro-light", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "pro-bold";
  src: url("./fonts/PFBeauSansPro-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "pro-thin";
  src: url("./fonts/PFBeauSansPro-Thin.otf") format("opentype");
}
@font-face {
  font-family: "pro-light";
  src: url("./fonts/PFBeauSansPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "pro-regular";
  src: url("./fonts/PFBeauSansPro-Reg.otf") format("opentype");
}

h1 {
  font-family: "pro-thin", sans-serif;
}

h2 {
  font-family: "pro-thin", sans-serif;
  font-size: 24px;
  line-height: 35px;
  color: var(--primary);
}

p {
  font-size: 16px;
}

strong {
  color: var(--secondary);
}

header {
  padding: 15px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
}

li::marker {
  color: var(--primary);
}

section {
  position: relative;
  padding: 100px 20px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.link {
  list-style-type: none;
}

.link a {
  font-family: "BeauSansProBold", sans-serif;
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
  font-size: 15px;
}

.logo a {
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
  font-family: "pro-bold", sans-serif;
  font-size: 22px;
}

.container {
  display: flex;
  margin: 0 auto;
}

.left-col {
  flex: 1;
}

.right-col {
  flex: 1;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.purple {
  font-family: "pro-bold", sans-serif;
  color: var(--primary);
}

.bold {
  font-family: "pro-bold", sans-serif;
  font-weight: bold;
}

.regular-font {
  font-family: "pro-regular", sans-serif;
}

.bg-purple {
  background-color: var(--primary);
}

.bg-gray {
  background-color: var(--gray);
}

.hero {
  padding: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-text {
  max-width: 800px;
}

.main-text h1 {
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
}

.p20 {
  padding: 20px;
}

.px-20 {
  padding-inline: 80px;
}

.p-80 {
  padding: 40px 80px;
}

.mt-20 {
  margin-top: 20px;
}

.astrazeneca-logo {
  width: 400px;
}

.hero-title {
  color: var(--secondary);
  margin-bottom: 10px;
}
.hero-p {
  color: white;
  font-size: 32px;
}

.hero-bottom-p {
  color: white;
}

.mobile-menu-toggle {
  display: none;
}

.nefra .container {
  align-items: center;
  justify-content: center;
}

.title h2 {
  font-size: 42px;
  font-weight: 400;
}

.nefra .container img {
  margin: 0 auto;
  width: 400px;
}

.px-80 {
  padding-inline: 0;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .px-80 {
    padding-inline: 60px;
    max-width: 700px;
  }
  .main-text h1 {
    font-size: 52px;
    line-height: 60px;
  }

  .hero-p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .px-80 {
    padding-inline: 0;
    max-width: 100%;
  }
}

.title {
  margin-bottom: 20px;
}

.astrazeneca-absolute {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 170px;
}
.xnn {
  padding-inline: 20px;
}

.xnn .right-col {
  margin: 20px 0;
}
.xnn .container {
  align-items: center;
}
.xnn .container img {
  width: 700px;
}

section.kindinos {
  padding: 100px 0px;
}

.kindinos .container {
  align-items: center;
}

.kindinos .container img {
  width: 600px;
}

.kindinos .left-col {
  margin-bottom: 30px;
}

.kindinos .right-col {
  padding-inline: 20px;
}

.kindinos-xnn {
  padding-inline: 20px;
}

.kindinos-xnn .container {
  align-items: center;
}

.kindinos-xnn .container .right-col img {
  width: 500px;
}

.icons-list {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-inline: 80px;
  margin-top: -40px;
}

@media only screen and (max-width: 1300px) {
  .icons-list {
    margin-top: 0px;
    padding-inline: 40px;
  }
}

.quiz {
  padding-inline: 20px;
  text-align: center;
}

.quiz .container {
  align-items: center;
  justify-content: center;
}

.quiz .container img {
  width: 300px;
}

.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--primary);
  padding: 20px;
  color: var(--primary);
  background-color: var(--gray);
}

.popup-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop-up-title {
  text-align: center;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 20px;
}

.buttons {
  display: flex;
  justify-content: space-evenly;
}

.cancel a,
.next a {
  text-decoration: none;
  border: 2px solid var(--primary);
  padding: 5px 25px;
  font-family: "pro-regular", sans-serif;
  cursor: pointer;
}

.next a {
  background-color: var(--primary);
  color: white;
  cursor: pointer;
}

.title .quiz-title {
  color: var(--secondary);
  font-size: 80px;
  margin: 0 auto;
}
.quiz-text,
.quiz-title {
  max-width: 700px;
  margin: 0 auto;
}
.quiz-text h4 {
  color: var(--primary);
  font-size: 42px;
  font-weight: 400;
}
.quiz-text p {
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--primary);
}
.quiz-btn {
  background-color: var(--secondary);
  color: white;
  padding: 5px 25px;
  cursor: pointer;
}

.egkairi-drasi .container {
  align-items: center;
  justify-content: center;
}

.egkairi-drasi .left-col .text {
  color: var(--primary);
}

.egkairi-drasi .left-col .text p {
  font-size: 18px;
  margin: 20px 0;
  font-family: "pro-bold", sans-serif;
}

.table {
  text-align: center;
}

.yellow {
  background-color: rgba(231, 162, 0, 0.25);
  padding: 10px;
}

.white {
  padding: 10px;
}

.quiz .right-col {
  text-align: center;
}

.box p {
  font-family: "pro-thin", sans-serif;

  background-color: var(--secondary);
  color: white;
  padding: 50px;
  border-radius: 20px;
  font-size: 36px;
  text-align: center;
}

.therapeia {
  padding-inline: 20px;
}

.therapeia .container .left-col img {
  margin: 0 auto;
  width: 500px;
}

.therapeia .container .right-col h3 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  font-family: "pro-thin";
}

.therapeia .container .right-col h4 {
  margin-bottom: 5px;
  font-family: "pro-thin";
}

.therapeia .container .right-col p {
  padding-bottom: 20px;
}

.vivliografia {
  padding: 20px 80px;
}

.vivliografia-title {
  margin-bottom: 20px;
}

.vivliografia a {
  color: black;
  font-weight: bold;
  max-width: 100%;
  /*display: inline-block;*/
  overflow: hidden;
}

.vivliografia-list {
  padding: 0;
  list-style-position: inside;
}

.vivliografia-list li {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
}

footer {
  padding: 60px 20px 20px;
  text-align: center;
  color: white;
}

.logos {
  padding: 40px 20px;
}

.logos .logos-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.logos-img img {
  width: 640px;
}

.logos-img .border-logo {
  border-left: 3px solid var(--primary);
  height: 50px;
  margin: 0 10px;
}

.footer-links {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.footer-links li {
  display: inline-block;
  margin-right: 10px;
}

.footer-links li:last-child {
  margin-right: 0;
}

.footer-links li a {
  text-decoration-color: #990066;
  text-underline-offset: 4px;
  border-right: 2px solid white;
  padding-right: 10px;
  color: white;
}

.footer-links li:last-child a {
  border-right: none;
}

@media screen and (max-width: 768px) {
  header {
    position: relative;
    padding: 10px;
  }
  .icons-list {
    margin-top: 20px;
  }
  .kindinos-xnn .left-col {
    order: 1;
  }
  .logo a {
    font-size: 16px;
  }

  .p-80 {
    padding: 30px 20px;
  }

  .px-80 {
    max-width: 100%;
    padding: 0;
  }

  .title h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .nefra .container img {
    width: 200px;
  }

  section {
    padding: 60px 20px;
  }

  .container {
    display: block;
  }

  .hidden {
    display: none;
  }

  .icons-list {
    justify-content: space-between;
  }

  .mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
  }

  nav {
    background-color: white;
    position: absolute;
    top: 50px;
    left: 0;
    height: 300px;
    width: 100%;
    z-index: 1000;
  }

  .mobile-menu-toggle svg {
    width: 20px;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }

  .astrazeneca-logo {
    width: 200px;
  }

  .main-text {
    max-width: 100%;
  }
  .main-text h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .kindinos-xnn .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .hero-p {
    font-size: 20px;
  }

  .nefra .left-col {
    margin-bottom: 40px;
  }

  .box p {
    margin: 20px 0;
    padding: 15px;
    text-align: center;
  }
  .therapeia .container .left-col {
    margin-bottom: 20px;
  }

  .logos {
    display: block;
  }

  .logos .logos-img {
    display: block;
    margin: 0 auto;
  }

  .logos h4 {
    margin-bottom: 20px;
  }

  .logos .logos-img img {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  section.kindinos {
    padding: 60px 0;
  }
  .kindinos .container img {
    width: 300px;
  }

  .pop-up {
    width: 350px;
  }

  .border-logo {
    display: none;
  }

  .quiz .container img {
    width: 200px;
  }

  .quiz-text h4 {
    color: var(--primary);
    font-size: 36px;
    font-weight: 400;
  }
  .vivliografia {
    padding: 20px;
  }
  .footer-links li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-links li a {
    text-decoration: none;
    border-right: none;
    padding: 0;
  }

  .vivliografia-list li {
    max-width: 70ch;
  }
}
