@font-face {
  font-family: "Harabara";
  src: url(../fonts/Harabara.otf);
}

@font-face {
  font-family: "Signika-SemiBold";
  src: url(../fonts/Signika-SemiBold.ttf);
}

@font-face {
  font-family: "Signika-Regular";
  src: url(../fonts/Signika-Regular.ttf);
}

@font-face {
  font-family: "Signika-Medium";
  src: url(../fonts/Signika-Medium.ttf);
}

@font-face {
  font-family: "Signika-Light";
  src: url(../fonts/Signika-Light.ttf);
}

@font-face {
  font-family: "Signika";
  src: url(../fonts/Signika.ttf);
}

body {
  font-family: "Signika-Light", sans-serif;
  background: #fff;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 300;
}

input,
textarea {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Signika-Light", sans-serif;
  color: #2e134f;
  font-weight: 700;
}

h1 {
  line-height: 2.7rem;
}

h2 {
  font-size: 1.9rem;
  line-height: 2.2rem;
}

h3 {
  line-height: 25px;
}

p,
span,
a {
  margin: 0;
  margin-bottom: 8px;
  font-size: 1rem;
}

hr {
  margin: 10px 0;
}

*:focus {
  outline: none;
}

.btn {
  width: fit-content;
  height: fit-content;
  border-radius: 25px;
  padding: 5px 15px;
  border: solid 2px transparent;
  cursor: pointer;
}

.btn:hover {
  border: solid 2px;
}

.btn-white {
  background: #fff;
}

.btn-white:hover {
  border-color: #4c4cb9;
}

.btn-add {
  padding: 6px 15px;
  border-color: #2e1350;
}

.btn-add:hover {
  border-color: #6b4170;
  color: #2e1350;
}

.btn-add i {
  margin-right: 8px;
  font-size: 0.9rem;
  color: #2e1350;
}

.btn-add span {
  font-weight: lighter;
  font-size: 0.9rem;
  color: #2e1350;
}

.btn-save {
  padding: 8px 20px;
  border-color: #ededed;
  background: #2e1350;
  color: #fff;
  font-size: 0.95rem;
}

.btn-save:hover {
  border-color: #fefefe;
  color: #fff;
}

.btn-save i {
  margin-right: 8px;
  font-size: 0.9rem;
}

.btn-save span {
  font-weight: lighter;
  font-size: 0.9rem;
}

.search-field {
  display: flex;
  flex: 1 1 auto;
  border: solid 1px #eee;
  padding: 6px 15px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.search-field i {
  font-size: 0.8rem;
  margin-right: 10px;
  line-height: 1.6rem;
  color: #2f1350;
}

.search-field input {
  padding: 0;
  font-size: 1rem;
  height: fit-content;
  border: 0;
  font-weight: lighter;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex !important;
}

.white {
  color: white;
}

.purple {
  color: #3b065e;
}

.text-center {
  text-align: center;
}

.cards-large {
  position: absolute;
  left: 0;
  width: -webkit-fill-available;
}

.cards-large img {
  width: 100%;
  height: 100%;
}

.testimonials {
  background: url(../../public/images/background.png);
  background-size: cover;
}

.testimonial {
  color: #fff;
  padding: 4rem;
}

.testimonial .content {
}

.testimonial .author {
  font-family: "Signika-SemiBold";
}

.desc-psm {
  padding: 5rem;
  height: 10rem;
}

.desc-psm h1 {
  font-family: "Signika-Regular";
  line-height: 3rem;
  color: #232323;
}

.desc-psm h3 {
  line-height: 2.5rem;
  margin-top: 2rem;
}

.becomedilyer {
  padding: 2rem;
}

#headline {
  font-size: 3rem;
  padding-right: 5rem;
  font-family: "Signika-SemiBold";
  line-height: 3.5rem;
  margin-bottom: 3rem;
}

#headline span {
  font-size: 3rem;
  text-decoration: underline;
}

#home-form {
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px #0000004a;
}

#home-form img {
  width: 15rem;
  margin-top: 1.5rem;
}

#home-left {
  padding: 25px 15px;
  margin-top: 1rem;
}

#home-left h2 {
  line-height: 2.5rem;
}

.new-group {
  padding: 9px 18px;
}

p,
span {
  font-size: 1.135rem;
}

input.new-group {
  background: #ffffff;
  color: #29164f;
  border: solid 1px #cecece;
  font-size: 1.135rem;
  width: auto;
}

a.btn-calltoaction {
  color: #fff;
  background: #371654;
  padding: 10px 20px;
  border-radius: 35px;
  border: solid 1px #371654;
}

.btn.new-group {
  color: white;
  background: linear-gradient(90deg, #201c52 0%, #551952 100%);
  margin-top: -3.5px;
  margin-left: -6px;
  padding: 10.1px 25px 10.1px 20px;
  border-color: #3b124f;
}

.btn.new-group:hover {
  background: linear-gradient(90deg, #551952 0%, #201c52 100%);
}

#core {
  padding: inherit;
  margin-top: 70px;
}

.page-core {
  background: #fff;
  min-height: 70vh;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

.form-control {
  position: fixed;
  bottom: 0;
  margin: 0 -35px;
  background: #2e1350;
  border: 0;
  padding: 10px 20px;
  border-radius: 0;
  text-align: right;
  z-index: 1000;
  height: 65px;
}

@media (min-width: 992px) {
  body {
    text-align: inherit;
    background-color: #f9fafb;
  }

  input,
  textarea {
    text-align: left;
  }

  .page-core {
    padding: 30px;
    box-shadow: 0px 0px 20px -15px #000000;
  }

  #core {
    margin-top: 95px;
    padding: 0;
  }

  .form-control {
    position: absolute;
    margin: -30px;
    width: -webkit-fill-available;
    border-radius: 0 0 10px 0;
    padding: 10px 40px;
    background: #f9fafb;
  }

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }
}
