#homepage .contact-box {
  position: fixed;
  right: 50px;
  bottom: 50px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
  z-index: 99; }
  #homepage #top {
    height: 80vh;
    height: calc(100vh - 150px);
    background-color: gray;
    background-image: url('/wp-content/themes/phyrus/web/assets/images/home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
  #homepage .search-zone {
    background: var(--black);
    padding: 50px 0;
    height: 140px; }
    #homepage .search-zone > .container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      height: 100%; }
    #homepage .search-zone .btn.advanced-search {
      background-color: #009fe3;
      color: white;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      text-align: center; }
  #homepage section {
    background-color: white;
    padding: 40px 0; }
    #homepage section.gray {
      background-color: #f5f5f5; }
    #homepage section.dark {
      background-color: var(--black);
      color: white; }
    #homepage section h2 {
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 30px; }
    #homepage section#schools .featured {
      padding-bottom: 30px;
      border-bottom: solid 1px #009fe3;
      margin-bottom: 30px; }
    #homepage section#categories {
      margin-bottom: 50px; }
      #homepage section#categories .category-card {
        border: solid 1px #009fe3;
        padding: 12px 0;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s;
        margin-bottom: 20px;
        font-weight: bold; }
        #homepage section#categories .category-card:hover {
          filter: brightness(0.9); }
        #homepage section#categories .category-card img {
          width: 25px;
          height: 25px;
          margin-right: 10px; }
        #homepage section#categories .category-card:hover {
          background-color: #009fe3;
          color: white; }
          #homepage section#categories .category-card:hover img {
            filter: brightness(0) invert(1); }
    #homepage section#stats {
      color: white;
      padding: 50px; }
      #homepage section#stats img {
        height: 35px;
        width: auto;
        margin: 0 auto 20px auto;
        display: block; }
      #homepage section#stats .stat {
        font-size: 32px;
        font-weight: bold; }
      #homepage section#stats .stat, #homepage section#stats p {
        text-align: center; }
      #homepage section#stats p {
        font-size: 14px; }
    #homepage section#professors {
      margin-bottom: 20px; }
      #homepage section#professors h2 {
        text-align: center;
        font-size: 30px; }
    #homepage section#subscriptions .subscriptions-list {
      justify-content: center;
      gap: 15px; }
    #homepage section#rates h2 {
      text-align: center; }
      #homepage section#rates .row > * {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        #homepage section#rates .row > * .label {
          font-weight: bold;
          font-size: 18px; }
        #homepage section#rates .row > * .rate-value {
          background-color: whitesmoke;
          font-size: 30px;
          margin-bottom: 10px;
          border-radius: 50%;
          border: solid 1px lightgray;
          width: 70px;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: bold;
          color: var(--primary-color); }
          #homepage section#rates .row > * .rate-value img {
            width: 30px;
            height: 30px; }
    #homepage section#contact {
      padding: 70px; }
      #homepage section#contact h2 {
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 48px; }
        #homepage section#contact h2 p {
          font-size: 13px; }
      #homepage section#contact .wpcf7-form input, #homepage section#contact .wpcf7-form textarea {
        resize: none;
        width: 100%;
        border: none;
        background-color: whitesmoke;
        padding: 10px;
        color: gray; }
        #homepage section#contact .wpcf7-form input[type="submit"], #homepage section#contact .wpcf7-form textarea[type="submit"] {
          background-color: var(--primary-color);
          border-radius: 0;
          padding: 15px 0;
          color: white; }
