@import url("https://fonts.googleapis.com/css2?family=B612:wght@700&display=swap");

::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	
	background-color: #555;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #555;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(129, 129, 129);
}

body {
	margin: 0px;
}
/* .navbar-custom {
	background-color: #01161d;
} */
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: visible;
	background: #000000 url("../img/loader-4.gif") no-repeat center center;
	margin: 0;
}
.navbar.transparent.navbar-inverse .navbar-inner {
	border-width: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(
		linear,
		50% 0%,
		50% 100%,
		color-stop(0%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0))
	);
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 100%
	);
}
body {
	font-family: "Roboto", sans-serif;
	background-color: #01161d;
	color: rgb(249, 250, 250);
}
#name {
	color: rgb(255, 255, 255);
	font-size: 70px;
	position: absolute;
	margin: 250px 250px;
}
#about {
	font-size: 130px;
	position: relative;
	text-align: center;
}

#typewriter {
	color: #272e48;
	position: absolute;
	font-size: 40px;
	font-family: "B612", sans-serif;
	font-weight: 700;
	width: 800px;
	margin: 350px 250px;
}

* {
	box-sizing: border-box;
}

/* Container for skill bars */
.container {
	width: 100%; /* Full width */
	/* background-color: #ddd; Grey background */
}

.skills {
	text-align: right; /* Right-align text */
	padding-top: 0.1px; /* Add top padding */
	padding-bottom: 0.1px; /* Add bottom padding */
	color: white;
	margin: 20px; /* White text color */
}

.white{
    color:rgb(238, 238, 238);
  }
  .blue{
    color:#9CEAF3;
  }

.cloud {
	width: 30%;
	background-color: rgb(249, 250, 250);
} /* Green */
.boot {
	width: 60%;
	background-color: rgb(249, 250, 250);
} /* Blue */
.js {
	width: 75%;
	background-color: rgb(249, 250, 250);
} /* Red */
.node {
	width: 70%;
	background-color: rgb(249, 250, 250);
}
.dev {
	width: 40%;
	background-color: rgb(249, 250, 250);
}

.contact {
	border: 1px solid rgb(249, 250, 250);
	width: 100%;
	height: 500px;
	padding: 16px;
}

.contact-container {
	padding: 4px;
	margin: 12px;
	position: relative;
}

.contact-top {
	position: absolute;
	height: 1px;
	background: #fff;
	width: 10%;
	top: -8px;
	left: -8px;
	border: none !important;
}

.contact-bottom {
	position: absolute;
	height: 1px;
	background: #fff;
	width: 10%;
	bottom: -8px;
	right: -8px;
	border: none;
}

.contact-left {
	position: absolute;
	height: 10%;
	width: 1px;
	background: #fff;
	top: -8px;
	left: -8px;
	border: none;
}

.contact-right {
	position: absolute;
	height: 10%;
	width: 1px;
	background: #fff;
	bottom: -8px;
	right: -8px;
	border: none;
}
.timeline {
    position: relative;
    background: #272e48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #4b546f;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #bcd0f7;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #1a233a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #1a233a;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #272e48;
    border: 2px dashed #4b546f;
}
.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

* { box-sizing: border-box; }

/* sdsdsd */
.menu{
    display:flex;
    align-items: center;
  
    text-align: center;
    flex-direction: row;
    width: 100%;
    height: 24px;
    background-color: #424040;
    padding: 0 8px;
    cursor:default;
  }
  .menu .button{
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:8px;
    cursor:pointer;
  }
  .red{background-color:#F5544D;}
  .yellow{background-color:#FABD2F;}
  .green{background-color:#47D043;}
  div.title{
    flex:1;
    text-align:center;
  }
  .menu h1{
    font-size:13px;
    color:#9c9c9c;
  
  }
  .buttons-flex{
    position: absolute;
    display:flex;
    flex-direction: row;
  }
  @media (max-width:500px){
    .buttons-flex{
      position: unset;
      display:flex;
      flex-direction: row;
    }
  }
  @media (max-width:330px){
    .menu h1{
      display:none;
    }
  }
  #app{
    display:flex;
    flex-direction: column;
    background-color:#282A35;
    opacity: 0.8;
    width:100%;
    height:100%;
    padding:8px;
    overflow: auto;
  }
  p{
    font-size:16px;
    color:rgb(238, 238, 238);
    padding:8px 0;
  }
  h2{
    font-size:16px;
    color:rgb(238, 238, 238);
  }
  p.code{
    color:#66C2CD;
    margin-left:8px;
  }
  span.text{
    margin-left:16px;
    color:white;
  }
  p.path{
    color:#F7FCA0;
  }
  p.path span{
    color:#6A77D2;
  }
  p.path span + span{
    color:#9CEAF3;
  }
  
  .sucess{
    color:#5AD786;
  }
  .error{
    color:#F78F85;
  }
  p.response{
    color:rgb(238, 238, 238);
  }
  
  input{
    border:none;
    background-color: unset;
    color:rgb(238, 238, 238);
    width:100%;
    font-size:16px;
    font-family: 'Fira Code', monospace;
  }
  input:focus{
    border:none;
    outline: none;
    box-shadow: none;
    background-color: unset;
    
  }
  .type{
    display:flex;
    align-items: center;
    padding:8px 0;
  }
  .type2{
    display:flex;
    align-items: center;
    padding:8px 0;
  }
  .icone{
    color:#5AD786;
    padding-right:8px;
  }
  
  .icone.error{
    color:#F78F85;
  }



#terminal{
        background-color:#393A59;
      
        height: 100vh;
        font-family: 'Fira Code', monospace;
        display:flex;
        /* align-items: center; */
        /* justify-content: center; */

        flex-direction: column;
        width:100%;
        max-width:800px;
        height:500px;
        overflow: hidden;
        border-radius: 6px;
        border: 1px solid gray;
        margin:80px;
        cursor: text;

}
a{
    text-decoration: none;
    color: rgb(238, 238, 238);
  }