:root {
--clr-header-green: rgba(59, 73, 50, 1);
--clr-header-darkgreen: #727237;
--clr-neutral-brown: #592A18;
--clr-neutral-white: #EBE2D9;
--clr-accent-orange: #DC5128;
--clr-accent-yellow: #DE9717;
--clr-background-green: #3B4932;
--clr-border-grey: rgba(112, 112, 112, 0.4);

--ff-primary: "Moderat", sans-serif;
}

.text-neutral-white { color:var(--clr-neutral-white) }
.text-neutral-brown { color:var(--clr-neutral-brown) }

.border-neutral-black { border-color: black }
.border-neutral-brown { border-color:var(--clr-neutral-brown)  }
.border-accent-orange { border-color:var(--clr-accent-orange) }

.f-underline { text-decoration: underline }
.fw-bold { font-weight: bold }
.fw-light { font-weight: 300 }
.fw-medium { font-weight: 500 }
.fw-regular { font-weight: normal }
.fs-primary-heading { font-size: 2.5vw }
.fs-secondary-heading { font-size: 3vw }
.fs-small { font-size: 1vw }
.fs-smaller { font-size: 0.6vw }
.fs-regular { font-size: 1.3vw }
.fs-bigger { font-size: 1.8vw }
.fs-bigsuper { font-size: 2.4vw;}

/* ANIMATIONS */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide-left{
    animation: 2s ease-out 0s 1 slideInFromLeft;
}
.fade{
    animation: 2s ease-out 0s 1 fade;
}

/* GENERAL STYLING */
body {
    font-family: var(--ff-primary);
}

hr {
    border-style: solid;
}

.line-height-1 {
    line-height: 1em;
}

.heading-padding {
    margin-bottom: 2vw;
}
.hr-margin {
    width: 15vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
}

.hover:hover {
    color: var(--clr-accent-orange);
    transition: 0.3s;
}

/* [HERO] FIRST SECTION */
.hero {
    background-image: url(../img/cover-min.png);
    background-position: right;
    background-size: cover;
    height: 55vw;
}

/* HEADER */
header {
    background-color: var(--clr-header-green);
}
.header-logo {
    height: 3vw;
}
.social-wrapper {
    display: flex;
    align-items: center;
}
.social {
    height: 2vw;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    padding-left: 4vw;
    padding-right: 4vw;
}
.navigation{
    display: flex;
}
.nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6vw;
}
header hr {
    margin-bottom: 0.5vw;
    background-color: var(--clr-neutral-white);
    border: 0 none;
    height: 1px;
}

/* MAIN CONTENT */
.hero .container {
    display: flex;
    justify-content: space-between;
    padding: 7vw;
}
.first-column {
    padding-top: 3vw;
    width: 27vw;
}
.sub-heading {
    width: 24vw;
}
.hero-logo {
    width: 20vw;
    margin-right: 8vw
}
.anchor-bottom-right {
    position: relative;
    left: 13vw;
    top: 8vw;
}
.counter{
    font-size: 3vw;
    line-height: 1;
}
.info {
    margin-top: 3vw;
    display: flex;
    gap: 1vw;
    text-align: center;
}
.info-rectangle-icon {
    width: 2vw;
    align-self: baseline;
}
.info-rectangle {
    display: flex;
    align-items: center;
    height: 3vw;
}
.info-rectangle .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7vw;
}
.countries {
    text-align: left;
    margin-left: 1vw;
}
.tree-wrapper {
    margin-bottom: 1vw;
}
.divider {
    height: 4vw;
    border: solid 1px var(--clr-neutral-white);
    margin-right: 0.8vw;
}

/* [ABOUT US] SECOND SECTION */
.about {
    background-image: url(../img/whitetexture-min.png);
    height: 100%;
}
.absolute-leaf {
    z-index: 0;
    position: absolute;
    top: 70vw;
    right: 63vw;
    width: 50vw
}
.about .main-img {
    z-index: 1;
    width: 30vw;
    height: 100%;
}
.about .container {
    display: flex;
    justify-content: center;
    gap: 10vw;
    padding: 5vw;
}
.about .fs-secondary-heading {
    margin-bottom: 1vw;
}
.about .text {
    width: 100vw;
    margin-top: 7vw;
    margin-right: 10vw
}

/* [MAP] THIRD SECTION */
.map {
    height: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/greentexture-min.png);
    position: relative;
    overflow: hidden;
}
.map .container {
    position: relative;
    right: 19vw;
    padding-top: 3vw;
}
.map-footer-wrap {
    display: flex;
    height: 100%;
    width: 60%;
    overflow: hidden;
    position: relative;
    top: 3vw;
}

.map-footer-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15%;
}

/* [BLOG] FOURTH SECTION */
.blog {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(../img/orangetexture-min.png);
    height: 50vw;
}
.blog .text {
    bottom: 5vw;
    right: 8vw;
    position: relative;
}
.blog .hr-margin {
    margin-bottom: 0;
}
.cards {
    display: flex;
    align-items: center;
    gap: 8vw;
}
.card{
    width: 15vw;
}

/* [VIDEO] FIFTH SECTION */
.video {
    padding-top: 1vw;
    padding-bottom: 1vw;
    height: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/whitetexture-min.png);
    text-align: center;
    justify-content: center;
    gap: 1vw;
}
.video .fs-bigsuper{
    position: relative;
    right: 15.5vw;
    text-align: left;
}
.video .sub-heading {
    font-size: 2vw;
}
.video-frame {
    width: 70vw;
    position: initial;
    bottom: 5vw;
}

/* [FOLD] SIXTH SECTION */
.fold {
    background-image: url(../img/browntexture-min.png);
    height: 100%;
}
.fold .main-img {
    width: 35vw;
}
.fold .list-number {
    align-self: baseline;
    width: 2vw;
}
.fold .container {
    display: flex;
    justify-content: center;
    gap: 8vw;
    padding-top:5vw;
    padding-bottom:5vw;
}
.fold .list {
    display: flex;
    align-items: center;
    gap: 1vw;
}
.fold .fs-bigger {
    font-size: 1.5vw;
}
.fold .wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 2vw;
}
.fold .fs-secondary-heading {
    font-size: 3vw;
    margin-bottom: 1vw;
}
.fold .text {
    width: 30vw;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

/* [WIN] SEVENTH SECTION */
.win {
    height: 100%;
    padding-top:3vw;
    padding-bottom:3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/greentexture-min.png);
    position: relative;
    overflow: hidden;
}
.win h2 {
    font-size: 4.5vw;
}
.win #vy-form-embed-434894 {
    width: 50%;
    padding-top: 2vw;
}
.win .wrapper {
    width: 60vw;
    padding-top:2vw;
}
.win .container {
    position: relative;
    right: 19vw;
    padding-top: 3vw;
}

/* [ORIGAMI] EIGHTH SECTION */
.origami {
    height: 100%;
    background-image: url(../img/yellowtexture-min.png);
    padding-top: 4vw;
    padding-left: 13vw;
    padding-bottom: 1vw;
}
.origami .container {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    padding-top: 5vw;
}
.origami img {
    height: 20vw;
}
.origamiSeemore{
    height: 5vw !important;
    padding-left: 34vw;
    padding-top: 1vw;
}
/* [CREDITS] NINETH SECTION */
.credits {
    height: 15vw;
    background-image: url(../img/greentexture-min.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}
.credits .menu {
    display: flex;
    gap: 0.5vw;
}
.credits img {
    height: 6vw;
}
                
.hidden {
    display: none;
    }
/* FOOTER */
footer {
    height: 4vw;
    background-color: var(--clr-header-darkgreen);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 420px) {
    .display-sm-only{
        display: none;
    }
}
/* MOBILE VERSION */
@media only screen and (max-width: 420px) {
    .fs-primary-heading { font-size: 7vw }
    .fs-secondary-heading { font-size: 7vw }
    .fs-small { font-size: 3vw }
    .fs-smaller { font-size: 2.5vw }
    .fs-regular { font-size: 3vw }
    .fs-bigger { font-size: 3.5vw }
    .fs-bigsuper { font-size: 6vw;}

    body {
        text-align: center;
    }
    hr {
        margin: auto;
    }
    .hr-margin {
        width: 35vw;
        margin-top: 5vw;
        margin-bottom: 8vw;
    }
    .display-sm-none {
        display: none;
    }
    .hero {
        background-image: url(../img/covermobile-min.png);
        height: 210vw;
        background-position: 35% 44px;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: var(--clr-background-green);
    }
    header {
        background-color: var(--clr-header-darkgreen);
        border: 0;
    }
    .dropbtn {
        background-color: var(--clr-header-darkgreen);
        background-image: url(../img/menu-min.png);
        background-size: cover;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }
    .navigation {
        position: relative;
        display: inline-block;
    }
    .nav-list {
      display: none;
      position: absolute;
      background-color: var(--clr-neutral-white);
      min-width: 160px;
      right:0;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    .nav-list a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    .nav-list a:hover {
        background-color: #f1f1f1
    }
    .navigation:hover .nav-list {
        display: block;
    }
    .navigation:hover .dropbtn {
        background-color: var(--clr-accent-orange);
    }
    .header-wrapper {
        display: flex;
        padding-top: 2%;
        padding-left: 5%;
        padding-right: 2%;
    }
    .header-logo {
        height: 7vw;
    }
    .first-column {
        display:flex;
        flex-direction: column;
        align-items:center;
        width: 80vw;
    }
    .hero .fs-primary-heading {
        margin-bottom:5vw;
    }
    .sub-heading {
        width: 60vw;
    }
    .hero .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        padding: 0;
        gap: 5vw;
    }
    .hero-logo {
        width: 70vw;
        margin: 0;
    }
    .counter {
        font-size: 7vw;
        line-height: 1;
    }
    .divider {
        position: relative;
        bottom: 6vw;
        height: 15vw;
        margin-left:1vw;
    }
    .info {
        margin-top: 15vw;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }
    .info .globe-wrapper {
        margin-right: 2vw;
    }
    .info-rectangle-icon {
        width: 7vw;
        align-self: flex-end;
    }
    .info-rectangle {
        display: flex;
        align-items: center;
        width: 25vw;
        height: 3vw;
    }
    .info-rectangle .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25vw;
    }
    .about {
        background-image: url(../img/whitetexture-min.png);
        height: 100%;
    }
    .about .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10vw;
        padding: 10vw;
    }
    .about .text {
        display: flex;
        gap: 7vw;
        flex-direction: column;
        width: 88vw;
        margin: 0;
    }
    .about .text .fs-regular {
        font-size: 3.5vw;
    }
    .about .fs-secondary-heading {
        font-size:9vw;
    }
    .about .fs-regular {
        font-size:4vw;
    }
    .about .main-img {
        z-index: 1;
        width: 50vw;
        height: 100%;
        position: relative;
    }
    .map {
        height: 120vw;
    }
    .map .container {
        right: 0;
        padding: 0;
        padding-top: 5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map img {
        position: relative;
        max-width: 150%;
        right: 28vw;
    }
    .map-footer-wrap {
        width:75%;
        top: 5vw;
    }
    .map-footer-wrap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: -21%;
    }
    .blog {
        background-image: url(../img/orangetexture-min.png);
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 140vw;
    }
    .blog .text {
        right: 0;
    }
    .blog .hr-margin {
        margin-bottom: 0;
    }
    .cards {
        padding: 3vw;
        display: flex;
        flex-direction: column;
        gap: 5vw;
    }
    .card {
        width: 80vw;
    }
    .video {
        height: 95vw;
    }
    .video .fs-bigsuper {
        right: 0;
        text-align: center;
    }
    .video .sub-heading {
        font-size: 5vw;
    }
    .video .hr-margin {
        margin-top: 0;
        margin-bottom: 1vw;
    }
    .fold .container {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .fold .wrapper {
        flex-direction: column-reverse;
        gap: 8vw;
        padding-top: 10vw;
    }
    .fold .list {
        width: 60vw;
    }
    .fold .post-script {
        width: 90vw;
        text-align: center;
    }
    .fold .fs-secondary-heading {
        font-size: 6vw;
    }
    .fold .fs-bigger {
        font-size: 5vw;
    }
    .fold .text {
        text-align:left;
        width: 90vw;
        gap: 8vw;
        align-items: center
    }
    .fold .main-img {
        width: 90vw;
    }
    .fold .list-number {
        width: 7vw;
    }
    .win {
        height: 250vw;
        justify-content: unset;
        background-image: unset;
        background-color: #EEEEEE;
        color: var(--clr-neutral-brown);
    }
    .win #vy-form-embed-434894 {
        width: 100vw;
        padding: 0;
    }
    .win iframe {
        height: 630px;
    }
    .win h2 {
        font-size: 8vw;
    }
    .win .wrapper {
        width: 70vw;
        padding-top: 5vw;
    }
    .origami {
        height: 100%;
        padding: 0;
        padding-top: 5vw;
    }
    .origami .container {
        display: flex;
        flex-wrap:  wrap;
        justify-content: center;
        gap: 4vw;
    }
    .origami img {
        height: 52vw;
    }
    .origamiSeemore{
        height: 19vw !important;
        padding-left: 32vw;
        padding-top: 8vw;
    }
    .credits {
        height: 40vw;
        gap: 8vw;
    }
    .credits img {
        height: 11vw;
    }
    footer {
        height: 12vw;
    }
}
@media screen and (max-width: 600px) {
    #mob-vis {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
  }