@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    font-family: "Lato", sans-serif;
}


.container {
    max-width: 1140px;
}

.btn-primary{
    background-color: #7805F7;
}

.banner-title {
    color: #454545;
    font-size: 70px;
    font-weight: 900;
    line-height: 0.9em;
    letter-spacing: -1px;
}

.home-paragraph {
    color: #7E7E7E;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -0.3px;
    padding-bottom: 30px;
}

.button_title {
    margin-bottom: 5px;
    color: #303030;
    line-height: 1.4;
    font-weight: 700;
}

.button_paragraph {
    color: #868e96;
    font-size: 13px;
}

.icon_round {
    border-radius: 50%;
    background-color: #f4e9ff;
    display: block;
    padding: 10px;
}

.google_adsense {
    background-color: #F7F3FF;
    padding: 15px;
    border-left: 7px solid #7A09FF;
}
.google_adsense p:first-of-type {
    color: #6F00FF;
    font-weight: 600;
}

.google_adsense p + p{
    color: #2B2B2B;
    font-size: 15px;
    font-weight: 500;
}

.google_adsense a {
    font-size: 15px;
    font-weight: bold;
}

.purple-section h2 {
    color: #515151;
    font-size: 33px;
    font-weight: 700;
}

.purple-section p {
    font-size: 20px;
    font-weight: 400;
}

.testimonial > p{
    background: #F6F6F6;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    padding: 35px 35px 35px 35px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.testimonial img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000000;
}

.carousel-indicators {
    bottom: -80px;
}

.section-title {
    font-size: 45px;
    font-weight: 600;
    color: #45494E;
}

.here-content {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.here-list {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.9em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.here-list img {
    padding-right: 10px;
    width: 35px;
}

.hero-button {
    display: table;
    margin-top: 40px;
    padding: 20px 40px;
    border: 2px solid #7A25F3;
    border-radius: 8px;
    color: #7A25F3;
    font-size: 21px;
    text-decoration: none;
    font-weight: 700;
    background-color: #FAF3FF;
}

.footer {
    background: #7A25F3;
    padding: 70px 0 70px 0;
}
.footer .get-started {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
}
.footer .purple-ads {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}
.footer .button-become {
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 17px -2px #5C05D8;
    padding: 22px 40px 22px 40px;
    color: #7A25F3;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}
.footer ul li {
    padding-right: 20px;
    color: #ffffff;
}
footer {
    padding: 20px 0;
    color: #8A8A8A;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li {
    padding-right: 20px;
}