:root {
  --primary-color: #171717;
  --secondary-color: #F8F3ED;
  --accent-color: #a98467;
}
#enviroment-anoigma {
	height:200vh;
	/* margin-top: 80px;s */
	background-color: rgb(214, 195, 125);
}
.handshake {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.info {
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  height: 200vh;
}
.info-text {
	margin-top: 5rem;
}

.celebrity-info-container {
  position: absolute;
  z-index: 3;
  background: #FFF8F4 0% 0% no-repeat padding-box;
  border-radius: 70px;
  opacity: 0.78;
  padding: 2rem;
  bottom: -103%;
  width: 65%;
  left: 45px;
}
.info-title {
  font-family: 'hypatia-sans-pro', sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #454718;
}
.info-content {
  font-family: 'hypatia-sans-pro', sans-serif;
  font-size: 30px;
}

.btn-sm {
  border: 2px solid #454718;
  border-left-width: 8px; 
  font-size: 22px;
  margin-top: 2rem;
  width: 30%;
  margin-bottom: 2rem;
  margin-left: 35%;
}

@media 	(max-width: 992px) {
	.btn-sm {
		margin-left: 20%;
		width: 60%;
		background: #454718 0% 0% no-repeat padding-box;	
	} 
	.btn-sm a {
		color: #D6C37D;
	}
}

.btn-sm:hover {
  background: #454718 0% 0% no-repeat padding-box;
  color: #D6C37D;
}

.heading {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family:  "hypatia-sans-pro", sans-serif;
  font-weight: bold;
  font-size: 50px;
  color: #D6C37D;
}
.geronikou {
  position: absolute;
  z-index: 1;
  top: 60%;
  right: 5%;
	overflow: hidden;
}

.rouvas {
  position: absolute;
  z-index: 3;
  top: 115%;
  left: 0;
  overflow: hidden;
}

.tsitsipas {
  position: absolute;
  z-index: 2;
  top: 116%;
  left: 25%;
  overflow: hidden;
}

.sotiropoulou {
	position: absolute;
	z-index: 3;
	top: 120%;
	right:0;
	overflow: hidden;
}
.geronikou img, .sotiropoulou img, .tsitsipas img, .rouvas img {
  max-height: 720px;
}

@media (min-width: 1201px) and (max-width: 1450px) {
  .geronikou img, .sotiropoulou img, .tsitsipas img, .rouvas img {
    max-height: 600px;
  }
  
  .info {
    font-size: 18px;
  }
  
  .before-buy {
    font-size: 27px;
  }
}

.sotiropoulou:hover img,
.tsitsipas:hover img,
.rouvas:hover img,
.geronikou:hover img {
	transform: scale(1.2);
	transition: transform .5s ease;
}

.save-planet {
  position: absolute;
  top: 80%;
  width: 60%;
}
#article_list {
  padding: 100px 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
}

#article_list .articles .item {
  position: relative;
  padding: 0;
}

#article_list .articles .description {
  position: absolute;
  height: 100%;
  bottom: 0;
  padding: 20px;
  background-color: rgba(87, 17, 15, .3);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  opacity: 0;
}

#article_list .articles .arrow {
  text-align: right;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#article_list .articles .arrow img {
  width: 80px;
  color: #fff;
  animation-name: move_arrow_left;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

#article_list .articles .description .category {
  font-weight: 800;
  margin-bottom: 10px;
}

.before-buy {
  font-size: 45px;
  font-weight: 900;
  color: #FFC900;
  padding: 10px 200px;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

#eco-travel {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.card-container {
  position: relative;
}

.eco-travel-desk {
  box-shadow: -25px 25px 0 #D6C37D; /* Horizontal offset, Vertical offset, Blur radius, Color */
}

.balloon {
  position: absolute;
  width: 300px;
  bottom: -20%;
  left: 80%;
}



iframe {
  padding: 0
}

body, td, th {
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #101010;
}

body {
	background: #fff;
	margin: 0;

}

a:active, a:link, a:visited {
  color: #D6C37D;
  text-decoration: none;
  outline: 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}


.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

#article_list {
  padding: 100px 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#article_list .articles .item {
  position: relative;
  padding: 0;
}

#article_list .articles .item figure {
  position: relative;
  z-index: 0;
}

#article_list .articles .arrow {
  text-align: right;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#article_list .articles .arrow img {
  width: 80px;
  color: #fff;
  animation-name: move_arrow_left;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

#article_list .articles .item:hover .arrow img {
  animation-name: move_arrow_right;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

@keyframes move_arrow_left {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 20px;
  }
}

@keyframes move_arrow_right {
  0% {
    margin-right: 20px;
  }
  100% {
    margin-right: 0;
  }
}
@media (max-width: 992px){
	#article_list .articles .description {
		height: 50%;
	}
}
#article_list .articles .description {
  position: absolute;
  height: 100%;
  bottom: 0;
  padding: 20px;
  background-color: rgba(87, 17, 15, .3);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  opacity: 0;
}

#article_list .articles .description:hover {
  opacity: 1;
}
@media (max-width: 992px){
	#article_list .articles .description {
		height: 35%;
	}
}
#article_list .articles .description a {
  color: #fff;
}

#article_list .articles .description .category {
  font-weight: 800;
  margin-bottom: 10px;
}

#article_list .ny_logo_footer {
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 767px) {
  #article_list {
    padding: 50px 0 20px;
  }

  #article_list .articles .item figure img {
    width: 100%;
  }

  #article_list .ny_logo_footer {
    position: relative;
    top: 20px;
  }

  #article_list .articles .description {
    opacity: 1;
  }
}

#eco-ote {
	height: 100vh;
	background-color: #18473d;
}

img.img-fluid.eco-ote-desk {
  z-index: 3;
  position: relative;
	border-radius:30px;
	box-shadow:-20px 30px 0 #D6C37D;

}

.youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #292929;
  color: #292929;
  border-radius: 50%;
  position: absolute;
  top: -110%;
  right: 45%;
}

.youtube-desk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #292929;
  color: #292929;
  border-radius: 50%;
  position: absolute;
  top: 85%;
  z-index: 4;
  right: 5%;
}

.ote-info-container {
  position: absolute;
  z-index: 2;
  background: #FFF8F4 0% 0% no-repeat padding-box;
  border-radius: 70px;
  opacity: 0.78;
  padding: 4rem;
  bottom: -30%;
  width: 55%;
  right: -50%;
}

/* Mobile */

#enviroment-anoigma-mob {
  height: 80vh;
  margin-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#part-5-mob {
	height: 100%;
}
.heading-mob {
  color: #D6C37D;
  font-size: 27px;
  font-weight: bold;
	margin-top: 2rem;
  opacity: 1;
}

.logo-mob {
  position: absolute;
  top: 65%;
  opacity: 1;
}


.logo-mob-first {
    top: 60px;
    position: absolute;
    left: 0;
}

.mob-info {
	font-size: 26px;
	padding: 10%;
	color: #FFFFFF;
	margin-bottom: 0;
}

#slider-diasimoi {
  background-color: #D6C37D;
}

.slider-title {
  font-size: 44px;
  color: #454718;
}

.swiper {
  width: 100%;
  height: auto; 
}

.swiper-slide {
  width: 100%;
  height: auto;
}
.swipe-icon {
  position: absolute;
  width: 50px;
  right: 0;
  bottom: 3.4rem;
  z-index: 10;
}
