.heroSection{position:relative;padding:120px 0}.heroSection .leftContent{animation:slideInLeft .8s ease-out;padding-right:70px}.heroSection .leftContent .bannerDescription{font-size:16px;color:#000;line-height:24px;margin-bottom:0}.heroSection .leftContent .bannerDescription .highlight{background:#fff4d4;border:1px solid rgba(255,201,40,.2);padding:0 16px;border-radius:30px;font-weight:500}.heroSection .leftContent .creators-section{display:flex;align-items:center;gap:1rem;margin:60px 0 25px}.heroSection .leftContent .creators-section .avatar-group{display:flex}.heroSection .leftContent .creators-section .avatar-group .avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;margin-right:-5px;border:2px solid #fff;box-shadow:0 3px 11px rgba(0,0,0,.1450980392)}.heroSection .leftContent .creators-section .creators-text{display:flex;flex-direction:column;align-items:flex-start}.heroSection .leftContent .creators-section .creators-text .hashtag{color:#404040;font-size:10px}.heroSection .leftContent .creators-section .creators-text .choice-text{font-weight:600;color:#000;font-size:14px}.heroSection .leftContent .creators-section .avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-left:-15px;transition:transform .3s ease}.heroSection .leftContent .creators-section .avatar:first-child{margin-left:0}.heroSection .leftContent .creators-section .avatar:hover{transform:translateY(-5px);z-index:10}.heroSection .leftContent .creators-section .avatar img{width:100%;height:100%;object-fit:cover}.heroSection .leftContent .heading{font-size:46px;line-height:51px;margin-bottom:50px;color:#1a1a1a}.heroSection .leftContent .heading .highlight{color:#5738de}.heroSection .leftContent .searchForm{margin-bottom:25px}.heroSection .leftContent .searchForm .searchWrapper{position:relative;display:flex;align-items:center}.heroSection .leftContent .searchForm .searchWrapper .searchInput{background:#fff;border:0;border-radius:50px;width:100%;padding:20px 30px;transition:all .3s;box-shadow:0 4px 24px rgba(0,0,0,.0823529412);font-size:14px}.heroSection .leftContent .searchForm .searchWrapper .searchInput:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.heroSection .leftContent .searchForm .searchWrapper .searchInput::placeholder{color:#bfbfbf}.heroSection .leftContent .searchForm .searchWrapper .searchBtn{cursor:pointer;background:#ddd7f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;right:.5rem}.heroSection .leftContent .categories{display:flex;flex-wrap:wrap;gap:.75rem}.heroSection .leftContent .categories .categoryBadge{border:1px solid #ffc928;border-radius:50px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;background-color:#fff4d4;color:#404040;cursor:pointer}.heroSection .leftContent .categories .categoryBadge:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.heroSection .rightContent{position:relative;animation:slideInRight .8s ease-out;padding-left:70px}.heroSection .rightContent .imageContainer{position:relative;display:flex;align-items:center;justify-content:center}.heroSection .rightContent .imageContainer .hireRequest img.heartIcon{position:absolute;top:-20px;right:-10px;animation:heartBeat 3s ease-in-out infinite;transform-origin:center;will-change:transform}@keyframes heartBeat{0%{transform:scale(1)}40%{transform:scale(1.12)}70%{transform:scale(1)}to{transform:scale(1.12)}}.heroSection .rightContent .imageContainer .hireRequest{position:absolute;bottom:0;z-index:9;display:flex;align-items:center;gap:16px;background:#fff;color:#000;border-radius:30px;padding:20px 40px 20px 18px;box-shadow:0 14px 26px rgba(87,56,222,.1)}.heroSection .rightContent .imageContainer .hireRequest .logoIcon img{width:58px;height:58px;min-width:58px}.heroSection .rightContent .imageContainer .hireRequest .content .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.heroSection .rightContent .imageContainer .hireRequest .content .head p{font-size:14px;font-weight:600;margin-bottom:0}.heroSection .rightContent .imageContainer .hireRequest .content .head span{font-size:10px;color:#8c8c8c}.heroSection .rightContent .imageContainer .hireRequest .content .body{font-size:12px}.heroSection .rightContent .imageContainer .hireRequest .content .body .requestText{font-weight:600}.heroSection .rightContent .imageContainer .hireRequest.blank{bottom:-20px;z-index:-1;max-width:370px}.heroSection .rightContent .imageContainer .hireRequest.blank .content{opacity:0}.heroSection .rightContent .imageContainer .floatingCard{position:absolute;background:#fff;border-radius:12px;padding:10px 15px;box-shadow:0 3px 12px rgba(0,0,0,.25);z-index:20;animation:float 3s ease-in-out infinite;will-change:transform}.heroSection .rightContent .imageContainer .floatingCard.priceCard{top:35px;left:-105px;animation-delay:0s}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent{display:flex;flex-direction:column;align-items:center;text-align:center}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent .userPhoto{width:70px;height:70px;border-radius:50%;margin-bottom:15px}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent .userPhoto img{object-fit:cover}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent .userPhoto .countryFlag{position:absolute;bottom:0;right:0;width:24px;height:16px;border-radius:2px;width:28px;height:28px;border-radius:50%;overflow:hidden}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent .userPhoto .countryFlag img{object-fit:cover}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent .userName{color:#8c8c8c;font-size:14px;margin-bottom:5px}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent .price{font-size:16px;font-weight:600;color:#000;margin-bottom:10px}.heroSection .rightContent .imageContainer .floatingCard.priceCard .cardContent .period{background-color:#ddd7f8;font-size:12px;color:#000;padding:6px 18px;border-radius:50px}.heroSection .rightContent .imageContainer .decorCircle{position:absolute;border-radius:50%;pointer-events:none;z-index:-1;top:50%;left:0;transform:translateY(-50%);filter:blur(80px);will-change:transform}.heroSection .rightContent .imageContainer .decorCircle.circle1{width:300px;height:300px;background:#5738de}.popularServices{padding-bottom:120px}.popularServices .rowGrid.row .col-lg-3{width:20%}.popularServices .title{font-size:46px;letter-spacing:-1.5px;line-height:51px;color:#1a1a1a;margin-bottom:10px}.popularServices .description{color:#000;font-size:18px;line-height:26px;margin-bottom:15px}.popularServices .serviceCol{display:flex;justify-content:center;margin-bottom:30px}.popularServices .serviceCol .serviceCardLink{text-decoration:none;color:inherit;width:100%}.popularServices .serviceCol .serviceCard{cursor:pointer;transition:all .35s ease;text-align:center;width:100%}.popularServices .serviceCol .serviceCard:hover .imageStack{transform:translateY(-40px)}.popularServices .serviceCol .serviceCard:hover .imageStack .imageItem:first-child{left:10px!important;bottom:0!important;transform:rotate(-10deg)}.popularServices .serviceCol .serviceCard:hover .imageStack .imageItem:nth-child(2){top:0!important}.popularServices .serviceCol .serviceCard:hover .imageStack .imageItem:nth-child(3){right:20px!important;transform:rotate(5deg)}.popularServices .serviceCol .serviceCard:hover .serviceTitle{color:#5738de}.popularServices .serviceCol .serviceCard .cardWrapper{position:relative;height:180px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:15px}.popularServices .serviceCol .serviceCard .cardWrapper .folderBase{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:130px;height:95px;background:url(/_next/static/media/folder.8787a1c4.svg) no-repeat 50%/cover;border-radius:24px 24px 0 0;z-index:2}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack{position:relative;display:flex;align-items:flex-end;justify-content:center;padding-bottom:40px;z-index:1;transition:transform .4s ease}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack .imageItem{width:70px;height:100px;border-radius:8px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.12);border:2px solid #fff;transition:all .35s cubic-bezier(.34,1.56,.64,1);position:relative}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack .imageItem img{width:100%;height:100%;object-fit:cover}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack .imageItem:first-child{z-index:1;left:50px;bottom:20px}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack .imageItem:nth-child(2){z-index:2;top:10px}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack .imageItem:nth-child(3){z-index:3;right:50px}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack.verticalBox .imageItem{width:115px;height:65px}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack.verticalBox .imageItem:first-child{left:90px;bottom:10px}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack.verticalBox .imageItem:nth-child(2){top:10px}.popularServices .serviceCol .serviceCard .cardWrapper .imageStack.verticalBox .imageItem:nth-child(3){right:90px}.popularServices .serviceTitle{font-weight:600;font-size:16px;color:#1f2937;transition:color .3s ease;margin:0;padding:0 1rem}@media(max-width:576px){.popularServices .serviceTitle{font-size:.95rem}}.howItWork .howItWorkInner{padding:70px 60px;background-image:url(/_next/static/media/how-it-work-bg.8577a9b6.svg);background-size:cover;background-repeat:no-repeat;border-radius:20px;color:#000}.howItWork .howItWorkInner h6{font-size:18px;color:#000;letter-spacing:2px;text-transform:uppercase;font-weight:500;margin-bottom:25px}.howItWork .howItWorkInner h2{font-size:46px;line-height:52px;color:#8c8c8c;font-weight:400;margin-bottom:50px}.howItWork .howItWorkInner h2 span{display:block;font-weight:600;color:#000}.howItWork .howItWorkInner .creatorSection h5{font-size:24px;margin-bottom:30px}.howItWork .howItWorkInner .creatorSection .setpCard{display:flex;align-items:center;gap:20px;margin-bottom:30px}.howItWork .howItWorkInner .creatorSection .setpCard .stepNumber{border:1px solid #ffe594;background:#fff;border-radius:100%;width:38px;min-width:38px;height:38px;text-align:center;line-height:38px;position:relative}.howItWork .howItWorkInner .creatorSection .setpCard .stepNumber:after{content:"";border:1px dashed #ffe594;width:2px;height:50px;position:absolute;left:50%;transform:translateX(-50%);bottom:-50px}.howItWork .howItWorkInner .creatorSection .setpCard .stepContent h4{font-size:20px;line-height:28px;color:#404040;margin-bottom:0}.howItWork .howItWorkInner .creatorSection .setpCard .stepContent p{color:#404040;margin-bottom:0}.howItWork .howItWorkInner .creatorSection .setpCard:last-child .stepNumber:after{display:none}.madeWithUs{padding:120px 0;position:relative;background-image:url(/_next/static/media/curve.360facaa.svg);background-repeat:no-repeat;background-position:-40px 0}.madeWithUs h6{text-align:center;text-transform:uppercase;border:1px solid #d9d9d9;border-radius:25px;padding:10px 20px;width:-moz-fit-content;width:fit-content;margin:0 auto 35px;color:#23242a}.madeWithUs h2{font-size:46px;line-height:52px;color:#404040;margin-bottom:60px;text-align:center;font-weight:600}.madeWithUs h2 span{font-weight:400;color:#8c8c8c}.madeWithUs .madeCardHorizontal,.madeWithUs .madeCardVertical{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.0784313725);margin-bottom:20px}.madeWithUs .madeCardHorizontal .cardImage img,.madeWithUs .madeCardVertical .cardImage img{object-fit:cover;width:100%;transition:all .5s ease}.madeWithUs .madeCardHorizontal .cardContent,.madeWithUs .madeCardVertical .cardContent{display:flex;justify-content:space-between;position:absolute;bottom:0;padding:20px 15px;color:#fff;width:100%;z-index:2;transition:all .5s ease}.madeWithUs .madeCardHorizontal .cardContent p span,.madeWithUs .madeCardVertical .cardContent p span{display:block;font-size:12px;font-weight:400}.madeWithUs .madeCardHorizontal:before,.madeWithUs .madeCardVertical:before{content:"";background:linear-gradient(22deg,rgba(0,0,0,.6509803922),transparent);width:100%;height:100%;position:absolute;bottom:0;z-index:1}.madeWithUs .madeCardHorizontal:last-child,.madeWithUs .madeCardVertical:last-child{margin-bottom:0}.madeWithUs .madeCardHorizontal:hover .cardImage img,.madeWithUs .madeCardVertical:hover .cardImage img{transform:scale(1.05);transition:all .5s ease}.madeWithUs .madeCardHorizontal:hover .cardContent,.madeWithUs .madeCardVertical:hover .cardContent{transform:translateY(-10px)}.madeWithUs .madeCardsVerticalWrapper{display:grid;grid-column-gap:24px;column-gap:24px;grid-template-columns:1fr 1fr 1fr 1fr;align-items:self-start}.madeWithUs .madeCardsVerticalWrapper .madeCardVertical{margin-bottom:0}.madeWithUs .madeCardsVerticalWrapper .madeCardVertical:first-child{margin-top:100px}.madeWithUs .madeCardsVerticalWrapper .madeCardVertical:nth-child(3){margin-top:140px}.madeWithUs .madeCardsVerticalWrapper .cardContent{flex-direction:column;gap:10px}.testimonialSection{margin-bottom:120px}.testimonialSection .testimonialWrapper{background-color:#000;border-radius:25px;box-shadow:0 4px 50px rgba(0,0,0,.0784313725);padding:0 48px}.testimonialSection .testimonialWrapper .testimonialContent h6{font-size:16px;background-color:#5738de;color:#fff;border-radius:25px;padding:10px 20px;text-transform:uppercase;width:-moz-fit-content;width:fit-content;font-weight:400;letter-spacing:1px;margin-bottom:32px}.testimonialSection .testimonialWrapper .testimonialContent h2{font-size:40px}.testimonialSection .testimonialWrapper .testimonialContent h2 span{color:#d8d8d8;display:block}.testimonialSection .testimonialSliderWrapper{display:flex;column-gap:24px}.testimonialSection .ticker-wrapper{height:600px;overflow:hidden;position:relative}.testimonialSection .ticker-wrapper .ticker-content{display:flex;flex-direction:column;animation:scroll 18s linear infinite;will-change:transform}.testimonialSection .ticker-wrapper .ticker-content .testimonial-card{color:#313131;background:#fff;border:1px solid hsla(0,0%,100%,.2);border-radius:14px;margin:12px 0;padding:20px}.testimonialSection .ticker-wrapper .ticker-content .testimonial-card .profile img{width:60px;height:60px;border-radius:50%;margin-bottom:12px}.testimonialSection .ticker-wrapper .ticker-content .testimonial-card .profile h4{font-size:22px;font-weight:600;margin-bottom:0}.testimonialSection .ticker-wrapper .ticker-content .testimonial-card .profile p{font-size:14px;margin-bottom:12px}.testimonialSection .ticker-wrapper .ticker-content .testimonial-card p.desc{font-size:14px;margin-bottom:0}.testimonialSection .ticker-wrapper.reverse .ticker-content{animation-direction:reverse}@keyframes scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.joinUsSection{margin-bottom:120px}.joinUsSection .joinUsWrapper{padding:112px 85px;background:linear-gradient(180deg,#FFF4D4,#fff);border-radius:25px;position:relative}.joinUsSection .joinUsWrapper:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url(/_next/static/media/circle.9c3616fe.svg);background-repeat:no-repeat;background-position:100%;z-index:1}.joinUsSection .joinUsWrapper h2{font-size:38px;line-height:50px;color:#000;font-weight:600;margin-bottom:15px}.joinUsSection .joinUsWrapper h2 span{display:block;font-weight:400;color:#000}.joinUsSection .joinUsWrapper p{font-size:22px}.joinUsSection .joinUsWrapper .ctaImage{position:relative;z-index:2;top:30px;left:90px}.joinUsSection .joinUsWrapper .ctaImage img{border-radius:20px}.joinUsSection .joinUsWrapper .ctaImage .bottomBar,.joinUsSection .joinUsWrapper .ctaImage .topBar{display:flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.85);padding:7px 15px;border-radius:25px;position:absolute;z-index:3;top:-30px;right:50px}.joinUsSection .joinUsWrapper .ctaImage .bottomBar img,.joinUsSection .joinUsWrapper .ctaImage .topBar img{width:35px;height:35px}.joinUsSection .joinUsWrapper .ctaImage .bottomBar p,.joinUsSection .joinUsWrapper .ctaImage .topBar p{font-size:18px!important}.joinUsSection .joinUsWrapper .ctaImage .bottomBar{top:auto;bottom:-30px;right:auto;left:50px}.faqSection{padding-bottom:120px}.faqSection h6{text-align:center;text-transform:uppercase;border:1px solid #d9d9d9;border-radius:25px;padding:10px 20px;width:-moz-fit-content;width:fit-content;margin:0 auto 20px;color:#23242a}.faqSection h2{font-size:46px;line-height:52px;color:#404040;margin-bottom:60px;text-align:center;font-weight:600}.faqSection h2 span{font-weight:400;color:#8c8c8c}.faqSection .innerFaq .accordion-item{border:0;border-bottom:1px solid #d9dbe9;background-color:rgba(0,0,0,0)}.faqSection .innerFaq .accordion-item h2.accordion-header{margin-bottom:0;color:#170f49;font-size:18px;line-height:30px}.faqSection .innerFaq .accordion-item h2.accordion-header button{padding:32px 20px;box-shadow:none;gap:20px;background-color:rgba(0,0,0,0)}.faqSection .innerFaq .accordion-item h2.accordion-header button span{font-size:18px;color:#170f49;font-weight:500}.faqSection .innerFaq .accordion-item.activeAcc{background-color:#f1f0fb;border-radius:24px}.faqSection .innerFaq .accordion-item.activeAcc h2{color:#5738de}.faqSection .innerFaq .accordion-item.activeAcc h2 button{color:#5738de;padding-bottom:0}.faqSection .innerFaq .accordion-item.activeAcc h2 button span{color:#5738de}.faqSection .innerFaq .accordion-item.activeAcc .accordion-body{padding:20px 58px 32px;color:#6f6c8f;font-size:18px}.faqSection .innerFaq .accordion-item:last-child{border-bottom:0}main.innerPage{position:relative;padding-top:140px;margin-bottom:120px}main.innerPage:before{content:"";position:absolute;top:0;left:0;width:100%;height:250px;background-color:#5738de;z-index:-1}.userPortfolioSection{background:#fff;border-radius:25px;padding:40px;overflow:hidden}.userPortfolioSection .subTitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.userPortfolioSection .subTitle .subTitleText{font-size:14px;color:#fff;padding:6px 12px;font-weight:500;background-color:#5738de;border:1px solid #5738de;border-radius:50px}.userPortfolioSection .subTitle .subTitleActions{display:flex;gap:12px}.userPortfolioSection .subTitle .subTitleActions .shareLink{width:42px;height:42px;border:1px solid #e9e9e9;border-radius:50%;line-height:40px;text-align:center;color:#8c8c8c;transition:all .3s ease-in-out;background:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.userPortfolioSection .subTitle .subTitleActions .shareLink svg{font-size:18px}.userPortfolioSection .subTitle .subTitleActions .shareLink:hover{border-color:#5738de;color:#5738de}.userPortfolioSection .subTitle .subTitleActions .saveLink{width:42px;height:42px;border:1px solid #ffd8d9;background-color:#ffd8d9;border-radius:50%;line-height:40px;text-align:center;color:#ff5752;transition:all .3s ease-in-out}.userPortfolioSection .subTitle .subTitleActions .saveLink svg{font-size:18px}.userPortfolioSection h1.title{font-size:24px;font-weight:500;color:#000;margin-bottom:30px}.userPortfolioSection .featureImage{width:100%;border-radius:18px;overflow:hidden;margin-bottom:30px;height:360px}.userPortfolioSection .featureImage img{width:100%;height:100%;object-fit:cover;object-position:center}.userPortfolioSection .customTabs{display:flex;gap:14px;background:#fff;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.userPortfolioSection .customTabs::-webkit-scrollbar{display:none}.userPortfolioSection .customTabs .nav-item{flex-shrink:0}.userPortfolioSection .customTabs .nav-item .nav-link{background:#e9e9e9;border:none;color:#000;font-size:14px;padding:10px 20px;border-radius:20px;transition:all .3s ease;white-space:nowrap}.userPortfolioSection .customTabs .nav-item .nav-link.active,.userPortfolioSection .customTabs .nav-item .nav-link:hover{background:#000;color:#fff}.userPortfolioSection .customTabs .nav-item .nav-link:focus-visible{outline:none;box-shadow:none}.userPortfolioSection .tabContentWrapper{padding:40px 0 0;background:#fff}.userPortfolioSection .tabContentWrapper .aboutTab h4{font-size:28px;line-height:34px;margin-bottom:10px}.userPortfolioSection .tabContentWrapper .aboutTab h6{font-size:18px;color:#000;font-weight:500;margin-bottom:20px}.userPortfolioSection .tabContentWrapper .aboutTab p{font-size:16px;color:#404040;line-height:26px}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection{border:1px solid #e9e9e9;padding:20px;border-radius:12px;margin-bottom:30px}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection:last-child{margin-bottom:0}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .section-header h3{font-size:20px;font-weight:500;color:#000;margin:0}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .section-header .view-more{font-size:14px;color:#404040;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .3s ease}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .section-header .view-more:hover{color:#5738de}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .gallery-row{margin:0 -8px}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .gallery-col{padding:0 8px}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .gallery-col .gallery-item{position:relative;width:100%;border-radius:12px;overflow:hidden;cursor:pointer;height:175px;box-shadow:0 4px 45px rgba(0,0,0,.1)}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .gallery-col .gallery-item img{transition:transform .3s ease;width:100%;height:100%;object-fit:cover}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .gallery-col .gallery-item .playBtn{cursor:pointer;background-color:#5738de;border:1px solid #5738de;border-radius:100%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:12px;transition:all .3s;display:flex}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .gallery-col .gallery-item .playBtn svg{color:#fff}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .gallery-col .gallery-item:hover img{transform:scale(1.1)}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none;width:44px;height:44px;border-radius:100%;background:hsla(0,0%,100%,.65);color:#fff;text-align:center;line-height:42px}.userPortfolioSection .tabContentWrapper .portfolioContent .portfolioSection:last-child .gallery-col{margin-bottom:0}.userPortfolioSection .tabContentWrapper .afterBefore .section-header p{font-size:14px;color:#404040}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection{border:1px solid #e9e9e9;padding:20px;border-radius:12px;margin-bottom:30px}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection:last-child{margin-bottom:0}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-row{margin:0 -20px}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-col{padding:0 20px;margin-bottom:0}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-col .gallery-item{border-radius:12px}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-col .content{margin-top:15px}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-col .content h5{font-size:16px;color:#000;margin-bottom:0}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-col .content .grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;border:1px solid #e9e9e9}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-col .content .grid p{border-right:1px solid #e9e9e9;padding:4px 10px;font-size:14px}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-col .content .grid p:last-child{border-right:none}.freelancerListPage{padding-top:134px;background-color:#f6f7fb;padding-bottom:80px;margin-bottom:80px}.freelancerListPage .titleSearch{display:flex;align-items:center;gap:20px;justify-content:space-between;margin-bottom:24px}.freelancerListPage .titleSearch h1{font-size:36px;color:#000;font-weight:600;margin-bottom:0}.freelancerListPage .titleSearch .searchWrapper{background:#fff;box-shadow:0 0 25px rgba(0,0,0,.1882352941);position:relative;border-radius:50px;width:312px}.freelancerListPage .titleSearch .searchWrapper input{background-color:rgba(0,0,0,0);border-radius:50px;border:1px solid rgba(0,0,0,0);padding:11px 20px;font-size:14px;color:#404040;width:100%}.freelancerListPage .titleSearch .searchWrapper input::placeholder{color:#404040}.freelancerListPage .titleSearch .searchWrapper input:focus{outline:none;border-color:#5738de}.freelancerListPage .titleSearch .searchWrapper img{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:20px;height:20px}.freelancerListPage .titleSearch .sortBy p{white-space:nowrap}.freelancerListPage .titleSearch .custom-select__dropdown{width:180px}.freelancerListPage .titleSearch .custom-select__trigger{border-radius:50px;padding:8px 20px;min-height:45px;width:180px}.freelancerListPage .titleSearch .custom-select__trigger .custom-select__value{font-size:14px}.freelancerListPage .titleSearch .custom-select__trigger .custom-select__option{font-size:14px;padding:3px 15px}.freelancerListPage .sortList{display:flex;align-items:center;gap:12px;margin-bottom:24px}.freelancerListPage .filterList{margin-bottom:30px}.freelancerListPage .filterList ul{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.freelancerListPage .filterList ul li a{background-color:#fff;padding:8px 16px;border-radius:10px;display:block;transition:all .3s ease-in-out;font-size:14px}.freelancerListPage .filterList ul li a.active,.freelancerListPage .filterList ul li a:hover{background-color:#5738de;color:#fff}.freelancerListPage .filterList ul li a.show-more-btn{background-color:#e5e7eb}.freelancerListPage .filterList ul li a.show-more-btn:hover{background-color:#5738de}.freelancerListPage.serviceListPage .titleSearch{gap:0}.contactPageHeader{padding-top:190px}.contactPageHeader h6{font-size:22px;margin-bottom:30px}.contactPageHeader h1{font-size:82px;margin-bottom:86px}.contactPageHeader h1 span{color:#5738de}.contactPageHeader .socialLink ul{display:flex;flex-direction:column;gap:20px;align-items:end;justify-content:center}.contactPageHeader .socialLink ul li a{width:45px;height:45px;border:1px solid;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contactPageHeader .socialLink ul li a:hover{background-color:#5738de;border-color:#5738de;color:#fff}.contactFormSection{margin-bottom:80px}.contactFormSection form input,.contactFormSection form textarea{background:rgba(0,0,0,0);border-radius:0;border:0;border-bottom:1px solid #cacaca;font-size:22px;color:#919191!important;font-weight:300;padding:10px 0 15px}.contactFormSection form input::placeholder,.contactFormSection form textarea::placeholder{color:#919191}.contactFormSection form input:focus,.contactFormSection form textarea:focus{background:rgba(0,0,0,0);outline:none;box-shadow:none;border-color:#5738de}.contactFormSection form button{margin-top:30px;padding:15px 40px;font-size:14px}.contactCTA{margin-bottom:150px}.contactCTA .howItWorkInner{padding:90px 60px;background-image:url(/_next/static/media/contact-cta.21368b15.svg);background-position:top}.contactCTA .howItWorkInner h2{margin-bottom:30px}.contactCTA .howItWorkInner .contactDetails{display:flex;align-items:center;gap:60px}.contactCTA .howItWorkInner .contactDetails h5{padding-bottom:10px;position:relative;font-size:20px;font-weight:600}.contactCTA .howItWorkInner .contactDetails h5:before{content:"";background:#5738de;width:25px;height:2px;position:absolute;bottom:0}.contactCTA .howItWorkInner .contactDetails a{font-size:20px;color:#404040;transition:color .3s ease}.contactCTA .howItWorkInner .contactDetails a:hover{color:#5738de}.contactCTA .howItWorkInner .contactImg{position:absolute;top:50px;right:0}.portfolioVideoModal .btn-close{opacity:1;background:#5738de;border-radius:100%;width:25px;height:25px;top:20px;left:20px}.portfolioVideoModal .btn-close svg{color:#fff;width:15px;height:15px}.portfolioVideoModal .videoContent{color:#fff;z-index:2;background:linear-gradient(#000,rgba(255,255,255,0));width:100%;padding:20px 20px 70px 70px;position:absolute}.portfolioVideoModal .videoContent h6{margin-bottom:5px;font-size:16px}.portfolioVideoModal .videoContent p{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.portfolioVideoModal .videoContent video{margin-bottom:-60px;position:relative;top:-50px}.budget-slider-wrapper .budgetHeader span{color:#fff;font-size:12px}.budget-slider-wrapper .dual-range-container{position:relative;height:40px;display:flex;align-items:center}.budget-slider-wrapper .dual-range-container .slider-track{position:absolute;width:100%;height:4px;background:#d3d3d3;border-radius:2px;z-index:1}.budget-slider-wrapper .dual-range-container .slider-range{position:absolute;height:4px;background:#6c5ce7;border-radius:2px;z-index:2}.budget-slider-wrapper .dual-range-container .range-slider{position:absolute;width:100%;height:4px;background:rgba(0,0,0,0);pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.budget-slider-wrapper .dual-range-container .range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#6c5ce7;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);pointer-events:auto;z-index:4}.budget-slider-wrapper .dual-range-container .range-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#6c5ce7;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);pointer-events:auto;z-index:4}.budget-slider-wrapper .dual-range-container .range-slider.range-min{z-index:3}.budget-slider-wrapper .dual-range-container .range-slider.range-max{z-index:4}.modal .modal-dialog.portfolioVideoModalDialog{max-width:565px;width:max-content;min-width:auto}.termsPage{margin-bottom:100px}.termsPage h1{margin-bottom:50px!important;font-size:74px}.termsPage .alert{background-color:rgba(87,56,222,.1490196078);color:#5738de;border:1px solid #5738de;margin-bottom:30px}.termsPage h2{font-size:24px;color:#5738de;font-weight:600}.termsPage h3{font-size:20px;font-weight:600;color:#404040}.termsPage p{margin-bottom:30px}.termsPage p,.termsPage ul li{font-size:18px;color:#404040;line-height:28px}.termsPage ul{margin-bottom:30px}.termsPage a{color:#5738de;transition:color .3s ease}.termsPage a:hover{color:#5738de;text-decoration:underline}.termsPage table thead th{background-color:#5738de;color:#fff;padding:10px;font-weight:500}.termsPage table{margin:15px 0 30px}.termsPage table td{padding:10px}.termsPage table td b{font-weight:500}.termsPage table tr:nth-child(odd) td{background-color:rgba(86,56,222,.0941176471)}.termsPage .refundBox{background:rgba(87,56,222,.1490196078);max-width:600px;padding:30px;border-radius:20px;margin-bottom:30px}.termsPage .refundBox h4{font-size:24px;color:#5738de}.termsPage .refundBox p{margin-bottom:10px;font-size:16px;line-height:24px}@media(max-width:1199px){.heroSection{padding:100px 0 80px}.heroSection .leftContent .creators-section{margin:25px 0}.heroSection .leftContent .heading{font-size:36px;line-height:40px;margin-bottom:20px}.heroSection .leftContent .searchForm .searchWrapper .searchInput{padding:15px 20px}.heroSection .leftContent .searchForm .searchWrapper .searchBtn{width:40px;height:40px}.heroSection .leftContent .categories .categoryBadge{padding:4px 12px;font-size:12px}.heroSection .rightContent .imageContainer .hireRequest{border-radius:20px;padding:16px 25px 16px 16px}.contactPageHeader h1{font-size:72px;line-height:80px}.contactCTA .howItWorkInner .contactImg{max-width:440px}}@media(max-width:991px){.heroSection .leftContent{padding-right:20px}.heroSection .leftContent .heading{font-size:32px}.heroSection .rightContent{padding-left:20px;margin-top:0}.heroSection .rightContent .imageContainer .floatingCard.priceCard{top:20px;left:-45px}.heroSection .rightContent .imageContainer .hireRequest{border-radius:16px;padding:12px 20px 12px 12px}.heroSection .rightContent .imageContainer .hireRequest .content .head{margin-bottom:5px}.heroSection .rightContent .imageContainer .hireRequest .content .body{font-size:10px}.heroSection .rightContent .imageContainer .hireRequest.blank img{display:none}.popularServices{padding-bottom:50px}.popularServices .title{font-size:36px;line-height:42px}.popularServices .description{font-size:16px;line-height:24px}.popularServices .rowGrid.row .col-lg-3{width:25%}.howItWork .howItWorkInner{padding:50px 40px}.howItWork .howItWorkInner h6{margin-bottom:10px}.howItWork .howItWorkInner h2{font-size:32px;line-height:38px;margin-bottom:30px}.madeWithUs{padding:50px 0}.madeWithUs h6{margin:0 auto 15px;font-size:14px}.madeWithUs h2{font-size:32px;line-height:38px;margin-bottom:30px}.madeWithUs .leftSection{display:flex;gap:20px;margin-bottom:30px}.madeWithUs .leftSection .madeCardHorizontal{width:100%;margin-bottom:0}.testimonialSection{margin-bottom:50px}.testimonialSection .testimonialWrapper{padding:50px}.testimonialSection .testimonialWrapper .testimonialContent h2{font-size:32px;line-height:38px;margin-bottom:20px}.testimonialSection .testimonialWrapper .testimonialContent h6{font-size:14px;margin-bottom:20px}.joinUsSection{margin-bottom:60px}.joinUsSection .joinUsWrapper{padding:40px}.joinUsSection .joinUsWrapper h2{font-size:32px;line-height:40px;margin-top:40px}.joinUsSection .joinUsWrapper p{font-size:16px}.joinUsSection .joinUsWrapper p br{display:none}.joinUsSection .joinUsWrapper .ctaImage{left:0}.joinUsSection .joinUsWrapper .ctaImage .bottomBar img,.joinUsSection .joinUsWrapper .ctaImage .topBar img{width:32px;height:32px}.joinUsSection .joinUsWrapper .ctaImage .bottomBar p,.joinUsSection .joinUsWrapper .ctaImage .topBar p{font-size:14px!important}.faqSection{padding-bottom:50px}.faqSection h6{font-size:14px;margin-bottom:15px}.faqSection h2{font-size:32px;line-height:38px;margin-bottom:30px}.faqSection .innerFaq .accordion-item h2.accordion-header button{padding:22px 20px}.freelancerListPage .titleSearch h1{font-size:32px}.freelancerListPage .titleDiv{width:100%}.userPortfolioSection{margin-top:30px}.contactPageHeader h1{font-size:52px;line-height:62px}.contactCTA .howItWorkInner .contactImg{display:none}}@media(max-width:768px){.heroSection .leftContent{text-align:center;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.1607843137);padding:40px;border-radius:20px}.heroSection .leftContent .bannerDescription br{display:none}.heroSection .leftContent .bannerDescription .highlight{margin:0 5px;font-size:12px;padding:0 8px}.heroSection .leftContent .categories,.heroSection .leftContent .creators-section{justify-content:center}.heroSection .rightContent{padding-left:0;margin-top:0}.heroSection .rightContent .imageContainer .floatingCard.priceCard{top:20px;left:20px}.popularServices .rowGrid.row .col-lg-3{width:33.333%}.popularServices .rowGrid.row .col-lg-3:not(.serviceCol){width:100%;text-align:center;margin-bottom:20px}.howItWork .howItWorkInner .custom-btn{margin-top:0!important}.howItWork .howItWorkInner .creatorSection h5{margin-bottom:15px}.howItWork .howItWorkInner .creatorSection.freelancerSection{margin-top:40px}.madeWithUs .madeCardsVerticalWrapper .madeCardVertical:first-child,.madeWithUs .madeCardsVerticalWrapper .madeCardVertical:nth-child(3){margin-top:50px}.freelancerListPage .titleSearch .searchWrapper{width:272px}.contactPageHeader{padding-top:120px}.contactPageHeader h1{font-size:44px;line-height:52px;margin-bottom:20px}.contactPageHeader .socialLink ul{justify-content:start;flex-direction:row;margin-bottom:40px!important}.contactFormSection form input,.contactFormSection form textarea{font-size:16px}.modal .modal-dialog.portfolioVideoModalDialog{max-width:100%;width:calc(100% - 20px);margin:0 10px}}@media(max-width:576px){main.innerPage{margin-bottom:40px}.heroSection .leftContent{padding:20px;border-radius:10px}.heroSection .leftContent .heading{font-size:24px;line-height:30px;font-weight:600}.heroSection .leftContent .categories .categoryBadge{font-size:10px;padding:2px 8px}.heroSection .rightContent .imageContainer .floatingCard.priceCard{display:none}.popularServices .title{font-size:28px}.popularServices .rowGrid.row .col-lg-3{width:50%;margin-bottom:10px}.howItWork .howItWorkInner{padding:20px;border-radius:10px}.howItWork .howItWorkInner h6{font-size:14px}.howItWork .howItWorkInner h2{font-size:28px;line-height:34px}.howItWork .howItWorkInner h2 span{display:contents}.howItWork .howItWorkInner .creatorSection .setpCard{margin-bottom:15px}.howItWork .howItWorkInner .creatorSection .setpCard .stepContent h4{font-size:16px}.howItWork .howItWorkInner .creatorSection .setpCard .stepContent p{font-size:14px}.madeWithUs h2{font-size:28px;line-height:34px}.madeWithUs .leftSection{flex-wrap:wrap;margin-bottom:20px}.madeWithUs .madeCardsVerticalWrapper{grid-template-columns:1fr 1fr;gap:20px}.madeWithUs .madeCardsVerticalWrapper .madeCardVertical:first-child,.madeWithUs .madeCardsVerticalWrapper .madeCardVertical:nth-child(3){margin-top:0}.testimonialSection .testimonialWrapper{padding:20px;border-radius:10px}.testimonialSection .testimonialWrapper h2{font-size:28px;line-height:34px}.testimonialSection .testimonialSliderWrapper{flex-wrap:wrap}.testimonialSection .ticker-wrapper{height:300px}.testimonialSection .ticker-wrapper.reverse .ticker-content{animation-direction:normal}.joinUsSection .joinUsWrapper{padding:20px;border-radius:10px}.joinUsSection .joinUsWrapper h2{font-size:28px;line-height:34px;margin-top:0}.joinUsSection .joinUsWrapper .ctaImage{display:none}.faqSection h2{font-size:28px;line-height:34px}.faqSection .innerFaq .accordion-item h2.accordion-header button{padding:15px 20px}.faqSection .innerFaq .accordion-item h2.accordion-header button span{font-size:16px;line-height:24px}.faqSection .innerFaq .accordion-item h2.accordion-header button span.number{display:none}.faqSection .innerFaq .accordion-item.activeAcc{border-radius:10px}.faqSection .innerFaq .accordion-item.activeAcc .accordion-body{padding:0 20px 20px;font-size:14px}.freelancerListPage{padding-top:110px;padding-bottom:0}.freelancerListPage .titleSearch{justify-content:center}.freelancerListPage .titleSearch h1{font-size:28px;text-align:center}.freelancerListPage .titleDiv,.freelancerListPage .titleSearch p{text-align:center}.freelancerListPage .filterList ul{gap:5px;justify-content:center}.freelancerListPage .filterList ul li a{padding:6px 12px;border-radius:6px;font-size:12px}.userPortfolioSection{margin-top:30px;padding:10px}.userPortfolioSection .featureImage{border-radius:8px;height:220px}.userPortfolioSection .customTabs{flex-wrap:wrap;justify-content:center;gap:10px}.userPortfolioSection .customTabs .nav-item .nav-link{font-size:11px;padding:6px 14px}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-row{border-bottom:1px solid #aaa;padding-bottom:20px;margin-bottom:15px;gap:20px}.userPortfolioSection .tabContentWrapper .afterBefore .afterBeforeSection .gallery-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.userPortfolioSection .tabContentWrapper .aboutTab h4{font-size:20px;line-height:26px}.contactPageHeader h6{font-size:14px;margin-bottom:15px}.contactPageHeader h1{font-size:26px;line-height:32px;margin-bottom:10px}.contactPageHeader .socialLink ul{margin-bottom:20px!important;gap:10px}.contactPageHeader .socialLink ul li a{width:35px;height:35px}.contactPageHeader .socialLink ul li a svg{font-size:14px}.contactCTA{margin-bottom:60px}.contactCTA .howItWorkInner .contactDetails{align-items:start;gap:20px;flex-direction:column}.freelancerListPage .titleSearch .searchWrapper{width:100%}.freelancerListPage .titleSearch .custom-select__trigger{padding:8px 20px;min-height:25px;width:160px;font-size:14px}.freelancerListPage .sortList{justify-content:center}.termsPage{margin-bottom:50px}.termsPage h1{margin-bottom:30px!important}.termsPage .alert{font-size:14px;padding:10px 15px}.termsPage h2{font-size:20px}.termsPage h3{font-size:16px}.termsPage p{font-size:14px;line-height:22px}.termsPage ul{margin-bottom:30px}.termsPage ul li{font-size:14px;line-height:22px}.termsPage .refundBox{padding:15px;border-radius:12px;margin-bottom:30px}.termsPage .refundBox h4{font-size:18px;color:#5738de}.termsPage .refundBox p{margin-bottom:10px;font-size:14px}}.shareProfileModal .modal-content{border-radius:16px;border:none;box-shadow:0 8px 32px rgba(0,0,0,.12)}.shareProfileModal .modal-body{padding:28px 28px 24px}.shareProfileModal .shareModalHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.shareProfileModal .shareModalHeader h5{font-size:18px;font-weight:600;margin:0;color:#1a1a1a}.shareProfileModal .shareModalHeader .btn-close-share{background:none;border:none;font-size:22px;line-height:1;color:#8c8c8c;cursor:pointer;padding:0}.shareProfileModal .shareModalHeader .btn-close-share:hover{color:#1a1a1a}.shareProfileModal .shareModalSubtitle{font-size:13px;color:#8c8c8c;margin-bottom:20px}.shareProfileModal .shareOptions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.shareProfileModal .shareOption{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;width:70px}.shareProfileModal .shareOption .shareOptionIcon{width:52px;height:52px;border-radius:50%;background-color:var(--share-color,#e9e9e9);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;transition:transform .2s ease,opacity .2s ease}.shareProfileModal .shareOption .shareOptionLabel{font-size:12px;color:#404040;font-weight:500;white-space:nowrap}.shareProfileModal .shareOption:hover .shareOptionIcon{transform:scale(1.1);opacity:.9}.shareProfileModal .shareOption.copyOption .shareOptionIcon{background-color:#f0f0f0;color:#404040}@media(prefers-reduced-motion:reduce){.floatingCard,.leftContent,.rightContent,.ticker-content,img.heartIcon{animation:none!important;transition:none!important;will-change:auto}}