.elementor-1069 .elementor-element.elementor-element-c8e54e4{--display:flex;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-1069 .elementor-element.elementor-element-15cb3c7{--display:flex;}.elementor-1069 .elementor-element.elementor-element-5ed7f0b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-c8e54e4 *//* ===========================
   ATHENS PHOTO HERO
=========================== */


.athens-photo-hero{

height:90vh;
position:relative;
overflow:hidden;
border-radius:35px;
margin-bottom:90px;

}



.athens-photo-hero img{

width:100%;
height:100%;
object-fit:cover;

}



.athens-photo-overlay{

position:absolute;
z-index:2;
top:50%;
left:8%;
transform:translateY(-50%);
max-width:600px;
color:white;

}



.athens-photo-overlay h1{

font-size:65px;
line-height:1.05;
font-weight:700;
margin-bottom:25px;
font-family: Georgia;
color: white;

}



.athens-photo-overlay p{

font-size:21px;
line-height:1.7;
margin-bottom:35px;
font-family: Abel;

}



.athens-photo-overlay a{

display:inline-block;
background:#8CDEE3;
color:#333;
padding:17px 40px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.3s;

}



.athens-photo-overlay a:hover{

background:#F9B6BA;
color:white;

}



.athens-photo-hero::after{

content:"";
position:absolute;
inset:0;

background:
linear-gradient(
90deg,
rgba(0,0,0,.65),
rgba(0,0,0,.2)
);

}







/* ===========================
   INTRO SECTION
=========================== */


.athens-intro{

display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;

margin:100px auto;

}



.athens-text h2{

font-size:45px;

margin-bottom:25px;

font-family: Georgia;

}



.athens-text p{

font-size:18px;
line-height:1.9;
color:#666;
font-family: Abel;

}



.athens-image img{

width:100%;
border-radius:35px;

}






/* MOBILE */

@media(max-width:768px){


.athens-photo-hero{

height:70vh;

}



.athens-photo-overlay{

left:25px;
right:25px;

}



.athens-photo-overlay h1{

font-size:38px;

}



.athens-photo-overlay p{

font-size:17px;

}



.athens-intro{

grid-template-columns:1fr;
gap:35px;
padding:0 20px;

}



.athens-text h2{

font-size:32px;

}


}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-15cb3c7 *//* ===========================
   HIGHLIGHTS
=========================== */


.athens-highlights{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

margin:100px auto;

}



.highlight-box{

background:#FFF8F0;
padding:40px 30px;
border-radius:30px;
text-align:center;
font-family: Georgia;

}



.highlight-box i{

font-size:38px;
color:#8CDEE3;
margin-bottom:20px;


}



.highlight-box h3{

color:#2E4442;
font-size:25px;

}



.highlight-box p{

color:#666;
line-height:1.6;

}







/* ===========================
   POLAROID GALLERY
=========================== */


.polaroid-gallery{

margin:130px auto;

}



.polaroid-gallery h2{

text-align:center;
font-size:45px;
color:#2E4442;
margin-bottom:70px;

}



.polaroid-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:50px;

}



.polaroid{

background:white;

padding:15px 15px 45px;

box-shadow:

0 20px 40px rgba(0,0,0,.15);

transform:rotate(-2deg);

transition:.4s;

}



.polaroid img{

width:100%;
height:330px;
object-fit:cover;

}



.polaroid:hover{

transform:
rotate(0deg)
translateY(-12px);

}



.polaroid.rotate{

transform:rotate(3deg);

}



.polaroid.rotate2{

transform:rotate(-5deg);

}




@media(max-width:768px){


.athens-highlights{

grid-template-columns:1fr;
padding:0 20px;

}



.polaroid-gallery{

padding:0 20px;

}



.polaroid-gallery h2{

font-size:32px;

}



.polaroid-grid{

grid-template-columns:1fr 1fr;
gap:25px;

}



.polaroid img{

height:220px;

}


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba93c6e *//* ===========================
   PHOTO EXPERIENCE TIMELINE
=========================== */


.athens-experience{

max-width:900px;

margin:120px auto;

}



.athens-experience h2{

text-align:center;

font-size:45px;

font-family:Georgia;

margin-bottom:60px;

color:#284B50;

}



.photo-timeline-item{

display:flex;

gap:30px;

position:relative;

margin-bottom:45px;

}



.photo-timeline-item:not(:last-child)::after{

content:"";

position:absolute;

left:32px;

top:65px;

height:80px;

width:2px;

background:#F9B6BA;

}



.photo-timeline-icon{

width:65px;

height:65px;

min-width:65px;

border-radius:50%;

background:#8CDEE3;

color:white;

display:flex;

align-items:center;

justify-content:center;

font-size:25px;

z-index:2;

}



.photo-timeline-content{

background:#fff9f2;

padding:25px 30px;

border-radius:25px;

flex:1;

}



.photo-timeline-content h3{

font-family:Georgia;

font-size:24px;

margin:0 0 12px;

color:#284B50;

}



.photo-timeline-content p{

font-family:Abel;

font-size:17px;

line-height:1.7;

color:#666;

}





/* MOBILE */


@media(max-width:768px){


.athens-experience{

padding:0 20px;

}



.athens-experience h2{

font-size:32px;

}



.photo-timeline-item{

gap:15px;

}



.photo-timeline-icon{

width:50px;

min-width:50px;

height:50px;

font-size:20px;

}



.photo-timeline-item:not(:last-child)::after{

left:24px;

}


.photo-timeline-content{

padding:20px;

}


.photo-timeline-content h3{

font-size:20px;

}


}


/* ===========================
   ATHENS POSTCARDS LANDMARKS
=========================== */


.athens-landmarks{

max-width:1100px;

margin:120px auto;

padding:70px 40px;

background:#fff9f2;

border-radius:40px;

text-align:center;

}



.athens-landmarks h2{

font-family:Georgia, serif;

font-size:45px;

color:#284B50;

margin-bottom:50px;

}



.landmark-list{

display:flex;

flex-wrap:wrap;

justify-content:center;

gap:18px;

}



.landmark-list span{

background:white;

padding:16px 30px;

border-radius:50px;

font-family:Abel, sans-serif;

font-size:17px;

color:#555;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

transition:.3s;

border:1px solid rgba(0,0,0,.05);

}



.landmark-list span:hover{

transform:translateY(-5px);

background:#8CDEE3;

color:white;

}




@media(max-width:768px){


.athens-landmarks{

margin:70px 20px;

padding:45px 20px;

}



.athens-landmarks h2{

font-size:32px;

}



.landmark-list{

gap:12px;

}



.landmark-list span{

font-size:15px;

padding:13px 20px;

}


}


/* ===========================
   TOUR INFORMATION CARDS
=========================== */


.athens-tour-info{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin:80px 0 40px;

    padding:0 10px;

}



.tour-info-card{

    background:#ffffff;

    padding:35px 25px;

    border-radius:30px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,0.08);

}



.tour-info-card i{

    font-size:35px;

    color:#F9B6BA;

    margin-bottom:20px;

}



.tour-info-card h4{

    font-family:Georgia, serif;

    font-size:20px;

    color:#2E4442;

    margin-bottom:12px;

}



.tour-info-card p{

    font-family:Abel, sans-serif;

    font-size:16px;

    color:#666;

    line-height:1.6;

    margin:0;

}



/* Cancellation box */

.cancellation-card{

    grid-column:span 1;

}



/* TABLET */

@media(max-width:1024px){


    .athens-tour-info{

        grid-template-columns:repeat(2,1fr);

    }


}



/* MOBILE */

@media(max-width:600px){


    .athens-tour-info{

        grid-template-columns:1fr;

        margin-top:50px;

    }


    .tour-info-card{

        padding:30px 20px;

    }


}/* End custom CSS */