.btn-transparent span {
  font-size: 0.8em;
}
.cardIcon {
  font-size: 3.2em;
  color: black;
}
.mainBtn {
  color: #2e5ae8;
  border-radius: 50px;
  padding: 8.5px 27px;
  display: inline-block;
  border: 1px solid #2e5ae8;
  background-color: white;
  font-weight: 500;
  transition: 200ms ease-in-out;
}
.mainBtn:hover {
  background-color: #2e5ae8;
  color: white;
  text-decoration: none;
}
.cardButton {
  text-align: center;
  margin-top: 2em;
}
.grayText {
  font-size: 1.1em;
}
.blackSection {
  background-color: #181717;
  padding: 5em 0;
  margin-top: 5.5em;
}
.blackSection .section-title h2 {
  color: white;
  font-size: 3em;
}
.blackSection .subHeading {
  color: #2fb1c5;
  font-size: 2.2em;
  margin-bottom: 0.6em;
}
.blackSection .mainText {
  color: #888888;
  line-height: 1.7;
  font-size: 1.1em;
}
.trailSection {
  padding: 5em 0;
}
.main-footer .footerLogo {
  font-size: 3em;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding-left: 0.3em;
}
.main-footer .footerLink {
  color: #9aa4c6;
  font-size: 12px;
  text-align: right;
  display: block;
}
.domainSection {
  padding-bottom: 5em;
}
.title-bg-dark .mainText {
  font-size: 1.1em;
}
.domainSection .animated {
  cursor: pointer;
}
.domainSection .plus {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #2e5ae8;
  font-weight: 500;
}
.aboutSection {
  padding: 5em 0;
  margin-top: 5em;
}
.aboutSection .mainText {
  font-size: 1.1em;
  color: black;
  font-weight: 600;
}
.aboutCard .aboutCardHeading {
  color: #2e5ae8;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 0.7em;
}
.aboutCard .mainText {
  font-weight: 300;
}
.single-review {
  min-height: 55vh;
}
.header .logoName {
  color: black;
  font-size: 2.3em;
  margin-left: 0.3em;
  font-weight: 600;
  vertical-align: middle;
}
.moto-text_normal {
  font-size: 1.8em;
  color: black;
  font-weight: 600;
}
.lgHeading {
  font-size: 2.8em;
}
.buybutton .btn.btn-info.btn-lg {
  background-color: #2e5ae8;
}
#barBtn {
  display: none;
  font-size: 2em;
  color: black;
}
.hideMenu {
  position: fixed;
  left: 0;
  right: 0;
  padding: 2em;
  top: 53px;
  /* display: none; */
  z-index: 1020;
  background: white;
  transform: translateY(-20em);
  transition: 400ms ease-in-out;
}
.hideMenu.show {
  /* display: block; */
  transform: translateY(0);
}
.hideMenu .hideMenuLink {
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
  color: #2e5ae8;
  font-weight: 600;
}
/* Media Queries */
@media (max-width: 768px) {
  .header .header-absoulate .brandImg {
    height: 30px;
  }
  .header .header-absoulate .logoName {
    font-size: 1.5em;
  }
}
@media (max-width: 554px) {
  #barBtn {
    display: block;
  }
  .register-button .btn {
    padding: 6px 0 !important;
  }
}
