/*
	Theme Name: Tashi Tours & Travels
	Description: This Theme is specially designed for Tashi Tours & Travels
	Theme URL: https://www.tashitravels.com
	Author: PINE TECH
	Author URI: https://www.tashitravels.com
	Version: 0.1
	Date: 27/03/2025
	Copyright: (c) 2024 Tashi Tours & Travels
*/

body{
	font-family: "Nunito", sans-serif;
	color: #3c3a3a;
	font-size: 15px;
}


body.admin-bar .fixed-top {
	top: 32px;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: "Playfair Display", sans-serif;
	color: #077ac1; 
}


a{
	color: #077ac1; 
}

a:hover {
	color: #5299c5; 
}


.breadcrumb a{
	color: white;
}

.breadcrumb a:hover {
	color: #0180c5;
}

.breadcrumb .active{
	color: white;
}

.breadcrumb-item::before{
	color: white !important;
} 

.top-bar {
	height: 45px;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.btn-primary {
	background-color: #0180c5;
	border-color: #03639d;
}

.btn-primary:hover {
	background-color: #0493e1;
	border-color: #0871b1;
}

.bg-tashi{
	background-color: #f78f1e;
	color: #fff;
}

.top-nav p {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
}

.bg-dark {
	background-color: #082032 !important;
}

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(0, 29, 35, .60);
	z-index: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	background-color: #001D23;
	border: 12px solid #001D23;
	border-radius: 3rem;
}

.carousel-control-prev, .carousel-control-next {
	width: 15%;
}

.my-section{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.my-inside-section{
	padding-top: 4rem;
	padding-bottom: 4rem;
}


.image-stack {
	position: relative;
	width: 100%;
	z-index: 2; 
}
.image-stack img {
	width: 100%;
	display: block;
	border: 10px; 
}

.image-stack__item--bottom {
	position: absolute;
	right: 10%;
	top: -50%;
	width: 65%;
	z-index: -1; 
}
.image-stack__item--bottom img {
	border: 10px solid #fff; 
}

.image-stack__item--top {
	padding-top: 20px;
	padding-right: 30%;
	width: 70%; 
}
.image-stack__item--top img {
	border: 10px solid #fff;
	-webkit-box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.2); 
}


.navbar .navbar-nav .nav-link {
	margin-right: 30px;
	padding: 25px 0;
	color: #FFFFFF;
	font-weight: 500;
	outline: none;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
	color: #f78f1e;
}



.services {
	background: #F7F7F7;
	position: relative;
	z-index: 1;
	margin-top: -20px;
}


.destination {
	position: relative; 
}

.destination .thumb {
	position: relative;
	border-radius: 5px;
	overflow: hidden; 
}

.destination .thumb:before {
	position: absolute;
	content: "";
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	opacity: .5;
	background: black;
	background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 212, 255, 0)));
	background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
	background: -o-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
	background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 100%); 
}

.destination .price {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	padding: 30px;
	font-size: 20px;
	color: #fff;
	z-index: 2;
}

.destination h3, .destination .h3 {
	font-weight: 700;
}

.destination h3 a, .destination .h3 a {
	color: #075a8d;
	text-decoration: none;
}


.destination a:hover {
	text-decoration: underline;
}

.destination .meta {
	color: #999;
}

.destination-slider-wrap {
	position: relative;
}

.destination-slider-wrap .tns-nav {
	position: absolute;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.destination-slider-wrap .tns-nav button {
	background: none;
	border: none;
	display: inline-block;
	position: relative;
	width: 0px !important;
	height: 7px !important;
	margin: 2px;
}

.destination-slider-wrap .tns-nav button:active, .destination-slider-wrap .tns-nav button:focus, .destination-slider-wrap .tns-nav button:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.destination-slider-wrap .tns-nav button:before {
	display: block;
	width: 9px;
	height: 9px;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	border-radius: 50%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background-color: transparent;
	border: 2px solid #f78f1e;
}

.destination-slider-wrap .tns-nav button:hover:before, .destination-slider-wrap .tns-nav button.tns-nav-active:before {
	background-color: #f78f1e;
}

#destination-controls:active, #destination-controls:focus, #prevnext-testimonial:active, #prevnext-testimonial:focus {
	outline: none;
}

#destination-controls .next, #destination-controls .prev, #prevnext-testimonial .next, #prevnext-testimonial .prev {
	cursor: pointer;
	display: inline-block;
	position: relative;
/*	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;*/
	width: 60px;
	height: 80px;
/*	background-color: #efefef;
	border-radius: 50%;*/
}

#destination-controls .prev, #prevnext-testimonial .prev {
	right: 0;
}

#destination-controls .prev:hover, #prevnext-testimonial .prev:hover {
	color: #fff;
}

#destination-controls .next, #prevnext-testimonial .next {
	left: 0;
}

#destination-controls .next:hover, #prevnext-testimonial .next:hover {
	color: #fff;
}


.custom-accordion .accordion-item {
	margin-bottom: 0px;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-accordion .accordion-item .btn-link {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	background: transparent;
	border: none;
	padding-left: 40px;
	border-radius: 0;
	position: relative;
	-webkit-box-shadow: none !important;
	box-shadow: none !important; 
}

.custom-accordion .accordion-item .btn-link:before {
	font-family: 'fontawesome';
	content: "\f067";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px; 
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
	font-weight: 700;
	color: #fff !important;
	background: #f78f1e; 
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
	font-family: 'fontawesome';
	content: "\f068";
	position: absolute;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px; 
}

.custom-accordion .accordion-item.active {
	z-index: 2; 
}

.custom-accordion .accordion-item.active .btn-link {
	color: #000;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); 
}

.custom-accordion .accordion-item .accordion-body {
	padding: 20px 20px 20px 20px; 
}

.btn.btn-outline-white {
	border-color: #fff;
	color: #fff;
}

.btn.btn-outline-white:hover {
	background-color: #fff;
	color: #f78f1e;
}

.you-tube {
	position: absolute;
	top: 50%;
	left: 46%;
}


.play-button {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	float: left;
}

.play-button .caption {
	font-size: 16px;
}

.play-button .icon-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	display: inline-block;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.play-button .icon-button:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	border-radius: 50%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.play-button .icon-button > span {
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
}

.play-button:hover .icon-button:before {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}


.hero.overlay:before {
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.hero > .container {
	position: relative;
	z-index: 2; 
}

.hero, .hero > .container > .row {
	padding-top: 7rem;
	padding-bottom: 7rem; 
}

.hero {
	background-color: #000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero .heading {
	font-size: 60px;
	color: #fff;
}


footer {
	background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(images/tashi-footer.jpg), #082032;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
}

.footer-top {
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
	padding-top: 20px;
}


@media (max-width: 991.98px) {
	.navbar .navbar-nav {
		margin-top: 10px;
		border-top: 1px solid rgba(0, 0, 0, .07);
		background: #001d23;
	}

	.navbar .navbar-nav .nav-link {
		padding: 10px 0;
	}

	.my-section {
		padding-top: 3rem;
		padding-bottom: 3rem; 
	}

	.tns-nav {
	    margin-bottom: 25px;
	}
}


@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		transition: .5s;
		opacity: 0;
	}

	.navbar .nav-item:hover .dropdown-menu {
		transform: rotateX(0deg);
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}


@media (max-width: 768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.hero, .hero > .container > .row {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .hero .heading {
        font-size: 30px;
    }

    .breadcrumb-item{
    	font-size: 12px;
    }
}


.whatsapp {
	position: fixed;
	bottom: 108px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transition: all 0.3s ease;
}

p.whatsapptext {
	margin: 0;
	margin-bottom: 8px;
	text-align: center;
	background-color: #e1ffe9de;
	border-radius: 15px 5px 15px 5px;
	padding: 7px 7px 5px 7px;
	font-weight: bold;
	line-height: 1.2rem;
	font-size: 1rem;
	position: relative;
	word-wrap: break-word;
	max-width: 200px;
	color: #004303;
}

.whatsappclose {
	width: 100%;
	height: 1.7rem;
}

button.whatsappclose-button {
	padding: 0;
	background-color: #ffffff00;
	font-size: 1.45rem;
	cursor: pointer;
	color: #0000006b;
	transition: all 0.3s ease;
}

button.whatsappclose-button:hover {
	color: #000000;
}	
