body {
    font-family: "Montserrat";
}

/* Title */
#title {
    background-color: #1b1919;
    position: relative;
    width: 100%;
}

.container-fluid {
    padding: 3% 15% 7%;
}

.btn {
    margin: 10px;
}

.downloadBtn {
    margin-bottom: 50px;
}

.navbar {
    font-family: "Ubuntu", sans-serif;
    padding: 0 0 100px;
}

.nav-item {
    margin: 0 18px;
}

h1 {
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.5;
    color: white;
}

.titleImg {
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    right: 30%;
}

/* Feature */
#features {
    text-align: center;
    background-color: white;
    padding: 7% 15%;
    position: relative;
    z-index: 1;
}

.iconsColor {
    color: black;
}

.iconsColor:hover {
    color: green;
}

h2,
h3 {
    font-weight: 700;
}

p {
    color: #8f8f8f;
}

/* Testimonial */
#testimonials {
    padding: 7% 16%;
    text-align: center;
    background-color: #1b1919;
    color: white;
    position: relative;
}

.carousel-item {
    padding: 7% 15%;
}

.testimonial-image {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

/* press */
.press-logo {
    width: 15%;
    margin: 35px 20px 20px 0;
}

/* pricing */
#pricing {
    text-align: center;
    margin: 7% 15%;
}

.card {
    margin: 10px;
}

@media (max-width: 1028px) {
    #title {
        text-align: center;
    }
    .titleImg {
        position: static;
        transform: rotate(0);
    }
}

#cta {
    background-color: #1b1919;
    text-align: center;
    color: white;
    padding: 5%;
}

.h3-text {
    font-family: "Montserrat";
    font-weight: 900;
    padding: 5%;
}

#footer {
    text-align: center;
    padding: 5%;
}

.fa-c {
    padding-left: 35%;
}

.fa-center {
    color: black;
    margin: 5%;
}
