/*------------------------------------------------------------------
  Innovus style  Version: 1.0
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);


/*------------------------------------------------------------------
    Fonts
-------------------------------------------------------------------*/

@font-face {
    font-family: "GothamRoundedBold";
    src: url("fonts/GothamRoundedBold.otf");
}


@font-face {
    font-family: "GothamRoundedLight";
    src: url("fonts/GothamRoundedLight.otf");
}
@font-face {
    font-family: "GothamRoundedLightItalic";
    src: url("fonts/GothamRoundedLightItalic.otf");
}
@font-face {
    font-family: "GothamRoundedMedium";
    src: url("fonts/GothamRoundedMedium.otf");
}@font-face {
    font-family: "GothamRoundedMediumItalic";
    src: url("fonts/GothamRoundedMediumItalic.otf");
}

@font-face {
    font-family: "GothamRoundedBook";
    src: url("fonts/GothamRoundedBook.otf");
}

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #999999;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
}

html, body{
	height: 100%;
}


a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #333333;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #222222;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

ul, li, ol{
	margin: 0px;
	list-style: none;
	padding: 0px;
}


.main-section {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: gray;
	overflow: hidden;
	background-image: url(images/banner.png);
	background-position: center;
	background-size: cover;
}

.inner-content {
	width: 743px;
	max-width: 100%;
	position: absolute;
	top: 353px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.logo-section {
	position: relative;
	width: 544px;
	min-height: 234px;
	margin: 0 auto;
	max-width: 100%;
}

.logo-outer {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.logo-in {
	position: absolute;
	top: 56px;
	left: 50%;
	transform: translateX(-50%) scale(.7);
	transition-delay: .5s;
	transition-duration: .5s;
	opacity:0;
}
.loaded  .logo-in {
	transform: translateX(-50%) scale(1);
	transition-delay: .5s;
	transition-duration: 1s;
	opacity:1;
	

	
}
.logo {

    position: absolute;
	top: 213px;
    left: 50%;
    transform: translate(-50%);
    width: 279px;
	transition-delay: 2s;
	transition-duration: 1s;
	opacity:0;

}
.loaded  .logo {
    top: 185px;
	transition-delay: 2s;
	transition-duration: 1s;
	opacity:1;	
}
.logo-outer {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%) scale(1) ;
		transition-delay: 1.5s;
	transition-duration: 1s;
	opacity:0;
}
.loaded .logo-outer {
	top: 0px;
	left: 50%;
	transform: translateX(-50%) scale(1) ;
		transition-delay: 1.5s;
	transition-duration: 1s;
	opacity:1;
}




.perspective {
  width: 100%;
  perspective: 1000px;
}

#top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.card {
  width: 100%;
  margin: auto;
  transform-style: preserve-3d;
  transition: transform .05s linear;
  background:transparent;
  border:0;
}
.card .thumb {
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.card .thumb:after {
  background: inherit;
  content: '';
  display: block;
  position: absolute;
  left: -60px;
  top: 40px;
  width: 100%;
  height: 108%;
  z-index: -1;
  filter: blur(55px);
}
.card h2 {
  position: absolute;
  top: 0;
  left: -60px;
  font-size: 40px;
  font-weight: 100;
  transform: translateZ(80px);
}
.card span {
  position: absolute;
  bottom: 40px;
  right: -280px;
  font-size: 37px;
  font-weight: 600;
  transform: translateZ(35px);
}

.dribbble {
  position: fixed;
  top: 25px;
  right: 25px;
}
.dribbble > a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ec4989;
}


.card h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #b99461;
	letter-spacing: 15px;
	font-family: "GothamRoundedMedium";
	padding-left: 18px;
	padding-bottom: 5px;
	position:relative;
	top:25px;
		transition-delay: 2.5s;
	transition-duration: 1s;
	opacity:0;
}
.card h5 {
	font-size: 17px;
	color: #ffffff;
	padding-top: 0;
	margin-top: 0;
	text-transform: uppercase;
	font-family: "GothamRoundedLight";
	letter-spacing: 1px;
	padding-left: 0;
	opacity: .8;
	position:relative;
	top:25px;
	transition-delay: 4s;
	transition-duration: 1s;
	opacity:0;
		margin-top: 52px;
	padding-left: 18px;
}
.loaded .card h4 {
			transition-delay: 2.5s;
	transition-duration: 1s;
	opacity:1;
		top:0px;
}
.loaded .card h5 {
	top: 0px;
	transition-delay: 4s;
	transition-duration: 1s;
	opacity: 1;

}

.meu-section ul li {
	display: inline-block;
	font-size: 20px;
	color: #f8c980;
	text-transform: uppercase;
	padding: 0px 21px;
	letter-spacing: 2px;
	font-family: "GothamRoundedBook";
}
.meu-section {
	padding-top: 45px;
}


.meu-section ul li:nth-child(1) {
	position: relative;
	left: 20px;
	opacity:0;
}
.meu-section ul li:nth-child(2) {
	position: relative;
	left: 20px;
	opacity:0;
}
.meu-section ul li:nth-child(3) {
	position: relative;
	left: 20px;
	opacity:0;
}
.meu-section ul li:nth-child(4) {
	position: relative;
	left: 20px;
	opacity:0;
}
.meu-section ul li:nth-child(5) {
	position: relative;
	left: 20px;
	opacity:0;
}
.meu-section ul li:nth-child(6) {
	position: relative;
	left: 20px;
	opacity:0;
}
.meu-section ul li:nth-child(7) {
	position: relative;
	left: 20px;
	opacity:0;
}
.loaded .meu-section ul li:nth-child(1) {
	top:0px;
	left:0px;
	transition-delay: 3s;
	transition-duration: 1s;
	position: relative;
	opacity:1;
}
.loaded .meu-section ul li:nth-child(2) {
	top:0px;
	left:0px;
	transition-delay: 3.3s;
	transition-duration: 1s;
	opacity:1;
}
.loaded .meu-section ul li:nth-child(3) {
	top:0px;
	left:0px;
	transition-delay: 3.6s;
	transition-duration: 1s;
	opacity:1;
}
.loaded .meu-section ul li:nth-child(4) {
	top:0px;
	left:0px;
	transition-delay: 3.9s;
	transition-duration: 1s;
	opacity:1;
}
.loaded .meu-section ul li:nth-child(5) {
	top:0px;
	left:0px;
	transition-delay: 4.2s;
	transition-duration: 1s;
	opacity:1;
}
.loaded .meu-section ul li:nth-child(6) {
	top:0px;
	left:0px;
	transition-delay: 4.5s;
	transition-duration: 1s;
	opacity:1;
}
.loaded .meu-section ul li:nth-child(7) {
	top:0px;
	left:0px;
	transition-delay: 4.8s;
	transition-duration: 1s;
	opacity:1;
}

