@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:ital,wght@0,500;0,600;1,500&family=Raleway&display=swap');

/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif; */

body{
    font-family: 'Poppins', sans-serif;
}

.top_header{
    background: linear-gradient(90deg, #048227 30%, rgb(102, 170, 60) 70%);
    padding: 5px 0px;
}

.top_header .contact_details p{
    font-size: 14px;
    color: #ffffff;
}

.top_header .social_icons i{
    color: #ffffff;
    text-shadow: 0px -40px;
    transition: all 0.7s;
    font-size: 14px;
}

.top_header .social_icons i:hover{
    color: #000;
    text-shadow: 0px 0px;
    transform: translateY(5px);
}

.nav_menu .navbar-nav .nav-item .nav-link{
    padding: 15px 0px;
    font-size: 14px;
    position: relative;
    margin: 0px 12px;
    color: #000;
    transition: all 0.4s;
}

.nav_menu .navbar-nav .nav-item .nav-link::after{
    /* opacity:0; */
    content: none !important;
}

.nav_menu .navbar-nav .nav-item .nav-link:hover{
    color: #F40D0D;
}

.nav_menu .navbar-nav .nav-item{
    position: relative;
}

.nav_menu .navbar-nav .nav-item::before{
    content: "";
    position: absolute;
    bottom: -13px;
    width: 80%;
    height: 3px;
    transition: .4s;
    background: #F40D0D;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.nav_menu .navbar-nav .nav-item::after{
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 8px;
    height: 8px;
    transition: .4s;
    background: #F40D0D;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.nav_menu .navbar-nav .nav-item:hover::before {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.nav_menu .navbar-nav .nav-item:hover::after{
    bottom: 2px;
    opacity: 1;
    visibility: visible;
}
  .swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 38px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 40px !important;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
}

.swiper{
    overflow: unset !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 15px !important;
    left: auto;
}

.swiper-button-next::after , .swiper-button-prev::after{
    opacity: 0;
}

.swiper-navBtn i{
    background: #F40D0D;
    color: #fff;
    font-size: 18px;
    padding: 0.8rem;
    border-radius: 50%;
    transition: all 0.4s;
}

.swiper-navBtn i:hover{
    background: #0e9234;
    color: #fff;
}

.card-content img{
    z-index: 10;
    width: 100%;
    transition: all 0.4s;
}

.card-image
{
      z-index: 13;
}

  .card-image h2{
    margin: 0px;
    color: #fff !important;
    font-size: 27px;
  
  }
  .swiper-navBtn i {
  background: #F40D0D;
  color: #fff;
  font-size: 18px;
  padding: 0.8rem;
  border-radius: 50%;
  transition: all 0.4s;
}
/* End Slider css */
.view_more{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 500;
    background: #F40D0D;
    border: 1px solid #F40D0D;
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
    transition: all 0.6s;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
}

.view_more:hover{
    background: #FFF;
    color: #F40D0D;
}

.card:hover .view_more{
    bottom: 50%;
    visibility: visible;
    opacity: 1;
}

/* Header css */
.dropdown-menu{    
    position: absolute;
    /* display: block; */
    border-radius: 0px;
    border: none;
    bottom: top;
    top: 75px;
    transition: all 0.4s;
    opacity: 0;
    min-width: 220px;
    font-size: 13px;
    padding: 10px !important;
    z-index: -10;
}
.dropdown-menu img{
    width: 150px;
    height: 100px;
}

.dropdown:hover .dropdown-menu{
    /* display: block; */
    opacity: 1;
    z-index: 100;
    top: 51px;
}

.dropdown-menu li a:hover{
    background: transparent !important;
    color: #F40D0D;
}

.dropdown-menu li a i{
    transition: all 0.4s;
}

.dropdown-menu li a:hover i{
    transform: translateX(4px);
}

.uttarkhand_pakages{
    width: 380px !important;
}

.uttarkhand_pakages i{
    color: #F40D0D;
    transition: all 0.4s;
}

.uttarkhand_pakages li a:hover i{
    transform: rotate(90deg);
}

.south_pakages li a:hover i{
    transform: rotate(90deg);
}


/* Slider css codepen */
.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }
  .card{
    border-radius: 25px;
    background-color: #FFF;
    overflow: hidden;
    width: 280px !important;
  }
  
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 8px 0;
  }
  .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1c01ad;
    z-index: 12;
  }

/* Index Css */
.tittle{
    font-family: 'Montserrat', sans-serif;
    color: #1f1e1e;
    font-weight: 900;
}

p{
    font-weight: 100;
    font-size: 15px;
}

.headings{
    color: #048227;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    position: relative;
}

.headings::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 100px;
    height: 3px;
    background: #F40D0D;
    transform: translateX(-50%);
}

.headings::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 3px;
    height: 13px;
    background: #F40D0D;
    transform: translateX(-50%);
}

.headings span{
    color: #F40D0D;
}
.background_view{
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0px;
    position: relative;
}



/* theme_box */
.theme_box img{
    transition: all 0.4s;
}

.theme_box{
    color: #333;
    text-decoration: none;
}

.theme_box:hover{
    color: #F40D0D;
}

.theme_box h3{
    font-weight: 900;
}

.theme_box:hover img{
    transform: translateY(-10px);
}

.sub_heading{
    font-weight: bolder;
    color: #1f1e1e;
    text-transform: uppercase;
}
.heading_2{
    font-family: sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #F40D0D;
}

.heading_2 span{
    color: #0e9234;
}


/* package slider */
.package_box{
    position: relative;
}

.package_box img{
    transition: all 0.4s;
    position: relative;
}

.package_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #27272734;
}

.package_name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 90;
}

.package_name h5{
    position: relative;
    z-index: 10;
}

.package_box:hover img{
    transform: scale(1.1);
}

.package_box{
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #c9c9c9;
    color: #fff;
}

.package_box .content_box{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1f1e1e;
    padding: 20px 10px 10px 10px;
    transition: all 0.4s;
    opacity: 0;
    transform: translateY(70px);
    border-radius: 20px 20px 0px 0px;
    transition: all 0.5s;
    z-index: 200;
}

.package_box:hover::after{
    opacity: 0;
}

.package_box:hover .package_name{
    opacity: 0;
}

.package_box .content_box h5{
    color: #fff;
    margin-bottom: 0px;
}

.package_box .content_box .ratings i{
    color: #fdcc0d;
    font-size: 12px ;
}

.package_box .content_box .features i{
    border: 1px solid #fff;
    padding: 0.7rem;
    font-size: 13px;
    width: 24px;
    color: #fff;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    transition: all 0.4s;
}

.package_box .content_box .features i:hover{
    color: #F40D0D;
    background: #fff;
}

.yellow{
    color: #fdcc0d;
}

.package_box .content_box .info i{
    font-size: 13px;
    color: #F40D0D;
}

.package_box:hover .content_box{
    transform: translateY(0px);
    opacity: 1;
}

.booking_btn{
    font-size: 10px;
    background: #F40D0D;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.booking_btn:hover{    
    color: #F40D0D;
    background: #ffff;
}

.view_details{
    font-size: 10px;
    color: #000;
    background: #fdcc0d;
    padding: 3px 10px;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view_details:hover{
    color: #000;
    background: #fff;
}

.last_section{
    background: #fdcc0d;
    padding: 3rem 0px;
}

.last_section h3{
    color: #F40D0D;
    font-weight: 900;
    margin: 0px;
}

.last_section .call_us{
    background: #F40D0D;
    border: 1px solid #F40D0D;
    border-radius: 20px;
    padding: 5px 1rem;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s;
    animation-name: pulse2;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.last_section .call_us:hover{
    background: #fff;
    color: #F40D0D;
    border: 1px solid #F40D0D;
}

@keyframes pulse2 {
    50% {
      box-shadow: 0 0 0 0 rgba(255, 50, 50, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(255, 53, 53, 0);
    }
      
}

body{
    overflow-x: hidden;
}

.background_view::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f1e1e9a;
}
.background_view .row{
    color: #fff !important;
    position: relative;
    z-index: 10;
}

/* Responsive Css */
@media (max-width:991px) {
    .scroll{
        overflow: hidden !important;
    }
    .navbar-toggler{
        box-shadow: none !important;
        outline: none !important;
        border: none;
        color: #000;
        z-index: 110;
    }

    .navbar-toggler:focus{
        box-shadow: none !important;
        outline: none !important;
        border: none;
    }
    .nav_menu{
        position: absolute;
        top: -30px;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 100;
        text-align: center;
        vertical-align: middle !important;
        transition: all 0.4s;
    }
    .navwrapper {
        left: 0px !important;
    }
    .navwrapper .navbar-nav{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .navwrapper .dropdown-menu{
        display: none !important;
    }
    .navwrapper .dropdown:hover .dropdown-menu{
        display: flex !important;
        justify-content: center;
    }
    .smallbox{
        text-align: center;
        justify-content: center !important;
    }
    .smallbox a{
        margin-top: 10px;
    }
    .background_view::after{
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1f1e1e9c;
    }
    .background_view .row{
        color: #fff !important;
        position: relative;
        z-index: 10;
    }
    .background_view p{
        font-size: 12px !important;
    }
}


.background_view .book {
  background: #F40D0D;

  border-radius: 20px;

  border: none;

  padding: 7px 25px;

  color: #fff;
  font-size: 15px;
  text-decoration: none;

}

@media (max-width:767px) {
    .top_header .social_icons{
        display: none !important;
    }
}

@media (max-width:462px) {
    .top_header .contact_details p{
        font-size: 9px !important;
        margin: 2px !important;
        text-align: center;
    }
}
@media (max-width:1200px) {
    .nav_img_class{
        display: none;
    }
}

.last_section {
  background: #fdcc0d;
  padding: 3rem 0px;
}



.list_package h3{
    font-size: 23px;
    color: #fdcc0d;
    text-align: center;
    text-transform: uppercase;
    font-weight:900;
    font-family: sans-serif;
    margin: 1rem 0px 10px 0px;
    background: #000;
    display: inline-block;
    padding: 4px 10px;
}

.list_package ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list_package ul li a{
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    background: #eb0000;
    padding: 5px 1.5rem;
    border-radius: 20px;
    line-height: 40px;
    margin: 0px 10px 10px 0px;
}

.list_package ul li{
    transition: all 0.4s;
}

.list_package ul li a i{
    margin-right: 8px;
    color: #fdcc0d;
    transition: all 0.4s;
}

.list_package ul li:hover{
    transform: scale(0.9);
}

.list_package ul li:hover a i{
    color: #000;
}

.list_package ul li:hover a{
    color: #F40D0D;
    background: #fff;
}


/* why_us */
.why_us .content_box{
    padding: 2rem 10px;
    border-radius: 10px;
    border: 1px solid #F40D0D;
    margin-bottom: 10px;
    transition: all 0.7s;
}

.why_us .content_box h5{
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.why_us .content_box p{
    color: #707070;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    margin: 5px 0px 0px;
}

.why_us .content_box:hover{
    background: #F40D0D;
}

.why_us .content_box:hover p{
    color: #fff;
}

.why_us .content_box:hover h5{
    color: #fff;
}


/* footer css */
.footer_conatiner{
    background: linear-gradient(90deg, #048227 30%, rgba(91,197,28,1) 70%);
    color: #101010;
    border-top: 2px solid #F40D0D;
}

.footer_conatiner p{
    font-size: 14px;
    color: #F40D0D;
}

.footer_conatiner ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_conatiner ul li a i{
    font-size: 14px;
}

.footer_conatiner ul li a{
    font-size: 14px;
    color: #fff7f7;
    text-decoration: none;
    transition: all 0.7s;
}

.footer_conatiner ul li a:hover{
    letter-spacing: 1.2px;
    color:#fff7f7;
}

.footer_sub{
    background: #000000;
}

.footer_conatiner h3{
    color: #fff7f7;
    font-weight: 900;
    font-size: 25px;
}

.footer_conatiner h3 i{
    font-size: 20px;
    color: #fff;
}

.footer_sub p{
    font-size: 13px;
}

.footer_conatiner .footer_social_icon i{
    background: #fff;
    padding: 0.6rem;
    border-radius: 50%;
    border: 1px solid #F40D0D;
    font-size: 17px;
    transition: all 0.3s;
}

.footer_conatiner .footer_social_icon i:hover{
    background: #F40D0D;
    color: #FFF;
}


    /* whatsapp_icon */
    
.Whatsapp_btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.Whatsapp_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #00833b;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;

    
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 206, 0, 0.795);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
    
}

.Phone_btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.Phone_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #0066ff;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
}

@media only screen and (max-width: 1200px) {
    .slogan {
      font-size: 18px;
    }
  }