.cotainer {
    box-sizing: content-box;}

.navbar{
     background:#01939A;}

.nav-link , .navbar-brand{
    color: #f4f4f4; cursor: pointer;}

.nav-link{
    margin-right: 2em !important;
    font-size: 24px;
  }

.nav-link:hover{
  /* background: #5dc8cd; */
  color: #ffb473; }

.navbar-collapse{
    justify-content: flex-end;}
.navbar-toggler{  background:#fff !important;}

.navbar-collapse{
    justify-content: flex-top;
}

.navbar-brand {
    font-size: 32px;
  }
.navbar-brand:hover {
  color: #ffb473;
}

/* ---overlay--- */
.overlay {
  position: absolute;
  min-height: 70vh;
  min-width: 100vw;
  left: 0;
  top: 0;
  background: rgba (244, 244, 244, 0.79);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  /* background-repeat-x: initial;
  background-repeat-y: initial; */
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(244, 244, 244, 0.79);

}

.header{
  height: 70vh;
  background-image: url('https://devtlv.github.io/portfolio/images/headerback.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.description{
  position: absolute;
  top: 20%;
  /* margin-left: 100px; */
  padding: 2em;
}


.description h1{
  color:#34C6CD;
  text-align: left !important;
 }

.description p {
color: #666;
font-size: 20px;
width: 70%;
text-align: left;
line-height: 1.5;
}



.text-muted  {
  font-size: 24px;
  padding-left: 30px;
}


/* ---About--- */
.about b {
  display: block;
  margin-left: -40px;
  font-size: 26px;
  color: #ff9640;
}
.about h3 {
  color:#01939A;
}

.name {
  margin-left: 30px;
}
section, article {
  margin: 5em 0;
  position: relative;
}

section h1, article h1 {
  color: #006064;
  margin: 2em;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


.about img{
  height: 300px;
  width: 300px;
  border-radius: 50%
}

.img-fluid {
  max-width: 100%;
}
figure{
  margin-left: -60px;
}

img{
  vertical-align: middle;
  border-style: none;
  margin-left: 2em;
}

.col-md-4 {
  flex: 33.3333%;
  margin-left: -30px;

}


.row {
  width: 1200px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

div {
  display: block;
}

.about .desc {
  padding: 2em;
  border-left: solid 4px teal;
  text-align:justify ;
}

/*
.text-center h1 {
text-align: center !important;
} */

.bi-envelope, .bi-github, .bi-linkedin, .bi-facebook {
  color:#006064;
  margin-left: 10px;
  text-align: start;
}

  /*--- Projects ---*/
.section-header {
  text-align: center;

}

.section-header h2 {
  color:#006064;
  margin: 30px;
}

.project h1{
  margin: 2em;
}

.project img{
  height: 15rem;
  width: 100%;
  margin: 1em;
}

.project #project-flters {
padding: 0;
margin: 0 auto 25px auto;
list-style: none;
text-align: center;
background: white;
border-radius: 50px;
padding: 2px 15px;
}

.project #project-flters li {
cursor: pointer;
display: inline-block;
padding: 8px 20px 10px 20px;
font-size: 15px;
font-weight: 600;
line-height: 1;
color: #1d7373;
margin: 0 4px 8px 4px;
transition: 0.3s;
border-radius: 50px;
border: 1px solid #fff;
}

.project #project-flters li:hover, .project #project-flters li.filter-active {
color: #1d7373;
border-color: #ff9640;
}

.project #project-flters li:last-child {
margin-right: 0;
}

.project .project-wrap {
transition: 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
background: rgba(255, 255, 255, 0.75);
}

.project .project-wrap::before {
content: "";
background: rgba(255, 255, 255, 0.75);
position: absolute;
left: 30px;
right: 30px;
top: 30px;
bottom: 30px;
transition: all ease-in-out 0.3s;
z-index: 2;
opacity: 0;
}

.project .project-wrap img {
transition: 1s;
}

.project .project-wrap .project-info {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 3;
transition: all ease-in-out 0.3s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.project .project-wrap .project-info::before {
display: block;
content: "";
width: 48px;
height: 48px;
position: absolute;
top: 35px;
left: 35px;
border-top: 3px solid #006363;
border-left: 3px solid #006363;
transition: all 0.5s ease 0s;
z-index: 9994;
}
.project .project-wrap .project-info::after {
display: block;
content: "";
width: 48px;
height: 48px;
position: absolute;
bottom: 35px;
right: 35px;
border-bottom: 3px solid #006363;
border-right: 3px solid #006363;
transition: all 0.5s ease 0s;
z-index: 9994;
}
.project .project-wrap .project-info h4 {
font-size: 20px;
color: black;
font-weight: 700;
}
.project .project-wrap .project-info p {
color: black;
font-weight: 600;
font-size: 14px;
/* text-transform: uppercase; */
padding: 0;
margin: 0;
}
.project .project-wrap .project-links {
text-align: center;
z-index: 4;
}
.project .project-wrap .project-links a {
color: #fff;
background: #33cccc;
margin: 10px 2px;
width: 36px;
height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: 0.3s;
}
.project .project-wrap .project-links a i {
font-size: 24px;
line-height: 0;
}
.project .project-wrap .project-links a:hover {
background: #1d7373;
}
.project .project-wrap:hover img {
transform: scale(1.1);
}
.project .project-wrap:hover::before {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
}
.project .project-wrap:hover .project-info {
opacity: 1;
}
.project .project-wrap:hover .project-info::before {
top: 15px;
left: 15px;
}
.project .project-wrap:hover .project-info::after {
bottom: 15px;
right: 15px;
}

/*--- Blog ---*/
/* .blog{
  margin: 4em 0;
  position: relative;
}
.blog h1{
  color:#006064;
  margin: 2em;
}
.blog .card{
  box-shadow: 0 0 20px #ccc;
}
.blog .card img{
  width: 100%;
  height: 12em;
}

.blog .card-title{
  color:#446FD5;
}

.blog .card-body{
  padding: 1em;
}
 */


/* --- Resume --- */
heder-resume {
  background-color: #fff;
}

.resume .resume-title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #006064;
}

.resume h2 {
  text-align: center;
  color: #006064;
  font-size: 36px;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #ffb473;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: lightslategrey;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #effbf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #006363;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #ff9640;
}
