/*

Elegance Template

https://templatemo.com/tm-528-elegance

==================================================
CSS SITEMAP >>>>

  01. GENERAL CSS
  02. HEADER CSS
  03. SOCIAL ICONS CSS
  04. WELCOME BLOCK CSS
  05. ABOUT BLOCK CSS
  06. our_vision BLOCK CSS
  07. WORK BLOCK CSS
  08. CONTACT BLOCK CSS
  09. TESTIMONOALS BLOCK CSS
  10. SKILLS BLOCK CSS
  11. the_journey BLOCK CSS
  12. ARIDA

==================================================*/

/*==============================================
01. GENERAL CSS
================================================*/

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 16px/1.6 'Raleway', Arial, Helvetica, sans-serif;
  color: #fff;
  text-align:center;
  background: #222;
}
img {
  border: 0;
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}
.alltrans,
.social-icons li a,
.owl-nav > button,
.owl-nav > button:after,
.form-control,
.owl-dot,
.btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.small, small{
    margin-top: 3px;
    margin-right: 3px;
}
b{
    font-weight: bold;
}
footer{
position: fixed;
height: 35px;
bottom: 0;
width: 100%;
z-index: 9999;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform:uppercase;
}
h1,
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
h5 {
  margin-bottom: 10px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#main {
  padding: 0;
  background: #fff;
}
.no-margin {
  margin: 0 !important;
}
figure {
  margin:0;
}
.opacity-no {
  opacity: 1 !important;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
#video:after {
  content: '';
  opacity: 0.75;
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, #000 0%, #d63939 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%,#d63939 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%,#d63939 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#d63939',GradientType=0 ); /* IE6-9 */
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom: 0;
}
.wrapper-background-dark:after {
  background: #222;
  opacity:0.95;
}
.section-inner {
  padding:0px 30px 0;
}
/* NOTE: removed `.fp-scrollable { height: calc(100vh - 200px) !important }`.
   That forced height fought fullpage/scrolloverflow's own measurement and
   cut tall sections. scrolloverflow now sizes the scroll window itself.
   See css/ui-enhancements.css (section 00b) for the breathing-room padding. */
#fp-nav ul li a span {
 display: none;
}

.btn {
  background: #fff;
  color: #222;
  text-align:center;
  line-height:42px;
  padding:0 34px;
  border-radius: 0px;
  text-transform:uppercase;
  font-weight:600;
  border:2px solid transparent;
  border-radius: 10px;
}
.btn:hover, .btn:focus {
  color:#fff;
  border-color:#fff;
  background:none;
}
.btn:focus {
  box-shadow:none;
  outline:none;
}
.btn.btn-xs {
  line-height:34px;
  font-size:12px;
  padding:0 20px;
  font-weight: 500;
}
.btn.btn-outline {
  background:none;
  border-color:#fff;
  color:#fff;
  border-width:1px;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background:#fff;
  color:#222;
}
.btn.btn-dark {
  color: #222;
  border-color: #222;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  color: #fff;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}
.preloader {
  background: -moz-linear-gradient(top, #000 0%, #d63939 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%,#d63939 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%,#d63939 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#d63939',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

.arrow-right-menu{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0 50px 50px;
    border-color: transparent transparent #f9f9f9 transparent;
    position: fixed;
    right: 0px;
    top: 75px;
    display:block;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

#fullpage {
  z-index: 99;
}


/*==============================================
02. HEADER CSS
================================================*/
#header {
  padding:20px 0;
  position: fixed;
  left:0;
  right:0;
  top:0;
  z-index:999;
}
.container-fluid {
  padding:0 20px;
}
a#logo {
  text-decoration: none;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  width:85px;
}
.navbar {
  padding: 0;
}
.navbar-toggle {
  display:none;
}
.navbar-nav {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.navbar-nav li {
  margin-left: 30px;
}
.navbar-nav li a {
  font-size: 15px;
  text-decoration:none;
  display:block;
  font-weight: 500;
  opacity: 0.9;
}
.navbar-nav li a:after {
  content:'';
  display:block;
  height: 2px;
  background:#fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform:scale(0);
  transform:scale(0);
  margin-top: 4px;
}
.navbar-nav li a:hover:after, .navbar-nav li.active a:after{
  -webkit-transform:scale(1);
  transform:scale(1);
}
.navbar-nav li a:hover {
  opacity: 1;
}
.navbar-nav li.active a {
  opacity: 1;
}
.collapse:not(.show) {
  display:block;
}
.logo-main {
  width: 250px;
}

/*==============================================
03. SOCIAL ICONS CSS
================================================*/
#social-icons {
  padding:0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0;
  z-index: 199;
}
.social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social-icons li {
  display: block;
  margin: 1px 0px;
}
.social-icons li a {
  width:50px;
  height:50px;
  display:inline-block;
  line-height:50px;
  text-align:center;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255,255,255,1);
  font-size:18px;
}
.social-icons li a:hover {
  color:#1e1e1e;
  background-color: #fff;
}
/*==============================================
04. WELCOME BLOCK CSS
================================================*/
.welcome-box {
  font-size:20px;
  line-height:1.7;
}
.welcome-first{
  font-size: 32px;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.welcome-box p {
  max-width: 820px;
  width:100%;
  margin:0 auto 30px;
  color: #fff;
}

.next-section {
  display: inline-block;
  position: inherit;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.next-section span {
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.next-section i:hover {
  opacity: 1;
}

/*==============================================
05. ABOUT ME
================================================*/
.about-img {
  margin: 50px auto 0;
  position:relative;
}
.about-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
  box-shadow: 0 0 40px rgba(0,0,0,.3);
}
.about-contentbox {
  margin-top: 80px;
  text-align:left;
  line-height:1.8;
}
.about-contentbox span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
.about-contentbox h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.team-list {
  margin-top: 30px;
}
.team-list .item {
  overflow: hidden;
  text-align:center;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  text-transform:capitalize;
  font-size:14px;
  padding: 30px 0px;
  background: rgba(0,0,0,0.25);
}

.team-list .item:hover {
  background:#fff;
  color:#1e1e1e;
}
.team-list .owl-dots {
  margin-bottom: 30px;
}


/*==============================================
06. Our Vision BLOCK CSS
================================================*/
.title-block {
  margin-bottom: 40px;
}
.title-block span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
.our_vision-list .item {
  background-color: rgba(250,250,250,0.25);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our_vision-icon {
  display:block;
  margin: 0 auto 0;
  font-size: 64px;
}
.our_vision-box {
  font-size:12px;
  padding:20px 10px;
  height:100%;
}
.our_vision-list .item:hover {
  background-color: #fff;
  color: #1e1e1e;
}
.our_vision-box h3 {
  font-size:16px;
  font-weight:700;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 10px;
}
.our_vision-box p:last-child {
  margin:0;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 25px
}

.owl-carousel .owl-dots .owl-dot {
    width: 28px;
    height: 28px;
    margin: 0 20px;
    background: rgba(255, 255, 255, .2)
}

.owl-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #fff
}



/*==============================================
08. CONTACT BLOCK CSS
================================================*/
::-webkit-input-placeholder {
  color:#fff !important;
  opacity:1;
}
::-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
:-ms-input-placeholder {
  color:#fff !important;
  opacity:1;
}
:-moz-placeholder {
  color:#fff !important;
  opacity:1;
}
.input-field {
  margin-bottom:15px;
}
.form-control {
  height: 50px;
  color:#fff;
  border: none;
  background:rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.5);
  border-radius: 10px;
  padding:4px 22px;
  font-size:14px;
  margin-bottom: 30px;
}
.form-control:focus {
  box-shadow:none;
  outline:none;
  background:rgba(0,0,0,0.05);
  border: 1px solid rgba(250,250,250,1);
  color:#fff;
}

.contact-section .btn {
  width:100%;
}
.contact-box {
  text-align:left;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background: rgba(250,250,250,0.25);
  border-radius: 10px;
  padding: 30px;
  font-weight: 700;
}
.contact-row i {
  width:55px;
  font-size: 30px;
  display:block;
}
.contact-row i.fa-envelope {
  font-size: 25px;
}

/*==============================================
09. TESTIMONOALS BLOCK CSS
================================================*/
.team-section .item {
  background-color: rgba(250,250,250,0.25);
  padding: 20px;
  border-radius: 10px;
}
.team-section .item img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.team-section .item h4 {
  margin-top: 20px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}
.team-section .item p {
  font-size: 17px;
  font-style: italic;
}


/*==============================================
11. The Journey BLOCK CSS
================================================*/
.row-the_journey {
    font-size: 1em;    
    line-height: 1.75em;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #f44336 100%);
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 40px 0px;
    /*counter-increment: section;*/
    position: relative;
}
.row-the_journey:before {
    /*content: counter(section, upper-roman);*/
    position: absolute;
    border-radius: 50%;
    padding: 1em;
    height: 1em;
    width: 1em;
    background-color: #000;
    text-align: left;
    line-height: 0em;
    color: #fff;
    font-size: 1em;
    text-indent: -0.2em;
}
.row-the_journey:nth-child(odd) {
    border-right: 3px solid;
    padding-left: 0;
}
.row-the_journey:nth-child(odd):before{
    left: 100%;
    margin-left: -15px;
}
 .row-the_journey:nth-child(even) {
    border-left: 3px solid;
    padding-right: 0;
}
.row-the_journey:nth-child(even):before {
    right: 100%;
    margin-right: -15px;
}
.row-the_journey:first-child {
    border-top: 0;
    border-top-right-radius:0;
    border-top-left-radius:0;
}
 .row-the_journey:last-child {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.row-the_journey span{
    position: absolute;
    padding: 1em;
    height: 1em;
    width: 4em;
    background-color: #fff;
    text-align: center;
    line-height: 0em;
    color: #000;
    font-size: 1em;
}
.row-the_journey-left{
    left: 100% !important;
    margin-left: 0px;
    background-color: #f44336 !important;
    color: #fff !important;
}
.row-the_journey-right{
    right: 100% !important;
    margin-left: -15px;
}
/*==============================================
11. ARIDA BLOCK CSS
================================================*/
img.ic-xbox-badge {height: 2em !important;width: 6em !important;}
img.ic-nintendo-badge {height: 4em !important;width: 8em !important;}
img.ic-steam-badge{height: 2em !important;width: 6em !important;}
img.ic-humble-badge{height: 2em !important;width: 4em !important;}
img.ic-epic-badge {height: 3em !important;width: 5em !important;}
img.ic-microsoft-badge{width: 9em !important;}
img.ic-nuuvem-badge{height: 3em !important;width: 7em !important;}
img.ic-greenmangaming-badge {height: 3em !important;width: 7em !important;}

img.ic-xbox-badge, img.ic-greenmangaming-badge, img.ic-nintendo-badge, img.ic-steam-badge, img.ic-humble-badge, img.ic-epic-badge, img.ic-microsoft-badge, img.ic-nuuvem-badge {
    margin-left: 35px;
}
img.ic-mobile-badge{height: 6em !important;width: 10em !important;margin-left:10px;margin-bottom: 20px;}

a.xbox-badge,
a.greenmangaming-badge,
a.nintendo-badge,
a.steam-badge,
a.humble-badge,
a.microsoft-badge,
a.epic-badge,
a.nuuvem-badge,
a.mobile-badge {
    height: 100%;
    display: inline-block;
    padding: 0 0 0px;
    text-decoration: none;
}

a.xbox-badge{padding: 0 0 15px !important;}

img.ic-xbox-badge,
img.ic-nintendo-badge,
img.ic-steam-badge,
img.ic-microsoft-badge,
img.ic-humble-badge,
img.ic-epic-badge,
img.ic-nuuvem-badge,
img.ic-mobile-badge,
.cover-game-main {
    transition: 200ms linear;
}

img.ic-xbox-badge:hover,
img.ic-nintendo-badge:hover,
img.ic-steam-badge:hover,
img.ic-microsoft-badge:hover,
img.ic-humble-badge:hover,
img.ic-epic-badge:hover,
img.ic-nuuvem-badge:hover,
img.ic-mobile-badge:hover,
.cover-game-main:hover {
    opacity: 0.5;
    transform: scale(1.1);
}


.brandingLogo {
  margin-top: 25px;
}
.cursor-pointer{
  cursor: pointer;
}

