@font-face {
    font-family: 'Zilla Slab Greek';
    src: url('fonts/ZillaSlabGreek-Bold.woff2') format('woff2'),
        url('fonts/ZillaSlabGreek-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zilla Slab Greek';
    src: url('fonts/ZillaSlabGreek-SemiBold.woff2') format('woff2'),
        url('fonts/ZillaSlabGreek-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zilla Slab Greek';
    src: url('fonts/ZillaSlabGreek-Medium.woff2') format('woff2'),
        url('fonts/ZillaSlabGreek-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zilla Slab Greek';
    src: url('fonts/ZillaSlabGreek-Light.woff2') format('woff2'),
        url('fonts/ZillaSlabGreek-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
      scroll-behavior: smooth;
     overflow-x: hidden;

}

body {
    background-color: #F5F5F5;
    color: #000;
    font-family: "Zilla Slab Greek", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.2s ease-in-out;
}

a {
    color: #26416a;
    text-decoration: underline;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Zilla Slab Greek", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 52px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
    font-weight: 600;
}

.entry-content h4 {
    margin-top: 40px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}



.logos-area {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  transform: translateY(-200px);
}

.section_1 {
  text-align: center;
  margin-top: 30px;
}

.section_1_title {
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  height: 100px;
}


.section_1_subtitle {
    font-size: 25px;
    font-weight: 300;
    transform: translateX(-20%);
    opacity: 0;
}

.phone_logo {
    transform: translateX(120%);
    opacity: 0;
}
.writer {
  margin-top: 20px;
  opacity: 0;
}

.section_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.section_2 .left_box {
  padding: 140px;
  opacity: 0;
  flex: 1;
}

.section_2 .right_box {
  position: relative;
  opacity: 0;
  flex: 0 0 auto;
}
.section_2_image {
  width: 947px;
}
.section_3 {
  max-width: 1400px;
  padding: 10px;
  margin: 40px auto;
  text-align: center;
  opacity: 0;
  transform: translateY(180px);
}

.section_4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_4 .left_box {
  position: relative;
  transform: translateX(-100%);
  opacity: 0;
  overflow: hidden;
  flex: 0 0 auto;
}
.section_4_hand {
  position: absolute;
  bottom: 0;
  left: 220px;
  transform: translate(230px,430px);
}

.section_4_bg {
  width: 947px;
}

.section_4 .right_box {
  padding: 70px;
transform: translateX(100%);
  opacity: 0;
  flex: 1;
}

.parallax-container {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  height: 80vh;
  display: flex;
  justify-content: center;
}

.section_5 {
  background-image: url("images/train_bg.jpg");
  width: 100%;
  height: 700px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.section_6 {
  max-width: 950px;
  padding: 10px;
  margin: 100px auto;
  text-align: center;
  transform: translateY(180px);
  opacity: 0;
}

.section_6 span {
    color: #B1B1B1;
}

.section_7 {
  height: 100vh;
}

.section_7 .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.section_7 .train_image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_7 .kaltses {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}


.animated_boxes {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}

.animated_boxes div {
  width: 50%;
  text-align: center;
}


.section_8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.section_8 .left_box {
  width: 50%;
  position: relative;
  opacity: 0;
  transform: translate(-370px,-315px);
}

.section_8 .right_box {
  padding: 50px 180px;
  width: 30%;
  opacity: 0;
  transform: translate(370px,-315px);
}

.frouta_above {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: -100px auto;
  z-index: 1;
  position: relative;
  transform: translateY(180px);
  opacity: 0;
}

.section_8_1 label {
  text-align: left;
}

.section_9 {
  max-width: 1040px;
  padding: 10px;
  margin: 140px auto 40px;
  text-align: center;
  opacity: 0;
}

.section_10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 970px;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
}

.buttons {
    text-align: center;
    margin-top: 10px;
}

.buttons button {
  padding: 5px 45px 10px;
  margin: 0 5px;
  border: none;
  background-color: #B4B4B4;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 29px;
  font-weight: 300;
  font-family: 'Zilla Slab Greek';
  border-radius: 80px;
}

.buttons button:hover {
    background-color: #fff;
}

.buttons button.active {
    background-color: #fff;
}

.section_11 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 110px auto;
  padding: 10px;
}

.section_11 .left_box {
  width: 50%;
  transform: translateX(-180px);
  opacity: 0;
}

.section_11 .right_box {
  width: 50%;
transform: translateX(180px);
  opacity: 0;
}

.section_12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 110px auto;
  padding: 10px;
}
.section_12 .left_box {
  width: 50%;
    transform: translateX(-180px);
  opacity: 0;
}

.section_12 .right_box {
  width: 50%;
  transform: translateX(180px);
  opacity: 0;
}


.section_13 {
  background-color: #F5F5F5;
}

.top_text_13 {
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 10px;
  text-align: center;
  color: #F5F5F5;
}

.night_images {
  display: flex;
  opacity: 0;
  justify-content: center;
}

.night_text {
  text-align: center;
  color: #fff;
  max-width: 860px;
  margin: 60px auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 90px;
  transform: translateX(-100%);
  opacity: 0;
}

.bottom_text_13 {
  color: #fff;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 93px;
  transform: translateX(100%);
  opacity: 0;
}



.parallax-container-2 {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 67vh;
  display: flex;
  justify-content: center;
}

.section_14 {
  background-color: #000;
  background-image: url("images/colored_bakground.jpg");
  width: 100%;
  height: 100vh;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: -1;
}

.mobile_night_hand {
  position: fixed;
  right: -100%;
  max-width: 50%;
  top: 30%;
  z-index: -1;
  opacity: 0;
}

.section_15 {
  background-color: #000;
  z-index: 11;
  position: relative;
}

.last_text {
  color: #fff;
  text-align: center;
  max-width: 860px;
  padding: 100px 10px;
  margin: 0px auto;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.copyrights {
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  background-color: #000;
  margin-bottom: 0;
  padding-bottom: 30px;
  z-index: 2;
  position: relative;
}


@media only screen and (max-width: 1650px) {

.section_2 .left_box {
  padding: 30px;

}

}


@media only screen and (max-width: 1430px) {

.section_2 {
  flex-direction: column-reverse;
}

.section_4 {
  flex-direction: column;
}
.section_8 .right_box {
  padding: 50px 90px;
}

.section_11 {
  flex-direction: column;
  gap: 30px;
}

.section_12 .left_box {
  padding: 100px;
}
}


@media only screen and (max-width: 768px) {

p{
    font-size: 22px;
    line-height: 36px;
}
h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

.logos-area {
  padding: 20px;
}

  .section_2 .left_box {
    padding: 30px 10px;
    text-align: left;
  }
  .section_3 {
    text-align: left;
  }

  .section_4_hand {
    width: 46%;
    left: 160px;
  }
  .section_4 .right_box {
  padding: 10px;
  }
  .section_5 {
    margin-top: 0;
  }
  .section_8 {
  margin-top: 0px;
  flex-direction: column;
}

.section_8 .left_box {
  width: 100%;
}
  .section_8 .right_box {
    padding: 10px;
    width: 100%;
  }
  .frouta_above {
  margin: 0 auto;
}
.section_11 .left_box {
  width: 100%;
}
.section_11 .right_box {
  width: 100%;
}
.section_12 {
  flex-direction: column-reverse;
}
  .section_12 .left_box {
    padding: 10px;
    width: 100%;
  }
  .section_12 .right_box {
  width: 100%;
  text-align: center;
}
.night_images {
  flex-wrap: wrap;
}
.night_images img {
  width: 50%;
}
.mobile_night_hand {
  max-width: 90%;
}
}

@media only screen and (max-width: 540px) {
.section_1_title {
  font-size: 66px;
  font-weight: 300;
  margin-bottom: 0;
  white-space: initial;
  overflow: auto;
  height: auto;
}
.buttons button {
  padding: 5px 29px 10px;
  font-size: 21px;
}
}