* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: "Lato", sans-serif;

}
ul,
ol {
  list-style-type: none;
}
a
 {
  text-decoration: none;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}

#bannerpart {
    background-image: linear-gradient(to right top, #da91e5, #b780d2, #956fbf, #745eab, #534e96);

  height: 700px;
  padding: 50px;
}
#bannerpart h2 {
  font-weight: 600;
  color: #fef3ff;
}
#bannervenuepart{
    background-image: linear-gradient(to right top, #da91e5, #b780d2, #956fbf, #745eab, #534e96);

  height: 700px;
  padding: 50px;
}

.videobox{
background: url(../images/pexels-nurseryart-346885.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 100px 0;
text-align: center;
}
