*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7; 
}

h1{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin-top: 20px;
  background-color: rgb(25, 24, 25);
  color: #fff;
}
h1:hover{
    background-color: rgb(32, 128, 138);
    cursor: pointer;
}
#card{
    display: flex;
    padding:100px;
    gap:35px;
    flex-wrap: wrap;
}
.card1{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card1 img{
  width:200px;
  height: 200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card1 h2{
    text-align: center;
    margin: 10px;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card1 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card1 button:hover{
    background-color: black;
    color: antiquewhite;
}
.card2{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card2 img{
  width:200px;
  height:200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card2 h2{
    text-align: center;
    margin: 10px;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card2 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card2 button:hover{
    background-color: black;
    color: antiquewhite;
}
.card3{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card3 img{
  width:200px;
  height:200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card3 h2{
    text-align: center;
    margin: 10px;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card3 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card3 button:hover{
    background-color: black;
    color: antiquewhite;
}
.card4{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card4 img{
  width:200px;
  height:200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card4 h2{
    text-align: center;
    margin: 10px;
    font-size: 26px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card4 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card4 button:hover{
    background-color: black;
    color: antiquewhite;
}
.card5{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card5 img{
  width:200px;
  height:200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card5 h2{
    text-align: center;
    margin: 10px;
    font-size: 26px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card5 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card5 button:hover{
    background-color: black;
    color: antiquewhite;
}
.card6{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card6 img{
  width:200px;
  height:200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card6 h3{
    text-align: center;
    margin: 10px;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card6 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card6 button:hover{
    background-color: black;
    color: antiquewhite;
}
.card7{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card7 img{
  width:200px;
  height:200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card7 h3{
    text-align: center;
    margin: 10px;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card7 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card7 button:hover{
    background-color: black;
    color: antiquewhite;
}
.card8{
    width: 300px;
    height:400px;
    background-color: rgba(13, 220, 220, 0.663);
    border-radius: 50px;
    padding:50px 50px;
    box-shadow: 10px 20px 10px;
}
.card8 img{
  width:200px;
  height:200px;
  border-radius: 30%;
  border: 2px solid black;
}
.card8 h3{
    text-align: center;
    margin: 10px;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.card8 button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 50px;
    cursor: pointer;
}
.card8 button:hover{
    background-color: black;
    color: antiquewhite;
}
