.ms-choose-title {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  background: #333;
  color: white;
  padding: 5px 10px;
}

.ms-show-item {
  background: #222;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  min-height: 360px;
  padding: 20px;
  border: 1px solid var(--clr-border-1);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* CSS */
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #fcfcfd;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395a;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 38px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #d6d6e7 0 3px 7px inset;
  transform: translateY(2px);
}

.bg-disks {
  /* background-image: url("/assets/img/__bucket/disks.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.bg-video-shoot {
  background-image: url("/assets/img/__bucket/video-shoot.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.bg-video-shoot-2 {
  background-image: url("/assets/img/__bucket/video-shoot-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

/* FAQ */
.faq-title-tag {
  background-color: darkslategrey;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 10px;
}

section #carousel_e1e9 .u-clearfix u-image u-shading u-section-1 {
  /* Font & Text */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 26px;
  text-decoration: rgb(255, 255, 255);
  text-align: start;
  text-indent: 0px;
  text-transform: none;
  vertical-align: middle;
  white-space: normal;
  word-spacing: 0px; /* Color & Background */
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("http://localhost:3022/images/cxmin.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255); /* Box */
  height: 500px;
  width: 1739px;
  border: 0px rgb(255, 255, 255);
  border-top: 0px rgb(255, 255, 255);
  border-right: 0px rgb(255, 255, 255);
  border-bottom: 0px rgb(255, 255, 255);
  border-left: 0px rgb(255, 255, 255);
  margin: 0px;
  padding: 0px;
  max-height: none;
  min-height: 0px;
  max-width: none;
  min-width: 0px; /* Positioning */
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  float: none;
  display: block;
  clear: none;
  z-index: auto; /* List */
  list-style-image: none;
  list-style-type: disc;
  list-style-position: outside; /* Table */
  border-collapse: separate;
  border-spacing: 0px;
  caption-side: top;
  empty-cells: show;
  table-layout: auto; /* Miscellaneous */
  overflow: visible;
  cursor: auto;
  visibility: visible; /* Effects */
  transform: none;
  transition: all;
  outline: rgb(255, 0, 0) dashed 1px;
  outline-offset: 0px;
  box-sizing: border-box;
  resize: none;
  text-shadow: none;
  text-overflow: clip;
  word-wrap: normal;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
