@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    background-color: #FCFCFF;
    color: #64647C !important;
    overflow-x: hidden;
    position: relative;
}

a {
    display: block;
    text-decoration: none !important;
    color: inherit;
}

p {
    margin-bottom: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px !important;
}

ul,
li {
    padding: 0 !important;
    list-style: none;
    margin: 0 !important;
}

.font-poppins {
    font-family: "Poppins", sans-serif;
}

img {
    display: block;
    max-width: 100%;
}

.fs-xs {
    font-size: 12px;
}

.fs-lg {
    font-size: 18px;
}

.font-italic {
    font-style: italic;
}

::-webkit-scrollbar {
    display: none;
}

.custom-container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.spacing {
    padding: 40px 0px;
}

.section-title {
    color: #333349;
}

.text-primary {
    color: #333349 !important;
}
.bg-primary {
    background-color: #F4F4FE !important;
}
/* blogs page css start */
.blogs {
    padding-top: 99px;
}
.blogs-subtitle {
    max-width: 786px;
    width: 100%;
    margin: auto;
}

.blog-img img {
    max-width: 367px;
    width: 100%;
    max-height: 243px;
    height: 100%;
    object-fit: cover;
    border-radius: 24px 24px 0px 0px;
}

.blog-wrapper {
    max-width: 367px;
    width: 100%;
    border-radius: 24px;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #6366F126;
}

.blog-item-content {
    padding: 4px 9px 10px 10px;
}

.trend-badge {
    background-color: #6366F1;
    height: 52px;
    width: 52px;
    border-radius: 100%;
    margin-top: -18px;
}

.blog-item-title {
    max-width: 314px;
    width: 100%;
}

.blog-content-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* blogs page css end */
/* contact us page css start */
.get-in-touch-img {
    max-width: 463px;
    width: 100%;
}

.get-in-touch-content-wrapper {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 0px 5.8px 0px #F4F4FE;
}

.get-in-touch-input {
    margin-bottom: 14px;
}

.get-in-touch-input input,
.get-in-touch-input textarea {
    width: 100%;
    border: 0.25px solid rgba(100, 100, 124, 0.2);
    border-radius: 10px;
    padding: 16px 37px;
}

input:focus,
textarea:focus {
    outline: none !important;
}

.get-in-touch-input input::placeholder {
    color: #D9D9D9;
}

.see-more-btn {
    background-color: #F4F4FE;
    border-radius: 9px;
    padding: 13px 54px;
    display: inline-block;
}

.submitButton {
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(90deg, #947ADC 0%, #AD84D1 50%, #DF98BC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: none;
    border: none;
}

/* contact us page css end */
/* blog details page css start */
.blog-details {
    padding-top: 99px;
}
.blog-details-section {
    max-width: 946px;
    width: 100%;
    margin: auto;
}

.blog-details-title {
    max-width: 805px;
    width: 100%;
    margin: auto;
}

.blog-details-img img {
    max-width: 946px;
    width: 100%;
    border-radius: 29px;
    margin: auto;
}

.blog-details-content {
    max-width: 930px;
    width: 100%;
}

.blog-details-content p {
    color: black;
    padding-bottom: 16px;
}

.list-disc {
    list-style: disc;
}

.blog-details-list {
    padding-left: 26px !important;
}

/* blog details page css end */
/* privacy policy page css start */
.bg-gradient-title {
    font-size: 48px;
    padding-bottom: 12px;
}

.bg-gradient-section {
    background: linear-gradient(98.38deg, #9EA0F7 2.05%, #EBEBFD 26.02%, #F4F4FE 50%, #F4F4FE 97.95%);
}

.bg-gradient-section-title {
    min-height: 255px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-policy-content {
    max-width: 1087px;
    width: 100%;
    margin: auto;
}

.privacy-policy-content::after {
    content: '';
    position: absolute;
    top: 400px;
    right: -120px;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 50%;
    background: rgba(243, 169, 188, 0.36);
    filter: blur(28px);
    z-index: -1;
}

.privacy-policy-content::before {
    content: '';
    position: absolute;
    top: 1431px;
    left: -120px;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 50%;
    background: rgba(245, 161, 178, 0.22);
    filter: blur(28px);
    z-index: -1;
}

.blue-gradient-ball::after {
    content: '';
    position: absolute;
    top: 1400px;
    right: -120px;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.22);
    filter: blur(26px);
    z-index: -1;
}
.home-page.blue-gradient-ball::after {
    top: 3000px;
}
.blog-details.blue-gradient-ball::after {
    top: 2600px;
}
.blogs.blue-gradient-ball::after {
    top: 2600px;
}
/* privacy policy page css end */
/* PDF converter page css start */
.page-converter-subtitle {
    max-width: 894px;
}
.shape-round {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0px 0px 5.8px 2px #6366F10F;
    position: absolute;
    top: -20px;
    left: 28px;
}
.shape-content {
    max-width: 245px;
    width: 100%;
    bottom: 22px;
    left: 12px;
    padding-right: 12px;
}
.shape-img {
    width: 256px;
}
.shape-content-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 40px;
}
/* PDF converter page css end */
/* index page css start */
.hero-main {
    background: linear-gradient(98.38deg, #9EA0F7 2.05%, #EBEBFD 26.02%, #F4F4FE 50%, #F4F4FE 97.95%);
    padding-bottom: 89px;
    position: relative;
    padding-top: 98px;
}
.hero-main::before {
    content: "";
    background-image: url(../images/hero-main-before.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-width: 498px;
    width: 100%;
    max-height: 498px;
    height: 100%;
    animation: bounceEffect 5s ease-in-out infinite;
    animation-delay: 1s;
    z-index: 2;
}
.hero-main::after {
    content: "";
    background-image: url(../images/hero-main-after.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 498px;
    width: 100%;
    max-height: 498px;
    height: 100%;
    animation: bounceEffect 5s ease-in-out infinite;
    z-index: 2;
}
@keyframes bounceEffect {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.hero-main-title {
    font-size: 48px;
    max-width: 853px;
    width: 100%;
}
.hero-main-title span {
    color: #6366F1;
}
.hero-main-subtitle {
    max-width: 658px;
    width: 100%;
}
.conversion-tool {
    background-color: #F4F4FE;
    border-radius: 9px;
    padding: 5px 13px 5px 5px;
    max-width: max-content;
    width: 100%;
}
.tools-circle {
    height: 56px;
    width: 56px;
    border-radius: 100%;
    background-color: white;
}
.conversion-tools-main {
    background-color: white;
    border-radius: 35px;
    padding: 27px 16px 32px;
}
.conversion-tool-wrapper {
    max-width: 666px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.hero-secrch {
    max-width: 560px;
    width: 100%;
    margin: auto;
}
.hero-main-input {
    background-color: white;
    border-radius: 5px;
    padding: 18px;
}
.search-icon {
    background-color: #6366F1;
    border-radius: 5px;
    max-width: 77px;
    width: 100%;
    height: 57px;
}
.view-all-btn {
    border: 1px solid #6366F1;
    color: #6366F1;
    border-radius: 9px;
    padding: 6px 26px;
    max-width: max-content;
    width: 100%;
    margin-top: 30px;
}
.accordion-wrapper {
    max-width: 760px;
    width: 100%;
    margin: auto;
}
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.accordion-item {
    margin-bottom: 15px !important;
    border-radius: 23px !important;
    border: none !important;
    overflow: hidden;
}
.accordion-button {
    background-color: rgba(244, 244, 254, 0.9) !important;
    padding: 0px !important;
    color: #64647C !important;
    height: 49px !important;

}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-color: transparent;
}
.accordion-button p {
    line-height: 1.5 !important;
}
.accordion-button::after {
    background-image: url(../images/faqUpIcon.svg) !important;
    height: 38px !important;
    width: 38px !important;
    background-size: cover;
}
.accordion-body {
    background-color: rgba(244, 244, 254, 0.9) !important;
}
.home-page-policy.privacy-policy-content::after {
    z-index: 0;
}
/* index page css end */
/* popular category css start */
.popular-category {
    background-color: #1A1A30;
    border-radius: 22px;
    padding: 21px 16px 33px;
    top: 118px;
    overflow: hidden;
}
.popular-category-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
    max-width: 712px;
    width: 100%;
    margin: auto;
    white-space: nowrap;
}
.popular-category-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.category-divider {
    width: 0.25px;
    background-color: rgba(255, 255, 255, 0.30);
    height: 128px;
}
.popular-category::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/category_before.png);
    background-position: left;
    max-width: 173px;
    width: 100%;
    max-height: 239px;
    height: 100%;
    background-repeat: no-repeat;
}
.popular-category::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/category_after.png);
    background-position: left;
    max-width: 173px;
    width: 100%;
    max-height: 239px;
    height: 100%;
    background-repeat: no-repeat;
}
/* popular category css end */
/* footer css start */
.logo-wrapper {
    max-width: 401px;
    width: 100%;
}
.footer-list {
    gap: 13px;
}
.footer-content {
    gap: 82px;
    border-bottom: 0.25px solid rgba(100, 100, 124, 0.3);
    padding-top: 146px;
}
.copyright-content {
    padding: 12px 0px;
}
.footer-wrapper {
    margin-top: -118px;
}
.redirect-to-header {
    position: fixed;
    right: 51px;
    bottom: 37px;
    cursor: pointer;
    display: none;
}
/* footer css end */
/* header css start */
.nav-link.active {
    color: #6366F1 !important;
}
.login-btn {
    color: #6366F1;
    border-radius: 9px;
    border: 1px solid #6366F1;
    padding: 10px 34px;
}
.navbar-nav {
    gap: 55px !important;
}
.navbar-brand {
    margin-right: 162px !important;
}
.header-wrapper {
    position: absolute;
    width: 100%;
    top: 29px;
    z-index: 10;
}
/* header css end */
/* jpg to pdf page css start */
.hero-section-spacing {
    padding-top: 99px;
}
.category-section {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 20px;
}
.category-sidebar {
    max-width: 270px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #766EE842;
    border-radius: 28px;
    padding: 16px;
}
.category-content-wrapper {
    max-width: 850px;
    width: 100%;
}
.sidebar-category {
    background-color: #6366F1;
    border-radius: 28px;
    border-radius: 28px;
    max-width: 243px;
    width: 100%;
    display: block;
}
.category-item {
    padding: 14px 0px;
    margin: 0px 16px;
    border-bottom: 0.75px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
}
.category-subitems {
    display: none;
    margin: 0px 16px !important;
}
.category-subitems li {
    list-style: none;
    padding: 14px 0px !important;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 0.75px solid #D9D9D9;
}
.category-content-box {
    display: none;
}
.category-content-box.active {
    display: block;
}
.category-content-box-inner {
    width: 100%;
    border-radius: 28px;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #766EE842;
    border: none;
    padding: 30px;
    margin-bottom: 16px;
}
.input-item p {
    color: #6366F1;
}
.input-item input, .input-item select {
    width: 100%;
    border: 0.25px solid rgba(100, 100, 124, 0.2);
    border-radius: 10px;
    padding: 8px 12px;
}
input:focus , select:focus {
    outline: none;
}
.category-subitems li.active {
    color: #6366F1;
    font-weight: 500;
}
.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.category-subitems li:last-child {
    border-bottom: 0px;
}
.textarea-as-requirement textarea {
    width: 100%;
    border-radius: 28px;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #766EE842;
    border: none;
    resize: none;
    padding: 30px;
    min-height: 403px;
    height: 100%;
}
.textarea-as-requirement textarea::placeholder {
    color: #D9D9D9;
    font-size: 16px;
}
.content-box-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.content-box-btn a {
    background-color: #F2EFEF7A;
    border-radius: 9px;
    padding: 13px 65px;
    max-width: max-content;
    width: 100%;
}
.similar-content .shape-content-wrapper {
    grid-template-columns: repeat(3,1fr);
}
.comment-wrapper {
    border-radius: 28px;
    box-shadow: 0px 0px 4px 0px #766EE842;
    padding: 32px 40px;
}
.comment-content {
    background-color: #EFF2FC;
    border-radius: 10px;
    padding: 10px 20px;
}
.comments-item .commented-user {
    color: #b0f;
}
.comments-item {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: self-start;
}
.comments-item span {
    color: #9397AD;
}
.avatar-active {
    outline: 2.68px solid #107BEF;
    border: 2px solid white;
    border-radius: 100%;
}
.comment-wrapper input {
    border-radius: 30px;
    border: 0.75px solid rgba(180, 183, 201, 0.3);
    font-size: 16px;
    padding: 15px;
}
.comment-wrapper input::placeholder {
    font-size: 16px;
    color: #565973;
}
.post-btn {
    background-color: #6366F1;
    border-radius: 28px;
    padding: 15px 39px;
    display: inline-block;
}
.comment-write {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 44px;
}
.see-more-comment {
    color: #565973;
    padding: 10px;
    margin-top: 14px;
}
.comments-all {
    max-width: 740px;
    width: 100%;
    margin-left: auto;
}
.question-wrapper {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.question-item {
    box-shadow: 0px 0px 4px 0px #766EE842;
    border-radius: 19px;
    padding: 18px 70px;
    max-width: max-content;
    width: 100%;
}
.report-bug {
    width: 100% !important;
    display: block;
    max-width: 100%;
}
.gaidelance-content {
    border-radius: 19px;
    padding: 22px;
    box-shadow: 0px 0px 4px 0px #766EE842;
}
.category-show-card {
    min-height: 396px;
    height: 100%;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #766EE842;
    border-radius: 28px;
    padding: 30px;
    margin-top: 16px;
}
.category-show-card-wrapper {
    position: relative;
    display: none;
}
.icon-badge p {
    color: #6366F1;
}
.icon-badge .custom-line {
    width: 0.75px;
    height: 15px;
    background-color: rgba(99, 102, 241, 0.3);
}
.icon-badge {
    background-color: #f6f6fe;
    border-radius: 17px;
    padding: 9px;
    max-width: max-content;
    width: 100%;
    position: absolute;
    right: 22px;
    top: 22px;
}
.page-wrapper .privacy-policy-content {
    max-width: 1140px;
}
.page-wrapper .blue-gradient-ball::after {
    top: unset;
    bottom: 40px;
}
.document-upload {
    position: relative;
    background-color: white;
    border-radius: 28px;
    box-shadow: 0px 0px 4px 0px #766EE842;
    min-height: 403px;
    height: 100%;
    margin-bottom: 16px;
}
.document-upload input {height: 38px;
    width: 38px;
    border-radius: 8px;
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}
.input-item-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}
/* jpg to pdf page css end */
.dots-wrapper {
    height: 38px;
    width: 38px;
    border-radius: 8px;
    background-color: #6366F1;
}
.dots-dropdown {
    position: absolute;
    top: 16px;
    right: 16px;
}
.fin-replace-drop-icon input {
    max-width: 150px;
    width: 100%;
}
.category-show-card textarea {
    width: 100%;
    border: none;
    resize: none;
    min-height: 332px;
    height: 100%;
    padding-top: 6%;
}
/*.submitButton{*/
/*    border: none;*/
/*    background: transparent;*/
/*    background: linear-gradient(90deg, #947ADC 0%, #AD84D1 50%, #DF98BC 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/
