@charset "utf-8";

/* CSS Document */
 /*header and banner start here */
 
 body{
	 font-family: 'Roboto', sans-serif;
	 font-weight:normal;
}

.footer {
    background-color:#202020;
    color:#ababab;
    padding-top:20px;
    padding-bottom:20px;
}

.copy-footer {
    background-color: #181818;
    color: #838383;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .footer-nav ul li {
    position: relative;
    line-height: 25px;
}

.top-section{
	display:none;}



.footer .footer-nav ul li a {
    color: #ababab;
}

.footer .footer-nav h4 {
    color:#fff;
    font-weight:300;
    margin-bottom:10px;
}

.footer .footer-nav p{
	margin-bottom:0px;}

.copy-footer p{
	margin-bottom:0px;
	}


.navbar-brand img{
	width:145px;}
 
.modal-body h2{
	font-size:20px;
	text-align:center;}
	
.packdetails .packselect .text-white a, .packdetails .packselect .text-white button{
	padding: 10px 24px !important;
    margin: 8px 4px ! important;
    font-size: 12px;
	}
.packdetails h4{
	font-size: 15px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-transform: uppercase;}		
	
	
.package-section{
	background:#edf3ff;
	padding:100px 0px;}	
	
 
 .whatsapp-color{
	 background:linear-gradient(153deg, #50fe26 0%, #27bf24 100%);
	  outline: 1px dashed #fff !important;
	border:none !important;
    outline-offset: -5px !important;}
	  
 .navbar-expand-lg .navbar-nav{
	 margin-left:59%;}
 
 .top-header{
	 background:#fff;}
	 
img{
	width:100%;}

.navbar-light .navbar-nav .nav-link{
	color: #000 !important;
    font-weight: 400;
    font-size: 17px;}	
.navbar-light .navbar-nav .nav-link .fa{
	margin-right:5px;}
		 
 
 
  #intro {
        background-image:url(../img/kashmir.jpg);
		padding:250px 0px;
        
      }
	  
.modal-header{
	display:inline-table !important;
	padding:0px 0px !important;}	  
	  
.info-modal{
	display:block;
	width:100%;
	position:relative}	 
.info-modal .tour-modal .image-modal{
	    height: 200px;
    background-size: cover;
    background-position: center;}
	
.btn-close, .btn-close:hover{
	position: absolute;
    top: 0px;
    right: 0px;
    background-color:#fff !important;
    border-radius:50% !important;
	opacity:100 !important;
	}
	

.form-control {
    margin: 10px 0px;
    font-size: 12px ! important;
    /* color: #0000; */
    padding: 10px ! important;
}	

.modal-body .btn-success{
	background-color: #ff9800 !important;
    outline: 1px dashed #fff !important;
    border: none;
    outline-offset: -5px !important;
    width: 50%;
    padding: 13px;
    margin-left: 25%;
	font-size:17px;
	line-height:17px;
	letter-spacing:1px;}

.card-content{
	position: absolute;
    bottom: 0px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 20px;
    z-index: 1;
    background: transparent;
    width: 100%;
    height: auto;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
    text-align: center;
	}
	
.modal-title{
	color:white;
	padding:10px 20px;
	text-align: center;
    text-shadow: 2px 2px 4px #000000;
    font-size: 25px;
	}				 
	  
	 .mask h1{
		 text-transform:uppercase;
		 font-size:41px;
		 font-weight:700;} 
			 .mask h5{
	 width: 50%;
    text-align: center;
    margin-left: 25%;
    font-size: 24px;
    font-weight: normal;
    line-height: 29px;
			 }
			 
.card-body{
	text-align:left;
	padding:10px !important;}	
.card-body p{
	margin-bottom: 5px !important;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 17px;
}
	 
.card .bg-image .price {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    font-size: 1.7rem;
    background-color: rgba(21,37,92,0.8);
    font-weight: 600;
    padding: 0.6rem 1rem;
    line-height: 1.1;
    text-align: right;
    font-size:19px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
} 

.package-section .package-section-heading{
	font-size: 30px;
    line-height: 37px;
    margin-bottom: 0px;
	letter-spacing: 1px;
	color:#000;}
	
.package-section .package-section-heading span{
		color:red;}
	
.package-section .package-section-p{
    font-size: 30px;
    color: #777;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 12px;
	margin-bottom:20px;}
	
.package-section .card{
	margin:20px 0px;}	
	  	  
	  
 

      /* Height for devices larger than 576px */
      @media (min-width: 992px) {
        #intro {
          margin-top: -16.59px;
        }
      }


@media (max-width: 500px) {
       .navbar-expand-lg .navbar-nav {
    margin-left:0%;
      }

.mask h5 {
    width: 90%;
    text-align: center;
    margin-left: 5%;
    font-size:16px;
    line-height:22px;
}

.mask h1 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}
#intro {
    padding: 141px 0px;
}

.packdetails .packselect .text-white a, .packdetails .packselect .text-white button {
    padding: 8px 12px !important;
    margin: 8px 4px ! important;
    font-size: 12px;
}

#intro .text-white a, #intro .text-white button {
    padding: 8px 12px !important;
    margin: 8px 4px ! important;
    font-size: 12px;
}
.modal-body .btn-success{
	width: 70%;
    margin-left: 15%;}
	
.info-modal .tour-modal .image-modal{
	    height:150px;}	
		
		
.package-section .package-section-heading {
    font-size: 25px;
    line-height: 29px;}
	
.package-section {
    padding:50px 0px;
}			
		
	.package-section .package-section-p {
    font-size: 20px;
    color: #777;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 20px;
}	
	  
}

 
 
 /*header and banner here end here */


	
	
	