@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&family=Montserrat:wght@600;800&family=Poppins&family=Roboto&display=swap');

/*
font-family: 'Bebas Neue', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/* #00ADEF
   #FF6612
*/
* {
    box-sizing: border-box;
}

body {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* HEADER CSS */
.topnav_bar {
    background-color: #00ADEF;
    color: #222;
    font-size: 13px;
    background-image: linear-gradient(to right, #00ADEF, #FF6612);
}

.topnav_bar .contact_details i {
    border-right: 1px solid #22222278;
    padding-right: 10px;
    color: #fff;
}

.topnav_bar .social_icons .icons {
    color: #222;
    background-color: #20202270;
    color: #fff;
    padding: 0.3rem 0.4rem;
    width: 26px;
    height: 26px;
    cursor: pointer;
    line-height: 18px;
    transition: all 0.4s;
    text-align: center;
}

.topnav_bar .social_icons .icons:hover {
    background-color: transparent;
}

.navbar_bg {
    background-color: #fe5f08;
}

.navbar_bg .navbar-collapse li a {
    padding: 0.8rem 1rem !important;
    color: #fff;
    position: relative;
}

.navbar_bg .navbar-collapse li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #00ADEF;
    transition: all 0.4s;
}

.navbar_bg .navbar-collapse li a::after {
    z-index: 10 !important;
    position: relative;
}

.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;
}


.navbar_bg .navbar-collapse li a span {
    position: relative;
    z-index: 4;
}

.navbar_bg .navbar-collapse li a:hover::before {
    height: 100%;
}

/* Bookign Section css */
.required {
    color: #fe5f08;
}

.booking_section .booking_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem 2rem;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.174);
    margin-top: -100px;
    z-index: 90;
    position: relative;
}

.booking_box .input_box {
    position: relative;
    margin-bottom: 13px;
}

.booking_box .input_box i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(30%);
    opacity: 0.6;
    font-size: 13px;
}

.booking_btn {
    background-color: #fe5f08;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    border: none;
    transition: all 0.4s;
}

.booking_btn:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.174);
    background-color: #00ADEF;
}

/* popular_activity */
.popular_activity .img_box img {
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.174);
}

.popular_activity .img_box {
    position: relative;
    transition: all 0.3s;
}

.popular_activity .img_box .content_box {
    position: absolute;
    z-index: 11;
    background: #ffffffd7;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    border-radius: 8px;
    padding: 20px 25px;
}

.popular_activity .img_box .content_box h5 {
    text-transform: uppercase;
    font-weight: 900;
}

.popular_activity .img_box .content_box i {
    background-color: #fe5f08;
    color: #fff;
    padding: 0.5rem;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 25px;
    transition: all 0.3s;
}

.popular_activity .img_box .content_box p {
    text-align: justify;
    margin-top: 10px;
    position: relative;
    transition: all 0.4s;
}

.popular_activity .img_box .hidden_box {
    position: relative;
    height: 0px;
    transition: all 0.4s;
    overflow: hidden;
}

.popular_activity .img_box:hover .hidden_box {
    height: 100px;
}

.popular_activity .img_box:hover {
    transform: translateY(-10px);
}

.popular_activity .img_box:hover i {
    background-color: #00ADEF;
    transform: rotate(-45deg);
}

.tittle {
    color: #fe5f08;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 900;
}

.sub_tittle {
    color: #00ADEF;
    font-weight: 600;
    text-transform: uppercase;
}
.sub_tittle_copy {
    color: #00ADEF;
    font-weight: 600;
 
}
.tittle_copy {
    color: #fe5f08;
    font-family: sans-serif;
    font-weight: 600;
}

/* about_section */
.about_section {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    z-index: 99;
    background-image: url(../images/hr3.jfif);
    color: #fff;
}


.about_section::before {
    background-color: #000000c0;
    opacity: .9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.about_section .about_list {
    padding: 0px;
    list-style-type: none;
    line-height: 25px;
}

.about_section .about_list i {
    color: #fe5f08;
}

.about_section .img_box {
    position: relative;
}

.about_section .img_box .img_1 {
    border: 4px solid #fff;
}

.about_section .img_box .img_2 {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 40%;
    border: 4px solid #fff;
}

.about_section .img_box .img_3 {
    position: absolute;
    bottom: -20px;
    left: -100px;
    height: 50%;
    border: 4px solid #fff;
}

.read_more {
    background-color: #fe5f08;
    padding: 0.8rem 2rem;
    color: #fff;
    border-radius: 60px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
}

.read_more::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #00ADEF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: 1;
}

.read_more:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.read_more span {
    position: relative;
    z-index: 10;
    transition: all 0.3s;
}

.para {
    text-align: justify;
}
/* about page sec */
.about_pag_sec{
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    z-index: 99;
    color: black;
}
.about_pag_sec .img_box {
    position: relative;
}
.about_pag_sec .img_box .img_1 {
    border: 4px solid #fff;
}

.about_pag_sec .img_box .img_2 {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 40%;
    border: 4px solid #fff;
}

.about_pag_sec .img_box .img_3 {
    position: absolute;
    bottom: -20px;
    left: -40px;
    height: 50%;
    border: 4px solid #fff;
}

/* packages section */
.tittle2 {
    color: #00ADEF;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 900;
}

.package_box {
    border-radius: 10px;
    position: relative;
}

.package_box img {
    border-radius: 10px 10px 0px 0px;
}

.package_box .package_content {
    background-color: #fff;
    padding: 2rem 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: -120px;
    border-radius: 10px 10px 10px 10px;
}

.package_box .info_box {
    border-top: 1px solid #5959597c;
    padding: 0.7rem 0px 0px 0px;
}

.package_box .info_box i {
    color: #00ADEF;
}

.package_box .hidden_box {
    height: 0px;
    transition: all 0.4s;
    overflow: hidden;
}

.explore_more {
    color: #fe5f08;
    font-size: 13px;
}

.package_box .package_name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #00ADEF;
}

.package_box .ratings {
    color: #fe5f08;
}

#midSec{

    background: #fe5f08;
    padding: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

}

.pricing {
    color: #fe5f08;
    font-size: 14px;
}

.package_box:hover .hidden_box {
    height: 100px;
}

/* about_uttrakhand */
.about_uttrakhand {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
    z-index: 99;
    background-image: url(../images/uttrakhand.jpg);
    color: #fff;
}

.about_uttrakhand::before {
    background-image: linear-gradient(to right, #00ADEF, #ff6512b8);
    opacity: .9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.img_box2 {
    position: relative;
}

.img_box2 .img_1 {
    border: 4px solid #fff;
}

.btn-book{

    border: 3px solid #fff;
    width: 191px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 4px;
    color: #fe5f08;
    background: #fff;
    height: 45px;
    line-height: 33px;

}
.btn-book:hover{

 
    background: #050505;

}

.img_box2 .img_3 {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40%;
    border: 4px solid #fff;
    transform: translateY(-50%);
}


/* cards_sections */
.cards_sections .cards_box {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}

.cards_sections .cards_box::before {
    opacity: 1;
    content: "";
    height: 50%;
    left: -100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(19, 135, 236, 0.722), #1999c7b8);
    border-radius: 10px 10px 0px 0px;
    transition: all 0.6s;
}

.cards_sections .cards_box::after {
    opacity: 1;
    content: "";
    height: 50%;
    right: -100%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(19, 135, 236, 0.722), #1999c7b8);
    border-radius: 0px 0px 10px 10px;
    transition: all 0.6s;
}

.cards_sections .cards_box img {
    border-radius: 10px 10px 10px 10px;
}

.cards_sections .cards_box:hover::before {
    left: 0%;
}

.cards_sections .cards_box:hover::after {
    right: 0%;
}

.card_content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    width: 100%;
    background-color: #fe5f08;
    padding: 7px;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
}

.cards_sections .cards_box:hover .card_content {
    opacity: 1;
}

.cstm_slider button{
    opacity: 1;
}

.cstm_slider i{
    background-color: #fff;
    color: #ed4726;
    padding: 0.4rem;
    border-radius: 50%;
}

/* Taxi Service */

.taxi_services {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
    z-index: 99;
    background-image: url(../images/uttrakhand.jpg);
    color: #fff;
}

.taxi_services::before {
    background-image: linear-gradient(to right, #000, #fff);
    opacity: .9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.taxi_box {
    background-color: #fff;
    padding: 1rem 1rem;
    border-radius: 20px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}

.taxi_box .icon_box i {
    background-color: #fe5f08;
    padding: 0.7rem;
    border-radius: 50%;
    font-size: 20px;
}

.taxi_box .taxi_tittle {
    color: #fe5f08;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
}

.taxi_box p {
    font-size: 12px;
}

.taxi_services .taxi_box:hover {
    background-color: #000;
    color: #fff !important;
}

.taxi_services .taxi_box:hover p {
    color: #fff !important;
}

/* best */
.best_row {
    background-color: #f4f5f8;
    padding: 2rem 1rem;
    align-items: start;
}

.best_seller .best_row .best_seller_box {
    position: relative;
    overflow: hidden;
}

.best_seller .best_row .best_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000000c9;
    padding: 0.7rem 1.5rem;
    border-radius: 3px;
}

.best_text h4 {
    font-size: 16px;
    color: #fff;
    font-family: cursive;
    color: #ed4726;
}

.best_text h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.best_seller .best_row .best_seller_box img {
    transition: all 4s;
    position: relative;
}

.best_seller .best_row .best_seller_box img:hover {
    transform: scale(1.2);
}

.top_move {
    margin-top: -75px;
}

.move_down {
    margin-top: 5rem;
}

/* footer_conatiner */
.footer_conatiner {
    background-image: linear-gradient(to top, #04b8ff, #6fc1e2);
}

.footer_conatiner h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}

.footer_conatiner h3::after {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 40px;
    height: 2px;
    background-color: #000;
    left: 3px;
}

.footer_conatiner .footer_list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 26px;
}

.footer_sub {
    background-color: #ed4726;
}

.footer_conatiner .footer_list li a {
    color: #fff;
    text-decoration: none;
}

.footer_conatiner .footer_list li a i {
    color: #f6310a;
}

.footer_conatiner .footer_list li {
    transition: all 0.4s;
}

.footer_conatiner .footer_list li:hover {
    transform: translateX(10px);
}

.footer_social_icon i {
    background-color: #ed4726;
    color: #fff;
    padding: 0.5rem;
    font-size: 13px;
    transition: all 0.3s;
    border-radius: 50%;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
    outline: unset;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.footer_social_icon i:hover {
    background-color: #00ADEF;
    color: #ed4726;
}

.dropdown-menu{
    background-color: #fe5f08;
    color: #fff;
}

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

@media (max-width:991px) {
    .img_box {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .img_box .img_2 {
        position: relative !important;
        top: 0px !important;
    }

    .img_box .img_3 {
        position: relative !important;
    }

    .package_section .package_box {
        margin: 80px auto;
    }

    .top_move {
        margin: 0px !important;
        display: flex;
        justify-content:center;
        align-items: center;
        flex-wrap: wrap;
    }

    .top_move img {
        width: 90% !important;
    }

    .best_row .best_seller_box {
        margin-bottom: 12px !important;
    }
    .best_row{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .best_seller_box{
        width: 80%;
    }
}

@media (max-width:700px) {
    .img_box .img_2 {
        display: none;
    }

    .img_box .img_3 {
        display: none;
    }
}

@media (max-width:1199px) {
    .navbar-nav li a {
        font-size: 12px;
    }
}

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

    .contact_details {
        width: 100% !important;
        justify-content: center !important;
    }

    .booking_box {
        margin: 35px 15px 20px 15px !important;
    }

    .booking_section {
        display: flex;
        justify-content: center;
    }

    .popular_activity .img_box h5 {
        font-size: 15px !important;
    }

    .popular_activity .img_box i {
        font-size: 15px !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 15px !important;
    }

    .responsive {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .responsive img {
        width: 90%;
    }

    .best_row h4 {
        font-size: 10px !important;
    }

    .best_row h2 {
        font-size: 16px !important;
    }
}

@media (max-width:575px) {
    .content_box {
        width: 50% !important;
    }

    .package_first {
        margin-top: 0px !important;
    }

    .best_row {
        margin: 0px !important;
    }
}

@media (max-width:450px) {
    .content_box {
        width: 70% !important;
    }
}

@media (max-width:368px) {
    .contact_details {
        font-size: 10px !important;
    }

    .contact_details i {
        padding-right: 5px !important;
    }

    .taxi_box {
        margin-left: 0px !important;
        flex-direction: column;
    }
}
/* pages css */
.contact_bg{
    background-image: url("../images/contact1.JPG");
    background-repeat: no-repeat;
    padding: 100px;
    background-size: cover;
    z-index: 1;
    position: relative;
    
  
}
.contact_bg::after{
  background-color: #000;
   content: "";
   top: 0;
   left: 0;
   width:100%;
   height:100%;
   z-index: -1;
   opacity: .5;
   position: absolute;

    
  
}
.contact_text_color{
    color: #ed4726;
   
    font-weight: 800;
}
 .tag {
    text-decoration: none;
}
.contact_box{
    border: 2px solid #ed4726;
    padding: 20px;
    background-color: #ed4726;
    border-radius: 4px;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.contact_box h5{

    font-size: 18px!important;

}
  

.contact_box:hover{

    transform: translate(10px , 10px);
    transition: 0.5s;
}
.contact_icon{
    font-size: 30px;
    color: white
}
.Char_dham{
    border-radius: 10px;
}
.images_border{
    box-shadow: 0px 0px 1px ;
    padding: 20px;
}

.day_heading{
    box-shadow: 0px 0px 1px;
    display: flex;
    justify-content: center;
    border: 1px solid white;
    box-shadow: 0px 1px 2px;
    padding: 10px;
   
}
.about_section1 {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 99;
    background-image: url(../images/dham/mission1.jpg);
    color: #fff;
}


.about_section1::before {
    background-color: #000000c0;
    opacity: .9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.rafting_bg {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 99;
    background-image: url(../images/packages/rfating.jpg);
    color: white;
    
   
}


.rafting_bg::before {
    background-color:  #000000c0;
    opacity: .9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.rafting_logo{
    border: 4px white;
    display: flex;
    justify-content: center;
    width:150px;
    height:150px;
    margin-left: 100px;
}
.btn_book{
    padding: 5px;
    color: white;
    background-color: #ed4726;
    margin-left: 140px;
   
}
.cl_btn{
    background-color: #ed4726;
    padding: 8px;
    border-radius: 4px;
}
a{
    text-decoration: none;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }
  .img_radues{
    border-radius: 10px;
  }
  .honymoon_img{
    background-image:  url("../images/packages/h1.jpeg");
    position: relative;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
    background-attachment: fixed;
    z-index: 1;

  }
  .honymoon_img::after{
    content: "";
    position: absolute;
    background-color: #222;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;

  }
  .best_row1 {
    padding: 2rem 1rem;
    align-items: start;
}

.best_seller1 .best_row1 .best_seller_box1 {
    position: relative;
    overflow: hidden;
}

.best_seller1 .best_row1 .best_text1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
   
    padding: 0.7rem 1.5rem;
    border-radius: 3px;
}

.best_text1 h4 {
    font-size: 25px;
    color: #fff;
    font-family: cursive;
    color: white;
    font-weight: 700;
    
}

.best_text1 h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.best_seller1 .best_row1 .best_seller_box1 img {
    transition: all 4s;
    position: relative;
}

.best_seller1 .best_row1 .best_seller_box1 img:hover {
    transform: scale(1.2);
}
.haridwar_bg{
    background-image: url("../images/packages/haridwar.jpg");
    background-size: cover;
    position: relative;
    padding: 200px;
    z-index: 1;
}
.haridwar_bg::after{
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: -1;
}
.box_card_new{
    box-shadow: 6px 4px 10px;
}

.chakrata_bg{
        background-image: url("../images/packages/chakrata.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .haridwar_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.5;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }
    .harsil_bg{
        background-image: url("../images/packages/harsil.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .harsil_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.5;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }

    .flower_bg{
        background-image: url("../images/packages/f3.webp");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .flower_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }

    .auti_bg{
        background-image: url("../images/packages/auli.jfif");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .auti_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }
    .nainital_bg{
        background-image: url("../images/packages/nainital.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .nainital_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }
    .tihri_bg{
        background-image: url("../images/packages/Tehri\ dam.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .tihri_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }
    .danaulti_bg{
        background-image: url("../images/packages/dharali.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .danaulti_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }

    .sattal_bg{
        background-image: url("../images/packages/Sattal.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .sattal_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }

    .mussoorie_bg{
        background-image: url("../images/packages/mussooriebg.webp");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .mussoorie_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }
    .rajaji_bg{
        background-image: url("../images/packages/rajaji.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .rajaji_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }
    .rishikesh_bg{
        background-image: url("../images/packages/rishikesh.jpg");
        background-size: cover;
        position: relative;
        padding: 200px;
        z-index: 1;
    }

    .rishikesh_bg::after{
      position: absolute;
      content: "";
      background-color: #000;
      opacity: 0.2;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      z-index: -1;
    }



