@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, html, body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

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

article {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

#rain {
  background-image: url("../img/rain.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-attachment: fixed;
}

#storm {
  background-image: url("../img/storm.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-attachment: fixed;
}

#field {
  background-image: url("../img/field.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-attachment: fixed;
}

#colony {
  background-image: url("../img/colony.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-attachment: fixed;
  background-position: initial;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 700px) {
  #colony {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #rain, #storm, #field {
    background-attachment: unset;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

nav {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 8vh;
  background: #fff;
  opacity: 0.9;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
nav #logo {
  margin-right: 40vw;
}
nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  margin: 0.5%;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.2vw;
  font-size: xx-small;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgb(150, 150, 150);
}
nav a:hover:not(#logo) {
  background: rgb(239, 178, 57);
  color: white;
}
nav img {
  max-height: 30px;
}
nav span:not(#logo) {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: rgb(239, 178, 57);
  transition: left 0.3s ease;
}

@media only screen and (max-width: 900px) {
  nav #logo {
    margin-right: 25vw;
  }
}
@media only screen and (min-width: 600px) {
  #menu_mobile {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #intro a {
    box-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
  .notonmobile {
    display: none;
  }
  #logo {
    justify-content: flex-start;
    padding: 2%;
  }
  #menu_mobile {
    background-color: #fff;
    height: 100%;
    width: 100%;
  }
  #nav_mobile {
    clip-path: polygon(81.05% 9.1%, 92% 9.1%, 92% 10.1%, 81.05% 10.1%);
    color: #333;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 28px;
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.9;
    top: 0;
    transition: clip-path 400ms cubic-bezier(0.4, 0, 0.2, 1), background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .active #nav_mobile {
    z-index: 2;
    background-color: #fff;
    clip-path: polygon(101% -1%, 101% 101%, -1% 101%, -1% -1%);
  }
  #burger {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    transform: scale(0.8);
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .option {
    cursor: pointer;
    margin: 8px 0;
  }
  .option:hover {
    color: rgb(239, 178, 57);
  }
  .option.selected {
    color: rgb(239, 178, 57);
  }
  .active #burger {
    transform: scale(1);
  }
  .x {
    z-index: 99;
    pointer-events: none;
    position: fixed;
    top: 0.5vh;
    right: 0;
  }
  .top-bars {
    stroke: #333;
    transition: stroke 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .active .top-bars {
    stroke: #333;
  }
  .bar {
    transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .bar1 {
    transform-origin: 190px 20.5px;
  }
  .bar2 {
    transform-origin: 190px 28.5px;
  }
  .active .bar1 {
    transform: translateY(8.6px) rotate(45deg);
  }
  .active .bar2 {
    transform: rotate(-45deg);
  }
  .menu-click-area {
    z-index: 99;
    cursor: pointer;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
  }
}
#home {
  height: 100vh;
}

#main {
  height: 100vh;
  background-image: url("../img/main.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom;
}

#intro {
  position: absolute;
  text-align: center;
  bottom: 10vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: rgb(239, 178, 57);
  padding-top: 7vh;
}
#intro h1 {
  color: white;
  font-size: 50px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
#intro h2 {
  font-size: larger;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  word-spacing: 1vh;
}
#intro p {
  font-size: medium;
  line-height: 3.5;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  word-spacing: 0.5vh;
}
#intro a {
  text-decoration: none;
  color: rgb(239, 178, 57);
  border: 0.3vh solid rgb(239, 178, 57);
  padding: 7px;
  margin: 2px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  transition: 0.5s;
}

#slide:hover, #slide:focus {
  text-shadow: none;
  color: #333;
  box-shadow: inset 13em 0 0 0 rgb(239, 178, 57);
}

@media only screen and (max-width: 500px) {
  #intro span {
    display: initial;
  }
  #intro h1 {
    font-size: 30px;
  }
  #main {
    background-attachment: unset;
  }
}
section#whatwedo {
  padding: 5vh 5%;
  justify-content: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
section#whatwedo h2 {
  color: #333;
  font-size: x-large;
  font-weight: 200;
  padding: 10vh 5%;
}
section#whatwedo h2 span {
  color: rgb(239, 178, 57);
}
section#whatwedo h2 a span {
  text-decoration: underline;
}
section#whatwedo #amigoclimate {
  justify-content: center;
  height: 100%;
}
section#whatwedo #amigoclimate a {
  width: 30vw;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flexbox: flex;
  width: 100vw;
}
.container .card {
  width: 220px;
  height: 240px;
  padding: 1%;
  margin: 2%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.container img {
  max-height: 70px;
  position: relative;
  top: 90px;
  transform: translateY(-100%);
  transition: 0.5s;
}
.container div:hover img {
  top: 0;
  transform: translateY(-150%);
}
.container h3 {
  position: relative;
  top: 60px;
  transform: translateY(0);
  transition: 0.5s;
  color: #333;
  font-size: medium;
  font-weight: 600;
  line-height: 2;
}
.container div:hover h3 {
  top: 6px;
  transform: translateY(-200%);
  color: rgb(239, 178, 57);
}
.container p {
  position: relative;
  top: 150px;
  transition: 0.8s;
  left: unset !important;
  font-size: small;
}
.container div:hover p {
  top: 20%;
  transform: translateY(-55%);
}

#gif {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 500px) {
  section#whatwedo h2 {
    padding: 10% 5%;
  }
  .container .card {
    min-width: 80%;
  }
  .container div:hover p {
    padding: 0 5%;
  }
}
#projects {
  padding-top: 7vh;
  min-height: 160vh;
  height: 100%;
  width: 100vw;
  justify-content: center;
  align-items: center;
}
#projects h2 {
  text-align: center;
  color: #333;
  font-size: x-large;
  font-weight: 200;
  padding: 10vh 3%;
}
#projects h2 span {
  color: rgb(239, 178, 57);
}
#projects #done {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flexbox: flex;
  margin: 0 10% 10%;
}
#projects #done a.open-modal-done {
  height: 20vh;
}
#projects #done h3 {
  font-size: large;
}
#projects #done p {
  font-size: x-small;
  font-weight: 600;
}
#projects #ongoing {
  display: flex;
  flex-wrap: wrap;
  -webkit-flexbox: flex;
  justify-content: center;
  margin: 0 10%;
}
#projects #ongoing a.open-modal {
  height: 30vh;
  overflow: hidden;
}
#projects .modal {
  display: -webkit-box;
  align-items: baseline;
  justify-content: end;
}
#projects h3 {
  color: rgb(239, 178, 57);
  font-size: 20px;
  font-weight: 800;
  line-height: 3.5vh;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
#projects a.open-modal, #projects a.open-modal-done {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  text-align: right;
  margin: 5vh;
  padding: 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#projects a.open-modal:hover, #projects a.open-modal-done:hover {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%);
}

.open-modal p, .open-modal-done p {
  color: white;
  font-size: 1.5vh;
  font-weight: 600;
  line-height: 4vh;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
.scroll-x a {
  flex-shrink: 0;
}

@media only screen and (max-width: 500px) {
  #projects h2 {
    padding: 5%;
  }
  #projects a.open-modal-done {
    width: 115px;
  }
  .modal-overlay-done {
    position: absolute;
  }
  #projects #done h3 {
    font-size: medium;
  }
}
/*------------------projects modal---------*/
.modal, .modal-team, .modal-done {
  justify-content: end;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  width: 65vw !important;
  max-width: 75rem;
  min-height: 20rem;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; /* make it smooth on iOS */
}
.modal::-webkit-scrollbar, .modal-team::-webkit-scrollbar, .modal-done::-webkit-scrollbar {
  width: 1vw;
  height: 1.5vh;
  background: #EFB239;
}
.modal::-webkit-scrollbar-thumb, .modal-team::-webkit-scrollbar-thumb, .modal-done::-webkit-scrollbar-thumb {
  background: white;
}
.modal.active, .modal-team.active, .modal-done.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal div, .modal-team div, .modal-done div {
  display: flex;
  flex-shrink: 0;
  padding: 1rem;
  width: -webkit-fill-available;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  scroll-snap-type: x mandatory;
  align-items: baseline;
}
.modal p, .modal-team p, .modal-done p {
  color: #333;
  padding: 2%;
  font-size: small;
}
.modal p :first-child, .modal-team p :first-child, .modal-done p :first-child {
  color: #333;
  word-spacing: unset;
}
.modal p b, .modal-team p b, .modal-done p b {
  word-spacing: 4px;
  line-height: 4;
  color: rgb(239, 178, 57);
}

@media only screen and (max-width: 780px) {
  .modal-done div, .modal div {
    display: block;
  }
  #projects a.open-modal {
    width: 200px;
  }
  .container .card {
    width: 200px;
  }
  #projects #done a.open-modal-done {
    height: 15vh;
  }
  #projects a.open-modal-done {
    margin: 5%;
  }
  .open-modal-done p {
    line-height: 2vh;
  }
}
/*** Overlay* -- only show for tablet and up*/
@media only screen and (min-width: 40em) {
  .modal-overlay, .modal-overlay-team, .modal-overlay-done {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay.active, .modal-overlay-team.active, .modal-overlay-done.active {
    opacity: 1;
    visibility: visible;
  }
}
/*** Mobile styling*/
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 1.5rem;
  }
  .modal, .modal-team, .modal-done {
    position: fixed;
    top: 7vh;
    left: 0;
    width: 100vw !important;
    height: 93vh !important;
    height: fit-content;
    -webkit-overflow-scrolling: touch;
  }
  .modal-team div {
    display: inline-block !important;
  }
  .close-modal {
    right: 20px !important;
  }
  .modal p, .modal-team p, .modal-done p {
    font-size: small;
  }
}
#aboutus {
  box-sizing: border-box;
  min-height: 100%;
  max-width: 1600px;
  margin: auto;
}
#aboutus:before, #aboutus:after {
  content: " ";
  display: table;
  box-sizing: inherit;
  clear: both;
}

#story, #team {
  float: left;
  width: 50%;
  max-width: 800px;
}

#story {
  padding: 10vh 0;
  color: #333;
  line-height: 2;
  text-align: end;
}
#story h2, #story p {
  padding: 2% 5vw;
}
#story span {
  color: rgb(239, 178, 57);
}

#team {
  padding: 6vh 0 12vh;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 4vh;
}
#team div {
  padding-right: 7vw;
}
#team a {
  display: inline-grid;
  justify-items: center;
}
#team img {
  width: 110px;
  margin: 1.5vw;
  border: 3px solid #EFB239;
  border-radius: 50%;
}
#team span {
  width: 100% !important;
}
#team span:nth-child(2) {
  font-size: small;
}
#team span:nth-child(3) {
  color: #EFB239;
  font-size: x-small;
}

.modal-team, .modal-done {
  display: -webkit-box;
  justify-content: end;
  align-items: center;
  width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  scroll-snap-type: x mandatory;
}

.modal-team div {
  display: flex;
  width: 100% !important;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  scroll-snap-type: x mandatory;
  align-items: center;
}
.modal-team div img {
  max-height: 100px;
}
.modal-team div span {
  font-variant-caps: petite-caps;
  font-size: medium;
}
.modal-team div b {
  font-size: medium;
  word-spacing: 2px !important;
  color: #EFB239 !important;
  line-height: unset;
}

@media only screen and (max-width: 780px) {
  #story {
    width: 70vw;
    padding: 10vh 2vw;
  }
  #team {
    width: 30vw;
    padding: 10vh 2vw;
  }
  #team img {
    width: 15vw;
  }
}
@media only screen and (max-width: 500px) {
  #story {
    float: unset;
    width: 100vw;
    padding: 10vh 2vw;
    font-size: medium;
  }
  #team {
    width: 100vw;
    padding: 10vh 2vw;
  }
  #team img {
    width: 30vw;
  }
  #team a {
    padding: 5%;
  }
}
#contact {
  background-color: #f2c267;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 20% 70% 10%;
  height: 70vh;
  color: #333;
  text-align: center;
}
#contact h2 {
  font-size: xx-large;
  padding-top: 10vh;
}
#contact img {
  height: 50px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#contact img:hover {
  transform: scale(0.9, 0.9);
}
#contact #twitter {
  text-align: start;
  margin: auto;
  min-width: 40vw;
  max-width: 90vw;
}

.timeline-Widget {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#contactform {
  width: 40vw;
  text-align: end;
  justify-self: center;
}
#contactform input[type=text], #contactform input[type=email], #contactform textarea {
  width: 100%;
  padding: 2%;
  margin-bottom: 2%;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  resize: none;
  background-color: rgb(239, 178, 57);
}
#contactform input:focus, #contactform select:focus, #contactform textarea:focus, #contactform button:focus {
  outline: none;
}
#contactform #acceptance, #contactform label {
  float: left;
  line-height: 1;
  font-size: small;
  padding-bottom: 5%;
}
#contactform #acceptance a, #contactform label a {
  text-decoration: underline;
}
#contactform #formbutton {
  width: 100px;
  background-color: #333;
  color: #f2c267;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#contactform #formbutton:hover {
  transform: scale(0.9, 0.9);
}

footer {
  height: 20vh;
  background-color: rgb(239, 178, 57);
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1%;
}
footer h2 {
  display: block;
  font-size: smaller;
  font-weight: 600;
  line-height: 4;
}
footer h2 a {
  padding: 0 2%;
}
footer h2 a:hover {
  text-decoration: underline;
  cursor: pointer;
}
footer p {
  font-size: small;
  word-spacing: 2px;
}
footer p b {
  font-size: medium;
}
footer span {
  word-spacing: 3vw;
}
footer img {
  width: 20px;
  padding: 0 1%;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
footer img:hover {
  transform: scale(0.9, 0.9);
}
footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 500px) {
  #contact {
    grid-template-columns: none;
    grid-template-rows: none;
    height: auto;
  }
  #contactform {
    width: 80vw;
    width: 80vw;
    text-align: center;
    justify-self: center;
    margin-bottom: 20%;
  }
  #twitter {
    text-align: center !important;
  }
  footer h2 {
    line-height: unset;
  }
  footer {
    height: 30vh;
  }
}
.darkmode {
  background-color: #333;
  color: #fff;
}
.darkmode header {
  background-color: rgb(239, 178, 57);
  position: fixed;
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  z-index: 99;
}
.darkmode header :first-child {
  max-height: 40px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.darkmode header :nth-child(2) {
  align-self: center;
  background-color: #fff;
  border-radius: 50%;
  max-height: 40px;
  margin-left: 5vw;
}
.darkmode header :nth-child(3) {
  align-self: center;
  margin-right: 10vw;
  font-size: large;
  font-weight: 600;
  letter-spacing: unset;
  text-shadow: unset;
  color: #333;
  padding: 1%;
}
.darkmode section {
  min-height: 100vh;
  padding: 10vh 5vw 0;
  max-width: 1200px;
  margin: auto;
}
.darkmode #pingu {
  width: 40vw;
  height: auto;
  border-radius: 1%;
  position: relative;
  bottom: -7vh;
  left: 55vw;
  margin-top: 15vh;
}
.darkmode footer {
  min-height: 20vh;
  height: max-content;
  justify-content: space-around;
  padding: 7vh 1% 2%;
}
.darkmode footer img {
  width: 50px;
}

.gif h2 {
  padding-top: 8vh;
}
.gif p {
  word-spacing: 2px;
  line-height: 2;
  padding-bottom: 10vh;
}

.climateservice #services {
  display: flex;
  justify-content: center;
}
.climateservice div {
  padding: 2%;
  text-align: center;
  max-height: 45vh;
}
.climateservice div svg {
  width: 15vw;
}
.climateservice div h3 {
  padding: 7%;
  font-size: smaller;
}
.climateservice h2 {
  text-align: center;
}
.climateservice p {
  word-spacing: 2px;
  line-height: 2;
}

section.benefit {
  padding-top: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
section.benefit div {
  padding: 2%;
}
section.benefit h2 {
  margin-bottom: 5%;
}
section.benefit img {
  max-height: 70vh;
  max-width: 40vw;
  justify-self: center;
}
section.benefit p {
  word-spacing: 2px;
  line-height: 2;
  font-weight: 200;
}
section.benefit a {
  text-decoration: none;
  color: #ccc;
  border: 0.3vh solid #ccc;
  padding: 7px;
  margin: 2px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  transition: 0.5s;
  line-height: 5;
}
section.benefit #slide:hover, section.benefit #slide:focus {
  text-shadow: none;
  color: #333;
  box-shadow: inset 13em 0 0 0 #ccc;
}

@media only screen and (max-width: 600px) {
  section.climateservice {
    padding-top: 0;
  }
  section.climateservice h2 {
    padding-bottom: 5%;
  }
  section.climateservice div {
    max-height: 140px;
    padding: 0;
  }
  section.climateservice div h3 {
    font-size: x-small;
  }
  .gif p {
    padding-bottom: 10vh;
  }
  .gif h2 {
    padding-top: 2vh;
  }
}
@media only screen and (max-width: 800px) {
  section.benefit {
    grid-template-columns: none;
    height: max-content;
  }
  section.benefit img {
    height: auto;
    max-width: 80vw;
    padding: 10% 0;
  }
}
section.openposition {
  max-height: 45vh;
  min-height: unset;
}
section.openposition a:hover {
  text-decoration: underline;
}
section.openposition p {
  font-weight: lighter;
}

#datascientist hr {
  border-color: rgb(239, 178, 57);
  border-style: solid;
  border-width: 10px;
}
#datascientist h2, #datascientist h3 {
  padding-top: 20px;
}
#datascientist p {
  padding: 5px;
  font-size: small;
  font-weight: lighter;
}
#datascientist a {
  text-decoration: underline;
}
#datascientist a:hover {
  color: rgb(239, 178, 57);
}

.tabs-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Tab buttons row */
.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 2rem 0 1rem;
  border-bottom: 2px solid rgb(239, 178, 57);
  justify-content: center;
}

.tabs li {
  cursor: pointer;
  margin-right: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px 4px 0 0;
  background-color: #f7f7f7;
  transition: background-color 0.3s;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}

.tabs li:hover {
  background-color: #ddd;
}

/* Active tab */
.tabs li.active {
  background-color: #fff;
  border: 2px solid rgb(239, 178, 57);
  border-bottom: none;
  color: #333;
}

/* Tab content sections */
.tab-content {
  display: none; /* hidden by default */
  padding: 1rem 0;
}
.tab-content.active {
  display: flex;  /* show the active tab’s content */
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center
}

/* Example styling for your project cards inside a tab */
.tab-content a.open-modal {
  display: block;
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-decoration: none;
  color: white;
  border-radius: 4px;
  overflow: hidden;
}

/* Optional overlay style */
.tab-content a.open-modal h3,
.tab-content a.open-modal p {
  background-color: rgba(0,0,0,0.5);
  padding: 0.5rem;
  margin: 0;
}
.tab-content a.open-modal h3 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

/*# sourceMappingURL=style.css.map */

#trustedby {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
}

#trustedby h2 {
  font-size: 2em;
  margin-bottom: 40px;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.trusted-logos img {
  max-height: 80px;
  max-width: 160px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.trusted-logos img:hover {
  transform: scale(1.1);
}