@font-face{
    font-family: Bebas-Regular;
    src:url("../../Bebas_Neue/BebasNeue-Regular.ttf")
}
/* Header Styles */
.header {
    background-color: rgba(247, 242, 238, 1);
    height: 60px;
    display: flex;
    align-items: center;
  }
  
  /* Logo Section */
  .header-logo {
    display: flex;
    align-items: center;
    padding: 0 21px;
    gap: 10px;
  }
  
  .header-logo img {
    height: 45px;
    margin-right: 10px;
  }  

  
  .header-logo p {
    margin: 0;
    font-size: 20px;
    color: #0f1011;
    font-weight: 700;
  }
  
  /* Middle Navigation */
  .header-middel {
    display: flex;
    justify-content: center;
    gap: 37px;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .header-center p {
    margin: 0;
    font-size: 14px;
    color: #343C54;
    cursor: pointer;
  }
  
  .header-center p:hover {
    color: #555; /* Add hover effect */
  }
  .header-center a{
    color: #000;
    text-decoration: none;
  }
  
  /* Right Section */
  .left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding: 0 21px;
  }
  
  .header-left svg {
    width: 24px;
    height: 24px;
    fill: #343C54;
    cursor: pointer;
  }
  
  .header-left svg:hover {
    fill: #555; /* Add hover effect */
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .header {
      flex-wrap: wrap;
      height: auto;
    }
  
    .header-logo,
    .header-middel,
    .left {
      width: 100%;
      justify-content: center;
      padding: 10px 0;
    }
  
    .header-middel {
      flex-direction: column;
      gap: 10px;
    }
  
    .header-center p {
      font-size: 16px;
    }
  }



/* Gallery Header */
.gallery-header {
    text-align: center;
    margin-bottom: 20px;
}

.gallery-header h2 {
    font-size: 2rem;
}

.gallery-header p {
    font-size: 1rem;
    color: #838383;
}

.highlight {
    color: #f7775e;
}

.dark {
    color: #000;
}

/* Gallery Container */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    max-width: 1200px;
}

.gallery-item {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:hover {
    transform: translateY(-10px);
}

/* Overlay Effect */
.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.username {
    font-weight: bold;
}

.status {
    font-size: 0.9rem;
    line-height: 1.2;
}

.ads p{
    text-align: center;
}


.container {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.content p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.content .highlight {
    color: #f7775e;
    font-weight: bold;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-4px);
}

.facebook {
    background-color: #3b5998;
}

.pinterest {
    background-color: #cb2027;
}

.twitter {
    background-color: #55acee;
}
.home_ads img{
    width: 100%;
}
.content-image img{
    width: 100%;
}


.timeline-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-image: url("../image/timeline.svg");
    height: 208px;
}

.timeline {
    display: flex;
    gap: 193px;
    overflow-x: auto;
    padding: 23px;
    white-space: nowrap;
    scrollbar-width: thin; /* Firefox */
}

.timeline::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.timeline-item {
    display: inline-flex;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    transition: transform 0.2s ease;
}

.timeline-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.timeline-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-content h6 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.timeline-content p {
    margin: 0;
    font-size: 14px;
    color: #777;
}
.timeline-wrapper .location{
    width: 100%;
    height: 20px;

}


/* second header */



.row.second {
    width: 100%;
}

.mkdf-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mkdf-chld-position-left, 
.mkdf-chld-position-right {
    flex: 1;
    
}

.mkdf-position-center {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mkdf-iwt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

.mkdf-iwt-icon img {
    width: 62px;
    height: 59px;
}

.mkdf-iwt-text {
    margin-top: 5px;
    color: #232323;
    font-size: 14px;
}

.mkdf-logo-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mkdf-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mkdf-chld-position-left {
        position: absolute;
        margin-left: -269px;
        margin-top: -52px;
    }

    .mkdf-logo-wrapper img {
        max-width: 75%; /* Adjust logo size for smaller screens */
        margin-top: 20px;

    }

    .mkdf-iwt-icon img {
        width: 50px;
        height: 48px; /* Smaller icons */
    }

    .mkdf-iwt-text {
        font-size: 12px;
    }
    .mkdf-chld-position-right {
        position: absolute;
        margin-right: -294px;
        margin-top: -52px;
    } 
    .mkdf-position-center {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .menu-button {
        position: absolute;
        z-index: 1000;
        width: 60px;
        height: 42px;
        border: none;
        font-size: 30px;
        color: #00070d;
        background: transparent;
        line-height: 42px;
        text-align: center;
        display: flex;
        justify-content: flex-end;
    }   
}

@media (max-width: 768px) {
    .menu-button {
        display: block;
    }
}
.about-us {
    padding: 15px;
    font-size: larger;
    font-weight: 500;
    background-image: url("../image/loog.svg");
}


.tour-card__img img{
    width: 100%;

}
.tour-card__content a {
    color:rgb(0, 0, 0);
    text-decoration: none;
    font-size: 20px;
}
.tour-card__content a:hover {
    color: #815120;
}
.blog-destination a {
    color: #815120;
    text-decoration: none;
}
.blog-title a{
    color: #000;
}
.blog-category a{
    color: #000;
}


.blog-slider-item  a:hover {
    color: #815120;
    text-decoration: none;
}
.blog-container {
    max-width: 1000px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-left: 50px;
}
.adv {
    max-width: 300px;
    background-color: #fff;
}
.advertisement {
    text-align: center;
    font-family: cursive;
    font-size: x-large;
}
.home_ads {
    padding: 10px;
}

.home_ads img{
    width: 300px;
}
.blog-text-highlight {
    max-width: 800px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 30px;

}
.header-center a{
    font-size: 15px;
}

@media (max-width: 480px){
    .mobile-container {
        max-width: 480px;
        margin: auto;
        background-color: #555;
        color: white;
        border-radius: 10px;
      }
      
      .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
      }
      
      .topnav #myLinks {
        display: none;
      }
      
      .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
      }
      
      .topnav a.icon {
        background: #f7f2ee;
        display: block;
        position: absolute;
        right: 34px;
        top: 0;
      }
      
      .topnav a:hover {
        color: black;
      }
      
      .active {
        background-color: #04AA6D;
      }

} 

@media (min-width: 480px){
    .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
      }
      
      .topnav a {
        color: rgba(0, 0, 0, 0);
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
      }
      
      .topnav a.icon {
        display: none;
      }
      
      .topnav a {
        color: black;
      }
      
      .active {
        background-color: #e1e1e1;
        color: white;
      }
      #myLinks{
          display: flex;
          justify-content: center;
          position: absolute;
          top: 4px;
          left: 330px;
      }
}
.footer-logo img {
    max-width: 95%;
    height: 137px;
    margin-top: 32px;
}
.blog-ads {
    height: 1400px;
    width: 300px;
}
.blog_ads img{
    width: 100%;
    margin-bottom: 15px;
}
iframe {
    z-index: 1; /* Lower z-index */
    position: relative;
}

footer {
    z-index: 10; /* Higher z-index */
    position: relative;
}
.content h3{
    font-family: Bebas-Regular;
    font-size: 44px; 
}


