@font-face {
  font-family: "Indigo regular";
  src: url("/css/Indigo\ Regular.otf");
}
@font-face {
  font-family: "KG HAPPY";
  src: url("/css/KGHAPPY.ttf");
}
@font-face {
  font-family: "Jaldi";
  src: url("/css/Jaldi-Regular.ttf");
}
@font-face {
  font-family: "Inder";
  src: url("/css/Inder-Regular.ttf");
}
:root {
  /* -------------- color --------------------- */
  --clr-primary-orange: #f7bd3a;
  --clr-primary-white: #fff;
  --clr-secondary-white: #e1e1e1;
  --clr-primary-green: #005230;
  --clr-primary-green-2: #0b3b1a;
  --clr-primary-green-3: #072f13;
  --clr-primary-blue: #3567b4;
  --BLUP-backgroud-black-1: #090b08;
  --BLUP-backgroud-black-2: #1d1e1c;
  --BLUP-backgroud-black-3: #232323;
  --BLUP-backgroud-black-4: #383838;

  /* -------------- padding and margin --------------------- */
  --gbl-padding: 70px;
  --gbl-margin: 125px;
  /* -------------- font size --------------------- */
  --ft-1: 16px;
}

/*  ====================    GLOBALS  =============================*/

body {
  background: url("/assets/img/bg/bg-pattern.png"), repeat;
  background-attachment: fixed;
  width: 100vw;
  overflow-x: hidden;
  background-blend-mode: soft-light;
  background-color: var(--BLUP-backgroud-black-1, #121312);
}
a {
  color: initial;
  text-decoration: none;
  width: fit-content;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Inder", sans-serif;
  font-size: 16px;
  /* scroll-behavior: smooth; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "KG HAPPY", sans-serif;
  font-weight: 400;
}

p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

/*  ===================================================================*/

.container {
  background: #0000008e;
  overflow: hidden;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.banner .bg-hero-overlay,
.banner .bg-hero-texture {
  opacity: 0.2;
}

#hide--menu {
  display: none;
}

.menu--hamburger {
  display: none;
}

video {
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Pour que la vidéo remplisse toute la div */
}
.logo1 {
  display: none;
}

.wrapper-45px {
  margin-inline: 45px;
}
.wrapper-160px {
  margin-inline: 160px;
}

.wrapper-mx {
  max-width: 1540px;
  margin-inline: auto;
}

.padding-x {
  padding-right: 5em;
  padding-left: 5em;
}

.m-padding-x {
  padding-right: 0.9em;
  padding-left: 0.9em;
}

header {
  padding-inline: 1em;
  padding-block: 0.5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(96, 108, 127, 0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

nav {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.links {
  display: none;
}

.links {
  gap: 40px;
}

.bodycopy {
  font-size: clamp(1.2em, 0.5em + 1vh, 1.4em) !important;
  line-height: 2cap;
  color: var(--clr-secondary-white);
  font-family: "Inder", sans-serif;
}

.links a {
  letter-spacing: 3px;
  font-size: 0.9em;
  font-family: "Indigo Regular", sans-serif;
  color: var(--clr-secondary-white);
}

.links a:hover {
  color: var(--clr-primary-orange);
}

.menu--hamburger,
.menu--hamburger img {
  display: block;
  width: 35px;
  max-width: 40px;
  height: 35px;
}

.separation {
  background: url("/assets/img/separation_line_confetti.png") center top
    repeat-x;
  background-size: 70%;
  height: 4vh;
}

.bg-hero-texture {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/img/abstract-textured-black-background.jpg")
    no-repeat;
  opacity: 0.5;
  background-size: cover;
  background-position: 0 0;
}

.bg-hero-overlay {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100vw;
  height: 100%;
  mix-blend-mode: darken;
  opacity: 0.2;
  background-color: #1b1203;
}

#hide--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5em;
  position: fixed;
  gap: 15vh;
  top: 0;
  bottom: 0;
  background-color: var(--clr-primary-white);
  z-index: 100;
  width: 100%;
  height: 100vh;
  transition: top 0.5s;
}
#hide--menu::before {
  content: "";
  padding-top: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--clr-primary-orange);
  width: 100%;
}
#hide--menu::after {
  content: "";
  padding-top: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--clr-primary-green);
  width: 100%;
}

#hide--menu .bg-hero-texture,
#hide--menu .bg-hero-overlay {
  opacity: 0.1;
}

#hide--menu .bg-hero-texture {
  opacity: 0.4;
}

#hide--menu h2 {
  position: relative;
  font-size: 1.2em;
  letter-spacing: 5px;
  /* z-index: 2; */
  color: var(--clr-primary-white);
  font-family: "Indigo Regular", sans-serif;
}

.hide--menu-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(0.8em, 0.9em, 1.1em);
  text-align: center;
  gap: 60px;
}

.hide--menu-links a {
  position: relative;
  font-size: 2em;
  letter-spacing: 5px;
  /* z-index: 2; */
  width: 250px;
  color: var(--BLUP-backgroud-black-4);
  font-family: "Indigo Regular", sans-serif;
}

#hide--menu.menu-close {
  top: 100%;
  transition: top 0.5s;
}
.close,
.closeMenu {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus,
.closeMenu:hover,
.closeMenu:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.menu ul {
  list-style-type: none;
  padding: 0;
  text-align: center; /* Centrer les éléments */
}

.menu li {
  display: inline; /* Afficher les éléments de liste horizontalement */
  margin: 0 7px; /* Espacement entre les éléments de liste */
}

nav.mobilenav {
  display: none;
}

.menu a {
  letter-spacing: 3px;
  font-size: 0.9em;
  font-family: "Indigo Regular", sans-serif;
  color: var(--clr-secondary-white);
  text-transform: uppercase;
}
.menu a:hover {
  color: var(--clr-primary-orange);
}

.patners {
  font-size: 20px;
}
.menu {
  display: none;
}

.logo4 {
  max-width: 70px;
  height: 50px;
}

/* #about {
  display: none; 
} */

.patnersList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 0px;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  background-image: url("/Images/Frame\ 13.png");
}

.patnersList img {
  width: 130px;
    height: 105px;
    border-radius: 10px;
}

.banSup {
  position: absolute; /* Positionnement absolu par rapport au parent .superpose-images */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.comingSoon {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-inline: 10%;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  margin-top: 5%;
}

.comingSoon .c-title {
  color: var(--material-theme-sys-light-surface, #f8fafa);
  text-align: center;
  font-family: Indigo Regular;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em; /* 150% */
  text-transform: uppercase;
}

.menu {
  width: 100%;
  /* position: absolute; */
  z-index: 10;
  justify-content: center;
  align-items: center;
}

/* ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
} */

.logo {
  max-width: 110px;
  /* height: 90px; */
  margin-inline: 45px;
  vertical-align: middle;
}

.buy {
  padding: 15px 30px;

  background-color: #f0b44c;
  color: black;
}

.frame2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 400px;
}

.Festivals_txt {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  gap: 15px;
  margin-top: 130px;
  margin-bottom: 130px;

  color: #e5e5e5;

  font-family: "KG HAPPY";
  font-size: clamp(8em, 5em + 5vh, 8.5em);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42.63px;
  white-space: nowrap;

  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.fest {
  margin-top: 40px;
  gap: 70px;
}

.bframe1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  align-self: stretch;
}

.blup0 {
  display: flex;

  justify-content: center;
  align-items: flex-start;
}

.rect {
  background-color: #dda030;
}
.rect1 {
  background-color: #0170bf;
}

.im {
  max-width: 100%;
  border-radius: 0px 15px 15px 0px;
}
.im1 {
  max-width: 100%;
  border-radius: 15px 0px 0px 15px;
}

.desc {
  color: rgba(232, 232, 232, 0.8);

  font-family: "Inder", sans-serif;

  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.btn {
  width: 200px;
  height: 60px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  white-space: nowrap;
  padding: 15px 35px;
  flex-shrink: 0;
  margin-top: 30px;
}
.aboutFrame1:is(:last-child) .swiper .description {
  width: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
}

.btn:hover {
  filter: brightness(1.1);
}

.btn-orange {
  background-color: var(--clr-primary-orange);
}

.btn-blue {
  color: white;
  background-color: var(--clr-primary-blue);
}

.bframe2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 8em;
  padding-top: 100px;
  width: 100%;
  height: auto;
  background: #e5e5e5;
}

.aboutTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;

  background-size: cover;
  background-image: url("/Images/motif-about.jpeg");
}

.aboutFrame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.aboutFrame1 {
  display: flex;

  width: 100%;
  height: auto;
}
.aboutFrame1a {
  position: relative;
  width: 50%;
  height: 700px;
  border-radius: 15px;
  box-shadow: 12px 10px 15px 5px rgba(24, 24, 24, 0.2);
  overflow: hidden;
}

.aboutFrame1a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 66%;
}

.aboutFrame2a {
  width: 60%;
  height: 500px;
  background-image: url("/Images/Rectangle\ 50.png");
  background-size: cover;
  z-index: 2;
}
/* .aboutFrame1b {
  color: var(--material-theme-sys-dark-on-primary-fixed, #002111);
  font-family: Indigo Regular;

  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.15px;

  position: relative;
} */

.af1aTitle {
  color: var(--material-theme-sys-dark-on-primary-fixed, #002111);
  font-family: Indigo Regular;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.15px;
  position: relative;
}

.ds {
  position: absolute;
  left: 15%;
}

.greyLine {
  width: 95%;
  height: 1px;
  background-color: #b0b0b0;
  position: absolute;
  z-index: -1;
}

.greyLineb {
  width: 95%;
  height: 1px;
  background-color: #b0b0b0;
  position: absolute;
  z-index: 1;
}

.af1aDesc {
  color: var(--material-theme-sys-dark-surface-variant, #404942);
  font-family: Inder;

  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px; /* 140% */
}

.aboutBottom {
  background-image: url("/Images/Frame\ 11.png");
  background-size: cover;
  margin-top: 20px;
  width: 100%;

  mix-blend-mode: darken;
}

.highlight {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Htitle {
  font-family: "KG HAPPY";

  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 42.63px;
  white-space: nowrap;
  color: #e5e5e5;
}
.content {
  color: var(--material-theme-sys-dark-outline, #8a938b);
  text-align: center;
  font-family: "Inder";

  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.hItems {
  --padding-top-section-color: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: var(--clr-primary-white)
    url("/assets/img/abstract-textured-black-background\ 1.png");
  background-size: contain;
  padding-block: var(--padding-top-section-color);
  margin-top: 5em;
  margin-bottom: 10em;
  position: relative;
}

.hItems::before {
  content: "";
  position: absolute;
  background: url("/assets/img/frise-decoration-white-textured.png") center
    bottom/contain repeat-x;
  top: -4.8vh;
  right: 0;
  left: 0;
  /* bottom: 0; */
  height: 5vh;
  width: 100%;
  transform: scaleX(2.2);
}

.himg:hover {
  transform: rotate(2deg) !important;
}

.pos {
  margin-top: 55px;
}

.patnersH1 {
  /* margin-top: 35px; */
  font-family: "Indigo Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 24.571px; /* 56.49% */
  letter-spacing: 6.742px;
  text-transform: uppercase;
}

.patnersList {
  margin-block: 5em;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
  background-image: url("/Images/Frame\ 13.png");
}

.patnersList.sponsor {
  background: url("/assets/img/visuel-tickets.png") 0px 70% / cover no-repeat;
  /* opacity: 0.2; */
  /* background: transparent; */
  /* height: 150px; */
}

.patnersList.sponsor:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000b0;
}

.patnersList.sponsor img {
  width: 359px;
  position: relative;
  height: 271px;
  border-radius: 35px;
}

.part {
  margin-top: 50px;
  object-fit: cover;
  width: 100%;
}

.clrblack {
  color: var(--material-theme-sys-dark-surface-variant, #404942);
}

.rect {
  width: 31px;
  height: 293px;
  background-color: #dda030;
}

.rect.blue {
  background-color: #0170bf;
}

footer {
  position: relative;
  min-height: 300px;
  background-color: #bbb;
  background: #dedede
    url("/assets/img/abstract-textured-black-background\ 1.png") repeat-x;
  padding: 5em 0 15px 8em;
  margin-top: 15em;
  z-index: 22;
}

.foo-col-1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 25%));
  /* background-color: #cddbd5; */
  flex-grow: 1;
  position: relative;
  z-index: 3;
}
.foo-col-2 {
  /* flex: 1; */
  height: 100%;
  align-self: flex-end;
  /* background-color: #1b8356; */
}
.foo-col-2 img {
  mix-blend-mode: color;
  transform: translateY(20px);
  max-width: 100%;
  opacity: 1;
  height: auto;
  aspect-ratio: 513.47 / 480;
}

.foo-col-1 h3 {
  color: var(--BLUP-backgroud-black-4);
  font-size: 1.7em;
  -webkit-text-stroke: 1.1px var(--BLUP-backgroud-black-4);

  opacity: 0.8;
  font-weight: 700;
  width: fit-content;
  font-family: "Inder", sans-serif;
}

.foo-col-1 ul {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foo-col-1 li {
  list-style: none;
  font-size: 1.2em;
  color: var(--BLUP-backgroud-black-4);
  font-family: "Inder", sans-serif;
}

footer::before {
  content: "";
  background: url("/assets/img/separation_line_confetti.png") center center
    repeat-x;
  background-size: 70%;
  position: absolute;
  inset: -4.3vh 0 0 0;
  height: 4vh;
  width: 100%;
}

footer::after {
  content: "";
  background: url("/assets/img/illust.png") 0px bottom repeat-x;
  /* mix-blend-mode: multiply; */
  background-size: contain;
  position: absolute;
  opacity: 0.5;
  inset: auto 0 0 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

/* ================================================================================= */

/* ======================= MEDIA QUERIES ========================= */

/* ================================================================================= */

/* @media only screen and (max-width: 710px) {

} */

/* SMALL DEVICE */
@media screen and (max-width: 375px) {
}

/* MIDDLE DEVICE */
@media screen and (max-width: 711px) {
  nav.mobilenav {
    display: flex;
  }

  .comingSoon {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    transform: translate(0, 100%);
    margin-top: 5%;
  }

  .comingSoon .c-title {
    text-align: center;
    font-size: clamp(2.5em, 3.1em + 1vh, 3.5em);
    line-height: 1.1em; /* 150% */
  }

  .separation {
    background: url("/assets/img/separation_line_confetti.png") repeat-x;
    background-size: 200%;
    height: 40px;
    width: 100%;
  }

  .Festivals_txt {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: clamp(2em, 2em + 2vh, 2.8em);
  }
  .Festivals_txt img {
    width: 10px;
  }

  .obv,
  .obv1 {
    width: 80%;
  }

  .obv1 {
    margin-top: 5em;
  }

  .blup0 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .fest {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .titleM {
    display: none;
  }

  .title {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: clamp(1em, 1.6em, 2em);
    font-family: "indigo regular";
  }

  .rect {
    display: none;
  }

  .im,
  .im1 {
    border-radius: 15px;
  }

  .union {
    /* width: 100%; */
    display: none;

    transform: rotate(90deg);
  }

  .frame2 {
    margin-bottom: 200px;
  }

  .aboutTitle {
    width: 100%;
    height: 80px;
    top: 0;
  }

  .abg {
    width: 270px;
  }

  .about {
    margin-top: 2em;
    margin-bottom: 4em;
  }

  .aboutFrame .padding-x {
    all: unset;
  }

  .aboutFrame1 {
    margin-top: 3em;
    flex-direction: column;
    gap: 15px;
  }

  .aboutFrame1a {
    width: 100%;
    order: 1;

    box-shadow: unset;
  }
  .aboutFrame1b {
    order: 3;
  }

  .greyLine {
    width: 100%;
    position: unset;
    order: 2;
  }

  div.af1aTitle {
    margin-bottom: 0.8em;
    position: unset !important;
    font-size: clamp(2em, 2.1em, 2.3em);
  }

  .ds {
    all: unset;
    position: absolute;
    right: -50px !important;
    top: unset !important;
    left: unset !important;
  }

  .aboutFrame1:is(:last-child) {
    margin-top: 5em;
    flex-direction: column-reverse;
  }

  .aboutFrame1:is(:last-child) .aboutFrame1b {
    order: 2;
  }

  .aboutFrame1:is(:last-child) .swiper {
    order: 1;
    height: 410px;
    width: 260px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .aboutFrame1:is(:last-child) .swiper .description {
    font-size: 0.7em;
    width: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
  }

  .aboutFrame1:is(:last-child) .greyLineb {
    width: 100%;
    position: unset;
    order: 3;
  }

  .Htitle {
    font-size: clamp(2.1em, 0.5em + 1vw, 2.5em);
  }

  .highlight .content {
    margin-block: 2em;
  }

  .himg {
    max-width: 100%;
  }

  .patnersList.sponsor img {
    width: 80%;
    position: relative;
  }

  .patnersList {
    background-size: cover;
    height: auto;
  }

  footer {
    position: relative;
    /* min-height: 300%; */
    background-color: #bbb;
    background: #dedede
      url("/assets/img/abstract-textured-black-background\ 1.png") repeat-x;
    padding: 1.5em 0 45px 25px;
    margin-top: 8em;
  }

  footer::before {
    content: "";
    background: url("/assets/img/separation_line_confetti.png") repeat-x;
    background-size: 200%;
    position: absolute;
    inset: -25px 0 0 0;
    height: 45px;
    width: 100%;
  }

  footer::after {
    content: "";
    background: url("/assets/img/illust.png") 0px bottom repeat-x;
    /* mix-blend-mode: multiply; */
    background-size: contain;
    position: absolute;
    inset: auto 0 0 0;
    height: 150%;
    width: 100%;
    z-index: 0;
  }

  .foo-col-1 {
    grid-template-columns: unset;
    gap: 15px;
    grid-auto-rows: auto;
  }

  .foo-col-1 h3 {
    color: var(--BLUP-backgroud-black-4);
    font-size: 1.3em;
    -webkit-text-stroke: 0.5px var(--BLUP-backgroud-black-4);
    opacity: 0.8;
    font-weight: 900;
    width: fit-content;
    font-family: "Inder", sans-serif;
  }

  .foo-col-1 ul {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .foo-col-1 li {
    list-style: none;
    font-size: 1em;

    color: var(--BLUP-backgroud-black-4);
    font-family: "Inder", sans-serif;
  }

  .foo-col-2 {
    flex-shrink: 0;
    height: 100%;
    align-self: flex-end;
    /* background-color: #1b8356; */
  }

  .foo-col-2 img {
    mix-blend-mode: color;
    transform: translateY(45%);
    width: clamp(95px, 120px, 140px);
    opacity: 0.85;
    height: auto;
    aspect-ratio: 513.47 / 480;
  }
}

/* TABLET DEVICE */
@media screen and (min-width: 712px) and (max-width: 1124px) {
  nav.mobilenav {
    display: flex;
  }

  .bodycopy {
    font-size: clamp(1.4em, 0.5em + 1vh, 1.6em) !important;
    line-height: 2.2cap;
    /* color: var(--clr-secondary-white); */
    /* font-family: "Inder", sans-serif; */
  }

  nav.mobilenav .menu--hamburger,
  .menu--hamburger img {
    display: block;
    width: 70px;
    max-width: 80px;
    height: 70px;
  }

  nav.mobilenav .logo4 {
    max-width: 110px;
    height: 110px;
  }

  .fest {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .desc {
    margin-block: 1.2em;
  }

  .obv,
  .obv1 {
    width: 80%;
  }

  .obv1 {
    margin-top: 5em;
  }

  .titleM {
    display: flex;
    gap: 15px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: clamp(2.5em, 3em, 3.5em);
    font-family: "indigo regular";
  }

  .title {
    display: none;
  }

  .rect {
    display: none;
  }

  .im,
  .im1 {
    border-radius: 15px;
  }

  .union {
    /* width: 100%; */
    display: none;

    transform: rotate(90deg);
  }

  .aboutTitle {
    width: 100%;
    height: 140px;
    top: 0;
  }

  .abg {
    width: 410px;
  }

  .about {
    margin-top: 2em;
    margin-bottom: 4em;
  }

  .aboutFrame .padding-x {
    all: unset;
  }

  .aboutFrame1 {
    margin-top: 12em;
    flex-direction: column;
    gap: 15px;
  }

  .aboutFrame1a {
    width: 100%;
    order: 1;

    box-shadow: unset;
  }
  .aboutFrame1b {
    order: 3;
  }

  .greyLine {
    width: 100%;
    position: unset;
    order: 2;
  }

  div.af1aTitle {
    margin-bottom: 1em;
    position: unset !important;
    font-size: clamp(2em, 2.5em, 2.7em);
  }

  .ds {
    all: unset;
    position: absolute;
    right: 10% !important;
    top: unset !important;
    left: unset !important;
  }

  .aboutFrame1:is(:last-child) {
    margin-top: 5em;
    flex-direction: column-reverse;
  }

  .aboutFrame1:is(:last-child) .aboutFrame1b {
    order: 2;
  }

  .aboutFrame1:is(:last-child) .swiper {
    order: 1;
    height: 510px;
    width: 450px;
    margin-top: 6em;
    margin-bottom: 3em;
  }
  .aboutFrame1:is(:last-child) .swiper .description {
    font-size: 1em;
    width: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
  }

  .aboutFrame1:is(:last-child) .greyLineb {
    width: 100%;
    position: unset;
    order: 3;
  }

  .m-padding-x {
    padding-right: 6.2em;
    padding-left: 6.2em;
  }

  .Htitle {
    font-size: 3.5em;
  }

  .highlight .content {
    margin-block: 2em;
  }

  .hItems .wrapper-mx {
    padding-right: 5em;
    padding-left: 5em;
  }

  .patnersH1 {
    font-size: 2em;
  }

  .patnersList {
    background-size: cover;
    height: auto;
    gap: 30px;
  }

  .patnersList img {
    width: 170px;
    height: 140px;
  }

  .tab-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  footer {
    padding: 3em 0 45px 60px;
  }

  .foo-col-1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    /* background-color: #cddbd5; */
    gap: 20px;
    flex-grow: 1;
    position: relative;
    z-index: 3;
  }

  .foo-col-1 h3 {
    font-size: 1.3em;
    -webkit-text-stroke: 0.5px var(--BLUP-backgroud-black-4);
  }

  .foo-col-2 {
    flex-shrink: 1;
    height: 100%;
    flex-basis: 25%;
    align-self: flex-end;
    /* background-color: #1b8356; */
  }
}

/* DESKTOP DEVICE */
@media screen and (min-width: 1125px) {
  header {
    position: relative;
  }

  .menu {
    display: flex;
  }

  nav.mobilenav {
    display: none;
  }

  .section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 2s ease;
  }

  .section.appear {
    opacity: 1;
    transform: translateY(0);
  }

  .obv {
    width: 445px;
    margin-top: 40px;
    transform: translateX(127%);
  }

  .rect {
    width: 90px;
    height: 560px;
  }

  .im {
    width: 598px;
    height: 560px;
  }
  .im1 {
    width: 598px;
    height: 560px;
  }

  .union {
    width: 43px;
    height: 560px;
  }
  .fest {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .fest {
    align-self: flex-start;
  }

  .fest.fest-2 {
    flex-direction: row-reverse;
    align-self: flex-end;
  }

  .fest.fest-2 .blup0 {
    flex-direction: row-reverse;
    /* align-self: flex-end; */
  }

  .titleM {
    display: none;
  }

  .title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;

    width: auto;
    height: 150px;
    font-family: Indigo Regular;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;

    text-transform: uppercase;
  }

  .bframe1 {
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    justify-content: space-around;
    align-items: stretch;
  }
  .blup {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    margin-left: 4%;
  }
  .desc {
    font-size: 17px;
    width: 500px;
  }

  .obv1 {
    width: 445px;
    margin-top: 200px;
    transform: translateX(-124%);
  }

  .about {
    padding-top: 250px;
  }

  .af1aDesc {
    margin-top: 100px;
    width: 80%;
  }
  .aboutTitle {
    width: 90%;
    height: 188px;
    top: -4.7%;
    border-radius: 35px;
  }

  .greyLineb {
    top: 35%;
  }

  .aboutFrame1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .aboutFrame1:is(:last-child) {
    margin-top: 150px;
  }

  .aboutFrame1b {
    width: 45%;
    height: 500px;
    /* font-size: 43px; */
    padding-left: 5%;
    /* line-height: 35.588px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .greyLine {
    top: 20.8%;
  }

  .aboutBottom {
    height: 350px;
  }
  .Htitle {
    font-size: clamp(8em, 5em + 5vh, 8.5em);
    margin-bottom: 150px;
    margin-top: 100px;
  }

  .highlight {
    height: auto;
  }

  .content {
    font-size: 20px;
    width: 683px;
  }

  .hItems {
    flex-direction: row;
  }

  .patnersH1 {
    font-size: 43.497px;
  }

  .patnersList {
    margin-block: 5em;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-size: cover;

    background-image: url("/Images/Frame\ 13.png");
  }

  footer {
    position: relative;
    min-height: 300px;
    background-color: #bbb;
    background: #dedede
      url("/assets/img/abstract-textured-black-background\ 1.png") repeat-x;
    padding: 5em 0 15px 8em;

    z-index: 22;
  }

  .foo-col-1 {
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 25%));
    /* background-color: #cddbd5; */
    flex-grow: 1;
    position: relative;
    z-index: 3;
    width: 80em;
    height: 21em;
  }
  .foo-col-2 {
    /* flex: 1; */
    height: 100%;
    align-self: flex-end;
    /* background-color: #1b8356; */
  }
  .foo-col-2 img {
    mix-blend-mode: color;
    transform: translateY(20px);
    max-width: 100%;
    opacity: 1;
    height: auto;
    aspect-ratio: 513.47 / 480;
  }

  .foo-col-1 h3 {
    color: var(--BLUP-backgroud-black-4);
    font-size: 1.4em;
    -webkit-text-stroke: 1.1px var(--BLUP-backgroud-black-4);

    opacity: 0.8;
    font-weight: 700;
    width: fit-content;
    font-family: "Inder", sans-serif;
  }

  .foo-col-1 ul {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .foo-col-1 li {
    list-style: none;
    font-size: 1.2em;
    color: var(--BLUP-backgroud-black-4);
    font-family: "Inder", sans-serif;
  }

  footer::before {
    content: "";
    background: url("/assets/img/separation_line_confetti.png") center center
      repeat-x;
    background-size: 70%;
    position: absolute;
    inset: -4.3vh 0 0 0;
    height: 4vh;
    width: 100%;
  }

  footer::after {
    content: "";
    background: url("/assets/img/illust.png") 0px bottom repeat-x;
    /* mix-blend-mode: multiply; */
    background-size: contain;
    position: absolute;
    opacity: 0.5;
    inset: auto 0 0 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }

  .flex-row {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
  }
}
