* {
  user-select: none; /* Standard syntax */
}

@font-face {
  font-family: Altone;
  src: url(fonts/altone/AltoneTrial-Regular.ttf);
}

@font-face {
  font-family: Altone-Bold;
  src: url(fonts/altone/AltoneTrial-Bold.ttf);
}

@font-face {
  font-family: Degila;
  src: url(fonts/degila/Degila.ttf);
}

@font-face {
  font-family: Degila-Italic;
  src: url(fonts/degila/Degila-Italic.ttf);
}

body {
  width: auto;
  min-height: 100vh;
  height: fit-content;
  position: relative;
  padding: 40px 20px 0px 20px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: linear-gradient(
    180deg,
    #1b0627 0%,
    #2f133f 38.02%,
    #51274d 75%,
    #743069 100%
  );
  color: white;
}

#logobg {
  background-image: url(./img/VHACK.png);
  background-blend-mode: lighten;
  display: flex;
  justify-content: center;
}

#logo {
  opacity: 0.15;
  position: absolute;
  width: 446px;
  height: 448px;
  top: 5%;
  bottom: 39%;
}

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "Degila";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 45px;
  /* or 113% */
}

h2 {
  font-family: Altone;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 25px;
  /* or 117% */

  color: #ffffff;
}

h1,
h2 {
  letter-spacing: 0.5px;
  margin: 0;
}

#line {
  line-height: 60px;
}

.first {
  background: linear-gradient(
    180deg,
    #c86b98 25.52%,
    #ffc1a0 55.73%,
    #fcd4c3 91.15%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent */
  letter-spacing: 0.1px;
}

#tagline {
  font-family: "Degila";
  font-style: italic;
  font-weight: 400;
  font-size: 25px;
  line-height: 20px;
  padding: 0px 0px 0px 5px;
  /* or 232% */

  letter-spacing: -0.02em;

  color: #fcd4c3;
}

#desc {
  width: fit-content;
  font-family: Altone;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;

  text-align: justify;

  color: #ffffff;
}

.container-2-box1,
.container-2-box3,
.container-2-box4,
.container-2-box5 {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-1,
.container-2 {
  max-width: 1100px;
  margin: 0 auto;
}

.container-2 {
  margin-top: 5rem;
}

.container-1 div {
  padding: 5px;
}

.container-2-box3 {
  width: 100%;
  margin: auto;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;

  background: rgba(255, 255, 255, 0.22);
  border-radius: 20px;

  text-align: center;
  font-family: Altone;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.container-2-box4 {
  font-family: Altone;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;

  text-align: right;

  color: #ffffff;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-1 {
  flex: 2;
}

.box-2 {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

#announce {
  position: relative;
  bottom: 10px;
}

#container-cd {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.cdbox {
  position: absolute;
  padding: 5px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #c86b98;
  mix-blend-mode: luminosity;
  border: 7px solid rgba(199, 180, 255, 0.1);
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  opacity: 0.5;
}

#time {
  height: 102px;
  padding: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  color: white;
  background: linear-gradient(
    180deg,
    #ffffff 100.44%,
    #8a8a8a 68.23%,
    #464646 84.37%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  mix-blend-mode: luminosity;
}

#time > p {
  margin: 0;
  padding: 0.75rem;
  padding-bottom: 1rem;
}

.cd-num {
  font-size: 45px;
  background: linear-gradient(180deg, #FFFFFF 23.44%, #8A8A8A 68.23%, #464646 84.37%);
}

.cd-label {
  font-size: 15px;
  background: white;
}

.cd-label,
.cd-num {
  font-family: Altone;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* or 110% */

  text-align: center;

  color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  mix-blend-mode: luminosity;
}

#email {
  color: white;
  margin: 5px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  text-align: center;
  vertical-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  gap: 24px;
  width: 300px;
  height: 40px;
  font-family: Altone;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  /* identical to box height, or 125% */

  text-align: center;
}

.submit {
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 120px;
  border-radius: 20px;
  font-family: Altone;
  color: black;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  /* line-height: 25px; */
  /* height: auto; */
  background: rgba(252, 212, 195, 0.8);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;

  /* Note: backdrop-filter has minimal browser support */

  /* border-radius: 20px; */
}

.submit:hover,
.submit:focus,
.submit:active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
}

.contact {
  margin: auto;
  justify-content: center;
  text-align: center;
  font-family: Altone;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.contact a {
  color: #ff8d51;
  text-decoration: none;
}

a:-webkit-any-link {
  cursor: pointer;
}

a:hover {
  color: #c7b4ff;
}

#power{
margin-right: 3rem;
}

#power p{
 font-size: 1.5em;
}

#organizer {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
}

#social {
  display: flex;
  flex-direction: row;
}

#CSS,
#MS {
  width: 66.75px;
  height: 67.75px;
}

#USM {
  width: fit-content;
  height: 40px;
}

#FB,
#IG,
#LI {
  width: 35px;
  height: 35px;
  padding: 5px;
  filter: opacity(50%);
}

#social img:hover {
  filter: opacity(100);
}

footer {
  font-family: Altone;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  /* identical to box height, or 156% */

  text-align: center;

  background: linear-gradient(
    180deg,
    #ffffff 9.9%,
    #808080 61.98%,
    #242424 89.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.invisible {
  clear: both;
  visibility: hidden;
}

@media only screen and (max-width: 640px) {
  .box-1 {
    text-align: center;
  }

  #desc {
    width: auto;
    font-size: 20px;
    line-height: 1.25;
  }

  #announce {
    padding: 50px 0px 0px 0px;
  }

  .container-2 {
    padding: 20px 0px 0px 0px;
    margin-top: 0;
  }

  p {
    font-size: 20px;
  }

  body {
    width: auto;
    height: fit-content;
    padding: 0px;
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
  }

  #time {
    width: 60px;
    height: 82px;
  }

  .cd-num {
    font-size: 25px;
  }

  .cd-label {
    font-size: 11px;
  }

  #container-cd {
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
    gap: 0.5rem;
    margin: 0 auto;
  }

  .container-2-box3{
    flex-direction: column;
  }

  #power{
    margin-right: 0
  }

  #organizer {
    width: 100%;
    justify-content: center;
    flex-direction: row;
    gap: .5rem;
  }

  #logo{
    width: 100%;
    height: auto;
  }

  #USM {
    width: 50%;
    height: auto;
  }
}

@media (min-width: 815px) {
  .box-1 {
    text-align: left;
  }

  .container-1 {
    display: flex;
    padding: 10px;
    justify-content: space-between;
  }

  .container-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 70px 0px 70px;
  }

  .container-2-box2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .box2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
  }
}
