@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Photogam Intro
  Version: 1.0
  Last change: 15.10.2023]
*/
/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Mukta+Mahee:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background: #000;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
}
/* ---------Page preload--------------------------------------*/
.main-loader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
 	background: #000;
}
.ml-wrap {
	position: absolute;
	left: 50%;
	width: 120px;
	transform: translateY(-50%);
	margin-left: -60px;
	top: 50%;
	z-index: 3;
}
.ml-wrap img {
	width: 120px;
	height: auto;
	position: relative;
	z-index: 1;
	transition: all  .5s ease;
	transition-delay: .4s
}
.ml-mask {
    position: absolute;
    top: -10%;
    right: 0;
    width: 200%;
    height: 120%;
    max-width: none;
    background-image: linear-gradient(to right, transparent, #000 50%, #000);	
	z-index: 2;
} 
.ml_images-wrap {
	position: absolute;
	width: 400px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -200px;
	z-index: 1;
}
.ml_bg-item {
	position: absolute;
	opacity: .4;
	width: 220px;
	height: 140px;
	overflow: hidden;
	border-radius: 30px;
	transition: all  .5s ease;
}
.ml_bg-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 2;
	transition: all 1.3s ease;
	transition-delay: .4s
}
.mgl_vis:before {
	top: 100%;
}
.mgl_clos {
	transform: scale(0)
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position: absolute  ;
	top:0;
	left:0;
	z-index:2;
	color: #fff;
	background: #000;
	text-align:center;
}
.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;
}
.logo-holder {
	position:absolute;
	top:150px;
	left: 150px;
 
	z-index:12;
}
.logo-holder img {
	width: 120px;
	height: auto;
}
.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	z-index:2;
}
.over-bg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity: .4;
	z-index:3
}
.overlay.white-overlay{
	background:#fff;
	opacity:0.3;
}
.version-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 150px;
 	width: 50%;
	z-index:3;
}
.version-inner {
	width: 100%;
	float: right;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	border-radius:40px;
	z-index:1;
	box-shadow: 0px 0px 0px 20px rgba(255,255,255,0.2);
} 
.version-inner img {
	width:100%;
	height:auto;
}
.dark-ver {
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	opacity:0;
	visibility:hidden;
	transition: all 0.2s ease-in-out;
}
.vis-dark {
	opacity:1;
	visibility: visible;
}
.ver-link {
	position:absolute;
	top:50%;
	left:15%;
	width:70%;
	z-index:5;
}
.ver-link:before {
	content:'';
	position:absolute;
	left:50%;
	width:1px;
	height:20px;
	background:#fff;
	top:50%;
	margin-top:-20px;
}
.ver-link a {
	width:50%;
	float:left;
	text-align: center;
	font-size:12px;
	font-weight:500;
	color:#fff;
	transition: all  .2s ease-in-out;
	position:relative;
	top:-12px;
 
}
.ver-link a span {
	padding:18px 50px;
	background:#000;
	color:#fff;
 	border-radius: 30px;
	position:relative;
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.2);
}
.ver-link a.drt span{
	background:#fff;
	color:#000;
}
.ver-link a:hover {
	opacity:0.6;
}
.notifer {
 	position: absolute;
	bottom: 110px;
	left: 150px;
	text-align:left;
	z-index: 5;
	color:#fff;
}
.notifer a {
	color:rgba(255,255,255,0.51);
} 
.details_templ {
	position: absolute;
	left: 150px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.details_templ h3 {
	text-align: left;
	color:#fff;
	font-size: 1.4em;
} 
.details_templ a {
	color:#000;
	padding: 19px 50px;
	text-transform: uppercase;
	background: #fff;
	font-weight: 500;
	font-size: .9em;
	letter-spacing: 2px;
	display: table;
	margin-top: 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.2);
} 
 
.main-bg-warp {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	z-index: 2;
	opacity: 1
}
.main-bg-warp:before {
	content:'';
	position: fixed;
	top:50px;
	left:50px;
	bottom:50px;
	right:50px;
 	box-shadow: 0px 0px 0px 50px rgba(255,255,255, .1);
	z-index: 10;
}
@media only screen and  (max-width: 1500px) {
.version-wrap {
	right: 100px;
}
}
.logo-holder , .notifer , .details_templ {
    left: 100px;
}
@media only screen and  (max-width: 1400px) {
.logo-holder , .notifer , .details_templ , .version-wrap  {
	position: relative;
	left: 0;
	float: left;
	top: 0;
	transform: translateY(0);
	width: 100%;
}
.version-wrap  {
	margin :50px 0;
	padding: 0 30px;
 
}
.notifer  {
	text-align: center;
	margin: 50px 0 30px;
 
}	
.logo-holder {
	margin-top:120px;
}
.main-bg-warp:before , .details_templ a {
    display: none
}
.details_templ h3{
	margin: 30px 0 0;
	padding: 0 30px;
}	
.details_templ h3{
	text-align: center
}
.version-inner {
 
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.2);
} 	
}
@media only screen and  (max-width: 768px) {
.version-inner img , .ver-link:before  {
	display: none
}
.version-inner {
 
    box-shadow: 0px 0px 0px 0 rgba(255,255,255,0.2);
} 	
.ver-link {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	float: left;

} 
.ver-link a {
	width: 100%;
	top: 0;
	margin: 30px 0;
} 	
}
 