html{
	--color: #fbad18;
	--color-on-hover: #fbd518;
	--bg: #292929;
	--idle-text: #a7a7a7;
	--text: white;
	--s: 50px;
	  --c2: #000000;
	  --c1: #292929;
	  --c3: #141414;
	  --cubic-bg: repeating-conic-gradient(from 30deg,#0000 0 120deg,var(--c3) 0 180deg) 
     calc(.5*var(--s)) calc(.5*var(--s)*0.577),
    repeating-conic-gradient(from 30deg,var(--c1) 0 60deg,var(--c2) 0 120deg,var(--c3) 0 180deg);
  background: var(--bg);
  scroll-behavior: smooth;
}
@media (prefers-color-scheme: light) {
  html {
	--bg: #f4f4f4;
	--text: black;
	--idle-text: #656565;
    --c2: #bdbcb8;
	--c1: #f4f4f4;
	--c3: #dddcd8;
	--color: #ff9b00;
  }
}
body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: var(--text);
}
body:hover{
	cursor: default;
}
a{
	cursor: pointer;
	text-decoration: none;
}
h2{
	font-size: 23px;
}
div p, div li{
	font-size: 18px;
	line-height: 2;
}
.price {
	font-size: 27px;
	font-weight: bold;
}
.link{
	transition: 0.3s;
    color: var(--idle-text);
}
.link:hover{
    color: var(--color);
}
.sticky-nav {
	position:fixed;
	width:100vw;
	z-index: 100;
}
.navbar {
	background: var(--bg);
	padding: 10px 5% 10px 5%;
	height: 70px;
    align-content: center;
	flex-wrap: wrap;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	align-items: center;
}
.navbar a{
	transition: 0.3s;
	color: var(--idle-text);
}
.navbar a:hover{
	color: var(--color);
}
.hb-layers{
	height: calc(75vh + 70px);
}
.herobar-bg{
	/*background: var(--bg);*/
	height: 75vh;
	padding-top: 70px;
	width: 100%;
	 background: var(--cubic-bg);
  background-size: var(--s) calc(var(--s)*0.577);
  position: absolute;
  z-index: 0;
}

.herobar {
	/*background: var(--bg);*/
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	height: 75vh;
	padding-top: 70px;
	align-content: center;
    flex-wrap: wrap;
	padding-right: 10%;
	padding-left: 10%;
	color: var(--text);
	font-weight: normal;
	line-height: 2;
	z-index: 1;
	position: absolute;
	background: linear-gradient(165deg, var(--bg) 60%, transparent);
}
.herobar .content{
	width: 60%;
	display: block;
}
.herobar .content .big{
	line-height: 1.5;
}
.loc{
	margin: 20px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.title{
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: var(--color);
	line-height: 90px;
	transition: 0.5s;
}
.title:hover{
	color: var(--color-on-hover);
}
.locations{
	font-weight: normal;
	color: var(--text);
	text-align: center;
	line-height: 1;
	width: 60%;
	display: block;
}

.locations p{
	display: inline;
	padding: 10px;
	line-height: 50px;
	font-size: 20px;
	
}

.herobar .earth{
	width: 40%;
	display: flex;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	justify-content: right;
}
.column{
	width: 25%;
}
.column-1{
	height: 70px;
}

.column-1 img{
	height: 70px;
}

.column-2{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
}
.column-2 .link{
	width: 25%;
}
.column-3{
	text-align: right;
}

.hamburger {
	display: none;
	width: 40px;
	height: 35px;
}
.hamburger:hover {
	cursor: pointer;
}
.hamburger .bar {
	display: block;
	width: 100%;
	height: 5px;
	background: var(--color);
	margin-top: 5px;
	border-radius: 5px;
}
.menubar {
	display: none;
	background: var(--bg);
	width: 100%;
	transition: 0.5s;
	box-shadow: 0px 10px 10px #00000044;
	position: fixed;
	top: 90px;
	z-index: 98;
	line-height: 3;
	overflow: clip;
	height: 
}
.menubar .content {
	margin: 20px;
}
.menubar a{
	width: 100%;
	height: 100%;
	display: block;
	margin-top: 5px;
}

.closed {
	height: 0px !important;
}
.button {
	background: var(--color);
	padding: 10px 20px 10px 20px;
	color: black!important;
	transition: 0.3s;
	border-radius: 20px;
	font-weight: bold;
}
.column .link a{
	display: block;
	width: 90%;
	text-align: center;
}
.button:hover {
	background: var(--color-on-hover);
	color: black !important;
}
.card-list{
	z-index: 2;
	position: relative;
	display: flex;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	width: 100%;
}

.card-list .card{
	width: 350px;
	height: 500px;
	/*background: var(--bg);*/
	/*background: var(--bg);*/
	box-shadow: 0px 10px 10px #00000077;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	border-radius: 20px;
	transition: 0.5s;
}

.card-list .card:hover{
	margin-top: 35px;
	margin-bottom: 5px;
}

.card-list .card:before{
	content: '';
	border-radius: 20px;
	background: var(--cubic-bg);
	background-size: var(--s) calc(var(--s)*0.577);
	width: 350px;
	height: 500px;
	display: flex;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	position: absolute;
	z-index: 2;
}
.card-list .card .content {
	background: linear-gradient(165deg, var(--bg) 60%, transparent);
	border: 2px var(--color) solid;
	border-radius: 20px;
	height: calc(100% - 63px);
	padding: 30px;
	line-height: 2.25;
	color: var(--text);
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 3;
}
hr {
	border-color: var(--color);
	margin-top: 20px;
	margin-bottom: 20px;
}
.card-list .card .title {
	font-size: 30px;
	font-weight: bold;
}
.color{
	color: var(--color);
	transition: 0.5s;
}
.color:hover{
	color: var(--color-on-hover);
}
.gap{
	height: 20px;
}
.common{
	margin-top: 200px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 20px;
	justify-content: center;
}
.common:after{
	content: '';
	height: 30px;
	display: block;
}
.common .content{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 1155px;
	justify-content: center;
}
.common .title:after{
	content: '';
	height: 30px;
	display: block;
}
.common .card {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 350px;
	height: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 10px 10px #00000077;
	padding-top: 15px;
	padding-left: 15px;
	border-radius: 20px;
	border: 2px var(--color) solid;
	transition: 0.5s;
	background: var(--bg);
	align-items: flex-start;
}
.common .card:hover {
	margin-top: -10px;
	margin-bottom: 25px;
}
.common .tick{
	width: 50px;
	height: 50px;
}
.common .tick:before{
	content: '';
	background:url('tick.svg');
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	display: block;
}
.common .card .content {
	width: 255px;
	color: var(--text);
	font-weight: normal;
	padding-left: 20px;
	margin-top: -10px;
}
.common p{
	margin-top: -10px;
}
.faq{
	padding-top: 200px;
	color: var(--text);
	font-weight: normal;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}
.faq .content{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 100px;
	max-width: 1200px;
	padding: 30px;
}
.faq .card{
	max-width: 500px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.faq:after{
	content:'';
	display: block;
	height: 200px;
}
.bottom{
	line-height: 2;
}
.bottom .content{
	padding: 75px;
	position: relative;
	z-index: 3;
	background: linear-gradient(165deg, var(--bg) 60%, transparent);
	height: 188px;
}

.bottom:before{
	content:'';
	display: block;
	background: var(--cubic-bg);
    background-size: var(--s) calc(var(--s)*0.577);
	height: 338px;
	position: absolute;
	z-index: 1;
	width: 100%;
}

.bottom .content a{
	padding: 0 10px 0 10px;
}

.body-content{
	padding: 135px 60px 60px 60px;
	color: var(--text);
	font-weight: normal;
}

@media screen and (max-width: 1024px) {
	.herobar .content{
		width: 100%;
		display: block;
	}
	.herobar .earth{
		width: 100%;
		display: none;
	}
    .column-2 .link {
		display: none;
	}
	.column-3{
		display: flex;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-evenly;	
		align-items: center;
	}
	.hamburger {
		display: block;
	}
	.menubar {
		display: block;
	}
}

@media screen and (max-width: 796px) {
	.card-list{
		display: grid;
	}
	.column-3 .login{
		display: none;
	}
    .body-content h1{
			font-size: 25px;
	}
	.bottom .content{
		display: block;
		height: 300px;
	}
	.bottom:before{
		height: 448px;
	}
	.bottom .content a{
		padding: 0;
		display: block;
	}
}



