[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-bg: #6f4477;
  --bs-body-bg-rgb: 123,76,131;
}

:root, [data-bs-theme=light] {
  --bs-success-bg-subtle: #e3ede2;
  --bs-success-border-subtle: #dde9dc;
  --bs-info-bg-subtle: #f4efff;
  --bs-info-border-subtle: #eee5ff;
  --bs-primary-bg-subtle: #d3bad7;
  --bs-primary-border-subtle: #cfb3d3;
  --bs-emphasis-color-rgb: 69,42,73;
}


.masthead {
	background: url('../img/Aura-Soma-Bottles-Purple-1.webp') center top / cover no-repeat, url('../img/footer.svg'), url('../img/twitter-header-mesh-gradient%20(1).svg') bottom / cover no-repeat;
}
.masthead-second {
	background: url('../img/footer.svg');
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .btn {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.bg-primary {
  background-color: #995fa3 !important;
}

@media (min-width: 1200px) {
  .navbar-shrink .logo-normal {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-shrink .logo-shrink {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .navbar-shrink .navbar-brand img {
    transition: all 0.3s ease;
  }
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 0.9rem;
  text-transform: none;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: .5rem 0.75rem;
  }
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, .1);
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  transition: all .2s;
}

@media (min-width: 1200px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #995fa3;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 1200px) {
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, .7);
  }
}

@media (min-width: 1200px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item.dropdown > a.dropdown-toggle, #mainNav .navbar-nav > li.nav-item.dropdown > a.dropdown-toggle:focus {
    color: rgba(255, 255, 255, .7);
  }
}

@media (min-width: 1200px) {
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus #mainNav.navbar-shrink .navbar-nav > li.nav-item.dropdown > a.dropdown-toggle, #mainNav.navbar-shrink .navbar-nav > li.nav-item.dropdown > a.dropdown-toggle:focus {
    color: #7b4c83;
  }
}

@media (min-width: 1200px) {
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #995fa3;
  }
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  /*color: #995fa3 !important;*/
  color: rgba(255, 255, 255, .8) !important;
  background-color: transparent;
}

#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.active, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #995fa3 !important;
  background-color: transparent;
}

.dropdown-menu {
  --bs-dropdown-font-size: 0.9rem;
}

.dropdown-item {
  color: #452a49;
}

.navbar-toggler {
  color: #995fa3;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #995fa3;
}

.offcanvas {
  background-color: #f4efff;
}

.offcanvas .dropdown-menu.show {
  display: block;
  position: static !important;
  transform: none !important;
}

.offcanvas .nav-link {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 1rem;
  font-weight: var(--bs-nav-link-font-weight);
  font-weight: 700;
  text-transform: uppercase;
  color: #995fa3;
  text-decoration: none;
  background: none;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.offcanvas .dropdown-menu {
  --bs-dropdown-bg: trasnparent;
  --bs-dropdown-border-width: none;
  margin-top: -0.9rem !important;
  margin-left: 0.5rem !important;
  color: #452a49;
}

.offcanvas .dropdown-item {
  font-size: 0.9rem;
  font-weight: 400;
  color: #7b4c83;
  white-space: inherit;
}

.offcanvas .nav-tabs {
  border-bottom: none;
}

.btn-primary {
  background: radial-gradient(circle, #995fa3 0%, #9abd97 0%);
  border-color: #e7dbff;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background: radial-gradient(circle, #995fa3 0%, #9abd97 0%);
  border-color: #e7dbff;
  box-shadow: 0 0 0.5rem .2rem rgba(154, 189, 151, .5) !important;
  text-decoration: none;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: #FFF;
}

.btn-sm {
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 1.05rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.pre-h1 {
  margin-top: 18rem;
  background-color: rgba(13, 1, 6, .5);
  padding: 2rem;
  border-radius: 2rem;
}

@media (max-width: 1366px) {
  .pre-h1 {
    margin-top: 14rem;
  }
}

@media (max-width: 450px) {
  .pre-h1 {
    margin-top: 12rem;
    border-radius: 2rem;
  }
}

@media (min-width: 1024px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1367px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 4rem;
  }
}

hr {
  border-color: #9abd97;
}

.wavy-text {
  animation: wave 4s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.99s);
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

header.masthead-second {
  padding-top: 9rem;
  padding-bottom: calc(3rem - 1rem);
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1200px) {
  header.masthead-second {
    min-height: 300px;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
}

section {
  padding: 8rem 0;
}

@media (max-width: 860px) {
  section {
    padding: 4rem 0;
  }
}

.portfolio-box .portfolio-box-caption {
  background: rgba(154, 189, 151, .9);
}

.popup-gallery.not-description img:hover {
  opacity: 0.75;
}

@media (max-width: 450px) {
  .portfolio-box {
    margin-bottom: 0.75rem;
  }
}

.btn.more-details {
  font-size: 0.85rem;
  padding: 0.5rem 1.5rem;
}

.light-bg {
  background-color: #f4efff;
}

.form-control-lg {
  font-size: 1rem;
  border-radius: 1.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: #9abd97;
}

a {
  color: #6f4477;
  transition: all .2s;
  text-decoration: none;
}

a:hover {
  color: #6f4477;
  text-decoration: underline;
}

.masthead-second h1 {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  background-color: rgba(111,68,119, 0.15);
}

.bg-body-tertiary {
  background-color: #F9F6FF!important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05), 0 4px 10px rgba(0,0,0,0.03);
}

.text-primary {
  color: #9abd97 !important;
}

.about {
  background: url("../../assets/img/second-7-rotate.svg") bottom / cover no-repeat;
}

@media (min-width: 1200px) {
  .about {
    background: url("../../assets/img/Aura-Soma-Bottles-Red-Photoroom.png") top left / auto no-repeat, url("../../assets/img/Aura-Soma-Bottles-Blue-Photoroom.png") right bottom no-repeat, url("../../assets/img/second-7-rotate.svg") bottom / cover no-repeat;
  }
}

.list-group {
  --bs-list-group-item-padding-y: 1rem;
  --bs-list-group-item-padding-y: 1rem;
  border-radius: 2rem;
}

.list-group-item span {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.6);
}

.list-group-item span:hover {
  color: rgba(0,0,0,0.75);
}

.list-group-item {
  margin-bottom: 0.75rem;
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05), 0 4px 10px rgba(0,0,0,0.025);
}

.list-group-item svg {
  width: 1rem;
}

.sticky-img {
  position: sticky;
  top: 20px;
  height: 100vh;
  overflow: hidden;
}

table.rasp {
  border-collapse: collapse;
  table-layout: fixed;
  vertical-align: baseline;
}

.table.rasp > :not(caption) > * > * {
  padding: 1rem 1rem;
}

table.rasp td {
  line-height: 1.3;
  --bs-table-striped-bg: rgba(231, 219, 255, 0.35);
  --bs-table-hover-bg: rgba(236,225,238, 0.8);
}

@media screen and (max-width: 600px) {
  table.rasp {
    border: 0;
  }
}

@media screen and (max-width: 600px) {
  .table.rasp > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
  }
}

@media screen and (max-width: 600px) {
  table.rasp thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 600px) {
  table.rasp tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
}

@media screen and (max-width: 600px) {
  table.rasp td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .95rem;
    text-align: right;
    line-height: 1.5;
  }
}

@media screen and (max-width: 600px) {
  table.rasp td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.75rem;
  }
}

@media screen and (max-width: 600px) {
  table.rasp td:last-child {
    border-bottom: 0;
  }
}

/* ********** */

.content-block-fix {
  margin: 20px 0;
  padding: 20px;
  position: relative;
}

.content-block-text {
  height: 175px;
  overflow: hidden;
  position: relative;
  transition: margin 0.5s;
}

.content-block-text-open {
  height: auto;
  padding-bottom: 50px;
}

.content-block-text-shadow:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(60deg, rgba(231, 219, 255, 0), #F9F6FF 90%);
}

.show-all-container {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: none;
}

.modal {
  --bs-modal-color: #FFF;
  --bs-modal-bg: #452a49;
  --bs-modal-border-color: rgba(255, 255, 255, 0.15);
  --bs-modal-header-border-color: #495057;
  --bs-modal-footer-border-color: #495057;
  --bs-modal-border-radius: 0ж;
}

.modal a {
  color: #efefef;
  text-decoration: underline;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  background: #452a49 url("../../assets/img/Aura-Soma-Bottles-Green-modal.webp") bottom right / 45% no-repeat;
}

@media screen and (max-width: 450px) {
  .modal-content {
    background: #452a49 url("../../assets/img/Aura-Soma-Bottles-Green-modal.webp") bottom right / 30% no-repeat;
  }
}

.btn-close[data-bs-theme=light] {
  filter: var(--bs-btn-close-filter) !important;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !important;
}

