:root{
    --white: #ffffff;
    --primary-color-gray: #4F4F4F;
    --primary-color-darkgray:#333333;
    --primary-color-darkpink: #E9204F;
    --primary-color-pink: #EF486F;
    --circle-one: #F13E67;
    --circle-two: #F55C80;
    --ciecle-three: #F97493;
    --primary-btn-pink: #F24F75;
    --circle-lightpink: #FF7494;
    --circle-darkpink: #FF4D76;
}
.section-top-padding{
    padding-top: 150px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
}

/* heading-typography */
.services-title-1{
    /* font-size: 160px; */
    font-size: 130px;
    line-height: 160px;
    font-weight: 500;
    /* line-height: 192px; */
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-darkgray);
}

.services-title-2{
    /* font-size: 160px; */
    font-size: 130px;
    line-height: 160px;
    font-weight: 800;
    /* line-height: 192px; */
    font-family: "Outfit", sans-serif;
    background: linear-gradient(95.61deg, var(--primary-color-darkpink) 0.45%, var(--primary-color-pink) 99.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-title-3{
    /* font-size: 120px; */
    font-size: 100px;
    font-weight: 800;
    line-height: 140px;
    /* line-height: 168px; */
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-darkgray);
}

.services-title-4{
    font-size: 100px;
    font-weight: 380;
    line-height: 160px;
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-darkgray);
}

.services-title-5{
    font-size: 80px;
    font-weight: 380;
    line-height: normal;
    font-family: "Outfit", sans-serif;
    color: var(--white);
}

.services-title-6{
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-darkgray);
}

.services-title-7{
    font-size: 90px;
    font-weight: 800;
    line-height: normal;
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-darkgray);
}

.services-title-list {
    font-family: "Outfit", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: var(--primary-color-darkgray);
}

/* body-typography */
.services-body-1{
    font-size: 22px;
    font-weight: 400;
    line-height: 35.2px;
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-gray);
}

.services-body-2{
    font-size: 26px;
    font-weight: 400;
    line-height: 46.8px;
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-gray);
}

.services-body-3{
    font-size: 26px;
    font-weight: 600;
    line-height: 41.6px;
    font-family: "Outfit", sans-serif;
    color: var(--primary-color-gray);
}

/* common-services-container */
.services-container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 100px;
}
.services-nav{
    padding: 30px 100px 20px 100px;
}
.service-text-black{
    color: var(--primary-color-darkgray);
}
/* services-common-btn */
.services-common-primary-btn{
    background: var(--primary-btn-pink);
    padding: 18px 37px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000014;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    a{
        text-decoration: none;
        color: #ffffff;
    }
}
.services-left-padding{
    padding-left: 100px;
}

.services-right-padding{
    padding-right: 100px;
}

.services-common-primary-btn:hover{
    background: #FC3060;
    box-shadow: 6px 6px 10px rgba(64, 65, 69, 0.1);
    /* background: linear-gradient(95.61deg, var(--primary-color-darkpink) 0.45%, var(--primary-color-pink) 99.4%); */
}

/* common-services-section */
.services-section{
    gap: 140px;
}

.services-card{
    width: 100%;
}

/* project-query-section */
.project-query-section {
    gap: 50px;
    padding-bottom: 100px;
}

.project-query-section p{
    padding-right: 350px;
}

.circle-animation-btn{
    display: none;
    padding: 20px 40px;
    background: var(--primary-btn-pink);
    a{
        text-decoration: none;
        color: #ffffff;
    }
}

.circle-animation-btn:hover{
    background: linear-gradient(95.61deg, var(--primary-color-darkpink) 0.45%, var(--primary-color-pink) 99.4%);
}

/* circle-animation */
.circle1{
    border-radius: 50%;
    height: 520px;
    width: 520px;
    background-color: var(--circle-one);
    position: relative;
}
.circle2{
    border-radius: 50%;
    background-color: var(--circle-two);
    left: 50%;
    top: 50%;
    position: absolute;
    animation: circle2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}
.circle3{
    border-radius: 50%;
    background-color: var(--ciecle-three);
    left: 50%;
    top: 50%;
    position: absolute;
    animation: circle3;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

@keyframes circle3{
    0% {padding: 0;}
    25% {padding: 0; top: 50%; left: 50%;}
    50% {padding: 160px; top: calc(50% - 160px); left: calc(50% - 160px);}
    60% {padding: 160px; top: calc(50% - 160px); left: calc(50% - 160px);}
    75% {padding: 0; top: 50%; left: 50%;}
    100% {padding: 0;}
}

@keyframes circle2{
    0% {padding: 0;}
    25% {padding: 200px; top: calc(50% - 200px); left: calc(50% - 200px);}
    50% {padding: 200px; top: calc(50% - 200px); left: calc(50% - 200px);}
    75% {padding: 200px; top: calc(50% - 200px); left: calc(50% - 200px);}
    100% {padding: 0;}
}

.project-query-section{
    h4{
        position: absolute;
        top: calc(50% - 110px);
        left: calc(50% - 110px);
    }
}

.services-landing-hr{
    margin: 0;
}

/* common-footer */
.services-landing-footer{
    padding: 30px 100px;
}

.half-circle-vertical{
    /* width: 950px;
    height: 500px; */
    width: 700px;
    height: 350px;
    border-bottom-left-radius: 482px;
    border-bottom-right-radius: 482px;
    background-color: var(--circle-lightpink);
}

.half-circle-vertical:hover{
    background-color: var(--circle-darkpink);
}
.heading-width{
    width: 70%;
    margin: 0 auto;
}
/* media-query-starts-here */
@media screen  and (max-width: 1750px){
    .services-title-1, .services-title-2{
        font-size: 100px;
        line-height: normal;
    }

    .services-title-3{
        font-size: 80px;
        line-height: normal;
    }

    .services-title-4{
        font-size: 85px;
        line-height: normal;
    }
}

@media screen  and (max-width: 1600px){
    .services-section {
        gap: 120px;
    }
    .services-title-6{
        font-size: 28px;
    }
}

@media screen and (max-width: 1440px){
    .section-top-padding{
        padding-top: 100px;
    }
    .services-container {
        padding: 0px 50px;
    }
    .services-nav, .services-landing-footer{
        padding: 30px 50px;
    }
    /* .services-title-1, .services-title-2{
        font-size: 100px;
    } */
    .services-title-3{
        font-size: 70px;
    }
    /* .services-title-6{
        font-size: 28px;
    } */
    .services-body-1{
        font-size: 18px;
    }
    .services-body-2{
        font-size: 20px;
        line-height: 30px;
    }
    .services-title-list {
        font-size: 22px;
    }
    .services-section {
        gap: 80px;
    }
    .project-query-section {
        padding-bottom: 50px;
    }
    .project-query-section p{
        padding-right: 0;
    }
    .circle1{
        transform: scale(0.8);
    }

    .half-circle-vertical {
        height: 300px;
        width: 580px;
        margin-bottom: 60px;
    }
    .services-title-7{
        font-size: 80px;
    }
}

@media screen and (max-width: 1280px){
    .project-query-section {
        gap: 0px;
        flex-wrap: wrap;
    }
    .project-query-section, .services-title-5 {
        text-align: center;
        padding-top: 50px;
    }
    .circle-animation{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .circle1{
        transform: scale(0.6);
    }
    .project-query-section
    h4 {
        top: calc(50% - 170px);
        left: calc(50% - 256px);
        padding: 60px;
    }
    .heading-width{
        width: 90%;
    }
    .services-title-6 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px){
    .services-title-1, .services-title-2{
        font-size: 70px;
    }
    .services-body-1{
        font-size: 16px;
    }
    .services-body-2{
        font-size: 18px;
        line-height: normal;
    }
    .services-title-3, .services-title-4, .services-title-7 {
        font-size: 55px;
    }
    .services-title-6{
        font-size: 22px;
    }
    .services-section{
        gap: 40px;
    }
}

@media screen and (max-width: 991px){
    .services-container {
        padding: 0px 30px;
    }
    .services-nav, .services-landing-footer{
        padding: 30px;
    }
    .services-section {
        gap: 40px;
        flex-wrap: wrap;
    }
    .services-card {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
    }
    .services-card :is(p, h4){
        text-align: center;
    }
    .half-circle-vertical{
        height: 220px;
        width: 420px;
        margin-top: 60px;
    }
    .services-left-padding, .services-right-padding{
        padding: 0px;
    }
    .full-width-img{
        background-color: #f2f2f2;
        border-radius: 20px;
    }
    .full-width-img img{
        width: 50%;
    }
    .section-top-padding{
        padding-top: 50px;
    }
    .heading-width{
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    .services-title-1, .services-title-2{
        font-size: 45px;
    }
    .services-body-2, .services-body-3{
        font-size: 16px;
        line-height: normal;
    }
    .services-title-3, .services-title-7 {
        font-size: 30px;
    }
    .services-title-4{
        font-size: 40px;
        line-height: 35px;
    }
    .services-title-6{
        font-size: 18px;
    }
    /* .section-top-padding{
        padding-top: 50px;
    } */
    .circle-animation {
        display: none;
    }
    .circle-animation-btn {
        display: block;
        margin-top: 30px;
    }
    .project-query-section {
        justify-content: center;
    }
    .half-circle-vertical {
        height: 120px;
        width: 240px;
    }
}

@media screen and (max-width: 425px) {
    
    .full-width-img img{
        width: 100%;
    }
}