* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --as-tx-light: rgb(255, 255, 255);
    --as-tx-light-op: rgb(255, 255, 255, 0.4);
    --as-tx-dark: rgb(0, 0, 0);
    --as-tx-dark-op: rgb(0, 0, 0, 0.4);
    --as-tx-gradient: radial-gradient(43.13% 43.13% at 50% 50%, #FFF 65.54%, rgba(255, 255, 255, 0.60) 100%);
}

body {
    font-family: "Poppins", serif;
    font-style: normal;
    background: #020415;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

.form-label {
    font-size: 14px;
    letter-spacing: 0.5px;
}

input {
    font-size: 14px;
}

/* navbar */

.navbar {
    position: fixed;
    padding: 0 13px 0 30px;
    height: 70px;
    top: 31px;
    right: 50px;
    left: 50px;
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(47px);
    z-index: 9999;
}

.ham-bars svg {
    /* color: var(--as-tx-light); */
    display: none;
}

.menu-items {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu-items .menu-item a {
    color: var(--as-tx-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
}

.menu-items .menu-item .btn-contact {
    border-radius: 40px;
    color: var(--as-tx-dark);
    background: var(--as-tx-light);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.92px;
    padding: 12px 23.56px 12px 24px;
}

/* navbar */

/* audox-home */

.audox-home {
    border-radius: 0px 0px 38px 38px;
    background: linear-gradient(180deg, #010314 40.24%, rgba(1, 3, 20, 0.00) 100%), radial-gradient(65.08% 85.05% at 50% 50%, rgba(0, 0, 0, 0.00) 37.41%, #013D96 69.27%, #B2D1FF 100%);
    padding: 15% 21%;
    margin: 0 26px;
}

.audox-home h1 {
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.8px;
    background: radial-gradient(43.13% 43.13% at 50% 50%, #FFF 65.54%, rgba(255, 255, 255, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 23px;
}

.audox-home p {
    padding: 0 7%;
    color: rgb(255, 255, 255, 0.6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.btn-talk-team,
.btn-talk-team:hover {
    border-radius: 34.089px;
    background: #013D96;
    padding: 12px 21px;
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 0.5rem;
}

.btn-talk-team span {
    color: var(--as-tx-light);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.816px;
}

/* audox-home */

/* audox-who-we */

.audox-who-we {
    position: relative;
    margin: 6.75% 7.019%;
}

.audox-who-we::before {
    content: '';
    position: absolute;
    background: url(../svg/who-we.svg) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100%;
}

.who-we-intro {
    padding: 32px 52px 82px 52px;
}

.who-we-intro h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.8px;
    background: radial-gradient(43.13% 43.13% at 50% 50%, #FFF 65.54%, rgba(255, 255, 255, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who-we-intro p {
    color: var(--as-tx-light-op);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.who-we-icons {
    padding: 55px 0px;
}

.who-we-icons div svg {
    width: 175px;
    height: 77px;
    opacity: 0.4;
}

/* audox-who-we */

/* audox-we-offer */

.audox-we-offer {
    margin: 0 26px;
    padding: 7% 8%;
    border-radius: 38px;
    background: #fff;
}

.audox-we-offer h1 {
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.8px;
    background: radial-gradient(100% 45% at 50% 50%, #000 30%, rgba(0, 0, 0, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.audox-we-offer .nav-pills {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 45px;
}

.audox-we-offer .nav-pills .nav-item .nav-link {
    border-radius: 30px;
    background: rgb(250, 250, 250, 0.9);
    width: 230px;
    height: 46px;
    font-size: 14px;
    flex-shrink: 0;
    color: rgb(64, 64, 64, 0.3);
}

.audox-we-offer .nav-pills .nav-item .nav-link.active {
    border-radius: 30px;
    background: #013D96;
    color: var(--as-tx-light);
}

.audox-we-offer .tab-content {
    margin-top: 50px;
}

.we-offer-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.we-offer-services .we-offer-sevice {
    padding: 28px 18px 39px 32px;
}

.we-offer-services .we-offer-sevice h3 {
    color: var(--as-tx-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 19px;
}

.we-offer-services .we-offer-sevice p {
    color: var(--as-tx-dark-op);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 19px;
}

.we-offer-services .we-offer-sevice:nth-child(1) {
    border-radius: 12px 0px 0px 0px;
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.we-offer-services .we-offer-sevice:nth-child(2) {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    border-top: 1px solid rgb(0, 0, 0, 0.1);
}

.we-offer-services .we-offer-sevice:nth-child(3) {
    border-radius: 0px 12px 0px 0px;
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.we-offer-services .we-offer-sevice:nth-child(4) {
    border-radius: 0px 0px 0px 12px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-top: 0;
}

.we-offer-services .we-offer-sevice:nth-child(5) {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.we-offer-services .we-offer-sevice:nth-child(6) {
    border-radius: 0px 0px 12px 0px;
    border-left: 1px solid rgb(0, 0, 0, 0.1);
    border-right: 1px solid rgb(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.we-offer-services .we-offer-sevice:hover {
    background: rgb(255, 255, 255);
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.17);
}

/* audox-we-offer */

/* audox-dev-process */

.audox-dev-process {
    padding: 200px 10.40% 120px 10.40%;
}

.audox-dev-process .audox-dev-intro {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.audox-dev-process .audox-dev-intro h1 {
    width: 44%;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -1.8px;
    background: radial-gradient(100% 45% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.audox-dev-process .audox-dev-intro p {
    width: 50%;
    color: var(--as-tx-light-op);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.audox-dev-process .audox-dev-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(284px, auto));
    justify-content: center;
    padding: 0;
    margin-top: 95px;
}

.audox-dev-process .audox-dev-cards .audox-dev-card {
    /* flex: 1 0 284px; */
    width: 284px;
    height: 385px;
    padding: 52px 20px 45px 32px;
    border: 4px solid #000;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0.05), rgba(0, 0, 0, 0.3) 100%);
}

.audox-dev-process .audox-dev-cards .audox-dev-card:hover {
    border: 4px solid #000;
    background: linear-gradient(0deg, #000 0%, #013D96 282.86%);
}

.audox-dev-process .audox-dev-cards .audox-dev-card:hover .spl {
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(69, 159, 245, 0.60) -8.89%, rgba(69, 159, 245, 0.20) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.audox-dev-process .audox-dev-cards .audox-dev-card h5 {
    color: var(--as-tx-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.audox-dev-process .audox-dev-cards .audox-dev-card p {
    width: 88%;
    color: rgb(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.audox-dev-process .audox-dev-cards .audox-dev-card .spl {
    display: block;
    text-align: right;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgb(0, 0, 0, 0.3);
    font-size: 193.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 331.2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(153, 153, 153, 0.10) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* audox-dev-process */

/* audox-get-started */

.audox-get-started {
    background: #fff;
    padding: 180px 9.37% 160px 9.37%;
}

.audox-get-started .audox-get-started-intro {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 0;
}

.audox-get-started .audox-get-started-intro .gs-text h5 {
    background: radial-gradient(100% 45% at 50% 50%, #000 30%, rgba(0, 0, 0, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -1.8px;
}

.audox-get-started .audox-get-started-intro .gs-text h1 {
    width: 63%;
    background: radial-gradient(100% 45% at 50% 50%, #000 30%, rgba(0, 0, 0, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64.893px;
    font-style: normal;
    font-weight: 500;
    line-height: 77.254px;
    letter-spacing: -2.781px;
}

.gs-icons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.audox-get-started-form div .form-group label {
    color: rgb(0, 0, 0, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.audox-get-started-form div .form-group .form-control {
    border: none;
    border-bottom: 1px dashed #CACACA;
    border-radius: 0;
}

.form-btn {
    margin-top: 70px;
}

.btn-message,
.btn-message:hover {
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    background: #013D96;
    display: flex;
    align-items: center;
}

.btn-message span {
    color: #fff;
}

/* audox-get-started */

/* audox-meet-precision */

.audox-meet-precision {
    position: relative;
    right: 0px;
    padding: 104px 10% 134px 10%;
    overflow: hidden;
}

.audox-meet-precision::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background: url(../img/meets-precision..png) no-repeat;
    background-size: 55.5%;
    top: 0;
    left: 50%;
    z-index: -1;
}

.audox-meet-precision h1 {
    color: #A0C2FF;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: -1.201px;
    padding: 0;
}

/* audox-meet-precision */

/* audox-footer */

.audox-footer {
    padding: 90px 8.7% 50px 8.7%;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-brand p {
    color: #D1D5DB;
    font-size: 12.391px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-social-medias {
    display: flex;
    gap: 16px;
}

.footer-menu h6 {
    color: #92939D;
    font-size: 12.289px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.foot-menu-items {
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.foot-menu-items .foot-menu-item a {
    color: #FBFBFC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.copyright-text {
    font-size: 14px;
    color: #FBFBFC;
}

.copyright-text a {
    font-size: 15px;
    font-weight: 500;
}

/* audox-footer */


/* terms&condition, privacy and refund */

.terms_conditions_contents,
.privacy_contents,
.refund_contents {
    background: #020415;
    padding: 150px 9.37% 0px 9.37%;
}

.terms_conditions_contents h1,
.privacy_contents h1,
.refund_contents h1 {
    background: radial-gradient(43.13% 43.13% at 50% 50%, #FFF 65.54%, rgba(255, 255, 255, 0.60) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0px;
    padding: 0;
}

.terms_conditions_details {
    padding: 0;
}

.terms_condition_detail {
    padding: 0px 0 15px 0;
}

.terms_condition_detail h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1px;
    background: radial-gradient(43.13% 43.13% at 50% 50%, #FFF 65.54%, rgba(255, 255, 255, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms_conditions_details p {
    color: var(--as-tx-light-op);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.terms_condition_detail ul {
    list-style: circle;
    padding-left: 1.5rem;
}

.terms_condition_detail ul li {
    color: var(--as-tx-light-op);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 15px;
}

.terms_conditions_details p {
    color: var(--as-tx-light-op);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* terms&condition, privacy and refund */

/* Responsive */

@media screen and (min-width: 1150px) {
    .who-we-icons {
        margin-top: 23px;
    }
}

@media (min-width: 0px) and (max-width: 992.5px) {

    /* Navbar */
    .navbar {
        padding: 0px 30px;
    }

    .menu-items {
        /* display: none; */
        position: absolute;
        top: -700%;
        flex-direction: column;
        width: 100%;
        padding: 60px 30px 30px 30px;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 1);
        border-radius: 6px 6px 6px 6px;
        z-index: -1;
    }

    .menu-items.active {
        top: 100%;
    }

    .ham-bars svg {
        display: block;
    }

    .gs-icons {
        display: none;
    }

    /* Navbar */

    .audox-meet-precision::before {
        content: '';
        position: absolute;
        width: 45%;
        height: 45%;
        background: url(../svg/meet-precision-mob.svg) no-repeat;
        background-size: 100% 100%;
        top: 55%;
        left: 57%;
        z-index: -1;
    }

    .audox-meet-precision h1 {
        text-align: center;
    }

    .audox-meet-precision {
        padding: 74px 6% 90px 6%;
    }
}

@media (min-width: 576px) and (max-width: 992.5px) {

    /* audox-home */

    .audox-home {
        padding: 50px 10%;
        margin: 0 16px;
        margin-top: 90px;
    }

    .audox-home h1 {
        font-size: 56px;
    }

    .audox-home p {
        font-size: 14px;
    }

    .btn-talk-team {
        margin-top: 40px;
        background: #013D96;
    }

    .btn-talk-team span {
        font-size: 14px;
        line-height: 28.261px;
    }

    /* audox-home */

    /* audox-who-we */

    .audox-who-we {
        position: relative;
        margin: 75px 35px;
    }

    .who-we-intro h3 {
        font-size: 26px;
    }

    .who-we-intro p {
        font-size: 14px;
    }

    .who-we-icons div svg {
        width: 130px;
        height: 58px;
        opacity: 0.4;
    }

    /* audox-who-we */

    /* audox-we-offer */
    .we-offer-services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .we-offer-services .we-offer-sevice:nth-child(2) {
        border-bottom: 1px solid rgb(0, 0, 0, 0.1);
        border-right: 1px solid rgb(0, 0, 0, 0.1);
        border-top: 1px solid rgb(0, 0, 0, 0.1);
        border-radius: 0 12px 0 0;
    }

    .we-offer-services .we-offer-sevice:nth-child(3) {
        border-radius: 0px 0px 0px 0px;
        border: 1px solid rgb(0, 0, 0, 0.1);
        border-right: 0;
    }

    .we-offer-services .we-offer-sevice:nth-child(4) {
        border-radius: 0px 0px 0px 0px;
        border: 1px solid rgb(0, 0, 0, 0.1);
        border-top: 0;
    }

    .we-offer-services .we-offer-sevice:nth-child(5) {
        border-radius: 0 0 0 12px;
        border-left: 1px solid rgb(0, 0, 0, 0.1);
        border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    }

    /* audox-we-offer */

    .audox-we-offer .nav-pills .nav-item .nav-link {
        border-radius: 30px;
        background: rgb(250, 250, 250, 0.9);
        width: 180px;
        height: 46px;
        font-size: 14px;
        flex-shrink: 0;
        color: rgb(64, 64, 64, 0.3);
    }

    .audox-we-offer h1 {
        font-size: 30px;
    }

    .we-offer-services .we-offer-sevice h3 {
        font-size: 14px;
    }

    .we-offer-services .we-offer-sevice {
        padding: 20px;
    }

    .audox-we-offer {
        padding: 7% 6%;
        margin: 0 16px;
    }

    .audox-dev-process {
        padding: 100px 7% 70px 7%;
    }

    .audox-dev-process .audox-dev-intro {
        display: flex;
        width: 100%;
        align-items: start;
        flex-wrap: wrap;
        padding: 0;
        flex-direction: column;
        gap: 1rem;
    }

    .audox-dev-process .audox-dev-intro h1 {
        width: 100%;
        font-size: 36px;
    }

    .audox-dev-process .audox-dev-intro p {
        width: 100%;
    }

    .audox-dev-process .audox-dev-cards {
        margin-top: 50px
    }

    .audox-get-started {
        background: #fff;
        padding: 72px 6% 55px 6%;
    }

    .audox-get-started .audox-get-started-intro .gs-text h5 {
        font-size: 24px;
    }

    .audox-get-started .audox-get-started-intro .gs-text h1 {
        width: 75%;
        font-size: 40px;
    }

    .btn-message,
    .btn-message:hover {
        padding: 12px 20px;
        border-radius: 30px;
        font-size: 14px;
        background: #013D96;
        display: flex;
        align-items: center;
    }

    .form-btn {
        margin-top: 45px;
    }

    .audox-meet-precision h1 {
        font-size: 44px;
    }

    .foot-menu-items {
        margin-top: 15px;
    }

    .terms_conditions_contents,
    .privacy_contents,
    .refund_contents {
        background: #020415;
        padding: 135px 6% 0px 6%;
    }

    .terms_conditions_contents h1,
    .privacy_contents h1,
    .refund_contents h1 {
        font-size: 30px;
    }


    .terms_condition_detail h3 {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: -1px;
        background: radial-gradient(43.13% 43.13% at 50% 50%, #FFF 65.54%, rgba(255, 255, 255, 0.60) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .terms_conditions_details p {
        color: var(--as-tx-light-op);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .terms_condition_detail ul {
        list-style: circle;
        padding-left: 1.5rem;
    }

    .terms_condition_detail ul li {
        color: var(--as-tx-light-op);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .terms_conditions_details p {
        color: var(--as-tx-light-op);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
}

@media (min-width: 0px) and (max-width: 768.5px) {

    /* audox-who-we */
    .audox-who-we::before {
        background: url(../svg/mobile-version.svg) no-repeat;
        background-size: 100%;
    }

    /* audox-who-we */

    .we-offer-services {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
        height: 80vh;
        overflow-y: scroll;
    }

    .we-offer-services .we-offer-sevice.active {
        border-radius: 12px;
        border: 1px solid #F0F0F0;
        background: #FFF;
        box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.05);
    }

    .audox-we-offer .nav-pills {
        margin-top: 15px;
    }

    .audox-we-offer .tab-content {
        margin-top: 15px;
    }

    .we-offer-services .we-offer-sevice,
    .we-offer-services .we-offer-sevice:nth-child(1),
    .we-offer-services .we-offer-sevice:nth-child(2),
    .we-offer-services .we-offer-sevice:nth-child(3),
    .we-offer-services .we-offer-sevice:nth-child(4),
    .we-offer-services .we-offer-sevice:nth-child(5),
    .we-offer-services .we-offer-sevice:nth-child(6) {
        border-radius: 12px;
        border: 1px solid #F0F0F0;
        background: #FFF;
        box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.05);
    }

    .audox-footer {
        padding: 0px 8.7% 50px 8.7%;
    }

}

@media (min-width: 0px) and (max-width: 575.5px) {


    .navbar {
        left: 10px;
        right: 10px;
    }

    /* audox-home */

    .audox-home {
        padding: 50px 3.5%;
        margin: 0 10px;
        margin-top: 90px;
    }

    .audox-home h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .audox-home p {
        font-size: 12px;
    }

    .btn-talk-team {
        background: #013D96;
        margin-top: 25px;
    }

    .btn-talk-team span {
        font-size: 12px;
        line-height: 25.261px;
    }

    /* audox-home */

    /* audox-who-we */
    .audox-who-we {
        position: relative;
        margin: 60px 25px;
    }

    .who-we-intro {
        padding: 32px 30px 23px 30px;
    }

    .who-we-icons {
        padding: 32px 15px;
    }

    .who-we-intro h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .who-we-intro p {
        font-size: 12px;
        line-height: 23px;
    }

    .who-we-icons div svg {
        width: 88.805px;
        height: 38.852px;
        opacity: 0.4;
    }

    /* audox-who-we */

    /* audox-we-offer */

    .audox-we-offer .nav-pills .nav-item .nav-link {
        border-radius: 30px;
        background: rgb(250, 250, 250, 0.9);
        width: 150px;
        height: 30px;
        font-size: 12px;
        flex-shrink: 0;
        color: rgb(64, 64, 64, 0.3);
    }

    /* audox-we-offer */

    .audox-we-offer {
        padding: 7% 3%;
        margin: 0 10px;
        border-radius: 18px;
    }

    .audox-we-offer h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .we-offer-services .we-offer-sevice {
        padding: 14px;
    }

    .we-offer-services .we-offer-sevice h3 {
        margin-top: 10px;
        font-size: 12px;
    }

    .we-offer-services .we-offer-sevice p {
        margin-top: 10px;
        font-size: 12px;
    }

    .audox-dev-process {
        padding: 60px 3.5% 35px 3.5%;
    }

    .audox-dev-process .audox-dev-intro {
        display: flex;
        width: 100%;
        align-items: start;
        flex-wrap: wrap;
        padding: 0;
        flex-direction: column;
        gap: 1rem;
    }

    .audox-dev-process .audox-dev-intro h1 {
        width: 100%;
        font-size: 20px;
        line-height: 40px;
    }

    .audox-dev-process .audox-dev-intro p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .audox-dev-process .audox-dev-cards {
        margin-top: 20px;
        justify-content: normal;
    }


    .audox-dev-process .audox-dev-cards .audox-dev-card {
        position: relative;
        /* flex: 1 0 284px; */
        width: 100%;
        height: 125px;
        padding: 25px;
        border: 4px solid #000;
        background: linear-gradient(180deg, rgb(255, 255, 255, 0.05), rgba(0, 0, 0, 0.3) 100%);
    }

    .audox-dev-process .audox-dev-cards .audox-dev-card .spl {
        position: absolute;
        display: block;
        text-align: right;
        -webkit-text-stroke-width: 1;
        -webkit-text-stroke-color: rgb(0, 0, 0, 0.3);
        font-size: 86px;
        font-style: normal;
        line-height: 70px;
        font-weight: 500;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(153, 153, 153, 0.10) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        top: 25px;
        right: 15px;
    }

    .audox-get-started {
        background: #fff;
        padding: 42px 3.5% 35px 3.5%;
    }

    .audox-get-started .audox-get-started-intro .gs-text h5 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .audox-get-started .audox-get-started-intro .gs-text h1 {
        width: 75%;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .audox-get-started-form div .form-group label {
        font-size: 12px;
    }

    .btn-message,
    .btn-message:hover {
        padding: 12px 20px;
        border-radius: 30px;
        font-size: 12px;
        background: #013D96;
        display: flex;
        align-items: center;
    }

    .form-btn {
        margin-top: 25px;
    }

    .audox-meet-precision h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .audox-meet-precision {
        padding: 50px 9.5% 60px 3.5%;
    }

    .audox-dev-process .audox-dev-cards .audox-dev-card h5 {
        font-size: 12px;
    }

    .audox-dev-process .audox-dev-cards .audox-dev-card p {
        font-size: 12px;
    }

    .footer-brand {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
        padding: 4.5% 6%;
    }

    .foot-menu-items {
        margin-top: 8px;
    }

    .audox-footer {
        padding: 0px 0% 0px 0%;
        padding-bottom: 30px;
        background: url(../svg/footer-mob.svg) no-repeat;
        background-size: 100%;
    }

    .footer-menu {
        text-align: center;
    }

    .copyright-text {
        font-size: 12px;
        color: #FBFBFC;
    }

    .copyright-text a {
        font-size: 12px;
    }

    .terms_conditions_contents,
    .privacy_contents,
    .refund_contents {
        background: #020415;
        padding: 120px 3.5% 20px 3.5%;
    }

    .terms_conditions_contents h1,
    .privacy_contents h1,
    .refund_contents h1 {
        font-size: 26px;
    }

    .terms_condition_detail h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: -1px;
        background: radial-gradient(43.13% 43.13% at 50% 50%, #FFF 65.54%, rgba(255, 255, 255, 0.60) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .terms_conditions_details p {
        color: var(--as-tx-light-op);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

    .terms_condition_detail ul {
        list-style: circle;
        padding-left: 1.5rem;
    }

    .terms_condition_detail ul li {
        color: var(--as-tx-light-op);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .terms_conditions_details p {
        color: var(--as-tx-light-op);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
}

/* Responsive */

textarea:focus,
input:focus {
    outline: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}