


   .glide__slide img {
      width: 100%;
      height: 50vh; 
      border-radius: 20px;
       object-fit: cover;   
       background-size: cover;
       background-position: center;
    }

    #intro {
      max-width: 100%;
      margin: 50px auto;
    }

 .media-track img {
      width: 300px;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
      flex-shrink: 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }


.destination-section {
font-family: Arial, sans-serif;
background: linear-gradient(60deg, #FDD835,  #E65100);
color: #4B1D06;
padding: 50px 20px;   }

.destination-section-2 {
   font-family: Arial, sans-serif;
   background: linear-gradient(60deg, #E65100,#FDD835);
   color: #4B1D06;
   padding: 50px 20px;
}

.destination-section-3 {
   font-family: Arial, sans-serif;
   background: linear-gradient(60deg, #E65100,#6A1B9A );
   color: #4B1D06;
   padding: 50px 20px;
}

.destination-section-4 {
   font-family: Arial, sans-serif;
   background: linear-gradient(60deg, #6A1B9A,#E65100);
   color: #4B1D06;
   padding: 50px 20px;
}