@charset "utf-8";

/*======================================
 [ -Main Stylesheet-
  Theme: Restabook Landing
  Version: 1.0
  Last change: 19/05/2020 ]
 
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/*-------------General Style---------------------------------------*/
:root {
	--main-color: #c4a676;
	--main-font: 'Playfair', serif;
	--secondary-font: 'Jost', sans-serif;
}
html {
	overflow-x: hidden !important;
	height: 100%;
	overflow-y: auto;
}
body{
	margin: 0;
	padding: 0;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 12px;
 	background: #272535;
	height:100%;
	text-align:center;
	color:#1e1e1e;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* ---------Page preload--------------------------------------*/
.loader-wrap {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	z-index:100;
}
.loader {
	position: absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	line-height: 40px;
	margin:-20px 0 0 -20px;
	z-index:20;
    transform: scale(1.0);
}
.loader i{
	color:var(--main-color);
	font-size: 3.9em;
	animation:k3d 3.5s infinite linear;
	-webkit-box-reflect: below 10px -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
}
@keyframes k3d {
0% {
  transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
	opacity:0.3;
  }
  100%{
     transform: rotateY(0deg);
  }	
}
.cd-tabs-layer  , .cd-reserv-overlay-layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.cd-loader-layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}
.cd-loader-layer .loader-layer  {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-98%);
	height: 100%;
	width: 2500%;
	background: url(../images/ink2.png) no-repeat 0 0;
	background-size: 100% 100%;
}
 .cd-loader-layer.visible   {
	opacity: 1;
	visibility: visible;
}
.cd-loader-layer.opening .loader-layer  {
	animation: cd-sequence 0.8s steps(24);
	animation-fill-mode: forwards;
}
.cd-loader-layer.closing .loader-layer{
	animation: cd-sequence-reverse 0.8s steps(24);
	animation-fill-mode: forwards;
} 
@keyframes cd-sequence {
  0% {
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    transform: translateY(-50%) translateX(-2%);
  }
} 
 
/*--------------Typography--------------------------------------*/
p {
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 400;
	color: #5e646a;
}
/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity:1;
}

.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.full-height {
	height:100%;
} 
.respimg {
	width: 100%;
	height: auto;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.par-elem {
	height:130%;
	top:-15%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272535;
    opacity: .5;
    z-index: 2;
}
.hero-container {
	overflow:hidden;
	padding: 100px 0;
}
.hero-container:before , .hero-container:after {
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .1);
	top: 50%;
	margin-top: 40px;
} 
.hero-container:before {
	left: 35px;
} 
.hero-container:after {
	right: 35px;
}
.landing-hero-text-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}
.landing-hero-text{
 
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
 
	z-index:20;
}
.landing-hero-text-wrapper {
	position: relative;
	overflow: hidden;
}
 
.logo-holder img{
 
	height:100px;
	width:auto;
	margin-bottom:30px;
}
.landing-hero-text h3 {
	font-size: 2.8em;
    color: #fff;
    font-weight: 600;
 
}
.dc_dec-item_left , .dc_dec-item_right {
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top:  40px;
}
.dc_dec-item_left {
	left: -80px;
}
.dc_dec-item_right {
	right: -80px;
}
.dc_dec-item_right:before , .dc_dec-item_left:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 150px;
	border-top: 1px  dashed rgba(255,255,255, .2);
	margin-top: -1px;
} 
.dc_dec-item_right:before {
	left: 40px;
} 
.dc_dec-item_left:before  {
	right: 40px;
}
.footer-title-dec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    font-size: 7.0vw;
    color: rgba(255, 255, 255, .05);
	margin-top: 40px;
}
.hero-section-scroll {
	position:absolute;
	width:20px;
	height:30px;
	z-index:20;
	bottom:30px;
	left:50%;
	margin-left:-10px;
}
 
.hero-section-scroll:before {
	content: '';
	position: absolute;
	bottom: -40px;
	height: 40px;
	width: 1px;
	left: 50%;
	border-left: 1px  dashed rgba(255,255,255, .2);
 
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 1px solid rgba(255,255,255,.7);
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background:var(--main-color); 
	border-radius: 4px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
.btn {
	height: 54px;
    line-height: 54px;
    padding: 0 54px;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    color: #272535 ;
    background:  var(--main-color);;
    transition: all .3s ease-in-out;
}
.btn:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 4px;
    border: 1px dashed  rgba(255,255,255, .4);
    transition: all .3s ease-in-out;
} 
 
.btn:hover {
	background:#fff;
	color:#292929;
}
 
.hero-container_dec-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 33.3%;
	height: 80px;
	border-right:1px   dashed rgba(255,255,255,0.2);
	border-bottom:1px   dashed rgba(255,255,255,0.2);
	border-radius: 0 0 20px 0;
	background: #211F2C;
	z-index: 2;
}
.hero-container_dec-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.3%;
	height: 80px;
	border-left:1px   dashed rgba(255,255,255,0.2);
	border-bottom:1px   dashed rgba(255,255,255,0.2);
	border-radius: 0 0 0 20px;
	background: #211F2C;
	z-index: 2;
}
.star-rating-wrap {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
}
.star-rating i {
	margin:0 3px;
	color:var(--main-color);
	font-size: 1.1em;
	font-weight: bold;
}
 
#fall-holder {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	z-index:1;
	opacity: .3;
 
}
.demo-list {
	border-top:1px   dashed rgba(255,255,255,0.2);
	border-bottom:1px   dashed rgba(255,255,255,0.2);
}
.demo-list-item {
	float:left;
	width:33.3%;
	padding:220px 40px;
	position:relative;
	box-sizing:border-box;
	border-left:1px   dashed rgba(255,255,255,0.2);
	background: #211F2C;
}
.demo-list-item:nth-child(2){
 	background: #272535;
}
.demo-list .demo-list-item:first-child {
	border-left:none;
}
.demo-list .demo-list-item:first-child:before {
	content:'';
	position: absolute;
    left: 40px;
    width: 80px;
    height: 80px;
    border-left: 1px dashed  rgba(255,255,255, .2);
    top: 50px;
    border-top: 1px dashed  rgba(255,255,255, .2);
    z-index: 10;
	border-radius: 10px 0 0 0;
}
.demo-list .demo-list-item:nth-child(3):before {
	content:'';
	position: absolute;
    right: 40px;
    width: 80px;
    height: 80px;
    border-right: 1px dashed rgba(255,255,255, .2);
    bottom: 50px;
    border-bottom: 1px dashed  rgba(255,255,255, .2);
    z-index: 10;
	border-radius: 0 0 10px 0;
}
.demo-list-item img{
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.35);
    transition: all 200ms linear;
	transform:translateY(0);
	border-radius: 10px;
}
.demo-list-item:hover img {
	transform:translateY(-20px);
    box-shadow: 0 9px 46px rgba(0, 0, 0, 0.5);
}
.demo-number {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	top:90px;
	font-size:5.2em;
 
	color:#C19D60;
}
.demo-list-item h4 {
	font-size:20px;
	color:#fff;
    font-family: var(--secondary-font);
	padding-top:30px;
 
	position:relative;
}
.demo-list-item h4:after {
    content: '\25CF\25CF\25CF\25CF';
    color: #fff;
    font-size: 7px;
    letter-spacing: 6px;
	position: absolute;
	bottom:-20px;
	width:100%;
	left:0;
}
.demo-list-item h4 a {
	color:var(--main-color);
}
.demo-list-item h4 a:hover {
	color:#fff;
}
.main-dec2 {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	width:359px;
	height:207px;
	background:url(../images/bg/main-dec3.png);
	opacity:.1;
}
.main-dec3 {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	width:253px;
	height:349px;
	background:url(../images/bg/main-dec4.png);
	opacity:.1;
}
 
.features-container-bg {
	position: absolute;
	overflow: hidden;
	top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px dashed rgba(255, 255, 255, .2);
	border-radius: 10px;
}

.bold-separator {
	width:300px;
	position:absolute;
	left:50%;
	margin-left:-150px;
	bottom:60px;
	z-index:10;
}
.bold-separator i {
 	color:var(--main-color);
	display:inline-table;
	margin:0 auto;
	border-radius:100%; 
	font-size: 1.8em;
}
.bold-separator:before , .bold-separator:after {
	content:'';
	position:absolute;
	width:30%;
	height:1px;
	top:50%;
	opacity: .3;
	background: #fff;
}
.bold-separator:before {
	left:0;
}
.bold-separator:after {
	right:0;
}
.features-container {
 
	padding:170px 0;
}
.features-container:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 1px;
	border-left: 1px dashed rgba(255,255,255,.2);
}
.features-container:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: -1;
	height: 1px;
	border-top: 1px dashed rgba(255,255,255,.2);
}
.features-container .overlay {
	opacity: .7;
}
 
.features-container h4 {
	font-size:4.8em;
	color:#fff;
	font-weight:600;
	position:relative;
}
.features-container h5 {
    font-family: var(--secondary-font);
	color:#fff;
	font-size:1.5em;
}
 
.footer-separator-wrap {
	margin: 30px auto   ;
	max-width: 800px;
	position: relative;
}
.footer-separator-wrap:before , .footer-separator-wrap:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background: rgba(255,255,255,.1);
	top: 50%;
}
.footer-separator-wrap:before {
	left: 50%;
	margin-left:  80px;
}
.footer-separator-wrap:after {
	right: 50%;
	margin-right:  80px;
}
.footer-separator {
	position: relative;
	display: inline-table;
	width: 100px;
}
.footer-separator:before , .footer-separator:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
}
.footer-separator:before{
	left: 0;
}
.footer-separator:after {
	right: 0;
}
.footer-separator span , .dc_dec-item_left span , .dc_dec-item_right span {
	position: relative;
	width: 10px;
	height: 10px;
	background: var(--main-color);
	transform: rotate(45deg);
	display: inline-block;
}
.footer-separator span:before , .dc_dec-item_left span:before , .dc_dec-item_right span:before {
	content: '';
	position: absolute;	
	border: 1px dotted var(--main-color);
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	border-radius: 50%;
}
@media only screen and (max-width: 1064px) {
.demo-list-item {
	width:100%;
	border-left:none;
	padding:200px 40px 170px;
	border-bottom:1px   dashed rgba(255,255,255,0.2);
 
} 
}
@media only screen and (max-width: 640px) {
.hero-container:before , .hero-container:after {
	display: none
}
.landing-hero-text h3 {
    font-size: 1.8em;
 
} 
.landing-hero-text {
	padding:0 50px;
}
 
 
 
.features-container {
    padding: 120px 0;
}
.features-container h4 {
    font-size: 30px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

