:root {
  --color-primary: rgb(253, 244, 239);
  --color-secondary: #d15446;
  --color-tertiary: #d87d73;
  --color-button: #1d2a53;
  --ff-title: "PatuaOne", system-ui;
  --ff-text: "Hubballi", system-ui;
  --ff-marker: "PermanentMarker", system-ui;
}

body {
  position: relative;
  background-color: #796d90;
  touch-action: pan-y;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.loaded {
  opacity: 1;
}
h1 {
  font-family: var(--ff-title);
  color: var(--color-primary);
  font-size: 100px;
  line-height: 110px;
  font-weight: 500;
}

h2 {
  position: relative;
  font-family: var(--ff-title);
  color: var(--color-primary);
  font-size: 45px;
  font-weight: 200;
  border-radius: 50px;
  padding: 5px 20px;
  background-color: #dfdbe5;
  background-size: 500%;
  animation: barioler 40s linear infinite;
}

@keyframes barioler {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}

i {
  transition: none;
}

.darkred {
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 20px,
    #fc695b 20px,
    #fc695b 40px
  );
}

.darkred2 {
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 20px,
    #e78378 20px,
    #e78378 40px
  );
}

.darkblue {
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 20px,
    #39b4ca 20px,
    #39b4ca 40px
  );
}

.darkyellow {
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 20px,
    #fab76f 20px,
    #fab76f 40px
  );
}

p {
  font-family: var(--ff-text);
  color: var(--color-primary);
  font-size: 30px;
}

.section-three a,
.section-three a:visited {
  color: #e69b91;
}

.section-four a,
.section-four a:visited {
  color: var(--color-secondary);
}

.section-one video {
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.section-one .loader::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 15px solid var(--color-primary);
  border-top-color: var(--color-secondary);
  border-radius: 50%;
  animation: loading 0.8s ease infinite;
}

@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

.button {
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  background-color: var(--color-primary);
}

/* V1 */
.presskit {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  border: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  font-family: var(--ff-title);
  color: var(--color-primary) !important;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  text-justify: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 85px;
  z-index: 5;
}

.purple {
  background-color: #796d90 !important;
}

.red {
  background-color: #d87d73 !important;
}

.purple:hover {
  color: #81769a !important;
  background-color: var(--color-primary) !important;
}

.red:hover {
  color: #d87d73 !important;
  background-color: var(--color-primary) !important;
}

.button:hover {
  transform: translate(0px, 3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.presskit:hover {
  transform: translate(0px, 3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: var(--color-primary) !important;
}

@font-face {
  font-family: "PatuaOne";
  src: url(../fonts/PatuaOne-Regular.ttf);
}

@font-face {
  font-family: "Hubballi";
  src: url(../fonts/Hubballi-Regular.ttf);
}

@font-face {
  font-family: "PermanentMarker";
  src: url(../fonts/PermanentMarker-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  scroll-behavior: smooth;
  text-decoration: none;
  transition: 0.3s ease;
}

.reversed {
  flex-direction: row-reverse;
}

/* ----------------- nav bar -----------------*/

.nav {
  position: fixed;
  top: 2vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  z-index: 999;
}

.nav-list {
  font-family: var(--ff-text);
  display: flex;
  margin: auto;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0rem 1.5rem 0rem;
}

.nav-button {
  display: flex;
  cursor: pointer;
  padding: 7px 12px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  font-family: var(--ff-text);
  background-color: rgba(128, 128, 128, 0.25);
  color: var(--color-primary) !important;
  font-size: 20px;
  z-index: 999;
  backdrop-filter: blur(5px);
}

.nav-button:hover {
  background-color: var(--color-primary);
  color: black !important;
}

.frognav {
  position: fixed;
  bottom: 0;
  left: -100px;
  right: 0;
  margin: auto;
  width: 250px;
  z-index: 999;
  background-color: #81769a;
  transition: bottom 3s ease;
  transition-delay: 5s;
}

.hide-triangle {
  transition-delay: 0s;
  bottom: -300px;
}

.frognav::after {
  position: absolute;
  width: 250px;
  height: 250px;
  content: "";
  background-image: url(../img/frog.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -150px;
  animation: bounce 0.5s ease infinite alternate;
}

.frognav.reverse::after {
  transform: scaleX(-1);
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}

/* ----------------- section 1 -----------------*/

.section-one {
  min-height: 800px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115vh;
  background-image: url(../img/wtm_banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.section-one .left-block,
.section-one .right-block {
  width: 50%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10vh;
}

.section-one .left-block {
  gap: 30px;
}

.section-one .steam {
  position: relative;
  overflow: hidden;
  padding: 12px 17px;
  font-size: 35px;
  color: var(--color-button);
  font-family: var(--ff-title);
  box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.384);
  background: linear-gradient(
    45deg,
    #ff77a9ef,
    #ff004cee,
    #ffa200f1,
    #ffed27ef
  );
  border-radius: 16px;
  border: 0px;
}

.section-one .steam:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 7s ease-in-out infinite;
}

.section-one .browser {
  position: relative;
  overflow: hidden;
  padding: 12px 17px;
  font-size: 24px;
  color: #db6400;
  font-family: var(--ff-text);
  box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.384);
  background: var(--color-primary);
  border-radius: 16px;
  border: 0px;
}

.section-one .browser:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
}

@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.section-one .steam:hover {
  transform: translate(0px, 5px);
  box-shadow: -7px -7px 20px rgba(224, 14, 7, 0.384),
    7px 0px 20px rgba(184, 224, 7, 0.384),
    -7px 7px 20px rgba(224, 7, 152, 0.384);
  color: var(--color-primary);
  background: linear-gradient(45deg, #ff77a8, #ff004d, #ffa300, #ffec27);
}

.section-one .browser:hover {
  transform: translate(0px, 5px);
  box-shadow: 0px 0px 0px rgba(224, 14, 7, 0.384);
  color: #ff004d;
}

.section-one .right-block video {
  width: 65%;
  max-width: 650px;
  background-image: url(../img/play.png);
  background-size: cover;
}

.section-one .video-container {
  width: 50%;
  border: 20px solid green;
}

.section-one p {
  font-weight: bold;
}

.section-one::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url("../img/separator12.svg");
  background-size: cover;
  background-position: center;
  z-index: 5;
}

/* ----------------- section 2 -----------------*/

.hidden {
  opacity: 0;
  scale: 0.8;
  transition: all 1.5s;
}
.show {
  opacity: 1;
  scale: 1;
  transform: translateX(0);
}

.section-two {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url(../img/wtm_background.png);
  background-position: start;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 5;
  filter: blur(10px);
}

.section-two .flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  z-index: 5;
  margin: 120px 0px;
}

.section-two .left-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 40%;
  height: 50%;
  padding: 20px 35px 35px 35px;
  border-radius: 16px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  gap: 20px;
}

.separator-card {
  width: calc(100% + 65px);
  border-bottom: 3px dotted rgb(255, 255, 255);
}

.section-two .right-block {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  max-width: 700px;
}

.section-two p {
  text-align: left;
  color: var(--color-primary);
}

.change-color {
  animation: colorChange 0.5s linear forwards;
}

@keyframes colorChange {
  0% {
    color: white;
    text-shadow: 0 0 5px rgb(255, 255, 255);
  }
  100% {
    color: var(--color-primary);
  }
}

.polaroid {
  position: relative;
  transform: rotate(0deg);
  display: inline-block;
  height: 70%;
  width: 70%;
  padding: 20px 20px 100px 20px;
  border-radius: 10px;
  color: rgb(158, 158, 158);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  background-color: #fffbf0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 4 4'%3E%3Cpath fill='%23D0D0D0' fill-opacity='0.9' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

.polaroid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.polaroid video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.caption {
  position: absolute;
  width: 100%;
  left: 50%;
  text-align: center;
  bottom: 5%;
  transform: translateX(-50%);
  font-size: 32px;
  font-style: italic;
  color: #1d2b53;
  font-family: var(--ff-marker);
}

.section-two::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../img/separator23.svg");
  background-size: cover;
  background-position: center;
  z-index: 5;
}

.section-two > .flex-container:last-child {
  margin-bottom: 250px;
}

/* ----------------- section 3 -----------------*/

.section-three {
  min-height: 800px;
  position: relative;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
  background-color: var(--color-tertiary);
}

.blob {
  background: var(--color-secondary);
  border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%;
  position: absolute;
  top: 30%;
  width: 85vh;
  height: 85vh;
  max-width: 1000px;
  max-height: 1000px;
  z-index: 1;
  transform: translateY(-40%);
  animation: animate 60s linear infinite;
}

@keyframes animate {
  0%,
  100% {
    border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%;
  }
  25% {
    border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%;
  }
  50% {
    border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%;
  }
  75% {
    border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
  }
}

.marechalbanane {
  font-family: var(--ff-title);
  color: #d15446;
  margin: 6vh;
  line-height: 0;
  font-size: 120px;
  text-shadow: 2px 2px 0px #d87d73, -2px -2px 0px #d87d73, -2px 2px 0px #d87d73,
    2px -2px 0px #d87d73;
  cursor: default;
  z-index: 5;
}

.section-three img {
  padding: 0;
  width: 12%;
  border-radius: 12px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.45);
}

.section-three .photo-block {
  display: flex;
  border-radius: 16px;
  justify-content: space-evenly;
  z-index: 5;
}

.section-three p {
  width: 30%;
  z-index: 2;
}

.section-three a {
  color: var(--color-tertiary);
}

/* ----------------- section 4 -----------------*/

.section-four {
  min-height: 800px;
  position: relative;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 95vh;
  background: #e7938a;
  background-size: cover;
  background-position: start;
  background-repeat: no-repeat;
}

.section-four .flex-container {
  display: flex;
  flex-direction: baseline;
}

.section-four .left-block,
.section-four .right-block {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 60px;
  z-index: 5;
}

.section-four input {
  height: 35px;
  width: 12vw;
  border-radius: 10px;
  border: none;
  background-color: var(--color-primary);
  font-family: var(--ff-text);
  font-size: 16px;
}

#mce-EMAIL {
  padding-left: 10px;
}

.section-four .center-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.section-four .button {
  border-radius: 12px;
  padding: 10px 10px;
  font-family: var(--ff-text);
  font-size: 16px;
  font-weight: bold;
  color: var(--color-secondary);
}

.section-four .button:hover {
  color: var(--color-primary);
  background-color: var(--color-secondary);
}

.section-four h2 {
  font-size: 25px;
}

.fa-brands,
.fa-solid {
  font-size: 5rem;
}

p {
  text-align: center;
  width: 80%;
}

.section-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../img/separator34.svg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.section-four::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../img/separator45.svg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.formflex {
  display: flex;
  gap: 5px;
}

.kofi {
  height: 100px;
  width: 100px;
  background-image: url("../img/kofi.svg");
  background-size: cover;
}

.kofi:hover {
  background-image: url("../img/kofi_hover.svg");
  background-size: cover;
  background-position: center;
}

/* ----------------- footer -----------------*/

footer {
  background-color: var(--color-secondary);
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer p {
  font-size: 16px;
  color: var(--color-primary);
  text-align: center;
}

/* -------------------------- 1400 -----------------------*/

@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 7.2vw;
    line-height: 7.9vw;
    transition: none;
  }

  .section-one p {
    width: 70%;
    min-width: 70%;
    transition: none;
  }

  .section-two .flex-container {
    width: 90%;
  }

  .marechalbanane {
    font-size: 8.5vw;
    transform: translateY(25px);
    margin: 10vh;
  }

  .section-three p {
    width: 50%;
  }
}

/* -------------------------- 1000px -----------------------*/

@media only screen and (max-width: 1000px) {
  @keyframes fadeInOutFrog {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2000px);
    }
  }

  .frognav {
    animation: fadeInOutFrog 0.5s;
    animation-fill-mode: forwards;
  }
}

/* -------------------------- 1001px -----------------------*/

@media only screen and (min-width: 1001px) {
  @keyframes fadeInOutFrogReverse {
    0% {
      transform: translateX(-2000px);
    }
    100% {
      transform: translateX(0);
    }
  }

  .frognav {
    animation: fadeInOutFrogReverse 0.5s;
    /* animation-fill-mode: forwards; this line prevents the frog to scaleX*/
  }
}

/* -------------------------- 880px -----------------------*/

@media only screen and (max-width: 880px) {
  .section-four {
    align-items: center;
    justify-content: space-evenly;
    height: 120vh;
  }

  .section-four .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 10vh;
  }

  .section-four .left-block,
  .section-four .right-block {
    position: relative;
    width: 80%;
    height: 100%;
    gap: 25px;
    z-index: 5;
  }

  .section-four input {
    height: 35px;
    width: 100vw;
    font-size: 12px;
    max-width: 300px;
  }

  #mce-EMAIL {
    padding-left: 10px;
  }

  .section-four .center-block {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .section-four .button {
    border-radius: 12px;
    padding: 10px 10px;
    font-family: var(--ff-text);
    font-size: 16px;
    font-weight: bold;
    color: var(--color-secondary);
  }

  .section-four .button:hover {
    color: var(--color-primary);
    background-color: var(--color-secondary);
  }

  .section-four h2 {
    font-size: 20px;
  }

  .fa-brands,
  .fa-solid {
    font-size: 50px;
  }

  p {
    text-align: center;
  }

  .formflex {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .kofi {
    height: 70px;
    width: 70px;
  }
}

/* -------------------------- MOBILE -----------------------*/

@media only screen and (max-width: 768px) {
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  body {
    animation: fadeInOut 0.5s ease-in-out;
  }

  .offset01 {
    transform: translate(15px, -20px);
    animation-delay: 0.25s;
  }

  .offset02 {
    transform: translate(-15px, 10px);
    animation-delay: 0.6s;
  }

  h1 {
    font-size: 12vw;
    line-height: 12vw;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 20px;
  }

  .section-one .steam {
    font-size: 25px;
    padding: 10px 15px;
  }
  .section-one .browser {
    font-size: 18px;
    padding: 10px 15px;
  }

  .section-three img {
    width: 20%;
  }

  footer p {
    font-size: 14px;
  }

  .nav {
    display: none;
    position: fixed;
    top: 2vh;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    z-index: 999;
  }

  /* ----------------- section 1 (mobile) -----------------*/

  .section-one {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 115vh;
    padding: none;
  }

  .section-one .left-block,
  .section-one .right-block {
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0vh;
  }

  .section-one .right-block {
    justify-content: start;
  }

  .section-one .left-block {
    gap: 10px;
  }

  .section-one .right-block video {
    width: 60vw;
    max-width: 300px;
  }

  .section-one .video-container {
    width: 100%;
    border: 20px solid green;
    min-width: 100px;
  }

  .presskit {
    position: absolute;
    display: flex;
    right: 10px;
    top: 10px;
    height: 25px;
    border-radius: 16px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    line-height: 0px;
  }

  /* ----------------- section 2 (mobile) -----------------*/

  .section-two {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-image: url(../img/wtm_background.png);
    background-position: start;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
  }

  .section-two .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    z-index: 5;
    margin: 50px 0px;
    gap: 50px;
  }

  .section-two .left-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 65%;
    height: 100%;
    padding: 15px 20px 20px 20px;
    border-radius: 16px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    gap: 10px;
  }
  .section-two .right-block {
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    max-width: 400px;
  }

  .section-two p {
    text-align: center;
    color: var(--color-primary);
    width: 100%;
  }

  .section-two h2 {
    font-size: 20px;
  }

  .change-color {
    animation: colorChange 0.5s linear forwards;
  }

  @keyframes colorChange {
    0% {
      color: white;
      text-shadow: 0 0 5px rgb(255, 255, 255);
    }
    100% {
      color: var(--color-primary);
    }
  }

  .polaroid {
    position: relative;
    transform: rotate(0deg);
    display: inline-block;
    height: 70%;
    width: 70%;
    padding: 10px 10px 70px 10px;
    border-radius: 10px;
    color: rgb(158, 158, 158);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    animation: polaroidRotate 2s ease infinite alternate;
  }

  @keyframes polaroidRotate {
    from {
      transform: rotate(-3deg);
    }
    to {
      transform: rotate(3deg);
    }
  }

  .polaroid img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .caption {
    font-size: 22px;
  }

  .section-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("../img/separator23.svg");
    background-size: cover;
    background-position: center;
    z-index: 5;
  }

  .section-two > .flex-container:last-child {
    margin-bottom: 150px;
  }

  /* ----------------- section 3 (mobile) -----------------*/

  .section-three {
    height: 90vh;
    justify-content: center;
    gap: 30px;
  }

  .blob {
    width: 70vh;
    height: 70vh;
    max-width: 500px;
    max-height: 500px;
  }

  .section-three .photo-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .section-three img {
    width: 20%;
    transform: rotate(0deg) translate(0, 0) !important;
  }

  .section-three p {
    min-width: 50px;
    width: 70%;
  }

  .marechalbanane {
    font-size: 40px;
  }
}
