.custom-header {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  background-color: #f4f0f0;
  position: relative;
  z-index: 0;
}

.custom-header .flower-lines {
  width: 100%;
  height: 50vw;
  position: absolute;
  display: flex;
}

.custom-header .flower-lines-left {
  background-image: url("assets/Flower-left.png");
  background-repeat: no-repeat;
  background-position: left 60%;
  background-size: 60%;
  position: relative;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.custom-header .flower-lines-right {
  background-image: url("assets/Flower-right.png");

  background-position: right 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: 25%;
  width: 50%;
  height: 120%;
  z-index: -1;
}

.custom-header .btn-home {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ce1141 !important;
  top: 2%;
  left: 5%;
  padding: 0.5vw 2vw;
  border-radius: 0.5vw;
  z-index: 20;
  background-color: #f4f0f0;
  font-family: "Gotham", sans-serif;
  font-size: 1vw;
  font-weight: 900;
  transition: transform 0.3s ease-in-out;
}

.custom-header .btn-home:hover {
  transform: scale(1.1);
}

.custom-header .btn-home a {
  color: #ce1141 !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .custom-header .btn-home {
    font-size: 2vw;
  }
}

.custom-header-container {
  width: 100vw;
  height: 37vw;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.custom-header-container .header-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end !important;
  align-items: center !important;
}

.custom-header .title1 {
  color: #f4f0f0;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 6vw;
  padding-bottom: 0.5vw;
}

.custom-header-container .flower-container {
  width: 100%;
  height: 15vw;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: top;
  overflow: hidden;
}

.custom-header-container .flower {
  margin-top: 2vw;
  display: grid;
  padding: 0;
  grid-template-columns: 50% 50%;
  width: 40vw;
  height: 15vw;
  background-image: url("./assets/Espiga\ Headers.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.custom-header .title-container {
  width: 100%;
  display: flex;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 10vw;
  padding-right: 10vw;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.custom-header .title2 {
  margin: 0;
  padding: 0;
  color: #ce1141;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 6vw;
  width: 100%;
  text-transform: uppercase;
}

.custom-header .title3 {
  margin: 0;
  padding: 0;
  color: #ce1141;
  font-family: "Gotham";
  font-weight: 900;
  font-size: 6vw;
  width: 100%;
  text-transform: uppercase;
}

.flower-lines-mid {
  padding: 0;
  background-image: url("assets/Flower-mid.png");
  background-repeat: no-repeat;
  background-position: left 80%;
  background-size: 40%;
  position: absolute;
  width: 15vw;
  height: 100%;
  z-index: 100;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .custom-header {
    height: 80vw;
  }

  .custom-header-container {
    height: 60vw;
  }
}

@media (max-width: 768px) {
  .custom-header {
    height: 80vw;
  }

  .custom-header-container {
    height: 60vw;
  }

  .custom-header .title-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}