*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Rubik", sans-serif; */
    /* font-family: "Cairo", sans-serif; */
    font-family: "Yatra One", system-ui;
}
.header_main{
    width: 100%;
    height: 100px;
    background-color: #ffff;
    align-items: center;
    position: fixed;
    z-index: 9999;
}
.navigation_bar{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 5px 0px;
}
.header_logo{
    padding: 15px 0px;
}
.header_logo img{
    width: 85%;
}
.navbar_menu{
    display: flex;
    align-items: center;
    padding-top: 0px;
}
.menu_item_name{
    list-style: none;
    padding: 0px 10px;
    color: #9A1B28;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.menu_item_name a{
    text-decoration: none;
    color: #9A1B28;
}
.fa-xmark{
    display: none;
}
.menu_item_name:hover a{
    color: #9A1B28;
}
.drop_down_menu ul{
    position: absolute;
}
.drop_down_menu_ul{
    background-color: #9A1B28;
    color: #fff;
    margin-top: 0px;
    display: none;
    min-width: 250px;
}
.drop_down_item{
    color: #fff;
    border-bottom: 1px dotted #ffffff;
    padding: 5px 10px;
    list-style: none;
}
.drop_down_item:hover{
    background-color: #fafafa;
    color: #9A1B28;
}
.toggole img{
    width: 90%;
    padding: 20px 0px;
}
.drop_down_menu:hover .drop_down_menu_ul{
    display: block;
}
/* Menu Navigation Bar Style */
.navbar_menu a{
    font-size: 16px;
    text-transform: uppercase;
}
.menu_item_hover a{
    text-decoration: none;
    color: #9A1B28;
    display: block;
    position: relative;
    padding: 5px 0;
}
.menu_item_hover a::before{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 50% 0;
}
.menu_item_hover a:hover::before{
    transform: scale3d(1,1,1);
}
.menu_item_hover a::before{
    background: #E91E63;
    transform-origin: 50% 100%;
}
.menu-1 a:hover::before{
    transform-origin: 50% 0;
}


 /* Start Body Serction  */
.Slider_coantinar{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slider_one{
    position: absolute;
    width: 100%;
}
.slider_image{
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slider_image img{
    width: 100%;
    height: 100vh;
    animation: zoomin 20s ease-in infinite;
    transition: all 1s ease-in-out;
}
.slider_text{
    position: absolute;
    width: 100%;
    padding-top: 230px;
    text-align: center;
}
.slider_text h1{
    font-size: 45px;
    color: #fff;
    backdrop-filter: blur(1px);
    padding: 20px;
    text-shadow: 1px 1px 1px #666;
}
.slider_text p{
    font-size: 25px;
    color: #fff;
    backdrop-filter: blur(1px);
    text-shadow: 1px 1px 1px #666;
}
.slider_text button{
    width: 150px;
    font-size: 18px;
    background-color: #9A1B28;
    border: none;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.slider_text h3{
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px #666;
}
.slider_text button:hover{
    background-color: #fff;
    border: 1px solid #9A1B28;
    color: #9A1B28;
}
@media only screen and (max-width:1200px) {
    /* For mobile phones: */
    .slider_text h1{
        font-size:26px;
        padding: 20px 10px;

    }
    .slider_text h3{
        font-size: 22px;
    }
    .slider_text p{
        font-size: 18px;
    }
    .slider_text button{
        width: 110px;
        font-size: 12px;
    }
    .Slider_coantinar{
        height: 100%;
    }
    .footer_main{
        position: absolute;
        bottom: 0;
    }
  }

 /* Background Image Zoom Animaton  */

  /* Zoom in Keyframes */
  @-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  }
  @keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */
  
  /* Zoom out Keyframes */
  @-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
  }
  @keyframes zoomout {
      0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
  }/*End of Zoom out Keyframes */
  











 /* Background Image Zoom Animaton  */
 .slide_imagesd{
    
    animation: zoomin 20s ease-in infinite;
    transition: all 1s ease-in-out;
}

  /* Zoom in Keyframes */
  @-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  }
  @keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */
  
  /* Zoom out Keyframes */
  @-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
  }
  @keyframes zoomout {
      0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
  }/*End of Zoom out Keyframes */
  
  .div2{
    width: 100%;
    height: 350px;
    border: 1px solid black;
  }
/* Scrooling Animation */
/* @keyframes scrolling_animation {
    from{
        opacity: 0;
        scale: 0.5
    }
    to{
        opacity: 0;
        scale: 0.5
    }
}
.animation{
    animation: scrolling_animation linear;
    animation-timeline: view();
    animation-range: entry 0% corer 40%;
} */
@keyframes bottomToTop {
    from {
        opacity: 0;
        transform: translateY(100px); /* Starts 100px below */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* Ends at the original position */
    }
}

.animation {
    opacity: 0; /* Initially hidden */
    transform: translateY(100px); /* Start below */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Fallback for unsupported browsers */
}
.animation.visible {
    animation: bottomToTop 0.8s ease-out forwards; /* Apply animation on scroll */
}

/* Footer Section Start  */
.Footer_topsection{
    width: 100%;
    min-height: 20vh;
    background-color: #ffff;
    text-align: center;
    padding: 20px;
}
.footer_logo img{
    width: 50%;
    margin: auto;
}
footer
{
    position: relative;
    background-color: #666;
}
.copyRight{
    background-color: #9A1B28;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.copyRight p a{
    color: #fff;
}


/* Start Footer Section */

.footer_section{
    width: 100%;
    height: auto;
    background-color: #974d22;
    color: #fff;
}
.footer_main_conteinar{
    width: 95%;
    height: auto;
    margin: auto;
}
.footer_conteinar{
    display: flex;
    justify-content: space-between;
    padding:15px 0px;
}
.footer_conteinar h2{
    padding: 5px 0px;
}
.footer_conteinar ul{
    list-style: none;
}
.footer_conteinar ul li{
    padding: 5px 0px;
}
.footer_conteinar ul a{
    text-decoration: none;
    color: #fff;
    padding: 5px 5px;
}
.footer_conteinar ul a:hover{
    background-color: #fff;
    color: #9A1B28;
    font-weight: 600;

}
.footer_about_us{
    width: 25%;
    height: auto;
}
.footer_quick_link{
    width: 25%;
    height: auto;
}
.footer_Featured_Service{
    width: 25%;
    height: auto;
}
.footer_Address{
    width: 25%;
    height: auto;
}
.address_item{
    display: flex;
}
.address_item p{
    text-align: left;
   
    
}
.address_icon{
    height: auto;
}
.address_icon i{
    font-size: 25px;
    padding: 5px 15px 5px 5px;
}
.socila_icon_footer{
    padding: 20px 0px;
}
.socila_icon_footer a{
    text-decoration: none;
    color: #fff;
    
}
.socila_icon_footer a i{
    min-width: 40px;
    font-size: 20px;
    padding: 10px;
    background-color: #d10a11d0;
    gap: 2;

}
.socila_icon_footer a i:hover{
    background-color: #D10A11;
}




.copy_right_section{
    width: 100%;
    background-color: #9A1B28;
    text-align: center;
}
.copy_right_section p a{
    color: #22B24C;
    font-weight: 600;
    
}
.copy_right_section p{
    padding: 15px;

}
/* Page Animation */
@keyframes bottomToTop {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0); 
    }
}

.animation {
    opacity: 0; 
    transform: translateY(100px); 
    transition: opacity 0.5s ease-out, transform 0.5s ease-out; 
}
.animation.visible {
    animation: bottomToTop 0.8s ease-out forwards; 
}
.design_liner1{
    width: 50px;
    height: 3px;
    background-color: #D10A11;
    
}
.design_liner2{
    width: 100px;
    height: 3px;
    background-color: #D10A11;
    margin: 0px 5px;
}
.design_liner3{
    width: 50px;
    height: 3px;
    background-color: #D10A11;
}
.lineer_box{
    display: flex;
    justify-content: center;
}
