@font-face {
  font-family: 'Graphik Bold';
  font-display: swap;
  src: url('GraphikBold.otf') format('opentype');
}

.home-action-btn {
    border: medium;
    cursor: pointer;
    padding: 0px 45px;
    display: flex;
    position: relative;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    -moz-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 250ms ease-in-out 0s;
    background-color: rgb(242, 97, 76);
    border-radius: 36px;
    color: rgb(255, 255, 255);
    font-family: FaktPro Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 64px;
    line-height: 18px;
    margin-bottom: 30px;
}
a.home-action-btn:hover {
  background-color: rgb(229, 80, 58);
    color: white;
}

a.home-login-btn {
   background-color: gray;
}

a.home-login-btn:hover {
    background-color: darkgray;
}
.home-heading {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -2px;

    transition: color 200ms ease-in-out 0s;
    white-space: pre-wrap;
    margin: 0px 0px 20px;
    padding: 0px;
    font-family: Graphik Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    /*
  font-size: 44px;
  letter-spacing: -1.25px;
  line-height: 54px;
    max-width: 80%;
     */
    text-align: center;
}

.home-screenshot {
    border-radius: 20px;
    box-shadow: 10px 5px 5px black;
    max-width: 60%;
    margin-bottom: 30px;
}

.intro {
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
    .home-heading {
        font-size: 28px;
        line-height: 30px;
    }
    .recruitment-heading {
        font-size: 40px;
        line-height: 40px;
    }
    .home-screenshot {
        max-width: 60%;
    }
    .intro {
        font-size: 14px;
    }
}
.rectangle-box {
    transform: rotate(20deg);
    position: absolute;
    width: 40px;
    height: 210px;
    right: -5px;
    background-color: yellow;
    top: 0px;
}
.right-box {
    position: relative;
    background-image: url('man.png');
    background-size: cover;
    min-height: 500px;
    background-position: center;
}
.circle-box {
    position: absolute;
    width: 260px;
    height: 260px;
    right: -40px;
    z-index: -1;
    bottom: -40px;
}
.top-row {
    margin-bottom: 7rem;
}
.how-it-works-title {
    font-size: 44px;
    font-family: Graphik Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.profile-box {
    background-color: lightgray;
    width: 200px;
    height: 250px;
    position: absolute;
    bottom: 50px;
    border-radius: 20px;
    box-shadow: 10px 5px 5px black;

}

#user-cv {
    width: 100px;
    transform: rotate(10deg);
    margin-left: 20px;
}
.home-action-btn-bottom-container {
    text-align: center;
}
.home-bottom-action-btn {
   margin: 0 auto;
    max-width: 80%;
}

.recruitment-section {
    border-radius: 30px;
    background: #eee;
}
