html {
    font-size: 62.5%; 
}

@font-family {
    font-family: 'din';
    src:url('dinlight.ttf');
    font-family: 'Roboto', sans-serif;
    font-family: 'Playfair Display', serif;
  
    
}



div{
    display: block;
}
body {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family:'Din', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}


.logoo{
    height: 60px;
    width: auto;
    position: absolute;
    
}

body.about {
    background: #111;
    color: #fff;
}
body.about a {
    color: #fff 
}


.container {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
}
.header {
    padding-top: 60px;
    position: fixed;
    width: inherit;
    z-index: 9999;
    max-width: 1480px;
}
.header .menu {
    text-align: right;
    float: right;
}
.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.header a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
      font-family: 'Poppins', sans-serif;
    letter-spacing: .1rem;
}
.header .menu a {
    color: #FFD57E;
    margin: 0px 30px;
    float: right;
   
}
.header .menu a.about {
    opacity: .5;
    color: #fff;
   
    
    
}
.header .contact {
    text-align: right;
}
.header .contact {
    text-align: right;
}
.about-content {
    padding: 200px 00px 100px 0;
    text-align: left;
}


img.scale-with-grid {
    outline: 0;
    max-width: 100%;
    height: auto;
}

/*NAME AND BIO*/


p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
     margin-top: 0;
    
}

.about-content p {
    font-size: 28px;
    text-align: left;
    font-weight: 300;
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 2.5rem;
    
}

.title__h2 {
    font-size: 6.2rem;
    letter-spacing: .2rem;
    margin-top: 30px;
    margin-right: 120px;
    margin-bottom: 24px;
        font-family: "Merriweather", serif;
    font-weight: 100;
    line-height: 1;
}
.title_normal {
    font-weight: 400;
}
h1{
 font-size: 15px;
       

}
.block-description {
    font-weight: 100;
    line-height: 2.3;
    padding-right: 20px;
    font-family:  'Din', sans-serif;
    font-size: 14px;
    letter-spacing: .1rem;
    
   
}



/*EXPERIENCE*/


.title__h5 {
    font-size: 2.rem;
    letter-spacing: .2em;
    margin-top: 28px;
    margin-bottom: 24px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    line-height: 1.3;
     color: #FFf
}
.title_list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.col-lg-4, .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    line-height: 2;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-info {
    color: #c0c3c8;
    margin-top: 20px;
      font-weight: 100;
    
   
  
}
.list-info strong {
   
    color: #FFD57E;
     letter-spacing: .1rem;
    font-weight: 600;
    font-size: 1.5rem;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
      font-family:  'Din', sans-serif;
    font-size: 14px;
    letter-spacing: .1rem;
}




/* FadeInUp */
.os.animated {
  animation: up 1.5s cubic-bezier(0.42, 0, 0, 0.995), 
      fade 2s cubic-bezier(0.42, 0, 0, 0.995); }
  @media only screen and (max-width: 580px) {
    .os.animated {
      animation-delay: 0s; } }

@keyframes up {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }


/* FadeInUp2 */
.os.animated2 {
  animation: up 1.5s cubic-bezier(0.42, 0, 0, 0.995), 
      fade 2s cubic-bezier(0.42, 0, 0, 0.995); }
  @media only screen and (max-width: 100%) {
    .os.animated {
      animation-delay: 0s; } }

@keyframes up {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* FadeInUp3 */
.os.animated2 {
  animation: up 1s cubic-bezier(0.42, 0, 0, 0.995), 
      fade 2s cubic-bezier(0.42, 0, 0, 0.995); }
  @media only screen and (max-width: 100%) {
    .os.animated {
      animation-delay: 0s; } }

@keyframes up {
  0% {
    transform: translateY(100px); }
  100% {
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }


.os.animated4 {
  animation: down 1s cubic-bezier(0.42, 0, 0, 0.995), fade 2s cubic-bezier(0.42, 0, 0, 0.995); }
  @media only screen and (max-width: 580px) {
    .os.animated {
      animation-delay: 0s; } }

@keyframes down {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }







@media only screen and (max-width: 1200px) {
  .portfolio-list a {
    margin-left: 1%;
    margin-bottom: 1%;
    width: 49.5% !important;
  }

  .portfolio-list a:nth-child(3n+4) {
    margin-left: 1%;
  }
  .portfolio-list a:nth-child(2n+1) {
    margin-left: 0;
  }
  .mini-about{
    font-size: 34px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  .mini-about{
    font-size: 34px;
    line-height: 35px;
  }
  .mini-about p{
    display: inline;
  }
  .mini-about p.lighter{
    display: block;
  }
  .arrow-down {
    left: 45%;
  }
  .about-content p{
    font-size: 28px;
    text-align: center;
  }
  .n1{
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }
  .n2{
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .portfolio-list a {
    margin-left: 0;
    margin-bottom: 1%;
    width: 100% !important;
  }
  .portfolio-list a {
    margin-left: 0;
  }
  .mini-about{
    font-size: 30px;
    line-height: 46px;
  }
  .header{
    text-align: center !important;
    padding-top: 60px;
    margin-left: 0px;
      position: absolute;
  }
  .header .logo{
    width: 100%;
   position: absolute;
  }
  .header .menu{
    float: right;
    width: 100%;
      position: absolute;
  }
  .header .contact{
    display: none;
      
  }
  .logoo{
     position: absolute;
        margin-left: -170px;
        
    }
  .header .c_m{
    display: inline;
      position: absolute;
  }
  .info{
    text-align: center;
    padding: 150px 0 100px 0;
  }
  .about-content{
    padding: 150px 0 0 0;
  }
  .about-content p{
    font-size: 20px;
    text-align: center;
  }
  .footer .social{
    text-align: center;
  }
    .ima{
     font-size:80px;
    
   font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-align: center;
    line-height: 1


     
}
    .wrap{
    font-size: 80px;
   font-family: 'Poppins', sans-serif;
    color: #FFD57E;
}
    .title__h2 {
    font-size: 4rem;
    letter-spacing: .2rem;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
        text-align: center;
    font-family: "Merriweather", serif;
    font-weight: 100;
    line-height: 1;
}
    
}

















/*BOX ANIMATION*/

.lines :before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 0%;
    height: 0%;
    background: transparent;
    border:2px solid transparent;
}
.lines :hover:before
{
    animation: animate .3s linear forwards;
}

@keyframes animate 
{
    0%
    {
        width: 0%;
        height: 0%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
    }
    50%
    {
        width: 50%;
        height: 10%;
        border-top-color: #fff;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #ffffff;
    }
    100%
    {
        width: 65%;
        height: 10%;
        border-top-color: #ffffff;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
    }
} 

.lines :after 
{
    content: '';
    position: absolute;
    top: 50px;
    left: 105px;
    width: 0%;
    height: 0%;
    background: transparent;
    border:2px solid transparent;
}
.lines :hover:after
{
    animation: animate2 0.3s linear forwards;
}
@keyframes animate2 
{
    0%
    {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50%
    {
        width: 5%;
        height: 10%;
        border-top-color: transparent;
        border-right-color: #fff;
        border-bottom-color: #ffffff;
        border-left-color: transparent;
    }
    100%
    {
        width: 10%;
        height: 20%;
        border-top-color: transparent;
        border-right-color: #fff;
        border-bottom-color: #ffffff;
        border-left-color: transparent;
    }


}







