/* By Nina Vogel
Copyright © 2023 Nina Vogel. All rights reserved.
Adapted for S. V. Entertainment in 2023 */

/* Fonts*/

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
       url('../fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
       url('../fonts/OpenSans-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
       url('../fonts/OpenSans-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
       url('../fonts/OpenSans-Bold.woff') format('woff');
}



/* Main Styles */

/* Honeypot */

#contactForm .hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

#contactForm .hp-field input {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 1.125rem;
  background-color: #000000;
  color: #ffffff;
}

p {
  margin-bottom: 0px;
}

button a {
  color: #ffffff;
  text-decoration: none;
}

.bg-image {
  background-image: url("../img/sv-entertainment_titelbild.jpg");
  background-size: cover;
  height: 100vh;
}

.navbar-brand img {
  width: 160px;
  padding: 0 2rem;
}

button.navbar-toggler {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  margin: 0 2rem;
}

button.navbar-toggler:focus {
  box-shadow: none;
}

.event-image {
  display: flex;
}

.navbar-light .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media screen and (max-width:991px) {

  .navbar {
  background: rgb(30,30,27);
  background: linear-gradient(180deg, rgba(30,30,27,1) 0%, rgba(21,21,18,0.8729866946778712) 49%, rgba(17,17,15,0.6292892156862745) 81%, rgba(0,0,0,0) 100%);
  }

  .navbar-brand img {
    width: 130px;
    padding-top: 10px;
  }

  button.navbar-toggler {
    padding-top: 20px;
  }

  .nav-item {
    padding-bottom: 30px;
  }

  h3 {
    font-size: 1.5rem!important;
  }

  button {
    font-size: 1.125rem !important;
  }

  h2 {
    font-size: 2.75rem !important;
  }

  #about .pl-45 {
    padding-left: 12px;
  }

  #about .pr-45 {
    padding-right: 12px;
    padding-left: 12px;
  }

  #about .mt-100 {
    margin-top: 70px;
  }

  #about .mt-70 {
    margin-top: 70px;
  }

  .nav-titel h1 {
    font-size: 3.5rem !important;
  }


}

@media screen and (max-width:767px) {
  .event-cover {
    margin-bottom: 40px;
  }

  .event-description {
    text-align: center;
  }

  footer {
    text-align: center;
    padding: 30px 0px !important;
  }

  footer .footer-links {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width:575px) {
    .nav-titel h1 {
    font-size: 1.75rem !important;
  }

  .nav-titel p {
    font-size: 1.3rem !important;
  }

  .nav-titel img {
    height: 20px !important;
  }

  .nav-titel {
    margin-top: 130px !important;
  }

  h3 {
    font-size: 1.3rem !important;
  }

  h2 {
    font-size: 2rem !important
  }

  .quote-icon {
    max-width: 50px !important;
    margin-right: 20px;
  }

  .portrait {
    margin-top: 50px;
  }

  .mt-150 {
    margin-top: 100px !important;
  }

}

.navbar-brand {
  margin-right: 0;
  padding-top: 0px;
}

.navbar-nav {
  align-items: center;
}

.navbar-expand-lg {
  padding-top: 0px;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5 rem;
  font-weight: 500;
  padding: 0 2rem;
}

.nav-titel > h1 {
  text-align: center;
  font-weight: 700;
  font-size: 4.375rem;
}

.nav-titel > p {
  font-weight: 300;
  font-size: 2.25rem;
}

.nav-titel {
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  margin-top: 170px;
  text-align: center;
}

.nav-titel img {
  margin-top: 60px;
  height: 40px;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

.arrow-down {
  animation: bounce 2.5s ease-in-out infinite;
}

.section-event {
  padding: 70px 0px;
  background-color: #151515;
}

h3 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

button {
  background: linear-gradient(90deg, rgba(120,30,81,1) 0%, rgba(72,13,61,1) 100%);
  color: #ffffff;
  font-size: 1.563rem;
  padding: 15px 30px;
  border-radius: 30px;
  border:none;
  transition: all 0.2s ease-in-out;
  margin-top: 30px;
}

button:hover {
  opacity: 50%;
}

.event-cover {
  padding: 0px 50px;
}

.section {
  margin: 150px 0px;
}

h2 {
  font-weight: 700;
  font-size: 3.125rem;
  text-transform: uppercase;
}

hr {
  height: 8px;
  width: 190px !important;
  border:none;
  background: linear-gradient(90deg, rgba(120,30,81,1) 0%, rgba(72,13,61,1) 100%);
  opacity: 1;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}

.about-icon {
  max-width: 75px;
}

.vr {
  display: block;
  width: 1px;
  background-color: #ccc;
  min-height: 100%;
  align-self: stretch;
  margin: 0 1rem;
}

.mt-100 {
  margin-top: 100px;
}

.mt-20 {
  margin-top: 20px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-150 {
  margin-top: 150px;
}

.quote {
  align-items: flex-start;
}

.quote > h3 {
  margin-top: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.content__header {
  position: relative;
  padding: 40px 40px 80px 40px;
  overflow: hidden;
  
  &:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151515;
    transform: skewY(-3deg);
    transform-origin: bottom right;
  }
  
}

.section#about {
  margin-bottom: 0px;
}

.masonry {
  column-count: 1;
  column-gap: 16px;
  margin-top: 100px;
}

  @media (max-width: 767px) {
  .about-icon {
    display: none;
  }

  .vr {
    display: none;
        }

    .masonry {
      column-count: 2;
    }
  }


}

@media (min-width: 576px) {
  .masonry {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.masonry-item.show {
  opacity: 1;
  transform: translateY(0);
}

.masonry-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.contact-section {
  position: relative;
  margin-top: 150px;
}

.instagram-icon {
  max-width: 40px;
  margin-right: 15px;
}

.instagram {
  align-items: center;
}

.instagram p {
  margin-bottom: 0px;
}

.instagram a {
  display: flex;
  margin: 0px;
  align-items: center;
  color: #ffff;
  text-decoration: none;
}

.form-control {
  border-radius: 0px;
  border: 2px solid #781E51;
  background-clip: inherit;
  background-color: #000000;
  color: #5B5B5B;
  padding: 15px 0px 15px 25px;
  font-size: 1.125rem;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: 0px 0px 12px 3px #781E51; 
  box-shadow: 0px 0px 12px 3px #781E51;
  border: 2px solid #781E51;
  background-color: #000000;
  color: #781E51;
}

.contact-form p {
  color: #5B5B5B;
}

.form-check-label {
  color: #5B5B5B;
}

.form-check-input[type=checkbox] {
  border-radius: 0px;
  border: 2px solid #781E51;
  background-clip: inherit;
  background-color: #000000;
}

.form-check-input[type=checkbox]:focus {
  border-color: inherit;
  -webkit-box-shadow: 0px 0px 12px 3px #781E51; 
  box-shadow: 0px 0px 12px 3px #781E51;
  border: 2px solid #781E51;
  background-color: #000000;
  color: #781E51;
}

#contact {
  margin: 150px 0px 0px 0px;
}

footer {
  padding: 50px 0px;
}

.footer-links {
  text-align: right;
}

.footer-links a:first-child {
  margin-right: 35px;
}

.footer-links a:last-child {
  margin-left: 35px;
}

.form-check {
  margin-top: 20px;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  opacity: 0.5;
  transition: all 0.2s ease-out;





 