

  section{
    text-align: center;
    padding-top: 20px;
    
  }
  .container {
    font-size: 20px; 
  margin-top: 70px;
 border-radius: 30px;
 
    
    background: rb(161, 139, 139);
    display: grid;
   
    grid-template-columns: 1fr 1fr   ;
    grid-template-rows: 1fr 1fr ;
    grid-gap: 20px;
   :hover { background-color: sandybrown; }
    box-shadow: 5px 5px 15px rgb(0, 0, 0, 0.3);
  transition: transform 0.1s, box-shadow 0.1s;
  margin-left: 500px;
    margin-right: 500px;

  };
  .container2{
    display: grid;
   
    grid-template-columns: 1fr 1fr   ;
    grid-template-rows: 1fr 1fr ;
    grid-gap: 20px;
   
    box-shadow: 5px 5px 15px rgb(0, 0, 0, 0.3);
  transition: transform 0.1s, box-shadow 0.1s;

  }
  .images{
max-width: 950px;
  height: 500px;
  margin-left: 900px;
 
  
  }
  

    .images2{
      margin-right: 1000px;
      max-width: 950px;
  height: 500px;
  }

  .images3{
  
height: 800px;
margin-top: 100px;

  }
 
 
  
  
  .text{
    margin-top: -450px;
    margin-right: 1000px;
    margin-bottom: 400px;
  }
  .text2{
    margin-top: -450px;
    margin-left: 1000px;
    margin-bottom: 400px;
  }

  .pdf{
    margin-right: 300px;
    margin-left: 300px;
  }
  

  .piss{
    background-color: sandybrown;
    border-radius: 30px;
  margin-left: 300px;
  margin-right: 300px;
  :hover { background-color: saddlebrown; border-radius: 30px; }
     
  }

  * {
    margin: 0;
    padding: 0;
  }
  .flex2{
font-family: italic;
  background-color: lightgray;
  top: 0;
  margin-left: 0px
}
header {
  position: fixed;
  min-height: 75px;
  display: flex;
 
  margin-right: 0px;
  background-color: lightgray ;
  top:0;
padding-bottom: 0px;
}

  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  html {
    box-sizing: border-box;
  
   
    font-size: 62.5%;
    scroll-behavior: smooth;
  }
  
 
  
 
  @media (max-width: 75em) {
    html {
      font-size: 60%;
    }
  }
  
  /* 980px / 16px = 61.25em */
  @media (max-width: 61.25em) {
    html {
      font-size: 58%;
    }
  }
  
  /* 460px / 16px = 28.75em */
  @media (max-width: 28.75em) {
    html {
      font-size: 55%;
    }
  }
  
  /* Base styles */
  
  body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem; /* 18px */
    font-weight: 400;
    line-height: 1.4;
    color: #f0f0f0;

    
  }
  
  h1,h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500px;
    text-align: center;
    color: black;
  }
  h2{
    color: white;
  }
  
  h1 {
    font-size: 6rem;
    
  }
  
  h3 {
    font-size: 4.2rem;
    color: #333;
    
  }
  P{
   text-align: left;
    color: #333;
  }
  p1{
    color: green;
  }
  p2{
    color: saddlebrown;
  }
  p3{
    color: black;
  }
  ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: #f0f0f0;
  }
  
  img {
    display: block;
    width: 100%;
  }
  

  
  .nav {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: sandybrown;
    z-index: 10;
  }
  
  .nav-list {
    display: flex;
    margin-right: 2rem;
  }
  

  
  
  .welcome-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
    height: 50vh;
    background-image: url("images/g.png");
 

  }
.tile{
  color: black;
  margin-top: 120px;
  margin-bottom: -70px;
}
  
  .welcome-section > p {
    font-size: 3rem;
    font-weight: 200;
    font-style: italic;
    color: white;
  }
  
 
 
  @media (max-width: 30.625em) {
    .project,{
      padding: 6rem 1rem;
    }
  
    .container {
      grid-template-columns: 1fr;
    }
    .container2 {
      grid-template-columns: 1fr;
    }
  }
 


  .btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 2px;
  }
  
  .btn-show-all {
    font-size: 2rem;
    background:#303841;
    transition: background 0.3s ease-out;
  }
  
  .btn-show-all:hover {
    background: #be3144;
  }
  
  .btn-show-all:hover > i {
    transform: translateX(2px);
  }
  
  .btn-show-all > i {
    margin-left: 10px;
    transform: translateX(0);
    transition: transform 0.3s ease-out;
  }
  
 
  
  .contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    height: 40vh;
    padding: 0 2rem;
    background: #303841;
    margin-top: 40px;
  }
  
  .contact-section-header > h2 {
    font-size: 6rem;
  }
  
  @media (max-width: 28.75em) {
    .contact-section-header > h2 {
      font-size: 4rem;
    }
  }
  
  .contact-section-header > p {
    font-style: italic;
  }
  
  .contact-links {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 980px;
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  
  .contact{
    font-size: 2.4rem;
    text-shadow: 2px 2px 1px #1f1f1f;
    transition: transform 0.3s ease-out;
  }
  
  .contact:hover {
    transform: translateX(8px);
  }
   @media (max-width: 28.75em) {
    .nav {
      justify-content: center;
    }
  
    .nav-list {
      margin: 0 1rem;
    }
  }
  
  .nav-list a {
    display: block;
    font-size: 2.2rem;
    padding: 2rem;
  }
  
  .nav-list a:hover {
    border-radius: 30px;
    background:  saddlebrown;
  }
  
 
  
  footer {
    font-weight: 300;
    display: flex;
    justify-content: space-evenly;
    padding: 2rem;
    background: sandybrown;
    border-top: 6px solid wheat;
  }
  
  footer > p {
    margin: 2rem;
  }
  h2
  
  footer i {
    vertical-align: middle;
  }
  
  @media (max-width: 28.75em) {
    footer {
      flex-direction: column;
      text-align: center;
    }
  }
.kili{
      padding: 6rem 1rem;
    }
    .exp{
      background-color: sandybrown;
      margin-left: 700px;
      text-align: center;
      margin-right: 700px;
      border-radius: 100px;
      :hover { background-color:saddlebrown;  border-radius: 100px;}
    }



  //
 .flex2{
font-family: italic;
  background-color: lightgray;
  top: 0;
  margin-left: 0px
}
header {
  position: fixed;
  min-height: 75px;
  display: flex;
  align-items: center;
  margin-right: 0px;
  background-color: lightgray ;
  top:0;
padding-bottom: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}



#header-img{
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

 image align-items: left;
   margin-top: px;
    width: 100%;
    border-radius: 30px;    
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* Apply the animation to the image */
.blink-image {
  animation: blink 1s linear infinite; /* 1s duration, repeats forever */
}




.welcome-header {

    height: 800px;
    overflow: hidden; /* Hide images outside the header area */
    position: relative;
}

.image-container {
    display: flex; /* Arrange images side by side */
    position: absolute;
    top: 0;
    left: 0;
    /* The total width needs to accommodate all images for the loop */
    width: 200%; /* Example: if you have original set and a duplicate */
     animation: moveContainer 10s linear infinite;
}

.image-container img {
    height: 800px; /* Adjust height as needed */
    width: auto;
}

@keyframes moveContainer {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Move left by half the container's width (the width of the original set) */
        transform: translateX(-50%); 
    }
}


//



.tour{
width:100%;
max-width:1200px;
margin:auto;
padding:40px 20px;
}

.tour-intro{
text-align:center;
margin-bottom:50px;
}

.brand{
color:sandybrown;
}

.tour-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.tour-card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:0.3s;
}

.tour-card:hover{
transform:translateY(-8px);
}

.tour-card img{
width:100%;
height:250px;
object-fit:cover;
}

.tour-text{
padding:20px;
}

.btn{
display:inline-block;
margin-top:10px;
padding:10px 20px;
background:sandybrown;
color:white;
text-decoration:none;
border-radius:5px;
}

@media (max-width:900px){

.tour-grid{
grid-template-columns:repeat(2,1fr);
}

}


@media (max-width:600px){

.tour-grid{
grid-template-columns:1fr;
}

.tour-card img{
height:200px;
}

}



#welcome-section{
width:100%;
padding:50px 0;
background:#f8f8f8;
overflow:hidden;
}

.welcome-title{
text-align:center;
font-size:40px;
margin-bottom:30px;
}

/* gallery container */

.gallery{
width:100%;
overflow:hidden;
}

/* moving track */

.gallery-track{
display:flex;
gap:20px;
width:max-content;
animation:scroll 40s linear infinite;
}

/* images */

.gallery img{
width:300px;
height:200px;
object-fit:cover;
border-radius:10px;
transition:0.4s;
}

/* hover zoom */

.gallery img:hover{
transform:scale(1.1);
}

/* animation */

@keyframes scroll{
0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}
}

@media (max-width:768px){

.gallery img{
width:220px;
height:150px;
}

.welcome-title{
font-size:28px;
}

}



.contact-section{
width:100%;
padding:80px 20px;
text-align:center;
background:#111;
color:white;
}

.contact-section-header h2{
font-size:32px;
margin-bottom:40px;
}

/* contact buttons */

.contact-links{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:20px;
}

.btn.contact{
padding:12px 25px;
background:sandybrown;
color:white;
text-decoration:none;
border-radius:6px;
transition:0.3s;
font-size:18px;
}

.btn.contact:hover{
background:#ff944d;
transform:translateY(-3px);
}

/* footer */

.footer{
text-align:center;
padding:40px 20px;
background:#000;
color:white;
}

#footer-logo{
width:120px;
margin-top:15px;
border-radius:10px;
}



@media (max-width:600px){

.contact-section-header h2{
font-size:24px;
}

.btn.contact{
font-size:16px;
padding:10px 18px;
}

#footer-logo{
width:90px;
}

}




