 .fixed-top {
	display:none;
}

#main {
	margin-top: 0;
}
body{
    background: #eaeaea;
}
a {
	color:white;
}
.desktop-slider{
	height:100vh;
}

.container-slider{
   /* position: absolute;
    top: 50%;
    left: 50%; */
	/*margin-top:25rem;*/
	margin-left:auto;
   /* transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
}

.container-slider .slide .item{
    width: 200px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translate(0, -35%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 1.5s;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
}


.slide .item:nth-child(3){
    left: 50%;
}
.slide .item:nth-child(4){
    left: calc(50% + 220px);
}
.slide .item:nth-child(5){
    left: calc(50% + 440px);
}

/* here n = 0, 1, 2, 3,... */
.slide .item:nth-child(n + 6){
    left: calc(50% + 660px);
	display:none;
}



.item .content{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 500px;
    text-align: left;
    color: #eee;
    transform: translate(0, -50%);
    font-family: system-ui;
    display: none;
}


.slide .item:nth-child(2) .content{
    display: block;
}


.content .name{
    font-size: 110px;
    text-transform: uppercase;
	line-height: 6rem;
    font-weight: 900;
	font-family:'Hypatia-Sans-Pro-Black',sans-serif;
	text-shadow: 0px 5px 10px #000000BF;
    opacity: 1;
}

.content .des{
    margin-top: 10px;
    margin-bottom: 20px;
	font-family: 'Hypatia-Sans-Pro-Semibold',sans-serif;
	font-weight:600;
	font-size: 20px;
	text-shadow: -2px 2px 5px #000000;
    opacity: 1;
}

.content button{
    padding: 10px 20px;
    cursor: pointer;
    opacity: 1;
}

.button{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.button button{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    /*border: none;*/
    cursor: pointer;
    margin: 0 5px;
    border: 2px solid #FFFFFF;
	background: transparent;
}


.main-title{
	background-color: rgb(70, 251, 187, 0.5);
	font-family:'Hypatia-Sans-Pro-Black',sans-serif;
	font-size: 49px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);

}
/* swiper desktop styling */

.swiper-desktop {
	width:100%;
	height:100%;
	max-width: 2560px;
	max-height: 1707px;
}


.swiper-pagination-progress {
	z-index: 10;
	margin-bottom:1rem;
}
.easter-button-prev, .easter-button-next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 90%;
    z-index: 10;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    padding: 1.1rem;
}

.easter-button-prev{
	left: 30%;	
}
.easter-button-next {
	left: calc(30% + 60px);
}
.swiper-pagination-progressbar{
	background:#FFFFFF;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #FFB300;
}

.swiper-fraction {
    color: white;
    font-weight: bold;
    font-size: 43px;
    top: 90%;
    position: absolute;
    z-index: 10;
	text-shadow: 0px 3px 6px #000000;
    left: calc(30% + 600px);
}

 /* swiper progresion bar position */

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 440px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: calc(30% + 140px);
    top: 93%;
}
/* pagination bullets */
.swiper-pagination-bullet {
	width: 93px;
	opacity: 1;
	background: transparent;
}
.swiper-pagination-bullet-active {
	filter: grayscale(100%);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 0;
	width: 100%;
	top: 10px;
	bottom: 95%;
}
.title-desk{
	font-weight: 900;
	font-size: 110px;
	line-height: 6rem;
	font-family: 'Hypatia-Sans-Pro-Black',sans-serif;
	text-shadow: 0px 5px 10px #000000BF;

}

.text-desk{
	font-weight: 400;
	font-size: 20px;
	font-family: 'Hypatia-Sans-Pro',sans-serif;
	text-shadow: 0px 3px 6px #000000;

}

.info-container {
	padding: 20% 22% 0% 5%;
	color: #FFFFFF;
}

.famous-container {
	padding: 16% 5% 0% 5%;
	color:#FFFFFF;
	text-shadow: 0px 2px 2px #000000;
}

.full-name{
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 40px;
}
.famous-desc {
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 24px;
	font-family: 'Hypatia-Sans-Pro', sans-serif;
	opacity:0;
}
.btn-start-travel{
	text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 600;
    width: 70%;
    box-shadow: 0px 13px 18px #00000029; 
    border: 3px solid #FFFFFF; 
    border-radius: 30px;
  	padding:3%;
}

.vertical-container{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.famous-img-desk {
	max-height:491px;
}

/* styling */

.kos-btn-desk {
	background: #FFB300 0% 0% no-repeat;
}
.kos-bg{
	background-image: linear-gradient(to top, rgba(255, 179, 0, 0.5) 75%, transparent 75%);
}

.mani-bg {
	background-image: linear-gradient(to top, rgba(175, 33, 33, 0.5) 75%, transparent 75%);
}
.mon-bg {
	background-image: linear-gradient(to top, rgba(193, 128, 49, 0.5) 75%, transparent 75%);
}
.naf-bg {
	background-image: linear-gradient(to top, rgba(108, 201, 220, 0.5) 75%, transparent 75%);
}
.pil-bg {
	background-image: linear-gradient(to top, rgba(136, 199, 32, 0.5) 75%, transparent 75%);
}
.san-bg {
	background-image: linear-gradient(to top, rgba(65, 172, 227, 0.5) 75%, transparent 75%);
}
.hal-bg {
	background-image: linear-gradient(to top, rgba(134, 181, 57, 0.5) 75%, transparent 75%);
}
.aig-bg {
	background-image: linear-gradient(to top, rgba(255, 179, 0, 0.5) 75%, transparent 75%);
}
.thes-bg {
	background-image: linear-gradient(to top, rgba(216, 94, 65, 0.5) 75%, transparent 75%);
}
.tri-bg {
	background-image: linear-gradient(to top, rgba(255, 179, 0, 0.5) 75%, transparent 75%);
}
.hor-bg {
	background-image: linear-gradient(to top, rgba(136, 199, 32, 0.5) 75%, transparent 75%);
}
.han-bg {
	background-image: linear-gradient(to top, rgba(65, 172, 227, 0.5) 75%, transparent 75%);
}

.zak-bg{

	background-image: linear-gradient(to top, rgba(216, 94, 65, 0.5) 75%, transparent 75%);
}



/* mobile slider styling */
.mobile-slider{
	height:100vh;	
}
.fixed-top{
	opacity:0.5;
}
html, body {
      position: relative;
      height: 100%;
      
    }

    body {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
      /*height: 500px; /* You must set a specified height */
      background-position: center; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: cover; /* Resize the background image to cover the entire container */
    }

    .mobile-swiper {
      width:100%;
      height:100%;
      max-width: 430px;
      max-height: 932px;
    }

    .mob-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: end;
    }

    .mob-slide img {
      display: block;
      object-fit: cover;
    }
.mob-desc{
		text-shadow: 0px 3px 3px #000000;
		padding-right:1rem;
}
.swiper-pagination-progress-mobile{
	width:70%;
	left:3rem;
	z-index:10;
	bottom:3rem;
}
.swiper-fraction-mobile{
	color: white;
    font-weight: bold;
    font-size: 23px;
    position: absolute;
    z-index: 10;
	text-shadow: 0px 3px 6px #000000;
	z-index:10;
	left:calc(5rem + 70% );
	bottom: 1rem;
}
.card-container{
	position:relative;
	display: grid;
	margin-bottom:10rem;
}
.title {
    box-sizing: border-box;
    border:0px solid #707070;
    background-color: rgba(255, 0, 0, 0.5);
    padding: 8px 16px;
    color: #fff;
    position: absolute;
    top: 0;
    width: auto;
    text-align: center;
    z-index: 10;
    font-weight: 600;
	font-family: 'Hypatia-Sans-Pro-Black';
	font-size:31px;
	text-shadow: 0px 3px 3px #000000;
}
.subtitle {
  padding: 8px 16px;
  font-size: 37px;
  font-family:'Hypatia-Sans-Pro-Black';
  margin-left: 1rem;
  line-height:2.5rem;
  display: flex;
  align-items: center;
  color: white;
  position: absolute;
  top: 0;
  width: auto;
  text-align: center;
  z-index: 10;
  font-weight: 600;
  text-shadow: 0px 5px 5px #000000;

}
.seven {
  font-size:191px;
  font-family:'Hypatia-Sans-Pro';
  text-shadow: 0px 5px 10px #000000;
}
.sb2-container{
  display:grid;
}
.sb2 {
    grid-row: 1;
    grid-column: 1;
    margin-left: -9%;
    padding: 0;
    line-height: 2rem;
}

.sb3 {
    grid-row: 2;
    grid-column: 1;
    margin-top: -0.5rem;
    margin-left: -9rem;
}

.text{
  box-sizing: border-box;
  padding: 8px 16px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  text-align: center;
  z-index: 10;
  font-weight: 600;
  text-shadow: 0px 3px 6px #000000;
}
.slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;

}
.swipe-icon {
    position: absolute;
    width: 50px;
    left: 45%;
    bottom: 3.4rem;
    z-index: 10;
}
.button-see-more {
    text-align: center;
    font-size: 16px;
    color: white;
   /* margin-bottom: -1rem;*/
    font-weight: 600;
    width: 70%;
  	background: #FFB300 0% 0% no-repeat;
    box-shadow: 0px 13px 18px #00000029; 
    border: 3px solid #FFFFFF; 
    border-radius: 30px;
  	padding:3%;
    opacity: 0;
}
.choose-dest{
  position: absolute;
  bottom: -1.5rem;
  color:white;
  transform: translateX(22%) !important;
  text-align: center;
  width: 70%;

  box-shadow: 0px 13px 18px #00000029; 
  border: 3px solid #FFFFFF; 
  border-radius: 30px;
  padding:3%; 
  z-index:3;
}

.hidden-box{
  position: absolute;
  grid-column: 1;
  grid-row: 1;
  z-index: 0;
  /*mix-blend-mode:multiply;*/
  height: 85%;
  margin-top: 25%;
  width: 110%;
  max-width:100vh;
  margin-left:-1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.slide-image{
  grid-column: 1;
  grid-row: 1;
  z-index:2;
}


.effect-text, .destination{
  	font-size:48px;
    text-shadow: 0px 3px 5px #000000;
}

.text-start {
  padding-right:40%;
}

.text-white, .famous-img {
  display:none;
}
/*home */
.home-t {
	background-color: rgb(43, 223, 187, 0.5);
	font-family:'Hypatia-Sans-Pro-Black';

	
}
/* kos style */
.kos-t, .kos-box{
	background-color: rgba(255, 179, 0, 0.5);
}
.kos-btn{
	background: #FFB300 0% 0% no-repeat;
}
/* mani style */
.mani-t, .mani-box {
  background: rgba(227, 65, 65, 0.5);
}
.mani-btn {
  background:rgba(175, 33, 33, 1);
}

/* monembasia style */
.mon-t, .mon-box {
	background: rgb(216, 143, 55, 0.5);
}
.mon-btn{
	background: rgb(216, 143, 55, 1);
}

/* nafplio style */
.naf-t, .naf-box {
	background: rgb(108, 201, 220, 0.5);
}
.naf-btn {
	background: rgb(108, 201, 220, 1);
}

/* pilio style */
.pil-t, .pil-box{
	background: rgb(136, 199, 32, 0.5);
}
.pil-btn{
	background: rgb(136, 199, 32, 1);
}

/* santorini style */
.san-t, .san-box{
	background: rgb(65, 172, 227, 0.5);
}
.san-btn{
	background: rgb(65, 172, 227, 1);
}

/* halkidiki style */

.hal-t, .hal-box{
	background: rgb(150, 204, 63, 0.5);
}

.hal-btn {
	background: rgb(150, 204, 63, 1);
}

/* aigina style */
.aig-t, .aig-box{
	background: rgb(255, 179, 0, 0.5);
}
.aig-btn {
	background:rgb(255, 179, 0, 1);
}

/* thesaloniki style */
.thes-t, .thes-box {
	background:rgb(216, 94, 65, 0.5);
}
.thes-btn{
		background:rgb(216, 94, 65, 1);
}
/* trikala style */ 
.tri-t, .tri-box {
	background: rgb(255, 179, 0, 0.5);
}
.tri-btn {
	background: rgb(255, 179, 0, 1);
}

/* horio */
.hor-t, .hor-box {
	background:rgb(136, 199, 32, 0.5);
}
.hor-btn {
	background:rgb(136, 199, 32, 1);
}
/* Zakinthos */
.zak-t, .zak-box {
	background:rgb(216, 94, 65, 0.5);
}
.zak-btn {
	background:rgb(216, 94, 65, 1);
}

/* Hania */
.han-t, .han-box {
	background:rgb(65, 172, 227, 0.5);
}
.han-btn {
	background:rgb(65, 172, 227, 1);
}

@media (hover: hover) {

	.easter-button-prev:hover, .easter-button-next:hover {
		background-color: #FFB300;
		
	}
	.button button:hover{
		background-color: #FFB300;

	}
}

@media (max-width: 992px) {
	.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		width:70%;
		left:3rem;
		z-index:10;
		top:96%;
	}
	.famous-img{
		width:170px;
	}
}
@media (max-width:360px) {
	.hidden-box{
		margin-left:0;
	}
}