@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%, rgba(91,197,28,1) 70%);
    padding: 5px 0px;
}

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

.top_header .social_icons i{
    color: #fff;
    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);
}

/* Index Css */
.tittle{
    font-family: 'Montserrat', sans-serif;
    color: #1f1e1e;
    font-weight: 900;
}
.tittle {
  color: #F40D0D;
}
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;
}

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

/* 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);
}

.char_dham_bg {
  background-image: url("../images/dham/4dham_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  padding: 100px;
  color: #000 !important;
}
@media only screen and (max-width: 600px) {
    .char_dham_bg {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
  }

.char_dham_bg::after{
    content: ""; 
    background-color: #000;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    }
  
.images_border{
    box-shadow: 0px 0px 1px ;
    padding: 20px;
}
p.para {
  text-align: justify;
  font-size: 15px;
}
p {
  font-weight: 100;
  font-size: 15px;
}
.para_heaing {
  position: relative;
  z-index: 1;
}
body {
  overflow-x: hidden;
}
/* 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;
    }
  }