@font-face {
  font-family: 'Metropolis';
  src: url('fonts/Metropolis-Black.otf');
}
*{
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background-color: #161616;
  font-family: "Metrophobic", sans-serif;
  color: #f1ebeb;
  padding-top: 65px;
  width: 100vw;
  overflow-y: scroll;
  max-width: 100vw;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: inherit; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #54dcf2; 
}

a .email{
  text-decoration: none;
  color: white;
}

.container {
  width: 80vw;
  margin: 0 10vw;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  padding-top: 100px;
}
.container-bottom{
  margin-bottom: 10vh;
}

h2 {
  margin: 1rem 0;
  font-weight: bold;
}

h3 {
  margin: 1rem 0;
  padding: 1rem 0;
}


/* navbar */
.navbar {
  font-family: "Metrophobic";
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12pt;
  background-color: #161616;
  padding-bottom: 1rem;
}

.nav-logo {
  display: none;
  float: center;
  width: 100%;
}

.navbar a {
  color: #ffffff;
}

.navbar a:hover {
  color: #54dcf2;
}

/* Navbar Toggler */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 92' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke=' rgb(252, 163, 243) ' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-radius: 3px;
  color: white;
  padding: 1rem;
  float: left;
}

/* Navbar Outline */
.navbar .navbar-toggler {
  outline: none;
  float: left;
  z-index: 99;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #54dcf2;
  background-color: #161616;
  border-bottom: 1px solid #54dcf2;
  border-radius: 0;
}

/* home */
.home-image{
  max-height: 80vh;
}

.button {
  margin-top: 1em;
  
  background: linear-gradient(266.72deg, rgb(252, 163, 243) 2.79%, #814d7b 124.07%);
  box-shadow: 19px 13px 10px #000000;
  border-radius: 10px;
  color: black;
  font-weight: bold;
  border: none;
  letter-spacing: 1px;
  border-radius: 0.5rem;
  
}

.button-register{
  padding: 1rem 5rem;
}
.button-brochure{
  width: 280px;
  padding: 1rem 1rem;
}

.button:hover, .button:focus, .button:active, .btn:active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active  {
 
  background: linear-gradient(266.51deg, #54DCF2 2.78%, #2A727D 137.53%);
  border-radius: 10px;
  outline: none;
}


.heading-home {
  white-space: nowrap;
  font-family: Metropolis;
  font-style: normal;
  font-weight: bold;
  font-size: 5rem;

  color: #161616;
  /* identical to box height */
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #54DCF2;

  text-shadow: 0px 5px 10px rgba(84, 220, 242, 0.25), 5px 0px 10px rgba(84, 220, 242, 0.25), 0px -5px 10px rgba(84, 220, 242, 0.25), -5px 0px 10px rgba(84, 220, 242, 0.25);


}

.brand-pic {

  width: auto;
}

/* about */
.about-row {
  align-items: center;
}

.img-2 {
  max-width: 60%;
  min-width: 40%;
}
.img-3{
  max-width: 70%;
  min-width: 40%;
}


.heading-about {
  font-family: Metropolis;
  font-style: normal;
  font-weight: bold;
  font-size: 5rem;

  color: #161616;
  /* identical to box height */
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #FCA3F3;

  text-shadow: 0px 5px 10px rgba(252, 163, 243, 0.25), 5px 0px 10px rgba(252, 163, 243, 0.25), 0px -5px 10px rgba(252, 163, 243, 0.25), -5px 0px 10px rgba(252, 163, 243, 0.25);
}

.navbar-brand{
  margin: 0 1rem;
}
.hr-about {
  margin-bottom: 2rem;
  width: 50%;
  height: 0;
  border: 1px solid #fca3f3;
}

/* resources */
.resources-row {
  align-items: center;
}

/* stream */

.stream-display {
  width: 100%;
  height: 435px;
  background: #5f5d5d;
  border-radius: 15px;
}

/* sponsor */


.glide{
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.glide__arrow{
  border: none;
}
.glide__arrow>i{
  color: #54DCF2;
}

.glide__slide{
  background-color: #3E4A51;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 250px;
  width: 250px;
  padding: 2rem ;
}

.glide__slide img{
  padding: 1rem;
}

.glide__arrow--left{
  transform: translateX(-8vw);
}

.glide__arrow--right{
  transform: translateX(8vw);
}


/* contact us */


.contact-image {
  display: inline-block;
  margin: 1rem 0;
}

.contact p {
  display: inline-block;

}

/* footer */
.footer {
  width: 100vw;
  color: white;
  background: #3E4A51;
  padding: 10vh 10vw;
}

.notify {
  margin: 5rem 0;
  padding: 0;
}

.notify input {
  padding: 0.5rem 2rem;
  background: white;
  width: 60%;
  color: black;
  display: inline-block;
}

.notify input::placeholder {
  color: rgb(0, 0, 0);
  font-size: 1rem;
}

.form-container{
  padding: 0;
}

/* register form */
.register-form{
  margin-top: 2rem;
}

.form-input {
  border-radius: 10px;
  border: none;
  height: auto;
  max-width: 100%;
  background-color: #3e4a51;
  color: white;
  text-align: left;
  margin-bottom: 1rem;
  padding:1rem 3rem;
  font-size: 1rem;
  width: 30rem;
}

.form-input:focus {
  outline: none;
}

.form-input::placeholder, input:-internal-autofill-selected  {
  font-size: 1rem;
  
}

.f-text {
  font-size: 0.8rem;
}
.adjust{
  margin:2rem 0;
  padding-left:2rem;
  text-align:right;
}

.social-image{
  height: 3rem;
}


@media (max-width: 992px) {

  body{
    overflow-x: hidden;
  }

  .form-input{
    width: 100%;
  }
  .form-input, .form-input::placeholder,p {
    text-align: center;
  }
  
  .heading-home{
    white-space: normal;
  }
  .nav-logo {
    display: block;
    margin-top: -50px;
  }
  .container {
    margin: 0 10vw;
  }
  .container-bottom{
    margin-bottom: 10vh;
  }
  
  .heading-about,
  .heading-home {
    font-size: 3rem;
    text-align: center;
  }

  body {
    text-align: center;
  }

  .img-2 {
    padding: 0 5vw;
  }

  .btn {
    min-width: 50%;
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .social-image {
    height: 2rem;
    width: auto;
  }

  h3 {
    margin: 0.5rem 0;
    padding: 1rem 0;
  }

  .footer-heading {
    font-size: 1.5rem;
  }

  .footer-text-small {
    font-size: 1.2rem;
  }

  .f-text {
    margin: 0;
  }

  .notify {
    margin: 2rem;

  }

  .footer {
    padding: 10vh 5vw;
  }


  .hr-about {
    width: 70%;
  }

  .glide__arrow--left{
    transform: translateX(-15vw);
  }
  
  .glide__arrow--right{
    transform: translateX(15vw);
  }
  .img-container{
    max-height: 40vh;
  }
  .img-fluid{
    max-height: 40vh;
  }
  .navbar-brand-inside{
    display: none;
  }
  .adjust{
    padding-left:0;
    text-align:center;
  }
}


@media(max-width: 552px){
  .social-image{
    height: 1.5rem;
  }
  .heading-about, .heading-home{
    font-size: 2.5rem;
  }
  
 
  .button{
    width: 100%;
  }
  .container {
    width: 90vw;
    margin: 0 5vw;
    
  }
  p{
    font-size: 1rem;
  }
  h3{
    font-size: 1.3rem;
    font-weight: 900;
  }
  h2{
    font-size: 1.5rem;
  }
  .btn{
    font-size: 1rem;
  }
  
  .container-bottom{
    margin-bottom: 10vh;
  }
  
}

@media (max-width: 320px){
  .button{
    width: 100%;
    padding: 0.5rem;
  }
  
  .container-bottom{
    margin-bottom: 10vh;
  }
  
  .heading-about, .heading-home{
    font-size: 2rem;
  }
  .contact-inner >p{
    font-size: 0.9rem;
  }
}

@media (max-width: 250px){
  .contact-inner >p{
    font-size: 0.8rem;
  }
}

.sponsor-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.sponsor-container>img{
  border-radius: 10px;
  
  padding: 3rem;
}

