/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \*********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto:wght@300;400;500&display=swap);
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss (1) ***!
  \*************************************************************************************************************************************************************/
html, body {
  background: #111;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 1em;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: #181818;
  border-radius: 10px;
  border: 4px solid #0a0a0a;
}

header {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(17, 17, 17, 0.6);
  box-shadow: 0 0 20px #0a0a0a;
  border-bottom: 1px solid #181818;
  backdrop-filter: blur(5px);
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav li {
  list-style: none;
}
header nav li.brand img {
  width: 30px;
  opacity: 0.2;
}
header nav a {
  font-size: 0.8em;
  line-height: 24px;
  letter-spacing: 3px;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s;
}
header nav a:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transition: width 0.3s ease-in-out;
}
header nav a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../js/../images/camms-logo-simple.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
header nav a:hover, header nav a.active {
  color: #fff;
}
header nav a:hover:before, header nav a.active:before {
  width: 60px;
}
header nav a.active:before {
  background: #2164ff;
}
header nav a.active:after {
  opacity: 1;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #2164ff;
}

footer {
  background: #0a0a0a;
  padding: 100px 0;
}
footer .info, footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .info li, footer .social li {
  margin-bottom: 10px;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

h2 {
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 2em;
}

p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8em;
  margin: 0 0 20px;
}
p.small {
  font-size: 0.7em;
  opacity: 0.6;
}

.grid {
  position: relative;
  display: flex;
}
.grid .col {
  margin-right: 80px;
}
.grid .col:last-child {
  margin: 0;
}
.grid .col.col-50 {
  width: 50%;
}

section {
  position: relative;
  padding: 100px 0;
}
section .section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*transform: rotate(-1deg);*/
}
section .section-background img {
  width: 100%;
  min-height: 100%;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(1);
}

.separator {
  height: 60px;
  background: #0a0a0a url(../js/../images/pattern.png);
  opacity: 0.6;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background: none;
  transition: background 0.8s;
  pointer-events: none;
}
#loader .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0;
  transition: opacity 0.8s;
}
#loader .inner:before {
  content: "";
  width: 0;
  height: 200%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader #loader-left {
  position: absolute;
  top: 10px;
  left: -100%;
  width: 50%;
  height: calc(100% - 20px);
  background: rgba(10, 10, 10, 0.5);
  transition: left 0.8s;
}
#loader #loader-left .stripe {
  width: 0;
  height: 50px;
  background: #2164ff;
  margin: 50px;
  transition: width 0.6s ease-in-out;
}
#loader #loader-left .stripe.stripe-2 {
  transition: width 0.8s ease-in-out;
  opacity: 0.6;
}
#loader #loader-left .stripe.stripe-3 {
  transition: width 1s ease-in-out;
  opacity: 0.3;
}
#loader #loader-right {
  position: absolute;
  top: 10px;
  right: -100%;
  width: 50%;
  height: calc(100% - 20px);
  background: #0a0a0a;
  transition: right 0.8s;
}
#loader.loading {
  background: #111;
}
#loader.loading .inner {
  opacity: 1;
}
#loader.loading #loader-left {
  left: -10px;
}
#loader.loading #loader-left .stripe {
  width: calc(100% - 100px);
}
#loader.loading #loader-right {
  right: -10px;
}

section.hero {
  padding: 0;
}

.hero-banner {
  position: relative;
  height: 80%;
  min-height: 700px;
  overflow: hidden;
  perspective: 400px;
}
.hero-banner #particles-js {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.hero-banner .art {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120%;
  width: 120%;
  transform: translate(-50%, -50%);
  animation: fadeIn 2s;
}
.hero-banner .art > img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 20s infinite alternate-reverse;
  filter: sepia(0.2) grayscale(0.5);
  opacity: 0.6;
}
.hero-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 30;
  width: 80%;
  text-shadow: 0 0 10px #0a0a0a;
}
.hero-banner .content:after {
  content: "";
  position: relative;
  display: block;
  width: 400px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}
.hero-banner .content img {
  margin-top: -50px;
  width: 300px;
  filter: drop-shadow(0 0 10px #0a0a0a);
}
.hero-banner .content h1 {
  font-size: 3em;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffc421;
  text-shadow: 0 0 20px #ba4705;
}
.hero-banner .content p {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 10px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.hero-banner .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0a0a0a, transparent, #0a0a0a);
  z-index: 1;
}
.hero-banner .band, .hero-banner .band-2, .hero-banner .band-3 {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 120%;
  height: 120px;
  transform: rotate(-1.2deg);
  z-index: 2;
  backdrop-filter: blur(5px);
}
.hero-banner .band {
  background: rgba(10, 10, 10, 0.6);
}
.hero-banner .band-2 {
  height: 140px;
  background: rgba(10, 10, 10, 0.4);
}
.hero-banner .band-3 {
  height: 80px;
  background: rgba(10, 10, 10, 0.4);
  bottom: auto;
  top: 0;
}
.hero-banner nav {
  display: flex;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  justify-content: center;
  z-index: 20;
}
.hero-banner nav .item {
  width: 40px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 5px;
}
.hero-banner nav .item.active {
  background: #fff;
}
.hero-banner:before, .hero-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  opacity: 0.1;
  animation: slide 1s ease-in-out;
}
.hero-banner:after {
  left: auto;
  right: 8%;
  top: auto;
  bottom: 0;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
form .field {
  margin-bottom: 20px;
}
form input, form textarea {
  background: #181818;
  border: none;
  padding: 20px;
  width: 400px;
  color: #fff;
  outline: none;
  font-size: 1.2em;
}
form textarea {
  width: 100%;
  resize: none;
  height: 160px;
}
form label {
  display: block;
  margin-bottom: 10px;
}

button, .btn {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  color: #fff;
  padding: 20px 40px;
  font-size: 1.2em;
  transition: background 0.2s;
  cursor: pointer;
  border-radius: 10px;
}
button:after, .btn:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transition: width 0.3s ease-in-out;
}
button:hover, .btn:hover {
  color: #fff;
  background: rgba(24, 24, 24, 0.4);
}
button:hover:after, .btn:hover:after {
  width: 60px;
}

.partners {
  display: flex;
  flex-wrap: wrap;
}
.partners .partner {
  position: relative;
  width: 20%;
  height: 200px;
  margin: 20px;
  flex-grow: 1;
}
.partners .partner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  mix-blend-mode: exclusion;
}
.partners .partner a {
  display: block;
  width: 100%;
  height: 100%;
  transition: background 0.2s;
  /*background: adjust-color($color-medium, $alpha:-0.6);*/
}
.partners .partner a:hover {
  background: #181818;
}

.instructors {
  display: flex;
  margin: -20px;
}
.instructors .instructor {
  width: 320px;
  margin: 20px;
}
.instructors .instructor img {
  width: 100%;
  margin-bottom: 20px;
}
.instructors .instructor .name {
  font-size: 1.4em;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.calendar {
  position: relative;
}
.calendar .nav {
  padding: 10px;
  text-align: center;
}
.calendar .date-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  background: #111;
  border: 4px solid #181818;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  pointer-events: none;
  transform: scale(0.9);
}
.calendar .date-info.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.calendar .date-info .day {
  margin-bottom: 20px;
  font-size: 1.2em;
}
.calendar .date-info .event-info {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #181818;
  padding-left: 30px;
}
.calendar .date-info .event-info .event-name {
  margin-bottom: 4px;
}
.calendar .date-info .event-info .event-time {
  opacity: 0.4;
  margin-bottom: 4px;
}
.calendar .date-info .event-info .event-location {
  font-size: 0.8em;
}
.calendar .date-info .event-info:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}
.calendar .date-info .event-info:before {
  content: "";
  width: 20px;
  height: 10px;
  background: #2164ff;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 5px;
}
.calendar .date-info .event-info.type-2:before {
  background: #fff;
  opacity: 0.2;
}
.calendar .date-info .event-info.type-3:before {
  background: #ffc421;
}
.calendar table {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(17, 17, 17, 0.8);
}
.calendar table td, .calendar table th {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: normal;
}
.calendar table .date {
  height: 70px;
  position: relative;
  transition: background 0.2s;
}
.calendar table .date.active .nb {
  opacity: 1;
  background: #fff;
  color: #0a0a0a;
  font-weight: bold;
}
.calendar table .date .nb {
  padding: 4px;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
}
.calendar table .date .events {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.calendar table .date .calendar-event {
  font-size: 0.8em;
  margin-top: 4px;
  padding: 5px;
  min-height: 10px;
  border-radius: 5px;
  width: 20px;
  background: #2164ff;
  transition: width 0.2s;
}
.calendar table .date .calendar-event .label {
  display: none;
}
.calendar table .date .calendar-event.type-1 {
  background: #2164ff;
}
.calendar table .date .calendar-event.type-2 {
  background: #fff;
  opacity: 0.2;
}
.calendar table .date .calendar-event.type-3 {
  background: #ffc421;
  color: #111;
}
.calendar table .date:hover {
  background: #181818;
}
.calendar table .date:hover .calendar-event {
  width: 30px;
}
.calendar table .date:hover .calendar-event .label {
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #0a0a0a;
  z-index: 200;
  padding: 5px 10px;
  visibility: hidden;
}
.mobile-nav .brand {
  display: flex;
  align-items: center;
  letter-spacing: 3px;
}
.mobile-nav img {
  width: 45px;
  margin: 0;
  margin-right: 10px;
  display: block;
}
.mobile-nav .toggle-nav {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 28px;
  height: 18px;
}
.mobile-nav .toggle-nav .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.mobile-nav .toggle-nav .bar-1 {
  transition: transform 0.2s, top 0.2s;
}
.mobile-nav .toggle-nav .bar-2 {
  top: calc(50% - 1px);
  transition: opacity 0.2s;
}
.mobile-nav .toggle-nav .bar-3 {
  top: auto;
  bottom: 0;
  transition: transform 0.2s, bottom 0.2s;
}
.mobile-nav .toggle-nav.active .bar-1 {
  transform: rotate(45deg);
  top: 8px;
}
.mobile-nav .toggle-nav.active .bar-2 {
  opacity: 0;
}
.mobile-nav .toggle-nav.active .bar-3 {
  bottom: 8px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1400px) {
  body {
    font-size: 0.9em;
  }
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 0.8em;
  }
  .cursor {
    display: none;
  }
  .container {
    width: 80%;
  }
  .grid {
    display: block;
  }
  .grid .col {
    width: 100% !important;
    margin-bottom: 100px;
  }
  .grid .col:last-child {
    margin-bottom: 0;
  }
  form input, form textarea {
    width: 100%;
  }
  .hero .content {
    width: 80%;
  }
  .hero .art img {
    height: 100%;
    width: auto;
  }
  header {
    height: 100%;
    padding-top: 80px;
    left: -100%;
    transition: left 0.5s;
  }
  header nav {
    display: block;
  }
  header nav .brand {
    display: none;
  }
  header.visible {
    left: 0;
  }
  .instructors {
    display: block;
    margin: 0;
  }
  .instructors .instructor {
    margin: 0 0 100px;
    width: 100%;
  }
  .instructors .instructor:last-child {
    margin-bottom: 0;
  }
  .partners {
    display: block;
    margin: 0;
  }
  .partners .partner {
    margin: 0 0 20px;
    width: 100%;
  }
  .mobile-nav {
    visibility: visible;
  }
}
