@import url('https://fonts.googleapis.com/css?family=Pacifico|Source+Code+Pro');

html{
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
}

nav ul li{
    list-style: none;
    transform: translateX(100rem);
    animation: slideIn 0.5s forwards;
}
a {
  color: white;
  text-decoration: none;
  background-color: black;
}

a:hover{
  color: white;
  text-decoration: none;
}
 .navbar-expand-lg{
  background: black;
}
.navbar-light .navbar-brand {
  color: #f8f9fa; 
}
.navbar-light .navbar-nav .nav-link{
  color: #e1e1e1;
}
nav ul li:nth-child(1){
    animation-delay: 0s;
}
nav ul li:nth-child(2){
    animation-delay: 0.5s;
}

nav ul li:nth-child(3){
    animation-delay: 1s;
}

nav ul li:nth-child(4){
    animation-delay: 1.5s;
}


nav ul li a{
    padding: 1rem 0;
    margin: 0 3rem;
    position: relative;
    letter-spacing: 2px;
    color: whitesmoke; 
}

nav ul li a:last-child{
    margin-right: 0;
}

nav ul li a::before,
nav ul li a::after{
    content: '';
    position: absolute;
    color:pink;
    width: 100%;
    height: 2px;
    text-decoration:none;
    background-color:rgb(72, 19, 99);
    left: 0;
    transform: scaleX(0);
    transition: all 0.5s;
}

nav ul li a::before{
    top:0;
    transform-origin: left;
    color: whitesmoke;
}

nav ul li a::after{
    bottom:0;
    transform-origin: right;
    color: whitesmoke;
}

nav ul li a:hover::before,
nav ul li a:hover::after{
 transform: scaleX(1);
 text-decoration: none;
 color: whitesmoke;
}

@keyframes slideIn{
    from{

    }
    to{
        transform: translateX(0);
    }
}

.navbar-toggler-icon {
  color:  whitesmoke;
}
.navbar-toggler {
  background-color:rgb(72, 19, 99);
}
.brand{
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  color: rgb(72, 19, 99);
}
.style{
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    word-spacing: 30px;
}
.small{
  font-family: 'Pacifico', cursive;
  font-size: 20px;
}
.title:after{
  
  display: block;
    height: 2px;
    background-color: rgb(72, 19, 99) ;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
/* JUMBOTRON */

.jumbotron{ 
    width: 100%;
    height: 70vh;
     background: linear-gradient(to bottom, rgba(0,0,0,0.2),rgba(0,0,0,0.9)), url(img/header3.jpg)center no-repeat; 
    /* background-color:  black;  */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: white;
    padding: 0;
    margin: 0;
} 


div.contentBox{
    text-align: center;
    padding: 60px 60px;
}
div.contentBox h1{
    padding-top: 100px;
   
}

@keyframes animate{
  0%{
    opacity: 0;
    transform: rotateY(90deg);
  }
  100%{
    opacity: 1;
    transform: rotateY(90deg);
  }
}



/* SECTION 0 */
ion-icon {
	font-size: 80px;
}

ion-icon:hover {
    color:rgb(72, 19, 99);
    animation-duration: 3s;
    /* animation-iteration-count: infinite; */
	
}
.sec0{
    margin-top:-80px;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.8),rgba(0,0,0,0.5)), url(img/header5.jpg)center no-repeat;  */
}
/* SECTION 1 */
.sec1{
    color:black;
    margin-top: 50px;
    background:#D3D3D3; 
    opacity: 1 ;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.2),rgba(0,0,0,0.5)), url(img/bunga5.png)center no-repeat;  */ */
    background-position: center;
    background-size: cover;

}

.headerText{
    padding: 50px 50px;
}
.skillBox{
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
	
}
.skillBox h4{
	text-align: center;
	font-weight: 300px;
}
.skillBox p{
	font-weight: bold;
	letter-spacing: 1px;   
}

.skillBox p:nth-child(2){
	float: right;
	position: relative;
	top: -40px;
}

.skill{
	background:transparent;
	padding: 4px;
	box-sizing: border-box;
	/*border: 1px solid #431329;*/
	border-radius:2px;
}

.skillLevel{
	/*background: #984a59;
	width: 100%;
	height: 10px;*/
  position: relative;
  display: inline-block;
  width:100%;
  height: 20px;
  background:transparent;
  box-shadow:inset 0 0 5px rgba(0,0,0.2);
  border-radius: 4px;
  overflow: hidden;
}
.skillLevel:after{
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 4px;
  box-shadow:inset 0 0 5px rgba(0,0,0,.2);
  animation: load infinite 5s;
}
@keyframes load {
  0%{
    width: 0%;
    background:rgb(144, 76, 178);
  }
  50%{
    width: 70%;
    background:rgb(97, 22, 135);
  }
  100%{
    width: 100%;
    background:rgb(72, 19, 99);
  }
}

.sec3{
    width: 100%;
    height: auto;
    text-align: center;
}
.footer ul li{
    list-style: none;
    display: inline-block;
    padding: 15px 15px;

}
/* SECTION PROJECT */
.section-project {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
  }
  .swiper-container {
 
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 350px;
    background: #fff;
  }
  .swiper-slide .imgBx{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    
  }
  
  .swiper-slide .imgBx img{
    width:  200px;
    height: 200px;
    border: 5px solid rgb(72, 19, 99);
  }
  
  .swiper-slide .details{
    box-sizing: border-box;
    font-size: 20px;
   
  }
  
  .swiper-slide .details h3{
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
  }
  
  .swiper-slide .details span{
     font-size: 16px;
     border-style: dotted;
     border-color:rgb(72, 19, 99);
    }
  
  .swiper-slide .details span:hover{
      background: rgb(72, 19, 99);
      text-decoration: none;
   }
  
/*>>>>>>>>>>>>>>>SECTION INA<<<<<<<<<<<<<<<<<<*/
.indo{
	padding: 30px;
	text-align: center;
  background:transparent;
}
.indo .container{
	font-size: 35px;
	
}

.indo ul{
	color: #431329;
  font-family: 'Pacifico', cursive; 

	
}
.indo ul li{
	font-size: 70px;
	display: table-cell;
	animation: animate 3s linear infinite;
}
.indo ul li:nth-child(1){
	animation-delay: 0.40s;
}
.indo ul li:nth-child(2){
	animation-delay: 0.70s;
}
.indo ul li:nth-child(3){
	animation-delay: 0.90s;
}
.indo ul li:nth-child(4){
	animation-delay: 1.20s;
}
.indo ul li:nth-child(5){
	animation-delay: 1.50s;
}
.indo ul li:nth-child(6){
	animation-delay: 1.80s;
}
.indo ul li:nth-child(7){
	animation-delay: 2.00s;
}
.indo ul li:nth-child(8){
	animation-delay: 2.50s;
}
.indo ul li:nth-child(9){
	animation-delay: 2.70s;
}
.indo ul li:nth-child(9){
	animation-delay: 2.70s;
}
.indo ul li:nth-child(9){
	animation-delay: 2.70s;
}



@keyframes animate{
	0%,100%{
		color::rgb(72, 19, 99);
		filter: blur(2px);
		text-shadow: 0 0 10px rgb(72, 19, 99),
					 0 0 20px rgb(72, 19, 99),
					 0 0 40px rgb(72, 19, 99),
					 0 0 80px rgb(72, 19, 99),
					 0 0 120px rgb(72, 19, 99),
					 0 0 160px rgb(72, 19, 99),
					 0 0 250px rgb(72, 19, 99),
					 0 0 300px rgb(72, 19, 99),
					 0 0 400px rgb(72, 19, 99);	
	}

	5%,95%{
      color:#F0F0F0;
      opacity: 0.5;
      filter: blur(2px);
	  text-shadow: none;
	}
}

/* Smoke */
.smoke{
  height: 100vh;
  background: #000;
}
.smoke:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #DDA0DD,	#9370DB, #7B68EE, #D8BFD8, #8B008B, #DB7093,	#4B0082);
  mix-blend-mode: color;
  pointer-events: none;

}

video{
  object-fit: cover;
}
.smoke .smoke1{
  margin:0;
  padding: 0;
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
  width:100%;
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-family: sans-serif;
  letter-spacing: 0.2em; 
}

.smoke .smoke1 span{
  opacity:0;
  display: inline-block;
  animation: smoky 1s linear forwards;
}


@keyframes smoky{
  0%{
      opacity:0;
      transform: rotateY(90deg);
      filter: blur(10px);
  }
  100%{
      opacity:1;
      transform: rotateY(0deg);
      filter: blur(0);
  }
}

.smoke1 span:nth-child(1){
  animation-delay: 1s;
}
h1 span:nth-child(2){
  animation-delay: 1s;
}
h1 span:nth-child(3){
  animation-delay: 1s;
}
h1 span:nth-child(4){
  animation-delay: 1s;
}
h1 span:nth-child(5){
  animation-delay: 1.5s;
}

h1 span:nth-child(6){
  animation-delay: 1.5s;
}
h1 span:nth-child(7){
  animation-delay: 1.5s;
}
h1 span:nth-child(8){
  animation-delay: 1.5s;
}
h1 span:nth-child(9){
  animation-delay: 1.75s;
}
h1 span:nth-child(10){
  animation-delay: 1.75s;
}

h1 span:nth-child(11){
  animation-delay: 2s;
}
h1 span:nth-child(12){
  animation-delay: 2s;
}
h1 span:nth-child(13){
  animation-delay: 2.5s;
}
h1 span:nth-child(14){
  animation-delay: 2.75s;
}
h1 span:nth-child(15){
  animation-delay: 2.75s;
}

h1 span:nth-child(16){
  animation-delay: 2.75s;
}
h1 span:nth-child(17){
  animation-delay: 3s;
}
h1 span:nth-child(18){
  animation-delay: 3s;
}
h1 span:nth-child(19){
  animation-delay: 3s;
}
h1 span:nth-child(20){
  animation-delay: 3.5s;
}
h1 span:nth-child(21){
  animation-delay: 3.5s;
}
h1 span:nth-child(22){
  animation-delay: 3.5s;
}
h1 span:nth-child(23){
  animation-delay: 3.75s;
}
h1 span:nth-child(24){
  animation-delay: 4s;
}
h1 span:nth-child(25){
  animation-delay: 4.5s;
}

h1 span:nth-child(26){
  animation-delay: 4.5s;
}
h1 span:nth-child(27){
  animation-delay: 4.5s;
}
h1 span:nth-child(28){
  animation-delay: 4.75s;
}
h1 span:nth-child(29){
  animation-delay: 5s;
}



/* SECTION 3(FOOTER) */
.sec3{
    height: 50vh;
    background: #000;
}
#social-links{
  display: inline-block;
}
#social-links {
	list-style: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#social-links ul {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
}


#social-links ul li {
	position: relative;
	list-style: none;
	width: 40px;
	height: 40px;
	margin: 0 30px;
	transform: rotate(-30deg) skew(25deg);
	background:rgb(72, 19, 99);
}

#social-links ul li span{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(72, 19, 99);
	transition: 0.5s;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px !important;

}
#social-links ul li:hover span:nth-child(5)
{
	transform: translate(40px, -40px);
	opacity: 1;
}

#social-links ul li:hover span:nth-child(4)
{
	transform: translate(30px,-30px);
	opacity: .8;
}
#social-links ul li:hover span:nth-child(3)
{
	transform: translate(20px,-20px);
	opacity: .6;
}
#social-links ul li:hover span:nth-child(2)
{
	transform: translate(10px,-10px);
	opacity: .4;
}
#social-links ul li:hover span:nth-child(1)
{
	transform: translate(00px,-00px);
	opacity: .2;
}
