    html,
body {
  position: relative;
  height: 100%;
}

body {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
/* swiper style */
.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
   position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 920px;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet{
  width:20px;
  height:20px;
  border: 2px solid black;
  background-color: white;
}
.swiper-pagination-bullet-active {
  background-color: black;
}

/* inside slide style */

.title {

  font-size:40px;
  font-family:'hypatia-sans-pro',sans-serif;
  font-weight: 300;
  top:0;
  left:0;
  width: 100%;
  text-align: center;
}

.text {

  margin-top:2rem;
  left:0;
  width: 100%; 
  text-align: center;
}
.border-container {
    border: 1px solid #000;
    font-size: 22px;
    margin-top: 2rem;
    width: 40%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.logo-first{
  z-index: 1;
  position: absolute;
  max-width: 300px;
  top: 27%;
  right: 15%;
}

.logo-second {
    z-index: 2;
    opacity: 1;
    position: absolute;
    max-width: 300px;
    top: 27%;
    right: 15%;
}


.woman-full {
    position: absolute;
    top: 5%;
    right: -25%;
    z-index: 3;
}

.woman-full img{
  width: 650px;
}

.desc-container {
    position: absolute;
    z-index: 3;
    bottom: 0;
    top: 47%;
    left: 20%;
    width: 100%;
}
.desc {
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
  font-family: 'hypatia-sans-pro',sans-serif;
  letter-spacing: 1.8px;
  line-height: 40px;
  text-shadow: 0px 2px 3px #000000;
}

.editorial {
	position: absolute;
	top: 70px;
	margin-left: 10%;
	z-index: 3;
	font-size: 50px;
	font-family:'hypatia-sans-pro',sans-serif;
	letter-spacing: 57.5px;
	color: #FFFFFF;
}

.anim {
    text-shadow: 0px 2px 3px #AD504C;
}


#background img {
	position: absolute;
	top: 60px;
	width: 100%;
	height: auto;
	z-index: 2;
}

.icon {
    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: 50%;
    right: 20px;
}

.icon-2{
	top: 90%;
    right: 25%;
}
.editorial-title {
    margin-top: 70px;
	letter-spacing: 10.5px;
	color: #AD504C;
	font-family: 'hypatia-sans-pro',sans-serif;
	font-weight: 600;
	font-size: 35px;
}
.happy-summer {
	margin: 30px auto;
	font-family: 'hypatia-sans-pro',sans-serif;
	text-align: center;
	font-size: 80px;
	font-weight: 300;
	
}
.content {
	margin: 30px auto;
	font-family: 'hypatia-sans-pro',sans-serif;
	text-align: center;
	font-size: 34px;
	font-weight: 300;
}
.credits {
	margin: 30px auto;
	font-family: 'hypatia-sans-pro',sans-serif;
	font-size: 20px;
}

.show-more {
	color: #000;
	font-family: 'Gill Sans Nova', sans-serif;
}

.text-container{
	height:40vh;	
}

.big-img {

	max-height: calc(100vh - 70px);
	overflow: hidden;
}
.mini-img {
	margin-left: -25px;
	max-height: 50vh;
	overflow: hidden;
}
.med-img {
  margin-left:-150px;
  position:relative;
  z-index:2;
  overflow: hidden;
  height:550px;
  
}
.big-img img{
  transition: transform .5s ease;
}
.mini-img img {
  transition: transform .5s ease;
}
.med-img img {
  transition: transform .5s ease;
}
.mini-img:hover img {
    transform: scale(1.2);
}
.big-img:hover img {
   transform: scale(1.2);
} 
.med-img:hover img {
   transform: scale(1.2);
} 

.info-container{
  padding:50px; 
}

#video_player {
    position: relative;
}
#editorial_video {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#editorial_video_2 {
	width: 100%;
	height: calc(100vh - 70px);
}
@media (max-height: 900px) {
  #background img {
    top: -30px;
  }
  .logo-first {
    top: 22%;
	right: 10%
  }
  .logo-second {
    top: 22%;
	right: 10%
  }
  .woman-full {
    top: 80px;
  }
  .woman-full img {
    width: 550px;
  }
  .desc-container {
    top: 41%;
  }

}

/* Mobile */

.main-phone {
  background-image: url('https://afieromata.youweekly.gr/wp-content/uploads/2024/05/mobile-background.webp');
  background-repeat: no-repeat;
  background-position: center;
  height: 90vh;
}
.mobile-editorial {
  position: absolute;
  left: 0; 
  right: 0; 
  top: 70px;
  font-family: 'hypatia-sans-pro',sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
}
.mobile-logo-small {
	position: absolute;
	left: 35%;
	top: 45%;
}
.mobile-logo-big {
	position: absolute;
	left: 17%;
	top: 40%;
	z-index: 2;
}
.m-anim {
  color: #FFFFFF;
  letter-spacing: 17.5px;
  text-shadow: 0px 2px 3px #AD504C;
  z-index: 2;
}
.scaly {
	color: #AD504C;
	letter-spacing: 17.5px;
}

.woman-head {
    left: 65%;
    top: 22%;
    position: absolute;
}
.woman-body {
    bottom: 30%;
    position: absolute;
    left: 15%;
}

.mobile-video-wraper {
width: 100%;
height:auto;
}

.mobile-icon {
    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: 160%;
    right: 20px;
}

.mobile-title {
	background:#4990A0;
	color: #FFFFFF;
	font-family: 'hypatia-sans-pro',sans-serif;
	font-size: 34px;
}

.mobile-cont-title {
	font-family: 'hypatia-sans-pro',sans-serif;
	font-weight: 300;
	font-size: 62px;
	text-align:center;
}

.mobile-text {
	font-family: 'hypatia-sans-pro',sans-serif;
	font-weight: 300;
	font-size: 34px;
}

.info-container {
	background-image: url(https://afieromata.youweekly.gr/wp-content/uploads/2024/05/logo%20girl_434915962.svg);
	background-repeat: no-repeat;
	background-position-y: top;
}
.image-container {
    position: relative;
    display: inline-block;
}

.tap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

@media (max-width: 992px) { 
	.border-container {
		border: 8px solid #000;
		width: 70%;
		background: #000000;
		margin-left: auto;
		margin-right: 0;
		
	}
	.border-container-em {
		border: 8px solid #000;
		width: 70%;
		background: #000000;
		margin-left: auto;
		margin-right: auto;
	}
	.show-more {
		color: #E9D1CA;
	}
	.happy-summer {
		font-size:60px;
		margin: 0;
	}
ol, ul {
    padding-left: 0;
}
}
/* hover's */
@media (hover: hover) {
	.border-container:hover{
		color: #E9D1CA;
		background: #000000;
		cursor: pointer;
	}
	.border-container:hover .show-more{
		color: #E9D1CA;
	}
		
}