@font-face {
  font-family: cera-regular;
  src: url(../fonts/Cairo-Regular.otf);
  font-weight: 400 !important;
  font-display: swap;
}
@font-face {
  font-family: cera-bold;
  src: url(../fonts/Cairo-Bold.otf);
  font-weight: 700 !important;
  font-display: swap;
}
@font-face {
  font-family: cera-medium;
  src: url(../fonts/Cairo-SemiBold.otf);
  font-weight: 700 !important;
  font-display: swap;
}
*,
::after,
::before {
  box-sizing: border-box;
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.shadow {
  -webkit-box-shadow: 1px 1px 28px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 28px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
}
.radius {
  border-radius: 50px;
}
.radius-5 {
  border-radius: 5px;
}
.radius-10 {
  border-radius: 10px;
}
.radius-20 {
  border-radius: 20px;
}
.radius-15 {
  border-radius: 20px;
}
.bg-purple {
  background: #560743;
  color: #fff;
}
.bg-blue {
  background: #f5c343;
  color: #fff;
}
.text-blue {
  color: #f5c343;
}
.text-purple {
  color: #560743 !important;
}
.text-grey {
  color: #444 !important;
}
.bg-offwhite {
  color: #032d7d;
}
.mt-6 {
  margin-top: 5rem !important;
}
h2 {
  font-family: cera-medium;
  font-size: 1.7em;
}
h3 {
  font-family: cera-medium;
  font-size: 1.2em;
}
p {
  font-family: cera-regular;
}
.header {
  background: url(../img/header.png) center top no-repeat;
  height: 600px;
  z-index: 0;
  background-attachment: scroll;
  background-size: auto;
}
.logo {
  width: 70px;
}
.navbar {
  font-family: cera-regular;
}
.navbar li a {
  color: #fafafa !important;
  margin-right: 1.2em;
}
.head-title {
  font-size: 3em;
  font-family: cera-medium;
}
.head-content {
  font-size: 1.1em;
  font-family: cera-regular;
}
.head-button {
  background: #f7f7f7;
  border-radius: 50px;
  padding: 5px 30px;
  color: #f5c343;
  font-family: cera-regular;
}
.head-button:hover {
  background: #f5c343;
  color: #fff;
}
.navbar-nav .demo-button {
  background: #f7f7f7;
  color: #f5c343 !important;
}
.navbar-nav .demo-button:hover {
  background: #560743;
  color: #f7f7f7 !important;
}
.navbar-toggler {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  text-align: left;
  padding: 5px;
  border: none !important;
}
.navbar-light .navbar-toggler-icon {
  color: #fff !important;
  filter: brightness(0) invert(1);
}
.head-mockup {
  width: 45%;
}
.video-bg {
  border: 5px solid #560743;
  border-radius: 20px;
}
.dashboard-icon {
  font-size: 2.7em;
}
.learn-more {
  background: #f5c343;
  border-radius: 50px;
  padding: 5px 30px;
  color: #fff;
  font-family: cera-regular;
}
.learn-more:hover {
  background: #560743;
  color: #fff;
}
.package-block {
  border-right: 1px solid #e3e3e3;
}
.package-icon {
  font-size: 3.5em;
}
.price {
  display: inline-block;
  vertical-align: middle;
}
sup {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2em;
  display: inline-block;
  vertical-align: middle;
}
.select-plan {
  background: #560743;
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  font-family: cera-regular;
}
.select-plan:hover {
  background: #f5c343;
}
.benefits {
  z-index: 0;
  background-attachment: fixed;
  background-size: cover;
}
.benefits img {
  max-width: 100px;
}
.footer {
  height: 150px;
  z-index: 0;
  background-attachment: scroll;
  background-size: auto;
  background: #000;
}
.social-icons a {
  background: #fff;
  color: #f5c343;
  font-size: 1.4em;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
}
.logo-footer {
  width: 80px;
}
@media (min-width: 320px) AND (max-width: 768px) {
  .mt-6 {
    margin-top: 1rem !important;
  }
  .dashboard-icon {
    font-size: 2.2em;
  }
  .package-block {
    border-right: none;
  }
}
.fixed-top.scrolled {
  background: #000 !important;
  transition: background-color 0.3s linear;
}
