/*  */
@font-face {
  font-family: Aktiv-Grotesk-W06-Light;
  src: url(../font/Aktiv-Grotesk-W06-Light.ttf) format("truetype");
}
@font-face {
  font-family: Aktiv-Grotesk-W06-Regular;
  src: url(../font/Aktiv-Grotesk-W06-Regular.ttf) format("truetype");
}
.cursor-pointer {
  cursor: pointer;
}
.text-11px {
  font-size: 11px;
}
.px-1rem {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-nowrap {
  text-wrap: nowrap;
}
.max-w-full {
  max-width: 100%;
}
.my-2rem {
  margin: 2rem 0rem;
}
.font-bold {
  font-weight: bold;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.bg-red {
  background-color: red;
}
.margin-0-auto {
  margin: 0 auto;
}
.hover-scale-1-1:hover {
  transform: scale(1.1);
}
.transition-0-5s-ease {
  transition: all 0.5s ease;
}
.w-full {
  width: 100%;
}
.text-1rem {
  font-size: 1rem;
}
.my-1rem {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.grid {
  display: grid;
}
.black-and-white {
  filter: grayscale(100%);
}
.hover-colorful:hover {
  filter: grayscale(0%);
}
/* ----------------------------------------- */
.m-auto {
  margin: 0 auto;
}
.max-w-1125px {
  max-width: 1125px;
}
.font-weight-700 {
  font-weight: 700;
}
.justify-between {
  justify-content: space-between;
}
.sans-serif {
  font-family: sans-serif;
}
.font-weight-400 {
  font-weight: 400;
}
.color-singapore-title {
  color: rgba(104, 99, 94);
}
.max-w-40rem {
  max-width: 40rem;
}
.text-13px {
  font-size: 13px;
}
.px-0-2rem {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.line-height-16px {
  line-height: 16px;
}
.font-size-13px {
  font-size: 13px;
}
.m-top-1rem {
  margin-top: 1rem;
}
.gap-0-5rem {
  gap: 0.5rem;
}
.w-2rem {
  width: 2rem;
}
.facebook-border {
  border: 2px solid #039be5;
}
.rounded-full {
  border-radius: 9999px;
}
.p-2px {
  padding: 2px;
}
.twitter-border {
  border: 2px solid #03a9f4;
}
.linkedin-border {
  border: 2px solid #0288d1;
}
.pinterest-border {
  border: 2px solid #e60023;
}
.font-weight-500 {
  font-weight: 500;
}
.gap-2rem {
  gap: 2rem;
}
.font-size-19px {
  font-size: 19px;
}
.line-height-27px {
  line-height: 27px;
}
.my-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}
.line-height-12px {
  line-height: 12px;
}
.village-festival-color {
  color: rgb(170, 170, 170);
}
.w-1-5rem {
  width: 1.5rem;
}
.tessa-dadley-color {
  color: rgb(77, 77, 77);
}
.line-height-20px {
  line-height: 20px;
}
.read-more-color {
  color: rgb(229, 119, 63);
}
.line-height-18px {
  line-height: 18px;
}
.text-decoration-none {
  text-decoration: none;
}
.my-13px {
  margin-top: 13px;
  margin-bottom: 13px;
}
.m-top-2rem {
  margin-top: 2rem;
}
.py-0-3rem {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.w-0-8rem {
  width: 0.8rem;
}
.link-color {
  color: #cc9c76;
}
.font-size-12px {
  font-size: 12px;
}
.transition-all-0-5s {
  transition: all 0.5s ease-in-out;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.gap-1rem {
  gap: 1rem;
}
.my-3rem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.text-center {
  text-align: center;
}
.w-7rem {
  width: 7rem;
}
.hidden {
  display: none;
}
.aktiv-grotesk-medium {
  font-family: Aktiv-Grotesk-W01-Medium;
}
.aktiv-grotesk-light {
  font-family: Aktiv-Grotesk-W06-Light;
}
.aktiv-grotesk-regular {
  font-family: Aktiv-Grotesk-W06-Regular;
}
.line-height-30px {
  line-height: 30px;
}
.text-wrap {
  text-wrap: wrap;
}
.max-w-50rem {
  max-width: 50rem;
}
.max-w-1200px {
  max-width: 1200px;
}
.my-0-5rem {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.new-line {
  position: absolute;

  right: 0px;
  top: 40px;
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.right-0px {
  right: 0px;
}
.top-40px {
  top: 40px;
}
.pointer-events-none {
  pointer-events: none;
}
.preferred-date-color {
  color: rgb(119, 119, 119);
}
.height-24-rem {
  height: 24rem;
}
.active-scale-0-9-5:active {
  transform: scale(0.95);
}
.max-h-fit-content {
  max-height: fit-content;
}
.py-0-1rem {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.px-0-3rem {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.bg-white {
  background-color: white;
}
.rounded-5px {
  border-radius: 5px;
}
.border-2px {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  border-color: black;
}
.py-0-7rem {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.py-0-4-7rem {
  padding-top: 0.47rem;
  padding-bottom: 0.47rem;
}
.px-0-7rem {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.p-0-5rem {
  padding: 0.5rem;
}
.h-28rem {
  height: 28rem;
}
.bg-color-project-section-homepage {
  background-color: #ececec;
}
.h-24rem {
  height: 24rem;
}
.h-26rem {
  height: 26rem;
}
.max-h-30rem {
  max-height: 30rem;
}
.h-13rem {
  height: 13rem;
}
.title-1 {
  font-size: 1.7rem;
  margin: 1.7rem 0rem;
  font-weight: 300;
  font-family: "Poppins", Sans-serif;
}
.title-2 {
  font-size: 1.7rem;
  margin: 1.7rem 0rem;
  font-weight: 600;
}
.jury-section .title .expert-text {
  font-weight: 300;
  font-family: "Poppins", Sans-serif;
}
.jury-section .title .jury-panel-text {
  font-weight: 600;
}
.standard-container {
  padding: 1rem 0.5rem;

  max-width: 125rem;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-5rem {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.title-1-2 {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .title-1,
  .title-2 {
    font-size: 2.3rem;
  }
  .md-h-25rem {
    height: 25rem;
  }
  .md-py-0-4-7rem {
    padding-top: 0.47rem;
    padding-bottom: 0.47rem;
  }
  .md-px-1-3rem {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .md-py-0-3rem {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .md-px-1rem {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .md-w-0-8-rem {
    width: 0.8rem;
  }
  .md-text-19px {
    font-size: 19px;
  }
  .md-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md-mt-2rem {
    margin-top: 2rem;
  }
  .md-text-61px {
    font-size: 61px;
  }
  .md-text-2-2rem {
    font-size: 2.2rem;
  }
  .md-text-15px {
    font-size: 15px;
  }
  .md-my-1-7rem {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
  }
  .md-my-2rem {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md-w-11rem {
    width: 11rem;
  }
}
@media (min-width: 1024px) {
  .title-1,
  .title-2 {
    font-size: 2.7rem;
  }
  .title-1-2 {
    margin-left: 1rem;
  }
  .lg-h-30rem {
    height: 30rem;
  }
  .lg-w-full {
    width: 100%;
  }
  .lg-max-w-1580px {
    max-width: 1580px;
  }
  .lg-width-70 {
    width: 70% !important;
  }
  .lg-max-w-80 {
    max-width: 80%;
  }
  .lg-max-w-90 {
    max-width: 90%;
  }
  .lg-my-5rem {
    margin: 5rem 0rem;
  }
  .lg-mt-9rem {
    margin-top: 9rem;
  }
}
