.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.webvr-banner-mobile {
    display: none;
}

.what-is-webvr {
    display: flex;
    align-items: center;
}

.what-is-webvr .text-content-inner {
    padding-left: 100px;
    padding-right: 100px;
}

.mt-20 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.click-here {
    padding: 15px;
    border-radius: 10px;
    font-family: "Audi Type";
    font-size: 18px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    cursor: pointer;
    margin-top: 50px;
    display: inline-block;
}

.click-here:hover {
    color: #62e7f3;
    border: 1px solid #62e7f3;
}

.features-and-benifits {
    border-top: 2px solid rgb(59, 59, 59);
    margin-top: 50px;
}

.border-right {
    border-right: 2px solid rgb(59, 59, 59);
}

.border-bottom {
    padding-bottom: 50px;
    border-bottom: 2px solid rgb(59, 59, 59);
}

.text-align-center {
    text-align: center;
}

.list-style-default {
    list-style: unset !important;
}

.list-style-default span {
    font-size: 14px;
    color: rgb(136, 136, 136);
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.benifits-icons {
    width: 100px;
    margin-right: 50px;
}


.benifits-section .d-flex {
    display: flex;
}

.benifits-section h3 {
    font-size: 18px;
}

.benifits-section p {
    font-size: 14px !important;
    line-height: 28px !important;
}

.mt-15 {
    margin-top: 15px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 90%;
    margin: 60px auto;
}

.portfolio.stats-grid {
    max-width: 86% !important;
    margin-top: 0px !important;
}

.stat-box {
    text-align: center;
    padding: 2rem 1rem;
    border-left: 1px solid rgb(59, 59, 59);
    border-top: 1px solid rgb(59, 59, 59);
}

.portfolio.stat-box {
    text-align: center;
    padding: 1.5rem 1rem;
    border-left: 1px solid rgb(59, 59, 59);
    border-top: 1px solid rgb(59, 59, 59);
}

/* Remove left border on first column of each row */
.stat-box:nth-child(4n+1) {
    border-left: none;
}

/* Remove top border on the first row */
.stat-box:nth-child(-n+4) {
    border-top: none;
}

/* Remove bottom border on last row by wrapping grid and using pseudo-border */
.stats-grid::after {
    content: "";
    grid-column: 1 / -1;
    height: 1px;
    background-color: transparent;
}

.stat-box img {
    width: 50px;
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
}

.stat-description {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.how-it-works .d-flex {
    display: flex;
}

.how-it-works {
    border-left: none;
    border-right: none;
}

.how-left,
.how-right {
    flex: 1;
    padding: 40px;
}

.how-left {
    text-align: left;
}

.how-left.align-items-center {
    display: flex;
    align-items: center;
}

.how-left h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.how-left .badge {
    display: inline-block;
    border: 1px solid white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.how-right .badge {
    display: inline-block;
    border: 1px solid white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 400;
    margin: 20px 0;
    margin-top: 0px;
}

.how-left p {
    font-size: 1rem;
    line-height: 1.7;
}


.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.step-number {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 20px;
    width: 40px;
}

.step-content {
    flex: 1;
}

.step-content h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.step-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #7e7e7e;
    line-height: 1.6;
}

.step-icon {
    width: 40px;
    margin-left: 20px;
}

.step:last-child {
    margin-bottom: 0;
}

.steps-image {
    display: flex;
    margin-left: 20px;
    align-items: center;
    text-align: center;
}

.steps-image img {
    height: 400px;
    width: 200px;
}

.portfolio.stat-box img {
    width: 190px;
    margin-bottom: 20px;
}

.project-table-wrapper table {
    width: 100%;
}

.project-table-wrapper th {
    text-align: left;
    padding: 6px 8px;
    font-size: 14px;
}

.project-table-wrapper td {
    text-align: left;
    padding: 6px 8px;
    font-size: 13px;
    color: #dddddd;
}

.project-table-wrapper tr {
    padding-top: 8px;
}

.project-table-wrapper th {
    font-weight: bold;
}

.project-table-wrapper td a {
    color: #838383;
    text-decoration: underline;
}

.project-table-wrapper td a:hover {
    color: #62e7f3;
}

.project-table-wrapper .spacer-row td {
    padding: 0;
    height: 15px;
    border: none;
    background: transparent;
}

.convert-2d {
    width: 70%;
}

.convert-2d-3d {
    width: 100%;
}

.client-map-india-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-map-india {
    width: 86%;
}

.client-map-india-mobile {
    width: 40%;
}

.mumbai_city_text {
    text-align: center;
    font-family: "Audi Type Bold";
    font-size: 42px;
    line-height: 52px;
    border-top: 1px solid rgb(59, 59, 59);
}

.convert-2d-3d .dont-wait::after {
    content: "";
    height: 189px;
    right: 0;
    width: 249px;
}

.convert-2d-3d .multi-link-wrap {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.convert-2d-3d .link-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.convert-2d-3d .link-wrap a {
    text-decoration: underline;
}

.convert-2d-3d .second-text {
    font-size: 20px !important;
}

.convert-2d-3d .link-wrap::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27 fill=%27none%27%3E%3Ccircle cx=%2717.5%27 cy=%2717.5%27 r=%2717.5%27 fill=%27%2362E7F3%27/%3E%3Cpath d=%27M11 17H25%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M18 10L25 17L18 24%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.convert-2d-3d .absolute {
    position: absolute;
}

.convert-2d-3d .relative {
    position: relative;
}

.convert-2d-3d .relative-arrow-image {
    position: absolute;
    right: 196px;
    top: 40%;
    width: 150px;
    transform: rotate(148deg);
}

.convert-2d-3d .relative-in-just {
    position: absolute;
    right: 27px;
    top: 45%;
    width: 176px;
    font-size: 31px;
    border: dashed;
    text-align: center;
    padding: 10px;
}

.convert-2d-3d .relative-buttons {
    position: absolute;
    right: 45%;
    top: 42%;
    text-align: center;
}

.convert-2d-3d .relative-buttons button {
    margin: 0;
    padding: 10px;
    color: #62e7f3;
    border: 1px solid #62e7f3;
    background-color: #00000063;
}

.convert-2d-3d .relative-buttons .sample-3d {
    position: absolute;
    right: -7%;
    top: 140%;
    text-align: center;
}

.convert-2d-3d .relative-buttons .sample-3d {
    margin: 0;
    padding: 10px;
    color: #fff;
    border: 1px solid #62e7f3;
    background-color: #00000063;
    width: 114%;
}

.benifits-bottom-space {
    margin-bottom: 20px;
}

.inner-space {
    margin-top: 20px;
}

.hyper-link {
    color: #62e7f3;
    cursor: pointer;
}

.question-title {
    font-size: 34px;
    line-height: 44px;
    margin-top: 25px;
}

.question-section {
    margin-top: 45px;
}

@media (max-width: 1600px) {
    .steps-image img {
        height: unset;
        width: 340px;
    }

    .portfolio.stats-grid {
        max-width: 100% !important;
    }

    .convert-2d-3d .how-right {
        padding: 0px;
    }

    .convert-2d-3d .left-part-inner {
        padding-right: 0px;
    }

    .convert-2d-3d .dont-wait-wrap .container {
        padding-right: 0px;
    }

    .convert-2d-3d .relative-arrow-image {
        right: 172px;
        width: 129px;
    }

    .convert-2d-3d .relative-in-just {
        right: -12px;
        top: 41%;
    }

    .convert-2d-3d .relative-buttons .sample-3d {
        right: -7%;
        top: 113%;
    }

}

@media (max-width: 1440px) {
    .what-is-webvr .text-content-inner {
        padding-left: 50px;
        padding-right: 0px;
    }

    .features-and-benifits .border-right {
        padding-right: 10px;
    }

    .stats-grid {
        max-width: 100%;
        margin: 60px auto;
    }

    .convert-2d-3d .left-part-inner {
        padding-right: 0px !important;
        padding-left: 1px !important;
    }

    .click-here {
        font-size: 15px;
    }

    .convert-2d-3d .relative-buttons {
        right: 44%;
        top: 42%;
    }

    .convert-2d-3d .relative-arrow-image {
        right: 168px;
        width: 94px;
        top: 41%;
    }

    .question-title {
        font-size: 30px;
        line-height: 40px;
    }

    .privacy-policy p {
        font-size: 16px;
        line-height: 26px;
    }

}

@media (max-width: 1367px) {
    .portfolio.stat-box img {
        width: 140px;
        margin-bottom: 20px;
    }

    .convert-2d-3d .relative-buttons {
        right: 39%;
        top: 40%;
    }

    .convert-2d-3d .relative-arrow-image {
        right: 145px;
    }

    .convert-2d-3d .relative-in-just {
        right: -35px;
        top: 41%;
    }
}

@media (max-width: 1200px) {
    .what-is-webvr h4 {
        font-size: 40px;
    }

    .what-is-webvr p {
        font-size: 16px;
    }

    .click-here {
        margin-top: 37px;
    }

    .benifits-icons {
        width: 66px;
        margin-right: 50px;
    }

    .steps-image {
        display: none;
    }

    .how-it-works .how-right {
        padding-right: 0px !important;
    }

    .convert-2d-3d .how-left,
    .how-right {
        flex: 1;
        padding: 10px;
    }

    .convert-2d-3d .relative-buttons {
        right: 35%;
        top: 37%;
    }

    .convert-2d-3d h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .convert-2d-3d h4>span {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .convert-2d-3d .link-wrap a {
        font-size: 15px;
    }

    .relative-in-just span {
        font-size: 16px;
    }

    .convert-2d-3d .relative-in-just {
        right: -24px;
        top: 40%;
        width: 100px;
        font-size: 23px;
        padding: 9px;
    }

    .convert-2d-3d .relative-arrow-image {
        right: 89px;
    }
}

@media (max-width: 1121px) {
    .convert-2d-3d .left-part-inner p {
        font-size: 20px;
    }

    .convert-2d-3d .relative-buttons {
        right: 40%;
        top: 37%;
    }

    .convert-2d-3d .relative-buttons button {
        font-size: 14px;
    }

    .convert-2d-3d .relative-arrow-image {
        width: 100px;
        top: 37%;
    }
}

@media (max-width: 991px) {
    .what-is-webvr h4 {
        font-size: 36px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .w-50 {
        width: 100% !important;
    }

    .features-and-benifits .border-right {
        padding-right: 0px;
        border-right: 0px;
    }

    .list-style-default {
        padding-right: 50px;
        padding-left: 50px;
    }

    .benifits-section .details {
        padding-left: 50px;
        padding-right: 50px;
    }

    .portfolio.stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        margin: 60px auto;
    }

    .portfolio.stat-box:nth-child(2n-1) {
        border-right: none;
        border-left: none;
    }

    .portfolio.stat-box:nth-child(n+3):nth-child(-n+4) {
        border-top: 1px solid rgb(59, 59, 59);
    }

    .convert-2d-3d .dont-wait-wrap .container {
        padding-right: 0;
        padding-left: 117px;
    }

    .convert-2d-3d .first-text {
        font-size: 16px !important;
    }

    .convert-2d-3d .second-text {
        font-size: 16px !important;
    }

    .convert-2d-3d .link-wrap::before {
        width: 26px;
        height: 35px;
    }

    .convert-2d-3d .link-wrap a {
        font-size: 12px;
    }

    .convert-2d-3d .dont-wait::after {
        content: "";
        height: 189px;
        right: 0;
        width: 249px;
        display: none;
    }

    .question-title {
        font-size: 25px;
        line-height: 35px;
    }

    .privacy-policy p {
        font-size: 14px;
        line-height: 24px;
    }

    .question-section {
        margin-top: 40px;
    }

}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box:nth-child(n+3):nth-child(-n+4) {
        border-top: 1px solid rgb(59, 59, 59);
    }

    .stat-box:nth-child(4n+1),
    .stat-box:nth-child(2n+1) {
        border-left: none;
    }

    .stat-box:nth-child(-n+2) {
        border-top: none;
    }

    .how-it-works {
        flex-direction: column;
        border: none;
    }

    .how-right {
        border-left: none;
    }

    .step {
        flex-direction: column;
        align-items: flex-start;
    }

    .step-number {
        margin-bottom: 10px;
    }

    .step-icon {
        margin-left: 0;
        margin-top: 10px;
    }

    .what-is-webvr {
        display: block;
        align-items: center;
    }

    .what-is-webvr .text-content-inner {
        padding-left: 0px;
        padding-top: 50px;
    }

    .what-is-webvr h4 {
        font-size: 30px;
    }

    .what-is-webvr p {
        font-size: 14px;
    }

    .click-here {
        font-size: 16px;
    }

    .features-and-benifits-desc {
        font-size: 14px;
    }

    .list-style-default li {
        font-size: 14px;
    }

    .list-style-default span {
        font-size: 13px;
    }

    .benifits-section h3 {
        font-size: 14px;
    }

    .benifits-section .details p {
        font-size: 13px !important;
    }

    .border-bottom {
        padding-bottom: 20px;
    }

    .stat-number {
        font-size: 16px;
    }

    .stat-description {
        font-size: 14px;
    }

    .how-it-works .d-flex {
        display: block;
    }

    .how-left,
    .how-right {
        padding: 0px;
    }

    .border-right {
        border-right: 0px solid rgb(59, 59, 59);
    }

    .how-it-works .step {
        flex-direction: unset;
        align-items: unset;
    }

    .how-it-works .how-left h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .how-it-works .how-left p {
        font-size: 14px;
    }

    .how-it-works .how-right {
        margin-top: 40px;
    }

    .how-right .badge {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .convert-2d-3d .relative-buttons {
        right: 47%;
        top: 42%;
    }

    .convert-2d-3d .relative-arrow-image {
        width: 100px;
        top: 41%;
        right: 169px;
    }

    .convert-2d-3d .relative-in-just {
        right: 60px;
        top: 43%;
    }

    .convert-2d-3d .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner {
        padding-top: 0;
    }

    .convert-2d-3d .dont-wait-wrap .container {
        padding-right: 0;
        padding-left: 50px;
    }

    .convert-2d-3d .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 {
        font-size: 72px;
        padding: 0 0px;
    }

    .convert-2d-3d .dont-wait::after {
        content: "";
        height: 189px;
        right: 0;
        width: 249px;
        display: block;
    }

    .stats-grid {
        margin: 0px auto;
    }

    .project-table-wrapper table {
        table-layout: fixed;
        width: 100%;
    }

    .project-table-wrapper th:first-child,
    .project-table-wrapper td:first-child {
        width: 33%;
    }

    .question-title {
        font-size: 22px;
        line-height: 32px;
    }

}

@media (max-width: 551px) {

    .list-style-default {
        padding-right: 20px;
        padding-left: 20px;
    }

    .benifits-section .details {
        padding-right: 20px;
        padding-left: 20px;
    }

    .benifits-icons {
        width: 50px;
        margin-right: 21px;
    }

    .portfolio.stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .portfolio .stat-box {
        border-bottom: 1px solid rgb(59, 59, 59);
    }

    .portfolio .stat-box:nth-child(-n+2) {
        border-left: none;
    }

    .portfolio.stat-box:nth-child(n+3):nth-child(-n+4) {
        border-top: none;
    }

    .portfolio.stat-box {
        border-left: none;
    }

    .convert-2d-3d .relative-buttons {
        right: 40%;
        top: 39.6%;
    }

    .convert-2d-3d .relative-arrow-image {
        width: 100px;
        top: 41%;
        right: 110px;
    }

    .convert-2d-3d .relative-in-just {
        right: 7px;
        top: 40%;
    }

    .convert-2d-3d .dont-wait::after {
        content: "";
        height: 99px;
        right: 0;
        width: 125px;
        display: block;
    }
}



@media (max-width: 480px) {
    .what-is-webvr h4 {
        font-size: 24px;
    }

    .what-is-webvr p {
        font-size: 13px;
    }

    .click-here {
        font-size: 11px;
    }

    .title-wrap {
        font-size: 24px;
        line-height: 34px;
    }

    .features-and-benifits-desc {
        font-size: 13px;
        line-height: 23px;
    }

    .list-style-default {
        padding-right: 0px;
        padding-left: 20px;
    }

    .benifits-section .d-flex {
        display: block;
    }

    .benifits-icons {
        width: 50px;
        margin: 10px 0px;
    }

    .benifits-section .details p {
        font-size: 12px !important;
        line-height: 22px;
    }

    .benifits-section .details {
        padding-right: 0px;
        padding-left: 20px;
    }

    .stat-description {
        font-size: 12px;
    }

    .stat-box {
        padding: 1rem 1rem;
    }

    .how-left .badge {
        font-size: 14px;
    }

    .how-it-works .how-left p {
        font-size: 13px;
        line-height: 23px;
    }

    .step-content {
        flex: unset;
    }

    .step-content p {
        font-size: 0.75rem;
        line-height: 1.6;
    }

    .how-right .badge {
        font-size: 11px;
    }

    .portfolio.stat-box img {
        width: 101px;
        margin-bottom: 20px;
    }

    .project-table-wrapper td {
        font-size: 12px;
    }

    .portfolio.stat-box {
        padding: 1.5rem 0rem;
    }

    .mumbai_city_text {
        font-size: 24px;
        line-height: 34px;
    }

    .client-map-india {
        padding-bottom: 10px;
    }

}

@media (max-width: 460px) {
    .convert-2d-3d .relative-buttons button {
        font-size: 11px;
    }

    .convert-2d-3d .relative-buttons {
        right: 41%;
        top: 37.6%;
    }

    .convert-2d-3d .relative-in-just {
        width: 84px;
    }

    .relative-in-just span {
        font-size: 13px;
    }

    .convert-2d-3d .relative-arrow-image {
        width: 100px;
        top: 36%;
        right: 81px;
    }

    .convert-2d-3d .relative-buttons button {
        padding: 5px !IMPORTANT;
    }
}

@media (max-width: 400px) {
    .convert-2d-3d .relative-buttons button {
        font-size: 8px;
    }

    .convert-2d-3d .relative-buttons {
        right: 44%;
        top: 38%;
    }

    .convert-2d-3d .relative-in-just {
        right: -9px;
        top: 40%;
        font-size: 12px;
        padding: 9px;
    }

    .convert-2d-3d .relative-arrow-image {
        width: 66px;
        top: 40%;
        right: 78px;
    }

    .convert-2d-3d .multi-link-wrap {
        display: block;
    }

    .client-map-india {
        width: 90%;
    }
}