@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Albert Sans', sans-serif;
}

h1 {
	font-family: 'Albert Sans', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
}

h2 {
	font-family: 'Albert Sans', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 0;
}

h3 {
	font-family: 'Albert Sans', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 184.56%;
}

h4,
h5,
h6 {
	font-family: 'Albert Sans', sans-serif;
	font-size: 20px;
}

p {
	font-family: 'Albert Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 184.56%;
}

a {
	font-family: 'Albert Sans', sans-serif;
}


/*blog*/
.owl-item .item .image-preview {
	width: 100% !important;
	max-height: 100% !important;
}

.item {
	border-radius: 10px;
	border: 1px solid #EDE8E3;
	background: #FFF;
}

.blog-posts-module>div>div>div.owl-stage-outer>div>div>div>a>div,
.blog-posts-module>div>div>div.owl-stage-outer>div>div>div>div.flex {
	display: none !important;
}

.blog-posts-module>div>div>div.owl-stage-outer>div>div>div>a>h3 {
	color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 184.56%;
	margin: 20px 0 40px 20px !important;
}

.gray-backgound {
	position: relative;
	left: 220px;
	background: none !important;
	color: var(--CTA-blue, #6A8196) !important;
	text-align: right;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 184.56%;
	text-transform: uppercase;
}

.blog-posts-module>div>div>div.owl-stage-outer>div>div>div>div:nth-child(4) {
	padding-bottom: 20px;
}

/**owl**/
.owl-carousel .owl-item img {
	max-height: 100% !important;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.testimonial-section {
	position: relative;
	/*padding-top: 80px;*/
}

.testimonial-section:before {
	position: absolute;
	right: 0px;
	bottom: 0;
	background-image: url("https://phpmysqlappdiag454.blob.core.windows.net/blob/assets/images/fanisbikes/Group 359.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 701px;
	height: 556px;
	content: "";
	-webkit-animation: fa-spin 25s infinite alternate;
	-moz-animation: fa-spin 25s infinite alternate;
	-ms-animation: fa-spin 25s infinite alternate;
	-o-animation: fa-spin 25s infinite alternate;
	animation: fa-spin 25s infinite alternate;
}


.testimonial-section .testimonial-carousel {
	position: relative;

}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.testimonial-carousel .owl-nav {
	display: none;
}

/**end of owl**/
/*services*/

.step-guide ul .active {
	font-size: 16px !important;
}

.booking-form-service>div>form>.widget-form.collapse.in>div>div:nth-child(1)>div.col-md-4,
.booking-form-service>div>form>.widget-form.collapse.in>div>div:nth-child(1)>div:nth-child(2),
.booking-form-service>div>form>.widget-form.collapse.in>div>div:nth-child(1)>div:nth-child(4) {
	width: auto !important;
}


@media(min-width:577px) {

	#search-form>div:nth-child(1)>div.col-md-4,
	#search-form>div:nth-child(1)>div:nth-child(2),
	#bookingform>div:nth-child(1)>div.col-md-4,
	#bookingform>div:nth-child(1)>div:nth-child(2) {
		width: 41.6666666667% !important;
	}

	#search-form>div:nth-child(1)>div:nth-child(4),
	#bookingform>div:nth-child(1)>div:nth-child(4) {
		width: 16.6666666667% !important;
	}

	#search-form>div:nth-child(1)>div.col-md-2,
	#bookingform>div:nth-child(1)>div.col-md-2 {
		display: none !important;
	}

}

@media(max-width:576px) {

	#search-form>div:nth-child(1)>div.col-md-4,
	#search-form>div:nth-child(1)>div:nth-child(2),
	#bookingform>div:nth-child(1)>div.col-md-4,
	#bookingform>div:nth-child(1)>div:nth-child(2) {
		width: auto !important;
	}

	#search-form>div:nth-child(1)>div:nth-child(4),
	#bookingform>div:nth-child(1)>div:nth-child(4) {
		width: auto !important;
	}

	#search-form>div:nth-child(1)>div.col-md-2,
	#bookingform>div:nth-child(1)>div.col-md-2 {
		display: none !important;
	}
}


.lightbox .modal-content {
	background-color: transparent !important;
	margin: 100px auto !important;
}

.booking-area img {
	width: auto !important;
	max-height: 600px;
	object-fit: contain !important;
}

.btn-primary,
.btn-rengine {
	border-radius: 10px !important;
	padding: 14px 19px !important;
	background: var(--CTA-blue, #6A8196) !important;
	border: 1px solid #6A8196 !important;
	color: #FFF !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 184.56%;
}

.secondary-button {
	border-radius: 10px !important;
	padding: 14px 19px !important;
	background: transparent !important;
	border: 1px solid #6A8196 !important;
	color: #6A8196 !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 184.56%;
}


/*single service*/
#app>div.container-fluid.service>div:nth-child(2)>div.row.related>div>div>div.owl-stage-outer>div>div>div>a>div {
	font-size: 20px !important;
	text-decoration: none !important;
	margin-top: 15px;
}

.booking-form-service {
	padding: 2px;
	margin: 20px 2px 2px 2px !important;
	background: transparent !important;
}

.service .gray-back {
	background-color: rgba(240, 243, 248, 1) !important;
	border-radius: 10px !important;
}

.service-title {
	margin-top: 30px;
	color: #000 !important;
	font-family: 'Inter', sans-serif;
	font-size: 26px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
}

/*booking*/
#search-form>div:nth-child(2),
#bookingform>div:nth-child(2) {
	display: none !important;
}

.service-attributes .list-inline li {
	color: #769A05 !important;
	font-family: 'Albert Sans', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 184.56%;
}

.image-icon {
	margin-right: 5px;
	height: 30px !important;
	max-width: 30px !important;
}

#bookingform>div:nth-child(1)>div:nth-child(4)>div>h5.control-label,
#search-form>div:nth-child(1)>div:nth-child(4)>div>h5.control-label {
	display: none !important;
}

.fa-stack,
.fa-check {
	display: none !important;
}

.result-item {
	border: 0.5px solid var(--grey, #B5B5B5) !important;
}

.choose-calendar-period>a {
	color: #000 !important;
	font-family: 'Inter', sans-serif;
	font-size: 10px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

.choose-calendar-period {
	background: #fff !important;
}

.calendar {
	border-top: 1px solid rgba(122, 122, 122, 0.3) !important;
}

.service-name {
	color: #000 !important;
	font-family: 'Inter', sans-serif;
	font-size: 26px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
}

.service-group,
.slide-subtitle.strong-bold {
	color: #666 !important;
	font-family: 'Inter', sans-serif;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

.service-total,
.currency {
	color:#769A05 !important;
	font-family: 'Inter', sans-serif;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
}

.service-cost-day {
	color: #000 !important;
	font-family: 'Inter', sans-serif;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

/*front page*/
.booking-form {
	border-radius: 10px !important;
	background: var(--light-blue, #F0F3F8) !important;
	padding: 52px 76px !important;
	box-shadow: none !important;
}

.intro {
	padding: 52px 76px !important;
	background: var(--light-blue, #F0F3F8) !important;
	border-radius: 10px;
}

.input-group-addon:first-child {
	border: none !important;
}

#pickup_coordinates {
	background: white;
	border: 1px solid #FAFAFA !important;
	background: #FAFAFA !important;
}

#register-fullname {
	border: 1px solid #B3B3B3 !important;
}

input[type="text"]:not(.flatpickr-calendar input),
.form-control,
.select2-selection {
	width: 100%;
	min-height: 50px;
	background: white;
	border: 1px solid #FAFAFA !important;
	background: #FAFAFA !important;
}
#guest-fullname, #guest-email{
    background: white !important;
    border-radius:10px !important;
	border: 1px solid #B3B3B3 !important;
	background: #FAFAFA !important;
}

.orphan>p {
	display: none !important;
}

.location-icon {
	display: none;
}

.calendar-icon,
.time-icon {
	color: rgba(118, 154, 5, 1) !important;
}

.btn-rengine.orphan {
	margin-top: 4px !important;
}

.btn-rengine.orphan,
.book-button,
.btn-default {
	border-radius: 10px !important;
	padding: 14px 19px !important;
	background: var(--CTA-blue, #6A8196) !important;
	border: 1px solid #6A8196 !important;
	color: #FFF !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 184.56%;
}

.btn-rengine.orphan:hover,
.book-button:hover,
.btn-default:hover {
	background: rgba(160, 124, 90, 1) !important;
	border-color: rgba(160, 124, 90, 1) !important;
}

/*services*/


/*hover*/
.image1 {
	display: block;
	width: 100%;
	height: auto;
	transition: all .5s ease;
	opacity: 1;
	backface-visibility: hidden;
	background-color: #000;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;

}

.product-box {
	overflow: hidden;

}

.product-box img {
	transition: all .8s linear;

}

.product-box:hover img {
	transform: scale(1.04);
	transition: all .8s linear;

}

.product-box:hover {
	border-radius: 5px;
	background: linear-gradient(0deg, rgba(152, 200, 1, 0.80) 0%, rgba(152, 200, 1, 0.80) 100%);
}

.product-box:hover .image1 {
	opacity: 0.3;
	border-radius: 5px;
	background: linear-gradient(0deg, rgba(152, 200, 1, 0.80) 0%, rgba(152, 200, 1, 0.80) 100%);
}

.product-box:hover .middle {
	opacity: 1;

}


@media(max-width:576px) {
	.intro {
		padding: 20px 50px !important;
	}

	.gray-backgound {
		position: relative;
		left: 20px !important;
	}

	.send-btn2 {
		top: 52px !important;
	}

	.less {
		margin-top: 20px !important;
	}

	.fl1 {
		flex-direction: column;
	}

	.fl2 {
		flex-direction: row !important;
	}

	.fl3 {
		align-items: center !important;
		flex-direction: column !important;
	}

	.nav.navbar-nav.navbar-right.flex.justify-between.items-center {
		display: block !important;
	}

	.nav.navbar-nav.navbar-right.flex.justify-between.items-center {
		margin-right: 0px !important;
	}
}

.container {
	max-width: auto !important;
	width: auto !important;
}

.form-control {
	border-radius: 10px !important;
	border: 1px solid #B3B3B3 !important;
	background: #FAFAFA !important;
}

.rendered-form .form-group {
	margin-left: 0px;
	margin-bottom: 40px !important;
}

placeholder {
	color: #2C3E50;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.send-btn {
	padding: 14px 19px !important;
	border-radius: 10px !important;
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 184.56% !important;
	width: -webkit-fill-available;
	background: #6A8196 !important;
	border: 1px solid #6A8196 !important;
}

.send-btn:hover {
	background: rgba(160, 124, 90, 1) !important;
	border-color: rgba(160, 124, 90, 1) !important;
}

.email-one {
	width: 70% !important;
}

.send-btn2 {
	padding: 11px 20px !important;
	border-radius: 10px !important;
	color: #FFF;
	font-size: 20px !important;
	background: transparent !important;
	border: 1px solid #fff !important;
	position: absolute;
	top: 59px;
	right: 36px;
}

.is-btn-ghost2 {
	padding: 14px 19px !important;
	border-radius: 10px !important;
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 184.56% !important;
	letter-spacing: 0 !important;
	text-transform: none !important;

}

.nav.navbar-nav.navbar-right.flex.justify-between.items-center {
	margin-right: 80px;
}

.navbar-nav {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.navbar-nav>li>a {
	color: #2F363C;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 184.56%;
	text-transform: uppercase;
}

.footer-text,
.footer-text>a {
	color: #413C39;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}