
:root{
	--gold: rgb(229,167,54);
	--gold-gradient: linear-gradient(
		135deg,
		#8f5a00 0%,
		#d89a16 25%,
		#ffda78 50%,
		#d89a16 75%,
		#8f5a00 100%
	);
}

html{
    font-family: "Inter", sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body{
    margin:0;
    font-family: "Inter", sans-serif;
    color: rgb(51,51,51);
    font-size: 16px;
    line-height: 160%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent;
    text-decoration: none;
}
a:active,a:hover{
    outline:0
}

a{
    color:rgb(51,51,51);
    text-decoration:none;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
}

a:hover{
    color:rgb(37,57,101);
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:700
}
dfn{
    font-style:italic
}
h1{
    margin:.67em 0;
    font-size:2em
}
mark{
    color:#000;
    background:#ff0
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0;
    max-width: 100%;
    display:block;
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    height:0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    margin:0;
    font:inherit;
    color:inherit
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
    border:0
}
input{
    line-height:normal;
}
input[type=checkbox],input[type=radio]{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    height:auto
}
input[type=search]{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:textfield
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    padding:.35em .625em .75em;
    margin:0 2px;
    border:1px solid silver
}
legend{
    padding:0;
    border:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:700
}
table{
    border-spacing:0;
    border-collapse:collapse
}
td,th{
    padding:0
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.kufam{
	font-family: "Kufam", sans-serif;
	line-height: 130%;
}

header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background-color:rgb(255,255,255);
	box-shadow: 0 16px 64px 0 rgba(0, 0, 0, .08);
	border-bottom: rgba(51, 51, 51, .1);
	z-index:10000;
}

.contentWidth{
	position:relative;
	width:970px;
	max-width: 100%;
	margin:0 auto;
}

header .contentWidth{
	display:flex;
	align-items:center;
	justify-content: space-between;
	gap:16px;
	padding:10px 0;
}

header .contentWidth .logoWrap{
	display:flex;
	align-items: center;
	gap:6px;
}

header .contentWidth .logoWrap .imageWrap{
	width:50px;
}

header .contentWidth .logoWrap .writting{
	font-size:22px;
	font-weight:700;
	font-style:italic;
}

header .contentWidth .cta a{
	display:inline-block;
	padding:10px 12px;
	background: var(--gold-gradient);
	color:rgb(255,255,255);
	border-radius:12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

header .contentWidth .cta a:hover{
	border-radius: 24px;
}

header .contentWidth .menuItems{
	display: flex;
	align-items: center;
	gap:18px;
}

header .contentWidth .menuItems a{ 
	font-weight:500;
	transition: all ease 0.25s;
}

header .contentWidth .menuItems a:hover{ 
	color:var(--gold);
}

.gold{
	color:var(--gold);
}

#page-wrap{
	padding-top:70px;
}

.pageHeader{
	height:700px;
	position:relative;
}

.pageHeader .image{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
}

.pageHeader .image img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.pageHeader .overlay{
	z-index:200;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0, rgba(51, 51, 51, 0) 75%, rgba(51, 51, 51, 0) 100%);
}

.pageHeader .writting{
	z-index:400;
	color:rgb(255,255,255);
	position: absolute;
	top:50%;
	left:0%;
	right:0%;
	transform: translateY(-50%);

}

.pageHeader .writting h1{
	width:500px;
	max-width: 80%;
	font-weight:700;
	font-size: 40px;
}

.pageHeader .writting h2{
	width:500px;
	max-width: 80%;
	font-weight:500;
	font-size:22px;
}

.pageHeader .icons{
	position:absolute;
	z-index:300;
	bottom:50px;
	left:0;
	right:0;
}

.pageHeader .icons .contentWidth{
	display: flex;
	gap:20px;
	color:rgba(255,255,255,1);
	align-items: center;
}

.pageHeader .icons .icon{
	display:flex;
	gap:6px;
	align-items: center;
	font-size:12px;
	
}

.pageHeader .icons .icon h3{
	font-weight: 300;
}

.pageHeader .icons .iconWrapper{
	width:30px;
}

.homeBoxes{
	padding:64px 0;
}

.homeBoxes h2{
	text-align: center;
	font-weight:700;
	font-family: "Kufam", sans-serif;
	font-size:28px;
	margin-top:0;
	margin-bottom:14px;
	color:var(--gold);
}

.homeBoxes h3{
	text-align: center;
	font-weight:400;
	font-size:18px;
}

.homeBoxes .boxes{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:16px;
}

.homeBoxes .box{
	border:1px solid rgba(51,51,51,0.2);
	background-color: rgba(51,51,51,0.05);
	border-radius:12px;
	padding:10px;
	display:flex;
	align-items: flex-start;
}

.homeBoxes .box .icon{
	width:40px;
}

.homeBoxes .box .content{
	padding-left:15px;
}


.homeBoxes .box .title{
	font-weight:600;
	font-size:16px;
	font-family: "Kufam", sans-serif;
	color:var(--gold);
}

.homeBoxes .box .text{
	font-weight:400;
	font-size:14px;
	line-height: 130%;
}

.grey{
	background-color:rgba(51,51,51,0.05);
}

.homeVehicles{
	padding:69px 0px;
}

.homeVehicles .boxes{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:30px;
}

.homeVehicles .box{
	border-radius:22px;
	overflow: hidden;
	background-color:rgb(255,255,255);
	border:1px solid rgba(51,51,51,0.1);
}

.homeVehicles .box .imageWrap{
	aspect-ratio: 1000 / 667;
	overflow:hidden;
	border-radius:22px;
}

.homeVehicles .box .imageWrap img{
	object-fit: cover;
	width:100%;
	height:100%;
}

.homeVehicles .box .content{
	padding:0 20px;
	padding-bottom:30px;
}

.homeVehicles .box .title{
	font-family: "Kufam",sans-serif;
	font-weight:700;
	font-size:26px;
	margin-top:15px;
	margin-bottom:20px;
}

.homeVehicles .box .features{
	display:flex;
	align-items: center;
	gap:12px;
	flex-wrap: wrap;
}

.homeVehicles .box .feature{
	display:flex;
	gap:6px;
	align-items: center;
	border-radius:6px;
	padding:5px 8px;
	background-color:rgba(51,51,51,0.05);
	color:rgba(51,51,51,0.5);
	border:1px solid rgba(51,51,51,0.1);
	font-size:12px;
}

.homeVehicles .box .feature .iconWrap{
	width:15px;
}

.homeVehicles .box .priceWrap{
	display:flex;
	align-items: center;
	justify-content: space-between;
}


.homeVehicles .box .priceWrap .note{
	font-weight:600;
	margin-top:15px;
	margin-bottom:10px;
	color:rgba(51,51,51,0.5);
	font-size:20px;
}

.homeVehicles .box .priceWrap .price{
	font-weight:700;
	font-size:32px;
}

.homeVehicles .box .priceWrap .goldButton{
	display:inline-block;
	padding:10px 12px;
	background: var(--gold-gradient);
	color:rgb(255,255,255);
	border-radius:12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	font-family: "Kufam",sans-serif;
	font-size:20px;
	font-weight:700;
	box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}

.support{
	padding:64px 0px;
}

.support .contentWidth{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.support .image{
	width:50%;
	border-radius:22px;
	overflow: hidden;
}

.support .content{
	padding-right:40px;
}

.support h2{
	font-family: "Kufam", sans-serif;
	font-weight:700;
	font-size:24px;
	margin-bottom:20px;
}

.support .button{
	display:inline-block;
	padding:10px 12px;
	background: var(--gold-gradient);
	color:rgb(255,255,255);
	border-radius:12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	font-family: "Kufam",sans-serif;
	font-size:20px;
	font-weight:700;
	box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}

footer{
	background-color: rgba(0,0,0,0.8);
	color:rgb(255,255,255);
	padding:20px 0px;
}

header .hamburger {
	display: none;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

header .hamburger img {
	display: block;
	width: 28px;
	height: 28px;
}

header .mobileCta {
	display: none;
	
}

header .mobileCta a{
	padding:10px 12px;
	background: var(--gold-gradient);
	color:rgb(255,255,255);
	border-radius:12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	padding: 15px 20px 20px;
	color:rgb(255,255,255) !important;
}

@media screen and (max-width: 980px) {
	header .contentWidth{
		padding-left:10px;
		padding-right:10px;
	}

	.pageHeader .contentWidth{
		padding-left:20px;
		padding-right:20px;
	}

	.homeBoxes .contentWidth{
		padding-left:20px;
		padding-right:20px;
	}

	.homeBoxes .boxes{
		grid-template-columns: repeat(1, 1fr);
	}

	.terms{
		padding-left:20px;
		padding-right:20px;
	}
}



@media screen and (max-width: 900px) {
	
	header .hamburger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 3;
	}

	header .cta {
		display: none;
	}

	header .menuItems {
		position: absolute;
		top: 100%;
		left: 10px;
		right: 10px;

		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;

		background: white;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);

		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		pointer-events: none;

		transition:
			opacity 0.2s ease,
			transform 0.2s ease,
			visibility 0.2s ease;
	}

	header .menuItems a {
		display: block;
		padding: 16px 20px;
		color: #111;
		text-decoration: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	header .menuItems a:last-child {
		border-bottom: 0;
	}

	header.menuOpened .menuItems {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
	header .mobileCta{
		display: block;
	}
}

@media screen and (max-width: 800px) {
	.homeVehicles .boxes{
		grid-template-columns: repeat(1, 1fr);
	}
}


@media screen and (max-width: 700px) {
	.support .contentWidth{
		display: block;
		padding:0 20px;
	}

	.support .image{
		width:100%;
		margin-top:30px;
	}

	.pageHeader .icons .contentWidth{
		flex-wrap: wrap;
	}
}

