/*
 * This is the main stylesheet for the website.
 * Version: 6.7
 * Last updated: 2023-04-15
 */


@import url(animations.css);
@import url(mobile.css);
@import url(medium.css);
@import url(large.css);
@import url(variables.css);

@import url('../fonts/GreenpeaceSans-Bold.woff2');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');


*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    line-height: 1.8rem;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    color: var(--color-blue);
}

h1 {
    font-weight: 400;
    font-size: calc(35px + .8vw);
    line-height: calc(38px + .8vw);
    text-align: left;
    height: 100%;
    width: 100%;
}

h1,
h2,
header,
footer:not(.eci-title, #exampleModalLabel) {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    /* padding: 2rem auto; */
    margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Greenpeace Sans", Verdana, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2rem;
}

p,
a,
ul,
li {
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-size: 17.6px;
    font-style: normal;
    line-height: 1.3;
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: var(--color-red);
    text-decoration: underline;
    transition: 0.3s;
    cursor: pointer;
}

#cookies-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#cookies-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 55rem;
    min-width: 23rem;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99999999 !important;
}

.cookie-icon {
    display: inline-block;
    width: auto;
    height: 3rem;
    margin: 1rem;
    vertical-align: middle;
    padding-left: 40%;
}

#cookies-banner p {
    margin: 0;
    text-align: center;
}

#cookies-buttons {
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
}

#accept-cookies,
#decline-cookies {
    margin: 1rem 0.5rem 0;
}

#accept-cookies {
    background-color: #4CAF50;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 600;
}

#accept-cookies:hover {
    background-color: #2E8B57;
}

#decline-cookies {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#decline-cookies:hover {
    background-color: #000;
    color: #fff;
}

#cookie-notice p {
    color: #000;
}

iframe {
    width: 100%;
    height: inherit;
    border: none;
}

#navbar .menu-list li.menu-item a {
    color: var(--color-blue);
    text-decoration: none;
    line-height: 20.8px
}

#navbar .menu-list li.menu-item a:hover {
    color: var(--color-red);
}

.search {
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

#donate,
#donate-2 {
    background: #6e0;
}

#donate:hover,
#donate-2:hover {
    background: #4CB500;
}

/* body .overlay {
     position: fixed;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, 0.5);
     color: #f1f1f1;
     z-index: 1;
     margin: 0;
     padding: 0;
 } */

.content {
    position: relative;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    z-index: 3;
    -ms-scroll-behavior: inherit;
    -moz-scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}

header {
    position: relative;
    /* background-color: black; */
    /* height: 75vh;
     min-height: 25rem; */
    width: 100%;
    overflow: hidden;
    border-bottom: 1px black solid;
    background-color: #fbfaf3;

}

.header-background {
    /* filter: blur(8px);
     -webkit-filter: blur(8px); */
    position: fixed;
    height: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
    background-color: #0000000d !important;
}

.header-background::before {
    content: '';
    margin: inherit;
    position: fixed;
    height: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    z-index: -1;
}

/* header .wrapper {
     border-bottom: black solid 1px;
 } */


header .container {
    position: relative;
    z-index: 2;
}


.wrapper {
    /* max-width: 1200px; */
    display: block;
    margin: 0 auto;
    background-image: src("./images/s1_p1.jpe");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.btn {
    cursor: pointer;
}

.hero {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    /* min-height: 21rem; */
}

.hero-text {
    padding: 2rem 1rem;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-top: 0.5rem;
    margin-top: -3rem;
    background-color: white;
    padding: 1rem;
}

.hero-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-top: 0.5rem;
    letter-spacing: -0.5px;
    color: var(--color-blue);
}


.hero-text-1 {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 1rem;
}

.hero-text p {
    /* font-size: 1.1rem;
    font-weight: 400; */
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: .2rem;
    line-height: 1.4rem;
    padding-bottom: 2rem;
}

.hero-text a:not(.address) {
    text-decoration: none;
    font-family: 'Open Sans', 'Helvetica', sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 80%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    width: auto;
    height: auto;
    max-width: 50%;
    background: #FAFAFA;
    border: 1px solid #0A141E;
    border-radius: 32px;
    transition: all ease-in-out 0.2s;
    /* margin-top: 1em; */
    color: black;
    cursor: pointer;
}


section:not(#jury-section, #jury-scroll, .footer) {
    /* min-height: 30vh; */
    width: 100%;
    height: auto;
}

/* Navigation */
header #navbar {
    margin: 0;
    /* position: relative; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

header #navbar ul li {
    list-style: none;
}

header #navbar ul li a {
    font-size: 1rem;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
}

header #navbar ul li a:hover {
    text-decoration: underline;
}

#main-navigation {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 6;
    margin: 0;
    width: 100% !important;
    padding: 0;
    border-bottom: 1px solid rgb(240, 241, 243);
    transition: 0.3s;
}


.logo a {
    padding: 15px 18px 5px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    overflow: hidden;
}

.logo img {
    height: 1.7rem;
    width: auto;
    display: block;
    margin: 0 auto;
}

.fixed-top {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    width: 100% !important;
    z-index: 4;
}

.border-bottom {
    width: 100%;
    border-bottom: #000 solid 1px !important;
    z-index: 20;
    overflow-x: hidden;
    /* margin-left: -3rem; */
    margin-right: 0;
    /* margin-top: 2rem;
     margin-bottom: 2rem; */
}

.active {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;


    /* display: block!important; */
}

.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    /* display: none!important; */
}

.navbar.inactive {
    height: 0 !important;
}

#toggle-nav:hover {
    cursor: pointer;
}

#burger {
    color: var(--color-red);
}

/* .flip-item {
     -o-transform: rotateX(180deg) rotateY(180deg);
     -ms-transform: rotateX(180deg) rotateY(180deg);
     -moz-transform: rotateX(180deg) rotateY(180deg);
     -webkit-transform: rotateX(180deg) rotateY(180deg);
     transform: rotateX(180deg) rotateY(180deg);
     -o-transition: all 0.5s ease-in;
     -ms-transition: all 0.5s ease-in;
     -moz-transition: all 0.5s ease-in;
     -webkit-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
 
 }
 
 .flip-item-back {
     -o-transform: rotateX(360deg) rotateY(360deg);
     -ms-transform: rotateX(360deg) rotateY(360deg);
     -moz-transform: rotateX(360deg) rotateY(360deg);
     -webkit-transform: rotateX(360deg) rotateY(360deg);
     transform: rotateX(360deg) rotateY(360deg);
     -o-transition: all 0.5s ease-out;
     -ms-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -webkit-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
 } */


.image-caption,
.carousel-caption p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 13px
}

#trip {
    margin: 2rem 0 4rem;
}

#trip .timeline-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

/* Timeline */
#trip h2 {
    text-align: center;
    padding: 2rem 0 1rem 1rem;
}

#trip .hero-text-1 {
    text-align: center;
    padding: 1rem;
}

#trip .btn {
    border: 3px var(--color-red) solid;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-red);
    font-weight: bold;
    max-width: 30%;
}

#trip .btn:hover {
    text-decoration: none;
    background: var(--color-red);
    color: #fff;
}



.timeline {
    height: max-content;
}

.experiences {
    display: flex;
    justify-content: flex-start;
    padding: 4vh 0 6vh;
    /* flex-wrap: wrap; */
    /* gap: 1rem; */
}

.timeline-item {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    transition: 0.3s;
}

.timeline-icon {
    width: 100%;
    height: auto;
    margin-bottom: .3rem;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    /* max-width: stretch; */
    max-width: fill-available;
}

.timeline-content h2 {
    margin-top: -7vh;
    margin-left: -13vw;
    padding: 2rem;
    width: 135%;
}

.timeline-content {
    margin: 1rem;
    flex: 1 1 33.33%;
    min-width: 0;
    box-sizing: border-box;
}

.timeline-title {
    margin-top: .5rem;
    margin-bottom: .9rem;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 33px;
}

.timeline-slot {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25px;
    padding-bottom: 1rem;
}


/* FAQ */
#faq {
    margin-left: .5rem;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 3rem;
}

.accordion-item {
    background-color: #fbfaf3;
}

.accordion-content p,
.accordion-content ul li {
    color: black;
}

.accordion-button {
    background: #fbfaf3;
    border: 1px solid black;
    margin-bottom: 10px;
}

/* Jury */
.carousel {
    /* overflow: hidden;  */
    padding-bottom: 5rem;
}

.carousel-caption {
    top: 99%;
    left: 0%;
    right: 0%;
}

.carousel-inner {
    overflow: visible;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
    bottom: 4rem;
    opacity: 1;
}

.carousel-caption {
    color: var(--color-blue) !important;
    padding-bottom: .5rem;
}

.carousel-caption p {
    text-align: justify;
    padding-top: 0.5rem;
}

/* Shortlist */
.shortlist-description {
    font-weight: regular;
}

.shortlist {
    display: flex;
    /* flex-direction: row; */
    justify-content: left;
    margin: 1.5rem 0 2rem;
}

.shortlist-header {
    margin-top: 1rem;
}

.shortlist-media {
    float: left;
    width: inherit;
    /* height:auto; */
    object-fit: cover;
    padding: .2rem 0 0;
    margin: 1.5rem 0 2rem;
    width: -webkit-fill-available;
    width: -o-fill-available;
    width: -moz-available;
    width: fill-available;
}

.shortlist-body {
    float: right;
    padding: 3rem 0;
    margin: inherit;
}

.shortlist-title {
    margin: 1rem;
}

.shortlist-text {
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-left: 0;
}

.read-more,
.read-less {
    color: black;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s transform ease;
    border-radius: 50%;
    margin-left: .2rem;
    padding: 0 0 .3rem .5rem;
    line-height: inherit;
}

.read-more:hover,
.read-more:focus,
.read-more:active,
.read-less:hover,
.read-less:focus,
.read-less:active {
    color: black !important;
    text-decoration: underline;
    transition: 0.3s transform ease;
}

.read-less {
    display: inline;
}

.shortlist-btn,
.btn-rounded {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 80%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    width: auto;
    height: auto;
    min-width: -webkit-fill-available;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 50%;
    background: #000;
    border: 1px solid #0A141E;
    border-radius: 32px;
    transition: all ease-in-out 0.2s;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.shortlist-btn:hover,
.shortlist-btn:active,
.shortlist-btn:focus,
.shortlist-btn:active,
.shortlist-btn:focus {
    background: #000;
    color: #fff;
}


.voted-btn,
.btn-rounded {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 80%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 24px;
    width: auto;
    height: auto;
    min-width: -webkit-fill-available;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 50%;
    background: #000000;
    border: 1px solid #0A141E;
    border-radius: 32px;
    transition: all ease-in-out 0.2s;
    color: white;
    cursor: pointer;
    z-index: 2;
}

.voted-btn:hover,
.voted-btn:active,
.voted-btn:focus,
.voted-btn:active,
.voted-btn:focus {
    background: #000;
    color: #fff;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    background-color: #000;
    border-color: #000000;
    line-height: inherit;
}

.fa-solid.fa-link {
    margin-right: .5rem;
}

#eciModal {
    z-index: 9;
    background-color: #00000085;
    color: #0a0a0a;
    line-height: inherit;
}

.modal {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal-dialog {
    z-index: 10;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-backdrop.show {
    z-index: 2;
}

.modal-content {
    padding: .5rem 1rem;
}

.modal-title {
    padding: 1rem 0 .5rem 3.5rem;
}

.modal-body {
    float: left;
    padding: 1rem 5rem;
}

.btn-close {
    top: -1.1rem;
    position: relative;
}

#closeBtn {
    margin-right: 1rem;
}

/* eci styles */
.eci-title {
    font-family: "Pixellari", sans-serif !important;
    display: inline;
    background-color: black;
    color: #fff;
    box-shadow: -7px 0px 0 4px #000, 7px 0px 0 4px #000, 0 0 0 4px #000;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: inherit;
}

.eci-counter-wrapper {
    margin-top: 1.3rem;
}

.eci-counter {
    font-family: sans-serif;
    display: inline;
    font-size: 1.2rem;
    font-weight: bold;
}

.eci-more .proca-MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: transparent !important;
    margin: 0 auto 1rem auto !important;
}

.proca-MuiBox-root.proca-Proca4,
.proca-MuiBox-root.proca-Proca4 a,
.proca-MuiBox-root.proca-Proca23,
.proca-MuiBox-root.proca-Proca23 a {
    font-size: .8rem;
    padding-bottom: .7rem;
    line-height: initial;
}

.proca-MuiGrid-root button[type=submit] {
    background: #000;
    font-size: 1.3rem;
    font-weight: bold;
}

/* Sharing options */
#facebook {
    width: 9rem;
    height: 3rem;
    border-radius: 8.8px;
    background: #4267B2;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(#4267B2, .5);
    padding-bottom: 0.7em;
}

.facebook:hover {
    -webkit-animation: none;
    animation: none;
}

@keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
}

/* Footer section */
.footer,
.footer a {
    margin: 1rem auto;
    font-size: .8rem;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    z-index: 19;
}

.text-muted {
    vertical-align: middle;
    display: inline;
    padding: 1rem;
}

.cc-icon img {
    margin-right: .1rem;
    width: 1.2rem;
}

.some-row {
    background-color: var(--color-red);
    color: #fff;
    height: auto;
    width: -webkit-fill-available;
    width: -o-fill-available;
    width: -moz-available;
    width: fill-available;
    overflow: hidden;
    vertical-align: middle;
    left: 0;
    position: absolute;
}

.some-row img {
    height: 1.5rem;
    vertical-align: sub;
}

/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
/* @media (pointer: coarse) and (hover: none) {
     header {
         background: url('media/smoke-poster.jpg') no-repeat center center scroll;
     }
 
     header video {
         display: none;
     }
 } */

.border-top {
    border-top: 2px solid rgb(231, 234, 236);
    padding: 15px 0px;
    margin-top: 40px;
}

.language {
    padding: 14px 15px;
    cursor: pointer;
    border: 1px solid rgb(225, 226, 227);
    background-color: rgb(234, 236, 238);
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
}

.language::after {
    height: 11px;
    width: 11px;
    border-top: 1px solid rgb(193, 196, 199);
    border-right: 1px solid rgb(193, 196, 199);
    transform: rotate(45deg);
    content: "";
    display: block;
}

.border-none {
    border: none;
}