* {

margin:0;
padding:0;
box-sizing:border-box;

font-family:'Poppins',sans-serif;

}

.container {

max-width:1250px;

margin:auto;

padding-left:40px;
padding-right:40px;

}



/* HEADER */

.header {

background:white;

box-shadow:0 2px 10px rgba(0,0,0,0.1);

position:fixed;

width:100%;

z-index:1000;

}

.header-flex {

display:flex;

justify-content:space-between;

align-items:center;

padding:15px 0;

}

.nav a {

margin-left:25px;

text-decoration:none;

color:#333;

font-weight:500;

}

.nav .active {

color:#2b7cff;

border-bottom:2px solid #2b7cff;

}



/* HERO */

.about-hero {

height:300px;

background:
linear-gradient(
90deg,
rgba(43,124,255,0.75),
rgba(99,193,50,0.75)
),
url('aeroplane.jpg');

background-size:cover;

background-position:center;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

color:white;

margin-top:80px;

}

.about-hero h1 {

font-size:46px;

font-weight:700;

}



/* STORY */

.story {

padding:80px 0;

text-align:center;

}

.story h2 {

font-size:34px;

margin-bottom:20px;

}

.story span {

color:#2b7cff;

}

.story-text {

max-width:750px;

margin:15px auto;

color:#666;

line-height:1.7;

}



/* IMAGE ROW */

.image-row {

padding:40px 0;

}

.img-grid {

display:grid;

grid-template-columns:repeat(3,1fr);

}

.img-grid img {

width:100%;

height:280px;

object-fit:cover;

}



/* MISSION */

.mission {

padding:80px 0;

text-align:center;

background:#f7f7f7;

}

.mission h2 {

font-size:34px;

margin-bottom:20px;

}

.mission span {

color:#2b7cff;

}

.mission-text {

max-width:750px;

margin:15px auto;

color:#666;

line-height:1.7;

}

/* TEAM */

.team {

padding:80px 0;

text-align:center;

}

.team-sub {

font-size:13px;

color:#888;

margin-bottom:10px;

}

.team span {

color:#2b7cff;

}



.team-grid {

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:40px;

}



.team-card {

background:white;

box-shadow:0 5px 15px rgba(0,0,0,0.1);

padding-bottom:20px;

transition:0.3s;

}



.team-card img {

width:100%;

height:260px;

object-fit:cover;

}



.team-card h4 {

margin-top:15px;

}



.role {

color:#777;

font-size:14px;

margin:5px 0;

}



.team-card a {

color:#2b7cff;

font-size:14px;

text-decoration:none;

}



.guide-btn {

margin-top:40px;

background:#2b7cff;

color:white;

padding:12px 28px;

border:none;

cursor:pointer;

}



/* GREAT TOURS */

.great-tours {

padding:80px 0;

background:#f7f7f7;

text-align:center;

}



.tours-row {

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-top:40px;

}



.tour-box {

position:relative;

overflow:hidden;

}



.tour-box img {

width:100%;

height:220px;

object-fit:cover;

}



.tour-title {

position:absolute;

bottom:10px;

left:15px;

color:white;

font-weight:600;

}



/* CONTACT */

.contact-section {

padding-top:80px;

}



.map-box iframe {

width:100%;

height:400px;

border:none;

}

/* REVIEWS */

.reviews {

padding:80px 0;

text-align:center;

}

.review-sub {

font-size:13px;

color:#888;

margin-bottom:10px;

}

.review-text {

color:#666;

margin-bottom:40px;

}



.reviews-grid {

display:grid;

grid-template-columns:repeat(3,1fr);

gap:40px;

}



.review-card img {

width:90px;

height:90px;

border-radius:50%;

object-fit:cover;

margin-bottom:15px;

}



.stars {

color:#ffb400;

margin:10px 0;

}



.review-desc {

color:#666;

font-size:14px;

margin-bottom:10px;

}



.review-card a {

color:#2b7cff;

font-size:14px;

text-decoration:none;

}



/* NEWSLETTER */

.newsletter {

padding:100px 0;

background:
linear-gradient(
rgba(255,255,255,0.7),
rgba(255,255,255,0.7)
),
url('images/newsletter.jpg');

background-size:cover;

background-position:center;

text-align:center;

}



.newsletter-box {

margin-top:20px;

display:flex;

justify-content:center;

}



.newsletter-box input {

padding:12px;

width:300px;

border:1px solid #ddd;

}



.newsletter-box button {

padding:12px 28px;

background:#2b7cff;

color:white;

border:none;

}



/* FOOTER */

.footer {

background:#f7f7f7;

padding:60px 0;

margin-top:60px;

}

.footer-grid {

display:grid;

grid-template-columns:repeat(6,1fr);

gap:30px;

width:90%;

margin:auto;

font-size:14px;

}

.footer h4 {

margin-bottom:15px;

}

.footer ul {

list-style:none;

}

.footer li {

margin-bottom:8px;

color:#777;

}



.footer input {

width:100%;

padding:10px;

margin-top:10px;

margin-bottom:10px;

border:1px solid #ddd;

}



.subscribe-btn {

background:#2b7cff;

color:white;

border:none;

padding:10px 20px;

cursor:pointer;

}



.bottom-footer {

margin-top:40px;

text-align:center;

font-size:13px;

color:#777;

border-top:1px solid #ddd;

padding-top:20px;

}



/* HOVER LIFT */

.team-card,
.review-card,
.tour-box {

transition:0.4s;

}

.team-card:hover,
.review-card:hover,
.tour-box:hover {

transform:translateY(-10px);

box-shadow:0 15px 35px rgba(0,0,0,0.15);

}



/* IMAGE ZOOM */

.tour-box img {

transition:0.6s;

}

.tour-box:hover img {

transform:scale(1.08);

}



/* BUTTON HOVER */

button {

transition:0.3s;

}

button:hover {

transform:scale(1.05);

}

.image-row {
width: 100%;
overflow: hidden;
margin-top: 40px;
}

.img-track {
display: flex;
gap: 20px;
width: max-content;

animation: scrollImages 15s linear infinite;
}

.img-track img {
width: 300px;
height: 200px;
object-fit: cover;
border-radius: 10px;
}

/* Sliding Animation */

@keyframes scrollImages {
0% {
transform: translateX(0);
}

100% {
transform: translateX(-50%);
}
}


.image-row {
width: 100%;
overflow: hidden;
margin-top: 40px;
position: relative;
}

/* Sliding Track */

.img-track {
display: flex;
gap: 20px;
width: max-content;

animation: scrollImages 25s linear infinite;
}

/* Pause Animation on Hover */

.image-row:hover .img-track {
animation-play-state: paused;
}

/* Images Style */

.img-track img {
width: 300px;
height: 200px;
object-fit: cover;
border-radius: 10px;

transition: transform 0.4s ease; /* zoom smooth */
}

/* Zoom Effect */

.img-track img:hover {
transform: scale(1.08);
}

/* Sliding Animation */

@keyframes scrollImages {
0% {
transform: translateX(0);
}

100% {
transform: translateX(-50%);
}
}