/*=====owl carousel=====*/
.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav button {
    color: var(--tts-buttton-txt);
    font-size: 20px;
    margin: 0;
    margin-top: -10px;
    padding: 0;
    background: var(--bg-white) !important;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    /* box-shadow: 0 3px 24px rgb(0 0 0 / 10%); */
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .5s ease-in-out;
    border: 1px solid #dfdfdf !important;
}

.owl-theme .owl-nav .owl-prev {
    left: -25px;
}

.owl-theme .owl-nav .owl-next {
    right: -25px;
}

.owl-theme .owl-nav button:hover {
    background: var(--tts-buttton-bg) !important;
    color: var(--tts-buttton-txt);
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot.active span {
    background: var(--tts-buttton-bg);
}

.owl-dots .owl-dot span {
    background: 0 0;
    margin: 5px;
    border: 2px solid var(--tts-buttton-bg);
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all .5s ease-in-out;
}

/*offer*/
.offer-area {
    position: relative
}

.offer-item {
    position: relative;
    display: block;
}

.offer-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(13, 35, 62, .35);
    border-radius: 15px;
    left: 0;
    top: 0
}

.offer-img {
    height: 220px;
    overflow: hidden;
    border-radius: 15px;

}

.offer-img img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}

.offer-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(13, 35, 62, .35);
    border-radius: 15px;
}

.offer-content h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600
}

.offer-content h3 span {
    color: #f96768;
    font-weight: 700
}

.offer-content p {
    color: #fff;
    margin: 0px 0
}

.offer-content .theme-btn {
    margin-top: 10px
}

.offer-item:hover .offer-img img {
    transform: scale(1.1);
}

@media all and (max-width: 991px) {
    .offer-item {
        margin-bottom: 25px
    }
}

@media all and (max-width: 767px) {
    .offer-content {
        padding: 15px
    }

    .offer-img img {
        height: 310px
    }

    .offer-content h3 {
        font-size: 25px
    }
}

/*routes*/
.popular_destination .routes_box {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #eae8e8;
    cursor: pointer;
    display: block;
    transition: all .5s ease;
    height: 100%;
}

.popular_destination .routes_box:hover {
    box-shadow: var(--box-shadow);
}

.popular_destination .routes_box .origin_destination {
    width: 100%;
    padding-left: 12px;
    border-left: 2px solid #dbe3ef;
    position: relative;
}

.popular_destination .routes_box .origin_destination:before {
    content: " ";
    position: absolute;
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    top: 0;
    left: -4px;
}

.popular_destination .routes_box .origin_destination div {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #333;
    height: 16px;
    font-weight: 500;
}

.popular_destination .routes_box .origin_destination .time {

    font-weight: 400;
    font-size: 14px;
    width: 100%;
}

.popular_destination .routes_box .origin_destination:after {
    content: " ";
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -4px;
}

.popular_destination .routes_box .price_go {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-left: 14px;
    align-items: flex-end;
}

.popular_destination .routes_box .price_go .low-price {
    font-size: 18px;
    color: #000000;
    text-align: left;
    display: block;
    font-weight: 500;
    line-height: 20px;
}

.popular_destination .routes_box .price_go p {
    width: 100%;
    font-size: 14px;
    color: #666;
    display: flex;
}

.popular_destination .routes_box .price_go .low-price span {
    width: 100%;
    font-weight: 400;
    display: block;
}

.popular_destination .routes_box .price_go p span {
    color: #999;
    font-size: 12px;
    display: contents;
}

.popular_destination .routes_box .price_go .low-price .rs {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    display: inline;
    float: left;
    width: 15px;
}

/*Trending Hotels*/
.hotel-item {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #dfdfdf;
    transition: all 0.5s ease-in-out;
}

.hotel-slider .hotel-item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none;
}

.hotel-slider .hotel-item:hover {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.hotel-img {
    border-radius: 12px;
    position: relative;
    height: 180px;
}

.hotel-img img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
}

.hotel-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--tts-buttton-bg);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}

.hotel-content {
    padding: 20px 15px 10px;
}

.hotel-content h4 {
    font-size: 20px;
}

.hotel-content h4 a {
    color: #212121;
    display: inline-block;
}

.hotel-content p {
    margin: 8px 0;
    color: #212121;
    font-weight: 500;
}

.hotel-rate .badge {
    background: #ffa903;
    font-size: 13px;
    width: 100px;
}

.hotel-rate-type {
    color: var(--tts-buttton-bg);
    font-weight: 500;
    margin: 0 5px;
}

.hotel-rate-review {
    color: #212121;
    font-weight: 500;
}

.hotel-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-top: 20px;
    padding-top: 13px;
}

.hotel-price-amount {
    color: var(--tts-buttton-bg);
    font-weight: 700;
    font-size: 19px;
}

.hotel-price-type {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.hotel-text-btn a {
    color: #212121;
    font-weight: 500;
}

.hotel-text-btn a i {
    font-size: 14px;
}

.hotel-text-btn a:hover {
    color: var(--tts-buttton-bg);
}


/*===visa====*/
.countries-visa .card {
    cursor: pointer;
    margin: 10px;
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #2a2626;
    border: none;
}

.countries-visa .card .cardbanner {
    height: 183px;
    border: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    filter: brightness(0.8);
}

.countries-visa .card .imgwrapper {
    left: -10px;
    position: absolute;
    top: -10px;
    border-radius: 50%;
}

.countries-visa .card .imgwrapper img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.countries-visa .card .country-card {
    padding: 10px 20px;
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.countryBox {
    margin: 10px 0 15px;
}

.countryName,
.price {
    font-weight: 600;
    font-size: 20px;
}

.countries-visa .card .countryName a {
    color: #fff;
}

.rupayBox {
    font-size: 12px;
}

/*===why choose us====*/
.feature-area {
    position: relative
}

.feature-item {
    padding: 10px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
    transition: all .5s ease-in-out
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--tts-buttton-bg);
    font-size: 40px;
    margin: 0 auto 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.feature-icon::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 2px dashed var(--tts-buttton-bg)
}

.feature-icon img {
    filter: brightness(0) invert(1);
    width: 50px;
    height: 50px;
}

.feature-title {
    color: #212121;
    margin-bottom: 10px
}

@media all and (max-width: 991px) {
    .feature-item {
        margin-bottom: 25px
    }
}


/*===holidaytheme====*/
.theme-item {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    transition: all .5s ease-in-out;
}

.theme-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(13, 35, 62, .65);
    border-radius: 15px;
    left: 0;
    top: 0;
}

.theme-item .theme-img {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.theme-item .theme-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: unset;
    border-radius: 15px;
    filter: brightness(0.8);
    transition: all .3s ease-out 0s;
}

.theme-item:hover .theme-img img {
    transform: scale(1.1);
}

.theme-item .theme-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.theme-item .theme-content img {
    width: 100px;
}

.theme-item .theme-content .filenameicon {
    width: 50px;
    height: 50px;
}

.theme-item .theme-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.theme-item .theme-content h3 span {
    color: #f96768;
    font-weight: 700;
}

.theme-item .theme-content p {
    color: #fff;
    margin: 0px 0;
}

/*====destinations====*/
.destination-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    display: block;
    color: #212121;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.destination-item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #dfdfdf;
}

.destination-item:hover {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.destination-img {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.destination-img img {
    border-radius: 12px 12px 0 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.destination-item:hover .destination-img img {
    transform: scale(1.1);
}

.destination-content {
    padding: 20px 15px 10px;
}

.destination-content .destination-title {
    font-size: 17px;
}

.destination-content p {
    margin: 0px 0 0 0;
    color: var(--tts-buttton-bg);
    font-weight: 700;
    font-size: 20px;
}

.destination-content p span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #212121;
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-item {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 15px;
    transition: all .5s ease-in-out
}

.blog-item-img {
    overflow: hidden;
    border-radius: 15px;
    height: 250px;
    display: block;
}

.blog-item-img img {
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    height: 100%;
    width: 100%;
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.1)
}

.blog-item-meta ul {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e8eb
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: #212121;
}

.blog-item-meta ul li a {
    color: #212121;
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: var(--tts-buttton-bg)
}

.blog-item-meta a:hover {
    color: var(--tts-buttton-bg)
}

.blog-title {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-item-info p {
    margin-bottom: 16px
}

.blog-item-info h4 a {
    color: #212121
}

.blog-item-info h4 a:hover {
    color: var(--tts-buttton-bg)
}

/*========mobile========app========*/
.mobile-app {
    background-color: #eaf1fb;
}

.mobile-app h3 {
    font-size: 30px;
}

.mobile-app ul {
    list-style: none;
    color: var(--dark);
    text-align: left;
    padding: 0;
    margin: 0;
}

.mobile-app ul li {
    padding-bottom: 5px;
    width: 50%;
    float: left;
}


.mobile-app .AppButton {
    display: flex;
    align-items: center;
    margin-top: 20px;
    float: left;
}

.mobile-app .mobileapp-item {
    position: relative;
    width: 100%;

}

.mobile-app .mobileapp-item .mobileapp-img,
.mobile-app .mobileapp-item .scnercode {
    width: 100%;
    text-align: center;
}

.mobile-app .mobileapp-item .mobileapp-img img {
    position: absolute;
    inset: 0px;
    display: block;
    box-sizing: border-box;
    margin: auto;
    padding: 0px;
    border: none;

}

.mobile-app .mobileapp-item .scnercode {
    margin-left: -25px;
    margin-top: 60px;
    position: relative;
}

.mobile-app .mobileapp-item .scnercode img {
    width: 150px;
}

/*========mobile========app====end====*/
/*======testimonials========*/

.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0px;
    background-image: url('/../webroot/img/testimonials/testi-bg.jpg');
    padding: 60px 0px 60px 0px;
    z-index: 1;
}

.testimonials .section-title h2 {
    color: #fff;
}
.testimonials .section-title a{
    color: #fff;
}

.testimonials::before {
    content: "";
    position: absolute;
    background: rgba(13, 35, 62, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    z-index: -1;
}

.testimonials .home_heading h2,
.testimonials .home_heading h2 span a {
    color: #fff;
}

.testimonial-wrap {
    height: 100%;
}

.testimonials .testimonial-item {
    padding: 20px;
    box-shadow: var(--box-shadow);
    position: relative;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.testimonials .testimonial-item .testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
}

.testimonials .testimonial-item .fa-quote-left,
.testimonials .testimonial-item .fa-quote-right {
    color: #000;
    line-height: 0;
}

.testimonials .testimonial-item .fa-quote-left {
    display: inline-block;
    left: 0px;
    position: relative;
}

.testimonials .testimonial-item .fa-quote-right {
    display: inline-block;
    right: 0px;
    position: relative;
    top: 0px;
}

.testimonials .testimonial-item p {
    margin: 15px auto 15px auto;
}

@media (max-width: 767px) {
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

/*======testimonials end========*/

/*============Trending Holidays========start===========*/
.holidayTrendsWrapper .holidayCardWrapper_box {
	border-radius: 4px;
	padding: 10px;
	height: 100%;
	background: var(--bg-white);
	box-shadow: var(--box-shadow);
	transition: all 0.5s ease;
	position: relative;
	width: 100%;
	display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCard-body h5.card-title {
	color: #000;
	font-size: 19px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover {
	box-shadow: var(--box-shadow);
}

.holidayTrendsWrapper .holidayCardWrapper_box .makeRelative {
	position: relative;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper {
	overflow: hidden;
	position: relative;
	margin: 0px -10px 20px -10px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper img {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: cover;
	display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .daysbadge {
	padding: 0px 10px;
	background: var(--tts-buttton-bg1);
	border-radius: 13px;
	color: var(--tts-buttton-txt1);
	position: absolute;
	margin-top: -34px;
	right: 5px;
	z-index: 1;
	font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .smileychoice {
	position: absolute;
	top: 50px;
	left: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended {
	position: absolute;
	z-index: 5;
	left: -8px;
	top: 15px;
	background-image: linear-gradient(to right, var(--tts-buttton-bg), var(--tts-buttton-bg1));
	width: 130px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.holidayTrendsWrapper .holidayCardWrapper_box .under-checkbox1 {
	top: 180px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 0;
	border-bottom: 0;
	border-top: 7px solid #021432;
	border-right: 0px solid transparent;
	border-left: 8px solid transparent;
	z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width: 1px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-bottom: 12px solid transparent;
	border-top: 0 solid transparent;
	border-right: 0px;
	border-left: 8px solid #000;
	z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-bottom: 0 solid transparent;
	border-top: 12px solid transparent;
	border-right: 0px;
	border-left: 8px solid #000;
	z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper:before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	z-index: 2;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
	transition: all 0.5s;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover .img-wrapper:before {
	animation: shine .75s;
	width: 100%;
	left: 100%;
	transform: skewX(0deg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem {
	position: static;
	margin-top: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper {
	display: flex;
	justify-content: space-between;
	overflow-y: auto;
	scrollbar-color: #747474 #dcdcdc;
	scrollbar-width: thin;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li {
	margin-right: 10px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li p {
	margin: 0px;
	font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .redText {
	font-size: 15px;
	color: #000;
	font-weight: 700;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .destinationName span {
	margin-right: 2px;
	margin-left: 2px;
}


.holidayTrendsWrapper .holidayCardWrapper_box .footer-new {
	border-top: 1px solid #ebebeb;
	padding: 10px 0px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 {
	color: #525252;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 .slashed {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a {
	color: var(--tts-buttton-txt);
	background: var(--tts-buttton-bg);
	border-radius: 30px;
	font-size: 15px;
	padding: 5px 24px;
	border: 1px solid var(--tts-buttton-bg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a:hover {
	background: var(--tts-buttton-bg1);
	border: 1px solid var(--tts-buttton-bg1);
	color: var(--tts-buttton-txt1);
}


/*============Trending Holidays========end===========*/