/* Default Base */
html {
  font-size: 14px; /* for very small screens (~320px-399px) */
}

/* 400px and above */
@media (min-width: 400px) {
  html {
    font-size: 15px;
  }
}

/* 600px and above */
@media (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

/* 768px and above (Tablets) */
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

/* 1024px and above (Desktops) */
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

/* 1440px and above (Big desktops) */
@media (min-width: 1440px) {
  html {
    font-size: 19px;
  }
}

p,a,h1,h2,h3,h4,h5{
    font-family: 'poppins' !important;
    text-align: justify;
}


/* Default styles for larger screens (Desktops & large laptops) */
.menu_bar li{
  font-size: medium ;
  /*font-weight: bold ;*/
}
.menu_bar li:hover{
  background-color: #faea0c;
}
.menu_bar .nav-item{
  /* height: 80px; */
  display: flex !important;
  align-items: center !important;
}
.menu_bar a{
  color: black;
}
.menu_bar a:hover{
  color: black;
}
.col-lg-4 iframe{
  width: 100% !important;
  height: 70% !important;
}
.carousel-container .carousel-imagex button{
  background-color:#faea0c;
  color:Black;
}
.carousel-container .carousel-image button{
  background-color:#faea0c;
  color:Black;
}
nav{
  margin-top: 10px !important;
}
nav button{
  border: none !important;
}
.slide{
  width: 50%;
  display: flex;
  margin: auto;
}
#aboutus{
  margin-top: 35px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  color:#ffbd59;
  font-weight: bold;
  font-size: larger;
  padding: 15px;
}
#aboutus p{
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}

.logo_cont{
  display: flex;
  align-items: center;
  margin-left: 50px;
  /* width: 50%; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.logo_cont img{
  width: 400px;
}

#about{
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    /* height: 200px; */
}
#about p{
    text-align: center;
    /*font-size: 20px;*/
    color: #666;
}
#about h5{
    color:#faea0c;
    font-weight: bold;
    /*font-size: 30px;*/
    margin-bottom: 10px;
}
.search-bar{
    width: 50%; 
    margin: auto;  
    /* margin-top: -25px; */
}
/* nationalcards ...............................................................*/
.carousel-containerss {
    position: relative;
    width: 80%; /* Adjust to fit 6 images */
    height: 250px; /* Set height to 100px */
    overflow: hidden;
    margin: auto;
}

.carousel-news {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item-news {
    min-width: calc(80% / 4); /* Each item takes 1/6th of the container width */
    height: 250px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* background-color: #f1c40f; */
}
.carousel-item-news div{
    text-decoration: none;
    background-color: #ffbd59;
    color: #1c2120;
    padding: 5px;
    margin: 2px;
    border-radius: 10px;
    font-weight: bold;
}
.carousel-item-news div:hover{
    background-color: #1c2120;
    color: #ffbd59;
}

.carousel-news img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    padding: 5px;
    border-radius: 20px;
}

.carousel-buttons-news {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.carousel-buttons-news button{
    border: none;
    border-radius: 50%;
    background-color:rgb(233, 228, 220);
    padding: 5px;
    cursor: pointer;
}

.carousel-buttons-news:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.carousel-buttons-news svg{
    color:rgb(76, 170, 165);
    width: 25px;
    height: 25px;
}

/* circle */
.circle{
    height: 220px;
    /*margin: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle div:hover{
    transform: scale(1.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.circle img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.circle a{
    text-decoration: none;
    color: orange;
}
.explore img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    /* border-radius: 8px; */
}
.explore-col{
    display: flex;
    justify-content: space-between;
    margin: 4px 0px;
    height:250px;
    padding: 4px !important;
    /* border: 1px solid #ffbd59; */
}
.image-container .overlay{
    z-index: 1;
    position: absolute;
    color:#faea0c;
    font-weight: bold;
    display: flex;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* opacity: 0.8; */
    margin: 25px;
    font-size: 20px;
}


.address_bar{
    /* height: 400px;  */
    background-color:#faea0c; 
    color:#1c2120; 
    margin-top: 15px; 
    top: 0; 
    position: sticky;
}
.foot_icons img{
    height: 30px;
    margin: 0;
    padding: 0px 10px;
}
#footer_area h3, h5{
    /* background-color: #007acc; */
    margin: 10px 0px;
    font-weight: bold;
}
#foot-logo img{
    height:50px;
}
#foot-logo h1{
    /* border: 2px solid black; */
    font-weight: bolder;
    height: 80px;
    align-items: center;
    display: flex;
    margin: 0;
}

/* rowimage */
.image-container img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    /* max-width: 400px; */
}

.image-container img:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* image */
.card-image img:hover{
    transform: scale(0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.card-header span{
    font-size: 15px;
    margin: 0 10px;
    font-weight: bold;
    color:#1c2120;
    /* background-color: #ffbd59; */
    padding: 7px;
    /* border-radius: 40%; */
}
.card-header span:hover{
    background-color: #ffbd59;
    color: #1c2120;
}

/* scrollcontainer */
  /* Navbar styles */
 

  /* Scroll container styles */
  .scroll-container1 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    
    scroll-snap-type: x mandatory;

    /* Hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .scroll-container1::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Edge */
  }

  /* destination */
  .table-destinations td a{
    text-decoration: none;
    color: #1c2120;
    padding: 0 5px;
  }
  .table-destinations td a:hover{
    color: #ffbd59;
  }

  /* mycarousel1 */

  .mycarousel1{
    width: 70%;
    margin: auto;
    display: flex;
    /* height: 350px; */
  }
  .mycarousel1 img{
    height: 350px;
    /* width: 70%; */
    /* border-radius: 10px; */
  }
  .mycarousel1 button{
    width:auto;
    /* margin: 0 -40px; */
  }
  .mycarousel1 button svg{
    width: 40px;
    height: 40px;
    color:white;
    /* border-radius: 50%; */
  }

    .mycarousel1 .carousel-caption{
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-weight: bold;
        padding: 10px;
        border-radius: 10px;
        height: 115px;
    }
    

    
    
/* imagegallery  */

.imagegallery {
    /* max-width: 1000px; */
    margin: auto;
    border: 1px solid #ffbd59;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  }
  
  .imagegallery .row {
    margin: 8px -16px;
  }
  
  /* Add padding BETWEEN each column (if you want) */
  .imagegallery .row,
  .imagegallery .row > .column {
    padding: 8px;
  }
  
  /* Create three equal columns that floats next to each other */
  .imagegallery .column {
    float: left;
    width: 25%;
    display: none; /* Hide columns by default */
  }
  .imagegallery .column a{
    text-decoration: none;
    color: #1c2120;
  }
  .imagegallery .column p{
    text-align: left;
  }
  .imagegallery .column:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
  }
  
  /* Clear floats after rows */
  .imagegallery .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .imagegallery .content {
    background-color: white;
    padding: 0px 0px 10px 0px;
    
  }

  .imagegallery .content h4{
    font-size: 15px;
    /* text-align: center; */
    margin-top: 5px;
    font-weight: bold;
    color: #1c2120;
    
  }

  .imagegallery .content img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }
  
  /* The "show" class is added to the filtered elements */
  .imagegallery .show {
    display: block;
  }
  
  /* Style the buttons */
  .imagegallery .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
  }
  
  /* Add a grey background color on mouse-over */
  .imagegallery .btn:hover {
    background-color: #ddd;
  }
  
  /* Add a dark background color to the active button */
  .imagegallery .btn.active {
    background-color: #666;
     color: white;
  }

  /* readmore */
  #more {display: none;}

  .aboutus button{
    background-color:#ffbd59;
    color: #1c2120;
    font-weight: bold;
    border: 0;
    padding: 10px;
    border-radius: 10px;
    margin-left: 5px;
  }

  /* cardslides */
  .gallery{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #ccc6c6;
    overflow: hidden;
    height: 550px;
    /* border: 1px solid #000; */
    }



#abouts{
    /* height: 300px; */
    margin: 50px auto;
    /* background-color: #ffbd59; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#abouts p{
    text-align: center;
    font-size: 17px !important;
    color: #1c2120;
}
#abouts h3{
    color: #1c2120;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.card-body img{
    width: 200px; 
    height: 190px; 
    padding: 5px; 
    border-radius: 20px;
}
.natural{
    display: flex;
}
@media only screen and (max-width: 601px) {

    .menu_bar ul.nav {
      flex-direction: column !important;
      /*align-items: flex-start;*/
    }
    .menu_bar ul.nav li {
      width: 100%;
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }
  

.logo_cont{
    display: flex;
    align-items: center;
    margin-left: 50px;
    /* width: 50%; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.logo_cont img{
    width: 200px !important;
}
    .menu_bar ul.nav li a {
      width: 80%;
      display: block;
    }
    .row .circles {
        flex-direction: column;
        align-items: center;
        margin: auto;
      }
    
      .row.circles .circle {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
      }
      .row.circles p  {
        font-size: 14px;
        margin-top: 8px;
        text-align: center;
      }
      .row.circles h3{
        text-align: center;
      }
      .servicess {
        flex-direction: column;
        padding: 0 10px;
      }
    
      .explore-col {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
      }
    
      .overlay {
        font-size: 14px;
        padding: 8px;
      }
    
      .image-container img {
        height: auto;
        max-height: 200px;
        object-fit: cover;
      }
    
      .container h3 {
        font-size: 1.2rem;
      }
    
      .container p {
        font-size: 0.9rem;
      }
      .card-image {
        flex-direction: column;
        /* align-items: center; */
      }
  
      .card-image img {
        width: 90px;
        height: 120px;
        /* margin-bottom: 10px; */
      }
      #foot-logo {
          width: 50px !important;
      }
    }

    
    @media only screen and (max-width: 400px) {
    .menu_bar ul.nav {
      flex-direction: column !important;
      /*align-items: flex-start;*/
    }
  
    .menu_bar ul.nav li {
      width: 100%;
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }
  
    .menu_bar ul.nav li a {
      width: 100%;
      display: block;
    }
    .row.circles {
      flex-direction: column;
      align-items: center;
    }
  
    .row.circles .circle {
      margin-bottom: 20px;
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .row.circles p  {
      font-size: 14px;
      margin-top: 8px;
      text-align: center;
    }
    .row.circles h3{
      text-align: center;
    }
    .servicess {
      flex-direction: column;
      padding: 0 10px;
    }
  
    .explore-col {
      width: 100% !important;
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .overlay {
      font-size: 14px;
      padding: 8px;
    }
  
    .image-container img {
      height: auto;
      max-height: 200px;
      object-fit: cover;
    }
  
    .container h3 {
      font-size: 1.2rem;
    }
  
    .container p {
      font-size: 0.9rem;
    }
    .card-image {
      flex-direction: column;
    }
    .card-image img {
      width: 90px;
      height: 120px;
    }
    .imagegallery .row {
      flex-direction: column;
    }
  
    .imagegallery .column {
      width: 100% !important;
      padding: 8px 0; 
    }
  
    .imagegallery .content img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      object-fit: cover;
    }
  
    .imagegallery .content h4 {
      text-align: center;
      font-size: 16px;
      margin-top: 6px;
      color: #1c2120;
    }
  
    #myBtnContainer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
    }
  
    .btn {
      padding: 8px 16px;
      font-size: 14px;
    }
    #foot-logo {
          width: 50px !important;
      }
  }

  