@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital@0;1&display=swap");
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.6;
  font-weight: 600;
  font-family: "Roboto Mono", monospace;
}
h1,
h2 {
  font-family: "Roboto Mono", monospace;
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * ##########################
 * START of Rolling Banner
 * ##########################
 */
body {
  background: #b5b382;
}
#container {
  width: 100%;
  height: 2.5rem;
  font-family: Montserrat;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: #42382f;
  color: #fff;
}
#container .scroll {
  background: #85894c;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: fit-content;
  white-space: nowrap;
  animation: loop 30s linear infinite;
}
.fade {
  width: 100%;
  position: absolute;
  background: linear-gradient(
    90deg,
    #000,
    transparent 30%,
    transparent 90%,
    #000
  );
  inset: 0;
  pointer-event: none;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.item {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
  color: #000;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.7rem 1rem;
  margin: 0rem 1rem;
  border-radius: 0.4rem;
  white-space: nowrap;
}

/*
 * ##########################
 * END of Rolling Banner
 * ##########################
 */



/*
 * ##########################
 * START of Accordion
 * ##########################
 */
    .accordion-button:not(.collapsed) {
        color: #707940;
    }
    .accordion-body {
        font-family: "Roboto Mono", monospace;
        background-color: #E0DCC6;"
    }
    .accordion-item {
        border: none;
        background-color: transparent; 
        padding-bottom: 20px
    }
/*
 * ##########################
 * END of Accordion
 * ##########################
 */


/* top */
.product-device-1 {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: transparent;
  border-radius: 150px;
  transform: rotate(180deg);
}
.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: transparent;
}

/* bottom */
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: transparent;
  border-radius: 150px;
  transform: rotate(0deg);
}

/* side */
.product-device-3 {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: transparent;
  border-radius: 150px;
  transform: rotate(225);
}
.product-device-4 {
  top: 0;
  left: auto;
  bottom: -25%;
  right: 5%;
  background-color: transparent;
}

/* .product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
} */

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-shadow: rgba(0, 0, 0, 0.68) 0px 2px 0px;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  color: rgb(255, 214, 105);
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
