/* RESET START */

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

/* RESET END */

/* FONTS START */

.climate-crisis {
  font-family: "Climate Crisis", serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
}

.genos-regular {
  font-family: "Genos", serif;
  font-weight: 400;
  font-style: normal;
}

.genos-italic {
  font-family: "Genos", serif;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Agency";
  src: url("../assets/agencyfb_reg-webfont.woff2") format("woff2"),
    url("../assets/agencyfb_reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* FONTS END */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fdb009;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #134546;
}

/* INDEX START */
body {
  background-image: url(../assets/noisebg.webp);
  background-repeat: repeat;
}

#tilde_header {
  display: block;
  width: 90%;
  max-width: 100vw;
  height: auto;
  padding-top: 40px;
  padding-bottom: 300px;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  background-image: url(../assets/tilde_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  overflow: visible;
}

.hero .flex_space-between h2 {
  font-family: "Agency";
  font-size: 38px;
  color: #fdb009;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}

.hero .flex_space-between h3 {
  font-family: "Agency";
  font-size: 24px;
  color: #fdb009;
  border: solid 1px #fdb009;
  width: 300px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0px;
  margin-right: auto;
  margin-left: auto;
  transition: color 0.3s ease-out, border 0.3s ease-out,
    background-image 0.3s ease-out;
}

.hero .flex_space-between h3:hover {
  color: white;
  border: transparent 1px solid;
  background-image: url(../assets/btn_gradient.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .flex_space-between a {
  text-decoration: none;
}

.qr {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  height: 100px;
}

.chevron {
  margin-right: auto;
  margin-left: auto;
  width: 60px;
  padding: 50px 0px;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

section {
  background-color: #262626;
  box-shadow: inset 0px 11px 10px -10px #131313,
    inset 0px -11px 10px -10px #131313;
}

.grid_1-1 {
  padding-bottom: 100px;
}

.grid_1-1 img {
  transition: filter 0.3s ease-out;
}
.grid_1-1 img:hover {
  filter: brightness(50%);
}

h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 32px;
  color: #fdb009;
  text-align: center;
  padding: 50px 0px;
}

@media (min-width: 700px) {
  .hero .flex_space-between {
    display: flex;
    margin: 0px 50px;
  }

  .hero .flex_space-between h2 {
    padding-bottom: 0;
    padding-top: 10px;
  }

  .qr {
    margin-right: 0;
  }

  h1 {
    font-size: 80px;
    padding-top: 100px;
  }

  #tilde_header {
    max-width: 800px;
    padding-bottom: 420px;
  }

  .hero {
    background-image: url(../assets/tilde_bg.webp);
    background-size: 850px auto;
    background-position: center -100px;
  }

  .hero {
    background-position: center -50px;
  }
}

@media (min-width: 1150px) {
  .grid_1-1 img {
    width: 100%;
  }

  .grid_1-1 {
    display: grid;
    grid-template-columns: 1fr 550px 550px 1fr;
    gap: 20px;
  }

  .index_01 {
    grid-column: 2/4;
    grid-row: 1/2;
  }

  .index_02 {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .index_03 {
    grid-column: 2/3;
    grid-row: 3/4;
  }

  .index_04 {
    grid-column: 3/4;
    grid-row: 2/4;
  }

  .index_05 {
    grid-column: 2/4;
    grid-row: 4/5;
  }
}

/* INDEX END */

/* ABOUT START */

.about_mobile div {
  border: #fdb009 solid 1px;
  width: 378px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.about_mobile p {
  color: white;
  font-family: "Agency", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: justify;
}

.about_mobile img {
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

.grid_1-1-1 {
  display: none;
}

.tablet_about {
  width: 650px;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}

.company_logo {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.company_logo:first-of-type {
  padding-top: 20px;
  padding-bottom: 40px;
}

.about_section div {
  margin-right: auto;
  margin-left: auto;
  width: 380px;
}

.about_section p {
  color: white;
  font-family: "Agency", sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: justify;
  padding-bottom: 20px;
}

.about_section h2 {
  color: #fdb009;
  font-family: "Genos", sans-serif;
  font-size: 64px;
  text-align: center;
}

.about_section h6 {
  color: #fdb009;
  font-family: "Agency", sans-serif;
  font-size: 32px;
  text-align: center;
}

.about_section h3 {
  color: white;
  font-family: "Genos", sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  padding-top: 20px;
}

.working_experience:first-of-type {
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.about_section ul {
  list-style: circle;
  padding-left: 20%;
}

.about_section ul li {
  color: white;
  font-family: "Agency", sans-serif;
  font-size: 24px;
}
.about_06 {
  background-color: #262626;
}

.about_07 {
  background-color: #262626;
}

@media (min-width: 700px) {
}

@media (min-width: 1150px) {
  .grid_1-1-1 {
    display: grid;
    grid-template-columns: 1fr 350px 310px 350px 1fr;
    gap: 20px;
  }

  .about_01 {
    grid-column: 2/4;
    grid-row: 1/2;
    pointer-events: none;
  }

  .about_02 {
    grid-column: 4/5;
    grid-row: 1/2;
    pointer-events: none;
  }

  .about_05 {
    grid-column: 3/5;
    grid-row: 2/4;
    border: #fdb009 solid 1px;
  }

  .about_06 {
    grid-column: 2/3;
    grid-row: 2/3;
    border: #fdb009 solid 1px;
  }

  .about_07 {
    grid-column: 2/3;
    grid-row: 3/4;
    border: #fdb009 solid 1px;
  }

  .grid_1-1-1 p {
    color: white;
    font-family: "Agency", sans-serif;
    font-size: 24px;
    line-height: 36px;
    padding: 20px;
    text-align: justify;
  }

  .grid_1-1-1 h3 {
    color: white;
    font-family: "Genos";
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
  }

  .grid_1-1-1 ul li {
    color: #fdb009;
    font-family: "Agency", sans-serif;
    font-size: 24px;
    padding: 5px 20px;
  }

  .working_experience {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1200px;
  }

  .about_section div {
    width: auto;
    padding: 20px;
  }
}

/* ABOUT END */

/* 01 START */

.portfolio_title {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding-top: 30px;
  margin-top: 50px;
}

.portfolio_title h2 {
  font-family: "Genos", sans-serif;
  color: #fdb009;
  font-size: 48px;
  background-image: url(../assets/noisebg.webp);
  border-radius: 100px;
  text-align: center;
}

.title_image {
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.duration {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border: #fdb009 1px solid;
  border-top-right-radius: 100px;
  padding: 10px;
  margin: 20px;
  background-image: url(../assets/noisebg.webp);
}

.duration h4 {
  font-family: "Agency", sans-serif;
  color: #fdb009;
  font-size: 24px;
  padding-left: 20px;
}

.duration_decal {
  margin-right: auto;
  margin-left: auto;
}

.portfolio_feature {
  margin: 20px;
  border: #fdb009 1px solid;
  background-image: url(../assets/noisebg.webp);
}

.portfolio_learnings {
  margin: 20px;
  border: #fdb009 1px solid;
  background-image: url(../assets/noisebg.webp);
}

.portfolio_learnings h2 {
  color: white;
  font-family: "Genos", sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}

.portfolio_learnings li {
  color: #fdb009;
  font-family: "Agency", sans-serif;
  font-size: 20px;
}

.portfolio_learnings ul {
  list-style: circle;
  padding: 20px 40px 20px 60px;
}

.portfolio_paragraph {
  margin: 20px;
  border: #fdb009 1px solid;
  background-image: url(../assets/noisebg.webp);
}

.portfolio_paragraph p {
  color: white;
  font-family: "Agency", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 20px;
}

.decoration_01 {
  margin: 20px;
  border: #fdb009 1px solid;
  background-image: url(../assets/noisebg.webp);
}

.decoration_01 img {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
/* 01 END */

/* 02 START */

.portfolio_links {
  margin: 20px;
}

.portfolio_link {
  border: #fdb009 1px solid;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.portfolio_link a {
  display: block;
  color: #fdb009;
  font-family: "Agency", sans-serif;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.portfolio_link:hover {
  background-color: #fdb009;
}

.portfolio_link:hover a {
  color: black;
}

.portfolio_feature img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.main_link {
  background-color: #fdb009;
}

.main_link a {
  color: black;
}

.main_link:hover {
  background-color: transparent;
  background-image: url(../assets/btn_gradient.webp);
  background-size: cover;
  border: transparent 1px solid;
  background-repeat: no-repeat;
}

.main_link:hover a {
  color: white;
}

.portfolio_feature {
  padding: 20px;
}

.portfolio_feature img:last-of-type {
  width: 100px;
  padding-bottom: 0px;
}

.decoration_02 {
  margin: 20px;
  border: #fdb009 1px solid;
  background-image: url(../assets/yellow_bg.webp);
  background-size: cover;
  border-bottom-left-radius: 100px;
  display: none;
}

.img_02_03 {
  display: none;
}

.img_02_04 {
  display: none;
}

@media (min-width: 1150px) {
  .decoration_02 {
    display: block;
  }

  .img_02_03 {
    display: block;
  }

  .img_02_04 {
    display: block;
  }

  .decoration_05 {
    display: block;
  }
}

/* 02 END */

/* 03 START */

.figma-embed {
  height: 65vh;
  display: flex;
}

.decoration_03 {
  margin: 20px;
  border: #fdb009 1px solid;
  background-image: url(../assets/noisebg.webp);
  padding: 20px;
}

.section_03 .portfolio_link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.section_04 .portfolio_link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.section_03 {
  padding-bottom: 10px;
  margin-bottom: 70px;
}

/* 03 END */

/* 04 START */

.section_04 {
  padding-bottom: 10px;
  margin-bottom: 70px;
}

.decoration_04 {
  margin: 20px;
  border: #fdb009 1px solid;
  background-image: url(../assets/noisebg.webp);
  padding: 20px;
}

.decoration_04 img {
  width: 100%;
}

.decoration_05 {
  display: none;
}

.portfolio_videos {
  margin: 20px;
}

.video_1 {
  border: #fdb009 1px solid;
  margin-bottom: 20px;
}

.video_2 {
  border: #fdb009 1px solid;
}

/* 04 END */

/* CURSOR */

.cursor {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: white 1px solid;
  transition: all 0.2s ease-out;
  animation: moveCursor1 0.5s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 0.5s forwards;
  border: #134546 1px solid;
}

@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2.5);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.mobile_only {
  display: block;
}

.tablet_only {
  display: none;
}

.desktop_tablet_only {
  display: none;
}

.desktop_only {
  display: none;
}

.grid_1-1 {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.grid_1-1 .mobile_only {
  padding-bottom: 20px;
}

@media (min-width: 700px) {
  .mobile_only {
    display: none;
  }

  .tablet_only {
    display: block;
  }

  .desktop_tablet_only {
    display: block;
  }

  .desktop_only {
    display: none;
  }

  .grid_1-1 {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid_1-1 .tablet_only {
    padding-bottom: 20px;
  }

  .grid_1-1 .desktop_tablet_only {
    padding-bottom: 20px;
  }
}

@media (min-width: 1150px) {
  .mobile_only {
    display: none;
  }

  .tablet_only {
    display: none;
  }

  .desktop_tablet_only {
    display: block;
  }

  .desktop_only {
    display: block;
  }

  .grid_1-1 {
    width: auto;
  }

  .grid_1-1 .desktop_tablet_only {
    padding-bottom: 0px;
  }
}
