.text-primary {
  color: rgb(177, 0, 177) !important;
}
.text-white a {
  color: white;
}
input[placeholder] {
  color: rgb(177, 0, 177) !important;
}
.hero-section {
  background-image: url(../img/vr\ website\ illustrations1.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-position: center left;
  width: 100%;
  background-size: cover;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.11);
  width: 100%;
  height: 500px;
}
.overlay h1,
h2 {
  color: white;
  padding-left: 200px;
  z-index: 01;
}
.overlay h1 {
  padding-top: 150px;
  font-size: 60px;
  background: radial-gradient(purple, black, purple, black, purple);
  background-size: 600px;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.overlay .hero-btn a {
  text-decoration: none;
  color: white !important;
  font-size: 15px;
  font-weight: 600;
}
.overlay .hero-btn {
  margin-left: 200px;
  margin-top: 60px;
  border-radius: 6px;
  background-color: purple;
  color: white;
  padding: 8px 18px;
  border: 1px solid purple;
  cursor: pointer;
}
.overlay button:hover {
  background-color: white;
  color: purple !important;
}
.overlay .hero-btn a:hover {
  color: purple !important;
}

.blog-item .tes-Btn a {
  background: red !important;
}

.blog-item .tes-Btn a {
  color: white !important;
}

/* Working on the media queries */
/* The Hero Section */
@media (max-width: 768px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.541);
    width: 100%;
    height: 500px;
  }
  .overlay h1,
  h2 {
    color: white;
    padding-left: 10px;
  }
  .overlay h1 {
    padding-top: 150px;
    font-size: 30px;
  }
  .overlay h2 {
    font-size: 20px;
  }
  .overlay .hero-btn a {
    text-decoration: none;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
  }
  .overlay .hero-btn {
    margin-left: 20px;
    margin-top: 60px;
    border-radius: 6px;
    background-color: purple;
    color: white;
    padding: 8px 18px;
    border: 1px solid purple;
    cursor: pointer;
  }
}

/* For the landing page body information. tablet view */
@media (max-width: 768px) {
  .media-2about {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -60px;
  }
  .media-2about-text {
  }
  .media-2about-image {
  }
  /* The about 3 cards */
  .media-3about-image {
    margin-top: -60px;
  }
  .media-3about-text .text-left h1 {
    margin-top: -50px;
  }
  /* The about 4 cards */
  .media-4about {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -60px;
  }
  .media-4about-text {
  }
  .media-4about-image {
  }
  /* the about 5 card */
  .media-5about-image {
    margin-top: -60px;
  }
  .media-5about-text .text-left h1 {
    margin-top: -50px;
  }
  /* the about 6 card */
  .media-6about {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -60px;
  }
  .media-6about-text {
  }
  .media-6about-image {
    margin-top: 0px;
    left: 0;
  }
}

/* For smallest */

/* The FAQ styling is here */
#accordion .accordion-item .accordion-header button {
  margin-left: 23vw !important;
  border: 0px solid purple !important;
  background: transparent !important;
}

/* Create an account section */
.reg-btn a {
  text-decoration: none;
  color: white;
}
.reg-btn a:hover {
  color: purple;
  font-weight: 700;
}
.reg-btn {
  background: purple;
  color: white;
  border: 2px solid purple;
  border-radius: 3px;
  padding: 9px;
}
.reg-btn:hover {
  background: white;
  color: purple;
}
/* Onscroll effect */

.hidden {
  opacity: 0;
  filter: blur(3px);
  transform: translateX(100%);
  transition: all 1s;
}
.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

/* Eye and number of views on the testimonials */
.eye-btn {
  display: flex;
  justify-content: space-between !important;
}
.eye-image {
  margin-left: 130px;
}
/* The reset password page */
.bdcolour {
    border: 4px solid #500050;
    margin-top: 15vh;
}

.resetHead {
    color: #500050;
}
