html {
  font-family: 'aglet-mono-variable', sans-serif;
  background: #181818;
  font-variation-settings: "wght" 80;
  scrollbar-color:white #181818;   
}

img {
  max-width: 100%;
}

body {
  color: white;
}

footer {
  grid-area:d;
  color:white;
  text-decoration: none;
  margin: 3%;
  margin-top: 150px;
}

footer a{
  text-decoration: none;
  color:white;
}

.foot-title {
  font-variation-settings: "wght" 700;
  font-size: 2rem;
}

.footer-logo {
  display: block;
  width: 15%;
  margin-left: auto;
  margin-right:auto;
}

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

::selection {
  color: #181818 ;
  background: #10564D;
}

.title {
  font-variation-settings: "wght" 700;
  font-size: 4rem;
  margin-bottom:100px;
}

.subtitle {
  font-variation-settings: "wght" 400;
  font-size: 3.2rem;
  margin-bottom:100px;
}

.text {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: white;
}

ul a {
  color: white;
} 

.active {
  text-decoration: underline;
}

a:hover {
  color: grey;
}

.nav-bar {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  margin-top: 0;
  margin-left: 2%;
  background-color: #181818;
  width: 100%;
  padding:20px;
  z-index: 1;
}

.nav-items {
  display: flex;
  list-style: none;
  color: white;
  margin-right: auto;
  font-variation-settings: 'wght' 500;
}

.nav-items > li {
  padding: 0px 10px;
  color:white;
  text-shadow: 1px 1px 1px #181818;
}

.logo {
  width:25px ;
  margin-right:0 auto;
}

#content-home {
  display: grid;
  grid-gap:40px;
  margin:3%;
  animation: fadeOutAnimation ease-out 1s;
  animation: fadeInAnimation ease-in 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
  "a a b b"
  "c c c c"
  ;
}

.text-logo {
  grid-area: a;
  margin-top: 35%;
  margin-left: 10%;
}

.roads-logo {
  grid-area: b;
  padding-left:10%;
  transition: 1s;
}

.explore {
  grid-area: c;
  padding-top:40px;
  color: white;
  padding-left: 3rem;
  margin-bottom:0;
  text-align: center;
}

.services-deco {
  display: flex;
  justify-content: space-around;
  height: 100%;
  margin:30px;
}

.viewall {
  display: flex;
  margin:20px auto;
  padding: 10px;
  border: solid white;
  border-radius: 5px;
  font-family: 'aglet-mono-variable', sans-serif;
  cursor: pointer;
}

.feed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;        
  justify-content: center;
}

.project {
  width: 250px;
  font-size: 12px;
  color:white;
  margin: 10px 30px;
  background-color: #131313;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px #131313;
}

.project-cards {
  display: flex;
  gap: 30px;
  overflow-x: auto;
}

.project-pic {
  width: 100%;
  border-radius: 9px;
  margin-bottom: 9px;
}

.project-text {
  display:flex ;
  flex-direction: column;
}

.project-title {
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-label {
  color: grey;
}

.project-details {
  font-size: 0.7rem;
}

.project-description-preview {
  font-size: 1.1rem;
  color: white;
}

#content-work {
  display: grid;
  grid-gap: 40px;
  margin:3%;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
  "wt . . ."
  "wc wc wc wc"
  
}

.work-title {
  grid-area: wt;
  font-size: 5rem;
  color: white;
  margin-top: 2rem;
}

.work-covers {
  grid-area:wc;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
  "zw zw ow ow"
  "cw cw pw pw" ;
}

.zaha-work-page  {
  grid-area: zw;
}

.oatly-work-page {
  grid-area: ow;
}

.nonogram-work-page {
  grid-area: cw;
}

.pangolager-work-page {
  grid-area: pw;
}

#content-about {
  display: grid;
  grid-gap: 40px;
  margin:3%;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas:
  "am am . . ."
  "ad ad ad ad ad"
  "al al al al al"
  ". ak ak ak ."
  ". ae af ag ."
  ". ah ai aj ."
  "d d d d d"
}

.text-about {
  grid-area: ad;
  padding-top:20px;
  color: white;
  padding-left: 1rem;

}

.team-pic1 {
  grid-area: ae;
  width: 60%;
  color: white;
}

.team-pic2 {
  grid-area: af;
  width: 60%;
  color: white;
}

.team-pic3 {
  grid-area: ag;
  width: 60%;
  color: white;
}

.team-pic4 {
  grid-area: ah;
  width: 60%;
  color: white;
}

.team-pic5 {
  grid-area: ai;
  width: 60%;
  color: white;
}

.team-pic6 {
  grid-area: aj;
  width: 60%;
  color: white;
}

.meet-the-team {
  grid-area: ak;
  font-size: 3rem;
  color: white;
}

.placeholder {
  grid-area: al;
}

.about-title {
  grid-area: am;
  font-size: 5rem;
  color: white;
  margin-top: 2rem;
}

#content-services {
  display: grid;
  grid-gap: 40px;
  margin:3%;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
  "an . . ."
  ". x x ."
  ". t u ."
  ". v w ."
  ". y y ."
  ". z z ."
  "d d d d"
}

.services-header {
  grid-area: x;
  margin-top:5rem;
  margin-bottom: 5rem;
}

.advertising,
.design,
.strategy,
.socialmedia {
  color: white;
  font-size: 2rem;
  background: #181818;
  box-shadow: -10px 10px 10px #131313;
  padding:20px;
}

.advertising {
  grid-area: t;

}

.design {
  grid-area: u;
}

.strategy {
  grid-area: v;
}

.socialmedia {
  grid-area: w;
}

.advertising2,
.design2,
.strategy2,
.socialmedia2 {
  font-size: 1rem;
  color:grey;
}

.text-services {
  grid-area: y;
  color:white;
  font-size: 3.5rem;
  text-align: center;
}

.contactbutton {
  grid-area: z;
  color:#181818;
  margin:auto;
  text-align: center;
  background-color: #181818;
  padding: 10px;
  width: 100px;
  border: solid white;
  text-decoration: none;
}

.contactbutton a {
  color: white
}

.services-title {
  grid-area: an;
  font-size: 5rem;
  color: white;
  margin-top: 2rem;
}

#content-contact {
  display: grid;
  grid-gap: 40px;
  margin: 3%;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas:
  "ap . . ."
  "d d d d"
}

.contact-title {
  grid-area: ap;
  font-size: 5rem;
  color: white;
  margin-top: 2rem;
}

.lets-work {
  display: flex;
  justify-content: center;
}

.email-button {
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin:auto;
  background-color: #181818;
  padding: 10px;
  width: 100px;
  border: solid white;
}

.email-button a{
  color: white;
}

#contentbroad,
#contentoatly,
#contentnonogram,
#contentpangolager{
  display: grid;
  grid-gap: 40px;
  margin:3%;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
  "bw . . ."
  "i i i i"
  "j j k l"
  "j j m n"
  "o o o o"
  ". pc pc ."
  ". pb pb ."
  ". ps ps ."
  ". nv nv ."
  "p q r s"
}

.broadheader{
  grid-area: i;
  box-shadow: -10px 10px 10px #131313;
}

.broaddescription {
  grid-area: j;
  color:white;
  font-size: 3rem;
  margin:6%;
  margin-right: 20px;
}

.client {
  grid-area: k;
  color:grey;
  font-size: 2rem;
}

.client2 {
  font-size: 1.5rem;
  color: white;
  margin-top: -22px;
}

.year {
  grid-area: l;
  color:grey;
  font-size: 2rem;
}

.year2 {
  font-size: 1.5rem;
  color: white;
  margin-top: -22px;
}

.services {
  grid-area: m;
  color:grey;
  font-size: 2rem;
}

.services2 {
  font-size: 1.5rem;
  color: white;
  margin-top: -22px
}

.team {
  grid-area: n;
  color:grey;
  font-size: 2rem
}

.team2 {
  font-size: 1.5rem;
  color: white;
  margin-top: -22px;
}

.broaddescription2 {
  grid-area:o;
  color:white;
  margin-left: 3%;
  line-height: 20px;
}

.p-image-1{
  grid-area: p;
}

.p-image-2{
  grid-area: q;
}

.p-image-3 {
  grid-area:r;
}

.p-image-4 {
  grid-area:s;
}

.backtowork {
  grid-area:bw;
  margin-top:5rem;
}

.backtowork a {
  text-decoration: none;
  color: white;
}

.backtowork a:hover {
  text-decoration: underline;
}

.disclaimer {
  font-size: 0.8rem;
  color: grey;
}

.nonogram-video {
  grid-area: nv;
  margin:auto;
}

.pango-image-1 {
  grid-area:pc;
}

.pango-image-2 {
  grid-area:pb;
}

.pango-image-3 {
  grid-area:ps;
}

@media (max-width: 1300px){
  #content-services {
    grid-template-columns: 2fr;
    grid-template-areas: 
    "an ."
    "x x"
    "t u"
    "v w"
    "y y"
    "z z"
    "d d";
  }
  .advertising,
  .design,
  .strategy,
  .socialmedia {
    width: 400px;
}

}

@media (max-width: 700px){
  img {
    width:100%;
  }

  #content-home {
    grid-template-columns: 1fr;
    grid-template-areas:
    "b"
    "a"
    "c"
    "d"
  }

  .text-logo {
    margin:0 auto;
    width:100%;
  }

  #contentwork {
    grid-template-columns: 1fr;
    grid-template-areas:
    "wt"
    "wc"
    "d"
  }

  .worktitle{
    margin-top:60px
  }

  #content-about {
    grid-template-columns: 1fr;
    grid-template-areas:
    "am"
    "ad"
    "al"
    "ak"
    "ae"
    "af"
    "ag"
    "ah"
    "ai"
    "aj"
    "d"
  }

  .abouttitle {
    margin-top: 60px;
  }

  #content-services {
    grid-template-columns: 1fr;
    grid-template-areas:
    "an"
    "x"
    "t"
    "u"
    "v"
    "w"
    "y"
    "z"
    "d"
  }

  .services-title {
    margin-top: 60px;
  }

  #content-contact {
    grid-template-columns: 1fr;
    grid-template-areas:
    "ap"
    "d"
  }

  .contact-title {
    margin-top: 60px;
  }
  
  #contentbroad, 
  #contentoatly,
  #contentnonogram,
  #contentpangolager {
    grid-template-columns: 1fr;
    grid-template-areas:
    "bw"
    "i"
    "j"
    "k"
    "l"
    "m"
    "n"
    "o"
    "pc"
    "pb"
    "ps"
    "p"
    "q"
    "r"
    "s"
  }

  .backtowork {
  margin-top: 5rem;
  }

  .footer-logo {
    width: 150px;
  }
}
