* {
  box-sizing: border-box;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: #fff;
}

body > div {
  z-index: -5;
}

.btn,
.form-control {
  box-shadow: none !important;
  outline: none !important;
}
.community_brands {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}
.text_red {
  color: #ff0000 !important;
}
.bg_black {
  background-color: #121212;
}
.bg_dark {
  background-color: #1e1e1e;
}
.letter_spaced {
  letter-spacing: 0.1em;
  font-weight: 600;
}
.heading {
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
.social_texts:disabled {
  font-weight: 600;
  letter-spacing: 0.1em;
  opacity: 1;
}
.cta_btn {
  color: #fff !important;
  border-radius: 100px;
  background-color: rgba(255, 0, 0, 0.8);
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.cta_btn:hover {
  background-color: rgba(255, 0, 0, 1);
}
.rounded_card {
  background-color: rgba(242, 243, 247, 0.1);
  border-radius: 8px;
}
.faq_btn {
  color: #fff !important;
  text-align: left;
  font-weight: 600;
  padding: 0;
}
.numbers_tiles {
  width: 85%;
  /* height: 100%; */
  aspect-ratio: 1;
}
.red_outline_btn {
  border-radius: 50px;
  border: 2px solid #ff0000;
  background-color: rgba(255, 0, 0, 0);
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.red_outline_btn:hover {
  background-color: rgba(255, 0, 0, 0.3);
}
.carousel_img {
  width: 100%;
  border-radius: 0 8px 8px 0;
}
.carousel_btns {
  background-color: #121212;
  opacity: 1 !important;
  height: 50px;
  border-radius: 50%;
  top: calc(50% - 24px);
  transform: translateY(-50%);
  width: 50px;
}
.carousel_btns:hover {
  background-color: #444;
}
.carousel-control-prev {
  left: -25px;
}
.carousel-control-next {
  right: -25px;
}
.navbar .nav-link {
  color: #fff !important;
}
.navbar-toggler {
  outline: none !important;
  border: none !important;
}
.modal-backdrop {
  background-color: #1e1e1e;
}
body.modal-open nav,
body.modal-open section,
body.modal-open footer {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}
#inviteModal .modal-content {
  background-color: #121212 !important;
  border-radius: 16px;
}
#inviteModal .btn {
  background-color: rgba(242, 243, 247, 0.1);
  color: #fff !important;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
#inviteModal .btn:hover {
  background-color: rgba(242, 243, 247, 0.3);
}
.collapsible_sections {
  border-radius: 4px;
  border: 1px solid grey;
  cursor: pointer;
}
.community_heading {
  word-spacing: 0.4rem;
}

@media (max-width: 767px) {
  p,
  a,
  .btn-lg {
    font-size: 0.98em;
  }
  h1,
  h2 {
    font-size: 1.5em;
  }
  h3,
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.05em;
  }
  .carousel_img {
    border-radius: 8px 8px 0 0;
  }
  .carousel_btns {
    height: 40px;
    width: 40px;
  }
}
