/*
 Theme Name:   Crowdhackathon Child
 Theme URI:    https://www.understrap.com
 Description:  Crowdhackathon Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     crowdhackathon
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  crowdhackathon-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

/* Root Styling & Helper Classes */

:root {
  --white: #fff;
  /*--mainblue: #172E68;*/
  /* --mainblue: #6D7A83; */
  --facclosedblue: #081547;
  --docbuttoncolor: #004d93;
  --boldtextcolor: #6d7a83;
  --sectiongrey: #f0f0f0;
  --stoxoscolor: #4d4d4d;
  --listcolor: #5b6770;
  --contactcolor: #005aa9;
  --darkblueline: black;
  --formcolor: #cbcbe3;
  --footerfont: #7D7E82;
  --peopledummy: #5e5e5e;
  --judgesbg: #005baa;
  --miligray: #dbdbdb;
  /* #172E68
#00082B
#551739
#66960C
#FF970D */
}

@font-face {
  font-family: "Helvetica-light";
  src: url(./fonts/Helvetica-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica-regular";
  src: url(./fonts/Helvetica-Regular.ttf) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica-bold";
  src: url(./fonts/Helvetica-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica-italic";
  src: url(./fonts/Helvetica/Helvetica-Italic.ttf) format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');



*:not(i) {
  font-family: 'Manrope', sans-serif !important;
}


h2 {
  font-family: "Manrope";
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--docbuttoncolor);
  text-align: center;
  margin-bottom: 20px;
}

h3 {
  font-family: "Manrope";
  font-size: 1.125rem;
  color: var(--docbuttoncolor);
}

h4 {
  font-family: "Manrope";
  font-size: 1.25rem;
  color: var(--docbuttoncolor);
  text-align: left;
}

ul {
  font-family: "Manrope";
  color: #23201f;
}

.post-1270 ul {
  font-family: "Manrope";
  color: #212529;
}

.asteriskred {
  font-family: "Manrope";
  color: red !important;
  margin: 0 5px;
}

.marginauto {
  font-family: "Manrope";
  margin: auto;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

/* section {
  padding: 25px 0;
} */



.justify-content-evenly {
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}

.lang-item {
  width: 40px;
}

/* .lang-item a:hover {
  background-color: transparent !important;
} */

div#page.site {
  margin-top: -200px;
}

/* Header Styling */

.menuregister a {
  font-family: "Manrope";
  border: 1px solid #6B2CF5;
  background-color: white;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  color: black;
}

.menuregister a:hover {
  color: black !important;
  background-color: #6B2CF5 !important;
}

#main-menu{
  gap: 1.5rem;
}

#main-menu li:last-child a {
  border: 1px solid transparent;
}

#main-menu li  {
  margin-right: 25px;
}


#main-menu li a {
  color: black;
  text-transform: uppercase;
  transition: ease-in 0.3s;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

#main-menu li a:hover {
  background-color: #6B2CF5;
  transition: ease-in 0.3s;
  color:white!important;
}

#wrapper-navbar img {
  display: none !important;
  width: 200px !important;
}
.navbar{
  padding:0!important;
}

.menunav {
  background-color: transparent;
  border-radius: 44px;
  color: #000000;
}

.nav-social-facebook {
  margin-right: 1px;
  background: url(/crowdhackathon-demo/wp-content/themes/crowdhackathon-child/img/FB-f-Logo_.png)
    no-repeat center;
}

#main-menu li.nav-social-facebook a,
#main-menu li.nav-social-facebook a:hover {
  color: transparent !important;
}

.navbar-toggler {
  background-color: #6B2CF5;
  z-index: 10001;
  position: absolute;
  left:70%;
  top:20%;
}

/* Home Page Styling */

/* section site cover */

#sitecover {
  padding: 0px;
  margin-top: 0px;
}

#opendayimg {
  padding: 0 !important;
}

#sitecover img {
  width: 100vw;
}

#prizesmsg {
  background-image: url(https://socialhackathon.gr/wp-content/uploads/2023/03/Mask-Group-1.svg);
  background-position: center;
  color: var(--white) !important;
  /* margin-top: 85px; */
  background-size: contain;
  background-repeat: no-repeat;
  height: 700px;
}

#prizesmsg h2 {
  font-family: "Manrope";
  color: white;
  text-align: left;
  font-size: 1.7rem;
}

#prizesmsg h6 {
  font-family: "Manrope";
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 50px;
  color: #84807e;
}

#prizesmsg h1 {
  font-family: "Manrope";
  text-align: center;
  color: #24145D;
  font-size: 35px;
}

#prizesmsg img {
  /* margin-bottom: 35px; */
  width: auto;
  height: 210px;
}

/* @media (max-width: 490px){
  .prizes{
    padding-top: 150px;
  }
} */

.col-md-3.prize {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* About */

.orosima {
  padding: 50px;
}



@media (min-width: 1200px){

}


.euvsvirus {
  background-color: #e4e8ef;
  margin: 50px 0;
  padding: 50px 0;
}

.euvsvirus img {
  height: 400px;
  display: block;
  margin: 5px auto;
}

.registerbutton {
  font-family: "Manrope";
  width: 150px;
  height: 50px;
  border-radius: 2px;
  background-color: var(--white);
  color: var(--mainblue) !important;
  display: block;
  margin: 50px auto;
  font-size: 1.125rem;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  border: 2px solid var(--mainblue);
}

.registerbutton:hover {
  text-decoration: none !important;
  background-color: #80a855;
  color: var(--white) !important;
}

/* peoplebuttons */

#peoplebuttons {
  font-family: "Manrope";
  padding-bottom: unset !important;
}
@media (max-width: 1200px){
  #peoplebuttons{
    padding-top:-13rem!important;
  }
}

section#peoplebuttons {
  padding: 0;
}

#peoplebuttons button {
  display: flex;
  margin: 0 auto;
  outline: 0;
  box-shadow: transparent;
  width: 200px;
}

#peoplebuttons .docboxes {
  padding: 0px 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
  text-transform: none;
  height: 40px;
  color: #cba341;

  border: 0px solid #bddde9;
  border-radius: 0px;
  background-color: transparent !important;
}

#peoplebuttons .docboxes:hover {
  color: #cba341;
}

#peoplebuttons h4 {
  font-family: "Manrope";
  height: 50px !important;
}

#peoplebuttons .row p {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  color:white;
}

#peoplebuttons .people-par {
  font-weight: 600;
  text-align: center;
  color:white;
  padding-bottom: 3rem;
}

.cf7sr-g-recaptcha {
  display: flex;
  justify-content: center;
}

.people {
  display: flex;
  padding-bottom: 0% !important;
  flex-direction: column;
  align-items: center;
}

.openday {
  position: relative;
  height: 600px !important;
  background-color: #e4ecf5;
}

.opendaybg {
  background-image: url("img/opendaybg.svg");
  background-size: cover;
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
}

.openday-text {
  font-family: "Manrope";
  position: absolute;
  top: 70px;
  right: 15%;
  max-width: 502px;
  margin: auto;
}

.openday-text button {
  font-family: "Manrope";
  background: #b4be5d !important;
  box-shadow: 3px 3px 4px #0000002b !important;
  border-radius: 27px !important;
  color: #fff;
  font-size: 18px;
  width: 260px !important;
  height: 60px;
  border: none;
  margin-top: 60px !important;
}

.openday-text h1 {
  color: #005371;
  font-size: 35px;
  text-align: center;
  text-transform: none;
  margin-top: 45px !important;
}

.docbox {
  top: 40px !important;
  height: 50px !important;
  background: #004d93 !important;
}

/*Open Day*/

#opendayimg {
  margin-top: 30px;
  background-repeat: repeat-x;
  background-color: #0d3483;
  background-position: bottom;
  background-size: 300px;
  padding: 50px 0;
  color: white;
  text-align: center;
}

#opendayimg .row {
  align-items: center;
  margin-top: 25px;
}

.openday-par {
  font-family: "Manrope";
  margin: 20px auto;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 35px;
}

.top-image {
  font-family: "Manrope";
  background-image: url(img/bg-icons-top.svg);
  height: 60px;
  background-size: cover;
  position: relative;
  top: -1px;
}

.bottom-image {
  background-image: url(img/bg-icons-bottoms.svg);
  height: 90px;
  background-size: cover;
  position: relative;
  bottom: -1px;
  margin-top: 45px;
}

#openday {
  font-family: "Manrope";
  background-image: url("img/theopenday.svg");
  background-size: cover;
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
}

#openday .row {
  align-items: center;
}

/*Stories*/

#stories {
  background-color: white;
}

/* Documents */

#documents {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 91, 170, 0.7)),
      to(rgba(0, 91, 170, 0.7))
    ),
    url(img/IMG_7157-timeline.jpg);
  background-image: linear-gradient(
      rgba(0, 91, 170, 0.7),
      rgba(0, 91, 170, 0.7)
    ),
    url(img/IMG_7157-timeline.jpg);
  background-position-y: 70%;
  background-size: cover;
}

#documents h1,
#documents p {
  font-family: "Manrope";
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center !important;
}

#documents p strong {
  font-family: "Manrope";
  color: #ffffff !important;
}

#content-pages {
  margin: auto;
  max-width: 800px;
  text-align: justify;
  margin-bottom: 80px;
}

.docboxes {
  width: 250px;
  background-color: var(--docbuttoncolor);
  border-radius: 2px;
  color: var(--white);
  font-size: 1.125rem;
  padding: 20px;
  border-radius: 6px;
  /* text-transform: uppercase; */
  /* -webkit-box-shadow: 4px 4px 6px #172E68;
  box-shadow: 4px 4px 6px #172E68; */
}

/* .docboxes:hover { */

/* border: 1px solid var(--docbuttoncolor) !important; */

/* color: var(--white) !important;
  background-color: #403F3D!important;
} */

/* Stoxos - Simmetexontes */

#simmetexontes,
#stoxos {
  font-family: "Manrope";
  background-color: var(--sectiongrey);
  color: var(--stoxoscolor);
  font-size: 1.125rem;
}

#stoxos ul {
  font-family: "Manrope";
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
  max-width: 850px;
  margin: auto;
}

#stoxos img {
  width: 300px;
  margin-left: 70%;
  margin-top: -20px;
}

#simmetexontes p {
  font-family: "Manrope";
  text-align: right;
  float: right;
}

#simmetexontes img {
  width: 300px;
}

#thematikes {
  font-family: "Manrope";
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  /* padding-top: 100px; */
}

#thematikes h1 {
  font-family: "Manrope";
  color: #3b7032;
  font-size: 31px;
}

#thematikes .columnicons p {
  font-family: "Manrope";
  color: #7d7e82;
  text-align: center;
  font-size: 16px;
}

#thematikes h6 {
  font-family: "Manrope";
  color: #7d7e82;
}

.lastcolumn p {
  font-family: "Manrope";
  width: 50%;
}

.columnicons img {
  width: auto;
  margin-bottom: 30px;
  height: 100px;
}

.columnicons {
  padding: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: left;
  align-items: flex-start;
  justify-content: space-between;
}

#krisitext {
  font-family: "Manrope";
  /* background-image: url("img/bg_challenges.svg");
  background-repeat: repeat-y;
  background-size: contain; */
  margin-bottom: 25px;
}

#krisitext h1 {
  font-family: "Manrope";
  font-size: 35px;
  color: #005371;
}

#krisitext img {
  margin-left: 25px;
  margin-right: 10px;
}

#krisitext button {
  font-family: "Manrope";
  padding: 10px;
  margin-top: 70px;
  margin-bottom: 70px;
}

#krisitext p {
  font-family: "Manrope";
  color: #004d93;
}

/* .themataki p{
  color:#004D93 !important;
} */

.thematikes ul {
  color: #7d7e82;
}

.thematikes h6 {
  font-family: "Manrope";
  text-align: right;
  color: #84807e;
}

.thematiki-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px #00000029;
  border-radius: 10px;
  margin-bottom: 20px;
}

.logovert img {
  height: 120px !important;
}

.padding-row {
  max-width: 850px;
}

#kidsection {
  background-color: #ffb719;
  color: var(--white) !important;
}

#kidsection h1 {
  font-family: "Manrope";
  color: var(--white) !important;
}

#kidsection img {
  height: 150px;
}

/*Διαβούλευση*/

#diavoulefsi {
  display: none;
}

#diavoulefsi img {
  max-width: 300px;
}

#diavoulefsi .row {
  text-align: center;
}

/* #diavoulefsi {
  background-color: #EAEAEA;
  padding: 80px;
} */

#diavoulefsi .diav-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Whitehr */

.whitehr {
  background-color: var(--sectiongrey) !important;
}

.whitehr hr {
  border: 1px solid var(--white);
  margin: 0 auto;
  width: 80%;
  display: block;
}

.grey {
  width: 60%;
}

/*diagonismos*/

#diagonismos p {
  font-family: "Manrope";
  margin-top: 35px;
  text-align: center;
}

/* Diadikasia  */

#diadikasia img {
  display: block;
  margin: 0 auto 20px;
}

#diadikasia h1 {
  font-family: "Manrope";
  margin: 30px auto 80px auto;
  font-size: 35px;
  padding-top: 5rem;
}

#diadikasia p {
  font-family: "Manrope";
  font-size: 18px;
  color: white;
}

#diadikasia .col-md-3 {
  padding-right: 25px;
  padding-left: 25px;
}

.custom-list {
  font-family: "Manrope";
  list-style: none;
  padding-left: 0;
  color: var(--listcolor);
}

.custom-list li {
  position: relative;
  padding-left: 20px;
}

.custom-list li:before {
  content: "";
  width: 5px;
  height: 15px;
  position: absolute;
  background-image: url("img/arrow.svg");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 20%;
}

/* MileStone */

#milestone {
  /* margin-top: -5%; */
  font-family: "Manrope";
  background-size: contain;
  height: auto;
  /* background-image: url(https://socialhackathon.gr/wp-content/uploads/2023/03/Mask-Group-4.png); */
  /* padding: 35px 0; */
  background-repeat: no-repeat;
  background-position: center;
}

#milestone h1,
#milestone h2,
#milestone h3,
#milestone p,
#milestone em {
  font-family: "Manrope";
  margin-top: 15px;
  color: var(--white) !important;
}

#milestone p {
  font-family: "Manrope";
  margin-bottom: 0px !important;
}

/* /* Timeline */

/* ---- Timeline ---- */

#milestone ul {
  font-family: "Manrope";
  display: -webkit-box;
  display: flex;
}

#milestone ul li {
  font-family: "Manrope";
  display: inline-block;
  text-align: center;
  max-width: 240px;
  width: 100%;
  align-content: start;
}

#milestone ul li .diplome {
  font-family: "Manrope-bold";
  border-bottom: 3px solid white;
  border-bottom-style: inset;
  padding-bottom: 30px;
  font-weight: bold;
}



#milestone ul li .point {
  content: "";
  top: -12px;
  left: 45%;
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid white !important;
  border-radius: 10px;
  background: white !important;
  position: relative;
}

#milestone ul li .down {
  padding: 10px;
  position: relative;
  top: -35px;
}



@media (max-width: 600px) {


  #main-menu li {
    width: 100%;
    margin-right: 0px;
}

  #milestone ul li .down {
    padding: 0px !important;
    position: relative;
    top: -15px !important;
    
  }
}

.container.diadikasia {
  width: 70%;
}

/* Prizes */

#prizes img {
  display: block;
  margin: 0 auto 50px;
  width: 150px;
  height: auto;
}

.prizestext {
  font-family: "Manrope";
  margin-left: 40px;
}

.prize p {
  font-family: "Manrope";
  color: #004d93;
  text-align: center;
}

#prizes p {
  font-family: "Manrope";
  width: 100% !important;
}

.announcing {
  text-align: center !important;
  position: absolute;
  z-index: 999999;
  top: 20%;
  left: 35%;
}

#prizes > div > div > div:nth-child(1) > div > div:nth-child(1) > h2 {
  font-size: 1.9rem;
}

#prizes > div > div > div:nth-child(1) > div > div:nth-child(2) > h2 {
  font-size: 1.7rem;
}

#prizes > div > div > div:nth-child(1) > div > div:nth-child(3) > h2 {
  font-size: 1.5rem;
}

/* Mentors-Judges */

#jugdes .col-lg-3.col-md-6,
#mentors .col-lg-3.col-md-6 {
  padding-top: 50px;
}

#jugdes {
  background-color: #EFEEEE !important;
}

#jugdes > div > h1 {
  font-family: "Manrope";
  color: #0C519F !important;
}

.peopleimg {
  width: 170px;
  height: 170px;
  background-color: var(--peopledummy);
  z-index: 25;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-size: cover;
}

.peopleinfo {
  /*min-height: 260px;*/
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
  margin: 120px 0 0 10px;
  border-radius: 4px;
  background-color: var(--white);
  height: calc(100% - 120px);
  border: 0.5px solid #e2e2e2;
}

.peopleinfo svg {
  float: right !important;
  width: 20px !important;
  height: 20px !important;
  fill: currentColor;
  margin-top: -50px;
  margin-right: 5px;
}

/* .peopleinfo {
  color: #0288D1 !important;
} */

.peopleinfo h3 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
  /* color: #015371; */
  color: #0C519F;

}

.peopleinfo p {
  font-family: Helvetica;
  color: #838093;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 0.6rem;
}

.infobox {
  padding: 70px 10px 10px;
  /* position: absolute;
  bottom: -15px;
  width: 85%;*/
}

.infobox a {
  color: #0072b1 !important;
}

/* poweredby */

#poweredby {
  padding: 0 !important;
}

#poweredby h1 {
  color: #24145D !important;
  font-size: 35px !important;
  margin: 80px auto !important;
}

#poweredby img {
  display: -webkit-box;
  display: flex;
  margin: auto;
  /* width: 165px !important; */
}

/* Sponsors */

#sponsors {
  padding: 50px 50px 0;
  margin-bottom: 70px;
}

.sponsorsbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.sponsorsbox img {
  
  display: block;
  /* margin: 30px auto; */
  box-shadow: none !important;
}

#sponsors h1 {
  font-family: Helvetica;
  margin-top: 65px;
  margin-bottom: 50px;
}

/* MAP */

.contactbox {
  width: 350px;
  background-color: #004d93;
  margin-top: 101px;
  z-index: 25;
  position: absolute;
  padding: 20px;
  left: 150px;
  border-radius: 15px;
}

@media only screen and (max-width: 1020px) {
  #poweredby h1 {
    color: #24145D !important;
    font-size: 35px !important;
    margin: 40px auto !important;
  }
  .contactbox {
    left: 10px !important;
  }
  .organized-title {
    margin-top: 15% !important;
  }
  .people {
    top: 20%;
    position: relative;
  }
  #peoplebuttons button {
    margin-top: 10px !important;
  }
  iframe {
    width: 100%;
    height: 320px !important;
    margin-top: 20px;
  }
  #thematikes .columnicons p {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1120px) and (max-width: 1300px) {
  iframe {
    width: 100%;
    height: 100%;
  }
}

.contactbox h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 35px;
}

.contactbox p {
  color: #fff;
  line-height: 1.2;
}

.contactbox strong {
  color: #fff;
}

.lightblue {
  width: 100%;
  height: 488px;
}

#accessbtn {
  width: 100%;
  background-color: #fff;
  color: #004d93;
  margin-top: 20px;
  border-color: transparent;
}

#accessbtn:hover {
  background-color: #eb7d14;
  color: #fff;
  border-color: 1x solid #fff !important;
}

#accessbtn:focus {
  border-color: 1x solid #fff !important;
  box-shadow: none;
}

.acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */

.acf-map img {
  max-width: inherit !important;
}

/* FAQ */

#faq {
  padding: 50px;
}

#faq h1 {
  color: #24145D;
  font-size: 35px;
  margin: 80px auto;
}

#faq .card {
  border: none !important;
  padding-bottom: 10px!important;
}

#faq .container{
  max-width: 80%!important;
}


.faqquestion {
  height: 45px;
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 2%;
}

.faqquestion:hover {
  cursor: pointer;
}

.faqquestion.collapsed {
  background-color: #250B93;
  height: auto;
}

.faqquestion:not(.collapsed) {
  background-color: #250B93;
}

.mainblue {
  background-color: var(--mainblue);
}

.faqquestion h2 {
  text-align: left !important;
}

.faqquestion h2 button {
  color: var(--white);
  text-decoration: none !important;
}

.faqquestion h2 button:hover {
  color: var(--white);
  text-decoration: none !important;
}

.faqanswer .card-body {
  background-color: #D6D9E166;
  color: #707070;
  width: 98% !important;
  margin: 0 auto;
}

.card-body ul li{
  color: #707070!important;
}

.faqanswer .card-body p {
  color: #707070;
}

/* Contact */

#contact {
  padding-top: 5rem;
  background-color: #3C045B;
  padding-bottom: 5rem;
}

#contact h1 {
  color: var(--white);
  text-align: left;
}

#contact ul {
  color: var(--white);
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  line-height: 30px;
}

#contact ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
}

#contact ul li fa {
  margin-right: 20px;
}

#contact ul li a {
  color: white;
}

.anr_captcha_field_div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.svg-inline--fa {
  margin-right: 20px;
}

#contact hr {
  border: 1px var(--docbuttoncolor) solid;
}

#contact p {
  color: var(--white);
}

.twitterfeed {
  padding: 80px 40px;
}

.twitterfeed .ctf-tweet-text a {
  color: var(--white) !important;
}

.ctf-header-generic-icon svg {
  margin: 15px;
}

.ctf-header-generic-icon {
  background: transparent !important;
}

.ctf-more {
  color: var(--white) !important;
}

.con-email {
  overflow-wrap: anywhere;
}

/* Form Styling */

.wpcf7-form input,
.wpcf7-form textarea,
.contactsubmit {
  border-color: var(--formcolor);
  background-color: transparent !important;
  color: var(--white) !important;
}

.contactsubmit {
  width: 150px !important;
  display: block !important;
  margin: 0 auto;
  border-color: var(--formcolor) !important;
  color: var(--formcolor) !important;
  

}

.wpcf7-form{
  border-bottom: 1px solid #AF98BC;
  margin-bottom:1rem;
}

#contact ul{
  /* border-bottom:1px solid #00467A; */
  padding-bottom: 30px;
}

::-webkit-input-placeholder {
  color: var(--formcolor) !important;
  font-style: italic;
}

:-ms-input-placeholder {
  color: var(--formcolor) !important;
  font-style: italic;
}

::-ms-input-placeholder {
  color: var(--formcolor) !important;
  font-style: italic;
}

::-moz-placeholder {
  color: var(--formcolor) !important;
  font-style: italic;
}

::placeholder {
  color: var(--formcolor) !important;
  font-style: italic;
}

.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:active {
  box-shadow: none !important;
  border-color: var(--formcolor) !important;
}

#extra-title {
  margin-top: 15px;
  text-align: center;
}

#extra-title p {
  color: var(--docbuttoncolor);
}

.recaptchabox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 20px auto;
}

.wpcf7-response-output {
  color: var(--white) !important;
}

.wpcf7{
  margin: 0!important;
}

/* Footer Styling  */

#wrapper-footer {
  background-color: #24145D !important;
}

.site-footer {
  font-size: 14px;
}

.site-footer a {
  color: var(--footerfont);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--mainblue);
}

.site-footer hr {
  border: 1px var(--footerfont) solid;
  width: 70%;
  opacity: 0.7;
}

.socialrow,
.site-info {
  margin-bottom: 20px;
}

.cplogo img {
  width: 20px;
  height: 20px;
}

#page > div > div > div.row > div:nth-child(1) > a > figure > figcaption > h1 {
  color: #949eb9 !important;
}

/* Scroll to top btn */

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 36px;
  color: var(--mainblue);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 36px;
  opacity: 0;
  background-image: linear-gradient(
    298deg,
    var(--mainblue),
    var(--var(--mainblue))
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--mainblue);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--docbuttoncolor);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* Coming Soon Page */

.comingsoon {
  height: 550px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 150px;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
}

.post-259 .entry-title {
  display: none;
}

.comingsoon img {
  height: 150px;
  margin: 30px;
}

.comingsoon a {
  margin: 30px auto;
  padding: 10px;
  width: auto;
}

/****Forms********/

/****Forms******/

.pum-theme-485 .pum-container,
.pum-theme-lightbox .pum-container {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6) !important;
}

.pum-title.popmake-title {
  font-size: 1.625rem !important;
  font-weight: bold !important;
  font-family: "Helvetica-bold";
  color: #172e68 !important;
  text-align: center !important;
  margin: 20px 0 !important;
}


#contact .container{
  margin-right: 0!important;
}
.sib-default-btn {
  width: 140px;
  height:40px;
  /* background-color: #172e68; */
  color: var(--white);
  font-size:16px;
  /* padding: 10px; */
  border-radius: 4px;
  /* width: 120px; */
  /* background-color: #172e68; */

  border: 1px solid white;
  color: var(--white);
  /* font-size: 1.125rem; */
  /* padding: 10px; */
  cursor: pointer;
  float: right;
  /* margin: 40px 0 20px; */
  background: none!important;;
}
.sib_signup_box_inside_3{
  color: white;
  padding-top:2rem;
}
.sib_signup_box_inside_3 p{
  display:flex;
  gap:40px;
}
.sib-email-area::placeholder{
    color: #7C828B!important;
    padding-left:5px;
}

.sib-email-area{
  width:230px;
  height:40px;
  background-color: #C5CED6!important;
  
  border:none;
}

.namesb,
.companysb,
.sib-email-area {
  color: #172e68;
  font-size: 16px !important;
  font-weight: 400;
}

.pum-theme-485 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  padding: 0;
  background-color: #172e68 !important;
  right: 10px !important;
  top: 10px !important;
  box-shadow: none !important;
}

.flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

#popmake-524,
#popmake-564 {
  width: 50%;
  padding: 20px 30px;
  color: #172e68 !important;
}

.pum-content.popmake-content {
  padding: 0px 20px;
  color: #172e68 !important;
  font-weight: 400 !important;
}

#popmake-524 input,
#popmake-564 input .companysb input {
  border: solid 1px #c5c5c5 !important;
}

.checkboxesb {
  color: #172e68 !important;
  font-weight: 400 !important;
}

.companysb {
  color: #172e68 !important;
  display: flex;
  flex-direction: column;
}

.companysb label {
  margin-top: 20px;
}

.greenbutton {
  display: block !important;
  margin: 20px auto !important;
  width: 200px;
  color: white;
  padding: 10px;
  background-color: #7db438 !important;
}

.greenbutton.hvr-rectangle-out:before {
  background-color: #66960c !important;
}

#temporary {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#temporary button {
  margin: 1rem 0;
}

/* Media Queries */

/* // Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */

/* // Extra large devices (large desktops, 1200px and up) */

/* @media (min-width: 1200px) {
  ...
} */

/* // Large devices (desktops, 992px and up) */

@media (max-width: 1024px) {
  .peopleinfo {
    min-height: 320px;
  }
}
@media (max-width: 999px){
  .menu-item-2068{
    padding-bottom: 2rem;
  }
}


@media(max-width:800px){
  .navbar-toggler{
    position: absolute;
    top:25%;
  }

  .navbar-toggler:not(:disabled):not(.disabled) {
    /* position: absolute; */
    cursor: pointer;
    /* left: 60%; */
}

  .menunav {
    display: flex;
    margin-left: 0px;
    background-color: white;
    border-radius: 44px;
    color: #000000;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
}


}

@media (max-width: 700px){
  .navbar-toggler{
    left: 77%;

  }
}

@media (max-width: 510px){
  .navbar-toggler{
    left: 85%;
  }
}
@media (max-width: 400px){
  .navbar-toggler{
    top: 10%;
    left: 65%;
  }
  .menunav{
    height: 91px!important;
  }
}

@media (max-width: 330px){
  .navbar-toggler{
    left: 70%;
  }
}


@media (max-width: 1000px) {

  .menunav {
    margin-left: 0px;
    background-color: white;
    border-radius: 44px;
    color: #000000;
  }

  #milestone .container {
    padding: 0 15% !important;
  }
  #milestone ul {
    padding-bottom: 15%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    margin: auto;
    width: fit-content;
  }
  #milestone ul li {
    border-left: 3px solid  white;
    text-align: left;
    padding-left: 20px;
    max-width: 320px;
  }
  #milestone ul li .diplome {
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: bold;
  }
  #milestone ul li .point {
    top: 5px;
    left: -30px;
  }
  .faqquestion {
    height: 70px;
  }
  .contactbox {
    width: 320px;
  }
  .lightblue {
    width: 100%;
    margin-left: 150px;
  }

  .circlelogo {
    display: block !important;
    margin: 10px auto;
    width: 150px !important;
  }
  #peoplebuttons p {
    margin-top: 40px;
  }
  #full-width-page-wrapper p {
    text-align: center;
  }
}

@media (max-width: 800px){
  .faqquestion{
    height: 90px;
  }
}

/* // Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
  .padding-row {
    padding: 0;
  }
  #poweredby img {
    height: auto;
  }
  #stoxos img {
    width: 300px;
    margin-left: 45%;
    margin-top: -15px;
  }
  .docboxes {
    width: 200px;
    margin-top: 15px;
  }
  #peoplebuttons {
    padding: 0;
  }
  #peoplebuttons button {
    margin-bottom: 50px;
  }
  #documents .docboxes {
    margin-left: 15px;
  }
  .contactbox {
    position: relative;
    width: 100%;
  }
  .lightblue {
    margin: auto;
    width: 500px;
  }
  #wrapper-navbar .container {
    display: -webkit-box;
    display: flex;
  }
  .menuregister a {
    border: 1px solid var(--docbuttoncolor);
    border-radius: 5px;
    width: 110px;
    text-align: center;
  }
  .navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
  }

  #diadikasia h2 {
    margin-top: 50px;
  }
  .prizestext {
    margin: 0 10px;
  }
  #poweredby .col-md-6 img {
    margin-bottom: 25px;
  }
  .peopleinfo {
    min-height: 250px;
  }
  #peoplebuttons button {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  #krisitext .krisiimg2 {
    margin-top: 120px;
  }
  #diavoulefsi .diav-col {
    margin-top: 40px;
  }
}

@media (max-width: 520px) {
  .openday {
    height: 750px !important;
  }
  .openday-text {
    position: absolute;
    top: 350px;
    right: 0;
    left: 0;
    max-width: 502px;
    margin: auto;
  }
}

@media screen and (max-width: 700px) and (min-width: 520px) {
  .openday {
    height: 950px !important;
  }
  .openday-text {
    position: absolute;
    top: 550px;
    right: 0;
    left: 0;
    max-width: 502px;
    margin: auto;
  }

  .milestone.container {
    height: 700px;
  }
}

@media screen and (max-width: 900px) and (min-width: 700px) {
  .openday {
    height: 900px !important;
  }
  .openday-text {
    position: absolute;
    top: 680px;
    right: 0;
    left: 0;
    max-width: 502px;
    margin: auto;
  }

  .milestone.container {
    height: 450px;
  }
}

@media screen and (max-width: 1120px) and (min-width: 900px) {
  .openday {
    height: 1100px !important;
  }
  .openday-text {
    position: absolute;
    top: 710px;
    right: 0;
    left: 0;
    max-width: 502px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: wrap;
  }
}

/* // Small devices (landscape phones, 576px and up) */

@media (max-width: 576x) {
  section {
    padding: 70px 15% !important;
  }

  .milestone.container {
    height: 800px;
  }
  #sitecover {
    padding: 0 !important;
  }
  #documents .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 25%;
  }
  #documents .docboxes {
    margin-bottom: 30px;
  }
  #milestone {
    background-size: 100% 100%;
  }
  #stoxos img {
    width: 300px;
    margin-left: 45% !important;
    margin-top: 0px;
  }
  .contactbox {
    width: 350px;
  }
  .lightblue {
    width: 650px;
  }
  #peoplebuttons {
    padding: 25px 0 0 0;
  }
  #peoplebuttons .row p {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }
}

@media (max-width: 550px) {
  #stoxos img {
    margin-left: 10%;
    margin-top: 5%;
  }
  #documents button {
    margin-bottom: 20px;
  }
  #documents .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 25%;
  }
  #faq {
    padding: 0;
    margin-bottom: 50px;
  }
  .faqquestion {
    height: 90px;
  }
  #diadikasia .col-md-3 {
    margin-bottom: 20px;
  }
  .contactbox {
    position: relative;
    width: 100%;
  }
  #simmetexontes img {
    padding-top: 40px;
    display: block;
    margin: 0 auto;
  }
  .lightblue {
    margin: auto;
    width: 400px;
  }
  /* #peoplebuttons p {
    margin-left: 20px;
    margin-right: 20px;
  } */
  #prizesmsg h2 {
    text-align: center;
  }
  #krisitext p {
    text-align: left;
    color: #84807e;
  }
  #peoplebuttons .row p {
    padding-right: 8% !important;
    padding-left: 14% !important;
    text-align: center;
  }
  #prizesmsg .star-pize {
    margin-top: 20px;
  }
}

@media (max-width: 625px) {
  /* section {
    padding: 30px 0;
  } */
  h1 {
    margin-bottom: 35px;
  }
  /* #diadikasia p {
    padding: 0 10px;
  } */
  #prizesmsg > div > div.col-md-8.p-5 {
    color: white !important;
  }
  #prizesmsg .container.d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  /*.prize img {
    height: 200px;
    width: auto;
    position: relative;
    top:30px;
  }*/
  #thematikes,
  #krisitext {
    background-size: cover !important;
    height: 2600px;
    
  }

  #thematikes{
    height: 2111px;
  }
  #krisitext li {
    text-align: left !important;
    margin: 10px auto !important;
  }
  #krisitext ul {
    list-style-type: none !important;
    color: #7d7e82 !important;
  }
  .contactbox {
    position: relative;
    width: 300px;
  }
  #milestone .container {
    padding: 0 !important;
  }
  .lightblue {
    margin: auto;
    width: 300px;
  }
  #popmake-524,
  #popmake-564 {
    width: 70% !important;
    padding: 30px !important;
  }
  .sib-default-btn {
    align-self: center;
  }
  /* #diadikasia .d-flex {
    display: block !important;
  } */

  #diadikasia .container .row{
    flex-direction: column!important;
    align-items: center;
    
  }
 
  #poweredby .hvr-grow {
    margin-top: 22px;
  }
  #accordion p {
    font-size: 1.005rem !important;
  }
}

@media (max-width: 510px){
  #thematikes{
    height: 2250px;
  }
}

@media (max-width: 444px){
  #thematikes{
    height: 2345px;
  }
}

@media (max-width: 404px){
  #thematikes{
    height: 2484px;
  }
}

@media (max-width: 345px){
  #thematikes{
    height: 2686px;
  }
}

@media (max-width: 305px){
  #thematikes{
    height: 2789px;
  }
}


@media (max-width: 295px){
  #thematikes{
    height: 3000px;
  }
}

@media (max-width: 275px){
  #thematikes{
    height: 3200px;
  }
}
@media (max-width: 320px) {
  #popmake-524,
  #popmake-564 {
    width: 90% !important;
    padding: 30px !important;
  }
  #accordion p {
    font-size: 0.925rem !important;
  }
}

/* 2D TRANSITIONS */

/* Grow */

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 10px rgb(2, 59, 111);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hero {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

/* Rectangle Out */

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: var(--docbuttoncolor);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #a4354c;*/
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 6px;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: var(--white) !important;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*Hide English language*/

/* #main-menu li:last-child a {
  display: none;
} */

/* Youtube video*/

.par {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}

/*Hide red chat*/

#rocketchat-iframe,
#app {
  display: none !important;
}

/*Responsive*/

@media screen and (max-width: 767px) and (min-width: 250px) {
  /* #openday {
    height: 900px;
  } */
  .openday-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #openday button {
    margin-bottom: 123px !important;
  }
}

.participate {
  color: #a19936 !important;
  background-color: #86B6DE;

  /* border: 1px solid #a19936; */
  border-radius: 15px;
}

.participate .nav-link {
  /* border: 1px solid #24145D; */
  /* color: #a19936 !important; */
  color: black !important;
  background: white !important;
  border-radius: 10px;
  border: 1px solid #6B2CF5;

}

.participate .nav-link:hover {
  background: #6B2CF5 !important;
  box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.3);
  
}

.hvr-rectangle-out.btn.docboxes.p-2.mt-5.program {
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: auto !important;
}

.navbar-nav .dropdown-menu {
  min-width: unset!important;
}

.fisrt {
  /* background-image: url(https://crowdhackathon.com/smartsterea/wp-content/uploads/2023/05/Group-1172.svg); */
  /* background-image:url(https://apps4athens.gr/wp-content/uploads/2024/02/Group-1172.svg);
  background-repeat: no-repeat;
  background-size: contain; */
  position: relative;
  border: 1px solid #0C519F!important;
  border-radius:22px;
}

.fisrt:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  width: 99px; /* Adjust width as needed */
  height: 99px; /* Adjust height as needed */
  background: url('https://apps4athens.gr/wp-content/uploads/2024/02/Group-1216.svg') center center/cover no-repeat; /* Add your icon image path here */
  z-index: 999; /* Make sure the icon is above the background */
}

.second {
  /* background-image: url(https://crowdhackathon.com/smartsterea/wp-content/uploads/2023/05/Group-1186.svg); */
  /* background-image: url(https://apps4athens.gr/wp-content/uploads/2024/02/Group-1172.svg);
  background-repeat: no-repeat;
  background-size: contain; */
  position: relative;
  position: relative;
  border: 1px solid #0C519F!important;
  border-radius:22px;
}
.second:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  width: 99px; /* Adjust width as needed */
  height: 99px; /* Adjust height as needed */
  background: url('https://apps4athens.gr/wp-content/uploads/2024/02/Group-1217.svg') center center/cover no-repeat; /* Add your icon image path here */
  z-index: 999; /* Make sure the icon is above the background */
}
/* @media (max-width: 550px){
  .first:before{
    width: 85px!important;
    height: 85px!important;
    top: -47px!important;
    left: -38px!important;

  }

} */

.extraClass {
  /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    border: 1px solid #01C4FC;
    border-radius: 14px;
    flex-direction: row;
    align-items: center; */

  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  border: 0px solid #01c4fc;
  border-radius: 14px;
  
  align-content: space-around;
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
  div#btninfo {
    margin-top: 15%;
}
  .extraClass {
    margin-bottom: 30px;
    margin-left: 10px;
  }
  #peoplebuttons .row p {
    padding-top: 10%;
    min-height: auto;
    margin-bottom: 15px;
  }
  /* #milestone {
    background-color: white !important;
  } */
  #peoplebuttons img {
    margin-bottom: 15px;
  }
}

/* @media only screen and (max-width: 1200px) {
  #sitecover {
    margin-top: 180px;
  }
} */

@media only screen and (max-width: 680px) {
  #milestone ul {
    padding-bottom: 15%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    margin: auto;
    width: fit-content;
  }

  .milestone.container {
    margin-top: -10%;
    max-width: 90% !important;
    border-radius: 14px;
    padding-top: -4%;
  }

  #milestone h1,
  #milestone h2,
  #milestone h3,
  #milestone p,
  #milestone em {
    padding-top: 15%;
    margin-top: 15px;
    color: var(--white) !important;
    margin-bottom: -5%;
  }
  #milestone {
   
/* margin-bottom: 15%; */
    height: 744px;
    background-size: cover;

   
  }
  /* #sitecover {
    margin-top: 120px;
  } */
}

#openday {
  display: none !important;
}

.prize {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prize p {
  font-size: 20px;
  color: #005371;
}

.prize strong {
  font-family: "Manrope-bold";
  font-weight: bold;
  font-size: 65px;
}

.prize span {
  font-weight: bold;
  font-size: 20px;
}

.placement {
  text-align: right !important;
}

.placement-left {
  text-align: left !important;
}

@media only screen and (max-width: 780px) {
  #prizesmsg {
    background-image: none !important;
    background-color: #eee4d7 !important;
  }
  .prize {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .placement {
    text-align: center !important;
  }
  .placement-left {
    text-align: center !important;
  }
  .res-placement {
    flex-direction: column-reverse !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 780px) {


  #prizesmsg {
    background-image: none !important;
    background-color: #eee4d7 !important;
  }
}

/* .openday {
  display: none !important;
} */

.the-stories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 800px;
}

.the-stories button {
  background: #cba341 !important;
  box-shadow: 3px 3px 4px #0000002b !important;
  border-radius: 27px !important;
  color: #fff;
  font-size: 18px;
  width: 260px !important;
  height: 60px;
  border: none;
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}

.the-stories button:hover {
  background: #24145D !important;
  box-shadow: 3px 3px 4px #00000066 !important;
  border-radius: 27px !important;
}

.the-stories h1 {
  margin-top: 20px !important;
}

.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  flex-direction: row;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px !important;
  margin-left: -15px;
}

@media (max-width: 600px) {

  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
}


@media only screen and (min-width: 760px) and (max-width: 819px) { 


.container.prizes {
  height: 2000px!important;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


}

 @media (max-width: 550px){
  .fisrt:before {
    content: '';
    position: absolute;
    top: -42px;
    left: -39px;
    width: 85px; /* Adjust width as needed */
    height: 85px; /* Adjust height as needed */
    background: url('https://apps4athens.gr/wp-content/uploads/2024/02/Group-1216.svg') center center/cover no-repeat; /* Add your icon image path here */
    z-index: 999; /* Make sure the icon is above the background */
  }
  .second:before {
    content: '';
    position: absolute;
    top: -42px;
    left: -39px;
    width: 85px; /* Adjust width as needed */
    height: 85px; /* Adjust height as needed */
    background: url('https://apps4athens.gr/wp-content/uploads/2024/02/Group-1217.svg') center center/cover no-repeat; /* Add your icon image path here */
    z-index: 999; /* Make sure the icon is above the background */
  }
 }

 body .uwy.userway_p1 .userway_buttons_wrapper {
  top: 50%!important;
  right: -100%!important;
  left: 8%!important;
  width: 10%;
}

.btn-link p{
  text-align: start;
}
