@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Knewave&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap'); 

/* @font-face {
    font-family: 'Cotham Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/CothamSans.woff') format('woff');
} */

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url(fonts/MaterialSymbolsOutlined[FILL\,GRAD\,opsz\,wght].woff2) format('woff');
}

@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    src: url(fonts/MaterialSymbolsOutlined[FILL\,GRAD\,opsz\,wght].woff2) format('woff');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    margin-top: -2px;
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    margin-top: -2px;
}

body {
    /* font-family: 'Cotham Sans', sans-serif; */
    font-family: "Onest", sans-serif;
    background-color: #0E0E0E;
    color: #FFFFFF;
    font-size: 1.1rem;
    overflow-x: hidden;
}

.container {
    padding: 0 1.5rem;
}

p {
    margin: 0;
}

a {
    text-decoration: unset;
}

.des-hide {
    display: none !important;
}

#close-name {
    display: none;
}

#menu-name {
    display: flex;
}

.nav-left img {
    height: 2em;
}

.nav-right.des-hide.active #close-name {
    display: flex;
}

.nav-right.des-hide.active #menu-name {
    display: none;
}

.nav {
    height: 4.5rem;
    background-color: #0E0E0E;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .nav-left {
    align-items: center;
}

.nav .nav-right {
    align-items: center;
}

.nav-left .sct-company {
    margin-left: 2rem;
}

.sct-company {
    color: #A9A9A9;
    font-size: 1rem;
}

.nav-right .nav-right-collapse {
    align-items: center;
}

.nav-right .nav-right-collapse a {
    color: white;
    text-decoration: unset;
}

.nav-right .nav-right-collapse a+a {
    margin-left: 1.8rem;
}

.nav-contact-btn {
    border-radius: 7rem;
    background: #2C2C2C;
    padding: 0.5rem 1rem 0.4rem 0.9rem;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.nav-contact-btn .material-symbols-rounded {
    color: #FF4415;
}

.nav-right .nav-right-collapse a.active {
    color: #FF4415;
    position: relative;
    font-weight: bold;
}

.nav-right .nav-right-collapse a.active::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: -0.2rem;
    height: 0.2rem;
    background-color: #FF4415;
    border-radius: 10px;
}

.nav-right .nav-right-collapse a:hover {
    color: #FF4415;
}

.btn-menu {
    background: #0e0e0e;
    color: #fff;
    border-radius: 4px;
    padding: 0.4em 0.4rem 0.4rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    border: 0;
}

.btn-menu:hover, .btn-menu:focus, .btn-menu:active {
    background-color: #434343;
}

.btn-menu .material-symbols-rounded {
    font-size: 2.2rem;
}

.btn-curve {
    background-color: #FF4415;
    border-radius: 1000px;
    padding: 0.3rem 2rem 0.3rem 2rem;
    font-size: 1.5rem;
    color: white;
    text-decoration: unset;
    font-weight: 500;
}

.main {
    padding-top: 4.5rem;
    width: 100%;
    overflow: hidden;
}

.main .section.hero-section {
    padding-top: 3.75rem;
}

.section h3 {
    color: #FFF;
    font-size: 3.5rem;
    line-height: 120%;
    width: 70%;
    font-weight: 600;
    letter-spacing: -0.07rem;
}

.section h3 span {
    color: #FF4415;
}

.section h4 {
    color: #FFF;
    font-size: 2rem;
}

.hero-section h1 {
    color: #FFF;
    text-align: center;
    font-size: 4rem;
    line-height: 115%;
    width: 86%;
    letter-spacing: -0.07rem;
    font-weight: 600;
}

.hero-section h1 span {
    color: #FF4415;
}

.hero-section .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-section p {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    line-height: 130%;
    width: 80%;
    margin-top: 2rem;
}

.section.service-section {
    margin-top: 12rem;
}

.s-ux-table-border {
    background-image: linear-gradient(to bottom, #E5E5EA, #606062);
    border-radius: 1.9rem;
    padding: 0.15rem;
    min-width: 60rem;
    max-width: 60rem;
}

.s-ux-tablet-bezel {
    background: #000;
    border-radius: 1.8rem;
    padding: 1.8rem;
}

.s-ux-tablet {
    background: #1D1D1D;
    border-radius: 1.1rem;
    padding: 2.3rem;
}

.service-ux-wrap {
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.s-ux-phone-img {
    width: 18rem;
    right: 3rem;
    top: -3rem;
    z-index: 1;
    position: absolute;
}

.s-ux-phone-sticky-note {
    right: -7.5rem;
    bottom: -12rem;
    position: absolute;
}

.s-ux-phone-app-icon {
    right: 27rem;
    top: 2rem;
    position: absolute;
}

.s-ux-tablet .s-ux-tablet-left, .s-branding-card .s-branding-right {
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.s-ux-tablet .s-ux-tablet-left p, .s-branding-card .s-branding-right p {
    font-size: 1.25rem;
}

.s-ux-tablet .s-ux-tablet-left h2, .s-branding-card .s-branding-right h2 {
    font-size: 4.75rem;
    line-height: 100%;
    margin: 1.25rem 0;
    font-weight: 600;
    letter-spacing: -0.07rem;
}

.s-ux-tablet .s-ux-tablet-right, .s-branding-card .s-branding-left {
    width: 50%;
    justify-content: center;
}

.service-ux-wrap .s-ux-apps {
    flex-direction: column;
    position: relative;
    width: 100%;
    z-index: 1;
}

.service-ux-wrap .s-ux-apps img {
    position: absolute;
}

.service-ux-wrap .s-ux-apps img:nth-child(1) {
    top: -12rem;
    right: 14rem;
}

.service-ux-wrap .s-ux-apps img:nth-child(2) {
    top: -8rem;
    right: 5rem;
    height: 5rem;
}

.service-ux-wrap .s-ux-apps img:nth-child(3) {
    top: -2rem;
    right: 16rem;
}

.service-ux-wrap .s-ux-apps img:nth-child(4) {
    top: 0rem;
    right: 8rem;
}

.service-ux-wrap .s-ux-apps img:nth-child(5) {
    top: 7rem;
    right: 13rem;
}

.s-ux-tablet .s-ux-tablet-corner {
    position: absolute;
    top: -6rem;
    margin-left: -10.3rem;
}

.service-branding-wrap {
    margin-top: 8rem;
    padding-left: 2rem;
}

.s-branding-card {
    width: 60rem;
    background: #FF4415;
    margin-bottom: -1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    border-top: 1.5rem solid #0e0e0e;
}

.s-branding-card-inside {
    width: 60rem;
    background: #1D1D1D;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    padding: 3rem 3rem 3rem 2rem;
    position: relative;
}

.s-branding-right {
    padding-left: 2rem;
    padding-top: 0.4rem;
}

.s-branding-left {
    position: relative;
}

.s-branding-left img:nth-child(2) {
    position: absolute;
    left: -5.5rem;
    bottom: -2rem;
}

.s-branding-left img:nth-child(3) {
    position: absolute;
    right: 1.6rem;
    bottom: -5.5rem;
}

.s-branding-left img:nth-child(1) {
    margin-bottom: 6rem
}

.section.client-section {
    margin-top: 14rem;
}

.service-branding-wrap .s-ux-apps {
    flex-direction: column;
    position: relative;
    width: 100%;
}

.service-branding-wrap .s-ux-apps img {
    position: absolute;
}

.service-branding-wrap .s-ux-apps img:nth-child(1) {
    top: 3rem;
    right: 6rem;
}

.service-branding-wrap .s-ux-apps img:nth-child(2) {
    top: 9rem;
    right: 12rem;
}

.service-branding-wrap .s-ux-apps img:nth-child(3) {
    top: 12rem;
    right: 4rem;
}

.service-branding-wrap .s-ux-apps img:nth-child(4) {
    top: 16rem;
    right: 10rem;
}

.service-branding-wrap .s-ux-apps img:nth-child(5) {
    top: 20rem;
    right: 3rem;
}

.service-branding-wrap .s-ux-apps img:nth-child(6) {
    top: 22rem;
    right: 12rem;
}

.service-branding-wrap .s-ux-apps img:nth-child(7) {
    top: 27rem;
    right: 7rem;
}

.s-branding-card .s-ux-branding-corner {
    position: absolute;
    bottom: -8rem;
    right: -8rem;
}

.client-section {
    background: #1D1D1D;
    padding: 6rem 0;
}

.c-clinet-logos {
    flex-wrap: wrap;
    margin: 0 -3rem;
    justify-content: center;
}

.c-clinet-logos img {
    width: calc(100% / 5);
    margin: 1rem 0;
}

.client-section h3 {
    margin-bottom: 2rem;
}

.section.work-section {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.work-section p {
    font-size: 1.25rem;
}

.work-section h3+p {
    width: 80%;
}

.w-project {
    margin-top: 4rem;
}

.w-project a {
    display: block;
    background-color: #323232;
    transition: all 0.3s;
    border-radius: 5px;
}

.w-project a:hover {
    padding: 0.5rem;
    margin-bottom: -0.5rem;
}

.w-project img {
    border-radius: 5px;
}

.work-section h4 {
    margin-bottom: 1rem;
}

.w-project-action {
    justify-content: center;
    margin-top: 3rem;
}

.feedback-section {
    margin-top: 8rem;
}

.feedback-section h3 {
    margin-bottom: 2rem;
}

.feedback-card {
    border-radius: 0.5rem;
    background: #1D1D1D;
    padding: 2rem;
}

.feedback-card+.feedback-card {
    margin-top: 3rem;
}

.feedback-card img {
    min-width: 8rem;
    height: 8rem;
}

.feedback-card-details {
    margin-left: 2rem;
}

.feedback-card-details h5 {
    font-size: 2rem;
}

.feedback-card-company {
    border-radius: 0.3125rem;
    background: #2E2E2E;
    display: inline-block;
    padding: 0.5rem 1rem 0.25rem;
    margin-bottom: 0.8rem;
    margin-top: 0.25rem;
}

.feedback-card-company p {
    font-size: 1.25rem;
}

.feedback-card-details>p {
    font-size: 1.2rem;
    letter-spacing: 0.2px
}

.feedback-card-photo img {
    border-radius: 5px;
}

.feedback-card-details h5 span {
    color: #FF4415;
}

.footer {
    background: #242424;
    padding: 4rem 0.5rem;
    transition: all 0.3s;
    z-index: 9;
    position: relative;
}

.footer>.container {
    flex-direction: column;
    align-items: center;
}

.footer-action {
    color: #FFF;
    font-size: 2.375rem;
    text-decoration: unset;
    align-items: center;
    margin-bottom: 2rem;
    font-weight: 600;
}

.footer-action:hover .material-symbols-rounded {
    margin-left: 2.5rem;
}

.footer-action .material-symbols-rounded {
    font-size: 2.3rem;
    margin-left: 1.5rem;
    transition: all 0.3s;
}

.footer-bar {
    border-radius: 100rem;
    background: #0E0E0E;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 5rem;
    margin-top: 1.5rem;
}

.footer-bar-left p {
    color: #FFF;
    font-size: 1.625rem;
    line-height: 110%;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    letter-spacing: 0.03rem;
}

.footer-bar-left p span {
    color: #FF4415;
    font-family: "Knewave", system-ui;
}

.footer-bar-left>div>p {
    color: #808080;
    font-size: 1rem;
}

.footer-bar-right img {
    height: 2.3rem;
}

.footer-bar-right a+a {
    margin-left: 1rem;
}

.no-home-page-hero>.d-flex {
    align-items: flex-start;
}

.no-home-page-hero h1 {
    text-align: left;
    width: 60%;
    margin-bottom: 3rem;
}

.no-home-page-hero img {
    width: 100%;
    border-radius: 0.5rem;
}

.achivement-section {
    background: #1D1D1D;
    padding: 27rem 0 6rem;
    margin-top: -20rem;
}

.achivement-number h3 {
    font-weight: 900;
    font-size: 3.75rem;
}

.achivement-number {
    flex-wrap: wrap;
}

.achivement-number>div {
    width: calc(100%/4);
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.achivement-number p {
    font-size: 2.25rem;
    line-height: 110%;
}

.about-section {
    margin: 6rem 0;
}

.about-section p {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.gut-section h4 {
    color: #FFF;
    font-family: Major Mono Display;
    font-size: 8rem;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
}

.gut-section h4 span:first-child {
    color: #1EE4CC;
}

.gut-section h4 span:last-child {
    color: #FF4415;
}

.gut-section p {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: Cotham Sans;
    font-size: 2.125rem;
    margin: 5rem 0;
}

.gut-nature {
    justify-content: center;
}

.gut-nature img {
    max-height: 30rem;
    margin-top: 5rem;
}

.footer-action .material-symbols-rounded {
    background-color: #FF4415;
    padding: 0.4rem;
    border-radius: 1000px;
}

.major-service-section {
    margin-top: 2rem;
}

.major-service-section .row {
    z-index: 9;
    position: relative;
}

.section.major-service-section h3 {
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.03rem;
}

.major-service-section h2 {
    font-size: 4rem;
    font-weight: 700;
    margin: 0.75rem 0;
    letter-spacing: -0.07rem;
}

.major-service-card {
    flex-direction: column;
    border-radius: 10px;
    background: #1D1D1D;
    padding: 3rem 3rem calc(4rem + 50px);
    position: relative;
    height: 100%;
    align-items: flex-start;
}

.major-service-card .btn-curve {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}

.major-service-card .material-symbols-rounded {
    font-size: 4rem;
    color: #FF4415;
    margin-bottom: 1rem;
}

.major-service-card p {
    font-size: 1.3rem;
    margin: 0.75rem 0;
    font-weight: 300;
}

.major-service-card li {
    font-size: 1.3rem;
    margin: 0.5rem 0;
}

.orange-flower {
    justify-content: center;
    padding: 5rem 0;
}

.orange-flower img {
    max-height: 35rem;
}

.major-service-card ul {
    margin-bottom: 2rem;
}

.work-details-section {
    margin-bottom: 3rem;
}

.work-details-section p+p {
    margin-top: 1rem;
}

.go-back-btn {
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    margin-top: -2rem;
    text-decoration: unset;
}

.go-back-btn:hover .material-symbols-rounded, .go-back-btn:hover p {
    color: #FF4415;
}

.go-back-btn .material-symbols-rounded {
    color: white;
    font-size: 1.5rem;
    margin-right: 0.3rem;
}

.go-back-btn p {
    margin: 0;
    color: white;
    font-size: 1.1rem;
}

.work-screens-section {
    margin-bottom: 4rem;
}

.work-screens-section img {
    border-radius: 5px;
}

.work-screens-section img+img {
    margin-top: 3rem;
}

.go-back-btn-wrap-foot {
    margin-top: 5rem;
}

.work-list-section {
    margin-bottom: 8rem;
    margin-top: -1rem;
}

.work-list-section .d-flex {
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.work-list-section .w-project {
    width: calc(100%/2);
    padding: 1rem;
    margin: 0.5rem 0;
}

.work-list-section .w-project h4 {
    font-size: 1.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contact-list-group {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    padding: 20px;
}

.c-l-item {
    /* background: #242424; */
    /* border-radius: 75px; */
    /* padding: 22px 42px 20px 27px; */
    display: flex;
    gap: 15px;
}

.c-l-i-icon {
    font-size: 30px;
    background: #FF4415;
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.c-l-i-text b {
    /* margin-bottom: 4px; */
    display: inline-block;
}

.cal-heading {
    margin-bottom: 0rem;
}

.contact-heading {
    padding: 0 20px;
}

.contact-row {
    margin-bottom: 10rem;
}

/* 1111 */
@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
    .nav-left .sct-company {
        display: none !important;
    }

    .hero-section h1 {
        width: 100%;
        font-size: 3.5rem;
        line-height: 120%;
    }

    .hero-section p {
        width: 100%;
    }

    .s-ux-table-border {
        border-radius: 1.9rem;
        padding: 0.15rem;
        min-width: 60rem;
        max-width: 60rem;
        margin-right: -17rem;
    }

    .s-ux-tablet .s-ux-tablet-corner img, .s-branding-card .s-ux-branding-corner img {
        height: 12rem;
    }

    .service-ux-wrap .s-ux-apps img {
        height: 3rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(1) {
        top: -12rem;
        right: 11rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(2) {
        top: -10rem;
        right: 3rem;
        height: 4rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(3) {
        top: -6rem;
        right: 13rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(4) {
        top: -3rem;
        right: 7rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(5) {
        top: 2rem;
        right: 11rem;
        height: 2.5rem;
    }

    .s-ux-phone-app-icon {
        right: 23rem;
        top: -2rem;
    }

    .s-ux-phone-img {
        right: 0rem;
        top: -5rem;
    }

    .s-ux-tablet .s-ux-tablet-left p {
        width: 70%;
    }

    .s-ux-phone-sticky-note {
        right: -7.5rem;
        bottom: -10rem;
    }

    .s-branding-card, .s-branding-card-inside {
        margin-left: -5rem;
        width: 55rem;
        border: 0;
    }

    .s-ux-tablet .s-ux-tablet-right, .s-branding-card .s-branding-left {
        width: 45%;
        margin-left: -11rem;
    }

    .s-branding-card .s-branding-left {
        margin-left: 10%;
    }

    .s-branding-card .s-branding-right p:last-child {
        width: 82%;
        margin-bottom: 3rem;
    }

    .service-branding-wrap {
        margin-top: 5rem;
    }

    .s-branding-left img:nth-child(3) {
        height: 12rem;
        bottom: -6rem;
        margin-right: -0.35rem;
    }

    .service-branding-wrap .s-ux-apps img {
        height: 3rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(1) {
        top: 3rem;
        right: -1rem;
        height: 4rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(2) {
        top: 6rem;
        right: 5rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(3) {
        top: 8rem;
        right: 0rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(4) {
        top: 11rem;
        right: 4rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(5) {
        top: 14rem;
        right: 0rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(6) {
        top: 17rem;
        right: 4rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(7) {
        top: 21rem;
        right: 1rem;
        height: 2.5rem;
    }

    .s-ux-tablet .s-ux-tablet-left h2, .s-branding-card .s-branding-right h2 {
        font-size: 4rem;
        width: 80%;
    }

    .section.work-section {
        margin-top: 7rem;
    }

    .section.service-section {
        margin-top: 13rem;
    }

    .s-branding-left img:nth-child(2) {
        bottom: -6rem;
    }

    .c-clinet-logos img {
        width: calc(100% / 3);
        margin: 1rem 0;
        transform: scale(0.8);
    }

    .section h3 {
        width: 100%;
    }

    .gut-section h4 {
        font-size: 6rem;
    }
}

@media (max-width: 991px) {
    .achivement-section {
        padding: 12rem 0 2rem;
        margin-top: -10rem;
    }

    .achivement-number>div {
        width: calc(100%/2);
        margin: 3rem 0
    }

    .gut-section h4 {
        font-size: 5rem;
    }

    .footer-bar {
        border-radius: 1rem;
        padding: 2rem 2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-action {
        font-size: 2rem;
        width: 75%;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .footer-action p {
        font-size: 2rem;
    }

    .footer {
        padding: 4rem 0rem;
    }

    .footer-bar-left>div>p {
        margin-bottom: 1.5rem;
        margin-top: 0.5rem;
    }

    .footer-action .material-symbols-rounded {
        font-size: 3rem;
        padding: 0.9rem;
        margin-left: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .major-service-section .col-lg-6+.col-lg-6 {
        margin-top: 2rem;
    }

    .major-service-card {
        padding: 2rem 2rem calc(2rem + 50px);
    }

    .major-service-section h2 {
        line-height: 100%;
        margin: 1.5rem 0;
    }

    .major-service-card p {
        margin: 1rem 0;
    }

    .work-list-section .w-project {
        width: calc(100%/1);
    }

    .c-l-item {
        border-radius: 20px;
    }

    .contact-heading {
        padding: 0 20px;
        margin-top: 5rem;
    }

}

@media (max-width: 767px) {
    .c-l-item {
        width: 100%;
        border-radius: 15px;
        padding: 0;
        align-items: center;
    }

    .c-l-i-icon {
        min-width: 45px;
        height: 45px;
    }

    .mob-hide {
        display: none !important;
    }

    .des-hide {
        display: block !important;
    }

    .des-hide.d-flex {
        display: flex !important;
    }

    .nav-left {
        margin-left: 0.25rem;
    }

    .nav-right.des-hide {
        position: relative;
    }

    .nav-right.des-hide .nav-right-collapse {
        position: fixed;
        background-color: #242424;
        background-image: linear-gradient(to top, #242424, #0e0e0e);
        top: 4.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 1.5rem 2rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        border-radius: 0px 0px 1rem 1rem;
        display: none !important;
    }

    .nav-right.des-hide.active .nav-right-collapse {
        display: flex !important;
    }

    .nav-left img {
        height: 2.2rem;
    }

    .nav-right.des-hide .nav-right-collapse a {
        font-size: 1.5rem;
        margin: 0.75rem 0;
    }

    .nav-right.des-hide .nav-right-collapse>p {
        font-size: 1.3rem;
        margin-top: 15px;
        letter-spacing: 0.5px;
    }

    .nav-contact-btn .material-symbols-rounded {
        font-size: 1.8rem;
    }

    .nav-container {
        border-bottom: 1px solid #282828;
    }

    .hero-section h1 {
        font-size: 2.5rem;
        line-height: 120%;
        width: 100%;
    }

    .main .section.hero-section {
        padding-top: 2.5rem;
    }

    .go-back-btn p {
        margin-top: 0rem;
    }

    .go-back-btn {
        margin-top: 0rem;
    }
}

@media (max-width: 575.98px) {
    .s-ux-phone-img {
        right: -7rem;
        top: -7rem;
        width: 13rem;
    }

    .s-ux-tablet {
        padding: 1.5rem;
    }

    .s-ux-phone-app-icon {
        right: 9rem;
        top: -4rem;
    }

    .s-ux-phone-sticky-note {
        right: -10rem;
        bottom: -23rem;
        width: 12rem;
    }

    .s-ux-tablet .s-ux-tablet-left p {
        width: 60%;
    }

    .service-ux-wrap .s-ux-apps {
        position: absolute;
        right: 0;
        bottom: -20rem;
    }

    .service-branding-wrap {
        margin-top: 12rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(1) {
        top: 2rem;
        right: 18rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(2) {
        top: -8rem;
        right: 3rem;
        height: 4rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(3) {
        top: 0rem;
        right: 13rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(4) {
        top: -1rem;
        right: 12rem;
    }

    .service-ux-wrap .s-ux-apps img:nth-child(5) {
        top: -2rem;
        right: 4rem;
        height: 2.5rem;
    }

    .s-branding-card, .s-branding-card-inside {
        margin-left: -11rem;
        width: 48rem;
        border: 0;
    }

    .s-branding-left img:nth-child(1) {
        margin-bottom: 4rem;
    }

    .s-branding-left img:nth-child(2) {
        top: -4rem;
        left: 30rem;
        z-index: 1;
        user-select: none;
    }

    .s-branding-left img:nth-child(3) {
        bottom: -4rem;
        margin-right: -0.35rem;
    }

    .service-branding-wrap {
        position: relative;
    }

    .service-branding-wrap .s-ux-apps {
        position: absolute;
        left: 0rem;
        bottom: -6.5rem;
        z-index: 1;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(1) {
        top: -2rem;
        left: 0;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(2) {
        top: 3rem;
        left: 6rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(3) {
        top: 0rem;
        left: 11rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(4) {
        top: 5rem;
        right: 7rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(5) {
        top: -2rem;
        right: 1rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(6) {
        top: 5rem;
        left: 1rem;
    }

    .service-branding-wrap .s-ux-apps img:nth-child(7) {
        top: 4rem;
        right: 1rem;
    }

    .section.client-section {
        margin-top: 16rem;
        padding: 4rem 0.5rem;
    }

    .section h3 {
        font-size: 2.8rem;
        line-height: 100%;
        letter-spacing: -0.01rem !important;
    }

    .section.about-section h3 {
        margin-bottom: 2rem;
    }

    .c-clinet-logos {
        margin: 0 -2rem;
    }

    .c-clinet-logos img {
        width: calc(100% / 2);
        transform: scale(0.9);
    }

    .section.work-section {
        padding: 4rem 0.5rem;
        margin-top: 2rem;
    }

    .work-section h3+p {
        width: 100%;
    }

    .section h4 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        
    }

    .section .w-project h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .s-branding-right {
        padding-left: 1rem;
    }

    .s-ux-tablet-corner, .s-ux-branding-corner {
        display: none;
    }

    .gut-section h4 {
        font-size: 3rem;
    }

    .gut-section p {
        margin: 2rem 0;
    }

    .achivement-number p {
        font-size: 1.75rem;
        margin-top: 0.5rem;
    }

    .achivement-section {
        padding: 7em 0 2rem;
        margin-top: -5rem;
    }

    .s-ux-tablet .s-ux-tablet-left h2, .s-branding-card .s-branding-right h2 {
        font-size: 3.8rem;
    }

    .s-ux-tablet .s-ux-tablet-left p, .s-branding-card .s-branding-right p {
        font-size: 1.15rem;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section p {
        margin-top: 1rem;
        font-size: 1.3rem;
    }

    .s-ux-tablet .s-ux-tablet-right {
        margin-left: -13rem;
    }

    .w-project {
        margin-top: 2rem;
    }

    .btn-curve {
        font-size: 1.25rem;
    }
}

@media (max-width: 380px) {
    .service-ux-wrap .s-ux-apps {
        left: 1.5rem;
        bottom: -24rem;
    }

    .s-ux-phone-app-icon {
        height: 5rem;
    }

    .s-ux-phone-img {
        right: -7rem;
        top: -7rem;
        width: 12rem;
    }
}