/**
* Template Name: Alstar
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/alstar-free-parallax-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Raleway', sans-serif;
  /* color: #444444; */
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #838383;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ea0000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*
** css-perspective-text-hover
*/
.Words-text {
    margin: 0 auto;
    /* padding: 80px 0; */
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 68px;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    -webkit-text-size-adjust: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  
  /*
  ** css-perspective-text-hover
  */
  .Words-line {
	height: 50px;
	overflow: hidden;
	position: relative;
  }
  .Words-line:nth-child(odd) {
	transform: skew(60deg, -30deg) scaleY(0.66667);
  }
  .Words-line:nth-child(even) {
	transform: skew(0deg, -30deg) scaleY(1.33333);
  }
  .Words-line:nth-child(1) {
	left: 29px;
  }
  .Words-line:nth-child(2) {
	left: 58px;
  }
  .Words-line:nth-child(3) {
	left: 87px;
  }
  .Words-line:nth-child(4) {
	left: 116px;
  }
  .Words-line:nth-child(5) {
	left: 145px;
  }
  .Words-line:nth-child(6) {
	left: 174px;
  }
  .Words-line:nth-child(7) {
	left: 203px;
  }
  
  /*
  ** Fine-grained text styles
  */
  p.Words-p {
	height: 50px;
	line-height: 45px;
	padding: 0 10px;
	transition: all 0.4s ease-in-out;
	transform: translate3d(0, 0, 0);
	vertical-align: top;
	white-space: nowrap;
  }
  
  /*
  ** The hover interaction
  */
  .Words-text:hover p {
    transform: translate3d(0, -65px, 0);
  }
  
  
  /*
  ** css-perspective-text-hover
  */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  background: #000000;
  top: -70px;
}

#header.header-scrolled,
#header.header-inner-page {
  top: 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #787878;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #334242;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #000000;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 37, 37, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #334242;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #000000;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh + 72px);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  margin-top: -72px;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh + 72px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size:8vw;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
  display: block;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #000000;
}

#hero .btn-get-started:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }

  #hero .carousel-item {
    height: 150vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 60px 0;
} */

.section-bg {
    background-color: #000000;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: #000000;
  bottom: 0;
  left: calc(50% - 100px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6f8f8;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

#logo1 {
    width: 697px;
    margin: 0 auto 147px auto;
    height: 500px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

section#About {
	background: linear-gradient(rgb(2, 2, 2), rgba(0, 0, 0, 0.543)), url("../img/HUD.gif") fixed center center;
	background-size: cover;
	padding: 120px 0;
  }
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #000000;
}

.about .content p:last-child {
  margin-bottom: 0;
}

h3.intro_text {
    color: #ffffff42;
}

h3.intro_text:hover {
    color: #fff;
    text-shadow: 0 0 5px #f4fbfb63, 0 0 25px #e5eded, 0 0 50px #f7f7f7, 0 0 100px #e9e9e9a3;
}



/* h3.intro_text {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    padding: 1px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #c1c1c18a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 2.5em;
    font-weight: 600;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
  
  h3.intro_text:after {
	content: "";
	height: 5px;
	left: 0;
	width: 1px;
	position: absolute;
	-webkit-transition: width 1s ease, background-color 1s ease;
	-moz-transition: width 1s ease, background-color 1s ease;;
	-ms-transition: width 1s ease, background-color 1s ease;;
	-o-transition: width 1s ease, background-color 1s ease;;
	transition: width 1s ease, background-color 1s ease;;
	right: 0;
	margin: 0 auto 5px auto;
  }
  
  h3.intro_text:hover {
	color: #fff;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-ms-transition: color 1s ease;
	-o-transition: color 1s ease;
	transition: color 1s ease;
	cursor: pointer;
  }
  
  h3.intro_text:hover:after, 
  h3.intro_text:focus:after{
	width: 100%;
	background-color: #fff;
  } */
  











/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.cards {
  padding: 0 0 60px 0;
}

.cards img {
  border-radius: 0;
}

.cards .card {
  border: 0;
  text-align: ceneter;
}

.cards .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}

.cards .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #334242;
  transition: 0.3s;
}

.cards .card-title a:hover {
  color: #000000;
}

.cards .btn {
  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #444444;
}

.cards .btn:hover {
  border-color: #000000;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    /* border-radius: 6px; */
    background: #fff;
    background: rgba(255, 255, 255, 0.73);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.1px);
    -webkit-backdrop-filter: blur(4.1px);
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.services .icon-box i {
  float: left;
  color: #000000;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #334242;
  transition: 0.3s;
}

.services .icon-box:hover h4 a {
  color: #000000;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
	background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/bg1.jpg") fixed center center;
	background-size: cover;
	padding: 120px 0;
  }
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# tag cloud
--------------------------------------------------------------*/
/* section#Tag_Cloud {
    height: 500px;
  
    width: 50%;
    margin: 0 auto;
	color: white;

}


div#clouder {
    width: 800px !important;
    height: 509.45px 
    position: relative;
    margin: 100px auto 5px auto;
	color: #fff;
} */



.cloud {
	/* background-color: rgb(0, 0, 0); */
	width: 512px;
	height: 512px;
	margin: 0 auto;
}

.cloud-element {
	font-size: 3em;
	text-align: center;
	color: #ff0000;
}
.container_cloud {
    position: relative;
    /* bottom: 2247px; */
    margin: 61px 0 235px 0;
    height: 200px;
    /* background: red; */
}

/* div#clouder {
    color: white !important;
    height: 500px !important;
} */

/*--------------------------------------------------------------
#  tag cloud
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/


ol,ul{list-style:none;}


.container_pictureSlider {
  margin: 150px auto;
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
}

/* .clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}	 */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
  }
  /* .clearfix { display: inline-block; } */
  /* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  /* .clearfix { display: block; } */
  /* close commented backslash hack */


.poster-main {
    position: relative;
    width: 800px;
    height: 270px;
    max-width: 100%;
}
.poster-main a, .poster-main img {
    display: block;
    max-width: 100%;
    height: auto;
}
.poster-main .poster-list {
    width: 800px;
    height: 270px;
    max-width: 100%;
}
.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}
.poster-main .poster-btn {
    position: absolute;
    top: 0;
    width: 100px;
    height: 270px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
}
.poster-main .poster-prev-btn {
    left: 0;
    background: url("../img/btn_l.png") no-repeat center center;
}
.poster-main .poster-next-btn {
    right: 0;
    background: url("../img/btn_r.png") no-repeat center center;
}

@media (max-width: 900px) {
  .poster-main, .poster-main .poster-list {
    width: 100vw;
    height: 180px;
    min-width: 0;
  }
  .poster-main .poster-btn {
    width: 50px;
    height: 180px;
  }
}

@media (max-width: 600px) {
  .container_pictureSlider {
    margin: 40px auto;
    padding: 0 5px;
  }
  .poster-main, .poster-main .poster-list {
    width: 100vw;
    height: 120px;
    min-width: 0;
  }
  .poster-main .poster-btn {
    width: 30px;
    height: 120px;
    background-size: 20px 20px;
  }
}
/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# ravenom
--------------------------------------------------------------*/
.ravenom {
	background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/bg3.jpg") fixed center center;
	background-size: cover;
	padding: 120px 0;
  }


/*--------------------------------------------------------------
# ravenom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

section#iframe_video {
	background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/ocean.gif") fixed center center;
	background-size: cover;
	padding: 120px 0;
}


section.cta_iframe_video {
	background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/ocean.gif") fixed center center;
	background-size: cover;
	padding: 120px 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/


section#contact {
    background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url(../img/bg3.jpg) fixed center center;
    background-size: cover;
    padding: 120px 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #000000;
  border: 2px solid #000000;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #000000;
  border-radius: 4px;
  padding: 8px 10px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 6px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #000000;
  background: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item img {
  border-radius: 4px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 4px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #334242;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #8d8d8d;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #495f5f;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #000000;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #707070;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}


/*--------------------------------------------------------------
# Picture text
--------------------------------------------------------------*/

body {
	/* margin: 0;
	padding: 0; */
	font-family: 'Raleway', sans-serif;
	/* background-color: #000; */
  }
  
  .text-container {
	/* height: 100vh; */
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .text-container h1{
	 font-family: 'Raleway', sans-serif;
	margin: 0;
	font-size: 300px;
	color: rgba(225,225,225, .01);
	background-image: url("../img/face.jpg");
	background-repeat: repeat;
	-webkit-background-clip:text;
	animation: animate 15s ease-in-out infinite;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: none !important;
  }
  
	@keyframes animate {
	  0%, 100% {
		background-position: left top;
	  }
	  25%{
		background-position: right bottom;
	   }
	  50% {
		background-position: left bottom;
	  }
	  75% {
		background-position: right top;
	  }   
  }
/*--------------------------------------------------------------
# Picture text
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Perspectivet
--------------------------------------------------------------*/

.wrap_text {
	position: relative;
	-webkit-perspective: 100px;
			perspective: 100px;
	text-transform: uppercase;
  }
  
  .text {
	position: absolute;
	top: 0;
	left: 0;
	color: #000000;
	font-size: 10vw;
	font-weight: bold;
	text-shadow: -1px -1px 0 #f0f0f0, 1px -1px 0 #f0f0f0, -1px 1px 0 #f0f0f0, 1px 1px 0 #f0f0f0;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
  }
  .text:first-child {
	position: relative;
  }
  
  /*--------------------------------------------------------------
  # Perspective
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# text effect glow
--------------------------------------------------------------*/

.container_text {
	width: 100%;
	
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

  }
  
  .text_text span {
    font-size: 20px;
    padding: 0 5px;
    text-transform: lowercase;
    color: #fff;
    animation: zoomup 3s linear infinite;
    animation-delay: calc(100ms * var(--i));
}
  
  @keyframes zoomup {
	0%,
	100% {
	  color: #ff3636;
	  filter: blur(1px);
	  text-shadow: 0 0 10px #ff3636, 0 0 20px #ff3636, 0 0 30px #ff3636,
		0 0 40px #ff3636, 0 0 60px #ff3636, 0 0 80px #ff3636, 0 0 100px #ff3636,
		0 0 120px #ff3636;
	}
  
	5%,
	95% {
	  filter: blur(0);
	  color: #fff;
	  text-shadow: none;
	}
  }
  
	
	/*--------------------------------------------------------------
  # text effect glow
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000000;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 66, 66, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}



/*--------------------------------------------------------------
# cube logo
--------------------------------------------------------------*/
img.logomain {
    margin: 63px auto;
    width: 50%;
}
#cube-container {
  box-sizing: border-box;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  position: relative;
  width: 250px;
  height: 250px;
  transition: 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translate(-50%, -50%);
}
#cube-container .face {
  width: 250px;
  height: 250px;
  position: absolute;
  border: 2px solid #ffffff;
  background: #ffffff70;
  box-shadow: 0px 0px 150px #ffffff;
}
#cube-container .face.top {
  transform: rotateX(90deg);
  margin-top: -50%;
}
#cube-container .face.right {
  transform: rotateY(90deg);
  margin-left: 50%;
}
#cube-container .face.left {
  transform: rotateY(-90deg);
  margin-left: -50%;
}
#cube-container .face.bottom {
  transform: rotateX(90deg);
  margin-top: 50%;
}
#cube-container .face.back {
  transform: translateZ(125px);
}
#cube-container .face.front {
  transform: translateZ(-125px);
}
#cube-container:hover {
  transform: rotateX(-25deg) rotateY(-40deg) translate(-50%, -50%);
  transition: 2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
/*--------------------------------------------------------------
# cube logo
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# hobbies
--------------------------------------------------------------*/


.figure_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

figure.snip1229 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    background: #292929;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.19);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.9px);
    -webkit-backdrop-filter: blur(8.9px);
    border: 1px solid rgba(255, 255, 255, 0.72);
}
  figure.snip1229 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
  }
  figure.snip1229 img {
	  max-width: 58%;
	  margin: 30px 0 13px 0;
	  position: relative;
	  opacity: 0.9;
  }
  figure.snip1229 figcaption.figcaption_img {
	position: absolute;
	top: 9%;
	left: 7%;
	right: 7%;
	bottom: 80%;
	border: 1px solid white;
	border-width: 0 1px 1px;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
  }
  figure.snip1229 .heading {
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  figure.snip1229 h3 {
	display: table;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: center;
	width: auto;
	text-transform: uppercase;
	font-weight: 400;
  }
  figure.snip1229 h3 span {
	font-weight: 800;
  }
  figure.snip1229 h3:before,
  figure.snip1229 h3:after {
	position: absolute;
	display: block;
	width: 1000%;
	height: 1px;
	content: '';
	background: white;
	top: 50%;
  }
  figure.snip1229 h3:before {
	left: -1000%;
  }
  figure.snip1229 h3:after {
	right: -1000%;
  }
  figure.snip1229 p {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
  }
  figure.snip1229 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
  }
  figure.snip1229:hover img,
  figure.snip1229.hover img {
	opacity: 0.15;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  figure.snip1229:hover figcaption.figcaption_img,
  figure.snip1229.hover figcaption.figcaption_img {
	top: 9%;
	bottom: 9%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
  }
  figure.snip1229:hover p,
  figure.snip1229.hover p {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
  }
/*--------------------------------------------------------------
# # hobbies

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# black red
--------------------------------------------------------------*/


.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a#blackred {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
}
a#blackred span {
    padding: 10px;
    transition: .5s;
    position: relative;
}
a#blackred span:nth-child(1) {
    color: #fff;
    background: #262626;
}
a#blackred span:nth-child(2) {
    color: #fff;
    background: #ff3636;
}
a#blackred span:nth-child(1):before {
    content: attr(data-attr);
    position: absolute;
    top: 0;
    left: 0;
    background: #ff3636;
    padding: 15px;
    transition: 0.5S;
    transform-origin: top;
    transform: rotateX(90deg) translateY(-50%);
}
a#blackred:hover span:nth-child(1):before {
    transform: rotateX(0deg) translateY(0%);
} 
a#blackred span:nth-child(2):before {
    content: attr(data-attr);
    position: absolute;
    top: 0;
    left: 0;
    background: #262626;
    padding: 15.2px;
    transition: 0.5S;
    transform-origin: bottom;
    transform: rotateX(90deg) translateY(50%);
}
a#blackred:hover span:nth-child(2):before {
    transform: rotateX(0deg) translateY(0%);
} 
a#blackred span:nth-child(1):after {
	content: attr(data-attr);
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: #262626;
	transform-origin: bottom;
	transform: rotateX(0deg) translateY(0%);
	transition: 0.5s;
}
a#blackred:hover span:nth-child(1):after {
	transform: rotateX(90deg) translateY(50%);
}
a#blackred span:nth-child(2):after {
    content: attr(data-attr);
    position: absolute;
    top: 0;
    left: 0;
    background: #ff3636;
    padding: 15px;
    transition: 0.5S;
    transform-origin: top;
    transform: rotateX(0deg) translateY(0%);
}
a#blackred:hover span:nth-child(2):after {
    transform: rotateX(90deg) translateY(-50%);
}



/*--------------------------------------------------------------
# black red
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 3d gallery
--------------------------------------------------------------*/


.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
	top: 42px;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url("../img/browser.png") no-repeat top left;
	box-shadow: 0px 10px 20px "rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
/*--------------------------------------------------------------
# 3d gallery
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# TIMELINE
--------------------------------------------------------------*/

section#TIMELINE {
    background-color: #000000;
}
/*--------------------------------------------------------------
# TIMELINE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#SLICEBOX
--------------------------------------------------------------*/

section#slicebox {
    background: #272727;
}
.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(../img/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #6d6d6d url(../img/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #7e7e7e;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
    box-shadow: 0 1px 1px rgba(255,255,255,0.6), inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 0 3px #cbbfae, inset 0 0 0 8px #fff;
}

.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.nav-options span {
	width: 30px;
	height: 30px;
	background: #919191 url(../img/options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.nav-options span:hover {
	opacity: 1;
}



/*--------------------------------------------------------------
#SLICETEXT
--------------------------------------------------------------*/

h2.h2_half {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin: 48px 0 0 0;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: transparent !important;
    text-transform: uppercase;
    text-shadow: none !important;
}
	@media only screen and (max-width: 1100px) {
	  h2.h2_half {
		font-size: 4rem;
	  }
	}
	@media only screen and (max-width: 900px) {
	  h2.h2_half {
		font-size: 3rem;
	  }
	}
	@media only screen and (max-width: 700px) {
	  h2.h2_half {
		font-size: 2.2rem;
	  }
	}
	@media only screen and (max-width: 480px) {
	  h2.h2_half {
		font-size: 1.6rem;
	  }
	}
	h2.h2_half:hover span.span_half:nth-child(1) {
	  transform: translateY(-1rem);
	}
	@media only screen and (max-width: 1100px) {
	  h2.h2_half:hover span.span_half:nth-child(1) {
		transform: translateY(-0.7rem);
	  }
	}
	@media only screen and (max-width: 900px) {
	  h2.h2_half:hover span.span_half:nth-child(1) {
		transform: translateY(-0.55rem);
	  }
	}
	@media only screen and (max-width: 700px) {
	  h2.h2_half:hover span.span_half:nth-child(1) {
		transform: translateY(-0.47rem);
	  }
	}
	@media only screen and (max-width: 480px) {
	  h2.h2_half:hover span.span_half:nth-child(1) {
		transform: translateY(-0.4rem);
	  }
	}
	h2.h2_half:hover span.span_half:nth-child(2) {
	  transform: translateY(1rem);
	}
	@media only screen and (max-width: 1100px) {
	  h2.h2_half:hover span.span_half:nth-child(2) {
		transform: translateY(0.7rem);
	  }
	}
	@media only screen and (max-width: 900px) {
	  h2.h2_half:hover span.span_half:nth-child(2) {
		transform: translateY(0.55rem);
	  }
	}
	@media only screen and (max-width: 700px) {
	  h2.h2_half:hover span.span_half:nth-child(2) {
		transform: translateY(0.47rem);
	  }
	}
	@media only screen and (max-width: 480px) {
	  h2.h2_half:hover span.span_half:nth-child(2) {
		transform: translateY(0.4rem);
	  }
	}
	h2.h2_half:hover span.span_half:nth-child(3) {
	  opacity: 1;
	  transition: opacity 700ms ease;
	}
	h2.h2_half span.span_half:nth-child(1), h2.h2_half span.span_half:nth-child(2) {
	  position: absolute;
	  top: 0;
	  left: 0;
	  color: #ffffff;
	  transition: 0.5s;
	  overflow: hidden;
	}
	h2.h2_half span.span_half:nth-child(1) {
	  clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%);
	}
	h2.h2_half span.span_half:nth-child(2) {
	  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
	}
	h2.h2_half span.span_half:nth-child(3) {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: opacity 350ms ease;
		font-size: 1.8rem;
		color: #fff;
		background: #ff0000;
		width: 97.5%;
		/* padding-left: 5px; */
		padding: 3px 0 5px 0;
		text-align: center;
		letter-spacing: 0.5rem;
		word-spacing: 1rem;
		line-height: 100%;
	}
	@media only screen and (max-width: 1100px) {
	  h2.h2_half span.span_half:nth-child(3) {
		font-size: 1.2rem;
	  }
	}
	@media only screen and (max-width: 900px) {
	  h2.h2_half span.span_half:nth-child(3) {
		font-size: 1rem;
		width: 97%;
		letter-spacing: 4px;
	  }
	}
	@media only screen and (max-width: 700px) {
	  h2.h2_half span.span_half:nth-child(3) {
		font-size: 0.85rem;
		width: 96%;
		letter-spacing: 3px;
		word-spacing: 0.5rem;
	  }
	}
	@media only screen and (max-width: 480px) {
	  h2.h2_half span.span_half:nth-child(3) {
		font-size: 0.65rem;
		letter-spacing: 2px;
		word-spacing: 0.2rem;
	  }
	}


/*--------------------------------------------------------------
#SLICETEXT
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#SLICEBOX - demo
--------------------------------------------------------------*/


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.clearfix {
	overflow: auto;
  }

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.height_divider_1 {
    height: 100px;
}

.height_divider_2 {
    height: 150px;
}

body {
	/* background: #e4ebe9 url(../images/fancy_deboss.png) repeat top left; */
	background: rgb(0,0,0);
    /* background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(97,97,97,1) 100%); */
	color: #ffffff;
	/* font-family: "PT Sans Narrow", Arial, sans-serif; */
	font-size: 13px;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    min-width: 320px;
}

a {
	color: #b7b7b7;
	text-decoration: none;
}

h1, h2, h5 {
	margin: 20px 20px 30px 20px;
	font-size: 56px;
	color: #fff;
	/* font-family: "Volkhov", serif; */
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 3px #e0d1bc;
}

h1 span, h5 {
	font-size: 18px;
	display: block;
	font-style: italic;
	color: #767676;
	font-weight: 400;
	text-shadow: 0px 1px 1px #fff;
}



.wrapper.slicebox {
	position: relative;
	max-width: 840px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	/* font-family: Cambria, Georgia, serif; */
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* More examples buttons */

.more {
	position: relative;
	clear: both;
	padding: 20px;
}

.more:before {
	content: "";
	position: absolute;
	background-color: #686868;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8);
	height: 1px;
	width: 440px;
	left: 50%;
	margin-left: -220px;
	top: -10px;
}

.more ul {
	display: block;
	height: 32px;
	text-align: center;
}

.more ul li {
	display: inline-block;
	line-height: 24px;
}

.more ul li.selected a,
.more ul li.selected a:hover {
	background: #949494;
	color: #fff;
	text-shadow: none;
}

.more ul li a {
	text-shadow: 1px 1px 1px #fff;
	color: #555;
	background: #fbf9f5;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.more ul li a:hover {
	background: #6d6d6d;
	color: #fff;
	text-shadow: none;
}

p.info {
	/* font-family: "Volkhov", serif; */
	font-style: italic;
	color: #6d6d6d;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	padding: 20px;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	max-wdith: 440px;
	margin: 0 auto;
}

img.main_logo {
    /* margin: 130px 0 0 0; */
    width: 110px;
}


/*--------------------------------------------------------------
#laser_text
--------------------------------------------------------------*/
.container_title {
	margin: auto;
  }
.Title {
	/* font-family: "Catamaran", sans-serif; */
	color: white;
	cursor: pointer;
	position: relative;
  }
  .Title_h1 {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 6em;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 3px #e0d1bc00;
}
.Title__underline {
    position: inherit;
    width: 50%;
    left: 0;
    bottom: -0.7em;
    margin: 0 auto;
    height: 3px;
    background-color: #ffffff;
    z-index: 5;
    transition: transform 580ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
}
  .Title__highlight {
	position: absolute;
	width: 100%;
	bottom: -50;
	left: 0;
	height: 50px;
	/* background-color: #ff0000; */
	z-index: -1;
	transition: transform 400ms ease;
  }


  .Title__filled {
    margin: -108px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 6em;
    top: 0;
    -webkit-clip-path: polygon(0% 100%, 0% 99%, 100% 99%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 99%, 100% 99%, 100% 100%);
    transition: -webkit-clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
    transition: clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
    transition: clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32), -webkit-clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
}
  .Title:hover .Title__filled {
	-webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
			clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  .Title:hover .Title__underline {
	transform: translateY(-9em);
  }
  .Title:hover .Title__highlight {
	transform: translateY(-2.2em);
  }







  .Title_2 {
	/* font-family: "Catamaran", sans-serif; */
	color: rgb(0, 0, 0);
	cursor: pointer;
	position: relative;
  }
  .Title_h1_2 {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 6em;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 3px #e0d1bc00;
}
.Title__underline_2 {
    position: inherit;
    width: 50%;
    left: 0;
    bottom: -0.7em;
    margin: 0 auto;
    height: 3px;
    background-color: #000000;
    z-index: 5;
    transition: transform 580ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
}
  .Title__highlight_2 {
	position: absolute;
	width: 100%;
	bottom: -50;
	left: 0;
	height: 50px;
	background-color: #121212;
	z-index: -1;
	transition: transform 400ms ease;
  }

  
  .Title__filled_2 {
    margin: -108px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 6em;
    top: 0;
    -webkit-clip-path: polygon(0% 100%, 0% 99%, 100% 99%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 99%, 100% 99%, 100% 100%);
    transition: -webkit-clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
    transition: clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
    transition: clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32), -webkit-clip-path 600ms cubic-bezier(0.2, 0.1, 0.15, 1.32);
}
  .Title_2:hover .Title__filled_2 {
	-webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
			clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
  .Title_2:hover .Title__underline_2 {
	transform: translateY(-9em);
  }
  .Title_2:hover .Title__highlight_2 {
	transform: translateY(-2.2em);
  }

/*--------------------------------------------------------------
#laser_text
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#infinite
--------------------------------------------------------------*/

@keyframes slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  
  .logos {
	overflow: hidden;
	padding: 60px 0;
	background: white;
	white-space: nowrap;
	position: relative;
  }
  
  .logos:before,
  .logos:after {
	position: absolute;
	top: 0;
	width: 250px;
	height: 100%;
	content: "";
	z-index: 2;
  }
  
  .logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .logos:hover .logos-slide {
	animation-play-state: paused;
  }
  
  .logos-slide {
	display: inline-block;
	animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
    /* height: 50px; */
    margin: 0 40px;
    width: 250px;
}

/*--------------------------------------------------------------
#infinite
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#TIMELINE
--------------------------------------------------------------*/


  .main-timeline:after {
	content: '';
	display: block;
	clear: both;
  }

  .main-timeline .timeline {
	width: calc(50% + 60px);
	padding: 20px 0 0 60px;
	margin: 0 5px 15px 0;
	float: right;
  }

  .main-timeline .timeline-content {
	color: #000000;
	/* background: #f94419; */
	text-align: center;
	padding: 20px 20px 20px 160px;
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7.2px);
	-webkit-backdrop-filter: blur(7.2px);
	border: 1px solid rgba(255, 255, 255, 0.48);
	color: white;
}
  

  .main-timeline .timeline-content:hover {
	text-decoration: none;
  }

  .main-timeline .timeline-content:before {
	content: "";
	background: linear-gradient(to top left, transparent 50%, #bdbdbd 52%);
	width: 60px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
  }

  .main-timeline .timeline-icon {
	font-size: 35px;
	line-height: 54px;
	width: 60px;
	height: 60px;
	border: 4px solid #2a2a2a;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: 80px;
	top: 50%;
	background: white;
  }

  .main-timeline .timeline-year {
	/* background: #ff6134; */
	font-size: 35px;
	font-weight: 600;
	line-height: 110px;
	width: 120px;
	height: 100%;
	position: absolute;
	top: -20px;
	left: -60px;
	color:#000000;
	background: rgb(255 255 255);
	/* border-radius: 16px; */
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7.2px);
	-webkit-backdrop-filter: blur(7.2px);
	border: 1px solid rgba(255, 255, 255, 0.48);
	padding: 30px 0 0 0;
  }

  .main-timeline .title {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
  }

  .main-timeline .description {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0;
  }

  .main-timeline .timeline:nth-child(even) {
	padding: 20px 60px 0 0;
	float: left;
  }

  .main-timeline .timeline:nth-child(even) .timeline-content {
	padding: 20px 160px 20px 20px;
  }

  .main-timeline .timeline:nth-child(even) .timeline-content:before {
	transform: rotateY(180deg);
	left: auto;
	right: 0;
  }

  .main-timeline .timeline:nth-child(even) .timeline-year {
	right: -60px;
	left: auto;
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
	left: auto;
	right: 80px;
  }

  .main-timeline .timeline:nth-child(4n+2) .timeline-content {
	/*        background: #1862F7;*/
  }

  .main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
	/*        background: linear-gradient(to top left, transparent 50%, #012E95 52%);*/
  }

  .main-timeline .timeline:nth-child(4n+2) .timeline-year {
	/*        background: #3473FF;*/
  }

  .main-timeline .timeline:nth-child(4n+3) .timeline-content {
	/*        background: #22a009;*/
  }

  .main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
	/*        background: linear-gradient(to top left, transparent 50%, #123a0a 52%);*/
  }

  .main-timeline .timeline:nth-child(4n+3) .timeline-year {
	/*        background: #28b50c;*/
  }

  .main-timeline .timeline:nth-child(4n+4) .timeline-content {
	/*        background: #F61945;*/
  }

  .main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
	/*        background: linear-gradient(to top left, transparent 50%, #95001D 52%);*/
  }

  .main-timeline .timeline:nth-child(4n+4) .timeline-year {
	/*        background: #FE3559;*/
  }

  @media screen and (max-width:990px) {
	.main-timeline .timeline {
	  width: calc(50% + 120px);
	}
  }

  @media screen and (max-width:767px) {
	.main-timeline .timeline {
	  width: 100%;
	}
  }

  @media screen and (max-width:576px) {

	.main-timeline .timeline,
	.main-timeline .timeline:nth-child(even) {
	  text-align: center;
	  padding: 42px 20px 0 0;
	  margin: 0 0 30px;
	}

	.main-timeline .timeline-content,
	.main-timeline .timeline:nth-child(even) .timeline-content {
	  padding: 150px 20px 20px;
	}

	.main-timeline .timeline-content:before,
	.main-timeline .timeline:nth-child(even) .timeline-content:before {
	  width: 60px;
	  transform: rotate(90deg);
	  bottom: auto;
	  top: 20px;
	  left: -20px;
	}

	.main-timeline .timeline-year,
	.main-timeline .timeline:nth-child(even) .timeline-year {
	  line-height: 100px;
	  width: 100%;
	  height: 100px;
	  left: auto;
	  right: -20px;
	  top: -42px;
	}

	.main-timeline .timeline-icon,
	.main-timeline .timeline:nth-child(even) .timeline-icon {
	  transform: translateX(-50%) translateY(0);
	  top: 75px;
	  left: 50%;
	  right: auto;
	}

	.main-timeline .title {
	  font-size: 20px;
	}
  }

/*--------------------------------------------------------------
#TIMELINE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#SLICEBOX
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#Skills
--------------------------------------------------------------*/

.range {
	position: relative;
	background-color: #333;
	width: 80%;
	height: 30px;
	transform: skew(30deg);
	/* font-family: "Orbitron", monospace; */
	margin: 0 0 25px 0;
  }
  .range:before {
	--width: calc(var(--p) * 1%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
   background-color: #ffffff;
	z-index: 0;
	-webkit-animation: load 0.5s forwards linear, glitch 2s infinite linear;
			animation: load 0.5s forwards linear, glitch 2s infinite linear;
  }
  .range:after {
	counter-reset: progress var(--p);
	content: counter(progress) "%";
	color: #000;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%) skewX(-30deg);
	z-index: 1;
  }
  .range__label {
	transform: skew(-30deg) translateY(-100%);
	line-height: 1.5;
	color: white;
  }
  
  
  @-webkit-keyframes load {
	to {
	  width: var(--width);
	}
  }
  
  @keyframes load {
	to {
	  width: var(--width);
	}
  }
  @-webkit-keyframes glitch {
	0%, 5% {
	  transform: translate(0, 0);
	}
	1% {
	  transform: translate(-5%, -10%);
	}
	2% {
	  transform: translate(10%, 30%);
	}
	3% {
	  transform: translate(-43%, 10%);
	}
	4% {
	  transform: translate(2%, -23%);
	}
  }
  @keyframes glitch {
	0%, 5% {
	  transform: translate(0, 0);
	}
	1% {
	  transform: translate(-5%, -10%);
	}
	2% {
	  transform: translate(10%, 30%);
	}
	3% {
	  transform: translate(-43%, 10%);
	}
	4% {
	  transform: translate(2%, -23%);
	}
  }
/*--------------------------------------------------------------
#Skills
--------------------------------------------------------------*/











/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/

section#GALLERY {
    background-color: #000000;
}

/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e5ebeb;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #334242;
}

.pricing h4 {
  font-size: 42px;
  color: #000000;
  font-weight: 500;
  /* font-family: "Open Sans", sans-serif; */
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #334242;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #000000;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: #000000;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  /* font-family: "Raleway", sans-serif; */
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #818181;
}

.pricing .featured {
  border-color: #000000;
  background: #000000;
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #334242;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(78, 78, 78, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  background: #000000;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #334242;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
  border-radius: 4px;
}

.contact .info-box i {
  font-size: 40px;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #334242;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #818181;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #8e8e8e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #000000;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #000000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: darkem(#000000, 5);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1c1c1c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  border: 4px solid #ffffff;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Raleway", sans-serif; */
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4d4d4d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #686767;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #000000;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #969696;
}

#footer .copyright {
  border-top: 1px solid #3e5050;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}


/* "rotating-text  ----------- */
.rotating-text {
	font-family: Lato, sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: white;
	/* transform: translateX(-80px); */
	margin: 0 auto;
  }
  .rotating-text p {
    display: inline-flex;
    margin: 0;
    vertical-align: top;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin: 0 auto !important;
}
.rotating-text p .word_rt {
    position: absolute;
    display: flex;
    opacity: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}
  .rotating-text p .word_rt .letter {
	transform-origin: center center 25px;
  }
  .rotating-text p .word_rt .letter.out {
	transform: rotateX(90deg);
	transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
  }
  .rotating-text p .word_rt .letter.in {
	transition: 0.38s ease;
  }
  .rotating-text p .word_rt .letter.behind {
	transform: rotateX(-90deg);
  }
  
  .alizarin {
	color: #ffffff;
  }



/* "rotating-text ----------- */


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.figure_box {
		display: grid;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.stage {
		list-style: none;
		padding: 0;
		display: grid;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.text-container h1 {
		font-family: 'Raleway', sans-serif;
		margin: 0;
		font-size: 160px;
		color: rgba(225,225,225, .01);
		background-image: url(../img/face.jpg);
		background-repeat: repeat;
		-webkit-background-clip: text;
		animation: animate 15s ease-in-out infinite;
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		text-shadow: none !important;
	}

	.range {
		position: relative;
		background-color: #333;
		width: 100%;
		height: 30px;
		transform: skew(30deg);
		margin: 30px auto 0 auto;
	}

	.row.skillsets {
		display: grid;
		align-content: center;
		align-items: center;
		justify-items: center;
	}
	.row.team_testimonials {
		display: grid;
		align-content: center;
		justify-content: center;
		align-items: center;
		justify-items: center;
	}

	.row.services_section {
		display: grid;
		align-content: center;
		justify-content: center;
		justify-items: center;
	}

	.col-md-6.mt-4.mt-md-0 {
		width: 100%;
	}
  }


  section#Tag_Cloud {
    /* height: 500px; */
    /* position: absolute; */
    /* left: 317.5px; */
    /* top: 2616px; */
    width: 78% !important;
    margin: 0 auto;
    color: white;
    /* background: rgb(0, 0, 0); */
}



/* Landscape*/

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
	.stage {
		list-style: none;
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.figure_box {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.text-container {

		width: 100vw;

		justify-content: center;
		align-items: center;
	}

	.text-container h1 {
		font-family: 'Raleway', sans-serif;
		margin: 0;
		font-size: 219px !important;
		color: rgba(225,225,225, .01);
		background-image: url(../img/face.jpg);
		background-repeat: repeat;
		-webkit-background-clip: 'text';
		animation: animate 15s ease-in-out infinite;
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		text-shadow: none !important;
	}

}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	.figure_box {
		display: grid;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.stage {
		list-style: none;
		padding: 0;
		display: grid;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.text-container h1 {
		font-family: 'Raleway', sans-serif;
		margin: 0;
		font-size: 198px;
		color: rgba(225,225,225, .01);
		background-image: url(../img/face.jpg);
		background-repeat: repeat;
		-webkit-background-clip: text;
		animation: animate 15s ease-in-out infinite;
		text-align: center;
		text-transform: uppercase;
		font-weight: 900;
		text-shadow: none !important;
	}
}




/** .slider_cube **/

.circle_r {
    margin: 0 auto 64px auto;
}
		
.slider_cube {
	/* position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0; */
	width: 200px;
	height: 200px;
	margin: 0 auto 0 auto;
	-webkit-perspective: 600px;
	        perspective: 600px;
}

	.slider_cube * {
		-webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5);
		        transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5);
	}

	.container_cube {
		width: inherit;
		height: inherit;
		-webkit-transform-style: preserve-3d;
		        transform-style: preserve-3d;
		-webkit-transform: rotateY(0deg) rotateX(0deg);
		        transform: rotateY(0deg) rotateX(0deg);
	}

		.slide_cube, .slide_cube:after, .slide_cube:before {
			display: block;
			width: inherit;
			height: inherit;
			background: url('../img/cube/1.png');
			position: absolute;
			-webkit-transform-style: preserve-3d;
			        transform-style: preserve-3d;
			background-size: cover;
			background-position: center;
		}

		.slide_cube.x {
		  -webkit-transform: rotateY(90deg);
		          transform: rotateY(90deg);
		} 

			.slide_cube.x:after {
				content: '';
				background-image: url('../img/cube/2.png');
				-webkit-transform: translateZ(100px) rotateZ(-90deg);
				        transform: translateZ(100px) rotateZ(-90deg);
			}

			.slide_cube.x:before {
				content: '';
				background-image: url('../img/cube/3.png');
				-webkit-transform: translateZ(-100px) rotateZ(-90deg);
				        transform: translateZ(-100px) rotateZ(-90deg);
			}

		.slide_cube.y {
		  -webkit-transform: rotateX(90deg);
		          transform: rotateX(90deg);
		} 

			.slide_cube.y:after {
				content: '';
				background-image: url('../img/cube/4.png');
				-webkit-transform: translateZ(100px) scale(-1);
				        transform: translateZ(100px) scale(-1);
			}

			.slide_cube.y:before {
				content: '';
				background-image: url('../img/cube/5.png');
				-webkit-transform: translateZ(-100px);
				        transform: translateZ(-100px);
			}

		.slide_cube.z {
		  -webkit-transform: rotateX(0);
		          transform: rotateX(0);
		} 

			.slide_cube.z:after {
				content: '';
				background-image: url('../img/cube/6.png');
				-webkit-transform: translateZ(100px);
				        transform: translateZ(100px);
			}

			.slide_cube.z:before {
				content: '';
				background-image: url('../img/cube/7.png');
				-webkit-transform: translateZ(-100px);
				        transform: translateZ(-100px);
			}


		.container_cube {
			-webkit-animation: rotate 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
			animation: rotate 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
		}

		@-webkit-keyframes rotate {
			0%, 10% {-webkit-transform: rotateY(0deg) rotateX(0deg);transform: rotateY(0deg) rotateX(0deg);}
			15%, 20% {-webkit-transform: rotateY(180deg) rotateX(0deg);transform: rotateY(180deg) rotateX(0deg);}
			25%, 35% {-webkit-transform: rotateY(180deg) rotateX(270deg);transform: rotateY(180deg) rotateX(270deg);}
			40%, 50% {-webkit-transform: rotateY(180deg) rotateX(90deg);transform: rotateY(180deg) rotateX(90deg);}
			55%, 65% {-webkit-transform: rotateY(-90deg) rotateX(90deg);transform: rotateY(-90deg) rotateX(90deg);}
			70%, 80% {-webkit-transform: rotateY(90deg) rotateX(90deg);transform: rotateY(90deg) rotateX(90deg);}
			90%, 95% {-webkit-transform: rotateY(0deg) rotateX(90deg);transform: rotateY(0deg) rotateX(90deg);}
		}

		@keyframes rotate {
			0%, 10% {-webkit-transform: rotateY(0deg) rotateX(0deg);transform: rotateY(0deg) rotateX(0deg);}
			15%, 20% {-webkit-transform: rotateY(180deg) rotateX(0deg);transform: rotateY(180deg) rotateX(0deg);}
			25%, 35% {-webkit-transform: rotateY(180deg) rotateX(270deg);transform: rotateY(180deg) rotateX(270deg);}
			40%, 50% {-webkit-transform: rotateY(180deg) rotateX(90deg);transform: rotateY(180deg) rotateX(90deg);}
			55%, 65% {-webkit-transform: rotateY(-90deg) rotateX(90deg);transform: rotateY(-90deg) rotateX(90deg);}
			70%, 80% {-webkit-transform: rotateY(90deg) rotateX(90deg);transform: rotateY(90deg) rotateX(90deg);}
			90%, 95% {-webkit-transform: rotateY(0deg) rotateX(90deg);transform: rotateY(0deg) rotateX(90deg);}
		}


.shadow_cube {
	display: block;
	width: 200px;
	height: 200px;
	background: rgba(238, 238, 238, 0.75);
	position: absolute;
	top: 60%;
	-webkit-transform: rotateX(90deg);
	        transform: rotateX(90deg);
	z-index: -1;
	-webkit-filter: blur(20px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
	-webkit-filter: blur(20px);
	        filter: blur(20px);
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: rotateShadow 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
	animation: rotateShadow 15s infinite cubic-bezier(1, -0.75, 0.5, 1.2);
}

	@-webkit-keyframes rotateShadow {
		0%, 10% {-webkit-transform: rotateY(0deg) rotateX(90deg);}	
		15%, 20% {-webkit-transform: rotateY(180deg) rotateX(90deg);}
		20.1%, 20.9% {-webkit-transform: rotateY(180deg) rotateX(90deg) translatez(5px);}
		25%, 35% {-webkit-transform: rotateY(180deg) rotateX(90deg);}
		35.1%, 35.9% {-webkit-transform: rotateY(180deg) rotateX(90deg) translatez(-5px);}
		40%, 50% {-webkit-transform: rotateY(180deg) rotateX(90deg);}
		55%, 65% {-webkit-transform: rotateY(0deg) rotateX(90deg);}
		70%, 80% {-webkit-transform: rotateY(180deg) rotateX(90deg);}
		90%, 99% {-webkit-transform: rotateY(90deg) rotateX(90deg);}
		99.1%, 99.9% {-webkit-transform: rotateY(90deg) rotateX(90deg) translatez(-5px);}
	}


	
	

	/** .slider_cube **/






	/** Marquee **/


	#marquee_box {
		--space: 2rem;
		display: grid;
		align-content: center;
		overflow: hidden;
		gap: var(--space);
		width: 100%;
		font-family: "Corben", system-ui, sans-serif;
		font-size: 1.5rem;
		line-height: 1.5;
		background: black;
		margin: 150px 0;
	  }



	.marquee {
		--duration: 60s;
		--gap: var(--space);
	  
		display: flex;
		overflow: hidden;
		user-select: none;
		gap: var(--gap);
		transform: skewY(0deg);
	  }
	  
	  .marquee__group {
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: space-around;
		gap: var(--gap);
		min-width: 100%;
		animation: scroll var(--duration) linear infinite;
		margin: 7px 0 0 0;
	  }
	  
	  @media (prefers-reduced-motion: reduce) {
		.marquee__group {
		  animation-play-state: paused;
		}
	  }
	  
	  .marquee__group img {
		max-width: clamp(10rem, 1rem + 28vmin, 20rem);
		aspect-ratio: 1;
		object-fit: cover;
		border-radius: 1rem;
	  }
	  
	  .marquee__group p {
		background-color: rgb(255, 255, 255);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	  }
	  
	  .marquee--borders {
		border-block: 3px solid rgb(255, 255, 255);
		padding-block: 0.75rem;
	  }
		
	  .marquee--reverse .marquee__group {
		animation-direction: reverse;
		animation-delay: calc(var(--duration) / -2);
	  }
	  
	  @keyframes scroll {
		0% {
		  transform: translateX(0);
		}
	  
		100% {
		  transform: translateX(calc(-100% - var(--gap)));
		}
	  }

		/** Marquee **/