body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
 }

    .new-header {
        background-color: white; /* Transparent background */
        transition: background-color 0.3s ease;
        color: black;
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        margin-top: 0px;
        top: 0;
        left: 0;
        right: 0;            
        z-index: 5;
        }
        
    .old-header {    
        background-color: transparent; /* Transparent background */
        transition: background-color 0.3s ease;
        color: #fff;
        padding: 20px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        margin-top: 0px;
        top: 0;
        left: 0;
        right: 0;            
        z-index: 5;
    }    

    .header-grid {
        display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
    }    
    
    .left-section {
        display: flex;
        align-items: center;
    }
 
    .right-section {
       display: flex;
       align-items: center;
    }
        
        .logo {
            width: 120px;; /* Adjusted width */
            height: 60px; /* Maximum height */
            position: fixed;
            z-index: 9;
            top: 20px ; 
            left: 50px;
        }
        .logo img {
       width: 120px; /* Ensure the image doesn't exceed its container's width */
       height: 60px; /* Ensure the image doesn't exceed its container's height */
    }
     
        .old-login {
            display: flex;
            align-items: center;
            margin-left: auto;
            grid-column: 3;
        }

        .old-login a {
            color: #fff;
            text-decoration: none;            
            margin-right: 80px; 
            font-size: 20px;
        }
        
        .new-login {
            display: flex;
            align-items: center;
            margin-left: auto;
            grid-column: 3;
        }

        .new-login a {
            color: black;
            text-decoration: none;            
            margin-right: 80px; 
            font-size: 20px;
        }

       
        .buttons {
            display: flex;            
            align-items: center;  
            grid-column: 2;
        }

        .buttons button {
            padding: 12px 24px;
            background-color: transparent; /* Transparent background */
            border: 1px solid #fff; /* White border */
            border-radius: 20px;
            color: #fff;
            cursor: pointer;           
            margin-right: 30px;
            font-size: 15px;
        }
        
        .new-buttons button {
            padding: 12px 24px;
            background-color: white; /* Transparent background */
            border: 1px solid black;
            border-radius: 20px;
            color: black;
            cursor: pointer;           
            margin-right: 30px;
            font-size: 15px;
        }

        .buttons button:hover {
            background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent white background on hover */
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            right: 0;
            background-color: #f9f9f9;
            width: 250px;
            height: 600px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            padding-top: 30px;
        }

        .dropdown-content a {
            color: black;
            margin: 20px 0;
            text-decoration: none;
            display: block;
            font-size: 18px;
            font-weight: bold;
        }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }
        
        .collection {
           display: flex;
           overflow-x: auto;
           margin-left: 65px;
           margin-right: 45px;
        }
        
        .collection div {
           width: 300px;
           height: 300px; 
           margin-right: 20px;
           text-align: center;
           background-size: cover;
           background-position: center;
           background-repeat: no-repeat;
        }
        
        .collection h2 {
            color: white;
            font-weight: 900;
            margin-top: 130px;
            margin-bottom: 20px;
        }
        
        .collection p {
            color: white;
            font-weight: 900;
            width: 80%;
            display: block;
            font-size: 18px;
            margin: auto;
        }
        
        .hover1 p {
            display: none;
        }
        
        .hover1:hover p {
            display: block;
        }
        
        .hover1:hover h2 {
            margin-top: 90px;
        }
        
        .hover2 p {
            display: none;
        }

        .hover2:hover p {
            display: block;
        }
        
        .hover2:hover h2 {
            margin-top: 90px;
        }
        
        .hover3 p {
            display: none;
        }
        
        .hover3:hover p {
            display: block;
        }
        
        .hover3:hover h2 {
            margin-top: 90px;
        }
        
        .hover4 p {
            display: none;
        }
        
        .hover4:hover p {
            display: block;
        }
        
        .hover4:hover h2 {
            margin-top: 90px;
        }
        
         .hover5 p {
            display: none;
        }
        
        .hover5:hover p {
            display: block;
        }
        
        .hover5:hover h2 {
            margin-top: 90px;
        }

        .offers {
          margin: 20px 65px;
        }

        .offers h3 {
           margin: 20px 0 20px 30px;
        }

        .offer-item {
           overflow-x: auto;
           white-space: nowrap;
           display: flex;
        }

        .offer-item img {
           width: 350px;
           height: auto;
           display: inline-block;
           margin-right: 20px;
           border: 1px solid black;
        }

        
        .cities {
           margin-right: 20px; /* Adjust margin between cities as needed */
        }
        
        .cities img {
            width: 300px; /* Set the width of the city image */
            height: 250px; /* Maintain aspect ratio */
            border-radius: 10px; /* Add border radius for rounded corners */
         }

        .cities p {
           text-align: center; /* Center align the city name */
           margin-top: 10px; /* Add some space between the image and city name */
        }
        
         .makemytrip {
            display: grid;
            grid-template-columns: 3fr 1fr 1fr 1fr;
            gap: 20px;
            margin: 60px;
            padding: 70px 20px;
            border: 2px solid #ccc; 
            background-image: url('banners/plan.webp');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            align-items: center;
        }
        
        .links {
           display: grid;
           grid-template-columns: 1fr 1fr 1fr 1fr; /* Responsive grid */
           gap: 10px; /* Gap between grid items */
           margin-top: 50px;
           background-color: black;
           color: white;
           padding-top: 30px;
           padding-bottom: 100px;
           padding-left: 50px;
        }
        
        .links a {
            color: white;
        }
        
        footer {
            display: none !important;
        }
        
        .dropdown-mobile {
            display: none;
        }
        
    .upcoming {
        display: flex; /* Use flexbox only for screens larger than 768px */
        justify-content: center;
    }
        
 @media (min-width: 768px) {
     
    .collection {
        display: flex; /* Use flexbox only for screens larger than 768px */
        justify-content: center; /* Center the items horizontally */
    }
    
 }         
        
     
 @media only screen and (max-width: 700px) {
    
    header {
         display: none !important;
    }     
     
        .logo {
            width: 80px;; /* Adjusted width */
            height: 50px; /* Maximum height */
            position: absolute;
            z-index: 5;
            top: 20px;
            left: 40%;
        } 
        
    .logo img {
       width: 80px; 
       height: 40px; 
       margin: auto;
    }

    .buttons {
        display: none;
    }  
    
    .new-buttons {
        display: none;
    }  
     
    .old-login {
       display: none;
    }
   
   .new-login {
    display: none;
  }
  
       .collection {
           display: flex;
           overflow-x: auto;
           margin-left: 10px;
           margin-right: 10px;
        }
        
        .collection div {
           flex: 0 0 auto;
           width: 200px;
           height: 250px; 
           margin-right: 10px;
           text-align: center;
           background-size: cover;
           background-position: center;
           background-repeat: no-repeat;
        }
        
        .collection h2 {
            color: white;
            font-weight: 900;
            font-size: 24px;
            margin-top: 60px;
            margin-bottom: 20px;
        }
        
        .hover1 p {
            display: block;
        }
        
        .hover1:hover h2 {
            margin-top: 60px;
        }
        
        .hover2 p {
            display: block;
        }
        
        .hover2:hover h2 {
            margin-top: 60px;
        }
        
        .hover3 p {
            display: block;
        }
        
        
        .hover3:hover h2 {
            margin-top: 60px;
        }
        
        .hover4 p {
            display: block;
        }
        
        .hover4:hover h2 {
            margin-top: 60px;
        }
        
         .hover5 p {
            display: block;
        }
        
        .hover5:hover h2 {
            margin-top: 60px;
        }
  
    .offers {
          margin: 10px 10px 20px 10px;
     }
        
    .offer-item img {
           width: 230px;
           height: 180px;
           display: inline-block;
           margin-right: 8px;
           border: 1px solid black;
        }
        
    .links {
       grid-template-columns: 1fr 1fr; 
       gap: 30px; /* Gap between grid items */
       margin: 50px 0 0 0;
       padding-top: 30px;
       padding-bottom: 100px;
       padding-left: 20px;
    }    

    
    footer {
        display: block !important; 
        z-index: 999;
    }
    
     footer {
        background-color: #cba135;
        color: #fff;
        padding-bottom: 6px;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
  
  .footermenu {
        display: grid; /* Changed to grid */
        grid-template-columns: repeat(4, 1fr);
        text-align: center;
        align-items: center;
     }
     
     .footermenu div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
     }
  
    .dropdown-mobile {
        display: none;
        position: fixed;
        top: 0px;
        left: 70px;
        width: 100%;
        height: 100%;
        background-color: white;
        color: black;
        font-size: 16px;
        padding-top: 0;
        z-index: 6;
    }
    
    .dropdown-mobile ul li {
        padding-left: 30px; /* Adjust padding as needed */
    }
    
    footer a {
      color: black;
      text-decoration: none;
      margin: 0 10px;
    }
    
    .dropdown-mobile ul li a {
        text-decoration: none;
        color: rgba(0, 70, 255, 0.9);
    }

        .makemytrip {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            width: 93%; 
            padding-top: 120px;
            padding-bottom: 30px;
            padding-left: 50px;
            padding-right: 50px;
            background-image: url('banners/plan2.png');
            background-position: center;
            background-size: cover;
            border-radius: 20px;
            margin: 60px auto;
            height: 400px;
        }
    
 }    