/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  font-family: 'CircularStd-Medium'; }

.wrapper {
  display: grid;
  grid-template-rows: 100vh; }

#container {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    #container {
      width: 90%; } }
  @media only screen and (max-width: 37.5em) {
    #container {
      width: 100%; } }

a {
  text-decoration: none;
  font-family: CircularStd-Book; }

@font-face {
  font-family: "CircularStd-Black";
  src: url("font/CircularStd-Black.otf") format("opentype"); }

@font-face {
  font-family: "CircularStd-Bold";
  src: url("font/CircularStd-Bold.otf") format("opentype"); }

@font-face {
  font-family: "CircularStd-Book";
  src: url("font/CircularStd-Book.otf") format("opentype"); }

@font-face {
  font-family: "CircularStd-Medium";
  src: url("font/CircularStd-Medium.otf") format("opentype"); }

.heading {
  text-align: center;
  letter-spacing: auto; }
  .heading-1 {
    font-size: 4.8rem;
    line-height: 5.6rem; }
  .heading-2 {
    font-size: 4rem;
    line-height: 5.2rem; }
  .heading-3 {
    font-size: 3.2rem;
    line-height: 4rem; }
  .heading-4 {
    font-size: 2.4rem;
    line-height: 3.2rem; }
  .heading-5 {
    font-size: 1.8rem;
    line-height: 2.6rem; }
  .heading-6 {
    font-size: 1.6rem;
    line-height: 2.4rem; }

.text-grey {
  color: #35353e; }

.text-primary {
  color: #f01863; }

.text-white {
  color: #ffffff; }

.text-muted {
  color: #74757a; }

.text-success {
  color: #76d319; }

.text-warning {
  color: #fc840c; }

.text-danger {
  color: #fc3559; }

.text-info {
  color: #00cbf4; }

.text {
  text-align: center;
  letter-spacing: auto; }
  .text-xl {
    font-size: 2.4rem;
    line-height: 3.2rem; }
  .text-l {
    font-size: 2rem;
    line-height: 3rem; }
  .text-m {
    font-size: 1.8rem;
    line-height: 2.8rem; }
  .text-s {
    font-size: 1.6rem;
    line-height: 2.4rem; }
  .text-xs {
    font-size: 1.4rem;
    line-height: 2.2rem; }
  .text-xxs {
    font-size: 1.2rem;
    line-height: 1.6rem; }

.btn {
  border-radius: 0.4rem;
  background-color: #f01863;
  color: #ffffff;
  display: block;
  border: none;
  outline: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  font-family: 'CircularStd-Medium';
  transition: all .3s; }
  .btn-primary__large {
    width: 11.8rem;
    height: 5.6rem;
    font-size: 1.8rem; }
    .btn-primary__large:hover {
      background-color: #ce1066; }
    .btn-primary__large:active {
      background-color: #ac0c63; }
  .btn-primary__medium {
    width: 11.3rem;
    height: 4.8rem;
    font-size: 1.6rem; }
    .btn-primary__medium:hover {
      background-color: #ce1066; }
    .btn-primary__medium:active {
      background-color: #ac0c63; }
  .btn-outline__large {
    width: 17.4rem;
    height: 4.8rem;
    font-size: 1.6rem;
    border: solid 1px #ce1066;
    background-color: #ffffff;
    color: #ce1066;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center; }
    .btn-outline__large:hover {
      background-color: #ffebeb; }
    .btn-outline__large:active {
      background-color: #ffd2d1; }
  .btn-ghost__large {
    width: 11.8rem;
    height: 5.6rem;
    font-size: 1.6rem;
    background-color: #ffffff;
    color: #ce1066;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center; }
    .btn-ghost__large:hover {
      background-color: #ffebeb; }
    .btn-ghost__large:active {
      background-color: #ffd2d1; }

.footer {
  padding: 4rem 0; }

.footer-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 8rem; }
  @media only screen and (max-width: 37.5em) {
    .footer-list {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .footer-list__section {
      padding-bottom: 2rem; } }
  .footer-list__section p {
    padding-bottom: 1rem;
    font-size: 1.4rem;
    color: #3c3c45; }
  .footer-list__section h6 {
    padding-bottom: 1.5rem; }
    @media only screen and (max-width: 37.5em) {
      .footer-list__section h6 {
        text-align: center; } }
  .footer-list__section--items {
    list-style: none;
    padding: 1rem 0; }
    @media only screen and (max-width: 37.5em) {
      .footer-list__section--items {
        padding-top: 0.4rem;
        text-align: center; } }
    .footer-list__section--items a {
      text-decoration: none;
      font-size: 1.4rem;
      color: #3c3c45; }
  .footer-list__section .form {
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer-list__section .form input {
      width: 25rem;
      height: 4.8rem;
      background-color: #ffebeb;
      border: none;
      outline: none;
      color: #3c3c45;
      font-size: 1.4rem; }
      .footer-list__section .form input::placeholder {
        padding-left: 2rem;
        color: #3c3c45;
        font-size: 1.4rem;
        font-weight: 300; }

.footer-nav {
  border-top: 1px solid black; }

.fnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 3rem 0 6rem 0; }
  @media only screen and (max-width: 56.25em) {
    .fnav {
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  .fnav-social .fnav-items__link {
    display: inline-block; }
  .fnav-items__link {
    list-style: none;
    display: inline-block;
    color: #3c3c45;
    font-size: 1.4rem; }
    @media only screen and (max-width: 56.25em) {
      .fnav-items__link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1rem;
        text-align: center; } }
    .fnav-items__link a {
      color: #3c3c45;
      font-size: 1.4rem;
      padding: 0 1rem; }

.fab {
  width: 2.4rem;
  height: 2.4rem; }

.header {
  grid-template-columns: 1 / -1;
  background-image: url(../img/hero-img.jpg);
  background-position: top;
  background-size: cover;
  display: grid;
  grid-template-columns: 2.5rem repeat(12, 1fr) 2.5rem; }

.nav {
  grid-column: 3 / 13;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  color: #ffffff;
  font-size: 1.8rem; }
  @media only screen and (max-width: 37.5em) {
    .nav {
      grid-column: 1 / -1;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 2rem 0; } }
  .nav-items {
    text-decoration: none;
    display: flex;
    list-style-type: none; }
    .nav-items a {
      color: #ffffff;
      padding: 2rem; }
      @media only screen and (max-width: 37.5em) {
        .nav-items a {
          padding: 0 2rem; } }

.logo {
  font-size: 2.4rem; }
  @media only screen and (max-width: 37.5em) {
    .logo {
      padding-bottom: 3rem; } }

.header-content {
  grid-column: 3 / 7;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }
  @media only screen and (max-width: 56.25em) {
    .header-content {
      grid-column: 3 / -1; }
      .header-content .heading-5 {
        font-size: 2.5rem; }
      .header-content .heading-1 {
        font-size: 5.5rem; } }
  @media only screen and (max-width: 56.25em) and (max-width: 37.5em) {
    .header-content .heading-5 {
      font-size: 2rem; }
    .header-content .heading-1 {
      font-size: 4rem; } }
  .header-content h1 {
    margin-bottom: 3.2rem; }
  .header-content p {
    margin-bottom: 4.8rem; }

.card {
  width: auto;
  margin: 5rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 56.25em) {
    .card {
      flex-direction: column;
      margin: 3rem 1rem; } }
  @media only screen and (max-width: 56.25em) {
    .card__reverse {
      flex-direction: column-reverse; } }
  .card-image {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .card-image {
        width: 100%; } }
    .card-image img {
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 0.4rem; }
  .card-content {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .card-content {
        width: 100%; } }
    .card-content button {
      align-self: flex-start; }
    .card-content h5 {
      align-self: flex-start; }

.card .card-content p {
  margin-bottom: 2rem; }

.news {
  padding-top: 10rem; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 1rem; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 2rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 1rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 2rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 2rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 2rem) / 3) + 2rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 2rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 2rem) / 4) + 2rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 2rem) / 4) + 2 * 2rem); }

.blog-card {
  width: 100%;
  height: 51rem;
  display: flex;
  flex-direction: column; }
  .blog-card__img {
    width: 100%;
    height: 26rem;
    object-fit: contain;
    border-radius: 4px; }
  .blog-card__date {
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .blog-card__p {
    margin-bottom: 3rem; }

.header-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-left: 2px solid #f01863; }
  .header-section h5 {
    padding-left: 2rem; }

.img-box {
  padding-right: 1rem; }

.arr-btn {
  display: flex;
  justify-content: center;
  align-items: center; }
  .arr-btn img {
    padding-left: 0.5rem; }

.upcoming-events {
  background-color: #f7f7f8;
  padding: 5rem 0; }

.event-card {
  height: 24rem;
  width: 100%;
  padding: 2rem 2.5rem;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0 10px 20px 0 #c4c5ca; }
  .event-card p {
    padding-top: 2rem; }
  .event-card__date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem; }
    .event-card__date span {
      display: flex;
      justify-content: center;
      align-items: center; }

.header-blogpost {
  margin-top: 5rem; }

.blogpost-card {
  box-shadow: 0 10px 20px 0 #c4c5ca;
  border-radius: 4px; }
  .blogpost-card__img {
    height: 13rem;
    width: 100%; }
    @media only screen and (max-width: 37.5em) {
      .blogpost-card__img {
        height: 20rem; } }
  .blogpost-card__content {
    padding: 2rem; }
    .blogpost-card__content a {
      display: inline-block;
      padding: 2rem 0;
      color: #3c3c45; }
  .blogpost-card__author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 0; }
    .blogpost-card__author img {
      height: 24px;
      width: 24px;
      border-radius: 50%; }
    .blogpost-card__author p {
      padding-left: 2rem; }

.playstore {
  font-family: inherit;
  background-color: #f7f7f8;
  padding: 8rem 0 8rem 2rem; }

.playstore-main {
  display: flex;
  justify-content: center;
  align-items: center; }

.phone {
  display: flex;
  justify-content: center;
  align-items: center; }
  .phone-large {
    height: 40rem;
    width: 20rem; }
    @media only screen and (max-width: 37.5em) {
      .phone-large {
        height: 30rem;
        width: auto; } }
  .phone-small {
    margin: 0 0 0 2rem;
    height: 32rem;
    width: 17rem; }
    @media only screen and (max-width: 37.5em) {
      .phone-small {
        height: 25rem;
        width: auto;
        margin: 0 1rem; } }
  .phone-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 4rem 10rem; }
    @media only screen and (max-width: 56.25em) {
      .phone-content {
        padding: 2rem 1rem; } }
    @media only screen and (max-width: 37.5em) {
      .phone-content {
        padding: 2rem 1rem; } }
    .phone-content__store img {
      height: 50%;
      width: 125px; }
    .phone-content h2 {
      padding-bottom: 2rem;
      color: #35353e; }
    .phone-content p {
      color: #3c3c45; }
