:root {
  --lightBlue: #AADEFC;
  --mediumBlue: #5991A4;
  --darkBlue: #003C5B;
  --black: #010101;
  --blackBck: #131313;
  --Raleway: "'Raleway', sans-serif";
  --SorceCodePro: 'Source Code Pro', monospace;
}

* {
  font-size: 16px;
  font-family: var(--Raleway);
}
html{
  scroll-behavior:smooth
}
body {
  background-color: var(--blackBck);
  cursor: none;
  animation: showBody 4s;
  padding-top: 200px;
	color: white;
}
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  transition: all .3s ease-in-out;
}
header.active {
  backdrop-filter: brightness(0.91) blur(4px);
  -webkit-backdrop-filter: brightness(0.91) blur(4px);
}
header .logo img {
  transition: all .3s ease-in-out;
}
header.active .logo img{
  width: 8rem;
}
h1 {
  font-size: 60px;
  font-family: var(--SorceCodePro);
  font-weight: 700;
}

img {
  width: 100%;
}
.footer-rights {
  font-size: 20px;
  font-family: var(--SorceCodePro);
}

#trailer {
  height: 24px;
  width: 24px;
  background-color: transparent;
  background-color: white;
  border-radius: 50%;

  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;

  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms ease;
}

#trailer.hide {
  border: .3px solid var(--mediumBlue);
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero {
  cursor: url('/wp-content/themes/kadence-child/assets/icons/microphone.svg'), auto;
}
#services {
  cursor: url('/wp-content/themes/kadence-child/assets/icons/microphone.svg'), auto;;
}

#services {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 
.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}


#services .service-text {
  text-align: center;
  max-width: 1200px;
  font-size: 18px;
  font-family: var(--SorceCodePro);
}
#services .service-text p,
#services .service-text p span{
  font-size: 18px;
  font-family: var(--SorceCodePro);
}
#services .service-text p {
  margin-bottom: 20px;
}

#services .service-text p span {
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  opacity: 0;
  transform: translateY(40%);
  transition: none;
}
#services.active .service-text p span {
  opacity: 1;
  transform: translateY(0);
  transition: transform 200ms cubic-bezier(.90, .06, .15, .90);
}

.service-btn {
  font-family: var(--SorceCodePro);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--lightBlue);
  border: 4px solid var(--lightBlue);
  transition: all .3s ease-in-out;
  padding: 12px 40px;
}
.service-btn:hover {
  background-color: var(--lightBlue);
  color: var(--darkBlue);
  border: 4px solid var(--lightBlue);
}

body:hover #trailer {
  opacity: 0.5;
}
body:hover #trailer.hide {
  opacity: 0;
}
body:hover #trailer:not([data-type=""]) {
  opacity: 1;
}
body:hover #trailer:not([data-type=""])  .trailer-icon {
  opacity: 1;
}

body:hover #trailer:not(.hide) svg {
  display: none;
}

body:hover .trailer-icon {
  opacity: 0;
  transition: opacity 400ms ease;
}

#trailer-youtube {
  fill: var(--mediumBlue);
  width: 18px;
  height: 18px;
  margin-left: 2px;
}
#trailer-spotify {
  fill: var(--mediumBlue);
  width: 18px;
  height: 18px;
  margin-top: -2px;
}
.trailer-icon svg {
  width: 100%;
  height: 100%;
}


/* ------------------------------- */


nav .nav-item-img img {
  width: 400px;
}

nav .nav-item,
nav .nav-item a{
  font-family: var(--SorceCodePro);
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  padding: 20px;
}

nav a.nav-item:hover{
  color: #fff;
}

.socials .social-item a svg{
  width: 40px;
  height: 40px;
  padding: 4px 8px;
  margin: 0 2px;
}
.socials .social-item.facebook a svg {
  height: 34px;
}

.socials .social-item a svg path {
 fill: white;
 transition: fill .25s ease-in-out;
}

.socials ul:hover .social-item a svg path {
  fill: white;
}

.socials ul .social-item a svg:hover path {
  fill: var(--lightBlue);
}

#hero {
  min-height: calc(100vh - 200px);
}

#hero .hero-image {
  width: 450px;
  max-height: 750px;
  overflow: hidden;
  border-radius: 20px;
}
#hero .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
#hero .hero-text {
  width: 650px;
  color: rgb(255,255,255,0.9);
  font-weight: 400;
  font-size: 24px;
  font-family: var(--SorceCodePro);
}
#hero .hero-text  * {
  font-family: var(--SorceCodePro);
}
#hero .hero-author {
  color: #fff;
  font-family: var(--SorceCodePro);
  font-size: 48px;
  font-weight: 700;
}

.cta-image {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0% 25%; /*  center  */
  background-attachment: fixed;
  background-size: cover;  /*  contain  */
}
#about .about-logo {
  width: 180px;
  transition: transform .3s ease-in-out;
}
#about .about-logo:hover {
  transform: scale(1.1);
}
#about .about-logo img {
  animation: rotation 20s infinite linear;
}

#about .about-text {
  text-align: center;
  max-width: 1200px;
}
#about .about-text p,
#about .about-text p span{
  font-size: 18px;
  font-family: var(--SorceCodePro);
}
#about .about-text p {
  margin-bottom: 20px;
}

#about .about-text p span {
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  opacity: 0;
  transform: translateY(40%);
  transition: none;
}
#about.active .about-text p span {
  opacity: 1;
  transform: translateY(0);
  transition: transform 200ms cubic-bezier(.90, .06, .15, .90);
}


#blob-parent{
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  height: 300px;
  width: 300px;
}
#blob {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -3;
  
  background: linear-gradient(
    to right,
    var(--lightBlue),
    var(--mediumBlue),
    var(--darkBlue)
  );
  filter: blur(100px);
  animation: blobRotation 10s infinite;
}

.services-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 4vw, 100px);
}
.services-box h3 {
  text-align: center;
  font-size: 28px;
  font-family: var(--SorceCodePro);
}
.services-box a {
  cursor: none;
}
.services-box .interactable {
  aspect-ratio: 1 / 1;
  padding-top: calc(1 / 1 * 100%);
  width: clamp(120px, 85vmin, 600px);
  background-position: center 50%;
  background-size: 100%;  
  opacity: 0.5;
  transition: background-size 400ms ease, opacity 400ms ease;
}
.services-box .interactable:hover {
  background-size: 105%;
  opacity: 0.8;
}



section.horizontal {
  overflow-x: hidden;
}

section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
    display: flex;
    position: relative;
    z-index: 1;  
    height: 100vh;
}

section.horizontal .item {
  position: relative;
  padding: 150px 100px;
  flex: 0 0 1000px;
  display: flex;
  align-items: center;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  background-color: transparent;
  max-width: 100vw;
}

section.horizontal .item iframe {
  width: 100%;
  height: 450px;
  max-width: 100vw;
}

section.horizontal .item .iframe-container {
  width: 100%;
  /* aspect-ratio: 4/5; */
}

/* section.horizontal .item:before {
  position: absolute;
  font-size: 100px;
  opacity: .13;
  font-weight: bold;    
  z-index: -1;
  -webkit-transform: translate(-30px, -50px);
  transform: translate(-30px, -50px);
  line-height: 1;
} */



section.horizontal .animation-wrap.to-right {
  counter-reset: item;
  float: left;
}

section.horizontal .animation-wrap.to-left {
  counter-reset: item 11;
  float: right; 
}

/* section.horizontal .animation-wrap.to-right .item:before {
  counter-increment: item;
  content: counter(item);
}

section.horizontal .animation-wrap.to-left .item:before {
  counter-increment: item -1;
  content: counter(item);
} */


/* 
section.horizontal .animation-wrap .item:nth-child(2n+2) {
  align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n+4) {
  align-items: flex-end;
} */

.product {
  width: 500px;
}
.product-image-wrapper {
  position: relative;
  max-width: clamp(250px, 23%, 400px);
  max-height: 420px;
  overflow: hidden;
}
.product-image-wrapper img{
  height: 100%;
}
.product-image-wrapper:nth-child(1) {
  max-width: 500px;
  height: auto;
}
.product img {
  max-height: 650px;
}
.form-container {
  width: 700px;
}
.form-container .form-label {
  font-size: 20px;
  font-family: var(--SorceCodePro);
}
.form-container input,
.form-container select {
  width: 100%;
  padding: 8px 12px;
  font-size: 18px;
  color: var(--black);
  outline: none;
}
.form-container input[type="radio"],
.form-container input[type="checkbox"] {
  width: 30px;
  margin-right: 12px;
}
.form-container .product-label {
  font-size: 18px;
  line-height: 26px;
  padding: 4px 0;
  font-family: var(--SorceCodePro);
}
.form-container textarea {
  resize: none;
  width: 100%;
  padding: 8px 12px;
  font-size: 18px;
  color: var(--black);
  outline: none;
}
.form-container button {
  font-family: var(--SorceCodePro);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--lightBlue);
  color: var(--darkBlue);
  border: 4px solid var(--lightBlue);
  transition: all .3s ease-in-out;
}
.form-container button:hover {
  background-color: transparent;
  color: var(--lightBlue);
  border: 4px solid var(--lightBlue);
}

#shop .section-title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: var(--SorceCodePro);
}

.hero-image-container {
  transition: all .03s ease-in;
}


@media (min-width: 1024px) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  
}


@media  screen and (max-width: 500px) {
  body {
    padding-top: 116px;
  }
  header {
    position: fixed;
    top: 0;
    backdrop-filter: brightness(0.91) blur(4px);
    -webkit-backdrop-filter: brightness(0.91) blur(4px);
    z-index: 1000;
  }
  header .logo {
    transition: all .3s ease-in-out
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  #hero.container {
    padding-left: 0;
    padding-right: 0;
  }
  
  #trailer {
    display: none !important;
  }
  #trailer .trailer-icon {
    display: none !important;
  }
  #blob-parent {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #hero .hero-text, 
  #hero .hero-image {
    width:100%;
  }
  #hero .hero-image {
    height: calc(100vh - 116px);
    overflow: hidden;
  }
  #hero .hero-image img {
    height: auto;
  }

  .services-box {
    flex-direction: column;
  }

  #hero .hero-author{
    font-size: 40px;
  }
  #hero .hero-text {
    font-size: 18px;
  }

  .cta-image {
    height: 330px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-attachment: scroll;

  }
  .cta-image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .services-box .interactable {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .cta-container {
    height: 450px;
  }
  #about .about-logo {
    width: 140px;
  }

  #about .about-text p, #about .about-text p span {
    font-size: 16px;
    text-align: left;
  }

  #services {
    padding: 100px 16px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #services .service-text p, #services .service-text p span {
    font-size: 16px;
    text-align: left;
  }

  .service-btn {
    padding: 8px 32px;
    font-size: 18px;
  }

  .services-box h3 {
    font-size: 22px;
  }

  .services-box > div {
    width: 100%;
  }

  section.horizontal .item {
    padding: 150px 30px;
  }
  section.horizontal .item iframe {
    aspect-ratio: 3/2;
    /* padding-top: calc(2 / 3 * 100%); */
  }

  #mobile-nav {
    position: fixed;
    inset: 0;
    transform: translateX(100%);
    background-color: var(--blackBck);
    z-index: 100000;
    transition: transform 0.45s ease-in-out;
  }

  body.open-menu #mobile-nav {
    transform: translateX(0%);
  }

  .burger, 
  .close-burger {
    height: 34px;
    width: 46px;
    padding: 4px;
  }
  .burger .burger-line,
  .close-burger .burger-line{
    height: 3px;
    width: 100%;
    background-color: white;
    transition: all .3s ease-in-out;
    border-radius: 2px;
  }
  .burger .burger-line:nth-child(1) {
    width: 100%;
  }
  .burger .burger-line:nth-child(2) {
    width: 100%;
  }

  .close-burger .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
  }
  .close-burger .burger-line:nth-child(2) {
    transform: rotate(-45deg) translate(-2px, 2px);
  }
  .close-burger .burger-line:nth-child(3) {
    background-color: transparent;
  }


  section.horizontal .item iframe {
    height: auto;
  }

  #mobile-nav .socials {
    bottom: 50px
  }

  .footer-rights {
    font-size: 16px;
  }
  .form-container {
    width: 100%;
  }
  .form-container .form-label {
    font-size: 16px;
    margin-bottom: 8px;
    font-family: var(--SorceCodePro);
  }
  .form-container input {
    font-size: 16px;
  }
  .form-container textarea {
    font-size: 16px;
  }
  .form-container button {
    font-size: 18px;
  }
  .form-container button:hover {
    background-color: var(--lightBlue);
    color: var(--darkBlue);
    border: 4px solid var(--lightBlue);
  }
  .product {
    width: 80%;
  }
  #shop .section-title {
    font-size: 26px;
  }

  .arrow-down {
    height: 80px;
    max-width: 35px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .arrow-down svg{
    width: 32px;
    height: 64px;
  }
  
  .chevron {
    fill: var(--lightBlue);
    fill-opacity: 1;
  }
  
  #TopChevron {
    animation: topChevron 2s infinite;
  }
  
  #MiddleChevron {
    animation: middleChevron 2s infinite;
  }
  
  #BottomChevron {
    animation: bottomChevron 2s infinite;
  }
  .product-image-wrapper,
  .product-image-wrapper:nth-child(1) {
    max-width: 33%;
    height: auto;
  }
  .form-container .product-label {
    font-size: 16px;
  }

}




@keyframes showBody {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes blobRotation {
  from {
    transform: rotate(0deg);
  }
  50% {
    scale: 1 1.15;
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes topChevron {
  0% {
    fill-opacity: 0;
  }
  5% {
    fill-opacity: 1;
  }
  70% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}

@keyframes middleChevron {
  0% {
    fill-opacity: 0;
  }
  5% {
    fill-opacity: 0;
  }
  10% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 1;
  }
  80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}

@keyframes bottomChevron {
  0% {
    fill-opacity: 0;
  }
  10% {
    fill-opacity: 0;
  }
  15% {
    fill-opacity: 1;
  }
  80% {
    fill-opacity: 1;
  }
  85% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}