:root {
  --primary-color: #dedede;
  --primary-color-highlight: #c8c6c6;
  --bs-body-bg: #ffffff;
  --bs-body-font-family: "Montserrat", sans-serif;
  --accent_color: #e74c3c;
  --accent_color_light: #e74d3c69;
}

::selection {
  background: var(--accent_color_light);
}


a {
  color: black;
  transition: all 2s

}
a:hover {
  color: var(--accent_color);
  transition: 0.2s;

}

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

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/*
  * Custom Container
  */
.container-custom {
  width: 80%;
  padding: 0 1rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container-custom {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-custom {
    width: 1340px;
  }
}

@media (min-width: 1600px) {
  .container-custom {
    width: 1520px;
  }
}

/*
  * Main Header
  */
.header {
  z-index: 2;
}
/*
  * Hero Section
  */
.hero {
  position: relative;
  height: 100vh;
  background-color: var(--primary-color);
  overflow: hidden;
}

@media (min-width: 1400px) {
  .hero__heading {
    font-size: 3.2rem;
  }
}

.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.hero__content {
  z-index: 1;
}

.hero__content-width {
  max-width: 600px;
}

.hero__scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  z-index: 1;
  color: var(--bs-body-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
}

.hero__scroll-btn:hover {
  color: var(--accent_color) !important;
  opacity: 0.8;
  transition: 0.3s;
}

.hero__scroll-btn .bi {
  transition-delay: 5s;
  animation: bounce 0.8s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(-20px);
    color: var(--bs-body-bg);

  }
}

/*
  * Steps Section
  */
.steps {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.steps__section-thumbnail {
  height: 120px;
  object-fit: cover !important;
  margin: 0 auto;
}

.steps__content-width {
  max-width: 1000px;
  margin: 0 auto;
}

.steps--background {
  background-color: var(--primary-color);
}

@media (min-width: 544px) {
  .steps {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .steps__section-thumbnail {
    height: auto;
  }
}
/*
  * Footer
  */
.footer .border-highlight {
  border-top: 1px solid var(--primary-color-highlight);
}


/*
  * Sidebar
*/

.dropdown-item {
  color: gray !important;
  font-size: 1rem !important;
  background-color: transparent !important;
  border: none !important;

}

.dropdown-item:hover {
  color: var(--accent_color) !important;
  font-weight: bold !important;  
  font-size: 110%;
  background-color: transparent !important;
}


  .nav-link {
    color: gray !important;
    font-size: 1.5rem !important;
  }


  .nav-link:hover {
    color: var(--accent_color) !important;
    font-weight: bold !important;
    font-size: 110%;
  }

    
/* Remove border from toggler */

.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Add highlight on the section we are on scroll */
.nav-link.active {
    font-weight: bold !important;
}

/* Toggler Icon */
.navbar-toggler .toggler-icon {
    width: 40px;
    height: 5px;
    background-color: var(--accent_color);
    display: block;
    transition: all 0.8s;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 40px;
    height: 5px;
    background-color: var(--accent_color);
    display: block;
    transition: all 0.8s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 7px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 43px;

}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 43px;

}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #484848;
}


/*
Map disable notice
*/

.map_mobile_style {
  display: none;
  color: var(--accent_color);
}

/*
Sources image colorful when hovered
*/

.source-image {
  filter : grayscale(80%);
  transition: all 0.4s;
}

.source-image:hover {
  filter: grayscale(0%);
  transform: scale(1.02);

}
  /*
  Custom Arrow Up hover
  */

  .button-custom {
    color: #484848;
    border: var(--accent_color  );
    padding: 10px 20px;
    font-size: 3rem;
    cursor: pointer;
    transition: all 0.8s;
  }
  .button-custom:hover {
    color: var(--accent_color);
  }


/*
SVG hover happy Claude
*/

.svg_hover_1{
  transition: all 0.8s;
  animation: jump-hoveroff 0.8s forwards ease-out;
}
.svg_hover_1:hover {
  fill: var(--accent_color);
  animation: jump 0.3s 10 alternate forwards;

}

@keyframes jump {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
    color: var(--bs-body-bg);

  }
}


@keyframes jump-hoveroff {
  from {
    transform: translateY(-15px);
    color: var(--bs-body-bg);
  }
  to {
    transform: translateY(0px);

  }
}

/*
SVG hover happy Benedikt
*/

.svg_hover_2{
  transition: all 2s;
}
.svg_hover_2:hover {
  fill: var(--accent_color);
  transform: perspective(250px) rotateY(500deg);
}

/*
SVG hover happy Damian
*/

.svg_hover_3{
  transition: all 0.3s;
  animation: wiggle-hoveroff 0.3s forwards ease-out;
}
.svg_hover_3:hover {
  fill: var(--accent_color);
  animation: wiggle 0.3s infinite alternate ease-out;

}

@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(5deg);
    color: var(--bs-body-bg);

  }
}

@keyframes wiggle-hoveroff {
  from {
    transform: rotate(2.5deg);
    color: var(--bs-body-bg);

  }
  to {
    transform: rotate(0deg);

  }
}


/*
Timeline / Methods
*/
.timeline-with-icons {
  border-left: 6px solid var(--primary-color);
  position: relative;
  list-style: none;
  left: 1rem;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -61px;
  background-color: var(--primary-color);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: transform 0.8s, background-color 0.8s;
}

.timeline-with-icons .timeline-item:hover .timeline-icon {
  background-color: var(--accent_color);
  transform: scale(1.2);
}


.rq-with-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rq-with-icons .rq-item {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px; 
  position: relative;
  transition: background-color 0.3s;
}


.rq-with-icons .rq-icon {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: transform 0.6s
}

.rq-with-icons .rq-item:hover .rq-icon {
  transform: scale(1.5);
}


.rq-with-icons .rq-item:hover {
  background-color: var(--accent_color_light);
}

.rq-with-icons .rq-content h5 {
  margin: 0 0 10px 0;
}

.rq-with-icons .rq-content p {
  margin: 0;
}



/*
UN Goals Image hover
*/

.un_image {
  display: block !important;
  max-width:1000px !important;
  max-height:200px !important;
  width: auto !important;
  height: auto !important;
  object-fit: cover !important;
  transition: all 1s;
}

.un_image:hover {
  transform: perspective(250px) rotateY(-10deg);
  box-shadow: 0 0 30px rgba(255, 53, 22, 0.758);
}



.un_image2 {
  display: block !important;
  max-width:1000px !important;
  max-height:200px !important;
  width: auto !important;
  height: auto !important;
  object-fit: cover !important;
  transition: all 1s;
}

.un_image2:hover {
  transform: perspective(250px) rotateY(10deg);
  box-shadow: 0 0 30px rgba(255, 106, 0, 0.758);
}



/*
Findings
*/

.findings__box:hover .findings__icon {
  color: var(--accent_color);
}

.findings__icon{
  font-size: 100px !important;
  transition: all 0.5s;
}


.text_bottom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red
}