/*
               index.css
    -- CSS FILE FOR THE INDEX PAGE --
    ** DO NOT LINK THIS IN ANY FILE THAT IS NOT index.css **

    If you need to use a class defined here on any other page,
    either duplicate it in that page's CSS, or migrate it to main.css.
*/

.title-txt {
    font-size: 3.5rem;
}


.good-vibes-title {
    position: relative;
    top: -40px;
    font-size: 10rem;
}

@font-face {
	font-family: goodVibes;
	src: url("fonts/GoodVibes.woff2") format("woff2"),
		url("fonts/GoodVibes.woff") format("woff");
	font-display: swap;
}

.good-vibes {
    font-family: goodVibes, sans-serif;
}

.caption {
    position: relative;
    top: -50px;
    font-size: 1.2rem;
}

.caption-2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 1.1rem;
    color: #3e3e3e;
}

.caption-3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 1rem;
  color: #3e3e3e;
}

.section-header {
    font-size: 2.5rem;
    font-family: klavikaBold, sans-serif;
}

/*
.bg-blue {
    background-color:blue;
}

.bg-red {
    background-color:red;
}
    */

.bg-slow-gradient {
    background-image: linear-gradient(rgba(255,255,255,0), rgb(245, 245, 245));
}

/*
.bg-slow-gradient-2 {
  background-image: linear-gradient(rgba(255,255,255,0), rgb(255, 15, 15));
}
*/

.lmp-float {
  transition: 0.1s;
}


/* SHAPES */

.hex-warped-lg {
    /* position: absolute; */
    clip-path: polygon(19% 34%, 37% 30%, 94% 39%, 79% 75%, 41% 78%, 16% 67%);
    background-size: cover;
    object-fit: cover;
    object-position: center bottom;
    height: 53vw;
    min-height: 26em;
    /* height: 34.64em;
    width: 300em; */
    margin-bottom: -3.5rem;
}

.hex-img-lg {
    position: relative;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-size: cover;
    height: 34.64em;
    width: 30em;
}

.hex-img-sm {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-size: cover;
  /* Scaled by a factor of 1.37 */
  height: 25.28em;
  width: 21.9em;
}

.hex-bg-lg {
    position: absolute;
    /* clip-path: polygon(23% 32%, 46% 26%, 98% 26%, 90% 58%, 46% 67%, 19% 53%); */
    clip-path: polygon(13% 46%, 87% 45%, 82% 64%, 29% 75%);
    background-color: #F6F6F6;
    height: 78.64em;
    width: 80em;
}

.trapezoid-bg-lg {
    position: absolute;
    clip-path: polygon(16% 4%, 69% 38%, 6% 100%, 0 59%);
    background-color: #F6F6F6;
    height: 40em;
    width: 70em;
    left: -6em;
    top: -1em;
}

.trapezoid-bg-lg-2 {
    position: absolute;
    clip-path: polygon(26% 21%, 86% 37%, 99% 78%, 1% 61%);
    background: linear-gradient(to right, white, #F6F6F6 30%);
    height: 500px;
    width: 40%;
    left: 30%;
    right: 30%;
    top: -6em;
}

.trapezoid-bg-sm {
  position: absolute;
  clip-path: polygon(16% 4%, 69% 38%, 6% 100%, 0 59%);
  background-color: #F6F6F6;
  height: 100%;
  width: 100%;
  top: -1em;
  margin-left: 15%;
}

/* HEXAGON */
 /* .hex-md {
    position: absolute;
    margin: 1em auto;
    width: 8em;
    height: 13.86em;
    border-radius: .5em/.25em;
    background: #06A7E2;
    transition: opacity .5s;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  } */

  .hex-md-a {
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-size: cover;
    height: 14em;
    width: 11em;
  }

  .low-hex-md {
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-size: cover;
    height: 14em;
    width: 11em;
  }
  
  .hex-sm {
    position: absolute;
    margin: 1em auto;
    width: 5em;
    height: 8.33em;
    border-radius: .5em/.25em;
    background: #60D2FC;
    transition: opacity .5s;
    top: -0.5vh;
    left: -0.5vh;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  }

  /*
  .hex-sm-warped {
    z-index:-1000;
    position: absolute;
    margin: 1em auto;
    width: 4.6666667rem;
    height: 8.1333333em;
    border-radius: .5em/.25em;
    background: #60D2FC;
    transition: opacity .5s;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  }
    */

  .hex-sm:before, .hex-sm:after,
  .low-hex-sm:before, .low-hex-sm:after, .hex-sm-warped:after, .hex-sm-warped:before {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
    top: 0vh;
    left: 0vh;
  }
  
  .hex-sm:before, .low-hex-sm:before, .hex-sm-warped:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  .hex-sm:after, .low-hex-sm:after, .hex-sm-warped:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }

  /*
  .zoom-out-img {
    width:50%;
  }
    */

/* Video Carousel */

/*
.scrolling-row {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: auto;
}
  */

/* @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-450px * 5));
  }
} */

.slider {
	width: 100%;
	overflow: visible;
	position: relative;
	margin: 0;
	padding-bottom: 3%;
  height:300px;
	/* margin-right: auto;
	margin-left: auto; */
}

.slider::before,
.slider::after {
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  /* height: 100px; */
  position: absolute;
  /* width: 200px; */
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  overflow: visible;
  width: calc(465px * 15 + 150px);
}

/* .slider .slide {
  height: 100px;
  width: 250px;
} */

.video-card {
  border-radius: 40px;
  box-shadow: #3e3e3e 0px 0px 10px;
  background-color: #00B5DF;
  border: 1px solid gray;
	overflow: hidden;
	width: 450px;
  height: 250px;
	margin-right: 15px !important;
  /* border-radius: 9%; */
  border-radius: 17px;
  transition: 0.3s ease-in-out;;
  user-select: none;
  will-change: transform;
}
.video-card:first-child {
	/* margin-left: 1% !important; */
  margin-left: 10px !important;
}
.video-card-text {
	text-align: center;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  color: #FFFFFF;
  text-shadow: 0px 0px 15px black;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.video-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image : linear-gradient(to right, transparent 0%, #0063B0 100%); /* Blue overlay */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.video-card.hover, .video-card:hover {
  transform: scale(1.05);
}
.video-card:active {
  transform: scale(1.05);
}

.video-card iframe {
  height: 250px !important;
}
.video-card:hover::before {
  opacity: 1;
}

.video-card:hover .video-card-text {
  opacity: 1; 
}

.video-card:hover img {
  opacity: 0; 
}

/* Padding */

.top-right {
    position: absolute;
    top: 3em;
    right: 1em;
}

.extra-top-right {
  position: absolute;
    top: 3em;
    right: 1em;
}

.top-right-sm {
  position: absolute;
  top: 3em;
  right: -22em;

  @media only screen and (max-width: 550px) {
    right: -20em;
  }

  @media only screen and (max-width: 450px) {
    top: 0em;
    right: -15em;
  }

}

.top-right-warped {
    position: relative;
    top: 21rem;
    right: -12rem;
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.top-left-merch {
    position: absolute;
    top: 0;
    left: 0;
}

/*
.bottom-left {
  position: absolute;
    top: 22em;
    left: 2em;
}
*/

.center-right-md {
    position: absolute;
    top: -13.3rem;
    /* right: 3rem; */
}

.other-bottom-left-md {
    position: absolute;
    top: 16rem;
    right: 37.5rem;
    border-radius: 0.5em/0.25em;

  @media (max-width: 400px){
    top: 12em;
    left: 10em;
  }

  @media (max-width: 600px) and (min-width: 400px){
    top: 13em;
    left: 15em;
  }

  @media (max-width: 800px) and (min-width: 600px){
    top: 14em;
    left: 18em;
  }

  @media (max-width: 1000px) and (min-width: 800px){
    top: 17em;
    left: 24em;
  }

}

.sm-padding-top {
  @media only screen and (max-width: 992px) {
    padding-top: 10%;
  }
}

.carousel-sizing {

  @media only screen and (max-width: 992px) {
    margin-left: -100px;
  }

  @media only screen and (max-width: 766px) {
    margin-left: -20px;
  }

  @media only screen and (max-width: 500px) {
    margin-left: -60px;
  }

  @media only screen and (max-width: 400px) {
    margin-left: -90px;
  }

}

/* .hex-md {
  width: 6em;
  height: 10.39em;
} */

.low-hex-md {
  width: 5.5em;
  height: 9.61em;
}

.hex-sm-warped-md {
    position: absolute;
    margin: 1em auto;
    width: 3.11rem;
    height: 5.4222rem;
    border-radius: 0.5em/0.25em;
    background: #60D2FC;
    transition: opacity .5s;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.top-right-warped-md {
    position: relative;
    top: 14rem;
    right: -8rem;

    @media (max-width: 1000px) and (min-width: 800px) {
      top: 14.2rem;
    }

    @media (max-width: 800px) and (min-width: 400px) {
      top: 14.5rem;
    }

}
.hex-bg-md {
    position: absolute;
    /* clip-path: polygon(23% 32%, 46% 26%, 98% 26%, 90% 58%, 46% 67%, 19% 53%); */
    clip-path: polygon(13% 46%, 87% 45%, 82% 64%, 29% 75%);
    background-color: #F6F6F6;
    height: 52.43rem;
    width: 53.33em;
}

.other-bottom-left {
  position: absolute;
  width: 7em;
  height: 12.28em;

  @media (max-width: 1200px){
    top: 22em;
    left: 36em;
  }

  @media (max-width: 1600px) and (min-width: 1200px){
    top: 16em;
    left: 46em;
  }

  @media (max-width: 2000px) and (min-width: 1600px){
    top: 13em;
    left: 55em;
  }

  @media (min-width: 2000px) {
    top: 13em;
    left: 64em;
  }
}

.extra-bottom-left {
    position: absolute;
    top: 24rem;
    right: 18rem;
}

.img-margin {
    margin-top: -260px;
}

.center-right {
    position: absolute;
    top: -16.3rem;
    right: -38rem;
}

/*
.md-right {
    right: 1.5em;
    top: 2em;
}
    */

.buttonPadding {
    padding-top: 6%;
    padding-bottom:8%;

    @media only screen and (max-width: 500px) {
      padding-left: 22%;
      padding-right: 22%;
    }

}

.buttonPadding-medium {
  padding: 2%;
  
  @media only screen and (max-width: 500px) {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.internship-img-scaling {
  width: 60%;
  margin: 0px 15% -5% 15%;
  position: relative;

  /* @media only screen and (min-width: 1600px) { 
    max-width: 50% !important;
    width: auto;
  } */

  @media only screen and (max-width: 500px) { 
    width: 50% !important;
    margin-right: 1% !important;
    margin-left: 10% !important;
    justify-content: center !important;
    display: flex !important;
  }

}


/*
.merch-text-padding {

  padding-left: 5%;
  padding-right: 15%;

  @media only screen and (max-width: 992px) {
    margin:auto;
    display:flex;
    padding-left: 5%;
    padding-right: 5%;
  }

}
  */

.merch-img-padding {
  padding-left: 20%;

  @media only screen and (max-width: 992px) {
    margin:auto;
    display:flex;
    padding-left: 5%;
    padding-right: 5%;
  }

}

@media only screen and (max-width: 500px) {
  .buttonPadding-small {
    padding-left: 12%;
    padding-right: 12%;
  }

  .hex-scale-down {
    width: 18em;
    height: 19em;
  }

}

.textbox-paddingLeft {
  padding-left: 5%;
  padding-right: 8%;
}

.textbox-padding-sm {
  @media only screen and (max-width: 992px) {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.padding-joinTeam {
  padding-left: 0%;
  padding-right: 15%;

  @media only screen and (max-width: 992px) {
    padding-left: 8%;
    padding-right: 12%;
  }

}

/*
@media screen and (max-width: 1300px) {
  .row-transition {
    flex-direction: column;
    align-items: start !important;
    gap: 5%;
  }
  .row-transition img {
    margin-bottom: 5%;
  }
}
  */

.card-container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.index-card {
    border-radius: 25px;
    box-shadow: 0px 0px 20px -10px black;
    overflow:hidden;
    max-width: 480px;
    min-width: 200px;
    height: 600px;

    flex: 1 1 calc(33% - 10%); /* The max width is 1/3 of the screen minus the gap padding */

    @media only screen and (max-width: 1600px) {
      flex: 1 1 calc(50% - 10%); /* The max width is 1/2 of the screen minus the gap padding */
      margin-bottom: 2.5%;
    }

    @media only screen and (max-width: 800px) {
      flex: 1 1 100%;
    }

    @media only screen and (max-width: 574px) {
      width: 80%;
    }

    position: relative;
    background-color: white;
}

.index-card .cta-button {
    position: absolute;
    bottom: 30px;
  }

.index-card-image {
    width:100%;
    object-fit:fill;
    overflow: hidden;
}

.index-card-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5%;
}

.resize-index-card-image {
    width:120%;
    margin-left: -20%;
}

.leftJustified {
  text-align:left;
}

.index-card-image-holder {
    min-height:100%;
    max-height:300px;
    width: 100%;
    overflow:hidden;
}

.index-card .centerPaddingHorizontal1 {
  padding-left: 45px;
  padding-right: 40px;
}

.index-card .centerPaddingVertical2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-card {
    max-height: 600px;
    object-fit:contain;
    min-width: 300px;
    max-width: 600px;
    transition: 0.1s;
}

.social-card:hover {
  transform: scale(1.03)
}

.social-card:link {
  text-decoration: none;
}

.social-card-interior {
    border-radius: 15px;
    max-height:750px;
    min-width: 325px;
    overflow:hidden;
    box-shadow: 0px 0px 50px -30px black;
    outline-color: lightgray;
    outline-width: 1px;
    outline-style: solid;
    outline-offset: -1px;
    position: relative;
}

.news-card {
  min-width: 325px;
  height: 550px;
  color:black;
}

.news-card-img {
  width: 100%;
  height: 49%;
  object-fit:cover;
}

.news-card-text {
  padding-left: 5%;
  padding-right: 10%;
  padding-top: 6%;
  padding-bottom: 0%;
  font-size: 1.2rem;
}

.news-card-text-2 {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0%;
  padding-bottom: 2%;
  font-size: 1rem;
}
.news-card-text h3 {
  font-family: klavikaBold, sans-serif;
}
.read-more-padding {
  padding-left:5%;
}

/*
.facebook-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
*/

.linkedin-banner {
  width: 100%;
  height: 140px;
  object-fit:cover;
}

.linkedin-pfp {
  position:absolute;
  height: 40%;
  left: 5%;
  top: 20%;
}

.twitter-pfp {
  position:absolute;
  height: 40%;
  left: 5%;
  top: 20%;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.2));
}

.twitter-section {
  min-height: 80%;
  padding-bottom: 2.5%;
}

.twitter-button-text {
  position: absolute;
  color: white;
  background-color: black;
  padding: 1.5% 1% 5.5% 1%;
  text-align: center;
  border-radius: 25px;
  width: 15%;
  height: 5%;
  right: 2%;
  margin-top: 2%;
  font-weight: 600;
}

.linkedin-section {
  padding-left: 5%;
  padding-right: 15%;
  line-height: 120%;
  min-height: 20%;
  color:black;
}

.small-linkedin-text {
  color:gray;
  position: absolute;
  transform: translateY(-15px);
}

/*
.social-spacer {
    max-width:50px;
}
    */

.social-media-logo {
  width: 64px;
  height: 64px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
    gap: 10px;
    row-gap: 40px;
    max-width: 1500px;
    margin: auto;
}
/* @media only screen and (max-width: 800px) {
  .flex-container {
    transform: scale(0.8);
  }
} */

.partner-grid {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0 5%;
}

.logoImg {
  flex: 1 1 calc(33.333% - 10px);
  margin: 5px;
  text-align: center;
  object-fit: cover !important;
}

@media screen and (max-width: 800px) {
  .logoImg {
    flex: 1 1 calc(50% - 10px);
  }
}

@media screen and (max-width: 400px) {
  .logoImg {
    flex: 1 1 calc(100% - 10px);
  }
}

.sponsorLogo {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: auto;
  object-fit: contain;
}

.partner-grid div {
  width: 250px;
  height: auto;
  object-fit: contain;
	list-style: none;
  object-fit:contain;
  filter: brightness(0.0);
  user-select: none;
  transition: 0.5s;
  transform: scale(1.0);
}

.partner-grid div:hover {
  transform: scale(1.2);
}

.sponsorLogoAdobe {
	/*special sizing/clearspace for adobe logo per adobe's request, avoid updating */
	width: 270px;
	padding: 0 30px !important;
}

.txtLink {
    font-size: 22px;
}

.aspect-ratio-container {
    aspect-ratio:3.5/3; /* Set the desired aspect ratio */
  }
  
  .aspect-ratio-content {
    padding-left: 25px;
    padding-right: 40px;
    width: 65%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-inner { 
    width: 500px; height: 500px;
  }

  @media screen and (max-width: 500px) {
    .carousel-inner {
      transform: translateY(2.5vh);
    }
  }

  /* Adjust height for smaller screens */
  @media (max-width: 766px) {
    .vertical-center-sm {
      display: block;
      margin: auto;
    }

    .aspect-ratio-content {
      padding-left: 0;
      padding-right: 0;
    }

    .bigger-on-mobile {
      width: 80vw;
      max-width: 100vw;
      flex: inherit;
    }

    #social-div {
      padding: 0 5%;
    }

    .index-card-holder {
      /* margin-left: -2.5vw; */
      width: 100vw !important;
    }
    .index-card {
      overflow: visible;
      width: 100vw !important;
      box-shadow: none;
    }

  }

  @media screen and (min-width: 1000px) {
    .carousel-inner {
      transform: scale(115%) translateY(2.5%);
    }
  }

  @media (min-width: 801px) and (max-width: 1000px) {
    .hex-md-a {
        width: 14em;
        height: 16.38em;
        
      }
    
    .hex-sm {
      width: 5.5em;
      height: 9.61em;
    }

    .top-left {
      top: 13em;
      left: 22em;
    }

    .md-right{
        right: 2em;
        top: 4em;
    }

    .bottom-left{
      left: 2em;
      top: 26em;
    }

    .top-left-merch {
      top: 0em;
      left: 12em;
    }

    .hex-vsm-warped {

        width: 3.1111111rem;
        height: 5.4222222em;
    }
  }

  @media (min-width: 1000px){
    .hex-md-a {
      width: 14em;
      height: 16.38em;
    }

    .top-left {
      top: 4em;
      left: 16em;
    }

  }

  @media (min-width: 1200px){
    .md-right{
      right: 2em;
      top: 4em;
    }

    .bottom-left{
      left: 2em;
      top: 24em;
    }

    .hex-md-a {
      width: 14em;
      height: 16.14em;
    }

}

  @media (min-width: 1300px){
  .md-right{
      right: 2em;
      top: 4em;
  }

  .bottom-left{
    left: 2em;
    top: 26em;
  }

  .hex-md-a {
    width: 14em;
    height: 16.14em;
  }

  .top-left {
    top: 8em;
    left: 20em;
  }

  /*
  .extra-top-right {
    top: 2em;
    right: 5em;
  }
*/

  }

  @media (min-width: 1500px){
    .md-right{
        right: 4em;
        top: 4em;
    }
  
    .bottom-left{
        left: 2em;
        top: 28em;
    }
  
    .hex-md-a {
      width: 16em;
      height: 18.14em;
    }
  
    }


  @media (min-width: 1700px){
    .md-right{
        right: 6em;
        top: 4em;
    }
  
    .bottom-left{
        left: 4em;
        top: 26em;
    }

    .top-left {
      top: 10em;
      left: 28em;
    }

    }


  @media (min-width: 2000px){
    .md-right{
        right: 4em;
        top: 4em;
    }
  
    .bottom-left{
        left: 7em;
        top: 26em;
    }
  
    .hex-md-a {
      width: 20em;
      height: 22.14em;
    }

    .hex-sm, .hex-sm-warped {
      width: 8em;
      height: 13.3em;
      border-radius: 0.8em;
    }

    .top-left {
      top: 14em;
      left: 35em;
    }
  
    }


  @media (min-width: 2200px){
    .md-right{
        right: 13em;
        top: 10em;
    }
  
    .bottom-left{
        left: -4em;
        top: 34em;
    }
  
    .hex-md-a {
      width: 22em;
      height: 24.14em;
    }
  
    }

  @media (min-width: 500px) and (max-width: 600px){

    .bottom-left{
      left: 2em;
      top: 25em;
    }

    .hex-md-a {
        width: 8em;
        height: 10em;
      }
      
      .hex-sm {
        width: 4em;
        height: 6.6em;
        border-radius: 8px;
      }
  }

@media (max-width: 500px) {

  .hex-md-a {
    width: 11em;
    height: 13em;
  }
  
  .hex-sm {
    width: 5em;
    height: 7.27em;
    border-radius: 16px;
  }

    .customSize {
        padding-left: 2px;
        padding-right: 4px;
        width: 150%;
        height: 100%;
        object-fit: cover;
      }

    .md-right{
        right: 1.5em;
        top: 2em;
    }

    .bottom-left{
      left: 1.5em;
      top: 20em;
    }

    .top-left-merch {
      top: -1em;
      left: 6em;
    }

    .top-left {
        top: 7em;
        left: 12em;
    }

  }

  @media (min-width: 900px) and (max-width: 950px){
    
    .md-right{
        right: 2em;
        top: 4em;
    }

    .bottom-left{
      left: 2em;
      top: 25em;
    }

    .hex-md-a {
      width: 16em;
      height: 18.14em;
    }
  }
  
  @media (max-width: 400px) {
    .hex-md-a {
    width: 6em;
    height: 7.33em;
    }

    .other-bottom-left-md {
        position: absolute;
        top: 10rem;
        left: 12rem;
    }

    .hex-bg-md {
      position: absolute;
      /* clip-path: polygon(23% 32%, 46% 26%, 98% 26%, 90% 58%, 46% 67%, 19% 53%); */
      clip-path: polygon(13% 46%, 87% 45%, 82% 64%, 29% 75%);
      background-color: #F6F6F6;
      height: 35rem;
      width: 36em;
    }

    .center-right-md {
      position: absolute;
      top: -8.3rem;
      right: -7rem;
    }

    .img-margin {
        margin-top: -6em;
    }

    .top-right-warped-md {
        position: relative;
        top: 4.5rem;
        right: -7rem;
    }

    .hex-sm-warped {
        position: absolute;
        /* margin: 1em auto; */
        width: 2.33333335rem;
        height: 4.06666665em;
        border-radius: 0.5em/0.25em;
        background: #60D2FC;
        transition: opacity .5s;
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
    }

    .hex-warped-lg {
        /* position: absolute; */
        clip-path: polygon(14% 29%, 37% 25%, 94% 34%, 79% 75%, 41% 78%, 16% 67%);
        background-size: cover;
        background-position-y: -50%;
        object-fit: cover;
        object-position: center center;
        height: 53vw;
        min-height: 23em;
        margin-bottom: -1.5rem;
    }

    .md-right{
        right: 1.5em;
        top: 1em;
    }

    .top-left-merch {
      top: -3em;
      left: 4em;
    }

    .bottom-left{
        left: 1.5em;
        top: 16em;
    }

    .top-left {
        position: absolute;
        top: 3em;
        left: 8em;
    }
  }

  @media (max-width: 300px) {
    .hex-md-a {
        width: 3em;
        height: 5em;
      }
      
    .hex-sm {
      width: 2em;
      height: 3.33em;
      border-radius: 6px;
    }

    .md-right{
        right: 8em;
        top: 7em;
    }

    .bottom-left{
        left: 1em;
        top: 13em;
    }

    .top-left {
        position: absolute;
        top: -1em;
        left: 2em;
    }
  }

  @media (min-width: 992px) and (max-width: 1000px) {

      .md-right{
        right: 7em;
        top: 7em;
    }
      .bottom-left{
        left: 2em;
        top: 20em;
    }

    .hex-md-a {
      width: 10em;
      height: 13.14em;
    }

    .top-left-merch {
      top: -5em;
      left: 6em;
    }
 
  }


  @media (min-width: 954px) and (max-width: 991px) {
    .hex-md-a {
        width: 16em;
        height: 18.82em;
      }
      
    .hex-sm {
      width: 7em;
      height: 11.10em;
      border-radius: 15px;
    }

    .md-right {
      right: 4em;
      top: 2em;
    }

    .bottom-left{
      left: 2em;
      top: 20em;
    }
 
  }

  @media (min-width: 601px) and (max-width: 800px) {
    .hex-md-a {
        width: 14em;
        height: 16.38em;
      }
      
    .hex-sm {
      width: 7em;
      height: 11.10em;
      border-radius: 15px;
      }

    .md-right {
      right: 2em;
      top: 4em;
    }
    .bottom-left{
      left: 2em;
      top: 20em;
    }

    .top-left-merch {
      top: -1em;
      left: 8em;
    }

    .top-left {
      top: 8em;
      left: 16em;
    }
 
  }

  @media (min-width: 500px) and (max-width: 700px) {
    .hex-md-a {
      width: 11em;
      height: 13.66em;
    }
    
    .hex-sm {
      width: 5em;
      height: 8em;
      border-radius: 10px;
    }

    .top-left-merch {
      top: -1em;
      left: 8em;
    }

    .bottom-left{
      left: 2em;
      top: 22em;
    }

    .top-left {
      position: absolute;
      top: 10em;
      left: 14em;
  }
 
  }

  /*THIS QUERY AFFECTS IMAGE */
  @media (min-width: 500px) and (max-width: 600px){

    .hex-md-a {
      width: 10em;
      height: 11.66em;
    }

    .md-right{
        right: 1.5em;
        top: 4em;
    }

    .bottom-left{
        left: 2em;
        top: 20em;
    }
  }


/* THIS IS THE LOW-HEX */

  @media (min-width: 850px) and (max-width: 990px) {
    
  .low-md-right{
      right: 11em;
      top: 8em;
  }

  .low-bottom-left{
      left: -6em;
      top: 20em;
  }

    }

  @media (min-width: 800px) and (max-width: 1000px) {
    .low-hex-md {
      width: 13em;
      height: 15.66em;
    }
    
    .low-hex-sm {
      width: 5em;
      height: 8.58em;
    }

      .low-md-right{
        right: 6em;
        top: 9em;
    }
    .low-bottom-left{
        left: 8em;
        top: 20em;
    }
 
  }

  @media (max-width: 500px) {

    .low-hex-md {
      width: 7em;
      height: 8.93em;
    }
    
    .low-hex-sm {
      width: 4em;
      height: 6.93em;
    }
  
      .customSize {
          padding-left: 2px;
          padding-right: 4px;
          width: 150%;
          height: 100%;
          object-fit: cover;
        }
  
      .low-md-right{
          right: 3.5em;
          top: 5em;
      }
  
      .low-bottom-left{
          left: 2em;
          top: 12em;
      }
  
    }

  @media (max-width: 430px) {

      .low-hex-md {
        width: 7em;
        height: 8.93em;
      }
      
      .low-hex-sm {
        width: 4em;
        height: 6.93em;
      }
    
        .customSize {
            padding-left: 2px;
            padding-right: 4px;
            width: 150%;
            height: 100%;
            object-fit: cover;
          }
    
        .low-md-right{
            right: 2em;
            top: 3.5em;
        }
    
        .low-bottom-left{
            left: 0.5em;
            top: 8em;
        }
    
    }

  @media (max-width: 350px) {

        .low-hex-md {
          width: 5em;
          height: 6.93em;
        }
        
        .low-hex-sm {
          width: 4em;
          height: 6.93em;
        }
      
          .customSize {
              padding-left: 2px;
              padding-right: 4px;
              width: 150%;
              height: 100%;
              object-fit: cover;
            }
      
          .low-md-right{
              right: 2em;
              top: 3em;
          }
      
          .low-bottom-left{
              left: 2em;
              top: 6.5em;
          }
      
    }

  @media (min-width: 700px) and (max-width: 800px) {

      .low-hex-md {
        width: 10em;
        height: 12.66em;
      }
      
      .low-hex-sm {
        width: 5em;
        height: 8.66em;
      } 

        .low-md-right{
            right: 8em;
            top: 8em;
        }
    
        .low-bottom-left{
            left: 8em;
            top: 20em;
        }
    
    }

  @media (min-width: 500px) and (max-width: 700px) {

        .low-hex-md {
          width: 9em;
          height: 11.93em;
        }
        
        .low-hex-sm {
          width: 4em;
          height: 6.93em;
        }
  
          .low-md-right{
              right: 6em;
              top: 6em;
          }
      
          .low-bottom-left{
              left: 8em;
              top: 18em;
          }
      
    }
  
  @media (min-width: 500px) and (max-width: 620px) {

          .low-hex-md {
            width: 7em;
            height: 8.93em;
          }
          
          .low-hex-sm {
            width: 4em;
            height: 6.93em;
          }
    
            .low-md-right{
                right: 7em;
                top: 8em;
            }
        
            .low-bottom-left{
                left: 6em;
                top: 15em;
            }
        
    }
    
          .swirlie {
            position: absolute;
            z-index: -999;
            width: 100%;
          }

          .swirlie-bg-right {
            background: linear-gradient(to right, rgb(251,254,255),rgb(227,249,254));
          }

          .swirlie-bg-left {
            background: linear-gradient(to left, rgb(251,254,255),rgb(227,249,254));
          }

          .swirlie-1 {
            height: 1000px;
          }

          .swirlie-2 {
            height: 1500px;
          }

          .swirlie-3 {
            height: 2200px;
          }

          .swirlie-4 {
            height: 1000px;
          }

          .clear {
            background: rgba(255,255,255,0)
          }


    /* INERTIA LEVELS:  
    1 close to screen
    2 medium
    3 high above screen
    */

    /*
    .inertia-lvl-1 {
       position: relative; 
      transition: 0.2s;
    }

    .inertia-lvl-2 {
     position: relative; 
      transition: 0.2s;
    }

    .inertia-lvl-3 {
       position: relative; 
      transition: 0.2s;
    }
          */

    /* ROTATION ANIMATIONS */
    .animate-rotation {
      animation: rotate 15s ease-in-out infinite;
    }

    @keyframes rotate {
      from{ transform: rotate(-5deg) }
      50%{ transform: rotate(5deg) }
      to{ transform: rotate(-5deg) }
    }


    .moveit {
      transform: translateX(-8px);
    }



    /* BIONIC KID CAROUSEL STYLING */

    .fade-in-initial {
      animation: fade-in-initial 0.5s ease-in-out;
    }
    @keyframes fade-in-initial {
      from{opacity: 0;}
      to{opacity: 1;}
    }

    .sam-img {
      max-width: 105%;
      position: absolute;
      left: -10px;
      top: -15px;
    }

    .sam-upper_triangle {
      position: absolute;
      left: 190px;
      z-index: -1;
      width: 30%;
      top: 10px;
      animation: rotate 10s ease-in-out infinite;
    }
    

    .sam-mid_triangle {
      position: absolute;
      left: 140px;
      top:160px;
      z-index: -1;
      width: 50%;
      animation: rotate 20s ease-in-out infinite;
    }

    .sam-arrow-1 {
      position: absolute;
      left: 120px;
      top:270px;
      z-index: -1;
      width: 15%;
      animation: sam-arrow 5s ease-in-out infinite;
    }
    .sam-arrow-2 {
      position: absolute;
      left: 160px;
      top:315px;
      z-index: -1;
      width: 15%;
      animation: sam-arrow 5s ease-in-out 0.4s infinite;
    }
    .sam-arrow-3 {
      position: absolute;
      left: 200px;
      top:360px;
      z-index: -1;
      width: 15%;
      animation: sam-arrow 5s ease-in-out 0.8s infinite;
    }

    @keyframes sam-arrow {
      from{ translate: 0px 0px }
      50%{ translate: -10px -10px }
      to{ translate: 0px 0px }
    }



    .girl2-img {
      width: 50%;
      position: absolute;
      left: 65px;
      top: 11px;
    }

    .girl2-shape {
      position: absolute;
      width: 70%;
      left: 30px;
      top: 70px;
      z-index:-10;
    }

    .girl2-shape_bottom {
      position: absolute;
      width: 69.5%;
      left: 31px;
      top: 340px;
      z-index:11;
    }

    /*
    .girl2-blocker {
      width: 250px;
      height: 20px;
      background: white;
      z-index: 10;
      position: absolute;
      top: 423px;
      left: 70px;
      rotate: -18deg;
    }
      */

    .girl2-arrow-1 {
      position: absolute;
      left: 330px;
      top:30px;
      z-index: -1;
      width: 22%;
      animation: girl2-arrow 5s ease-in-out infinite;
    }
    .girl2-arrow-2 {
      position: absolute;
      left: 360px;
      top:100px;
      z-index: -1;
      width: 22%;
      animation: girl2-arrow 5s ease-in-out 1s infinite;
    }
    .girl2-arrow-3 {
      position: absolute;
      left: 390px;
      top:170px;
      z-index: -1;
      width: 22%;
      animation: girl2-arrow 5s ease-in-out 2s infinite;
    }

    @media (max-width: 1200px){

      .girl2-img {
        width: 40%;
        top: 46px;
        left: 130px;
      }

      .girl2-shape {
        width: 60%;
        left: 100px;
      }

      .girl2-shape_bottom {
        display: none;
      }

      .girl2-arrow-1 {
        width: 12%;
        top: 60px;
        left: 320px;
      }

      .girl2-arrow-2 {
        width: 12%;
        top: 100px;
        left: 337.5px;
      }

      .girl2-arrow-3{
        width: 12%;
        top: 140px;
        left: 355px;
      }

    }



    @keyframes girl2-arrow {
      from{ translate: 0px 0px }
      50%{ translate: -5px -10px }
      to{ translate: 0px 0px }
    }

    .alex-img {
      width: 35%;
      position: absolute;
      left: 150px;
      top: -12px;
    }

    .alex-img-scaling {
      width: 100%;
      height: auto;
      margin-left: 40px;
      overflow-x: visible;

      @media (max-width: 991px){
        display: flex;
        justify-content: start;
        margin-left: -45px;
      }

      @media (max-width: 767px){
        display: flex;
        justify-content: center;
        margin-left: 20px;
      }

      @media (max-width: 550px){
        margin-left: 0px;
        margin-right: 0px;
      }

    }

    .alex-hex_big {
      position: absolute;
      left: 110px;
      top: 58px;
      z-index: -1;
      width: 52%;
    }

    .alex-circuit-1 {
      position: absolute;
      left: 290px;
      top: 260px;
      z-index: -1;
      width: 20%;
    }

    .alex-circuit-2 {
      position: absolute;
      rotate: 180deg;
      left: 50px;
      top: 0px;
      z-index: -1;
      width: 20%;
    }

    .alex-hex_small-1 {
      position: absolute;
      left: 43px;
      top: 240px;
      z-index: -1;
      width: 22%;
      animation: rotate-around-clockwise 30s linear infinite;
    }

    .alex-hex_small-2 {
      position: absolute;
      left: 140px;
      top: 300px;
      z-index: -1;
      width: 22%;
      animation: rotate-around-counterclockwise 30s linear infinite;
    }

    .boy2-img {
      position: absolute;
      width: 100%;
      z-index: 2;
      left: 20px;
      top: -0px;

      @media (max-width: 991px){
        width: 90%;
        left: 40px;
        top: 0%;
      }

    }

    .boy2-shape {
      width: 70%;
      position: absolute;
      left: 120px;
      top: 90px;
      z-index: 1;

      @media (max-width: 991px){
        width: 60%;
        left: 140px;
        top: 100px;
      }

    }

    .boy2-scaling {
      @media (max-width: 1200px){
        display: flex;
        justify-content: start;
        margin-left: -45px;
      }

      @media (max-width: 991px){
        margin-left: -120px;
      }

      @media (max-width: 767px){
        margin-left: -35px;
      }

      @media (max-width: 570px){
        margin-left: -50px;
      }

      @media (max-width: 480px){
        margin-left: -65px;
      }

      @media (max-width: 430px){
        margin-left: -100px;
      }
    }

    @keyframes rotate-around-clockwise {
      from { rotate: 0deg }
      to { rotate: 360deg }
    }
    @keyframes rotate-around-counterclockwise {
      from { rotate: 0deg }
      to { rotate: -360deg }
    }

    .floating {
      animation-name: floating;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
    }

    .floating-2 {
      animation-name: floating-2;
      animation-duration: 4s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
    }
    .floating-3 {
      animation-name: floating-3;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
    }

    @keyframes floating {
      0% {transform: translate(0, 0px);}
      50% {transform: translate(0, 15px);}
      100% {transform: translate(0, 0px);}
    }

    @keyframes floating-2 {
      0% {transform: translate(0, 0px);}
      50% {transform: translate(0, 15px);}
      100% {transform: translate(0, 0px);}
    }

    @keyframes floating-3 {
      0% {transform: translate(0, 0px);}
      50% {transform: translate(0, 15px);}
      100% {transform: translate(0, 0px);}
    }


   .nav-underline {
      display: block;
      padding: 0.5rem 1rem;
      transition: 0.3s;
      text-decoration: #FFFFFF00 underline;
      text-underline-offset: 5px;
      text-decoration-thickness: 3px;
      display: inline-block;
    }

    .nav-underline:hover{
      color: #2a94d4;
      text-underline-offset: 5px;
      text-decoration: #2a94d4 underline;
      text-decoration-thickness: 3px;
    }
    .nav-underline::after {
      content: '';
      height: 7px;
      border-radius: 15px;
      display:block;
    } 

    .bionic-kid-grow {
      animation: bionic-kid-grow 20s ease infinite;
    }
    @keyframes bionic-kid-grow {
      from{
        scale: 90%;
        transform: translateY(15px);
      }
      30% {
        scale: 100%;
        transform: translateY(0px);
      }
      to{
        scale: 90%;
        transform: translateY(15px);
      }
    }

    .sam-animations {
      animation: bionic-kid-grow 20s ease infinite, fade-in-initial 1s ease-in-out;
    }

    /*

    .girl2-grow {
      animation: girl2-grow 20s ease infinite;
    }
    @keyframes girl2-grow {
      from{
        scale:90%;
        transform: translateY(20px);
      }
      30%{
        scale:100%;
        transform: translateY(0px);
      }
      to{
        scale:90%;
        transform: translateY(20px);
      }
    }
*/

  #engage-hex {
    background-image: url(../img/KingsAcademyFieldTrip2.jpg);
    background-size: 80%;
    background-position-y: 200px;
    background-position-x: 110px;
    width: 800px;
    height: 800px;
  }

/* MAKE RESPONSIVE FOR ***BIIIIIG*** SCREENS! */
@media screen and (min-width: 1600px) {

  /* TITLE TEXT */
  .title-txt {
    font-size: 5rem;
  }
  .good-vibes-title {
    font-size: 17rem;
  }
  
  /* "PARAGRAPH" TEXT */
  .caption {
    font-size: 1.8rem;
  }
  .caption-2 {
    font-size: 1.1rem;
  }
  .caption-3 {
    font-size: 1.4rem;
  }
  
  .section-header {
    font-size: 3.5rem;
  }

  /* BUTTONS */
  .gradient-btn {
    font-size: 1.6rem;
    padding: 22px 44px;
  }


  .container {
    width: 90vw;
    max-width: 2000px;
  }
  .carousel-inner {
    transform: scale(175%) translateY(15%);
  }

  .video-card {
    width: calc(450px * 1.5);
    height: calc(250px * 1.5);
  }
  .video-card img {
    height: calc(250px * 1.5) !important;
  }
  .slider {
    height: calc(250px * 1.5);
  }

  .video-card-text h4 {
    font-size: 2.25rem;
  }
  .video-card-text p {
    font-size: 1.5rem;
  }

  .hex-img-lg {
    height: 45em;
    width: 40em;
  }

  .bottom-left {
    left: 10em;
  }

  #engage-hex {
    width: 60vw;
    height: 40vw;
  }

  .klavika {
    font-size: 2rem;
  }

  .index-card {
    height: 700px;
  }

  .txtLink {
    font-size: 1.8rem;
  }

} 

@-moz-document url-prefix() {
  .firefox-para-margin {
    margin-bottom: 4rem;
  }
}


.transparentBG {
  background-color: transparent;
  background-image: none;
}


iframe {
  pointer-events: none;
}