@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=Playfair+Display:wght@400;500;700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	height: 100%;
	overflow-y: auto;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;	
	color: #000;
	overflow-y: auto;
	font-family: 'Poppins', sans-serif;
}
@-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;
	margin:-20px 0 0 -20px;
	z-index:20;
    transform: scale(1.0);
}
.loader:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-top: 2px  solid;
	border-radius: 50%;
	animation: spin2 0.5s infinite linear;
	border-radius:100%;
	z-index:1;
}
.loader:before  {
	border-top-color:#C19D60;
}
@keyframes spin2 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
.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 , .cd-tabs-layer .tabs-layer , .cd-reserv-overlay-layer .reserv-overlay-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-tabs-layer.visible, .cd-loader-layer.visible , .cd-reserv-overlay-layer.visible {
	opacity: 1;
	visibility: visible;
}
.cd-tabs-layer.opening .tabs-layer , .cd-loader-layer.opening .loader-layer , .cd-reserv-overlay-layer.opening .reserv-overlay-layer  {
	animation: cd-sequence 0.8s steps(24);
	animation-fill-mode: forwards;
}
.cd-tabs-layer.closing .tabs-layer   , .cd-reserv-overlay-layer.closing .reserv-overlay-layer {
	animation: cd-sequence-reverse 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: 0;
	background: #131313;
}

.fl-wrap {
	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 {
	margin-top:30px;
	width: 100%;
	height: auto;
}
.bg {
	background-image:url('../images/banner003.jpg');
	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: #d4d9d1;
	opacity: 0.4;
	z-index: 3;
}
.hero-container {
	overflow:hidden;
}
.hero-container:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px dashed rgba(255,255,255,0.2);
    z-index: 3;
    box-shadow: 0px 0px 0px 50px rgba(255,255,255,0.08);
}
.hero-container .bg {
    width: inherit;
    left: 30%;
    right: 0;
	z-index:2;
}
.landing-hero-text{
    width: 30%;
    height: 100%;
    position: absolute;
    top:38%;
    left: 0;
	padding:0 50px 0 150px;
	z-index:20;
}
.landing-hero-container:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(153, 153, 153, 0.1);
}
.logo-holder {
	text-align: center;
}
.logo-holder img {
	height: 150px;
	width: auto;
	margin-bottom: 20px;
}
.landing-hero-text h3 {
	text-align:center;
	font-family: 'Playfair Display', cursive;
	color:#fff;
	font-size:16px;
	line-height:26px;
padding-bottom: 40px;
}
.btn {
	padding: 14px 30px 14px 35px;
	float:none;
    position: relative;
    font-family: 'Playfair Display', cursive;
    color: #fff;
    margin-top: 25px;
 	background: #5b772d;
    font-weight: 500;
    transition: all 200ms linear;
}
.btn i , .buy_btn i {
	margin-left:15px;
}
.buy_btn {
	position:absolute;
	right:90px;
	top:70px;
	z-index:20;
	padding: 14px 30px 14px 35px;
    font-family: 'Playfair Display', cursive;
    color: #292929;
    margin-top: 25px;
 	background: #fff;
    font-weight: 500;
    transition: all 200ms linear;
}
.buy_btn:hover {
 	background: #5b772d;
	color:#fff;
}
.btn:hover {
	background:#fff;
	color:#292929;
}
.hero-dec-top {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:252px;
	height:219px;
	background:url(../images/hero-dec_top.png);
	opacity:0.2;
}
.hero-dec-top2 {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	width:222px;
	height:220px;
	background:url(../images/hero-dec_top2.png);
	opacity:0.3;
}
.hero-dec-bottom {
	position:absolute;
	bottom:60px;
	left:35%;
	z-index:1;
	width:153px;
	height:152px;
	background:url(../images/hero-dec_bottom.png);
	opacity:0.3;
}
.scroll-down-wrap {
	position:absolute;
	left:150px;
	bottom:90px;
	z-index:100
}
.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 8px;
	font-weight: 600;
	font-size: 11px;
	color: #000;
	z-index:10;
}
.scroll-down-wrap  span  {
	color:#fff;
}
.scroll-down-wrap  span:before  {
	background:#fff;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 2px solid #fff;
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background: #C19D60;
	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;
	}
}
#fall-holder {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	z-index:1;
	opacity:0.3;
	transform: rotate(-90deg); 
}
.demo-list {
	display:flex;
	flex-wrap:wrap;
}
.demo-list-item {
	width: 33.3%;
	padding: 120px 40px 150px 40px;
	position: relative;
	box-sizing: border-box;
	border-left: 1px dashed rgba(255,255,255,0.2);
	background: #313131;
}
.demo-list-item:nth-child(2){
	background:#292929;
}
.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 dotted rgba(255,255,255,0.4);
    top: 50px;
    border-top: 1px dotted rgba(255,255,255,0.4);
    z-index: 10;
}
.demo-list .demo-list-item:nth-child(3):before {
	content:'';
	position: absolute;
    right: 40px;
    width: 80px;
    height: 80px;
    border-right: 1px dotted rgba(255,255,255,0.4);
    bottom: 50px;
    border-bottom: 1px dotted rgba(255,255,255,0.4);
    z-index: 10;
}
.demo-list-item img{
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.35);
    transition: all 200ms linear;
	transform:translateY(0);
}
.demo-list-item:hover img {
	transform:translateY(-20px);
    box-shadow: 0 9px 46px rgba(0, 0, 0, 0.5);
}
.demo-number {
	text-align:center;
	font-size:64px;
	font-family: 'Playfair Display', cursive;
	color:#C19D60;
}
.demo-list-item h4 {
	font-size:20px;
	color:#000;
	font-family: 'Lato', cursive;
	padding-top:30px;
	font-weight:500;
	position:relative;
}
.demo-list-item h4:after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
    color: #405123;
    font-size: 7px;
    letter-spacing: 4px;
	position: absolute;
	bottom:-20px;
	width:100%;
	left:0;
}
.demo-list-item h4 a {
	color: #C19D60;
}
.demo-list-item h4 a:hover {
	color:#fff;
}
.main-dec2 {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	width:207px;
	height:104px;
	background:url(../images/main-dec2.png);
	opacity:0.3;
}
.main-dec3 {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	width:136px;
	height:149px;
	background:url(../images/main-dec3.png);
	opacity:0.3;
}
.main-dec4 {
	position:absolute;
	bottom:30%;
	right:0;
	z-index:1;
	width:47px;
	height:42px;
	background:url(../images/main-dec4.png);
	opacity:0.3;
}
.bold-separator {
	width:200px;
	position:absolute;
	left:50%;
	margin-left:-100px;
	bottom:60px;
	z-index:10;
}
.bold-separator span {
	width:6px;
	height:6px;
	display:inline-table;
	background:#fff;
	margin:0 auto;
	border-radius:100%;
}
.bold-separator.bold-separator_dark span{
	background:#292929;
}
.bold-separator.bold-separator_dark {
	margin:15px  auto 30px;
}
.bold-separator:before , .bold-separator:after {
	content:'';
	position:absolute;
	width:30%;
	height:1px;
	top:50%;
	opacity:0.3;
	background: #C19D60;
}
.bold-separator:before {
	left:0;
}
.bold-separator:after {
	right:0;
}
.features-container {
	background: url("../images/bg2.jpg");
	background-size: cover;
	background-position: center;
	padding: 200px 0;
}
.features-container .overlay {
	opacity:0.6;
}
.brush-dec  {
	position:absolute;
	left:0;
	z-index:20;
	height:60px;
	width:100%;
	z-index:20;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
	bottom:0;
	background:url(../images/brush-dec.png);
}
.brush-dec2.brush-dec_bottom {
	top:100%;
	margin-top:-2px;
}
.features-container h4 {
	font-size:50px;
	color:#fff;
	font-family: 'Lato', cursive;
	padding-bottom:30px;
	font-weight:600;
	position:relative;
}
.features-container h5 {
	color:rgba(255,255,255,0.7);
}
.features-container .btn {
	float:none;
	display:inline-block;
	margin-top:40px;
}
footer {
	background: #131313;
	color:#fff;
	padding:20px;
}
	footer a {
		color: #C19D60;
	}

/*-----------------FACEBOOK-------------------*/
.fb-link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #0054a6;
	cursor: pointer;
	color: white;
	font-size: 30px;
	font-weight: bold;
}

.fb-side {
	width: 800px;
	position: fixed;
	top:25px;
	right: -500px;
	display: flex;
	z-index: 20;
}

.fb-btn {
	width: 300px;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

.fb-panel {
	width: 500px;
	height: 50px;
}

	.fb-panel.sh {
		height: 700px;
	}

.fb-link-txt {
	padding: 0 15px 0 5px;
}
@media only screen and (max-width: 1330px) {
.landing-hero-text {
    width: 100%;
    top: 38%;
    left: 0;
}
.hero-container .bg {
	left:0;
}
.hero-container:before {
	background: #33401d4d;
}
}
@media only screen and (max-width: 640px) {
.hero-container:before {
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.scroll-down-wrap , .buy_btn {
	left:50px;
}
.buy_btn {
	top:30px;
}
.scroll-down-wrap {
	bottom:40px;
}
.buy_btn {
	right:auto;
}
.landing-hero-text {
	padding:0 50px;
}
.hero-container .bg {
	left:0;
}
.hero-container:before {
	background: #33401d4d;
}
.demo-list-item {
	width:100%;
	border-left:none;
	padding:100px 40px 140px;
	border-bottom:1px   dashed rgba(255,255,255,0.2);
 	background:#313131;
}
.features-container {
    padding: 120px 0;
}
.features-container h4 {
    font-size: 64px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
}
