
/* utility classes  */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}

.innerbanner{
width: 100%;
float: left;
margin-bottom: 10px;
}
.innerbanner img{
    width: 100%;
    float: left;
   
    }
.termbox{
    width: 100%;
    float: left;
    margin-bottom: 20px;

}
.termbox h1{
    width: 100%;
    float: left;
    font-size: 35px;
    font-weight: 600px;
    margin: 10px 0px 10px 0px;

    
}
.termbox p{
    width: 100%;
    float: left !important;
    font-size: 16px;
    font-weight:400px;
    line-height: 30px;
    color: #000000;
    margin: 0px !important;
    
}
.termbox ul li{
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight:400px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    color: #000000;

    
}

button{
    cursor: pointer;
}

/* Utility Classes  */
h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;
}
h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}
h4{
    font-size: 20px;
    color: #222;
}
h6{
    font-weight: 800;
    line-height: 80px;
    font-size: 12px;
}

p{
    font-size: 16px;
    /* color: #465b52; */
    color: var(--bg-color);
    margin: 15px 0 0 20px;
}

body{
    width: 100%;
    overflow-x: hidden;
}
.clr{
    clear: both;
}
.mheading {
    font-size: 30px;
  }

:root {
    --rclr:#FE0000;
    --ylwcolor: #FFF600;
    --mcolor: #FF4838;
    --bgclr: #2E373C ;
    --wcolor: #ffffff;
    --bcolor: #000000;
  }



  /* top header css  */

  #h-top{
    background-color: var(--bgclr);
    width: 100%;
    padding: 13px;
    

  }

  #h-top .container,
  #nav .container, 
  #footer .container{
    display: flex;
    justify-content: space-between;

  }
  .c-info span:last-child{
  margin-left: 25px;
  color: var(--wcolor);
  }
  .c-info span,
   .c-info span a{
    color: var(--wcolor);
    text-decoration: none;
  }

  /* fonts css  */
  .t-icons{
    margin-left: 10px;

  }
  .t-icons i{
    color: white;
    margin-left: 18px;
    transition: 0.3s ease-in-out;
  }
  .t-icons i:hover{
    color: var(--mcolor);
    cursor: pointer;
  }

  #nav{
    background-color: var(--wcolor);
    padding:15px ;
  }
#nav h2:nth-child(1){
    color: var(--rclr);
    font-weight: 800;
    margin-top: 7px;
    
}
#nav h2:last-child i{
    background-color: var(--rclr);
    border-radius: 50%;
    padding: 7px;
    color: var(--wcolor);
}
#nav h2:last-child{
    font-weight: 700;
}

#nav h2 span{
    background-color: var(--ylwcolor);
    color: var(--bcolor);
    padding: 0 6px;
    font-weight: 800;
    
}
.whatsapp-float{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 30px;
    z-index: 9900;
    }
    .whatsapp-float img{
    width: 45px;
    height: 45px;
    margin-left: 1px;
    margin-top: -15px;
    }
    .call-icon{
        position: fixed;
        bottom: 40px;
        left: 20px;
        z-index: 999;
    }

/* banner section start from here  */
.himachal{
    background-image: url("../img/himachalslider.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.jim{
    background-image: url("../img/slider6.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.uttra{
    background-image: url("../img/slider5.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.dham{
    background-image: url("../img/slider4.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.kerala{
    background-image: url("../img/UTTRAKHAND/KERLA-BANNER.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.goabanner{
    background-image: url("../img/slider3.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.himachalbanner{
    background-image: url("../img/slider2.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.rajbanner{
    background-image: url("../img/rajbanner.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
.kashmir{
    background-image: url("../img/slider.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative; 
}
#banner{
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
}

#banner #form{
    margin-top: 12%;
}
#parallax #form{
    margin: 35px 0;
}
form{
   border: 5px solid var(--wcolor);
    
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
   
}
.form-header{
    margin-top: 20px;
}
.form-header h2, .form-header p{
    background-color: var(--ylwcolor);
    margin: 0;
}

.form-box{
    width: 100%;
    padding:20px 10px 10px 10px;
   
    
}

.form-box input{
    display: block;
    width: 100%;
    height: 45px;
    border: none;
   margin-bottom: 10px;
    border-radius: 12px;
    outline: none;
    padding-left: 26px;
}
/* input[type="text"]::placeholder ,
input [type="email"]::placeholder{
                 
  
    position: relative;
    left: 12px;
    align-items: center;
} */

.form-box textarea{
    display: block;
    width: 100%;
    height: 90px;
    border: none;
    margin-bottom: 10px;
    outline: none;
    border-radius: 12px;
    padding-left: 26px;
    padding-top: 25px;
}

.form-box button{
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    margin-bottom: 10px;
    border-radius: 12px;
    background-color: var(--ylwcolor);
    margin-bottom: 15px;
    transition: 0.3s;
}
.form-box button:hover{
    color: white;
    background-color: var(--mcolor);
}

#why .why-box{
    position: relative;
    height: 300px;
    background-color: #fff;
    overflow: hidden;
}
#why .why-box img{
    width: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    cursor: pointer;

}

#why .why-box h4{
    text-align: center;
    font-size: 1.2rem;
}

/* #why .icon-box{
    background-color: var(--mcolor);
    text-align: center;
    border-radius: 50%;
    position: relative;
    left: 35%;
    bottom: 16%;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
} */

#why .why-box:hover img{
  transform: scale(1.1);
}

#tours .tour-box {
    background-color: var(--wcolor);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
   margin-bottom: 25px;
}
.tour-box ul li{
    line-height: 30px;
    padding: 0 0 0 5px;
    font-size: 14px;
    
}
#tours .tour-box h4, .loc{
   padding: 0px 19px;
   font-size: 17px;
   font-weight: 600;
}
#tours .tour-box:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }

#tours .tour-box img{
    width: 100%;
}

.tour-end{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}

#tours {
    margin-bottom: 22px;
}


/* tour css  */

.trapezoid {
	border-bottom: 50px solid var(--mcolor);
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 220px;
    position: relative;
    bottom: 28px;
    left: 25px;
    color: white;
   
}  
.trapezoid h6{
    place-items: center;
    padding: 15px 0 4px 0;
}
.pricing{
    color: #010101;
    font-weight: 600;
}
.pricing span{
    color: var(--mcolor);
    font-weight: 700;
    font-size: 1.1rem;
}

#tours .btn a{
    text-decoration: none;
    border: 1px solid var(--mcolor);
    border-radius: 6px;
    color: var(--mcolor);
    font-weight: 500;
    padding: 7px 10px;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
}
#tours .btn:hover a{
    background-color: var(--mcolor);
    color: var(--wcolor);
}

#tours .pricing {
    float: right;
}

#parallax{
    background-image: url(../img/banner-1.jpg);
    background-attachment: fixed;
    width: 100%;
    /* height: 70vh; */
    margin-bottom: 25px;
}
#parallax .parabox-outer{
display: flex;
justify-content: center;
align-items:start;
flex-wrap: nowrap;

}
 #parallax   .para-box{
     width: 100%;
     text-align: center;
    border: 1px solid var(--mcolor);
    padding: 30px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.6);
   
}
.para-box img{
    width: 65px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;

}
.para-box h1{
    width: 100%;
    font-size: 35px;
    float: left;
    color: #fbff00;
    text-align: center;
    margin: 0px;
    font-weight: 600;
  

}
.clr{
    clear: both;
}
.para-box h2{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin: 0px; font-weight: 600;
  

}
.para-box span{
    font-size: 1.5rem;
    color: var(--rclr);
}
.para-box b{
    color: black;
    font-size: 1.5rem;
}

/* #parallax .para-box i{
    display: block;
    line-height: 150px;
    font-size: 4rem;
} */

#address .map iframe{
    border: 2px solid var(--bgclr);
}

#address .add-outer{
    background-color: var(--bgclr);
     padding: 45px;
 
}

#address .add-box{
    border: 1px solid var(--mcolor);
    width: 100%;
    height: 100%;
    padding: 45px;
    
}

#address .add-box .add-info{
   text-align: center;
  
    
}
.add-info a{
display: block;
color: var(--wcolor);
text-decoration: none;
transition: 0.3s ease-in-out;

}
.add-info a:hover{
    color: var(--mcolor);
}


#address .add-box h6{
    color: var(--wcolor);
    font-weight: 500;
   text-align: center;
    font-size: 1.1rem;
}

#address .add-box  h2{
    color: var(--wcolor);
    text-align: center;
    letter-spacing: 1px;
    font-size: 2.4rem;
    line-height: 45px;
   font-weight: 900;
}
#address .add-box  h2 span{
    color: #FE9C33;
}
#address .add-box p{
    color: #fff;
    text-align: center;
    font-size: 1rem;
   
}
#address .add-box a{
    text-align: center;
}

#footer{
    background-color: var(--bcolor);
    width: 100%;
    padding: 13px;
}
#footer h2{
    color: var(--wcolor);
    font-size: 1.1rem;
    font-weight: 500;
}

#footer .t-icons i{
    border: 2.5px solid var(--wcolor);
    border-radius: 50%;
    padding: 10px;
}


/* popup css  */



#btnOpenForm{
    background-color: red;
    position: fixed;
    right: -40px;
    top: 45%;
    outline: none;
    border: none;
    padding: 0 5px;
    transform: rotate(-90deg);
   -webkit-border-radius: 10px;
   border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;

  font-size: 0.9rem;

  text-align: center;

  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color:#ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #14457b;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}











