/* 
    Created on : Dec 17, 2018, 6:46:07 PM
    Author     : Arunas
*/
/*Breakpoint argument choices:
-phone
-tab-port
-tab-land
*/
/*GENERAL*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media (max-width: 37.5em) {
    html {
      font-size: 45%; } }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

a {
  text-decoration: none; }

h2 {
  color: #000;
  font-family: 'Playfair Display', san-serif;
  font-weight: 500;
  font-size: 3.5rem; }

h3 {
  margin-top: 1rem;
  margin-bottom: 3.6rem;
  font-family: 'Montserrat', sans-serif;
  color: #a68253;
  font-size: 2.5rem;
  font-weight: 400; }

p {
  font-size: 1.7rem;
  color: #373a3c; }

.btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1.8rem 5.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .5s;
  background: transparent;
  color: #fff; }

.btn:hover {
  color: #a68253;
  border: 1px solid #fff;
  transition: ease-in .2s;
  box-shadow: 0 0 5px #fff; }

/*Animations*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translate(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translate(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*Navigation*/
.mynav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 1rem; }
  @media (max-width: 56.25em) {
    .mynav ul {
      flex-direction: column;
      text-align: center; } }

.mynav li:not(:last-child) {
  margin-right: 2rem; }
  @media (max-width: 56.25em) {
    .mynav li:not(:last-child) {
      margin-right: 0; } }

.mynav a {
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  color: #C3C3C5;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 2.5rem 2.5rem; }

.mynav a,
.mynav a:visited,
.mynav a:hover,
.mynav a:active {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s color ease; }

.mynav a:hover {
  color: #a68253; }

/*Header*/
.header {
  height: 95vh;
  background-color: #030303; }
  @media (max-width: 56.25em) {
    .header {
      height: 220vh; } }

.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 56.25em) {
    .hero-wrapper {
      flex-direction: column; } }

.text-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  height: 90vh;
  padding: 1.5rem; }
  @media (max-width: 56.25em) {
    .text-box {
      height: 75vh; } }

.heading-primary {
  color: #fff;
  backface-visibility: hidden; }

.heading-primary-main {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: 4.5rem;
  letter-spacing: .2em;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

.heading-primary-sub {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: #a68253;
  animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out; }

.btn-hero {
  margin-top: 10rem;
  animation-name: moveInBottom;
  animation-delay: .7s;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards; }

.image-box {
  padding: 1.5rem;
  margin-bottom: 9rem;
  margin-left: 10rem; }
  @media (max-width: 56.25em) {
    .image-box {
      margin-left: 0; } }

.image-box img {
  height: auto;
  width: 45rem;
  animation: fade 1.5s; }

/*About*/
#about {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100vh; }
  @media (max-width: 56.25em) {
    #about {
      flex-direction: column; } }
  @media (max-width: 75em) {
    #about {
      height: 100%;
      padding-bottom: 15rem;
      padding-top: 15rem; } }

.about-content {
  padding: 7rem;
  width: 50%; }
  @media (max-width: 37.5em) {
    .about-content {
      width: 85%; } }

.about-img {
  padding: 5rem;
  width: 40%; }
  .about-img img {
    width: 65%;
    height: auto; }
  @media (max-width: 56.25em) {
    .about-img {
      padding-top: 5rem;
      width: 100%; } }

/*Features*/
#features {
  height: 95vh;
  background-image: linear-gradient(to bottom, #090909, rgba(0, 0, 0, 0.5)), url("../assets/images/features-bk.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 75em) {
    #features {
      height: 100%; } }
  #features #features-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center; }
  #features .cards {
    display: table;
    width: 80%;
    text-align: center;
    margin: 12rem auto; }
  #features .card {
    display: table-cell;
    margin: 1rem; }
    @media (max-width: 56.25em) {
      #features .card {
        display: block;
        width: 100%; } }
  #features .image-wrapper {
    height: 12rem;
    width: 12rem;
    background-color: #a68253;
    border-radius: 50%;
    margin: 2rem auto; }
  #features .card img {
    max-width: 100%;
    width: 7rem;
    height: 7rem;
    margin: 2.5rem auto; }
  #features .card .text {
    padding: 0 5rem 2rem; }
  #features .card .text h2 {
    color: #a68253;
    font-size: 2.5rem;
    line-height: 1.2; }
  #features .card .text p {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem; }

/*Projects*/
#projects {
  padding-bottom: 1.5rem; }
  #projects .projects-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 10rem; }
  #projects .project-item h2 {
    margin-top: 10rem;
    color: #fff; }
  #projects h3 {
    font-size: 1.8rem; }
  #projects .project-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0 2rem 0 2rem; }
    @media (max-width: 56.25em) {
      #projects .project-wrapper {
        flex-direction: column;
        align-items: center; } }
  #projects .project-item {
    color: #fff;
    font-size: 4rem;
    width: 37rem;
    height: 37rem; }
    @media (max-width: 56.25em) {
      #projects .project-item {
        width: 50rem;
        height: 50rem; } }
  #projects .project-1 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-1.jpg"); }
  #projects .project-2 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-2.jpg"); }
  #projects .project-3 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-3.jpg"); }
  #projects .project-4 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-4.jpg"); }
  #projects .project-5 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-5.jpg"); }
  #projects .project-6 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-6.jpg"); }
  #projects .project-7 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-7.jpg"); }
#projects .project-8 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-8.png"); }
#projects .project-9 {
    background-position: 50% 50%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/images/project-9.png"); }

  #projects .project-6 h3 {
    margin-bottom: .6rem; }
  
  #projects .project-7 h3 {
    margin-bottom: .6rem; }
  
  #projects a.info {
    display: inline-block;
    border: 1px solid #fff;
    padding: 1.8rem 5.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: all .5s;
    color: #fff; }
  #projects a.info:hover {
    color: #a68253;
    border: 1px solid #fff;
    transition: ease-in .2s;
    box-shadow: 0 0 5px #fff; }
  #projects .overlay {
    text-align: center; }

/*Overview*/
#overview .overview-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #030303;
  height: 30rem; }
  @media (max-width: 37.5em) {
    #overview .overview-wrapper {
      flex-direction: column;
      height: 100%;
      padding: 5rem;
      align-items: center; } }

#overview .overview-item {
  text-align: center;
  width: 25rem; }
  @media (max-width: 37.5em) {
    #overview .overview-item {
      margin-top: 2.5rem; } }

#overview h4 {
  font-size: 1.5rem;
  padding: 2rem;
  color: #a68253;
  text-transform: uppercase; }

#overview p {
  font-size: 1.7rem;
  color: #a68253; }

/*Skills*/
#skills .skills-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10rem; }
  @media (max-width: 75em) {
    #skills .skills-wrapper {
      padding: 5rem; } }

#skills .skills-item {
  width: 65%; }
  @media (max-width: 56.25em) {
    #skills .skills-item {
      width: 98%; } }

#skills #skillbar-wrapper {
  margin-top: 5rem; }

#skills .skillbar-container {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background-color: #666463;
  background-color: rgba(0, 0, 0, 0.1);
  height: 35px;
  height: 5px; }

#skills .skills {
  height: 35px;
  height: 5px;
  width: 0px;
  background-color: #a68253; }

#skills .text-left {
  text-align: left;
  font-size: 1.5rem; }

/*CONTACT*/
#contact .contact-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #030303;
  padding: 1.5rem; }
  @media (max-width: 37.5em) {
    #contact .contact-wrapper {
      flex-direction: column; } }

#contact .contact-item {
  padding: 2rem;
  width: 14%; }
  @media (max-width: 37.5em) {
    #contact .contact-item {
      width: 45%; } }

#contact .contact-content {
  float: right; }

#contact p {
  font-size: 1rem;
  color: #a68253;
  line-height: 1.9rem;
  font-weight: 600;
  letter-spacing: .01rem; }
  @media (max-width: 37.5em) {
    #contact p {
      font-size: 1.7rem; } }

#contact a {
  color: #fff; }
