/*  ANCHOR title section */
body {
    font-family: "Montserrat";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: 800;
}

h2 {
    font-size: 3rem;
}

.container-fluid {
    padding: 3% 15%;
}

.container-fluid {
    padding-bottom: 100px;
}
/*ANCHOR sections */
.colored-section{
    background-color: #ff4c68;
    color: #fff;
}
.white-section{
    background-color: #fff;
}

.navbar {

    font-size: 1.2rem;
    padding-bottom: 4.5rem;
}

.navbar-brand {
    font-size: 2.5rem;
    font-family: "Ubuntu";
    font-weight: bold;
}

.nav-item {
    padding: 0 18px;
    font-weight: 600;
}

.download-button {
    margin: 5% 3% 5% 0%;
}

.phone-img {
    width: 20%;
    transform: rotate(20deg);

    position: absolute;
    right: 20%;
}

@media (max-width:1028px) {
    .phone-img {
        position: static;
        width: 60%;
        transform: rotate(0);
        display: block;
        margin: 0 auto;
    }

    #title .row {
        text-align: center;
    }
}

/*ANCHOR headings */
.big-heading {
    font-size: 3.5rem;
}

.testimonial-text {
    font-size: 3rem;

}

/* ANCHOR features section  */
.icon-container {
    display: flex;
    align-content: center;
    align-items: center;
}

.col-lg-4 {
    text-align: center;
    padding: 4.5%;
}

.col-lg-4 i {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.5rem;
    margin-top: 3rem;
    transform: scale(4);
    color: #ef8172;
}

.col-lg-4>p {
    color: #8f8f8f;
}

.col-lg-4>h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

div>i:hover {
    color: #ff4c68;
}

#features {
    padding: 7% 15%;
    position: relative;
    z-index: 1;
}

/* SECTION testimonials*/
#testimonials {

    text-align: center;
    background-color: #ef8172;
    color: #fff;
}

.testimonial-image {
    border-radius: 100%;
    width: 10%;
    margin: 20px;

}

#press {
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%;

}

.logo {
    width: 15%;
    margin: 20px 20px 5px;
}

.carousel-item {
    padding: 7% 15%;
}

/*ANCHOR Pricing*/

#pricing {
    padding: 100px;
}

.pricing-column {
    padding: 3% 2%;


}

.card {
    height: 100%;
    border: 5px solid;
    border-image: linear-gradient(#ef8172, #dd2476, #ff4c68) 1;
    animation: rotate 2.5s ease-in infinite;
}

@keyframes rotate {
    50% {
        border-image: linear-gradient(360deg, #ef8172, #dd2476, #ff4c68)1;

    }
}

/*ANCHOR CTA */
#cta {
    text-align: center;
}

#cta h3 {
    color: #fff;
    font-weight: 800;
    margin-top: 7%;
    margin-bottom: 2%;
    font-size: 3.7rem;

}

/*ANCHOR footer*/
footer {
    text-align: center;
    padding: 7% 15%;
}

.icons-container i {
    transform: scale(1);
    margin: 15px;
}

footer p {
    font-size: 21px;
    opacity: 0.8;
}