html, body, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    box-sizing: border-box;
}

html {
    width: 100%;
    box-sizing: border-box;
}

div {
    box-sizing: content-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

#app {
    width: 100%;
}

.title-area {
    width: 100%;
}

.header {
    width: 100%;
    height: 10vh;
    background-color: #011a2d;
}

.content-main {
    width: 80%;
    margin: 0 auto;
}

.header .content-main {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-links,
.header-buttons {
    width: 42%;
    display: flex;
    justify-content: space-between;
}

.header-links .header-link {
    color: white;
}

.header-buttons .header-button {
    color: black;
    font-size: .75rem;
    display: inline-block;
    text-align: center;
    line-height: 1.35rem;
    width: 46%;
    height: 1.45rem;
    background-color: white;
    border-radius: 0.65rem;
    box-sizing: border-box;
}

.stroke-text-black {
    color: transparent;
    -webkit-text-stroke: 1px black;
    text-stroke: 1px black; 
}

.stroke-text {
    color: transparent;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white; 
}

.title-area .banner {
    width: 100%;
    min-height: 11.75rem;
    padding: 1.75rem 0 6.125rem 0;
    background: linear-gradient(135deg, #132139, #1c2150);
}

.title-area .banner .h1-text {
    text-align: center;
    color: white;
    font-size: 3.25rem;
    font-weight: bold;
}

.title-area .banner .stroke-text {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white; 
}

.h3-text {
    text-align: center;
    color: white;
    line-height: 2.2rem;
    font-size: 1.175rem;
    padding: .75rem;
}

.introduction-area {
    width: 100%;
    height: auto;
    position: relative;
    top: -3.125rem;
    background-color: #ddeadd;
    border-radius: 3.125rem;
    z-index: 10;
}

.introduction-area .introduction-content-area {
    width: 100%;
    height: auto;
    padding: 1rem 0;
}

.introduction-area .freelancer-intro {
    width: 100%;
}

.introduction-area .freelancer-intro h1 {
    text-align: center;
}

.introduction-area .freelancer-intro h4 {
    line-height: 1.75rem;
    font-weight: 300;
}

.introduction-area .services {
    width: 100%;
}

.main-service-statement {
    margin-top: 1.5rem;
    line-height: 2rem;
    font-size: 14px;
}

.developer-profile {
    width: 100%;
    height: 3.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .75rem;
}

.round-profile {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    overflow: hidden;
}

.developer-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services {
    width: 100%;
}

.services .service-item {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px #f2f6fe;
    border-radius: 1rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.services .service-item h4 {
    margin-top: 10px;
    font-weight: 400;
}

.process-area {
    width: 100%;
    height: auto;
    min-height: 24.25rem;
    position: relative;
    top: -7.5rem;
    background-color: #021b2d;
    padding-top: 6.75rem;
    padding-bottom: 7.5rem;
}

.text-align-center {
    text-align: center;
}

.text-white {
    color: white;
}

.process-workflow {
    width: 100%;
    margin-top: 1.75rem;
    padding: 1rem;
}

.workflow-item {
    position: relative;
    width: 100%;
    height: 13.625rem;
    padding: .75rem;
    margin: 1rem 0;
    border: 1px solid #2f4d63;
    border-radius: .625rem;
    background: linear-gradient(180deg, #0a1e40, #083149);
}

.text-grey {
    color: #aab1c2;
}

.workflow-text {
    font-size: .875rem;
    line-height: 1.375rem;
}

.workflow-icon {
    width: auto;
    height: auto;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}

.why-choose-us-area {
    width: 100%;
    height: auto;
    position: relative;
    height: auto;
    top: -10rem;
    background-color: #ddeadd;
    border-radius: 3.125rem;
    z-index: 10;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.choose-us-main {
    width: 100%;
    height: auto;
    counter-reset: section;
    padding: 1rem;
}

.why-choose-us-area .choose-us-left {
    width: 100%;
    height: auto;
    position: relative;
}

.why-choose-us-area .choose-us-right {
    width: 100%;
    height: auto;
}

.choose-us {
    width: 100%;
    margin-bottom: 1.25rem;
}

.choose-us-item {
    position: relative;
    padding-left: 0.5rem;
    font-size: 1.875rem;
    font-weight: 500;
    text-transform: inherit;
    line-height: inherit;
    margin: 0;
    z-index: 1;
    color: var(--titles-color);
}

.choose-us-item::before {
    counter-increment: section 1;
    content: "0" counter(section);
    position: absolute;
    top: 0px;
    left: -40px;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: inherit;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(94deg, rgb(0, 156, 255) -2.26%, rgb(149, 54, 229) 63.14%) text;
}

.choose-item-desc {
    margin-top: 1.125rem;
    font-weight: 400;
    line-height: 2rem;
}

.feature-project-area {
    margin-top: -8.5rem;
    padding-bottom: 2.25rem;
}

.feature-project-area .feature-projects {
    width: 100%;
    height: auto;
    padding: .75rem;
}

.feature-projects .feature-projects-list {
    width: 100%;
    height: auto;
    padding: .75rem;
}

.feature-projects-list .project {
    width: 100%;
    height: 20.125rem;
    margin-bottom: .75rem;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: .5rem;
    background-color: #ddeadd;
}

.feature-projects-list .project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.el-image-viewer__canvas {
  object-fit: contain !important;
  max-width: 100%;
  max-height: 100%;
}

.el-image-viewer__canvas img {
  object-fit: contain !important;
  max-width: 100vw;
  max-height: 100vh;
}

.footer-area {
    width: 100%;
    background-color: #132139;
}

.footer {
    width: 100%;
    height: 100%;
    padding-top: 1.375rem;
}

.footer .frequenct-qa {
    width: 100%;
}

.footer .frequenct-qa h3 {
    font-size: 14px;
    color: white;
}

.footer .frequenct-qa  li {
    margin: 18px 0;
}

.footer .contact-details {
    width: 100%;
}

.contact-details h2 {
    font-size: 18px;
    color: white;
}

.contact-details h4, 
.contact-details h3 {
    font-size: 16px;
    color: white;
    margin: 1rem 0 0 0;
    padding-bottom: 1rem;
}

.list-content-area {
    width: 100%;
    height: 90vh;
    background-color: #dde9dd;
    margin-top: -3rem;
    padding-top: 3rem;
}

.portfolio-ul {
    width: 100%;
    height: auto;
}

.portfolio-ul .portfolio-li {
    width: 100%;
    height: 15.125rem;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: .5rem;
    margin: 1.75rem 0;
}

.backButton {
    display: inline-block;
    width: 68px;
    height: 22px;
    background-color: #409eff;
    text-align: center;
    line-height: 22px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
}

.price-list-area {
    width: 100%;
    height: auto;
    background-color: #fee9cf;
}

.price-list-area .price-list {
    width: 100%;
    padding: 3rem 0 1rem 0;
    display: unset;
    justify-content: unset;
}

.price-list-area .price-list .option-items {
    width: 46%;
    height: 50vh;
    padding-top: 14vh;
    box-sizing: border-box;
}

.option-items-ul li:nth-child(odd) {
    background-color: #dddbaf;
}

.option-items-ul li:nth-child(even) {
    background-color: #f0efdb;
}

.price-list .option-items {
    float: left;
}

.price-list .option-items .option-item {
    width: 100%;
    padding: 0 1rem;
    height: 2.125rem;
    line-height: 2.125rem;
    text-wrap: wrap;
    text-align: right;
    box-sizing: border-box;
}

.price-list .option-items .option-item  h4 {
    font-size: 10px;
}

.price-item .package-item {
    width: 100%;
    padding: 0 1rem;
    height: 2.125rem;
    line-height: 2.125rem;
    text-align: center;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 500;
}

.price-list-area .price-list .price-item {
    width: 48%;
    height: 50vh;
}

.price-item .package-header {
    width: 100%;
    height: 14vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.starter-package {
    float: left;
}

.starter-package .package-header {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #6ac123 0%, #4b9e14 100%);
    color: white;
    font-family: sans-serif;
    text-align: center;
    border-bottom-left-radius: 100% 40px;
    border-bottom-right-radius: 100% 40px;
    position: relative;
    overflow: hidden;
}

.starter-package ul li:nth-child(odd) {
    background-color: #cce0ab;
}

.starter-package ul li:nth-child(even) {
    background-color: #e6eed7;
}

.business-package {
    float: left;
}

.business-package .package-header {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #f60031 0%, #a10020 100%);
    color: white;
    font-family: sans-serif;
    text-align: center;
    border-bottom-left-radius: 100% 40px;
    border-bottom-right-radius: 100% 40px;
    position: relative;
    overflow: hidden;
}

.business-package ul li:nth-child(odd) {
    background-color: #e7c4c4;
}

.business-package ul li:nth-child(even) {
    background-color: #f3e8e8;
}

.premium-package .package-header {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #3ca1d8 0%, #0765a4 100%);
    color: white;
    font-family: sans-serif;
    text-align: center;
    border-bottom-left-radius: 100% 40px;
    border-bottom-right-radius: 100% 40px;
    position: relative;
    overflow: hidden;
}

.premium-package {
    float: left;
}

.premium-package ul li:nth-child(odd) {
    background-color: #bcd7e8;
}

.premium-package ul li:nth-child(even) {
    background-color: #e3edf6;
}

.check-box-item {
    text-align: left!important;
}