/*
Theme Name: URBANE
Theme URI: 
Author: Web Team
Author URI: 
Description: 
Version: 1.0
Text Domain: 

*/
/******** URBANE ********/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
html, body {
  font-size: 100% !important;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
a {
  color: #fdb935;
  transition: color 0.5s, background 0.5s;
}
a:hover {
  text-decoration: none;
  color: #df970b;
}
input[type="submit"], button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
.responsive-img {
  width: 100%;
}
.mb35p {
  margin-bottom: 35px;
}
.mb30p {
  margin-bottom: 30px;
}
.mb25p {
  margin-bottom: 25px;
}
.mb20p {
  margin-bottom: 20px;
}
.mb15p {
  margin-bottom: 15px;
}
.mb10p {
  margin-bottom: 10px;
}
.mb5p {
  margin-bottom: 5px;
}
.mt35p {
  margin-top: 35px;
}
.mt30p {
  margin-top: 30px;
}
.mt25p {
  margin-top: 25px;
}
.mt20p {
  margin-top: 20px;
}
.mt15p {
  margin-top: 15px;
}
.mt10p {
  margin-top: 10px;
}
.mt5p {
  margin-top: 5px;
}
.w100p {
  width: 100% !important;
  float: left;
}
.wa {
  width: auto !important;
}
.dib {
  display: inline-block !important;
  float: none !important;
}
.br3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.br5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.br10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.brtr5 {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.brtr10 {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.brbl5 {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.brbl10 {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
.oh {
  overflow: hidden !important;
}
.br100 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
body p, body a, body span, body form, body ul, body ol {
  font-size: 16px;
}
.op90, .op70 {
  transition: opacity 0.5s;
}
.op90:hover { /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}
.op70:hover { /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}
.nbr {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.nbs {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.nbdr {
  border: none !important;
}
.nb {
  background: none !important;
}
.nm {
  margin: 0px !important;
}
.np {
  padding: 0px !important;
}
.npt {
  padding-top: 0px !important;
}
.npr {
  padding-right: 0px !important;
}
.npb {
  padding-bottom: 0px !important;
}
.npl {
  padding-left: 0px !important;
}
body {
  font-family: 'Lato', sans-serif;
}
.f-right {
  float: right !important;
}
.f-left {
  float: left !important;
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1, h2, h3, h4, h4, h5, h6 {
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  font-size: inherit !important;
}
.container {
  width: 100%;
  max-width: 80%;
}
/********************************************* Website *************************************************/
body {
  background-color: #141414;
  font-family: 'Open Sans', sans-serif;
}
body * {
  transition: all 0.5s;
}

#backslider,
#backslider .carousel-inner,
#backslider .item
{width:100vw; height: 100vh;}
#backslider .item img{width:100vw!important; height: 100vh!important;opacity: 0;}
#backslider .item{background-size: cover!important; background-position: center top!important;}

#backslider{position:relative;}
#backslider:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.61);
    background-image: url("../images/texture_back.png");
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.min_content_part{

    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.white_tranparent_line {
    width: 200px;
    height: 10px;
    background: #fff;
    opacity: 0.4;
    margin: 50px 0 40px 0;
	transform: scale(0);
}

.content_sec{max-width:510px;padding:0 20px;font-size:20px; line-height: 34px; color:#fff; text-align: center;}

.copyright_content {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    opacity: 0.7;
    font-size: 18px;
}

@media(min-width:480px) and (max-width:767px){
	
	.logo_sec{
		max-width: 280px;
	}
	
	.content_sec {
		padding: 0 15px;
		font-size: 18px;
	}
	
	.copyright_content {
		font-size: 16px;
	}
	
	.white_tranparent_line {
		margin: 20px 0 20px 0;
		width: 180px;
		height: 7px;
	}
	
}

@media(max-width:479px){
	.logo_sec{
		max-width: 280px;
	}
	
	.content_sec {
		padding: 0 14%;
		font-size: 18px;
	}
	
	.copyright_content {
		font-size: 16px;
	}
	
	.white_tranparent_line {
		margin: 40px 0 30px 0;
		width: 180px;
		height: 7px;
	}
	
}

@keyframes load_element {
  to {
    opacity: 1;
  }
}
@keyframes load_element_scale {
  to {
    transform: scale(1);
  }
}
@keyframes load_element_with_full {
  to {
    width: calc(100% - calc(55vw/4) + 30px);
  }
}
#backslider,
.logo_sec,
.content_sec,
.copyright_content
{
  opacity: 0;
  transition: all 0.5s;
}

.start_animate #backslider,
.start_animate .logo_sec,
.start_animate .content_sec,
.start_animate .copyright_content
{
  animation: load_element 1s linear 0s forwards;
}

.start_animate #backslider {
  animation-delay: 0.5s;
}


.start_animate .logo_sec {
  animation-delay: 1s;
}

.start_animate .content_sec {
  animation-delay: 1.5s;
}

.start_animate .white_tranparent_line
{
  animation: load_element_scale 1s linear 2s forwards;
}

.start_animate .copyright_content{
  animation-delay: 2.5s;
}
