@media screen and (min-width: 769px){
    .recent-container{
        justify-content: center;
    }
}

@media  screen and (min-width: 810px){
  .area{
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .slide-div {
    display: flex;
    height: auto;
    background-color: #ffffff00;
    margin-top: 70px;
    justify-content: space-around;
    align-items: center;
  }

  .slideshow-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background-color: #007bff00;


  }

  .slides-wrapper {
    display: flex;
    transition: transform 1s ease-in-out;
  }

  .slide {
    width: 100%;
    height: 100%;

  }

  .slideshow-container img {

    width: 100%;
    max-height: 190px;
    min-height: 150px;
    object-fit: cover;
    border-radius: 10px;
  }
  .dots-container{
    display: none;
  }

  .prev {
    left: 2%
  }
  
  .next {
    right: 3%;
  }
  /* Left-aligned Text Block */
  .text-container {
    position: relative;
    overflow: hidden;
    
    height: 80%;
    margin-left: 0;
    font-size: 16px;
    background-color: rgba(37, 34, 34, 0);
    border-radius: 10px;
  }

  #text-title{
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: -15px;
    margin-left: 20px;
    color: rgb(255, 0, 0);
    text-align: left;
  }
  #text-content{
    font-size: 9px;
    width: 100%;
    color: #242323;
   
  }

  .text-container ul {
    list-style-type: none;
    margin-top: 7px;
    background-color: #007bff00;
  }

  .text-container li {
    margin: 0;
    font-size: 8px;
    
  }
  

  .booking-container {
    height: 70px;
    width: 95%;
    margin: 2.5%;
    background-color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }

  .booking-container i {
    font-size: 45px;
    color: rgba(255, 0, 0, 0.753);
    animation: tada 3s ease infinite;
  }

  .booking {
    display: grid;
    justify-content: space-around;
    margin-left: 20px;
    margin-top: -5px;
  }
  .booking h3{
    font-size: 3vw;
  }

  .booking-container button {
    width: 100px;
    border-radius: 5px;
    background-color: #ff0000e1;
    color: rgb(235, 223, 223);
    font-weight: bold;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    align-items: center;
  
  }
  .container a {
    margin-left: 20px;
    text-decoration: none;
  }
  @media (max-width:430px) {
    #logo{
      display: none;
    }
    
  }
  

  .searchbar {
    
    width: 95% ;
    margin-left: 20px;
    margin-right: 10px;
  }


  
  .copyright{
    background-color: #ffffff2d;
    color: rgb(67, 65, 65);
    text-align: center;
    font-size: 10px;
   
  }
 
  .why-choose{
    display: flex;
    color: rgb(0, 0, 0);
    margin: 10px;
    background-color: #e3e3e3;
    
  }
  .trulink h4{
    margin-bottom: 15px;
  }
  .trulink{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #ffffff00;
  }
  .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(152, 26, 26, 0.197), rgba(255, 255, 255, 0.951), rgba(101, 175, 109, 0.126), rgba(18, 154, 43, 0.23));  
  
  }
  
  /* Each service box */
  .services {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  /* Each service box */
  .s-type {
    margin: 5px;
    width: 100%;
    padding: 20px;

  }
  
  /* Icon styling */
  .icone {
    font-size: 40px;
    color: #f63b3b;
    margin-right: 20px; /* Adds space between the icon and text */
  }
  
  /* Description section */
  .discriptions {
    font-size: 15px;
    font-weight: bold;
    color: #6d6b6b;
    line-height: 1.3;
  }
  
  h5 {
    font-size: 15px;
    color: red; /* Apply red color to the title */

    margin-bottom: 0;
  }
  
  /* Aligning the text */
  .s-type .discriptions {
    text-align: left;
  }
  
  /* Optional: Adding a hover effect on the descriptions */
  .s-type:hover .discriptions {
    color: #555;
  }
  
  
  
}