|
Server IP : 162.241.148.128 / Your IP : 216.73.216.95 Web Server : Apache System : Linux md-ht-9.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : caribhll ( 2226) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home3/caribhll/ridevis.com/forkandfable/intro/css/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
@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: #C19D60;
--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--------------------------------------*/
.main-loader {
background: #232032;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 11100;
}
.loader-wrap {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
transform: translateY(-50%) translateX(-50%);
min-width: 100%;
}
.loader_count {
font-size: 5.2em;
color:var(--main-color);
position: relative;
z-index: 30;
}
.cd-loader-wrap {
position: fixed;
bottom:0;
left: 350px;
top: 90px;
right:0;
overflow:hidden;
display: none;
z-index: 3
}
.cd-loader-layer .loader-layer {
position: absolute;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-98%);
height: 120%;
width: 2500%;
background: url(../images/ink2.png) no-repeat 0 0;
background-size: 100% 100%;
}
.cd-loader-layer.visible-steps .loader-layer {
animation: cd-sequence .9s steps(24);
animation-fill-mode: forwards;
}
.cd-loader-layer.closing-steps .loader-layer{
animation: cd-sequence-reverse .9s 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%);
}
}
.loader-spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index: 20;
margin-top: 50px;
opacity: 0;
transition: all .3s ease-in-out;
}
.loader-spinner.spiner-vis {
margin-top: 0;
opacity: 1;
}
.loader-spinner i{
color:var(--main-color);
font-size: 2.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);
}
100%{
transform: rotateY(0deg);
}
}
.cd-loader-line {
position: absolute;
z-index: 21;
}
.cll_th {
right: 50px;
top: 50px;
left: 40%;
height: 1px;
}
.cll_bh {
left: 50px;
bottom: 50px;
right: 40%;
height: 1px;
}
.cll_th:before , .cll_bh:before {
content: '';
position: absolute;
height: 1px;
border-top: 1px dashed rgba(255,255,255,.2);
transition: all .6s ease-in-out;
}
.cll_th:before {
left: 0;
right: 100%;
}
.cll_bh:before {
right: 0;
left: 100%;
}
.vis-cd-loader-line.cll_th:before , .vis-mll.cll_th:before {
right: 0;
}
.vis-cd-loader-line.cll_bh:before , .vis-mll.cll_bh:before {
left: 0;
}
.cll_tv {
left: 50px;
top: 50px;
width: 1px;
bottom: 40%;
}
.cll_bv {
right: 50px;
bottom: 50px;
width: 1px;
top: 40%;
}
.cll_tv:before , .cll_bv:before {
content: '';
position: absolute;
width: 1px;
border-left: 1px dashed rgba(255,255,255,.2);
transition: all .6s ease-in-out;
}
.main-loader .cll_th:before , .main-loader .cll_bh:before , .main-loader .cll_th:before, .main-loader .cll_bh:before {
transition: all 1.0s ease-in-out;
}
.cll_tv:before {
top: 0;
bottom: 100%;
}
.cll_bv:before {
top: 100%;
bottom: 0;
}
.vis-cd-loader-line.cll_tv:before , .vis-mll.cll_tv:before {
bottom: 0;
}
.vis-cd-loader-line.cll_bv:before, .vis-mll.cll_bv:before {
top: 0;
}
.cd-loader_title , .loader-wrap-title {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 19;
font-size: 6.0vw;
color: rgba(255, 255, 255, .05);
text-transform: uppercase;
}
.cd-loader_title span {
position: relative;
opacity: 0;
transition: all .6s ease-in-out;
}
.cd-loader_title span.cd-loader_title_vis {
opacity: 1;
}
/*--------------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: .9;
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;
z-index: 20
}
.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:60px;
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: 6.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 10px 0;
background: #32303f;
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 10px;
background: #32303f;
z-index: 2;
}
.star-rating-wrap {
position: absolute;
top: 35px;
left: 50%;
transform: translateX(-50%);
z-index: 20;
}
.star-rating i {
margin:0 3px;
color:var(--main-color);
font-size: .9em;
font-weight: bold;
}
.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: #32303f;
}
.demo-list-item:nth-child(2) , .demo-list-item:hover{
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:30px;
color:#fff;
padding-top:30px;
z-index: 2;
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 a {
position: relative;
z-index: 3;
}
.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:320px;
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 {
font-size: 1.7em;
color: var(--main-color);
transform: rotate(-45deg);
display:inline-table;
margin:0 auto;
}
.bold-separator:before , .bold-separator:after {
content:'';
position:absolute;
width:30%;
height:1px;
top:50%;
border-top: 1px dashed rgba(255,255,255,.3)
}
.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;
}
}