.logo.m-0 img {
    width: 220px;
}
.logo-bar img {
    width: 220px;
}

*
{
    font-family: 'Inter';
}
html
{
    scroll-padding-top: 250px;
}

:root
{
    --primaryColor:#EEC643;
    --secondaryColor:#0D21A1;
    --activeNavWidth: 110px;
    --activeNavHeight: 40px;
    --activeNavX: -1000px;
    --activeNavY: -5px;
    --activeNavOpacity: 0;

    --angle: 0deg;

    --bs-border-radius: 12px !important;
    --serviceBorderHeight:30px;

}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bgRotate {
    0%
    {
    
        transform: rotate(0deg);

    }
    100% {
        
        transform: rotate(360deg);
    }
}


@keyframes mouse-movement-anim
{
    0%
    {
        opacity:0;
        
    }
    20%
    {
        opacity:1;
    }
    30%
    {
        opacity:1;
        transform: translateY(0px);
    }
    60%
    {
        opacity:1;
        transform: translateY(-60px);
    }
  

    70%
    {
        opacity:0;
        transform: translateY(-60px);
    }

    80%
    {
        opacity:0;
        transform: translateY(0px);
    }
    100%
    {
        opacity:0;
        transform: translateY(0px);
    }

}

@keyframes fixed-loop-anim
{
    0%
    {
        transform: translateX(0%);
    }
    100% 
    {
        transform: translateX(-33.32%);
    } 
}

@keyframes spin-service-bg
{  
    0%
    {   rotate: 0deg; transform: scale(.8);    }

    50%
    {   transform: scale(1.5);    }
    
    100%
    {   rotate: 360deg;  transform: scale(.8);  }
    
}

@keyframes service-border-animation {
    0%
    {   height:0px; }
    100%
    {   height:100%; }
    
}

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

@keyframes progress-animation {
    from {
    --progress: 0;
    }
    to {
    --progress: 100;
    }
}

section {
    padding: 100px 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.primary-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4rem;
    color: #902843;
    padding: 12px 32px;
    text-transform: capitalize;
    border-radius: 0;
    transition: all .5s ease;

    &:hover {
        background-color: #902843;
        color: #ffffff;
    }
}

.submit-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4rem;
    color: #ffffff;
    padding: 10px 32px;
    text-transform: capitalize;
    border-radius: 0;
    background-color: #1EC0F1;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #1EC0F1;
    transition: all .5s ease;

    &:hover {
        background-color: #ffffff;
        color: #1EC0F1;

        & svg path {
            stroke: #1EC0F1;
        }
    }
}

.secondary-btn-1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4rem;
    color: #ffffff;
    padding: 10px 32px;
    text-transform: capitalize;
    border-radius: 0;
    background-color: #1EC0F1;
    border: none;
    border: 1px solid #1EC0F1;
    transition: all .5s ease;

    &:hover {
        color: #1EC0F1;
        border: 1px solid #1EC0F1;

        & svg path {
            stroke: #1EC0F1;
        }
    }
}

.secondary-btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4rem;
    color: #1EC0F1;
    padding: 10px 32px;
    text-transform: capitalize;
    border-radius: 0;
    border: 1px solid #1EC0F1;
    transition: all .5s ease;

    &:hover {
        background-color: #1EC0F1;
        color: #ffffff;

        & svg path {
            stroke: #ffffff;
        }
    }
}

h1 {
    font-size: 80px;
    font-weight: 700;
}

h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    color: #902843;
}

h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #25324B;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #25324B;
}

h5 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #25324B;
}

h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #25324B;
    letter-spacing: 0;
}

p {
    font-size: 24px;
    font-weight: 400;
    color: #515B6F;
    line-height: 1.4;
}

a {
    color: #1EC0F1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    transition: all .5s ease;

    & svg path {
        transition: all .5s ease;
    }

    &:hover {
        color: #25324B;

        & svg path {
            stroke: #25324B;
        }
    }
}

b {
    color: #ffffff;
    font-weight: 700;
}

.section-divider {
    position: absolute;
    bottom: -85px;
    left: 0;
    z-index: 1;
}

.footer-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Header Css */
.top-banner {
    max-width: 1292px;
    margin: 0 auto;
    padding: 80px 0;
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 25px 0;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    & .left {
        display: inline-flex;
        align-items: center;
        gap: 60px;

        & .main-nav li a {
            color: #515B6F;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.4rem;
            transition: all .5s ease;

            &:hover {
                color: #1EC0F1;
            }
        }

        & .main-nav li:last-child a {
            color: #1EC0F1;

            &:hover {
                color: #25324B;
            }
        }
    }

    & .right {
        display: inline-flex;
        align-items: center;
        gap: 20px;

        & .divider {
            height: 58px;
            width: 1.33px;
            background-color: #D6DDEB;
        }

        & .signup-cta a {
            background-color: #902843;
            color: #ffffff;

            &:hover {
                color: #902843;
                background-color: #F8F8FD;
                border: 1px solid #902843;
            }
        }
    }
}

.nav-sticky {
    background-color: #F8F8FD;
    box-shadow: 0 10px 20px 0px #0000001f;
    position: fixed;
    top: 0;
    left: 0;
    animation: enter .5s;
    z-index: 99;
}

.hamburglar-close {
    display: none;
}

.main-footer {
    background-color: #000000;
    background-image: url('/assets/img/footer-bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    padding: 120px 0 50px;
    position: relative;

    & .footer-title {
        font-size: 45px;
        font-weight: 300;
        color: #FFFFFF;
    }

    & .social-media-links ul {
        display: flex;
        align-items: center;
        gap: 35px;

        & a:hover svg path {
            fill: #1EC0F1;
            stroke: unset;
        } 
    }

    & .quick-links {

        h5 {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            color: #FFFFFF40;
            letter-spacing: 1.6px;
        }

        ul li {
            margin-bottom: 5px;

            a {
                color: #fff;
                text-transform: uppercase;
                font-size: 22px;
                font-weight: 400;

                &:hover {
                    color: #1EC0F1;
                }
            }
        }
    }

    & .bottom-bar {
        border-top: 1.33px solid #FFFFFF1A;
        padding-top: 50px;
       
        
        ul {
            display: flex;
            align-items: center;
            gap: 10px;

            li {
                color: #73757B;
    
                a {
                    font-size: 14px;
                    font-weight: 400;
                    color: #73757B;

                    &:hover {
                        color: #1EC0F1;
                    }
                }
            }
        }

        p {
            text-align: end;
            font-size: 14px;
            color: #FFFFFF66;
            margin-bottom: 0;
        }
    }
}

/* Home */
.hero-banner {
    padding-top: 200px;
    background-color: #F8F8FD;
    background-image: url('/assets/img/footer-bg.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    & .content {
        max-width: 755px;
        position: relative;
        z-index: 2;

        & h1 {
            color: #902843;
            line-height: 1.0;
        }
    }

    & .search-services-form {
        padding: 20px 20px 20px 40px;
        margin-top: 40px;
        margin-bottom: 20px;
        box-shadow: 0 4px 6px 0 #C0C0C007;
        background-color: #ffffff;
        position: relative;
        z-index: 2;

        & .input-group {
            display: inline-flex;
            gap: 12px;

            & .form-control {
                border-bottom: 1.33px solid #D6DDEB;
                border-radius: 0px;
                border-top: 0;
                border-left: 0;
                border-right: 0;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 20px;
                line-height: 1.4rem;
            }
        }
    }

    & .popular-cat {
        font-size: 20px;
        font-weight: 400;
        color: #202430;
        opacity: 70%;
    }
}

/* Explore By Category */
.cat-box {
    cursor: pointer;
    background-color: #ffffff;
    padding: 45px;
    margin-bottom: 24px;
    border: 1.33px solid #D6DDEB;
    transition: all .5s ease;

    & .icon {
        margin-bottom: 20px;
    }

    & h3 {
        transition: all .5s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    & .cat-link {
        font-weight: 400;
        color: #7C8493;
        transition: all .5s ease;
        
        &:hover {
            color: #ffffff;
        }
    }

    & svg path {
        transition: all .5s ease;
    }

    &:has(.cat-link:hover) {
        background-color: #902843;
        color: white;
        box-shadow: 10px 20px 20px 0 #90284333;
    
        h3 {
          color: white;
        }
    
        svg path {
          stroke: white;
        }
    }

    &:hover {
        background-color: #902843;
        color: white;
        box-shadow: 10px 20px 20px 0 #90284333;

        h3 {
            color: white;
        }
    
        svg path {
            stroke: white;
        }

        .cat-link {
            color: #FFFFFF;
        }
    }
}

/* our talented freelancers */
.our-talented-freelancer {
    background-image: url('/assets/img/bg/freelance-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}

.freelance-box {
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 24px;
    border: 1.33px solid #D6DDEB;
    transition: all .5s ease;

    & .content {

        & .pic {
            margin-bottom: 15px;
            width: 100%;
            aspect-ratio: 1.3;
            overflow: hidden;;

        }

        & h3 {
            transition: all .5s ease;
        }
        
        & .designation {
            font-size: 18px;
            color: #7C8493;
            transition: all .5s ease;
        }
    }

    & .freelance-location {
        border-top: 1px solid #E9EDF4;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 12px;
        cursor: pointer;

        & .country {

            .name {
                font-size: 16px;
                font-weight: 500;
                color: #7C8493;
                transition: all .5s ease;

                & svg path {
                    transition: all .5s ease;
                }
            }
        }
    }

    & svg path {
        transition: all .5s ease;
    }

    &:has(.freelance-location:hover) {
        background-color: #902843;
        color: white;
        box-shadow: 10px 20px 20px 0 #90284333;

        h3 {
            color: white;
        }

        .designation {
            color: white;
        }

        .name {
            color: #ffffff;
        }

        .name svg path {
            fill: white;
        }

        svg path {
            stroke: white;
        }
    }

    &:hover {
        background-color: #902843;
        color: white;
        box-shadow: 10px 20px 20px 0 #90284333;

        h3 {
            color: white;
        }

        .designation {
            color: white;
        }

        .name {
            color: #ffffff !important;
        }

        .name svg path {
            fill: white;
        }

        svg path {
            stroke: white;
        }
    }
}

/* Latest Projects */
.latest-projects {
    background-color: #F8F8FD;
}

.project-card {
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #D6DDEB;
    display: flex;
    justify-content: space-between;
    &:hover
    {
        background-color: #eee;
    }

    & .left {
        display: flex;
        gap: 20px;
        width: 55%;

        & .serial-no {
            font-size: 24px;
            font-weight: 600;
            color: #25324B;
            opacity: 50%;
            line-height: 1.2;
            margin-top: 17px;
        }

        & .content {

            width: 100%;
            & .post-day {
                font-size: 16px;
                color: #515B6F;
                
            }

            & .divider {
                width: 59px;
                height: 2px;
                background-color: #0000001a;
                margin: 15px 0;
                position: relative;

                &:after {
                    content: '';
                    width: 20px;
                    height: 100%;
                    background-color: #902843;
                    position: absolute;
                    top: 0;
                    left: 0;
                }
            }

            & .description {
                font-size: 16px;
                color: #7C8493;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }

           
        }
    }

    & .right {
        display: flex;
        justify-content: space-around;
        width: 40%;

        .price {
            font-size: 36px;
            font-weight: 600;
            color: #902843;
            line-height: 1.2;
        }

        .bids {
            font-size: 24px;
            font-weight: 600;
            color: #902843;
            line-height: 1.2;
            text-align: center;

            .tag {
                font-size: 16px;
                color: #515B6F;
            }
        }
    }
}

.author
{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;

    .name {
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        color: #25324B;
        margin-bottom: 3px;
    }

    .image img
    {
        width: 36px;
        aspect-ratio: 1;
        border-radius: 100px;

    }

    .designation {
        font-size: 13px;
        line-height: 1;
        color: #7C8493;
    }
}

/* about section */
.about {
    background-image: url('/assets/img/bg/about-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;

    & .divider {
        width: 59px;
        height: 2px;
        background-color: #0000001a;
        margin: 15px 0;
        position: relative;

        &:after {
            content: '';
            width: 20px;
            height: 100%;
            background-color: #902843;
            position: absolute;
            top: 0;
            left: 0;
        }
    }
}

/* statistics section */
.statistics {
    background-color: #F8F8FD;
    background-image: url('/assets/img/bg/stats-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;

    & .counter {

        & .counter-icon img {
            mix-blend-mode: luminosity;
        }
    
        & .counter-number {
            font-size: 80px;
            font-weight: 700;
            color: #902843;
    
            .timer {
                color: #902843;
            }
    
            .suffix {
                color: #902843;
            }
        }
    }
}


/* Inner pages */

/* Categories */
.breadcrum {
    background-color: #F8F8FD;
    background-image: url('/assets/img/footer-bg.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 230px 0 150px;

    & .content {
        max-width: 755px;
        position: relative;
        z-index: 2;

        & h1 {
            color: #902843;
            line-height: 1.0;
        }
    }
}

.top-rated {
    background-image: url(/assets/img/bg/freelance-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}

.search-form {
    padding: 20px;
    box-shadow: 0 4px 6px 0 #c0c0c07a;
    background-color: #ffffff;
    position: relative;

    & .input-group {
        display: inline-flex;
        align-items: center;
        gap: 20px;

        & .form-control {
            border-bottom: 1.33px solid #D6DDEB;
            border-radius: 0px;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            padding-left: 0;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 20px;
            line-height: 1.4rem;
            color: #7C8493;

            &:focus{
                box-shadow: none;
            }
        }

        & .submit-btn {
            width: auto;
            padding: 10px 20px;
        }
    }
}

.service-details {
    background-color: #F8F8FD;
}

.service-detail-box {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 4px 4px 0 #00000026;
    padding: 20px 20px 40px;

    & .main-details {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        margin-bottom: 24px;
        /* gap: 80px; */

        .service-category {
            background-color: #F3F3F4;
            font-size: 11px;
            color: #7C8493;
            font-weight: 600;
            display: inline-block;
          
            padding: 6px 10px;
            margin-bottom: 5px;
        }

        .service-name {
            font-size: 28px;
            font-weight: 600;
            line-height: 1.2em;
            color: #333B46;
        }

        .price {
            font-size: 36px;
            font-weight: 600;
            color: #902843;
            line-height: 1.2;
        }

        .duration {
            font-weight: 600;
            color: #323F4F;
            text-align: center;
            line-height: 1;
        }

        .rating{
            font-weight: 600;
            color: #323F4F;
            line-height: 1;
            margin-bottom: 5px;
        }

        .total-rating {
            font-weight: 500;
            color: #535D71;
            line-height: 1;
        }
    }

    & .service-desc {

        h6 {
            font-size: 20px;
            font-weight: 600;
            color: #902843;

        }

        p {
            font-size: 16px;
            color: #7C8493;
            margin-bottom: 0;
        }
    }
}

.freelancer-detail-box {
    position: sticky;
    top: 130px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 4px 4px 0 #00000026;
    padding: 20px 20px 40px;

    .secondary-btn-1 {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 2px;
    }

    .profile {
        display: flex;
        align-items: center;
        gap: 15px;

        .image img
        {
            width: 64px;
            aspect-ratio: 1;
            border-radius: 100px
        }

        .designation {
            font-size: 14px;
            font-weight: 600;
            color: #676767;
            letter-spacing: 0;
        }
    }

    .services {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        border: 1px solid #0000001A;
        border-radius: 2px;
        padding: 10px;

        .total-services {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            color: #7C8493;
        }

        a {
            font-size: 16px;
        }
    }

    p {
        font-size: 14px;
        font-weight: 600;
        color: #333B46;
    }
}