@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-color: #af0606;
}

.icon_head {
    color: white;
}

.navbar-expand-lg {
    background-color: #af0606;

}

.top_header p {
    font-size: 13px !important;
}

.top_header i {
    font-size: 13px !important;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    margin-left: 15px;
    font-weight: 500;
    color: white;
}

#carouselExampleCaptions .carousel-item{
    transition: all 0.4s;
}

.navbar-toggler {
    margin-left: 520px
}
.dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
    
.logo {
    margin: 0px;
    font-size: 50px;
    color: #af0606;
    font-weight: 900;
    font-family: initial;

    display: flex;
    justify-content: center;
}

.features_box {
    padding: 10px;
    margin: 10px;
    border: 1px solid black;
    border-radius: 4px;
    background-color: #bc4903;

}

.features_box i {
    color: white !important
}

.txt{
    margin-bottom: 20px;
    color: #af0606 !important;
    font-size: 45px;
}

.rental_bg {
    background-color: #e7e7e7;
}

.rental_details {
    background-color: #fff;
    padding: 10px;
    border: 1px;
    border: 3px solid #1219b6;
}

.bg-choose {
    background-color: #e7e7e7;
    padding: 60px 130px;
    text-align: center;
}

.why_choose {
    display: flex;
    justify-content: center;
    font-size: 35px;
    color: #bc4903 !important;
    font-weight: 900 !important;
}

.box_tb img{
    padding: 10px;
}

.border_box{
    border-left:4px solid #af0606;
    border-right:4px solid #af0606;
    border-top:4px solid #af0606;
}

.border_box2{
    background: #e7e7e7;
}

.list_main{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 20px;
}

.list_main li{
    color: #af0606;
}

.border_box2 .heading{
    margin: 0px !important;
    font-size: 15px !important;
}

.border_box2 button{
    width: 100%;
    background: #000;
    margin: 0px;
    color: #fff;
}

.border_box2 button a{
    color: #fff;
}

.heading {
    background-color:#af0606 ;
    color: white;
    display: flex;
    font-size: 18px;
    padding: 10px 0px;
    justify-content: center;
}

.navbar-nav {

    padding: 10px;
    background-color: #af0606;
    margin-left: 150px;

}

.about_btn {
    padding: 5px 2rem;
    border: none;
    border-radius: 5px;
    position: relative;
    background-color: #af0606;
    color: white;

}

.about_btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2066f4;
    transition: all 0.5s;
    border-radius: 5px;
}

.about_btn span {
    position: relative;
    z-index: 1;
    color: white;
}

.about_btn:hover:after {
    position: absolute;
    width: 100%;
    transition: all 0.5s;
}

.main_container {
    position: relative;
    width: 100%;

}

.image_index {
    display: block;
    width: 100%;
    height: 250px;
    border: 1px solid gray;
    border-radius: 10px;

}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000006e;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    opacity: 1;
}

.main_container:hover .overlay {
    height: 100%;
    width: 100%;
}

.overlay h4 {
    width: 100%;
    margin-top: 30%;
    color: #e7e7e7;
    position: absolute;
    text-align: center;
    transition: all 0.5s;
    z-index: 20;
    position: relative;
}




/* footer css */
.footer_conatiner {
    background-color: #e7e7e7;

}

.txt3{
    background: #af0606;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
}

.logo_footer {
    color: #af0606;
}

.cstm_color {
    color: #000000;
}

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

.footer_list li a i {
    color: #af0606;
}

.footer_list li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: all 0.4s;
    font-size: 18px;
}

.footer_list li a:hover {
    padding-left: 10px;
}

.footer_sub {
    background-color: #af0606;
    color: white;
}

/* whatsaap/call */
.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 {
    50% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    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 #327ff3;
    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;
}

/* pages css */
.para {
    text-align: justify;
    letter-spacing: normal;

}

.para b {
    font-family: system-ui;
    color: #af0606;
    font-size: 25px;

}

.contact_icon i {
    font-size: 20px;
    color: #af0606;
}

.contact_icon p {
    font-size: 20px;
}


.about_section .about_image {
    position: relative;
}

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

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

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

.heading_about {
    color: #af0606;
    font-family: sans-serif;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2rem !important;
}

.vision {
    background-color: #f6f6f6;
    padding: 40px;
    margin-top: 10px !important;
}

.bg_sarvice {
    background-color: white;
    padding: 90px;
    margin-top: -200px;
    position: relative;
    border-radius: 10px;

}

.char_dham {
    box-shadow: 0px 1px 1px 0px;
}

.char_dham1 {
    border-radius: 50%;
}

.marquee_bg {
    background-color: #af0606;
}

.about_uttrakhand {
    background-image: url(../image/gallery/do_dham.jpg);
    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;
    color: white;


}

.about_uttrakhand::before {
    background-color: black;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;

}

.online_booking {
    border: 2px solid #af0606;
    padding: 20px;
    margin: 20px;
    font-size: 40px;
    color: #af0606
}

.easy_to {
    position: relative;

}

.easy_to_before:before {
    top: 0;
    content: "_______";
    position: absolute;
    color: #af0606;
    font-size: 40px;


}

.package1 {
    border: 3px solid lightslategray;
    margin-bottom: 30px 0px 40px 0px;
    padding: 30px;
    background-color: #4193b3;
    border-radius: 10px;
}

.btn_service {
    padding: 10px;
    color: white;
    background-color: #af0606;
    display: flex;
    justify-content: center;

}

a {
    text-decoration: none;
}

.themes {
    background-color: white;
    border-radius: 4px;
}

.tour {
    font-size: 18px;
    line-height: 3rem;

}

.tour li {
    list-style: none;
}

.holiday_heading {
    background-color: #06546a6c;
    margin-top: -30px;
    color: white;
    display: flex;
    justify-content: center;
    font-weight: 800;
    z-index: 1;
    position: relative;

}

.box_over img{
    width: 100%;
}

.box_over{
    overflow: hidden !important;
}

.new_heading{
    background-color: #af0606;
    margin-top: -25px;
    color: white;
    display: flex;
    justify-content: center;
    font-weight: 800;
    position: relative;
    font-size: 14px;
    padding: 5px 0px;
}

.umrah_img {
    border-radius: 10px;
}

.honymoon_img{
    background-image: url(../image/packages/h1.jpeg);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.mathura_tour{
    background-image: url(../image/mathura.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.goa_tour{
    background-image: url(../image/goa.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.south_india{
    background-image: url(../image/south_india.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.shimla{
    background-image: url(../image/shimla.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.leh{
    background-image: url(../image/leh.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.mussorie_tour{
    background-image: url(../image/mussorie.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.neelkhant_tour{
    background-image: url(../image/neelkhant.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.nanital{
    background-image: url(../image/nanital.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.adv{
    background-image: url(../image/rafting.png);
    position: relative;
    padding: 150px;
    background-size: cover;
}

.best_text{
    background: #fff;
}

.best_text h3{
    margin: 0px;
}

body {
    background-color: #f5f6f7;
}

.best_seller {
    background-color: #e7e7e7;
}

.txt2{
    font-size: 20px !important;
}

.best_text {
    display: flex;
    background: #af0606;
    justify-content: center;
    padding: 5px 0px 0px;
}

.best_text h3{
    margin: 0px !important;
    color: #fff;
    font-size: 23px !important;
}

.best_seller_box{
    background: #af0606;
    padding: 6px;
}

.cstm_fonts{
    color: #000;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.cstm_btn a{
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border: none;
    border-radius: 0px;
}

body{
    width: 100%;
    overflow-x: hidden;
}


@media (max-width:991px) {
    .top_header{
        display: none !important;
    }
    .bg-choose {
        padding: 0px !important;
    }
}

@media (max-width:500px) {
    .logo{
        font-size: 25px !important;
    }
}