* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text {
  font-size: 30px;
}
.video-display {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-display video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 40;
}
.video-text {
  position: absolute;
}
.heading1 {
  display: block;
  font-size: 50px;
  margin: 0px 10px;
}
.page-image {
  row-gap: 1px;
  object-fit: cover;
}
.page-image img {
  width: 100%;
  height: 800px;
  opacity: 1;
  padding: 30px;
  border-radius: 10px;
}
.trading-btn {
  background-color: rgba(96, 96, 234, 0.362);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 0px 200px 70px 200px;
}
.start-trading {
  color: white;
  font-size: 25px;
  text-decoration: none;
}
.support-text {
  color: white;
}
.about-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-icon div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(126, 126, 243, 0.486);
  padding: 4px;
  margin: 0px 8px 0px 4px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.page-image1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-img {
  width: 100%;
  height: 400px;
  opacity: 0.6;
  border-radius: 600px;
}
.parent {
  height: 500px;
  background-color: rgb(245, 241, 241);
  width: 100%;
  margin: 10px 50px;
}
.child1 {
  width: 100%;
  margin: 5px;
  padding: 10px 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.child2 {
  height: 200px;
  width: 100%;
  margin: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.child2-btn {
  border: 3px solid green;
  border-radius: 50px;
  padding-left: 6px;
  padding-right: 10px 6px;
  margin: 10px 30px 5px 30px;
}
.children li {
  line-height: 40px;
}
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}
img {
  width: 100%;
}
.footer {
  padding: 10px;
}
.footer div h5 {
  color: white;
}
.footer div a {
  text-decoration: none;
  color: rgba(215, 212, 212, 0.68);
}
.footer div a p {
  margin: 0px;
}
footer div p {
  margin: 0px;
}
.sub-btn {
  background-color: rgba(96, 96, 234, 0.362);
  border-radius: 50px;
  margin-top: 5px;
  padding: 5px 20px;
}
.card {
  height: 350px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.card.one {
  background-image: url(../../video/promo1.png);
}

.card.two {
  background-image: url(../img/41000466.jpg);
}

.card.three {
  background-image: url(../img/pic.jpg);
}

.card.four {
  background-image: url(../img/promotions/promo_3.png);
}
.list {
  width: auto;
}

.hero {
  background: url("../img/hero.jpg") no-repeat center center;
}
