/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.portfolio-warp {
  position: relative;
  display: block;
  overflow: hidden;
}

.container-footer {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;

}
.text-inform {
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    font-size: x-large;
    position: sticky;
}

@media only screen and (max-width: 768px) and (min-width: 300px) {
  .single-portfolio {
    width: 100%;
  }
}

.single-portfolio {
  height: 580px;
  position: relative;
  float: left;
  display: block;
  background-position: center center;
}

.single-portfolio.sm-wide {
  width: 22.222222%;
}

.single-portfolio:hover .portfolio-info {
  opacity: 1;
}

.portfolio-info {
  position: absolute;
  width: calc(100% - 110px);
  height: calc(100% - 110px);
  left: 55px;
  top: 55px;
  text-align: center;
  padding-top: 220px;
  border: 1px solid #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: black;
}

.portfolio-info .pfbg {
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-position: center center;
}

.portfolio-info h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: aliceblue;
  z-index: 9;
  position: relative;
  margin-bottom: 10px;
}

.portfolio-info p {
  font-size: 20px;
  color: aliceblue;
  z-index: 9;
  position: relative;
}

.portfolio-filter {
  list-style: none;
}

.portfolio-filter li {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  margin-right: 30px;
  color: #a78826;
  font-weight: 800;
  cursor: pointer;
}

.portfolio-filter li.mixitup-control-active {
  color: #111;
}

.languagepicker {
  background-color: rgba(24, 55, 125, 0);
  display: inline-block;
  padding: 0;
  height: 24px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 16px  3px 0px 0px;
  vertical-align: top;
  width: 50px;

}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 110px;
}

.languagepicker a{
  color: #0a14ef;
  text-decoration: none;
  display: block;
}

.languagepicker li {
  display: block;
  padding: 0px 0px;
  line-height: 30px;
  border-top: 1px solid #010101;
}

.languagepicker li:hover{
  background-color: #EEE;
}

.languagepicker a:first-child li {
  border: none;
  background: #a78826 !important;
}

.languagepicker li img {
  margin-right: 0px;
}

.roundborders {
  border-radius: 10px;
}

.large:hover {
  /*
  don't forget the 1px border!
  The first language is 40px heigh,
  the others are 41px
  */
  height: 245px;
}

.webcoderskull {
  font-size: 1.5em;
}

svg {
  position: initial;
  width: 100%;
  height: 100%;
  padding: 0px;
  background: rgba(0, 0, 0, 0.69);
  background-size: 0.12em 100%;
  font: 6em/1 Georgia;
}

.webcoderskull-1 {
  fill: none;
  stroke: #171f9d;
  stroke-dasharray: 30% 10%;
  stroke-width: 5px;
  -webkit-animation: stroke-offset 4s infinite linear;
  animation: stroke-offset 5s;
}

.webcoderskull-1:nth-child(1) {
  stroke: #7703ff;
  stroke-dashoffset: 7%;
}
.webcoderskull-1:nth-child(2) {
  stroke: #050505;
  stroke-dashoffset: 14%;
}
.webcoderskull-1:nth-child(3) {
  stroke: #fff1f1;
  stroke-dashoffset: 21%;
}
.webcoderskull-1:nth-child(4) {
  stroke: #0a14ef;
  stroke-dashoffset: 28%;
}
.webcoderskull-1:nth-child(5) {
  stroke: #ffffff;
  stroke-dashoffset: 35%;
}

@-webkit-keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 87.5%;
  }
}

@keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 87.5%;
  }
}


@-webkit-keyframes Floatingy{
  from {-webkit-transform:translate(0, 0px);}
  65% {-webkit-transform:translate(50px, 0);}
  to {-webkit-transform: translate(0, -0px);}
}
@-moz-keyframes Floatingy{
  from {-moz-transform:translate(0, 0px);}
  65% {-moz-transform:translate(50px, 0);}
  to {-moz-transform: translate(0, -0px);}
}
@-webkit-keyframes Floatingx{
  from {-webkit-transform:translate(50px, 0px);}
  65% {-webkit-transform:translate(0, 0);}
  to {-webkit-transform: translate(50px, -0px);}
}
@-moz-keyframes Floatingx{
  from {-moz-transform:translate(50px, 0px);}
  65% {-moz-transform:translate(0, 0);}
  to {-moz-transform: translate(50px, -0px);}
}

.btn-animation
{
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: Floatingy;
  -moz-animation-name: Floatingy;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  border-radius:30px;
  box-shadow:0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}


.btn-animation:hover
{
  box-shadow:0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}


.mt-60
{
  margin-top:60px;
}




.bigger {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  padding: 0px;

  color: #fcffff;
  display: grid;

  font-family: 'Roboto Slab', serif;
  position:inherit;


  text-align:center;
}
.text {
  max-width: 1000px;
  min-width: 0px;
  width: 100%;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-size: x-large;
  position: sticky;
  display: inline-block;
  left: 2%;
}
.text.txt-center {
  text-align: center;
}
.text a {
  color: aliceblue;
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation img {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1000;
}
.has-animation.animate-in:before {
  background-color: #171f9d;
}
.has-animation.animate-in:after {
  background-color: #6d6038;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

