@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Renstate
  Version: 1.0
 
*/
/*-------------Import fonts ---------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;text-decoration:none;margin:0;padding:0}table{border-collapse:separate;border-spacing:0}blockquote:before,blockquote:after,q:before,q:after{content:""}*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}a{text-decoration:none;position:relative;color:#000}audio,video,canvas{max-width:100%}
.clearfix:before,.clearfix:after,.container:before,.container:after{content:" ";display:table}.clearfix:after,.container:after{clear:both}
 
 
/*-------------General Style-------------*/
:root {
	--main-color:#EE7838;
	--main-font:'Poppins', sans-serif;
}
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 12px;
	background:#fff;
 
	height:100%;
	text-align:center;
	color:#1e1e1e;
} 
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography---------*/
p {
	text-align: left;
    line-height: 24px;
    padding-bottom: 10px;
	font-weight: 500;
    color: #5e646a;
}
 
/* ---------Page preload-----------*/
.loade r-wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background: #fff;
}
 
@-webkit-keyframes loader-spin {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
.loader-inner {
	position: absolute;
	margin: -18px 0 0 -18px;
	border: 3.6px solid  var(--main-color);
	box-sizing: border-box;
	overflow: hidden;
	width: 36px;
	height: 36px;
	left: 50%;
	top: 50%;
	animation: loader-spin 2s linear infinite reverse;
	-webkit-filter: url(#goo);
	filter: url(#goo);
	box-shadow: 0 0 0 1px  var(--main-color) inset;
}
.loader-inner:before {
	content: "";
	position: absolute;
	animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
	background:  var(--main-color);
	transform-origin: top center;
	border-radius: 50%;
	width: 150%;
	height: 150%;
	top: 50%;
	left: -12.5%;
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
 
.content {
	position: relative;
	z-index: 3;
	background: #fff;
	padding-bottom: 50px;
} 
.container{
	width: min(100% - 25px, 1700px);
	margin-inline:auto;
	position: relative;
	z-index:5;
}
 
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
 
.full-height {
	height:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
	z-index: 3;
} 
.respimg  {
	width:100%;
	height:auto;
}
.overlay    {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
 
    background:#000;
 	opacity: .4;
	z-index: 4
}
.fs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
} 
.svg-corner {
	position: absolute;
	width: 40px;
	height: 40px;
}

.purchase_brn-wrap {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
 
	padding: 10px 60px;
	z-index: 20;
	border-radius: 50px 50px 0 0;
	background: #fff;
 
}
.purchase_brn-wrap a {
	padding: 15px 40px;
    background: var(--main-color);
	border-radius: 6px;
	display: inline-block;
	box-shadow: 0px 10px 42px 0px rgba(0, 0, 0, .27);
	position: relative;
	top: 5px;
	text-transform: uppercase;
	font-weight: 600;
    transition: all .2s linear;
}
.purchase_brn-wrap a:hover {
	background:#000;
	color:  var(--main-color);
}
.site-logo {
	position: fixed;
    top: 30px;
    left:50%;
    transform: translateX(-50%);
    padding: 10px 80px 15px;
    z-index: 20;
    border-radius: 0 0 30px 30px;
    background: #fff;
}
.site-logo img {
	height: 50px;
	width: auto;
	position: relative;
	top: -4px;
}
.version-wrap {
	position: relative;
	margin-top: 50px;
}
.version-links {
	width: 650px;
	background: #fff;
	height: 70px;
	line-height: 70px;
	border-radius: 50px;
	position: relative;
	display: inline-block;
}
.version-links a {
	position: relative;
	float: left;
	width: 50%;
	z-index: 4;
	padding: 4px;
	background: #f1f1f1;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, .2);
}
.version-links a span {
	display: block;
	background: #111;
	color:var(--main-color);
	border-radius: 50px;
    transition: all .2s linear;
}
.version-links a:hover span {
	background: #fff;
	color:#000;
	border-color: transparent;
}
.version-links_separator{
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	background: var(--main-color);
	left: 50%;
	transform: translateX(-50%);
	top: 9px;
	z-index: 10;
	text-transform: uppercase;
    box-shadow: 0 0 0 4px #fff;
	font-weight: 600;
}
.tooltip-wrap {
    position: absolute;
    bottom: 100%;
    margin-bottom: 30px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}
.tooltip-wrap img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, .2);
}
.version-links a:hover .tooltip-wrap {
	visibility: visible;
	opacity: 1;
    transform: translateX(0px);
}
.hero-title {
	position: relative;
	z-index: 5;
 	top: 50%;
	transform: translateY(-50%);
	max-width: 950px;
	margin: 0 auto;
}
.hero-title_container h2 {
	color:#fff;
	font-weight: 600;
	font-size: 2.2em;
	position: relative;
	z-index: 2;
}
.hero-title_container h2:after{
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	width: 100px;
	background: #fff;
	margin-left: -50px;
	height: 1px;
	z-index: 10;
	opacity: 1;
	transform: translateZ(0);
} 
 
.body-bg-wrap {
 	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	overflow: hidden;
 
 	border-radius: 20px;
	z-index: 1;
 
	background: rgb(249, 219, 146);
    background: linear-gradient(rgba(249, 219, 146, 1) 0%, rgba(238, 120, 56, 1) 50%, rgba(249, 219, 146, 1) 100%);
 
 
}
.api-wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .4) .1em, transparent .1em), linear-gradient(90deg, rgba(255, 255, 255, .4) .1em, transparent .1em);
    background-size: 9em 9em;
	z-index: 1;
} 
.body-bg-item-wrap {
	z-index: 2
} 
 









 
 
@media only screen and  (max-width: 768px) {
.body-bg-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
 
}	
.purchase_brn-wrap {
 
    padding: 10px;
	bottom: 10px;
	border-radius: 10px 10px 0 0;
	width: 100%;
 
}	
.version-links {
	width: 100%;
	padding: 15px 20px;
	background: none;
	height: auto;
	line-height: 50px;
 
 
}
.hero-title_container h2 {
 
    font-size: 1.5em;
 
}	
.version-links a {
 
	width: 100%;
	margin-bottom: 20px;
	
 
}
.version-links_separator , .svg-corner  {
		display: none
}
	
.tooltip-wrap {
 
    width: 300px;
 
    margin-left: -150px;
 
}
.site-logo {
 
    top: 10px;
 
}	
}	
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}