@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.woff');
}

body, * {
    box-sizing: border-box;
    font-family: 'Product Sans', sans-serif !important;
}

.btn.btn-primary {
    background-color: #23C517;
    border: 1px solid #23C517;
    padding: 16px 32px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    width: max-content;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn.btn-primary:hover {
    background-color: white;
    color: #23C517;
}

.navbar-brand {
    max-width: 140px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand img {
    width: 100%;
}

.banner {
    background-image: url("../images/img-1_white-patern.jpg");
}

.banner h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner p {
    margin-bottom: 30px;
}

.how-it-works {
    background-color: #f2f2f2;
    padding: 100px 0;
}

.how-it-works h3 {
    font-weight: 600;
    font-size: 16px;
    color: #23C517;
    text-transform: uppercase;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 5px;
}

.how-it-works p {
    font-size: 14px;
    text-align: center;
}

.testimonials {
    background-image: url("../images/img-1_section_3_background.jpg");
    color: white;
    padding: 100px 0;
    background-position: left top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials h2 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 70px;
}

.testimonials h5 {
    color: #23C517;
    font-size: 14px;
    font-weight: 600;
}

.testimonials p {
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial-box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.3);
    position: relative;
    min-height: 200px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 50px 40px;
}

.testimonial-box::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 34px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12.5px 0 12.5px;
    border-color: rgba(255,255,255,0.3) transparent transparent transparent;
}

.requirements {
    padding: 100px 0;
    background-image: url("../images/img-1_white-patern.jpg");
}

.requirements h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 70px;
}

.requirements p {
    font-size: 14px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0;
}

.footer {
    background-color: #c5ced1;
    padding: 100px 0;
    color: white;
}

.footer h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 70px;
}