* {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}

:root {
  /* --main-color: rgb(255,252,247);
  --secondary-color: rgb(6, 25, 29);
  --deep-pink:rgb(158,112,99);
  --pale-white:rgb(251,251,246);
  --black: rgb(0,0,0); */
  /* --footer-max-width: 1400px; */
  --remove-red: #d0021b;
}
/* STANDARD HEADER */
.standard-header {
  display: flex;
  justify-content: space-between;
  height: 90px;
  max-width: 1120px;
  margin: auto;

}

.standard-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* transform: translateX(80px); */
  margin-right: 0px;
}

.standard-header ul li a {
  margin: 0 6px;
  font-size: 100%;
}
.menu-list-left {
  transform: translateX(-8px);
}
.menu-list-right {
  transform: translateX(8px);
}

/* CONTROLS */
@media only screen and (min-width: 1201px) {
  .reasponsive-header {
    display: none;
  }
  .first-section {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .standard-header {
    display: none;
  }
  .first-section {
    margin-top: -50px;
  }
}


/* RESPONSIVE */
.mobile {
  background-color: #000;
  border: 0 solid #333;
  border-width: 50px 15px;
  border-radius: 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.6);
  margin: 20px auto;
  max-width: 300px;
  height: 560px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.logo {
  color: #000;
  font-size: 25px;
  line-height: 50px;
  align-self: center;
  text-transform: capitalize;
  transform: translateY(5px);
}

.logo img {
  height: 80px;
}
/* menu button */
.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 101;

}
.menuBtn > span {
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  -webkit-transition: height 100ms;
  transition: height 100ms;
}
.menuBtn > span:after,
.menuBtn > span:before {
  content: '';
  background-color: #000;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.menuBtn > span:after {
  top: -7px;
}
.menuBtn > span:before {
  bottom: -7px;
}
.menuBtn.act > span {
  height: 0;
}
.menuBtn.act > span:after,
.menuBtn.act > span:before {
  background-color: #000;
  top: 1px;
}
.menuBtn.act > span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menuBtn.act > span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* main menu block */
.mainMenu {
  /* background-color: rgb(209,228,221); */
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  transform: scale(0);
  
}
.mainMenu.act {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mainMenu.act ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mainMenu ul {
  display: table-cell;
  vertical-align: middle;
}
.mainMenu li {
  padding: 8px 0;
  -webkit-transition: all 400ms 510ms;
  transition: all 400ms 510ms;
  opacity: 0;
}

/* Δεξιό animation */

.mainMenu li:nth-child(odd) {
  /* -webkit-transform: translateX(30%); */
          /* transform: translateX(30%); */
}

/* Αριστερό animation */

.mainMenu li:nth-child(even) {
  /* -webkit-transform: translateX(-30%); */
          /* transform: translateX(-30%); */
}

.mainMenu li:last-child {
  -webkit-transform: none;
          transform: none;
}
.mainMenu a {
  color: black;
  display: inline-block;

}

.test-section {
  background-color: rgb(250,240,233);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}











.page-content-block{
  min-height: calc(100vh - 195px);
}
/* FOOTER */
footer {
position: relative;
z-index: 0;
background-color: #292c2f;
color: white;
/* margin-top: 30px; */
height: 110px;
margin-top:  0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1.4rem;
text-align: center;
}
footer a {
  color: white;
  font-size: 100%;
}
footer a:hover {
  color: #4267B2;
  transition: 0.3s color linear;
}

#footer .footer-main-container>section {
border: none;
border-right: 1px solid #9c9c9c;
width: 50vw;
display: table-cell;
height: 280px;
padding-left: 10px;
padding-right: 10px;
}

#footer .footer-main-container>section:last-of-type {
border-right: none;
}

/*  */
#footer .footer-main-container>section button {
padding: 0;
color: #000;
height: auto;
}
#footer .footer-main-container>section h2, #footer .footer-main-container>section button {
background-color: white;
/* text-transform: uppercase; */
width: 100%;
padding-top: 13px;
padding-bottom: 13px;
padding-left: 0;
padding-right: 0;
text-align: left;
border: none;
color: #000;
cursor: default;
outline: none;
}


#footer .footer-main-container>section i {
font-size: 150%;
margin-right: 10px;
}

.footer-link-contact {
margin-bottom: 15px;
}



.footer-top--wrapper {

  background-color: black;
  width: 100%;
  color: white;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  }
  
  .footer-top {
  max-width: var(--footer-max-width);
  /* width: 90%; */
  margin-left: 5%;
  display: grid;
  grid-template-columns: 25% 25% 20% 20%;
  padding: 10px;

  max-width:  var(--footer-max-width);
  }
  .footer-top__brand {
  display: flex;
  flex-direction: column;
  text-align: center;
  }
  .footer-top__brand img{
  max-height: 150px;
  width: auto;
  align-self: center;
  justify-self: center;
  margin-bottom: 20px;
  
  }
  
  .footer-top div {
  padding: 3px;
  }
  .footer-top__socials div{
    width: 318px;
  }
  .footer-top__socials {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer-top__socials--newsletter-title {
  /* font-size: 120%; */
  margin-bottom: 10px;
  }
  
  #footer-newsletter-input {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  padding: 5px 5px;
  color: var(--main-color);
  /* font-size: 110%; */
  margin-bottom: 10px;
  width: 70%;
  min-width: 150px;
  }
  
  #footer-newsletter-input:focus {
  outline:none;
  }
  .newsletter-sign-up-button {
  height: 35px;
  width: 90px;
  text-align: center;
  font-size: 120%;
  margin-bottom: 40px;
  border: 2px solid var(--secondary-color);
  cursor: pointer;
  }
  .footer-top__socials--socials-header {
    margin-top: 20px;
  }

  .footer-top__socials--socials-icons ion-icon,
  .footer-top__socials--socials-header {
    color: white;
  }
  
  .footer-top__information {
  display: flex;
  flex-direction: column;
  }
  
  .footer-top__information--title {
  margin-bottom: 40px;
  }
  
  .footer-top__information a {
  text-decoration: none;
  color: var(--secondary-color);
  margin: 3px 0;
  }
  
  .footer-top__location--title {
  margin-bottom: 40px;
  }
  
  
  .footer-bottom {
  bottom: 0px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: var(--main-color);
  }
  @media only screen and (max-width: 1200px) {
    .footer-top {
      margin-left: 0;
      width: 100%;
      grid-template-columns: 30% 30% 20% 20%;
    }
  }
  @media only screen and (max-width: 951px) {
  .footer-top__brand img {
      height: 150px;
      
  }
  #footer-newsletter-input {
      width: calc(100% - 100px);
      padding: 5px 0;
  }
  .footer-top {
      grid-template-columns: 100%;
  }
  .newsletter-sign-up-button {
      margin: 0;
      display: inline-block;
      height: 34px;
  }
  .footer-top__location--title,
  .footer-top__information--title {
      margin: 10px 0 0 0;
  }
  .footer-top__information {
    align-items: center;
    margin-left: 0 !important;
  }
  .footer-top__location {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer-top__brand div {
    margin-bottom: 15px;
  }
  .footer-top__brand img {
    margin-bottom: 5px;
  }
  }