.meta-ads-main {
    background-image: url('/aliteAssets/assets/images/meta-ads-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    border-radius: 50px;
    height: 800px;
}

.meta-ads-main p{
    max-width: 65%;
}

.meta-ads-service-section p{
    padding-right: 220px;
}

.why-meta-ads-section img{
    object-fit: fill;
}

.why-meta-ads-desc{
    padding-left: 100px;
}

.meta-ads-service-desc .list{
    gap: 100px;
}

.meta-ads-circle-one{
    padding: 20px 20px;
    border-top-right-radius: 450px;
    border-bottom-right-radius: 450px;
    background-color: #FF74941A;
}
.meta-ads-circle-two{
    padding: 20px 20px;
    border-top-right-radius: 450px;
    border-bottom-right-radius: 450px;
    background-color: #FF749433;
}
.meta-ads-circle-three{
    padding: 400px 200px;
    border-top-right-radius: 450px;
    border-bottom-right-radius: 450px;
    background-color: var(--circle-lightpink);
}
.meta-ads-circle-three:hover{
    background-color: var(--circle-darkpink);
}

.meta-ads-circle-one-responsive{
    padding: 20px 20px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    background-color: #FF74941A;

}
.meta-ads-circle-two-responsive{
    padding: 20px 20px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    background-color: #FF749433;

}
.meta-ads-circle-three-responsive{
    padding: 100px 50px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    background-color: var(--circle-lightpink);
}
.meta-ads-circle-three:hover{
    background-color: var(--circle-darkpink);
}

@media screen and (max-width: 1750px) {
    .meta-ads-main {
        height: 700px;
    }    
}

@media screen and (max-width: 1600px) {
    .meta-ads-main {
        height: 750px;
    }    
}


@media screen and (max-width: 1440px) {
    .meta-ads-main {
        height: auto;
        padding: 30px;
    }
    .meta-ads-circle-three {
        padding: 280px 145px;
    }
    .meta-ads-circle-two, .meta-ads-circle-one{
        padding: 15px;
    }

    .meta-ads-service-section p{
        padding-right: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .meta-ads-circle-three {
        padding: 220px 110px;
    }
    .why-meta-ads-desc {
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .meta-ads-main img {
        border-radius: 15px;
        height: 455px;
        object-fit: cover;
    }

    .meta-ads-main p {
        max-width: 100%;
    }
    .why-meta-ads-section .img-fluid{
        width: 60%;
    }
    .why-meta-ads-desc, .meta-ads-service-section p{
        padding: 0;
        text-align: center;
    }
    .meta-ads-service-section h2{
        text-align: center;
    }
    .meta-ads-circle-one{
        margin-top: -100px;
        transform: translate(0px, 50px) rotate(90deg);
    }
}

@media screen and (max-width: 600px) {
    .meta-ads-service-desc .list{
        gap: 0;
        flex-direction: column;
    }
    .meta-ads-circle-three {
        padding: 100px 50px;
    }
}