@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --primary-color: #0d6efd /*#2887ff */;
  --primary-color-dark: #2476da;
  --text-dark: #0a0a0a;
  --text-light: #737373;
  --extra-light: #f3f4f6;
  --white: #ffffff;
  --max-width: 1200px;
}
* { padding: 0; margin: 0; box-sizing: border-box; border-radius:0 !important;  }

.section__container { max-width: var(--max-width); margin: auto; padding: 5rem 1rem; }
.section__header { margin-bottom: 5px; font-size: 2.5rem; font-weight: 700; color: var(--text-dark); text-align: center; }
.section__description { max-width: 600px; margin-inline: auto; color: var(--text-light); text-align: center; }

.btn {
  padding: 0.75rem 1.5rem;
  outline: none;
  border: none;
  font-size: 1rem;
  white-space: nowrap;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 5rem;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover { background-color: var(--primary-color-dark); }
.logo { font-size: 1.75rem; font-weight: 800; color: var(--text-dark); }
img { display: flex; width: 100%; }
a { text-decoration: none; transition: 0.3s; }


.card-img-top { object-fit: cover; }
.footer { background-color: #212529; color: white; padding: 60px 0; }
.footer a { color: #adb5bd; text-decoration: none; }
.footer a:hover { color: white; }
.container { max-width:1200px; }

html,
body { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; }

.breadcrumb { margin-bottom: 1.5rem; font-size: 0.9rem; opacity: 0.8; }
.breadcrumb a { color: #fff; text-decoration: none; }
.breadcrumb span { margin: 0 10px; }







header { /* margin-top: 5rem; */ padding-inline: 1rem; position: relative; isolation: isolate; overflow: hidden; }
header::before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% - 2rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/background6.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  z-index: -1;
}
.header__container { display: grid; }
.header__content { padding: 4rem 1rem; }
.header__content p { margin-bottom: 5px; font-size: 1rem; font-weight: 600; color: var(--text-dark); text-align: center; }
.header__content h1 { margin-bottom: 2rem; font-size: 4.5rem; font-weight: 600; color: var(--text-dark); line-height: 5.5rem; text-align: center; }
.header__btns { display: flex; align-items: center; justify-content: center; gap: 1rem; }
.header__btns .btn { padding: 1rem 2rem; }
.header__btns a { padding: 9px 13px; font-size: 1.5rem; color: var(--primary-color); background-color: var(--white); border-radius: 100%; }
.header__btns a:hover { color: var(--white); background-color: var(--primary-color); }

.destination__container :is(.section__header, .section__description) { text-align: left; margin-inline-start: unset; }
.destination__grid { margin-top: 4rem; display: grid;  gap: 2rem 1rem; }
.destination__card img { border-radius: 0 /*1.5rem*/ ; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
/* .destination__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; padding: 2rem 0; } */
/* .destination__card img { width: 80%; margin-left: 43px; height: 250px; border-radius: 0 / * 1.5rem * /; object-fit: cover; }  */
.destination__card__details { padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.destination__card__details h4 { margin-bottom: 5px; font-size: 1.2rem; font-weight: 600; columns: var(--text-dark); }
.destination__card__details p { columns: var(--text-light); }
.destination__ratings {
  padding: 5px 10px;
  font-size: 0.9rem;
  white-space: nowrap;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 1rem;
  transition: 0.3s;
  /*display: none;*/
}
.destination__card:hover .destination__ratings { background-color: var(--primary-color-dark); }

.journey__grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0 1rem; }
.journey__card { position: relative; isolation: isolate; padding-top: 4rem; overflow: hidden; }
.journey__card__bg { padding: 2rem; background-color: var(--extra-light); /* border-bottom-left-radius: 1rem; border-top-right-radius: 1rem; */ }
.journey__card__bg span { display: inline-block; margin-bottom: 4rem; font-size: 1.75rem; color: var(--primary-color); }
.journey__card__bg h4 { font-size: 1.2rem; font-weight: 600; color: var(--text-dark); }
.journey__card__content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: var(--primary-color);
  /* border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; */
  transition: 0.3s;
}
.journey__card:hover .journey__card__content { top: 0; }
.journey__card__content span { display: inline-block; margin-bottom: 1rem; padding: 7px 9px; font-size: 1rem; border: 2px solid var(--white); color: var(--white); border-radius: 100%; }
.journey__card__content h4 { margin-bottom: 1rem; font-size: 1.2rem; font-weight: 600; color: var(--white); }
.journey__card__bg p { color: var(--extra-light); }

.showcase__container { display: grid; gap: 2rem; overflow: hidden; position: relative; }
.showcase__container::before { width: 100%; height: 560px; position: absolute; top: 0; left: 0; right: 0; background-color: #eee; }
.showcase__image img { max-width: 400px; margin-inline: auto; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
.showcase__content h4 { margin-bottom: 2rem; font-size: 3rem; font-weight: 600; color: var(--text-dark); }
.showcase__content p { margin-bottom: 1rem; color: var(--text-light); }
.showcase__content .btn { width: 240px; margin-top: 2rem; padding: 1.5rem; font-weight: 600; color: #ffffff /*var(--text-dark)*/; border-radius: 5px; }

.banner__container { display: grid; gap: 2rem; }
.banner__card { padding: 2rem 1rem; text-align: center; background-color: var(--extra-light); border-radius: 2rem; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); }
.banner__card h4 { font-size: 5rem; font-weight: 500; color: var(--primary-color); }
.banner__card p { color: var(--text-light); }

.discover__grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; }
.discover__card { padding: 2rem 1rem; text-align: center; transition: 0.3s; border-radius: 1rem; }
.discover__card:hover { box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); }
.discover__card span {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 10px 15px;
  font-size: 1.5rem;
  color: var(--primary-color);
  background-color: rgba(40, 135, 255, 0.1);
  border-radius: 100%; 
}
.discover__card h4 { max-width: 150px; margin-inline: auto; margin-bottom: 1rem; font-size: 1.2rem; font-weight: 700; color: var(--text-dark); }
.destination__card p { color: var(--text-light); }



 /* Στυλ για την κάρτα της εκδρομής */
.tour-card {
    background: #ffffff;
    border-radius: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

/* Εφέ όταν ο χρήστης περνάει το ποντίκι πάνω από την κάρτα */
.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Wrapper για την εικόνα ώστε να μην βγαίνει έξω το zoom */
.tour-card__img-wrapper {
    border-radius: 12px 12px 0 0;
    /*height: 240px;*/
}

.tour-card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.tour-card__img-wrapper .badge {
  transform: translateX(0) !important;
  top:20px; left:0px; z-index: 2; font-size: 0.75rem; letter-spacing: 1px; width: auto; text-align: center;
}

/* Zoom εφέ στην εικόνα στο hover */
.tour-card:hover .tour-card__img-wrapper img {
    transform: scale(1.08);
}

/* Στυλ για το κουμπί */
.tour-card__btn {
    border-radius: 8px;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}


.tour-card h5 {
    font-size:1em;
    letter-spacing: 0.5px;
}







.hero-section { position: relative; padding: 160px 0; color: #000; height:750px; position:relative; }
.hero-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% - 2rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(img/background6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    z-index: -1;
}
.tour__header { position: relative; padding: 160px 0; color: #000; height:750px; position:relative; z-index:0; }            
.tour__header::before {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% - 2rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);                
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    z-index: -1;
}            
/*
.tour__header__image__container {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% - 2rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);                
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    z-index: -1;
}
*/    
.tour__header__container { width: 1200px; padding-top: 0px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin: 0 auto; }
.tour__header__content h1 { margin-bottom: 2rem; font-size: 4.5rem; font-weight: 600; color: var(--text-dark); line-height: 5.5rem; text-align: center; }
.tour__header__subtitle { letter-spacing: 3px; color: #f39c12; font-weight: 600; margin-bottom: 1rem; }
.tour__header__lead { max-width: 600px; font-size: 1.1rem; line-height: 1.6; margin-bottom: 2rem; opacity: 0.9; }
.tour__header__btns { margin-bottom: 2em; }
.btn__large { padding: 1rem 2.5rem; font-size: 1.1rem; }

/* Quick Info Bar Styles */
.tour__header__info__bar {
  width: auto;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.info__item { display: flex; align-items: center; gap: 1rem; color: #2c3e50; border-right: 1px solid #eee; padding: 0 1rem; }
.info__item:last-child { border-right: none; }
.info__item i { font-size: 1.8rem; color: #f39c12; }
.info__item span { display: block; font-size: 0.8rem; text-transform: uppercase; color: #999; }
.info__item p { font-weight: 700; margin: 0; }

/* Packages Section Styles */
.packages { background-color: #f9f9f9; padding: 5rem 0; }
.packages__grid { margin-top: 4rem; }
/* .packages__grid { display: grid; grid-template-columns: repeat(2, minmax(240px, 0.8fr)) repeat(1, minmax(300px, 1fr));  gap: 0.75rem; margin-top: 4rem; } */
/* .packages__grid .packages__card:nth-child(3) { margin-left: 2.5rem; gap: 1.25rem; } */
/* .packages__grid { display: grid; grid-template-columns: 0.8fr 0.8fr 0.9fr; gap: 0.75rem; margin-top: 4rem; } */
.package__card {
  background-color: #fff;
  padding: 1.5rem;  
  border: 2px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height:100%;
}
.package__card:hover,
.package__card.featured:hover,
.package__card.vipfeatured:hover { border: 2px solid #2c3e50; transform: scale(1.05) translateY(-10px); transition: all 0.3s; }
.package__header h4 { font-size: 1.5rem; color: #333; margin-bottom: 1rem; }
.package__price { font-size: 2.5rem; font-weight: 700; color: #2c3e50; margin-bottom: 2rem; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.package__price span { font-size: 1.2rem; font-weight: 400; color: #666; margin-left:0.75rem; }
.package__list { list-style: none; margin-bottom: 2rem; text-align: left; }
.package__list li { margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; }
.package__list li i { color: #2ecc71; font-size: 1.2rem; }
.package__list li.not-included i { color: #e74c3c; }

.badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f39c12;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.btn__outline { background-color: transparent; border: 2px solid #2c3e50; color: #2c3e50; }
.btn__outline:hover { background-color: #2c3e50; color: #fff; }


footer { background-color: var(--extra-light); }
.footer__container { display: grid; gap: 4rem 2rem; }
.footer__col p { max-width: 300px; margin-block: 2rem; color: var(--text-light); }
.footer__socials { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer__socials a { display: inline-block; padding: 7px 10px; font-size: 1.25rem; color: var(--white); background-color: var(--primary-color); border-radius: 100%; }
.footer__socials a:hover { background-color: var(--primary-color-dark); }
.footer__col h4 { margin-bottom: 2rem; font-size: 1.2rem; font-weight: 600; color: var(--text-dark); }
.footer__links { display: grid; gap: 1rem; }
.footer__links a { display: flex; align-items: center; gap: 10px; color: var(--text-light); }
.footer__links a:hover { color: var(--primary-color); }
.footer__links a span { font-size: 1.25rem; }
.footer__col form { display: grid; gap: 1rem; }
.footer__col input { padding: 0.75rem; font-size: 1rem; color: var(--text-dark); background-color: var(--white); border: 1px solid var(--text-light); border-radius: 5px; }
.footer__col input::placeholder { color: var(--text-light); }
.footer__col .btn { border-radius: 5px; }
.footer__bar { padding: 1rem; font-size: 0.9rem; color: var(--text-light); text-align: center; }

/*
@media (width > 540px) {
  .destination__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .banner__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .discover__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__col:last-child {
    grid-area: 2/1/3/2;
  }
}

@media(width > 768px) {
  
  .header__image {
    grid-column: 4.5/8;
    position: relative;
    isolation: isolate;
    height: 100%;
  }

  .header__image img {
    position: absolute;
    top: 2rem;
    left: 0;
    height: 100%;
    width: unset;
  }

  .destination__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .journey__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .showcase__container {
    grid-template-columns: repeat(3, 1fr);    
    
    position: relative;
  }

  .showcase__container::before {

    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    background-color: #eee;
  }

  .showcase__content {
    grid-column: 2/4;
  }

  .banner__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .discover__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__container {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
  }

  .footer__col:last-child {
    grid-area: unset;
  }
}

@media (width > 1200px) {
  .header__content {
    padding-inline: 1rem 0;
  }

  .destination__grid {
    gap: 2rem;
  }

  .showcase__container {
    grid-template-columns: repeat(3, 1fr);    
    
    position: relative;
  }

  .showcase__container::before {

    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    background-color: #eee;
  }
}
  /