
:root {
    --color: #091337;
}
.jumbotron {
    background: url('../assets/top-regional-influencer-marketing-agency-in-india/banner.webp') no-repeat;
    height: 730px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.jumbotron .jumbotron-caption {
    position: absolute;
    top: 15rem;
    left: 7rem;
}
.jumbotron .jumbotron-caption h1 {
    color: #ffffff;
    max-width: 52%;
    font-size: calc(1.6rem + 1vw);
    font-weight: 700;
    text-align: left;
    line-height: calc(1.8rem + 2vw);
}

.easy-steps {
    background: rgb(253, 253, 253);
    padding: 2rem 0rem;
}
.easy-steps h2 {
    font-weight: 600;
    font-size: calc(1rem + 1.3vw);
    color: var(--color);
    line-height: calc(1.5rem + 1vw);
}
.easy-steps p {
    color: var(--color);
    font-size: calc(16px + 3 * ((100vw - 320px) / 1380));
    opacity: 0.7;
}
.easy-steps ul li {
    color: var(--color);
    font-size: calc(16px + 3 * ((100vw - 320px) / 1380));
    opacity: 0.7;
    margin-bottom: 0.5rem;
}
.easy-steps h3 {
    font-size: calc(0.9rem + 1vw);
    font-weight: 600;
    line-height: calc(1.4rem + 1vw);
}

/* Card */
.top-influencers{
    background-color: rgb(244, 255, 254);
}
.top-influencers h2{
    text-align: center;
    margin-top: 20px;
    font-weight: 800;
    font-size: 40px;

}
.top-influencers .card {
    padding: 2rem 2rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 6px 15px 5px rgb(33 121 203 / 10%);
    border: none;
    margin-bottom: 25px;
}
.top-influencers .card > img {
    border-radius: 130px;
}
.top-influencers .card h4 {
    margin: 1.2rem 0rem;
    font-weight: 600;
    font-size: 1.3rem;
}
.top-influencers .card .list-group {
    text-align: left;
    border: none;
}
.top-influencers .card .list-group-item {
    padding: 0.7rem 0rem;
}

.what-makes {
    background-color: #fff;
    padding: 2rem 0rem;
}
.what-makes h2 {
    color: #091337;
    font-weight: 700;
    text-align: center;
    max-width: 70%;
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin: 0 auto;
}
.what-makes .card {
    padding: 2rem 1rem;
    text-align: center;
    box-shadow: 0px 6px 15px 5px rgb(33 121 203 / 10%);
    border: none;
    border-radius: 10px;
    margin-bottom: 3rem;
    min-height: 22.4rem;
    display: inline-block;
    min-height: 31rem;
}
.what-makes .card h3 {
    font-size: 1.3rem;
    color: #091337;
    font-weight: 700;
}
.what-makes .card p {
    font-size: 17px;
    color: var(--color);
    opacity: 0.8;
}


@media only screen and (max-width: 480px) {
    
    .jumbotron {
        background: url('../assets/top-regional-influencer-marketing-agency-in-india/regional-banner-480.webp') no-repeat;
        height: 450px;
    }
    .jumbotron .jumbotron-caption {
        top: 1rem;
        left: 1rem;
    }
    .jumbotron .jumbotron-caption h1 {
        font-size: 2rem;
        line-height: 2.9rem;
        max-width: 100%;
    }
    .jumbotron .jumbotron-caption p {
        font-size: 1.3rem;
        max-width: 100%;
        margin-right: 1rem;
    }  
    .easy-steps p {
        font-size: 1.2rem;
        line-height: 2.1rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    .easy-steps .btn-primary {
        font-size: 1.23rem;
        margin-top: 0.8rem;
    }
    .top-influencers h2 {
        font-size: 1.8rem;
        max-width: 100%;
    }
    .top-influencers p {
        font-size: 1.3rem;
        line-height: 2.2rem;
    }
    .top-influencers h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .top-influencers .h3-design {
        max-width: 100%;
        line-height: 2.2rem;
        font-size: 1.4rem;
    }
    .top-influencers .card {
        border: 1px solid #dbdbdb;
        margin-bottom: 2rem;
    }
    .top-influencers .card .list-group-item {
        font-size: 1.3rem;
    }
    .top-influencers .card h4 {
        font-size: 1.5rem;
    }
    .what-makes h2 {
        max-width: 100%;
        font-size: 1.8rem;
    }
    .what-makes .card h3 {
        font-size: 1.5rem;
    }
    .what-makes .card p {
        font-size: 1.3rem;
        line-height: 2.1rem;
    }
    .what-makes .card {
        padding: 3rem 1.2rem;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    .jumbotron {
     background: url('../assets/top-tik-tok-influencer-marketing-agency-usa/banner-1024.webp') no-repeat !important;
        height: 730px;
    }
    .jumbotron .jumbotron-caption {
        top: 7rem;
        left: 3rem;
        right: 3rem;
    }
    .jumbotron .jumbotron-caption h1 {
        font-size: 2.9rem;
        max-width: 100%;
    }
    
}









