@charset "UTF-8";

*/
/* =====*****@@@@@ 1.Fonts @@@@@*****===== */



@font-face {
  font-family: 'aeonik';
  src: url('../assets/fonts/aeonikreg.otf') format('woff');
  font-weight: 400;
  font-style: medium;
}

@font-face{
  font-family: 'mediumgro';
  src: url('../fonts/mediumgro.otf');

}

@font-face{
  font-family: 'mediumgroita';
  src: url('../fonts/mediumgroita.otf');

}

@font-face{
  font-family: 'skinnygro';
  src: url('../fonts/skinnygrotesk.otf');

}

@font-face{
  font-family: 'regulargro';
  src: url('../fonts/regulargro.otf');

}

@font-face {
  font-family: 'aeonikbold';
  src: url('../fonts/aeonikTRIAL-Bold.otf') format('woff');
  font-weight: 300;
  font-style: medium;
}

@font-face {
  font-family: 'manropesemi';
  src: url('../fonts/Manrope-SemiBold.ttf') format('woff');
  font-weight: 300;
  font-style: medium;
}

body {
  color: #0a0a0a;
  background-color:#0a0a0a;
  font-family: 'boldgrotesk'
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

.paragraphtext{
  font-size: 18px;
  color: #4b4b4b;
  line-height: inherit;
  font-family: 'regulargro';
  font-weight: 400;
}

.paragraphtext2{
  font-size: 20px;
  color:#d9d9d9;
  line-height: inherit;
  font-family: 'regulargro';
  font-weight: 400;
}



/*Nav bar */

.navbar{
  height: 10vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  font-family: 'mediumgro';
}

.navbar ul li{
  list-style: none;
  margin: 0 20px;
  display: inline-block;
  font-size: 16px;
  padding-right: 2.0rem;
  font-family: 'mediumgro';

}

.logo{
  padding: 1.0rem;
}



.tertttext{
  font-size: 18px;
  color: white;
  font-family: 'mediumgro';
  padding: 2rem;

}


.nav-link{
  font-size: 16px;
color: #19212a;
  font-family: 'cool3';
  padding-left: 6rem;


}

.nav-link2{
  font-size: 16px;
color: #19212a;
  font-family: 'cool3';
padding-right: 2rem;
}

.nav-link3{
  font-size: 16px;
color: #19212a;
  font-family: 'cool3';
  padding-right: 6rem;


}

.nav-link3:hover{
  font-size: 16px;
color: grey;
  font-family: 'cool3';
  padding-right: 6rem;


}

.nav-link2:hover{
  font-size: 16px;
color: grey;
  font-family: 'cool3';
  padding-right: 2rem;


}

.nav-link:hover{
  font-size: 16px;
color: grey;
  font-family: 'cool3';
  padding-right: 2rem;

}






.teh{
    background-color: #0a0a0a;
    height: 100vh;
  }

  .teh-row{

    height: 100vh;
    width: 90%;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    font-family: 'regulargro';
    background-color: #0a0a0a;
  }


  .center4{
    width: 600px;
    height: 600px;
    object-fit: contain;
    border-radius: 16px;




  }
/* Font sizes */

.h1{
  font-size: 32px;
  font-family: 'mediumgro';
  color:#171717;


}

.subtitle{
  font-size: 14px;
  font-family: 'skinnygro';
}

.change{
  font-family: 'mediumgroita';
}


.hero{

  height: 60vh;
  width: 100%;
}

.hero-row{
  height: 60vh;
  width: 50%;
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  padding-top: 4rem;
  font-family: 'skinnygrotesk';
  background-color: white;


}


.portfolio-container{
  background-color:white;
  height: 95vh;
  width: 100%;
}

.portfolio-row{
  height: 95vh;
  width: 100%;
  background-color:white;
  justify-content: center;
  display: flex;
  flex-direction: row;
justify-content: space-between;



}


.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: 0.5s;
  border-radius: 16px;



}


.center:hover {

  transform: scale(1.02);
  z-index:2;
}


.image{
  position: relative;
}

.content{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  color: white ;
  opacity: 0;
  transition: opacity 0.25s;
  border-radius: 16px;


}

.content:hover{
  opacity: 0.1;
  border-radius: 16px;
  cursor: pointer;


}

.yeah{
  margin-top: 1rem;
  margin-left: 1rem;
  color:blue;
  font-family: 'mediumgro';
  font-size: 20px;

}
