*{
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
}

#title {
    background-color: #ff4c68;
    color: #fff;
    /* position: relative;
    z-index: -1; */
}

.navbar {
    padding-bottom: 4.5rem;
}

.navbar-brand {
    font-size: 2.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.navbar {
    padding: 0 0 4.5rem;
}

.nav-item{
    padding: 0 18px;
}

.nav-link {
    font-size: 1.2rem;
    font-family: 'Montserrat';
    font-weight: lighter;
}

.container-fluid {
    padding: 3% 15% 7%;
}

h1 {
    font-family: 'Montserrat-Black', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 900;
}

h2 {
    font-family: 'Montserrat';
    font-weight: bolder;
    font-size: 3rem;
    line-height: 1.5;
}

h3 {
    /* font-size: 3.5rem;
    font-weight: bolder;
    color: #fff;
    padding: 3% 15%; */

    font-family: 'Montserrat-Black', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 900;
    padding: 3% 12%;
    color: #fff;
}

p {
    color: #8f8f8f;
}

.iphone-img {
    transform: rotate(25deg);
    width: 60%;
    /* margin: 40px 40px 0 50px; */
    position: absolute;
    right: 30%;
}

/* Download Buttons */

.download-buttons {
    margin: 5% 3% 5% 0;
}

/* Features */

#features {
    /* margin: 10% 0; */
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
    /* z-index: 1; */
}

.my-icon {
    margin: 5% 0;
    color: #ef8172;
}

.my-icon:hover {
    color: #ff4c68;
}

/* All H3 */

.ico-class {
    font-family: 'Montserrat';
    font-weight: bolder;
    font-size: 1.5rem;
}

/* All P */

.ico-p {
    margin: 0 50px;
    font-family: 'Montserrat';
    font-size: 1rem;
    color: #8f8f8f;
}

/* Testimonials Section */

#testimonials {
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}

.carousel-item {
    padding: 7% 15%;
}

.test-img {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

/* Press Section  */

#press {
    background-color: #ef8172;
    /* padding: 5%; */
    text-align: center;
    padding-bottom: 3%;
}

.press-logo {
    width: 15%;
    margin: 20px 20px 50px;
}

/* Pricing Section */

#pricing {
    padding: 100px;
    text-align: center;
}

.price-head {
    font-family: 'Ubuntu';
    font-weight: 900;
    font-size: 1.5rem;
    color: #212529;
}

.pricing-col {
    padding: 3% 2%;
}

#cta {
    padding: 3%;
    background-color: #ff4c68;
    text-align: center;
}

.l-download-buttons {
    margin: 1% 2% 7% 0%;
}

#footer {
    padding: 7% 15%;
    text-align: center;
}

.bottom-icon {
    margin: 3% 1%;
}


/* Media Queries */

@media (max-width: 1028px) {

    #title {
        text-align: center;
    }

    .iphone-img {
        position: static;
        transform: rotate(0deg);
    }
}
