.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --gray: #F4F1EA;
  --white: #ffffff;
  --black: #290909;
  --red: #F25050;
  --redH: #f20507;
}
html {
  background: #000;
  scroll-behavior: smooth;
}
body {
  background: #231b37;
  font-size: 15px;
  position: relative;
  color: #fff;
  margin: 0 auto;
  max-width: 2220px;
  min-height: 100vh;
  /*&::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../image/animated_background.gif);

        background-position: center 40%;
        background-size: 100% auto;
        background-repeat: repeat;

        z-index: 1;
        opacity: 0.9;

    }*/
}
body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #684091;
  /*background-image: url(../image/circle.png),  url(../image/background.jpg);
        background-position: center bottom -550px, center 40%;
        background-size: 1000px auto, 100% auto;
        background-repeat: no-repeat, repeat;*/
  background-image: url(../image/background.jpg);
  background-position: center 40%;
  background-size: 100% auto;
  background-repeat: repeat;
  z-index: 1;
  opacity: 0.8;
}
@keyframes circle {
  from {
    transform: rotate(0) translateY(50%);
  }
  to {
    transform: rotate(360deg) translateY(50%);
  }
}
.body {
  overflow: hidden;
  position: relative;
}
.body::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  padding-bottom: 50%;
  z-index: 2;
  transform-origin: center bottom;
  background-image: url(../image/circle.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation-name: circle;
  animation-timing-function: linear;
  animation-duration: 120s;
  animation-play-state: running;
  animation-iteration-count: infinite;
}
header,
section {
  position: relative;
  z-index: 5;
}
.footer {
  z-index: 4;
  position: relative;
  padding: 5rem 0;
  color: #fff;
  background: rgba(35, 27, 55, 0.5);
  margin-top: 5rem;
  overflow: hidden;
  /*position: relative;
    z-index: 2;

    background-size: 50% auto;
    padding-top: 20%;
    margin-top: -15%;*/
}
.footer__address {
  opacity: 0.5;
  font-size: 0.8em;
  text-align: center;
  margin: 1rem 0;
}
.footer ul {
  list-style-type: none;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 1rem;
}
.footer ul li a {
  display: block;
}
.footer ul li:first-child {
  border-left: 0;
}
.footer .socialmedia {
  text-align: center;
  font-size: 2rem;
}
.footer .socialmedia a {
  color: #B2A1D9;
}
.footer .socialmedia a:hover {
  color: #fff;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.header {
  padding: 1rem 0;
  text-align: center;
  z-index: 10;
  /*&.-home {
        display: none;
    }*/
}
.header .logo {
  margin-bottom: 2rem/2;
  position: relative;
  z-index: 20;
}
.header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header nav ul li {
  margin: 0;
  padding: 1rem 0;
  display: inline-block;
}
.header nav ul li a {
  display: block;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.header nav ul li a:hover {
  color: #B2A1D9;
}
.header nav ul li.shop a {
  margin-left: 1rem;
  background: #684091;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .header nav {
    z-index: 10;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    justify-content: center;
    transition: 0.3s all ease-in-out;
  }
  .header nav ul li {
    display: block;
  }
}
.menu-mobile-active .header nav {
  left: 0;
}
.menubutton {
  position: absolute;
  top: 1em;
  right: 0.5rem;
  z-index: 1010;
  display: none;
}
@media (max-width: 992px) {
  .menubutton {
    display: block;
  }
}
#menuButton {
  position: relative;
  z-index: 12040;
  font-size: 3rem;
  cursor: pointer;
  display: block;
  padding: 0em 0.5em;
}
#menuButton .mdi-close {
  display: none;
}
.menu-mobile-active {
  overflow-y: hidden !important;
  max-height: 100vh  !important;
}
.menu-mobile-active #menuButton .mdi-close {
  display: block;
}
.menu-mobile-active #menuButton .mdi-menu {
  display: none;
}
.menu-mobile-active .nav-menu {
  left: 0;
}
.head1 {
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
  line-height: 1.1em;
}
.form-group {
  margin-bottom: 1rem;
}
.btn-primary {
  --bs-btn-bg: #F2B04E;
  --bs-btn-color: #000000;
  --bs-btn-border-color: #F2B04E;
  --bs-btn-hover-bg: #ffd000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-border-color: #ffd000;
  --bs-btn-active-bg: #F2B04E;
  --bs-btn-active-border-color: #F2B04E;
  --bs-btn-disabled-bg: #F2B04E;
  --bs-btn-disabled-border-color: #F2B04E;
}
.btn-outline-secondary {
  --bs-btn-bg: transparent;
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #684091;
  --bs-btn-hover-bg: #684091;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #684091;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #684091;
  --bs-btn-disabled-bg: #684091;
  --bs-btn-disabled-border-color: #684091;
  backdrop-filter: blur(10px);
}
.back-button {
  border: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 3rem;
  border-radius: 0.5rem;
}
.back-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
/*
.btn-primary {
    color: #fff;
    background: var(--red);
    border-color: var(--red);
    font-weight: 600;
    &:hover {
        background: var(--redH);
        border-color: var(--redH);
        color: #fff;
    }
    &:focus, &.focus {
        box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
    }
    &.disabled, &:disabled {
        color: #fff;
        background-color: var(--redH);
        border-color: var(--redH);
    }
    &:not(:disabled):not(.disabled):active, &:not(:disabled):not(.disabled).active, .show > &.dropdown-toggle {
        color: #fff;
        background-color: var(--redH);
        border-color: fade(#F25050,20%);
    }
    &:not(:disabled):not(.disabled):active:focus, &:not(:disabled):not(.disabled).active:focus, .show > &.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem fade(#F25050,20%);
    }
}
*/
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}
.popup-modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal__body {
  max-width: 80%;
  position: relative;
}
.popup-modal__content {
  background: #fff;
}
.popup-modal__close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100001;
  color: #fff;
}
.popup-modal__text {
  padding: 2rem 3rem;
}
/*.intro {
    text-align: center;
    padding: 3rem 0;
    img {
        width: 200px;
    }
}*/
.glass-panel {
  backdrop-filter: blur(10px);
  background: rgba(35, 27, 55, 0.3);
  border: 1.3px solid rgba(104, 64, 145, 0.8);
  box-shadow: 0 10px 20px #231b37;
}
.horoscope-home-index {
  margin-bottom: 2rem;
}
.horoscope-home-index__body {
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.horoscope-home-index .quote {
  padding: 1.5rem 20%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.horoscope-sign {
  text-align: center;
  padding: 1rem 0;
  border-radius: 1rem;
  transition: 0.3s all ease-in-out;
}
.horoscope-sign:hover {
  background: linear-gradient(0deg, rgba(104, 64, 145, 0.1), rgba(178, 161, 217, 0.1));
}
.horoscope-sign:hover .horoscope-sign__image img {
  transform: scale(1.1) translateY(-0.5rem);
  -webkit-animation: bright 1s linear;
  -webkit-filter: brightness(1000%);
}
.horoscope-sign a {
  display: block;
  text-decoration: none;
}
.horoscope-sign__image img {
  width: 60%;
  transition: 0.3s all ease-in-out;
}
.horoscope-sign__title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
}
.horoscope-sign__period {
  color: #B2A1D9;
}
.horoscope-sign-show {
  text-align: center;
  margin: 0 0 2rem 0;
}
.horoscope-sign-show__image {
  margin: 0 0 1rem 0;
}
.horoscope-sign-show__image img {
  width: 80%;
  -webkit-filter: brightness(1000%);
}
.horoscope-sign-show__title {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  padding: 0;
}
.horoscope-sign-show__period {
  font-size: 1.2em;
  color: #B2A1D9;
  margin: 0 0 2rem 0;
  padding: 0;
}
.horoscope-sign-show ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.horoscope-sign-show ul li {
  display: block;
}
.horoscope-sign-show ul li a {
  display: block;
  text-transform: uppercase;
  border: 1px solid #684091;
  padding: 0.6rem 0;
  font-size: 0.9em;
  margin: 0 0 0.5rem 0;
  border-radius: 0.4rem;
}
.horoscope-sign-show ul li:hover {
  background: rgba(104, 64, 145, 0.5);
  border-radius: 0.4rem;
  backdrop-filter: blur(5px);
}
.horoscope-sign-show ul li.active {
  border-radius: 0.4rem;
  background: #684091;
}
.horoscope-show {
  padding: 2rem;
  border-radius: 1rem;
}
.horoscope-show__title {
  font-size: 1.5em;
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-weight: 600;
}
.horoscope-show__title span {
  display: block;
  font-size: 0.8em;
  color: #B2A1D9;
  font-weight: 400;
  margin: 0 0 0.3rem 0;
}
.horoscope-show__text {
  margin: 0 0 2rem 0;
  line-height: 1.7em;
}
.horoscope-show__score {
  background: linear-gradient(0deg, rgba(104, 64, 145, 0.2), rgba(0, 0, 0, 0.1));
  padding: 2rem 2rem 0 2rem;
  border: 1px solid rgba(178, 161, 217, 0.3);
  border-radius: 0.5rem;
  backdrop-filter: blur(5px);
}
.horoscope-show__score-item-label img {
  width: 20px;
  margin-right: 20px;
}
.horoscope-show__score-item-score {
  padding-top: 5px;
  padding-left: 45px;
  color: #FBDF7B;
  font-size: 0.8em;
  line-height: 1em;
}
.horoscope-show__score-item-score span {
  margin-right: 10px;
}
.horoscope-show__score-item-score img {
  width: 20px;
  vertical-align: bottom;
}
.horoscope-show__score-item-score img.empty {
  opacity: 0.1;
}
.video-homeitem {
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 15% 3rem 15%;
}
.video-homeitem__title {
  font-size: 1.6rem;
  line-height: 1.1em;
  margin: 0 0 1rem 0;
}
.video-homeitem__video {
  padding: 2rem 15%;
}
.video-homeitem__video a {
  position: relative;
  display: block;
}
.video-homeitem__video a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/play-button.svg) no-repeat center center;
  background-size: auto 50%;
  background-color: rgba(35, 27, 55, 0.1);
  transition: 0.2s all ease-in-out;
}
.video-homeitem__video:hover a::after {
  background-color: rgba(35, 27, 55, 0.2);
  background-size: auto 60%;
}
.video-homeitem img {
  border-radius: 1rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.video-homeitem iframe {
  aspect-ratio: 16/9;
  border-radius: 1rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.video-homeitem .slick-prev,
.video-homeitem .slick-next {
  background: url(../image/RightArrow.svg) no-repeat center center;
  border: 0;
  display: block;
  width: 40px;
  height: 60px;
  border-radius: 0.5rem;
  background-size: 60% auto;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.video-homeitem .slick-prev:hover,
.video-homeitem .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.video-homeitem .slick-prev {
  left: -5rem;
}
.video-homeitem .slick-next {
  transform: rotate(180deg);
  right: -6rem;
}
.video-show {
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
}
.video-show__title {
  font-size: 2rem;
  line-height: 1.1em;
  margin: 0 0 1rem 0;
}
.video-show iframe {
  aspect-ratio: 16/9;
  border-radius: 1rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.video-item {
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
  transition: 0.2s all ease-in-out;
}
.video-item:hover {
  transform: scale(1.02);
}
.video-item__title {
  font-size: 1.1em;
  margin: 0 0 1.5em 0;
  min-height: 2.5em;
  text-align: center;
}
.video-item__thumb {
  border-radius: 0.5rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.video-item__thumb img {
  border-radius: 0.5rem;
}
.video-item__thumb a {
  display: block;
  position: relative;
}
.video-item__thumb a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../image/play-button.svg) no-repeat center center;
  background-size: auto 50%;
  background-color: rgba(35, 27, 55, 0.1);
  transition: 0.2s all ease-in-out;
}
.video-item__thumb:hover a::after {
  background-color: rgba(35, 27, 55, 0.2);
  background-size: auto 60%;
}
.article-item {
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  /*box-shadow: 0px 5px 10px rgba(0,0,0,0.25);*/
}
.article-item__thumb {
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.article-item__category {
  color: #B2A1D9;
}
.article-item__title {
  font-size: 1.3em;
  margin: 0 0 0.5em 0;
}
.article-item__lead {
  opacity: 0.5;
  margin: 0 0 2rem 0;
}
.article-item .btn {
  text-transform: uppercase;
  padding: 0.5rem 3rem;
  font-size: 0.8em;
}
.article__body {
  padding: 2rem;
  border-radius: 1rem;
}
.offer-home {
  margin-top: 4rem;
}
.offer-home__body {
  padding: 1rem;
}
.offer-home-slick {
  margin: 0 50px;
}
.offer-home .slick-prev,
.offer-home .slick-next {
  background: url(../image/RightArrow.svg) no-repeat center center;
  border: 0;
  display: block;
  width: 40px;
  height: 60px;
  border-radius: 0.5rem;
  background-size: 60% auto;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.offer-home .slick-prev:hover,
.offer-home .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.offer-home .slick-prev {
  left: -3.5rem;
}
.offer-home .slick-next {
  transform: rotate(180deg);
  right: -3.5rem;
}
.offer {
  padding: 3rem 0;
}
.offer-item {
  transform: scale(0.9);
  transition: 0.2s all ease-in-out;
}
.offer-item img,
.offer-item picture {
  border-radius: 1rem;
  box-shadow: 0 10px 20px #231b37;
}
.offer-item:hover {
  transform: scale(1);
}
.article-category-nav {
  margin: 0 0 2rem 0;
}
.article-category-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.article-category-nav ul li {
  margin: 0.2rem;
  padding: 0;
  display: inline-block;
  /*&:first-child a {
                border-top-left-radius: 1rem;
                border-bottom-left-radius: 1rem;
            }
            &:last-child a {
                border-top-right-radius: 1rem;
                border-bottom-right-radius: 1rem;
            }*/
}
.article-category-nav ul li a {
  color: #B2A1D9;
  display: block;
  border: 2px solid #B2A1D9;
  padding: 1rem 1.5rem;
  background: rgba(35, 27, 55, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .article-category-nav ul li a {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
  }
}
.article-category-nav ul li.active a,
.article-category-nav ul li:hover a {
  background: #684091;
  color: #fff;
}
.article-home {
  margin-bottom: 4rem;
}
.article__body {
  padding: 2rem;
  border-radius: 1rem;
}
.article__photo {
  display: inline-block;
  border: 1px solid #B2A1D9;
  padding: 0.3rem;
  margin: 1rem 0;
  max-width: 30%;
  max-height: 30vh;
}
ul.pagination {
  justify-content: center;
}
ul.pagination .page-link {
  background: transparent;
  color: #fff;
  border-color: #B2A1D9;
}
ul.pagination .active {
  background: #684091;
}
.widgets {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
.widgets .glass-panel {
  border-radius: 1rem;
  padding: 1rem;
}
.widgets__header {
  font-size: 1.5em;
  margin: 0 0 1rem 0;
}
.widgets__moon-phase .col {
  margin-top: 0.3em;
}
.widgets__moon-phase .mdi {
  opacity: 0.3;
  font-size: 1.3em;
  color: #B2A1D9;
}
.widgets__moon-phase .mdi.active {
  opacity: 1;
  font-size: 3em;
  top: -0.5em;
  position: relative;
  transform: scale(1.5);
  color: #fff;
}
.widgets__moon-phase .label {
  font-size: 0.6em;
  line-height: 1em;
  padding-top: 0.5rem;
  color: #B2A1D9;
}
.widgets .lab {
  color: #B2A1D9;
  font-size: 0.8em;
}
.widgets .value {
  font-weight: 600;
  font-size: 1.3em;
}
.form-contact,
.newsletter {
  padding: 2rem 0;
  text-align: center;
  border-left: none;
  border-right: none;
}
.form-contact .form,
.newsletter .form {
  padding: 0 10%;
}
.form-contact h1,
.newsletter h1,
.form-contact h2,
.newsletter h2,
.form-contact h3,
.newsletter h3,
.form-contact h4,
.newsletter h4,
.form-contact h5,
.newsletter h5 {
  color: #B2A1D9;
  font-size: 1.5rem;
  line-height: 1.1em;
}
.form-contact input[type="text"],
.newsletter input[type="text"],
.form-contact input[type="email"],
.newsletter input[type="email"],
.form-contact textarea,
.newsletter textarea {
  background: rgba(35, 27, 55, 0.3);
  border: 1.3px solid rgba(104, 64, 145, 0.8);
  box-shadow: 0 10px 20px #231b37;
  color: #fff;
}
.form-contact input[type="text"] ::placeholder,
.newsletter input[type="text"] ::placeholder,
.form-contact input[type="email"] ::placeholder,
.newsletter input[type="email"] ::placeholder,
.form-contact textarea ::placeholder,
.newsletter textarea ::placeholder {
  color: #fff;
  opacity: 0.5;
}
.form-contact [type="submit"],
.newsletter [type="submit"] {
  cursor: pointer;
  font-size: 1.2em;
  padding: 0.7rem 2rem;
}
.form-contact .form-error-label,
.newsletter .form-error-label {
  margin: 0.3rem 0 0.7rem 0;
  background: #684091;
  color: #fff;
  font-size: 0.8em;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
}
.form-contact iframe,
.newsletter iframe {
  mix-blend-mode: multiply;
  margin: auto;
}
@media (max-width: 768px) {
  .form-contact iframe,
  .newsletter iframe {
    transform: scale(0.9);
  }
}
.form-contact .g-recaptcha,
.newsletter .g-recaptcha {
  text-align: center;
  margin: auto;
  width: 100%;
}
.form-contact .g-recaptcha > div,
.newsletter .g-recaptcha > div {
  margin: auto;
}
.contact {
  padding: 3rem 0;
}
.newsletter__body {
  padding: 0 30%;
}
@media (max-width: 768px) {
  .newsletter__body {
    padding: 0 10%;
  }
}
/*# sourceMappingURL=style.css.map */