* {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-out;
}

html {
  scroll-behavior: smooth;
}

:root {
  --main-black: #333333;
  --grey66: #666666;
  --grey99: #999999;
  --greyE5: #e5e5e5;
  --greyEB: #ebebeb;
}

body {
    background: #FAFAFA;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

/****navigation****/

nav {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: fixed;
  z-index: 99;
  padding: 16px;
  transition: background-color 0.5s ease;
}

.nav-background-change {
  background-color: rgb(250 250 250 / 33.3%);
  backdrop-filter: blur(8px);
}

.nav-menuItems {
  display: flex;
}

.nav-menuItems li h2 {
  font-size: 15px;
  margin: 0 12px 0 0;
  font-weight: bold;
  color: var(--grey99);
}

.nav-menuItems li .active-menuItem h2 {
  color: var(--main-black);
}

/****navigation ends****/

/****footer****/

footer {
  padding: 16px 0 32px 0;
  /*position: fixed;
    bottom: 0;
    width: 100%;*/
}

.footer-icon-container {
  display: flex;
  padding-bottom: 16px;
  width: fit-content;
  margin: 0 auto;
}

.footer-icon-container li a img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 10px;
}

footer p {
  font-size: 13px;
  color: #999999;
  text-align: center;
}

/****footer ends****/

/****buttons****/

.button-general {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 384px;
  margin: 0 auto;
  padding: 14px 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

.button-primary {
  background: var(--main-blue);
  border: 1px solid var(--main-blue);
  margin-bottom: 10px;
}

.button-secondary {
  background: var(--main-black);
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
}

.btn-48 {
  display: block;
  text-align: center;
  font-size: 16px;
  height: 48px;
  width: 224px;
  border-radius: 99px;
  align-content: center;
  margin: 12px auto;
}

.btn-48 i {
  margin-right: 4px;
}

.btn-primary {
  color: #FAFAFA;
  background: var(--main-black);
}

.btn-secondary {
  color: var(--main-black);
  background: #FAFAFA;
  border: 1px solid var(--main-black);
}

/****buttons ends****/

/****font style****/
header h1 {
  font-size: 68px;
  line-height: 100%;
  text-align: right;
  margin: 0 16px;
  color: var(--main-black);
  /*font-weight: 600;*/
}

h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--main-black);
  line-height: 100%;
  text-align: center;
  margin-bottom: 16px;
}

p {
  font-size: 13px;
  color: var(--grey66);
}

/****font style ends****/

/****index****/

/*header*/

header {
  /*height: 480px;*/
  position: relative;
  padding-bottom: 40px;
}

.kv-container {
  display: block;
  width: 241px;
  height: 400px;
  text-align: right;
  background: url("../images/homepage-header-KV.png") no-repeat center center;
  background-size: cover;
  float: right;
}

.text-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 16px;
}

.header-hashtags {
  position: absolute;
  top: 6px;
  right: 50%;
}

.header-hashtags li {
  font-size: 13px;
  color: var(--grey99);
  text-align: right;
}

.scroll-downs {
  position: relative;
  margin: 0 auto;
  width: 24px;
  height: 36px;
  margin-top: 24px;
}
.mousey {
  width: 4px;
  padding: 8px 10px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 4px;
  height: 12px;
  border-radius: 25%;
  background-color: #cccccc;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/*header ends*/

/*work list*/

.section-workList {
  margin: 0 16px;
  padding: 40px 0;
}

.workCard {
  display: block;
  width: calc(100vw - 16px - 16px);
  border: 1px solid var(--greyE5);
  overflow: hidden;
}

li.viewProject {
    position: relative;
    margin-right: 24px;
}

li.viewProject::after {
    content:"";
    display: block;
    background: url(../images/icon-arrow.svg)no-repeat center center;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: -24px;
}

.workCard a {
  display: block;
}

.workCard img {
  width: 100%;
}

.workCard-text-container {
  padding: 12px;
}

.workCard-text-container h3 {
  font-size: 18px;
  font-weight: 400;
  color: var(--main-black);
}

.workCard-text-subtitle {
  display: flex;
  justify-content: space-between;
}

.workCard-text-subtitle li {
  color: var(--grey99);
}

.work-thumbnail-container {
  display: block;
  width: 100%;
  height: 250px;
}

.work-YASMO {
  background: url(../images/thumbnail-YASMO_mobile.png) no-repeat center center;
  background-size: cover;
}

.work-FLY {
  background: url(../images/thumbnail-FLY_mobile.png) no-repeat center center;
  background-size: cover;
}

.work-udg {
  background: url(../images/thumbnail-udg_mobile.png) no-repeat center center;
  background-size: cover;
}

.work-streaminghk {
  background: url(../images/thumbnail-streaminghk_mobile.png) no-repeat center
    center;
  background-size: cover;
}

.work-YASMO:hover {
  background: url(../images/thumbnail-YASMO-hover_mobile.png) no-repeat center
    center;
  background-size: cover;
}

.work-FLY:hover {
  background: url(../images/thumbnail-FLY-hover_mobile.png) no-repeat center
    center;
  background-size: cover;
}

.work-udg:hover {
  background: url(../images/thumbnail-udg-hover_mobile.png) no-repeat center
    center;
  background-size: cover;
}

.work-streaminghk:hover {
  background: url(../images/thumbnail-streaminghk-hover_mobile.png) no-repeat
    center center;
  background-size: cover;
}

.section-workList ul li {
  margin-bottom: 12px;
}

/*work list ends*/

/*cta*/
.section-cta {
  padding: 40px 16px;
}

.section-cta p {
  margin-bottom: 32px;
}
/*cta ends*/

/****index ends****/

@media screen and (min-width: 425px) {
  /****navigation****/

  .nav-menuItems {
    margin-right: 60px;
  }

  .nav-menuItems li h2 {
    font-size: 16px;
    margin: 0 24 0 0px;
  }

  /****navigation ends****/
  /****footer****/
  footer {
    padding: 15px 0;
    direction: rtl;
    margin: 24px 48px;
    align-items: center;
  }

  footer p {
    font-size: 14px;
  }

  ul.footer-1strow {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer-tagline {
    text-align: center;
    padding-top: 60px;
  }

  .footer-icon-container {
    display: flex;
    padding-bottom: unset;
    width: fit-content;
    margin: unset;
  }

  .footer-icon-container li a img {
    width: 24px;
    height: 24px;
  }

  footer p {
    font-size: 14px;
    text-align: left;
    direction: ltr;
  }

  /****footer ends****/
  /****index****/
  /*header*/
  header {
    padding-bottom: 60px;
  }

  header .content-container {
    display: inline-flex;
  }

  .header-content-container {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: end;
    width: 100%;
  }

  .kv-container {
    width: 357px;
    height: 595px;
  }

  .header-hashtags {
    position: absolute;
    top: 50px;
    right: 384px;
  }

  .header-hashtags li {
    font-size: 16px;
  }

  .scroll-downs {
    margin-top: 36px;
  }

  /*header ends*/
  /*work list*/

  .section-workList ul li {
    margin-bottom: unset;
  }

  .section-workList {
    width: calc(100vw - 48px - 48px);
    margin: 0 auto;
    padding: 60px 0;
  }

  .section-workList ul {
    display: flex;
    flex-wrap: wrap;
    column-count: 3;
    gap: 24px;
  }

  .workCard {
    width: 31.9%;
  }

  .workCard:hover {
    transform: translateY(-12px);
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.1);
  }

  /*work list ends*/
  /****font style****/

  header h1 {
    font-size: 128px;
    margin: 0 24px 0 0;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 48px;
  }

  p {
    font-size: 16px;
  }

  /****font style ends****/

  /*cta*/
  .section-cta {
    width: 75%;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
  }

  .section-cta p {
    margin-bottom: 48px;
    text-align: center;
  }

  .cta-container {
    display: inline-flex;
    gap: 12px;
  }

  .btn-48 {
    display: block;
    text-align: center;
    font-size: 16px;
    height: 48px;
    width: 224px;
    border-radius: 99px;
    align-content: center;
  }
  /*cta ends*/
  /****index ends****/
}
