@font-face {
  src: url("BluuNext-Bolditalic.e28def2e.otf");
  font-family: Bluu-Next-Bold;
}

*, body, html {
  font-family: Noto Sans, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

html {
  font-family: sans-serif;
}

img {
  max-width: 100%;
}

.loader-overlay {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  animation: 1s ease-out 5s forwards fadeOut;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.loader {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  animation: 1.5s ease-in-out infinite pulse;
  display: flex;
}

.loader img {
  width: 100%;
  height: auto;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.section {
  margin: 0 auto;
}

#cop26-body a {
  color: inherit;
  text-decoration: none;
}

.header {
  z-index: 2;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#back-to-top {
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
}

.sidebar-eye, .sidebar-eye-hover, .sidebar-eye-open, .sidebar-eye-hover-open, .sidebar-eye-white {
  cursor: pointer;
  z-index: 4;
  max-width: 60px;
}

.sidebar-eye, .sidebar-eye-hover, .sidebar-eye-white {
  padding-right: 1em;
}

.sidebar-eye-open, .sidebar-eye-hover-open {
  padding-right: .5em;
}

.sidebar {
  visibility: hidden;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-x: hidden;
}

.sidebar-social-row {
  padding: 1.5rem;
}

.sidebar-menu-row {
  max-width: 60%;
  padding-top: 4em;
}

.sidebar-eye-hover, .sidebar-eye-hover-open, .sidebar-eye-white, .facebook-icon-hover, .insta-icon-hover, .twitter-icon-hover {
  display: none;
}

.show {
  display: block;
}

.hide {
  display: none !important;
}

.sidebar-carousel-container {
  visibility: hidden;
  -o-transition: 2.5s;
  width: 65%;
  height: 100%;
  transition: all 2.5s;
  position: absolute;
  top: 0;
  right: -100%;
}

.sidebar-carousel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.sidebar-menu {
  visibility: hidden;
  -o-transition: 1s;
  background-color: #fff;
  width: 38%;
  height: 100%;
  transition: all 1s;
  position: absolute;
  top: 0;
  right: -100%;
}

#sidebar-social-row {
  margin-left: .6em;
}

#sidebar-social-row .sidebar-col:last-child {
  padding-right: 1.6em;
}

#facebook-icon {
  margin-right: .8em;
}

.sidebar-menu-item {
  cursor: pointer;
  width: auto;
  margin: 8px 0;
  padding: 3px 0;
  font-size: 18px;
  display: flex;
}

.sidebar-menu-item-text {
  padding-right: .5em;
}

.sidebar-menu-item:hover {
  font-weight: 600;
}

.sidebar-menu-item-arrow {
  visibility: hidden;
  margin-left: .8em;
  position: absolute;
}

.sidebar-menu .sidebar-menu-row {
  margin-left: 4vw;
}

#welcome-div:hover, #climat-liter-div:hover {
  color: #fff;
  background-color: #000;
}

#cornerstone-div:hover, #close-of-div:hover {
  background-color: #29ff42;
}

#making-waves-div:hover, #after-november-div:hover {
  background-color: #e2e2e2;
}

.social-icons-a {
  margin-right: 1em;
}

.social-icons {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.social-img {
  width: 1em;
  height: 1em;
}

.sidebar-menu-slide {
  visibility: visible;
  right: 0;
}

.sidebar-carousel-slide {
  visibility: visible;
  right: 35%;
}

.mySlides {
  width: 100%;
  height: 100%;
}

.mySlides img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 90%;
  object-position: 0% 90%;
  width: 100%;
  height: 100%;
}

.main-menu-section {
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.main-menu-row {
  width: 100vw;
  height: 80vh;
}

.main-menu-item {
  cursor: default;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-menu-item-text {
  cursor: pointer;
  z-index: 2;
  margin: 8px 0 8px .3em;
  font-size: 0;
  font-weight: 400;
  line-height: 40px;
}

.main-menu-item-3 {
  padding-left: 8em;
}

.main-menu-item-4 {
  margin-left: -1em;
}

.main-menu-item-5 {
  padding-left: 4em;
}

.main-menu-item-6 {
  padding-left: 3em;
}

.main-menu-item-arrow {
  visibility: hidden;
  margin-right: .5em;
  position: absolute;
}

.main-background-div {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  animation-name: fade;
  animation-duration: 2s;
  display: none;
  position: absolute;
  inset: 0;
}

.main-line {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
}

.main-img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 30vw;
  height: auto;
}

.main-welcome-1 {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.main-welcome-2 {
  position: absolute;
  bottom: 20%;
  right: 0;
}

.main-making-waves-1 {
  position: absolute;
  bottom: 8%;
  left: 0%;
}

.main-making-waves-2 {
  position: absolute;
  top: 16%;
  right: 0;
}

.main-sustainable-1 {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.main-sustainable-2 {
  position: absolute;
  bottom: 16%;
  right: 0%;
}

.main-after-november-1 {
  position: absolute;
  top: 38%;
  left: 0%;
}

.main-after-november-2 {
  position: absolute;
  top: 48%;
  right: 0%;
}

.main-climate-literacy-1 {
  position: absolute;
  top: 36%;
  left: 0%;
}

.main-climate-literacy-2 {
  position: absolute;
  top: 22%;
  right: 0%;
}

.main-close-of-play-1 {
  position: absolute;
  top: 22%;
  left: 0%;
}

.main-close-of-play-2 {
  position: absolute;
  top: 26%;
  right: 0%;
}

html {
  -webkit-scroll-snap-type: y proximity;
  -ms-scroll-snap-type: y proximity;
  scroll-snap-type: y proximity;
  -webkit-scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-points-y: repeat(100vh);
  scroll-snap-points-y: repeat(100vh);
}

.snap.start {
  scroll-snap-align: start;
}

.snap.center {
  scroll-snap-align: center;
}

.snap.end {
  scroll-snap-align: end;
}

.snap.none {
  scroll-snap-align: none;
}

/*# sourceMappingURL=index.99cd3951.css.map */
