@import url('https://fonts.googleapis.com/css2?family=Aladin&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{margin:0;padding:0;box-sizing:border-box;}

    body{
      background: #fff;
      color:#2A2A2A;
      font-family: "Montserrat", sans-serif;
      width: 1280px;
      margin: 0 auto;
      line-height: 1.7em;

    }

    h1{
      font-family: "Aladin", system-ui;
      font-size:57px;
      font-weight:600;  
      color:#24AFC1;
    }

    header{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:20px 60px;
    }
     .sub-title1{
      color:#FFC973;
      font-family: "Aladin", system-ui;
      font-size:32px;
    }

.sub-title2{
      color:#fff;
      font-family: "Aladin", system-ui;
      font-size:27px;
      background:#FFC973;
      padding:8px 18px;
      border-radius:20px;
      color:#fff
    }

    .logo{font-size:24px;font-weight:600;color:#f4a261;}

    nav a{margin:0 15px;text-decoration:none;color:#333;}

    .btn{background:#FFC973;
      padding:8px 18px;
      border-radius:20px;
      color:#fff;}

    .hero{display:flex;justify-content:space-between;align-items:center;padding:60px;}
    .hero-text{max-width:500px;}
    .hero h1{color:#24AFC1; font-weight: 200; font-size:54px;margin-bottom:15px;}
    .hero p{font-size:14px;color:#777}

    .hero-images{display:flex;gap:15px;}
    .hero-images img{width:120px;height:260px;object-fit:cover;border-radius:20px;}

    .section {padding:30px;
    } 
    .section .text-bloc
    {  
          display:flex;
      justify-content:space-between;
      align-items:center;

     }
    .section h2
      { font-size:28px;
        color:#04445F;
      margin: 15px 0 10px 0;
      font-weight: 400;
      font-family: "Montserrat", sans-serif; }




    .services{display:flex;gap:20px;}
    .card{
      background:#fff;padding:20px;border-radius:15px;
      flex:1;box-shadow:0 4px 10px rgba(0,0,0,0.05);
    }

    .card img{
       margin-bottom:15px;
    }


}
    .grid{
      display:grid;grid-template-columns:repeat(3,1fr);
      gap:15px;margin-top:20px;
    }
    .grid img{width:100%;border-radius:15px;height:150px;object-fit:cover;}

    .stats {
  display: flex;
  gap: 80px;
  margin-top: 20px;
  
}

.stat-box {
  text-align: center;
  width: 90px;
}

.stat-box p{
              font-family: "Montserrat", sans-serif;
  font-size: 13px;
   font-weight: 400;

}

.stat {
  background: #2fa4ad;
  color: white;
  padding: 25px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 500;
      margin-bottom: 15px;
            font-family: "Montserrat", sans-serif;

}

    .gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;}
    .gallery img{width:100%;height:140px;object-fit:cover;border-radius:15px;}

    .testimonials{display:flex;gap:20px;}
    .testimonial{background:#fff;padding:20px;border-radius:15px;flex:1;}

    .subscribe{
      background:#24AFC1;color:#fff;padding:40px;text-align:left;
      margin: 30px  ;

    }
.subscribe h2{
      
      font-size:28px;
        color:#fff;
      margin-bottom:10px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif; }
    
    .subscribe p{
    
      font-size:16px;
      font-weight: 200;
        color:#fff;
      font-family: "Montserrat", sans-serif;
     }
  

    .subscribe input{padding:10px;width:250px;border:none;border-radius:20px;}
    .subscribe button{padding:10px 20px;border:none;background:#f4a261;color:#fff;border-radius:20px;margin-left:10px;}



.card-title{
      font-family: "Montserrat", sans-serif;
      font-size:18px;
      font-weight:400; 
  margin-bottom: 8px;
  
}

.card p{
      font-family: "Montserrat", sans-serif;
      color:#2A2A2A;
      font-size:12px;
          line-height: 1.3em;
  
}



.grid-container {
  display: flex;
  max-width:1280px;
      align-items: center;

}


.grid-column {
  flex-grow: 1; 
}


.grid-column.special {
    margin: auto 30px auto 0;
}

.special p{

    font-family: "Montserrat", sans-serif;
      color:#2A2A2A;
      font-weight: 300;

}


#h2-spec{

    font-family: "Montserrat", sans-serif;
      color:#24AFC1;
      font-weight: 400;
      margin-top: 50px;

}




.two-thirds{
  width:84.666667%;
  flex-grow:0;
}



.sidebar{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.one-third{
  width: 31.333333%;
  flex-grow:0;
}






.subscribe-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 10px 0;
}

.subscribe-container input {
  flex: 1;
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}

.subscribe-container button {
  padding: 15px 25px;
  background: #FFC973;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-container button:hover {
  background: #e6953d;
}




.banner1 h1{
  font-size:60px;
     color:#fff;
      margin-bottom:10px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; 
      text-align: center;
      position: relative;
}

.banner2 h1{
  font-size:60px;
     color:#fff;
      margin-bottom:10px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; 
      text-align: center;
      position: relative;
}

.banner1 {
  background-image: url("../images/intern-img.jpg");
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  height: 400px;                
  display: flex;
  align-items: center;
  justify-content: center;

}

.banner2 {
  background-image: url("../images/intern-img1.jpg");
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  height: 400px;                
  display: flex;
  align-items: center;
  justify-content: center;

}




.row {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  padding: 0 4px;
}


.column {
  -ms-flex: 25%; 
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}


@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}








.container {
  max-width: 1100px;
margin: 40px auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}


.footer-col1{
margin-top: 40px;

}


.footer-col1 p {
  margin-bottom: 20px;
  color: #04445F;
  font-weight: 500;
  font-family: "Montserrat", sans-serif; 
}

.logo {
  font-size: 40px;
  color: #f4b860;
  margin-bottom: 15px;
}



.footer-col1 ul {
  list-style: none;
  padding: 0;
}

.footer-col1 ul li {
  margin-bottom: 24px;
}

.footer-col1 ul li a {
  text-decoration: none;
  color: #666;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #2fa4ad;
}


.socials {
  margin: 10px 0;
}

.socials i {
  display: inline-block;
  background: #2fa4ad;
  color: white;
  margin-right: 10px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}


.contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}


.copyright {
  margin-top: 20px;
  font-size: 14px;
}











h2 {
    color: #5bbccb; 
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 30px;
}

.subtitle span {
    font-weight: bold;
    cursor: pointer;
}


input {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    color: #333;
}

input::placeholder {
    color: #999;
}


.row {
    display: flex;
    gap: 15px;
}


.btn-create {
    width: 100%;
    padding: 15px;
    background-color: #FFC973; 
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

.btn-create:hover {
    background-color: #FFC973;
}


.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    color: #aaa;
}

.divider::before, .divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.divider span {
    padding: 0 10px;
    font-size: 14px;
}


.social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.social-btn {
    width: 60px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #555;
}

.social-btn:hover {
    background-color: #f0f0f0;
}

.footer-text {
    font-size: 13px;
    color: #aaa;
}

.footer-text a {
    color: #555;
    text-decoration: none;
    font-weight: bold;
}



.footer-text1 {
    font-size: 13px;
    color: #6E7074;
    text-align: right;
    margin-bottom: 20px;
}

.footer-text1 a {
    color: #555;
    text-decoration: none;
    
}



.registration h1{
    font-size: 28px;
    color: #24AFC1;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}



.grid-container.registration {
    display: flex;
    max-width: 1280px;
    column-gap: 50px;
}


.grid-column.registration{
    flex-grow: 1;
    text-align: center;
    margin: auto ;
}




.login h1{
    font-size: 60px;
    color: #24AFC1;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}



.grid-container.login {
    display: flex;
    max-width: 1280px;
    column-gap: 50px;
}


.grid-column.login{
    flex-grow: 1;
    text-align: center;
    margin: auto ;
}







.tours-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: 15px;
  max-width: 1000px;
  margin: 40px auto;

}

.item {
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)); 
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.item a {
  color: white;
  font-family: 'Inter', sans-serif; 
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  z-index: 2;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 71%);
}





.item:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}


.tall { grid-column: span 3; grid-row: span 3; }
.wide { grid-column: span 2; grid-row: span 1; }


.img-uae { background-image: url('../images/uae.png'); }
.img-france { background-image: url('../images/france.png'); }
.img-australia { background-image: url('../images/australia.png'); }
.img-indonesia { background-image: url('../images/indonesia.png'); }
.img-china { background-image: url('../images/china.png'); }
.img-london { background-image: url('../images/london.png'); }
.img-korea { background-image: url('../images/korea.png'); }
.img-japan { background-image: url('../images/japan.png'); }
.img-thailand { background-image: url('../images/thailand.png'); }
.img-canada { background-image: url('../images/canada.png'); }


@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  .tall, .wide { grid-column: span 1; grid-row: span 1; }
}


.tours h2{
    margin: 60px auto;
  font-size: 40px;
    color: #04445F;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: center;

}






.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay span {
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}


@media (max-width: 600px) {
    .wide {
        grid-column: span 1;
    }
    .gallery-container {
        grid-template-columns: 1fr 1fr;
    }
}



.gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 150px); 
    grid-gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
   
    grid-template-areas: 
        "london indonesia australia australia"
        "london indonesia uae thailand"
        "london france china china"; 
}


.gallery-item:nth-child(1) { grid-area: london; }
.gallery-item:nth-child(2) { grid-area: indonesia; }
.gallery-item:nth-child(3) { grid-area: australia; }
.gallery-item:nth-child(4) { grid-area: uae; }
.gallery-item:nth-child(5) { grid-area: thailand; }
.gallery-item:nth-child(6) { grid-area: france; }
.gallery-item:nth-child(7) { grid-area: china; }



.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}









.modal {
    display: none; 
    position: fixed;
    z-index: 2000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); 
    cursor: zoom-out;
}


.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    animation: zoomIn 0.3s ease-in-out;
}

@keyframes zoomIn {
    from { transform: translateY(-50%) scale(0.8); opacity: 0; }
    to { transform: translateY(-50%) scale(1); opacity: 1; }
}


.close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}


#caption {
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}