html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Sora", sans-serif;
}
.header {
  padding: 1.6rem 0;
}
.header a {
  text-decoration: none;
}
input {
  border-radius: 0 !important;
}
.form-control {
  border-radius: 0;
}
.header h1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #3c40c6;
}
.header h1 {
  transition: all 0.42s ease;
}
.header h1 span {
  color: #34e7e4;
  transition: all 0.42s ease;
}
.header h1:hover {
  transform: scale(1.1);
}
.menu ul {
  display: inline-block;
  align-self: center;
}
.menu ul li {
  display: inline;
  text-decoration: none;
  font-size: 1rem;
  padding-left: 1.6rem;
  /* font-weight:  bold; */
  transition: all 0.42s;
  position: relative;
}
.menu a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.menu a:hover {
  color: #3c40c6;
}
.menu a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #3c40c6;
  bottom: -3px;
  left: 0;
  transition: all 0.42s;
}
.menu a:hover::after {
  width: 100%;
}
.main_display {
  height: 60vh;
  background-image: url("../images/character-min.jpg");
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
}
.main_text {
  font-size: 1.2rem;
}
.main_text p {
  font-size: 14px;
  line-height: 1.6;
}
/* Code for articles on the index page */
.article_grouping {
}
.article_grouping h3 {
  font-size: 1.4rem;
}
.formform h4 {
  color: #525252;
  font-size: 2.4rem;
  font-weight: bold;
}
.article_grouping p {
  margin-bottom: 2.4rem;
  font-size: 14px;
  line-height: 1.6;
}
/*begin for styling on home page for bullets sections*/
.display2 {
  /* height:  40rem; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
  padding: 2.4rem;
}
.display2 span {
  font-weight: bold;
}
.display2 i {
  font-size: 2.4rem;
  border: 2px solid #3c40c6;
  border-radius: 50%;
  padding: 1rem;
  color: #3c40c6;
  margin-left: 50%;
  transform: translateX(-50%);
}
.display2 p {
  padding: 2.4rem;
  font-size: 14px;
  color: #000;
  max-width: 28rem;
  line-height: 1.6;
}
.youtube {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.4rem;
  padding: 0;
}
.footer {
  background-color: #34e7e4;
  height: 5.6rem;
  padding: 2.4rem;
}
.format {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #000;
  gap: 2.4rem;
}
.box2 {
  padding: 2.4rem;
}
.box2 h2 {
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.box2 h3 {
  color: #3d40c6;
  font-weight: bold;
  margin-bottom: 4px;
}
.box1 {
  padding: 2.4rem !important;
}
.box1 h2 {
  font-size: 1.6rem;
  margin: 2.4rem 0;
}
.signup {
  text-align: center;
  background-color: #34e7e4;
  /* margin-top: 4.8rem; */
  padding: 2.4rem;
  height: 40rem;
}
.signup h2 {
  font-size: 3.6rem;
}
.signup a {
  font-size: 2.4rem;
}
/*css styling for the registration form*/
.register_form2 {
  /* margin-top: 20%;
	transform:  transformX(-50%); */
  /* width: 25%;
  position: absolute;
  right: 3%;
  top: 30%;
  transform: translateX(-50%); */
}
.register {
  background-image: url("../images/register_background-min.jpg");
  background-position: center;
  background-size: cover;
  height: calc(100vh - 6rem);
}
.register h4 {
  margin-top: 1rem;
}
.register p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.register_form input,
.register_form textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 1.6rem;
}
/*Styling for errors*/
.errors ul {
  list-style-type: none;
}
.formform {
  margin-top: 4rem;
  border-radius: 10px;
  padding: 4rem;
  background-color: #fff;
}
.fa-bars {
  font-size: 1.6rem;
}
.submenu {
  display: none;
}
.navbar {
  display: none !important;
}
.navbar ul {
  list-style-type: none;
}
.visibility {
  display: block;
}

@media screen and (max-width: 900px) {
  .box1 {
    padding-bottom: 1.6rem;
  }
  .youtube {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .display2 p {
    padding: 1.6rem 3.6rem 0 3.6rem;
  }
  .main_display {
    height: 16rem;
  }
  .submenu {
    display: block;
  }
  .menu {
    display: none;
  }
  .navbar {
    list-style-type: none;
  }
  .navbar li a {
    text-decoration: none;
  }
  .display2 {
    height: unset;
    flex-direction: column;
  }
  .display2 p {
    max-width: unset;
  }
}

@media screen and (max-width: 576px) {
  .submenu {
    display: block;
  }
  .menu {
    display: none;
  }
  .formform {
    margin-top: 0;
    border-radius: 0;
  }
  .header {
    padding: 1rem;
  }
}
