.btn {
	border-radius: 5px;
}

.text-warning {
	color: #ea721f !important;
	font-size: 18px;
	display: inline-block;
	padding-right: 7px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none !important;
	color: #222222 !important;
}

.footer-main a:hover {
	color: #EA721F !important;
	
}

p {
	font-size: 16px;
	color: #222222 !important;
}

.btn-outline-warning {
	color: #EA721F !important;
	border-color: #EA721F !important;
	padding: 10px 35px !important;
	border: 2px solid !important;
}

.btn-outline-warning:hover {
	background-color: #EA721F !important;
	color: #fff !important;
}

.container {
	max-width: 1280px;
}

.newheader {
	background: #f8f8f8;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.b {
	font-weight: 900;
}



.callnow button {
	padding: 12px 30px 12px 27px;
	margin-right: 10px;
}

.callnow button:hover {
	background-color: #ea721f;
	border-color: #ea721f;
}

.callnow i {
	padding-right: 10px;
}

.newheader li.nav-item {
	padding: 0px 12px;
}

.nav-item a {
	color: #222222 !important;
}

.nav-item a:hover {
	color: #ea721f !important;
}

a.nav-link.active {
	color: #ea721f !important;
}

a.nav-link.active:after {
	display: block;
	content: "";
	height: 2px;
	width: 20px;
	background-color: #ef8942;
}

.banner2 {
	background-image: url('../uploads/banner1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 830px;
	padding: 50px 30px;
	margin-top: 92px;
	position: relative;
	display: flex;
	align-items: center;
}

.banner-info {
	display: flex;
	align-items: center;
	padding: 100px 0px;
}

.banner2 h1 {
	font-size: 3vw;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    word-spacing: 10px;
}

/* typer text */

.typewriter span {
    color: var(--text-color);
    text-transform: uppercase;
    padding: 10px;
    border-right: solid var(--text-color) 10px; 
    animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
    from { border-color: var(--text-color); }
    to { border-color: transparent; }
}

@media (max-width: 576px) {
    .typewriter { font-size: 24px; }
}
@media (max-width: 768px) {
    .typewriter { font-size: 36px; }
}




form.form-group.query-form {
	padding: 30px;
	border-radius: 10px;
	background: linear-gradient(199.31deg, rgb(255 250 247 / 79%) 0.75%, rgba(231, 231, 231, 0.73) 97.67%);
	backdrop-filter: blur(6px);
	max-width: 480px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.query-form input[type=submit] {
	background-color: #ea721f;
	border: 0px;
	color: #fff;
}

/* perfect-holiday section */
.perfect-holiday {
	background-color: #F8F8F8;
}

section.perfect-holiday img {
	width: 100%;
}

h2 {
	font-size: 35px !important;
	font-weight: 900 !important;
	line-height: 40px !important;
}

h2.underline:after {
	display: block;
	height: 5px;
	width: 50%;
	background-color: #ea721f;
	content: '';
	border-radius: 10px;
	margin-top: 25px;
}

h2.underline {
	min-height: 110px;
}

.travel-info {
	padding-right: 30px;
}

.travel p{
	text-align: justify;
}


.taj-image {
	padding-left: 30px;
	background-image: url('../uploads/bgm.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.section-spacing {
	padding: 120px 10px;
}

.book-now {
	background-image: url(../uploads/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
}

.book-now h1 {
	font-size: 60px;
	font-weight: 900;
}

.book-now p {
	font-size: 22px;
	font-weight: 600;
	width: 70%;
	margin: auto;
}

.book-now button {
	padding: 15px 40px;
	border-radius: 45px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.63);
	font-weight: bold;
}

.book-now button:hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}

h2.center-title:before,
h2.center-title:after {
	content: '';
	height: 5px;
	width: 70px;
	background-color: orange;
	display: inline-block;
	border-radius: 10px;
	margin: 0px 20px;
	margin-bottom: 9px;
}

.hiking {
	background-color: #000000;
	border-radius: 0px 0px 40px 40px;
	padding: 0px 20px 80px 20px;
}

.hiking-img img {
	width: 100%;
	z-index: 0;
	margin-bottom: -20px;
}

video {
	border-radius: 25px;
}

/* testimonials */
.btn.btn-outline-primary:hover,
.bg-primary {
	background-color: #EA721f !important;
}

.section-medium {
	padding: 55px 0px;
}

.testimonial-four blockquote:hover::after,
.section-arrow-primary-color.section-arrow--bottom-center:after {
	border-right-color: #EA721F;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
	border-right-color: #EA721f;
	border-radius: 5px;
	border: 0px !important;
	-webkit-animation: rotation 3s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

.section-arrow--bottom-center:after {
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	content: "";
	position: absolute;
	bottom: -15px;
	width: 30px;
	height: 30px;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #262626;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: white !important;
}

.section-title {
	font-size: 32px;
	font-weight: 600;
	margin-top: 0.45em;
	margin-bottom: 0.35em;
	color: #303133;
	letter-spacing: -0.02em;
}

.section-sub-title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
	border-bottom-color: #EA721f;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
	background-color: #EA721f;
}

.special-heading.line span:before,
.special-heading.line span:after,
.footer.footer-minimal,
.t-bordered {
	border-top-color: #eaeaea;
}

.t-bordered {
	border-top: 1px solid #eaeaea;
}

.section-primary {
	padding: 75px 0px;
}

section {
	position: relative;
}

.newsletter {
	background: #ffffff;
	box-shadow: 0px 16px 50px rgb(231 114 33 / 8%);
	border-radius: 24px;
	padding: 30px 50px;
	z-index: 3;
	position: relative;
}

.footer-main {
	background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
	margin-top: -110px;
	padding-top: 130px !important;
}

.bottom-footer {
	background-color: #EA721F;
	color: #fff;
}

.inta-img .col-6 {
	padding: 5px;
}

.company-info i {
	font-size: 20px;
	color: #222222;
	padding: 10px;
}

.company-info i:hover {
	color: #ea721f;
}

/* progress bar */
.progress-bar {
	background-color: #ff9c56 !important;
	height: 4px;
	width: 0%;
	border-radius: 5px;
}

.titleimg a {
	padding: 0px 10px 0px 5px;
	font-size: 20px;
}

.titleimg a i {
	font-size: 16px;
	padding-right: 5px;
}

.perfect-img-short {
	color: #fff;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	width: 100%;
}

.wide-box {
	height: 452px;
}

.short-box {
	height: 322px;
}

.short-box-2 {
	height: 297px;
}

.long-box {
	height: 640px;
}

.himatchal {
	background-image: url(../uploads/trip1.png);
}

.leh {
	background-image: url(../uploads/trip03.png);
}

.uttarakhand {
	background-image: url(../uploads/trip02.png);
}

.north {
	background-image: url(../uploads/trip04.png);
}

.rajasthan {
	background-image: url(../uploads/trip6.png);
}

.delhi {
	background-image: url(../uploads/trip5.png);
}

/* flipbox */
.flip-box {
	background-color: transparent;
	width: 100%;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
	border-radius: 15px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 15px;
}

.flip-box-front {
	/* background-color: red; */
	color: #fff;
	text-shadow: 1px 1px 3px #200000;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.flip-box-back {
	color: #fff;
	transform: rotateY(180deg);
	padding: 10px;
	text-shadow: 1px 1px 3px #690000;
	background-image: linear-gradient(315deg, #ffab34 0%, #ffc443 74%);
}

.flip-box-back p {
	font-size: 15px;
	color: #ffffff !important;
	font-weight: 600;
	padding: 30px 20px;
	text-shadow: none;
	background-color: #5a000030;
	border-radius: 10px;
	margin-top: 20px;
}

.move {
	transition: 2s linear;
}

.cards {
	padding: 15px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}

.cards:hover {
	background-color: #f7f7f7;
}

/* testimonial */
.white-heading {
	color: #ffffff;
}

.heading:after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 40px;
	width: 180px;
	border-radius: 4px;
	transform: translateX(-50%);
	background: url(img/heading-line.png);
	background-repeat: no-repeat;
	background-position: center;
}

.white-heading:after {
	background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
	background-repeat: no-repeat;
	background-position: center;
}

.videoimg {
	background-color: rgb(255, 255, 255);
	padding: 0px;
	margin-top: 30px;
}

/* video banner */
.videobanner {
	position: relative;
	width: 100%;
	height: 55vh;
	overflow: hidden;
}

.videobanner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.videobanner h2 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	font-size: 28vw;
	text-align: center;
	-webkit-animation: anim-text-color 16s infinite linear;
	animation: anim-text-color 16s infinite linear;
	text-transform: uppercase;
	background-color: #ffffff;
	mix-blend-mode: screen;
}

.we-best {
	padding-top: 50px;
}

/* testimonial */
.section-padding {
	padding: 80px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 60px;
}

.section-borders span {
	height: 5px;
	background: #ffa500;
	width: 40px;
	display: inline-block;
	border-radius: 2px;
}

.section-borders span.black-border {
	background: #333;
	width: 30px;
	margin: 0 6px;
}

.client-testimonial-carousel .owl-dots button {
	height: 5px;
	background: #ffa500 !important;
	width: 20px;
	display: inline-block;
	margin: 5px;
	transition: .2s;
	border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
	background: #2e2e2e !important;
	width: 30px;
}

.client-testimonial-carousel .owl-dots {
	text-align: center;
	margin-top: 25px
}

.single-testimonial-item {
	position: relative;
	box-shadow: 0 0 2px #c1c1c1;
	margin: 2px;
	padding: 20px;
	font-style: italic;
	padding-left: 85px;
	border-radius: 10px;
	background-color: #41464b0f;
}

.single-testimonial-item:before {
	font-family: "Font Awesome 5 Free";
	content: "\f10e";
	font-weight: 900;
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 20px;
	color: #ffa500;
	line-height: 30px;
	margin-top: -15px;
}

.single-testimonial-item:after {
	background: #ddd;
	content: "";
	height: 70%;
	left: 60px;
	position: absolute;
	top: 10%;
	width: 1px;
}

.single-testimonial-item h3 {
	font-size: 20px;
	font-style: normal;
	margin-bottom: 0;
}

.single-testimonial-item h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

.single-testimonial-item img {
	height: 50px;
	width: 50px !important;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
}

.owl-carousel .bi-star-fill::before {
	content: "\f586 \f586 \f586 \f586 \f586";
	color: #ff9900;
	letter-spacing: 4px;
}

.heading span {
	font-size: 18px;
	display: block;
	font-weight: 500;
}

.white-heading span {
	color: #ffffff;
}

section.best-place.section-spacing img {
	max-height: 482px;
}
.footernew h6 {
    font-size: 18px;
    font-weight: 900 !important;
}




@media only screen and (min-width: 1800px) {
	.hiking-img img{
		margin-bottom: -45px;
	}
}

@media only screen and (min-width: 2000px) {
	.hiking-img img{
		margin-bottom: -120px;
	}
}



@media only screen and (max-width: 1024px) {
	.callnow button {
		padding: 8px 12px;
		margin-right: 10px;
	/*	margin-top: 6px; */
	}

	.newheader li.nav-item {
		padding: 0px 8px;
	}

	button.navbar-toggler {
		margin-top: 5px;
	}

	.banner-info {
		justify-content: center;
	}

	.banner-info {
		padding: 30px 0px;
	}

	.banner2 h1 {
		font-size: 5vw;
	}

	.hiking {
		padding: 20px 20px 20px 20px;
	}

	/* a.nav-link.active:after{
display: none;
} */
	.book-now h1 {
		font-size: 35px;
		font-weight: 900;
	}

	section.travel {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 991px) {
	div#navbarNav {
		position: fixed;
		top: 100px;
		background-color: #fff;
		/* min-width: 200px; */
		right: 10px;
		border-radius: 10px;
		box-shadow: 0px 0px 5px #d9d9d9;
		text-align: left;
		padding: 13px;
		width:95.5%;
	}
}

@media only screen and (max-width: 768px) {
    .btn.bg-dark.text-light.call-now-btn {
  max-height: 43px; 
  overflow: hidden;
  line-height: 27px;
}
    
    
	section.best-place {
		padding: 90px 0px 20px;
	}

	.hiking {
		padding: 50px 20px 20px 20px;
	}

	.banner2 h1 {
		font-size: 7vw;
	}

	.banner2 {
		padding: 50px 10px;
	}

	h2.center-title:before,
	h2.center-title:after {
		content: '';
		height: 4px;
		width: 70px;
		background-color: orange;
		display: block;
		border-radius: 10px;
		margin: auto;
	}
}

@media only screen and (max-width: 540px) {
	h2 {
		font-size: 22px !important;
	}

	.banner2 h1 {
		font-size: 9vw;
	}

	.flip-box-back p {
		font-size: 10px;
		padding: 20px 10px;
	}

	.flip-box-back button {
		display: none;
	}

	.flip-box-back h5,
	.flip-box-front h5 {
		font-size: 1rem !important;
	}
}