html {
	margin: 0;
	/* height: 100%;
	width:100%;
	*/
	scroll-behavior: smooth;
	overflow-x: hidden;
}
/* body>div {
	overflow-x:hidden;
}
*/
body{
  font-family: "hanken-grotesk", sans-serif;
	font-weight: 300;
	line-height: 1.8;
	font-style: normal;
	font-style: normal;
	font-weight:normal;
	position: relative;
	background-color:#121212;
	font-size:16px;
	color:#fff;
	margin: 0;
	overflow-x: hidden;
}
.owl-carousel .owl-item{
    width:100%;
}

.coming-soon img{
  max-width:400px;
	width:100%;
  margin-bottom: 50px;
}


.owl-dot:focus{

  outline: none !important;
}

.owl-dot:hover{
  background: #fff;
}

.coming-soon{
  position:absolute;
top: 50%;
left: 200px;
transform: translate(0, -50%);
  z-index:1;
  max-width:800px;
  padding:60px;
  background: rgba(27, 27, 38, 0.9);
}
.owl-dot.active{
background:#fff;

}

.websites{
  margin-top:30px;
}
.owl-dots{
  margin-top:20px;
  text-align:right;
  font-size:12px;
}

.owl-dot{

height:12px;
padding:0;
width:12px;
border-width:1px;
border-radius: 50%;
border:2px solid #fff;
background:none;
margin-right:5px;
position: relative;
}

.coming-soon p{
  font-style: italic;
  font-weight: 200;
  font-size: 18px;
}
.coming-soon h1{
margin-bottom: 30px;
font-size: 40px;
}

.coming-soon a{
  color:#c8b794;
  text-decoration: underline;
}

.main-link{
  color:#c8b794;
  font-size: 26px;
  display: block;
  text-decoration: none !important;
}

.hero .item{
  height:100vh;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1799px) {
	.coming-soon img {
max-width:340px;
margin-bottom: 40px;
}

.coming-soon{
	padding:50px;
}

.coming-soon{
	left:150px;
}
.coming-soon h1 {
    margin-bottom: 20px;
	}
	.owl-dots {
    margin-top: 10px;
	}
	.coming-soon{
		max-width: 700px;
	}

}

@media only screen and (max-width: 1499px) {
	.coming-soon img {
max-width:300px;

}
.coming-soon{
	padding:40px;
}

.websites {
    margin-top: 20px;
	}
.coming-soon{
	left:100px;
}
.coming-soon{
	max-width: 650px;
}
.coming-soon h1 {
    margin-bottom: 20px;
    font-size: 32px;
	}
	.coming-soon p {
    font-style: italic;
    font-weight: 200;
    font-size: 16px;
	}
	.main-link {
    color: #c8b794;
    font-size: 22px;
	}
	.coming-soon p{
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 1399px) {
	.coming-soon img {
max-width:250px;
    margin-bottom: 30px;
}
.coming-soon{
	padding:35px;
}


.coming-soon{
	left:75px;
}
.coming-soon{
	max-width: 600px;
}
}


@media only screen and (max-width: 1199px) {
	.coming-soon img {
max-width:220px;
    margin-bottom: 25px;
}
.coming-soon{
	padding:30px;
}
.coming-soon h1{
	font-size:30px;
}
.main-link {
		color: #c8b794;
		font-size: 20px;
	}


.coming-soon{
	left:50px;
}
.coming-soon{
	max-width: 500px;
}


}

@media only screen and (max-width: 767px) {
  .hero .item{
height:250px;
  }
	.coming-soon h1 {
		font-size:26px;
	}
	.owl-dots{
		text-align:center;
	}
	.coming-soon p{
		font-size:15px;
	}

	.coming-soon img {
max-width:220px;
margin-bottom: 35px;
}
.owl-dots {
		margin-top: 25px;
	}

.owl-dot {
    height: 10px;
		padding:0;
		width:10px;
		border-width:1px;
	}
	.coming-soon{
	  position:relative;
		transform: none;
		text-align: center;
	top: auto;
	padding:20px;
	left: 0;
}
}
