* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
    font-family: sans-serif;
    justify-content: center;
    background-color: white;
  }

.intro {
  height: 100vh;
}

.intro video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: rgb(255, 255, 255);
}

section {
  color: black;
  margin-bottom: 100px;
}

section h1 {
  padding-top: 200px;
  margin-bottom: 200px;
  text-align: center;
  font-size: 80px;
}

.h2 {
  padding-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
}



.box {
  width: 380px;
  position: relative;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.card {
  width: 380px;
  padding: 50px;
  margin-bottom: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  box-shadow: 0 35px 68px 0 rgba(136, 174, 222, 0.42),
    inset 0 -8px 16px 0 #b9d1f1;
  position: relative;
  backdrop-filter: blur(15px);
  z-index: 10;
}
.card-title {
  font-size: 32px;
  margin: 0 0 8px 0;
  line-height: 1.3;
  padding-top: 10px;
}
.card-text {
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
}

.drop {
  background: rgba(238, 6, 255, 0.54);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: block;
  margin: 0 auto;
  padding-right: 50px;
}

.drop1 {
  width: 150px;
  height: 150px;
  top: 120px;
  left: -50px;
  z-index: 2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: #ff7676;
}

.drop2 {
  width: 40px;
  height: 40px;
  top: -30px;
  left: -80%;
  right: 0;
  z-index: 4;
  background-color: #ffe70c;
}

.drop3 {
  width: 60px;
  height: 60px;
  top: 120px;
  right: -30px;
  z-index: 3;
  background-color: #3a8adf9c;
}

.drop4 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -55px;
  right: 20px;
}

.portfolio {
  width: 380px;
  padding: 50px;
  border-radius: 30px;
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  box-shadow: 0 35px 68px 0 rgba(136, 174, 222, 0.42),
    inset 0 -8px 16px 0 #b9d1f1;
  position: relative;
  backdrop-filter: blur(15px);
  z-index: 10;
}

#img1 {
 margin-top: 20px;
 margin-bottom: 40px;
}

@media screen and (max-width:480px){
    .intro { display:none; }
    .magic { display:none; }
}
