


/*------------------------------ header section ------------------------------*/

.header {
    margin: 0px auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    height: 40px;
}

.header img { 
    float: left;
    width:   100px;
    border-radius: 0px 0px 15px 0px;
    transition: .1s ease-in;
    position: absolute;
    z-index: 50;
    /* it only works on position:absolute, position:relative, or position:fixed, */
}

.header img:hover  {
    width: 110px;
    transition: .2s ease;
    box-shadow: 0px 1px 1px #175164;
}

.fixedWidth {
    width: 750px;
    margin: 0 auto; /*centers div within another div*/
    padding-left: 10px;
    position: relative;
}

/*------------------------------ top bar section ------------------------------*/

.topMenu2Container {
    background: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%);    
}

.topMenu2 {
    color: #706E6E;    
    padding: 0;
    height: 30px;
    width: 440px;
    margin: 0 auto; /*centers div within another div*/
    padding-left: 10px;
    position: relative;
}

.topBarList2 {

    display: inline-block;
    margin-top: 0px;
    position: absolute; 
    min-width: 100%;  
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    height: 40px;

    
}    

.topBarList2 li {
    list-style: none;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    transition: .5s ease;
    display: flex;
    border-radius: 6px 6px 0px 0px;
}

.topBarList2 li a:hover, a:visited, a:link, a:active{
    text-decoration: none;
    color: #706E6E;   
}

.topBarList2 li a:hover {

    color: white;   
}


.topMenu2UnderLine {
    height: 2px;
    background-color: white;
    transition: .5s ease;

}



/*------------------------------ Main section ------------------------------*/

.section {
    margin: 60px;
    height: auto; 
}

.mainSection {
    display: inline-block;
    width: 1000px;
    position: absolute; 
    min-width: 100%;  
    max-width: 100%;
    margin: 0px auto;
    height: 800px ;
    background: url("../Images/backgroundPattern.svg");
}

.mainSection h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 40%;
    text-align: center;
    margin: 0 auto; /*centers div within another div*/
    padding-top: 40px;
    position: relative;
    color: #838282;
}

.restoreBackground {
    background: url("../Images/backgroundPattern.svg");
}

.mainCenterImage {
    display: inline-block;
    width: 1000px;
    position: absolute; 
    min-width: 100%;  
    max-width: 100%;
    margin: 0px auto;
    height: 800px ;
}

.mainCenterImage img {
    display: block;
    width: 150px;
    position: relative;
    margin: 0 auto;
    transition: .2s ease;
    cursor: pointer;
}

.mainCenterImage img {
    width: 180px;
    transition: .2s ease;
}

.mainCenterImage img:hover {
    transform: scale(1.1);
    transition: .2s ease;
}

.mainImage {
    width: 79%;
    margin: 0 auto; /*centers div within another div*/
}

/*-------------------------- Main Container App page --------------------------*/



.column1, .column2{

    padding-left: 50px;
    padding-right: 50px;
}

.downloadColumns { /* Center divs inside */
    
    display: flex;
    justify-content: center;
}

.column1 p ,.column2 p {
    padding: 15px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#appTextHeader {
    color: grey;
    font-size: 25px;
    padding-top: 45px;
}

.mainContentContainer {
    display: block;
    margin: 0 auto;
}

.mainContentContainer img {
    margin: 0px auto;
    width: 200px;
    border-radius: 15px;
    display: block;     /*center images*/
    position: relative; /*center images*/
    transition: .2s ease;
    border: 1.5px #A7A4A4 inset;
}

.mainContentContainer img:hover {

    transform: scale(1.02);
    transition: .2s ease;
}


/*------------------------------ Download page ------------------------------*/

.mainDownloadContainer {
    animation: fadein 1.3s;
    width: 100%;
    
}

@keyframes fadein {
    
        0% {opacity: 0;}
        100% {opacity: 1;}
}

.mainDownloadContainer img {
    margin: 0px auto;
    width: 200px;
    border-radius: 15px;
    display: block;     /*center images*/
    position: relative; /*center images*/
    transition: .2s ease;
    border: 1.5px #A7A4A4 inset;

}

/*------------------------------ Who We Are page ------------------------------*/


.whoWeAreText {
    /* font-size: 20px; */
    font-size: calc(12px + 0.5vw);
    color: grey;
    text-align: center;
    padding: 50px 15px 50px 10px; /*top,right,bottom,left (clockwise), if top is fixed, no need to add bottom*/  
    z-index: 3;

}

.mainWhoAreWe {
    display: block;
    /* margin: 0 auto; */
    animation: fadein 1s;
}

@keyframes fadein {
    
        0% {opacity: 0;}
        100% {opacity: 1;}
}


.mainWhoAreWe img { /* Spaceship */
    margin: 0px auto;
    width: 200px;
    border-radius: 15px;
    display: block;     /*center images*/
    position: relative; /*center images*/
    transition: .2s ease;
    border: 1.5px #A7A4A4 inset;   
}

.whoAreWeBackground {
    background: linear-gradient(to bottom, rgba(8,122,167,1) 0%,rgb(4, 55, 78) 100%);
    height: 800px;
}

.whoAreWeBackground img {
    border: none;
    top: 120px;

    animation: flying 15s infinite;
    z-index:3;
}

@keyframes flying {

    0% {top: 200px;}
    50% {top: 10px;}
    100% {top: 200px;}
}


.mapContainer {

    z-index:3;
    padding: 10px;
    width: 100%;
    height: 100%;
    
}

.map {
    border-radius: 30px;
    max-width: 100%;
    height: 250px;
    float: right;

}
/*------------------------------ ContactUs page ------------------------------*/

.mainContactUs {

    overflow-y:auto; 
    position:relative;
    /* height:1%; */
}

/*------------------------------ Button App tab------------------------------*/

a.button {
    color: #1FA8F7;
    
}

.button {
	font:normal normal 500 1.3em 'Open Sans';
	text-decoration:none;	
	border:1px solid #1FA8F7;
	border-radius:100px;
	padding: .3em 1.2em;
    margin:5px;
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, #1FA8F7 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    /* background-color: rgba(255, 255, 255, 0.281); */
}

.button:hover {
    text-decoration: none;
	color:rgba(255, 255, 255, 1);
	background-color:#1FA8F7;
	background-position: -100% 100%;
}

#downloadButton {
    text-align: center; /*to center*/
    position: relative; /*to center*/
    background-color: white;
    vertical-align: middle;
    margin: 0;
    position: absolute;

} 
/*------------------------------ technologies ------------------------------*/

.parallaxText {
    padding-top:20px;
}

/* Typography */

#parallaxContainer h1 {
    font-family:'Oswald', sans-serif; 
    font-size:24px; 
    font-weight:400;
    text-transform: uppercase; 
    color:black; 
    padding:0; 
    margin:0;
}

#parallaxContainer h2 {
    font-family:'Oswald', sans-serif; 
    font-size:70px;
    letter-spacing:10px; 
    text-align:center; 
    color:white;
    font-weight:400; 
    text-transform:uppercase; 
    z-index:10;
    opacity:.9;
    text-shadow: 0px 2px 1px #202020 
}


#parallaxContainer p {
    font-family:'Source Sans Pro', sans-serif; 
    font-weight:400; 
    font-size:14px; 
    line-height:24px;
}

.first-character {
    font-weight:400; 
    float: left; 
    font-size: 84px; 
    line-height: 64px; 
    padding-top: 4px; 
    padding-right: 8px; 
    padding-left: 3px; 
    font-family: 'Source Sans Pro', sans-serif;
}

.parallax1Inital {color: #0fc4e4;}
.parallax2Initial {color: #ffae00;}


/* Section - Title */

#parallaxContainer .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallaxContainer .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */

#parallaxContainer .block {
    background: white; 
    padding: 60px; 
    width:820px; 
    margin:0 auto; 
    text-align:justify;
}

#parallaxContainer .block-gray {
    background: #f2f2f2;
    padding: 60px;
}
#parallaxContainer .section-overlay-mask {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    opacity: 0.70;
}

/* Section - Parallax */

#parallaxContainer .parallax1 {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("../Images/unity3d.png");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#parallaxContainer .parallax2 {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("../Images/blender2.jpg");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#parallaxContainer .parallax3 {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url("../Images/paintcode.svg");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#parallaxContainer .line-break {
    border-bottom:1px solid black; 
    width: 150px;
    margin:0 auto;
}

/* Section - Unity */
.mainTechnologies {

    justify-content: center; 
    width: auto;
}


.unityPartnerContainer {
    text-align: center;
    padding-bottom: 80px;
}

.unityPartners{

    display: inline-block;
    padding-bottom: 5px;
}

.unityPartners img {

    width: 200px;
    transition: 0.2s ease;
    border: white solid 5px ;
}

.unityPartners img:hover {
    transform: scale(1.1);
    transition: 0.2s ease;
}

.unityLogoContainer{
    text-align: center;
}

.unityLogo img:hover{
    transform: scale(1.1);
    transition: 0.2s ease;
}

.unityLogo img {
    padding-top: 20px;
    width: 200px;
    transition: 0.2s ease;
}

.unityLogo a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: rgb(110, 111, 112);   
}

/* Section - blender */

.blenderLogoContainer{
    text-align: center;
    
}

.blenderLogo img:hover{
    transform: scale(1.1);
    transition: 0.2s ease;
}

.blenderLogo img {
    padding-top: 20px;
    width: 100px;
    transition: 0.2s ease;
}

.blenderLogo a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #706E6E;   
}


.blenderCommunityContainer{
    text-align: center;
    padding-bottom: 50px;
}

.blenderCommunity {
    display: inline-block;
    padding-bottom: 5px;
}

.blenderCommunity img{
    
    width: 100px;
    border-radius: 50px;
    margin-left: 15px;
    margin-right: 15px;
    transition: 0.2s ease;
}

.blenderCommunity a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #706E6E;   
}

.blenderCommunity img:hover {
    transform: scale(1.1);
    transition: 0.2s ease;
}



/*------------------------------ footer ------------------------------*/

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%);
    color: #757575;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 30;
}


.footer img {
    border: none;
}

.footer ul li ul li img {
    height: 25px;
    width: 25px;
    transition: .5s ease;
}

.footer li {
    list-style: none;
    text-indent: 0;
    padding-left: 20px;
    padding-right: 20px;
   
}

.footerMenu {
    
    width: 430px;
    margin: 0 auto; /*centers div within another div*/
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
}

.footerMenu a:visited, a { /*removes hyperlink formatting*/
    text-decoration: inherit;
    color: inherit;
}

.footerMenu li {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.footerMenu ul li ul {
    text-align: center;
    padding: 0;
}

.footerMenu ul li ul li {
    padding: 0;
    font-size: 12px;
    float: none;
    margin-top: 15px;
}

.footerMenu li li:hover {
    transition: .4s ease;  
    filter: brightness(0.6);
}

.footerMenu li li , li li a:hover, li lia:visited, li li a:link, li li a:active {
    text-decoration: none; 
    color: rgba(151, 166, 173, 0.95);
}

/*------------------------------ footer parallax------------------------------*/

.footerParallax {
    padding-top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%);
    color: #757575;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 30;
}

.footerParallax img {
    border: none;
}

.footerParallax ul li ul li img {
    
    height: 25px;
    width: 25px;
    transition: .5s ease;
}

.footerParallax li {
    list-style: none;
    text-indent: 0;
    padding-left: 20px;
    padding-right: 20px;
}


