@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inconsolata:wght@200..900&family=Sora:wght@100..800&display=swap');


body {
	font-family: "Epilogue", sans-serif;
	background: #0c1315;
	overflow-x: hidden;
}

.overflowSection {
	overflow: hidden;
}


:root {
	--Primary: #14509a;
}


.section-padding {
	padding: 50px 0;
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		margin-top: 10px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes fadeInUp {
	0% {
		margin-top: 10px;
	}

	100% {
		margin-top: 0;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}


.btn {
	text-decoration: none;
	color: #FFF;
	border-radius: 0;
	border: 1px solid #bfa37c;
	background: transparent;
	padding: 13px 24px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	font-family: "Inconsolata", sans-serif;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	color: #fff;
	pointer-events: none;
	background-color: #ADCFFF;
}

.btn:hover {
	border: 1px solid #bfa37c;
	background: #bfa37c;
	color: #fff;
}

.btn-gold {
	background: #bfa37c;
	color: #fff;
}

.btn-gold:hover {
	background: transparent;
	color: #bfa37c;
	border-color: #bfa37c;
}

.btn-border {
	border-radius: 40px;
	border: 1px solid #191919;
	background: transparent;
	color: #191919;
}

.btn-border:hover {
	border: 1px solid #191919;
	background: #191919;
	color: #fff;
}

.btn-white-border {
	border-radius: 40px;
	border: 1px solid #fff;
	background: transparent;
	color: #FFFFFF;
}

.btn-white-border:hover {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #191919;
}

.btn-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #bfa37c;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.btn-link:hover {
	color: #bfa37c;
}


.btn-link:hover:after {
	right: 10px;
	transition: 0.2s;
}

.btn-arrow {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	padding: 17px 24px;
	padding-right: 72px;
	position: relative;
}

.btn-arrow:after {
	position: absolute;
	right: 24px;
	top: 14px;
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12H4.5' stroke='white'/%3E%3Cpath d='M15.5001 17C15.5001 17 20.5 13.3176 20.5 12C20.5 10.6824 15.5 7 15.5 7' stroke='white'/%3E%3C/svg%3E%0A");
	height: 24px;
	width: 24px;
	background-size: 24px;
	transition: 0.2s;
}

.btn-arrow:hover:after {
	right: 20px;
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 12H4.5' stroke='black'/%3E%3Cpath d='M15.5001 17C15.5001 17 20.5 13.3176 20.5 12C20.5 10.6824 15.5 7 15.5 7' stroke='black'/%3E%3C/svg%3E%0A");
	height: 24px;
	width: 24px;
	background-size: 24px;
}

.link {
	color: #000000;
	text-decoration: none;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;

}

.link:hover {
	color: #156AFF;
}

.btn-blue {
	padding: 10px 46px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;


	background: #156AFF;
	border: none;
}

.btn-blue:hover {
	background: #1F1F1F;
	border: none;
	color: #fff;
}

.btn-blue-border {
	padding: 10px 46px;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	background: transparent;
	border: 1px solid #156AFF;
	color: #156AFF;
}

.btn-blue-border:hover {
	background: #156AFF;
	border-color: #156AFF;
	color: #fff;
}

p {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	color: #A6A6A6;
	line-height: 20px;
}

.status {
	font-weight: 500;
	font-size: 12px;
	line-height: 16.8px;
	padding: 4px 6px;
	border-radius: 4px;
	display: inline-flex;
}

.ongoing {
	color: #D28E3D;
	background: #FBF4EC;
}

.private {
	color: #4976F4;
	background: #EDF2FE;
}

.insurance {
	color: #589E67;
	background: #EEF5F0;
}

.completed {
	color: #954BAF;
	background: #F4EDF7;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 9999;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.main-title {
	font-weight: 700;
	font-size: 72px;
	line-height: 72px;
	color: #FFFFFF;
	padding: 0 0 24px;
}

.main-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.section-title {
	font-weight: 500;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	padding: 0 0 24px;
}

.section-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.white-title {
	color: #FFFFFF;
}


.navbar {
	padding: 0;
	flex-wrap: wrap;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	max-width: 50%;
	flex: 0 0 50%;
}

.navbar-brand img {
	width: 200px;
}

.header {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.h-right {
	margin-left: auto;
}

.h-right ul {
	display: flex;
	margin: 0 -30px;
	padding: 0;
	list-style-type: none;
	justify-content: flex-end;
}

.h-right ul li {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 0 30px;
	color: #fff;
}

.h-top {
	border-bottom: 1px solid #ffffff8C;
	padding: 15px 0;
}

.h-top-inner {
	display: flex;
	align-items: center;
}

.h-right ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 80%;
	transform: translate(0, -50%);
	background-color: #ffffff8C;
}

.h-right ul li:last-child::after {
	display: none;
}

.h-right ul li .icon {
	margin-right: 10px;
	margin-top: 4px;
}

.h-right ul li a {
	font-family: "Inconsolata", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .25em;
	text-transform: uppercase;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #fff;
	display: block;
	text-decoration: none;
}

.h-right ul li a:hover {
	color: rgb(178, 178, 178);
}

.qodef-svg--search {
	fill: none;
	stroke: #fff;
}

.qodef-svg--menu {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
}

.menu-icon .qodef-svg--menu line:first-of-type {
	stroke-dasharray: 60 10 30;
	stroke-dashoffset: 50;
	transition: stroke-dashoffset .3s ease;
}

.menu-icon .qodef-svg--menu line:last-of-type {
	stroke-dasharray: 10 10 80;
	stroke-dashoffset: 50;
	transition: stroke-dashoffset .3s ease;
}

.menu-icon:hover .qodef-svg--menu line:first-of-type {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset .3s ease;
}

.menu-icon:hover .qodef-svg--menu line:last-of-type {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset .3s ease;
}

.navbar .navbar-nav {
	margin: 0 -11px;
}

.navbar .nav-item {
	padding: 0 11px;
}

.navbar .nav-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: "Inconsolata", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .25em;
	text-transform: uppercase;
	flex-wrap: wrap;
	font-weight: 400;
	color: #fff;
	padding: 0 !important;
	padding-left: 17px !important;
	transition: padding .3s ease-out, margin .3s ease-out;
	position: relative;
}

.navbar .nav-link:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	transform: translate(50%, -50%) scale(0);
	background-color: currentColor;
	transition: transform .6s ease;
	margin: 0;
	padding: 0;
	border: none;
}

.navbar .nav-link.btn::after {
	display: none;
}

.navbar .nav-link.btn {
	padding: 5px 10px !important;

}

.navbar .nav-link span {
	transform: translateX(-17px);
	transition: transform .6s ease;
}

.navbar .nav-link.btn:hover {
	background: #bfa37c;
	border-color: #bfa37c;

}

.navbar .nav-link.active {}

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

.navbar .nav-link.active:after,
.navbar .nav-link:focus:after,
.navbar .nav-link:hover::after {
	transform: translate(50%, -50%) scale(1);
}

.navbar .nav-link.active span,
.navbar .nav-link:focus span,
.navbar .nav-link:hover span {
	transform: translateX(0);
}

.navbar .dropdown:hover .nav-link:after,
.navbar .dropdown:hover .nav-link::after {
	transform: translate(50%, -50%) scale(1);
}

.navbar .dropdown:hover .nav-link span,
.navbar .dropdown:hover .nav-link span {
	transform: translateX(0);
}

.right-menu {
	padding: 0;
	margin: 0 -30px;
	list-style-type: none;
	display: block;
	display: flex;
}

.right-menu li {
	padding: 0 30px;
}

.h-menu {
	padding: 15px 0 0;
}

.sidebar a {
	text-decoration: none;
	color: #a7a7a7;
}

.sidebar a img {
	margin-right: 10px;
}

.sidebar .logo {
	padding: 22px 0;
}

.sidebar {
	position: fixed;
	top: 0;
	right: -460px;
	bottom: 0;
	z-index: 999;
	width: 460px;
	height: 100%;
	min-height: 100%;
	padding: 137px 80px 35px;
	background-color: #0c1315;
	background-color: #f5f5f5;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.sidebar .logo img {
	width: 200px;
}

.sidebar p {
	font-family: "Sora", sans-serif;
	font-size: 16px;
}

.qodef-svg--close {
	fill: none;
	stroke: #141A1C;
	stroke-miterlimit: 10;
}

.close-menu {
	position: absolute;
	top: 98px;
	right: 80px;
	display: block;
	z-index: 1000;
	color: #fff;
}

.sidebar.open {
	right: 0;
	visibility: visible;
}

.sidebar ul {
	list-style-type: none;
	display: block;
	padding: 20px 16px;
	margin: 0;
	border-bottom: 1px solid #E4E4E4;
}

.sidebar ul:last-child {
	border: none;
}

.navbar-toggler .navbar-toggler-icon {
	width: auto;
	height: auto;
	display: block;
}

.navbar-toggler .navbar-toggler-icon .toggle-bar {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	background-color: #a7a7a7;
	margin: 0 0 5px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
}



.banner-block {
	background: url("../images/banner.png");
	background-size: cover;
	background-position: center center;
	padding: 44px;
	border-radius: 24px;
	position: relative;
	z-index: 99;
}

.banner-block:after {
	background: #00000080;
	position: absolute;
	border-radius: 24px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	display: block;
	z-index: -1;
}

.banner-block p {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0 0 24px;
}

.main-slider .slider-track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.main-slider .item {
	height: 100%;
	position: relative;
	z-index: 1;
}

.main-slider .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.main-slider .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
	animation: cssAnimation 8s 1 ease-in-out forwards;
}

.dropdown>.dropdown-menu,
.dropdown.open>.dropdown-menu {
	transition: all ease 0.2s;
	background-color: #0c1315;
	border-radius: 0;
	border: none;
	min-width: auto;
	right: auto;
	width: auto;
	left: 0;
	width: 300px;
}

.dropdown>.dropdown-menu li a {
	font-family: "Inconsolata", sans-serif;
	font-size: 14px;
	color: #a6a6a6;
	padding: 12px 40px;
	display: block;

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #fff;
}

.main-slider .banner-item img {
	height: 100%;
	object-fit: cover;
}

.main-slider .banner-item {
	height: 100vh;
}

.main-banner {
	position: relative;
}

.main-banner .banner-detail {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 200px;
	text-align: left;
	z-index: 9;
}

.banner-detail h2 {
	font-weight: 400;
	color: #fff;
	font-size: 42px;
	line-height: 45px;
	margin: 0 0 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.banner-detail p {
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	color: #d9d9d9;
}

.main-banner:after {
	background: #141A1C;
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	top: 0;
	/* z-index: -1; */
}

@keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1.2) translate(0px);
	}
}

@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1.2) translate(0px);
	}
}

.about-block {
	background-color: #141A1C;
	padding: 40px 0;
	position: relative;
}

.about-block h5 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.about-block p {
	font-family: "Sora", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #A6A6A6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.about-block:nth-child(even) {
	background: #0c1315;
}

.about-block:nth-child(even) .row {
	flex-direction: row-reverse;
}

.our-cars {
	background: #141a1c;
}



.our-service [class*=col-] {
	padding-bottom: 30px;
}

.service-block {
	text-align: center;
	border: 1px solid #bfa37c;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-block h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 12px;
	color: #fff;
}

.service-block .btn {
	margin-top: auto;
}

.service-block p {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 15px;
	color: #a6a6a6;
}

.car-block .image img {
	height: 445px;
	object-fit: cover;
	width: 100%;
}

.car-block .c-detail {
	text-align: center;
}

.car-block .c-detail h5 a {
	color: inherit;
	text-decoration: none;
}

.car-block .car-top {
	position: relative;
}

.car-block .c-detail h5 {
	font-weight: 400;
	color: #ffffff;
	font-family: "Epilogue", sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin: 15px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.car-block .hover-detail ul {
	padding: 0;
	margin: 0;
	list-style-type: circle;
	padding-left: 20px;
}

.car-block .hover-detail ul li {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: .6s ease;
	/* max-width: 50%;
	flex: 0 0 50%; */
}

.car-block:hover .hover-detail p,
.car-block:hover .hover-detail .price,
.car-block:hover .hover-detail ul li {
	transform: translateY(0);
	opacity: 1;
}

.car-block:hover .hover-detail p {
	transition: .6s ease .3s;
}

.car-block:hover .hover-detail .price {
	transition: .6s ease .2s;
}

.car-block:hover .hover-detail ul li {
	transition: .6s ease .1s;
	transform: translateY(0);
	opacity: 1;
}

.car-block .hover-detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 30px 6%;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: opacity .6s ease;
	pointer-events: none;
	background-color: rgba(12, 19, 21, .85);
}

.car-block:hover .hover-detail {
	opacity: 1;
}

.car-block .hover-detail .price {
	color: #bfa37c;
	font-size: 20px;
	opacity: 0;
	transform: translateY(20px);
	transition: .6s ease;
}

.car-block .hover-detail p {
	font-size: 12px;
	line-height: 18px;
	color: #a6a6a6;
	opacity: 0;
	transform: translateY(20px);
	transition: .6s ease;
}

.car-block .hover-detail .price span {
	color: #bfa37c;
	font-size: 40px;
}

.car-block .rating {
	color: #bfa37c;
}

.review-block .rating {
	color: #bfa37c;
}


.choose-us .text-block {
	border-bottom: 1px solid #262D33;
}

.choose-block h5 {
	font-weight: 400;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 26px;
	margin: 25px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.choose-block p {
	color: #A6A6A6;
	font-size: 14px;
}

.dream-sec {
	background: #141a1c;
}

.dream-block {
	background: url("../images/dream.jfif");
	background-size: cover;
	padding: 80px;
	background-position: center center;
	position: relative;
	z-index: 99;
}

.dream-block:after {
	background: #141A1C;
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	top: 0;
	z-index: -1;
}


.review-slider .slick-track {
	display: flex;
}
.review-slider .slick-list {
	margin: 0 -15px;
}

.review-block {
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.30);
	padding: 20px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 15px;
}

.review-block h6 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 12px;
	color: #fff;
}

.review-block p {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 15px;
	color: #a6a6a6;
}


.review-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0 0;
	margin: 0;
	list-style-type: none;
	position: unset;
}

.review-slider .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	margin: 0;
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-o-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.review-slider .slick-dots li button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	text-indent: -9999px;
	padding: 0;
	border: none;
	background: #DBDBDB;
}

.review-slider .slick-dots li.slick-active button {
	background: #bfa37c;
}

.footer {
	padding: 50px 0 0;
	background: #141A1C;
}

.f-title {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	color: #fff;
	padding: 0 0 12px;
}

.f-title a {
	text-decoration: none;
	display: block;
	color: #00000099;
}

.f-block ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.copy-right {
	padding: 15px 0;
	background: #0c1315;
	margin-top: 50px;
}

.copy-right p {
	margin: 0 !important;
}

.f-logo p {
	font-size: 14px;
	margin: 15px 0 0;
}

.f-block ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 0 0 10px;
	display: flex;
}

.f-block ul li i {
	margin-right: 5px;
	color: #fff;
}

.f-block ul li a {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	font-family: "Inconsolata";
	text-transform: uppercase;
	display: flex;

}

.f-block ul li a:hover {
	color: #bfa37c;
}

.f-social ul {
	display: flex;
	padding: 0;
	margin: 0 -6px;
	list-style-type: none;
}

.f-social ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 0 6px;
}

.f-social ul li a {
	display: block;
	text-decoration: none;
}