*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
    
}
.header{
    justify-content: space-evenly;
    display: flex;
    margin-top: 10px;
    margin-bottom:30px;
    align-items: center;
    font-size: bold;
    font-weight: bold;
}
.header-s1 img{
    width: 30px;
    height: 30px;
   

}
.header-s1{
    display: flex;
    gap: 10px;
    align-items: center;

}
.menu{
    display: none;
}

.header-s2{
    display: flex;
    gap: 30px;
}
.header-s3{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-s3 button{
    background-color: black;
    padding: 10px;
    border: none;
    width: 70px;
    height: 40px;
    color: white;
    border-radius: 30px;
    cursor: pointer;
}
.nav{
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}
.nav-s1{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom:20px ;
}
.nav-s2{
    display: flex;
    width: 600px;
    border: solid black 1px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto;
    
}
.nav-s2 input{
    border: none;
    width: 100%;
    
}
.nav-s2 input:focus{
    outline: none;
} 
.nav-s2 button{
    padding: 5px;
    border: none;
    width:80px;
    background-color:#35E0A1;
    color: black;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}  
.sale-image{
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 50px auto;
    background-color: #35E0A1;
    width: 1100px;
    padding: 20px;
    border-radius: 10px;
    gap: 40px;
    font-weight: bold;
    
}
.box{
    flex: 1;
    max-width: 500px;
}
.box img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.box-2 {
  flex: 1;
  max-width: 500px;
}

.box-2 h1{
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;

}
.box-2 p {
  font-size: 18px;
  margin-bottom: 30px;
}

.box-2 button {
  background-color: black;
  color: white;
  padding: 15px 25px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  
}
.box-2 button:hover{
    background-color:white;
    color: black;
    transition-duration: 1s;
}
.holiday{
    text-align: center;
    padding: 10px;
}
.holiday-s1 h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.holiday-s1 p{
    font-size: 16px;
    margin-bottom: 20px;
}
.content{
    display: inline-block;
    text-align: left;
}

.holiday-pictures{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    
}

.card{
    width: 275px;
    height: 250px;
    position: relative;
}
.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.overlaying{
    position: absolute;
    color: white;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.coimbatore{
    padding: 10px;
    margin-top: 50px;
    text-align: center;
}
.container{
    display: inline-block;
    text-align: left;
}
.c-1 h2{
    margin-bottom: 10px;
    font-size: 20px;
}
.c-1 p{
    margin-bottom: 20px;
}
.images{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.place{
    width: 275px;
    height: 250px;
    margin-bottom: 50px;

}
.place img{
     width: 100%;
    height: 100%;
     border-radius: 10px;
}
.sale-image-2{
    margin-top: 100px;
}
.trip{
    position: relative;
    margin: 0 auto;
    width: 1130px;
    height: 450px;
    
}
.trip img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 10px;
}
.overlaying-text{
    position: absolute;
    color: white;
    bottom: 50px;
    left: 20px;
}
.overlaying-text h2{
    font-size: 30px;
}
.overlaying-text p{
    border-bottom: 50px;
    font-size: 18px;
}
.overlaying-text button{
   
    padding: 20px;
    border-radius: 30px;
    background-color: white;
    color: black;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
}
.tourist{
    margin-top: 50px;
    text-align: center;
    padding: 10px;
   
}
.t-1 h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.t-1 p{
    font-size: 16px;
    margin-bottom: 20px;
}
.things{
    display: inline-block;
    text-align: left;
}

.tourist-2{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    
}

.tour{
    width: 275px;
    height: 250px;
    position: relative;
    margin-bottom: 50px;
}
.tour img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.India{
    margin-top: 100px;
    text-align: center;
    padding: 10px;
}
.India-s1 h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.India-s1 p{
    font-size: 16px;
    margin-bottom: 20px;
}
.India-tour{
    display: inline-block;
    text-align: left;
}

.India-s2{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    
}

.s3{
    width: 275px;
    height: 250px;
    position: relative;
}
.s3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.over{
    position: absolute;
    color: white;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
}
.Iconic{
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}
.Iconic-s1 h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.Iconic-places{
    display: inline-block;
    text-align: left;
}

.Iconic-s2{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    
}

.I-1{
    width: 275px;
    height: 250px;
    position: relative;
}
.I-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.A-1{
    position: absolute;
    color: white;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
}
.Advertisement {
    margin-top: 100px;
    margin-bottom: 70px;
    height: 500px;
}

.Advertisement img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.theme{
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}
.theme h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.theme-places{
    display: inline-block;
    text-align: left;
}

.theme-s2{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    
}

.T-1{
    width: 275px;
    height: 250px;
    position: relative;
}
.T-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
.b-1{
    position: absolute;
    color: white;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
}
footer {
        background-color: #f7f7f7;
        padding: 40px 10%;
        color: #1b1b1b;
        font-size: 14px;
    }
    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .footer-column {
        min-width: 180px;
    }
    .footer-column h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-column a {
        display: block;
        text-decoration: none;
        color: #0b3d0b;
        margin-bottom: 6px;
    }
    .footer-column a:hover {
        text-decoration: underline;
    }
    .footer-bottom {
        margin-top: 20px;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .footer-bottom-links a {
        margin-right: 15px;
        text-decoration: none;
        color: #0b3d0b;
        font-weight: bold;
    }
    .footer-bottom-links a:hover {
        text-decoration: underline;
    }
    .currency-country {
        display: flex;
        gap: 10px;
    }
    select {
        padding: 5px;
        border: 1px solid #888;
        border-radius: 8px;
    }
    .social-icons {
        display: flex;
        gap: 12px;
        margin-top: 10px;
    }
    .social-icons a {
        font-size: 20px;
        color: #0b3d0b;
        text-decoration: none;
    }
     @media  screen and (max-width:800px) {
        body{
            font-size: 10px;
        }
    }
         @media  screen and (max-width:600px){
            .header{
                justify-content: center;
                gap: 10px;
                font-size: 20px;
            }
           .menu{
            display: block;
           }
           .header-s2{
            display: none;
           }
           .header-s3{
            display: none;
           }
           .nav-s2{
            flex-direction: column;
           }
            .nav-s2 button{
            width: 100%;
            font-size: 16px;
         }
        
        .sale-image{
            flex-direction: column;
            text-align: center;
            width: fit-content;
        }
        
        }
        