@font-face {
  font-family: "Sofia Sans Semi-Condensed Regular";
  src: local("Sofia Sans Semi-Condensed Regular"), url("/assets/SofiaSansSemiCondensed-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gogoia Anton";
  src: local("Gogoia Anton"), url("/assets/GOGOIA-Anton.otf") format("opentype");
}
.form-check-input:checked {
  background-color: #212931;
  border-color: #212931;
}

html {
  font-size: 17px;
}

body {
  background: #CEC9C3;
  color: #141D26;
  font-family: "Sofia Sans Semi-Condensed Regular";
  letter-spacing: 2%;
  --padding: 0.5rem;
  font-size: 17.8px;
}
@media (min-width: 800px) {
  body {
    --padding: 3rem;
  }
}

h1, h2, header nav > * {
  font-family: "Gogoia Anton";
  text-shadow: -0.015px -0.015px 0px, 0px 0.015px 0px, -0.015px 0.015px 0px, 0.015px 0.015px 0px;
  letter-spacing: 1%;
  line-height: 1.2;
}

header nav > * {
  cursor: pointer;
  height: 45px;
}
header nav #menuToggle {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
header nav.active .d-none {
  display: block !important;
}
header nav.active > span {
  width: 100%;
}

h1, h2, h3 {
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #141D26;
}

header nav {
  font-size: 1.6em;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}
img.flip {
  transform: scaleX(-1);
}

.btn {
  border-radius: 0;
}
.btn.btn-light {
  color: #141D26;
}
.btn.btn-blue {
  color: #F0EBE6;
  background-color: #212931;
}
.btn.btn-outline-blue {
  color: #212931;
  border: 1.5px solid #212931;
}
.btn.btn-purple {
  color: #F0EBE6;
  background-color: #382126;
}
.btn.btn-outline-purple {
  color: #382126;
  border: 1.5px solid #382126;
}

.container {
  max-width: 1000px;
}

p:last-child {
  margin-bottom: 0;
}

.pointer {
  cursor: pointer;
}

.text-light {
  color: #F0EBE6;
}

.text-dark {
  color: #141D26;
}

.bg-purple {
  color: #F0EBE6;
  background-color: #382126;
}
.bg-purple a {
  color: #F0EBE6;
}
.bg-purple .framed::after, .bg-purple.framed::after {
  background: url(/assets/images/border-light-y.svg) repeat-y top left, url(/assets/images/border-light-y.svg) repeat-y top right, url(/assets/images/border-light-x.svg) repeat-x top left, url(/assets/images/border-light-x.svg) repeat-x bottom left;
}

.bg-blue {
  color: #F0EBE6;
  background-color: #212931;
}
.bg-blue a {
  color: #F0EBE6;
}
.bg-blue .framed::after, .bg-blue.framed::after {
  background: url(/assets/images/border-light-y.svg) repeat-y top left, url(/assets/images/border-light-y.svg) repeat-y top right, url(/assets/images/border-light-x.svg) repeat-x top left, url(/assets/images/border-light-x.svg) repeat-x bottom left;
}

.framed {
  --frame-padding: calc(var(--padding) * 1);
  padding: var(--frame-padding);
  position: relative;
}
.framed::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background: url(/assets/images/border-dark-y.svg) repeat-y top left, url(/assets/images/border-dark-y.svg) repeat-y top right, url(/assets/images/border-dark-x.svg) repeat-x top left, url(/assets/images/border-dark-x.svg) repeat-x bottom left;
}
.framed.framed-inset {
  --frame-padding: calc(var(--padding) * 1.8);
  padding-left: var(--frame-padding);
  padding-right: var(--frame-padding);
  padding-top: calc(var(--frame-padding) + 0.75em);
  padding-bottom: calc(var(--frame-padding) + 0.75em);
}
.framed.framed-inset::after {
  inset: calc(var(--frame-padding) * 0.5 + 0.375em - 1.5px);
}
@media (min-width: 800px) {
  .framed.framed-inset {
    --frame-padding: var(--padding);
  }
}
@media (min-width: 800px) {
  .framed {
    --frame-padding: calc(var(--padding) * 0.75);
  }
}

section,
footer {
  padding-left: var(--padding);
  padding-right: var(--padding);
  padding-top: calc(var(--padding) + 0.75em);
  padding-bottom: calc(var(--padding) + 0.75em);
}

#music #album {
  aspect-ratio: 1.45/1;
  position: relative;
}
#music #album #cover {
  position: absolute;
  height: 100%;
  width: auto;
  left: -2.8%;
  top: 0;
}
#music #album #cd {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  right: -6%;
}
#music #playlist {
  padding: 0;
  counter-reset: songs;
}
#music #playlist li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  counter-increment: songs;
  padding: 0.3rem 0 0.3rem 0;
}
#music #playlist li:last-child {
  border-bottom: none;
}
#music #playlist li:before {
  content: counter(songs) ". ";
  margin-right: 1rem;
}
#music #playlist li i {
  cursor: pointer;
  margin-left: auto;
  padding: 1rem;
}

#ruzha .fa-circle-play {
  font-size: 3rem;
}

#contacts a {
  font-size: 2rem;
}

.carousel-indicators {
  margin-bottom: 0.5rem;
}
.carousel-indicators [data-bs-target] {
  border-radius: 3px;
  border-top: none;
  border-bottom: none;
}

.theater {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 1;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-duration: 0.2s;
}
.theater .theater-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: var(--padding);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.theater.theater-loaded .theater-content {
  opacity: 1;
}

.animated.animate-fade-in {
  opacity: 0;
}
.animated.animate-fade-in.animate {
  animation: fadeIn 1s ease-out 0s 1 normal forwards;
}
.animated.animate-slide-in-left {
  margin-right: 0;
}
.animated.animate-slide-in-left.animate {
  animation: slideInLeft 1s ease-out 0s 1 normal forwards;
}
.animated.animate-slide-in-right {
  margin-left: 0;
}
.animated.animate-slide-in-right.animate {
  animation: slideInRight 1s ease-out 0s 1 normal forwards;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    margin-right: 5vw;
  }
  to {
    margin-right: 0;
  }
}
@keyframes slideInRight {
  from {
    margin-left: 5vw;
  }
  to {
    margin-left: 0;
  }
}/*# sourceMappingURL=app.css.map */