body {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* first layer*/

.firstLayer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 121dvw;

  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    width: 145dvw;
  }
}

.grass-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.level1flower1 {
  position: absolute;
  z-index: 21;
  left: 10%;
  bottom: 44px;
}

.level1flower2 {
  position: absolute;
  z-index: 21;
  left: 25%;
  bottom: 89px;
}

.level1flower3 {
  position: absolute;
  z-index: 21;
  left: 32%;
  bottom: 89px;
}

.level1flower4 {
  position: absolute;
  z-index: 21;
  left: 38%;
  bottom: 89px;
}

.level1flower5 {
  position: absolute;
  z-index: 21;
  left: 54%;
  bottom: 62px;
}

.level1flower6 {
  position: absolute;
  z-index: 21;
  left: 76%;
  bottom: 35px;
}

.level1flower7 {
  position: absolute;
  z-index: 21;
  left: 85%;
  bottom: 54px;
}

.level1flower8 {
  position: absolute;
  z-index: 21;
  left: 90%;
  bottom: 54px;
}

/* second layer*/

.secondLayer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 138dvw;
  height: 227px;

  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    width: 160.5dvw;
    height: 150px;
  }
  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    width: 150dvw;
    height: 178px;
  }

  @media screen and (min-width: 1441px) and (max-width: 1580px) {
    width: 142dvw;
  }
}

.level2flower1 {
  position: absolute;
  z-index: 25 !important;
  left: 57%;
  bottom: 107px;
}

.level2flower2 {
  position: absolute;
  z-index: 25 !important;
  left: 72%;
  bottom: 134px;
}

.level2flower3 {
  position: absolute;
  z-index: 25 !important;
  left: 84%;
  bottom: 179px;
}

.level2flower4 {
  position: absolute;
  z-index: 25 !important;
  left: 93%;
  bottom: 170px;
}

/* third layer*/

.thirdLayer {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 125dvw;

  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    width: 140dvw;
  }
  @media screen and (min-width: 1201px) and (max-width: 1440px) {
    width: 133dvw;
  }
}

.level3flower1 {
  position: absolute;
  z-index: 19;
  left: 52%;
  bottom: 179px;
}

.level3flower2 {
  position: absolute;
  z-index: 24 !important;
  left: 72%;
  bottom: 197px;
}

.level3flower3 {
  position: absolute;
  z-index: 26 !important;
  left: 89%;
  bottom: 197px;
}

.level3flower4 {
  position: absolute;
  z-index: 19;
  left: 4%;
  bottom: 172px;
}

.level3flower5 {
  position: absolute;
  z-index: 19;
  left: 12%;
  bottom: 179px;
}

.level3flower6 {
  position: absolute;
  z-index: 19;
  left: 21%;
  bottom: 188px;
}

.level3flower7 {
  position: absolute;
  z-index: 19;
  left: 19%;
  bottom: 144px;
}

.level3flower8 {
  position: absolute;
  z-index: 19;
  left: 28%;
  bottom: 215px;
}

.level3flower9 {
  position: absolute;
  z-index: 19;
  left: 42%;
  bottom: 179px;
}

.level3flower10 {
  position: absolute;
  z-index: 19;
  left: 59%;
  bottom: 155px;
}

/* fourth layer*/

.fourthLayer {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 121dvw;

  @media screen and (min-width: 1000px) and (max-width: 1440px) {
    width: 130dvw;
  }
}

.level4flower1 {
  position: absolute;
  z-index: 18;
  left: 2%;
  bottom: 223px;

  @media screen and (max-width: 1200px) {
    bottom: 128px !important;
  }
}

.level4flower2 {
  position: absolute;
  z-index: 19;
  left: 21%;
  bottom: 234px;

  @media screen and (min-width: 1580px) {
    bottom: 237px;
  }
  @media screen and (max-width: 1200px) {
    bottom: 116px !important;
  }
}

/* fifth layer*/

.fifthLayer {
  position: absolute;
  top: 0;
  left: -11%;
  width: 121dvw;
  height: 100vh;
  /* z-index: 1; */

  @media screen and (max-width: 1200px) {
    left: -11%;
  }
}

.fifthLayer img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* --- Responsive Fix --- */

@media screen and (min-width: 1000px) and (max-width: 1440px) {
  .level1flower1 {
    bottom: 20px !important;
  }

  .level3flower2 {
    bottom: 80px;
    mask-image: linear-gradient(to bottom, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
  }

  .level4flower2 {
    left: 11%;
  }

  .level3flower1 {
    left: 43%;
  }

  .level3flower2 {
    left: 62%;
  }

  .level3flower3 {
    left: 86%;
  }

  .level2flower4 {
    left: 90%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .level1flower2 {
    bottom: 48px;
  }

  .level1flower3 {
    bottom: 45px;
  }

  .level1flower4 {
    bottom: 50px;
  }

  .level1flower5 {
    bottom: 40px;
  }

  .level1flower6 {
    left: 68%;
    bottom: 33px;
  }

  .level1flower7 {
    left: 81%;
    bottom: 35px;
  }

  .level1flower8 {
    left: 90%;
    bottom: 31px;
  }

  .level2flower2 {
    bottom: 100px;
  }

  .level3flower2 {
    bottom: 171px;
    left: 68%;
  }

  .level2flower4 {
    left: 91%;
    bottom: 132px;
  }

  .level3flower3 {
    bottom: 136px;
  }

  .level3flower10 {
    left: 57%;
    bottom: 157px;
    z-index: 14;
    mask-image: linear-gradient(to bottom, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 92%, transparent 100%);
  }

  .level3flower1 {
    bottom: 164px;
    mask-image: linear-gradient(to bottom, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 92%, transparent 100%);
  }

  .level3flower6 {
    bottom: 110px;
  }

  .level3flower5 {
    bottom: 143px;
  }

  .level3flower4 {
    bottom: 94px;
  }

  .level4flower1 {
    bottom: 214px;
  }

  .level3flower8 {
    bottom: 159px;
  }
}

@media (max-width: 1200px) {
  .firstLayer img[class^="level1flower"],
  .secondLayer img[class^="level2flower"],
  .thirdLayer img[class^="level3flower"],
  .fourthLayer img[class^="level4flower"] {
    transform: scale(0.8);
    bottom: 30%;
  }

  .level4flower2 {
  }
}

@media (max-width: 992px) {
  .firstLayer img[class^="level1flower"],
  .secondLayer img[class^="level2flower"],
  .thirdLayer img[class^="level3flower"],
  .fourthLayer img[class^="level4flower"] {
    transform: scale(0.7);
    bottom: 4%;
  }
}

@media (max-width: 768px) {
  .firstLayer img[class^="level1flower"],
  .secondLayer img[class^="level2flower"],
  .thirdLayer img[class^="level3flower"],
  .fourthLayer img[class^="level4flower"] {
    transform: scale(0.6);
    bottom: 3%;
  }
}

/* buttons blue at the top */

.top-btns {
  background-color: #08c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: white;
  font-size: 14px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  border: 1px solid #08c;
  width: 16%;
}

.top-btns:hover {
  background-color: #4795f3;
  border: 1px dashed #fff !important;
  cursor: pointer;
}

.top-aligned-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
  position: sticky;
  top: 0;
  z-index: 30;
}

.top-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 30;
  position: relative;
}

.copyright {
  position: absolute;
  right: 20%;
  bottom: 0;
  color: #fc9d15;
  text-align: right;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  pointer-events: visible;
}

.copyright a {
  color: #fc9d15;
  text-align: right;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  pointer-events: visible;
  text-decoration: none;
}

/* tooltip css */
.tooltip-inner {
  background-color: #fff !important;
  color: #333 !important;
  max-width: 240px;
  padding: 12px 16px;
  border-radius: 10px;
  text-align: left;
  font-size: 12px;
  z-index: 1000 !important;
  box-shadow: #fff;
  opacity: 1;
  border: 2px solid #fff;
}

.tooltip-inner h4 {
  margin: 0 0 6px;
  font-size: 15px;
  color: #000;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}

.tooltip-inner p {
  text-align: start;
  margin: 0;
}

.tooltip .arrow::before {
  color: #fff !important;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-start .arrow::before {
  border-left-color: #fff !important;
}

.tooltip.bs-tooltip-end .arrow::before {
  border-right-color: #fff !important;
}

/* Dropdown button styling */
.dropdown-toggle {
  background-color: transparent; /* No background color */
  border: none; /* No border */
  display: inline-block; /* Ensures it aligns with other buttons */
  color: white; /* White text color */
  font-size: 16px; /* Adjust font size */
  font-weight: bold; /* Bold text */
  font-style: italic; /* Italic text */
  text-align: center; /* Center the text */
  /* Adequate padding */
  text-transform: uppercase; /* Uppercase letters */
  letter-spacing: 1px; /* Slight letter spacing */
  cursor: pointer; /* Pointer cursor to indicate it's clickable */
  border-radius: 5px; /* Rounded corners */
  width: 100%;
  height: auto; /* Ensure the dropdown spans full width of the button */
  max-width: 250px; /* Max width for the dropdown to avoid overflow */
}

/* Remove the dropdown caret */
.dropdown-toggle::after {
  display: none !important;
}

/* Dropdown menu styling */
.dropdown-menu {
  background-color: #f8f9fa; /* Light background color */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  width: 69%; /* Ensure it spans the entire width of the button */
  min-width: 100%; /* Min width to ensure it extends fully */
  padding: 0; /* No extra padding */
  margin-top: 5px;
  transform: none;
  position: relative; /* Small space between button and dropdown */
}

/* Dropdown item styling */
.dropdown-item {
  padding: 10px 20px; /* Padding inside each item */
  font-size: 14px; /* Font size for items */
  color: #333; /* Dark text color */
  text-align: center; /* Center text */
  text-transform: uppercase; /* Uppercase text */
  transition: background-color 0.3s ease; /* Smooth hover effect */
}

/* Hover effect on dropdown items */
.dropdown-item:hover {
  background-color: #007bff; /* Blue background on hover */
  color: white; /* White text on hover */
}

.dropdown-odessey {
  transform: translate(-23%, 59px) !important;
  padding: 40px 10px !important;
  font-size: 16px !important;
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-style: Regular !important;
}

.dropdown-que {
  transform: translate(23%, 59px) !important;
  padding: 40px 10px !important;
  font-size: 16px !important;
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-style: Regular !important;
}

.dropdown-entropy {
  transform: translate(23%, 59px) !important;
  padding: 40px 10px !important;
  font-size: 16px !important;
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-style: Regular !important;
}

.dropdown-duality {
  transform: translate(23%, 59px) !important;
  padding: 40px 10px !important;
  font-size: 16px !important;
  color: #333 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-style: Regular !important;
}
.parallax-layer {
  transition: transform 0.15s ease-out;
  will-change: transform;
}
/* Style when dropdown is open */
/* Change top-btns style when its dropdown is open */
.top-btns:has(.dropdown-menu.show) {
  background-color: #fff;
  border: 1px solid #fff;
}

.top-btns:has(.dropdown-menu.show) .dropdown-toggle {
  color: #08c;
}

.cross-btn {
  position: absolute;
  right: 27px;
  top: 7px;
  color: #333;
  font-size: 17px;
  font-family: sans-serif;
  font-weight: 500;
}

.fifthLayer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(173, 216, 255, 0.2);
  -webkit-backdrop-filter: blur(8px) brightness(1.1);
  z-index: 1;
}

/* Change top-btns style when its dropdown is open */

.top-btns:has(.dropdown-menu.show) {
  background-color: #fff;
  border: 1px dashed #08c;
}

.top-btns:hover:not(:has(.dropdown-menu.show)) {
  border: none !important;
}

.top-btns:has(.dropdown-menu.show) .dropdown-toggle {
  color: #08c;
}
