:root {
    --default-font-family: Chakra petch, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
        "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
        "Source Han Sans CN", sans-serif;
    --default-background-color: #111111;
    --default-text-color: #f0f0f0;
    --default-font-weight: 600;
    --default-button-text-size: 24px;
    --default-font-size: 32px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

.main-container {
    width: 100%;
    background-color: var(--default-background-color);
    color: var(--default-text-color);
    font-family: var(--default-font-family);
    overflow: hidden;
}


/* Container used to give a responsive width */


.secondary-container {
    max-width: 88.3333333%;
    width: 100%;
    background-color: var(--default-background-color);
    color: var(--default-text-color);
    font-family: var(--default-font-family);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.whatsapp-icon {
    position: fixed;
    right: 0;
    transform: translate(-25%);
    font-size: 25px;
    top: 90%;
}

/* Navigation Bar */


.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    width: 100%;

}

.link-logo {
    cursor: pointer;

    >a img {
        height: 33.03px;
        width: 26px;
    }
}

.menu {
    cursor: pointer;

    >div img {
        height: 24px;
        width: 24px;
    }
}


/* Temporary Navigation Modal */

.popup-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    z-index: 111;
}

/* Popup Content */
.popup-content {
    background: #111111;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(22, 22, 22, 0.2);
    width: 250px;
}

.popup-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-content ul li {
    margin: 10px 0;
}

.popup-content ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.popup-content ul li a:hover {
    color: #00bcd4;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}


/* Development Heading and Image */


.mobile-app-dev-page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 85%;
    margin: 223.91px 0;
}

.heading {
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    letter-spacing: 0;
}

.texts-content {
    display: flex;
    flex-direction: column;
    font-family: Chakra Petch;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    /* letter-spacing: 1px; */
    text-align: center;
    color: grey;
    gap: 16px;
}


/* what we offer section */


.tech-innovation-section {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 47.91px;
    gap: 20px;
}

.what-we-offer {
    color: #f0f0f0;
    font-family: Chakra Petch, var(--default-font-family);
    font-size: var(--default-font-size);
    font-weight: var(--default-font-weight);
    line-height: 36px;
    z-index: 9;
    white-space: nowrap;
}

.banner-animation {
    flex: 1;
    width: 70%;
    overflow: hidden;

    .bg-img {
        height: 20px;
        object-fit: cover;
        width: 100%;
        background: url(../images/f9d70662e18472641090fb1cb84b2a51.gif);
    }
}


/* Development Content And Carousel */


.all-developments-description-container {
    max-width: 82%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 200px;
}

.dev-content-and-carousel:nth-child(even) {
    .dev-carousel {
        justify-content: flex-start;
    }
}

.dev-content-and-carousel:nth-child(odd) {
    .dev-carousel {
        justify-content: flex-end;
    }
}

.mobile-app-dev-mobile-view {
    display: none !important;
}

.dev-content-and-carousel {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.dev-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
}

.dev-heading-app {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    justify-content: flex-start;

    >h2 {
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0;
    }

    >.os-logo-and-pipe {
        display: flex;
        align-items: center;
        gap: 16px;

        >.pipe {
            color: #F0F0F040;
            font-size: 36px;
        }

        >.os-logo {
            width: 36px;
            height: 36px;
        }
    }

}

.dev-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 46%;
    gap: 32px;
}

.dev-content-description {
    font-family: Chakra Petch;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 1px;
    vertical-align: middle;

    >br {
        display: none;
    }
}

.dev-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46%;
    background-color: var(--default-background-color);
}

.dev-carousel-mobile-view {
    display: none;
}

.btn-style-component {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-text-color);
    font-family: Chakra Petch, var(--default-font-family);
    font-size: var(--default-button-text-size);
    font-weight: var(--default-font-weight);
    cursor: pointer;
    background: none;
    border: none;
    text-decoration: underline;
}

.white-box {
    position: relative;
    cursor: pointer;

    >img {
        width: 100%;
    }
}

.bottom-left-black-lable {
    position: absolute;
    background-color: #111111;
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    bottom: 0;
    left: -1px;
    padding: 12px;
}

/* Collaboration Section */


.collaborate-section {
    width: 100%;
    max-width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin: 300px 0;
}

.collaborate-section-heading {
    font-family: Chakra Petch;
    width: 90%;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 1px;
    text-align: left;

}

.collaborate-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-background-color);
    font-family: Chakra Petch, var(--default-font-family);
    font-size: var(--default-button-text-size);
    font-weight: var(--default-font-weight);
    height: 56px;
    width: 210px;
    cursor: pointer;
}

.recent-project-section {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    gap: 20px;

}

.recent-project-descriptive-text {
    width: 100%;
    font-size: 24px;
    color: #B0B0B0;
    text-wrap: wrap;
    font-family: Chakra Petch, var(--default-font-family);
    text-align: center;
    text-align: left;
}

.recent-project-descriptive-text-explore-oth-srvc {
    width: 100%;
    font-size: 24px;
    color: #B0B0B0;
    text-wrap: wrap;
    font-family: Chakra Petch, var(--default-font-family);
    text-align: center;
    text-align: left;
}


/* Industry We Serve Section */
.industry-we-serve {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-bottom: 48.16px; */
}

.portfolio {
    width: calc(50% - 10px);
    min-width: 0;
    cursor: pointer;
    position: relative;
}

.portfolio-image {
    width: 100%;
}

.industry-name {
    font-size: 36px;
    font-weight: var(--default-font-weight);
    font-family: Chakra petch, var(--default-font-family);
    color: #F0F0F0;
}

.arrow-vector-industry {
    display: flex;
    justify-content: flex-end;
    width: 26px;
    height: 26px;
}

.industry-name-and-arrow {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 94.5%;
}

.portfolio:hover .industry-name-tag {
    height: 60px;
}

.industry-name-tag {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    font-family: Chakra Petch, var(--default-font-family);
    color: #F0F0F0;
    background-color: var(--default-background-color);
    width: 200px;
    height: 0;
    top: -1px;
    right: -1px;
    overflow: hidden;
    transition: height .4s ease-in-out;
}

.view-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-background-color);
    font-family: Chakra Petch, var(--default-font-family);
    font-size: var(--default-button-text-size);
    font-weight: var(--default-font-weight);
    letter-spacing: 0.24px;
    height: 56px;
    width: 212px;
    cursor: pointer;
}

/* .view-more {
    margin-top: 48px;
} */


/* explore other services section */


.explore-other-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 300px;

}

.explore-other-service-text-and-gif {
    width: 100%;
    margin-bottom: 48px;
}

.bulletpoint-elements {
    display: flex;
    align-items: center;
    line-height: 64px;
    justify-content: space-between;
    cursor: pointer;
    font-size: 66px;
    width: 80%;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.bulletpoint-span {
    align-items: center;
    display: flex;
    gap: 80px;

    >.lottie-animation {
        width: 132px;
        height: 100px;
    }
}

.navigate-to-other-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 48px;
}

.arrow-vector {
    display: flex;
    justify-content: flex-end;
    width: 32px;
    height: 32px;
    transition: transform 0.5s ease-in-out;
}

.bulletpoint-elements:hover {
    .arrow-vector {
        transform: rotate(45deg);
    }
}

.divider {
    border-bottom: 1px solid #F0F0F040;
    width: 100%;
    margin: 42px 0;
}

.divider-mar-btm {
    margin: 0 0 42px 0;
}

.divider-mar-tp {
    margin: 42px 0 0 0;
}


/* Footer */

.footer-logo {
    margin-bottom: 105px;
    width: 100%;

    .footer-logo-bg {
        background: url(../images/contact-animation1-ezgif.com-instagif.gif) no-repeat;
        object-fit: cover;
        height: 100px;
        width: 100%;
    }
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--default-text-color);
    width: 100%;
    flex-direction: column;
    position: relative;
    margin-bottom: 41.68px;

    >.footer-large-text {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 37px;
        font-family: Chakra Petch;
        font-weight: var(--default-font-weight);
        font-size: 56px;
        line-height: 72.8px;
        text-align: center;
        color: var(--default-background-color);

        >br {
            display: none;
        }
    }

    >.footer-text-and-media {
        max-width: 300px;
        height: 69px;
        width: 100%;
        display: flex;
        background-color: var(--default-background-color);
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: -1px;
        right: -1px;

        >.facebook-logo {
            height: 32px;
            width: 18px;

            >svg {
                height: 32px;
                width: 18px;
            }
        }

        >.instagram-logo {
            height: 32px;
            width: 25px;

            >svg {
                height: 32px;
                width: 25px;
            }
        }

        >.linkedin-logo {
            height: 32px;
            width: 25px;

            >svg {
                height: 32px;
                width: 25px;
            }
        }
    }

    >.form-container {
        width: 90%;
        display: flex;
        padding: 20px;
        justify-content: space-between;
        margin-bottom: 25px;

        >form {
            display: flex;
            flex-direction: column;
            width: 40%;
            justify-content: center;
            align-items: center;

            >button {
                width: 212px;
                height: 56px;
                background: var(--default-background-color);
                color: #F0F0F0;
                font-family: Chakra Petch;
                font-size: var(--default-button-text-size);
                font-weight: var(--default-font-weight);
                border: none;
            }

            >.input-field-div {
                width: 100%;
                margin-bottom: 16px;

                >.input-field {
                    padding: 12px 12px;
                    width: 100%;
                    font-family: Chakra Petch;
                    outline: none;
                    background-color: #f0f0f0;
                    border: 1px solid black;
                }
            }
        }

        >.contact-details {
            width: 40%;
            display: flex;
            flex-direction: column;
            gap: 28px;

            >.contact-hr-mail {
                font-family: Chakra Petch;
                font-size: var(--default-button-text-size);
                font-weight: 300;
                color: var(--default-background-color);

                >a {
                    text-decoration: none;
                    color: var(--default-background-color);
                    display: flex;
                    gap: 16px;
                    align-items: baseline;
                }
            }

            >.contact-mail {
                font-family: Chakra Petch;
                font-size: var(--default-button-text-size);
                font-weight: 300;
                color: var(--default-background-color);

                >a {
                    text-decoration: none;
                    color: var(--default-background-color);
                    display: flex;
                    gap: 16px;
                    align-items: baseline;
                }
            }
        }
    }


    .bottom-black-cut-box {
        width: 100%;
    }

    .left-bottom-cut {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--default-background-color);
        height: 47px;
        width: 300px;
        font-family: Chakra Petch;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: var(--default-text-color);
    }

    .submit {
        cursor: pointer;
    }

    .error {
        color: red;
        font-size: 12px;
        margin-top: 5px;
        display: none;
    }

    .success-message {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: black;
        margin-top: 3%;
        text-align: center;
        display: none;
    }

    .success-mssg {
        gap: 3px;
        display: flex;
    }
}

@media only screen and (max-width:1370px) {
    .footer {
        >.footer-text-and-media {
            width: 5%;
            height: 130px;
            display: flex;
            flex-direction: column;

            >.facebook-logo {
                height: 25px;
                width: 24px;

                >svg {
                    height: 25px;
                    width: 24px;
                }
            }

            >.instagram-logo {
                height: 20px;
                width: 24px;

                >svg {
                    height: 20px;
                    width: 24px;
                }
            }

            >.linkedin-logo {
                height: 20px;
                width: 20px;

                >svg {
                    height: 20px;
                    width: 20px;
                }
            }
        }

        &>.form-container {
            gap: 50px;

            &>.contact-details {
                >.contact-mail {

                    font-size: 20px;
                }

                >.contact-hr-mail {
                    font-size: 20px;
                }
            }
        }
    }

    .banner-animation {
        width: 50%;
    }

    .what-we-offer {
        font-size: 34px;
    }

    .all-developments-description-container {
        max-width: 90%;
    }

    .collaborate-section {
        max-width: 90%;
    }

    .dev-heading {
        font-size: 33px;
    }

    .dev-heading-app {
        >h2 {
            font-size: 24px;
        }

        >.os-logo-and-pipe {
            >.os-logo {
                width: 30px;
                height: 30px;
            }
        }
    }



    .industry-column-1 {
        gap: 10em;
    }

    .industry-column-2 {
        gap: 10em;
        margin-top: 14em;
        ;
    }
}

@media only screen and (max-width:1024px) {
    .all-developments-description-container {
        max-width: 95%;
        gap: 175px;
    }

    .dev-heading {
        font-size: 32px;
    }

    .dev-content-description {
        font-size: 24px;
    }

    .collaborate-section {
        max-width: 95%;
    }

    .bulletpoint-elements {
        font-size: 55px;
        /* margin: 40px 0; */
    }

    .footer {
        & .form-container {
            >form {
                width: 50%;
            }

            .contact-details {
                width: 50%;
            }
        }
    }

}

@media only screen and (max-width:968px) {

    .dev-page-header {
        justify-content: space-between;

        >.dev-page-header-content {
            gap: 10px;

            >.dev-page-header-sub-heading {
                font-size: 20px;
            }

            >.dev-page-header-heading {
                font-size: 42px;
            }

            >.btn-style {
                height: 40px;
                width: 140px;
                font-size: 20px;
            }
        }

        >.dev-page-header-image {
            width: unset;

            >.main-header-lottie-animation {
                width: 70%;
                height: 70%;
            }
        }

    }

    .dev-heading {
        font-size: 26px;
    }

    .dev-content-description {
        font-size: 18px;
    }

    .collaborate-section {
        gap: 40px;
    }

    .collaborate-section-heading {
        line-height: 64px;
    }

    .industry-name {
        font-size: 26px;
    }

    .arrow-vector-industry {
        width: 20px;
        height: 20px;
    }

    .bulletpoint-elements {
        font-size: 40px;
        /* margin: 24px 0px; */
    }

    .footer {
        >.footer-large-text {
            font-size: 56px;

        }

        >.footer-text-and-media {
            height: 130px;
        }

        >.form-container {
            >form {
                >button {
                    width: 147px;
                    height: 37px;
                }
            }

            &>.contact-details {
                gap: 25px;

                >.contact-mail {
                    font-size: 19px;
                }
            }
        }

        >.bottom-black-cut-box {
            >.left-bottom-cut {
                font-size: 16px;
            }

        }
    }

}

@media only screen and (max-width:768px) {
    .secondary-container {
        max-width: 88%;
    }

    .dev-page-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        >.dev-page-header-content {
            width: 100%;
            align-items: center;
            gap: 16px;

            >.dev-page-header-heading {
                font-family: Chakra Petch;
                font-weight: 600;
                font-size: 42px;
                line-height: 54.6px;
                letter-spacing: 0;
            }

            >.dev-page-header-sub-heading {
                font-family: Chakra Petch;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                letter-spacing: 1%;
                text-align: center;

            }

            >.btn-style {
                margin-top: 16px;
            }
        }

        >.dev-page-header-image {
            width: 50%;
            align-items: flex-end;

            >.main-header-lottie-animation {
                max-width: 90%;
                max-height: 90%;
            }
        }
    }

    .heading {
        font-size: 42px;
    }

    .texts-content {
        font-size: 20px;
    }

    .mobile-app-dev-page-header {
        gap: 16px;
        margin: 120px 0;
    }

    .tech-innovation-section {
        margin-bottom: 32px;
    }

    .all-developments-description-container {
        gap: 90px;

        .give-me-directions {
            flex-direction: column-reverse !important;
        }

        .bottom-left-black-lable {
            transform: translate(-50%);
            left: 50%;
            font-size: 25px;
        }



        >.dev-content-and-carousel {
            flex-direction: column;
            gap: 26px;

            >.dev-content {
                width: 100%;
                align-items: center;
                gap: 26px;

                >.dev-content-description {
                    font-family: Chakra Petch;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    letter-spacing: 1px;
                    text-align: center;

                    >br {
                        display: block;
                    }
                }
            }

            >.dev-carousel {
                width: 100%;
                justify-content: center;
            }
        }
    }

    .what-we-offer {
        font-size: 24px;
    }

    .collaborate-section {
        margin: 200px 0;
        flex-direction: column;
        gap: 16px;
    }

    .collaborate-section-heading {
        text-align: center;
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 28px;
        line-height: 150%;
        text-align: center;
        width: 100%;
    }

    .collaborate-button {
        width: 179px;
        height: 40px;
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
    }

    .recent-project-descriptive-text {
        font-size: 20px;
    }

    .recent-project-descriptive-text-explore-oth-srvc {
        font-size: 20px;
    }

    .explore-other-service-text-and-gif {
        margin-bottom: 32px;
    }

    .industry-we-serve {
        justify-content: center;
        gap: 48px;
    }

    #makeMeNone {
        display: none;
    }

    .portfolio {
        width: unset;
        flex-direction: column;
        gap: 13px;

        >.industry-name-and-arrow {
            >.industry-name-tag {
                height: 40px;
                width: 129px;
                font-size: 16px;

                >.arrow-vector-industry {
                    display: none;
                }
            }
        }

    }

    .industry-name {
        font-size: 24px;
    }

    .arrow-vector-industry {
        width: 16px;
        height: 16px;
    }

    .view-more-button {
        width: 179px;
        height: 40px;
        font-size: 16px;
    }

    .navigate-to-other-page {
        margin-bottom: 32px;
    }

    .explore-other-service {
        margin-bottom: 200px;
    }

    .bulletpoint-elements {
        font-size: 32px;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .arrow-vector {
        height: 16px;
        width: 16px;
    }

    .bulletpoint-span {
        gap: 35px;

        >.lottie-animation {
            width: 87.61px;
            height: 66px;
        }
    }

    .contact-hr-mail {
        display: none;
    }

    .footer {
        .footer-large-text {
            padding: 15px;
            font-size: 42px;
            text-align: left;
            margin-top: unset;
        }

        .form-container {
            flex-direction: column;
            padding: 15px;
            gap: 31.5px;
            width: unset;
            max-width: unset;
            margin-bottom: 43px;
            align-items: center;

            .contact-details {
                width: 80%;
            }

            >form {
                width: 80%;
            }
        }

        >.bottom-black-cut-box {
            >.left-bottom-cut {
                font-size: 12px;
                height: 40px;
                width: 200px;
            }
        }

        >.footer-text-and-media {
            width: 7%;
            height: 100px;

            >.facebook-logo {
                height: 20px;
                width: 20px;
                display: flex;
                justify-content: center;

                >svg {
                    height: 20px;
                    width: 20px;
                }
            }

            >.instagram-logo {
                height: 20px;
                width: 20px;
                display: flex;
                justify-content: center;

                >svg {
                    height: 20px;
                    width: 20px;
                }
            }

            >.linkedin-logo {
                height: 20px;
                width: 20px;
                display: flex;
                justify-content: center;

                >svg {
                    height: 20px;
                    width: 20px;
                }
            }
        }

    }

    .recent-project-section {
        margin-bottom: 32px;
    }

    .footer-logo {
        margin-bottom: 32.45px;
    }

    .divider {
        margin: 34px 0;
    }

    .divider-mar-btm {
        margin: 0 0 34px 0;
    }

    .divider-mar-tp {
        margin: 34px 0 0 0;
    }

}

@media only screen and (max-width:579px) {
    .footer {
        >.footer-large-text {
            display: flex;
            justify-content: flex-start;
            margin-top: 15px;
            padding: unset;
            width: 95%;

            >br {
                display: flex;
            }
        }

        >.footer-text-and-media {
            width: 12%;
            height: 140px;

            >.facebook-logo {
                height: 20px;
                width: 10px;

                >img {
                    height: 20px;
                    width: 10px;
                }
            }

            >.instagram-logo {
                height: 15px;
                width: 18px;

                >img {
                    height: 15px;
                    width: 18px;
                }
            }

            >.linkedin-logo {
                height: 15px;
                width: 15px;

                >img {
                    height: 15px;
                    width: 15px;
                }
            }
        }

        >.form-container {


            >form {
                width: 100%;
            }

            >.contact-details {
                width: 100%;
            }

        }
    }

    .dev-content-description {
        >br {
            display: none !important;
        }
    }

}

@media only screen and (max-width:375px) {
    .dev-page-header {
        >.dev-page-header-content {
            >.dev-page-header-heading {
                font-size: 32px;
            }

            >.dev-page-header-sub-heading {
                font-size: 18px;

                >br {
                    display: none;
                }
            }
        }
    }

    .tech-innovation-section {
        >.what-we-offer {
            font-size: 20px;
        }
    }

    .all-developments-description-container {
        >.dev-content-and-carousel {

            >.dev-heading-app-mobile-view {
                >h2 {
                    font-size: 18px;
                }

                >.os-logo-and-pipe {
                    >.os-logo {
                        width: 20px;
                        height: 20px;
                    }
                }
            }

            >.dev-carousel {
                >.slider-container {
                    height: 100px;

                    >.slider {
                        >.slide {
                            width: 148px;
                            height: 90px;
                        }
                    }

                }


                >.slider-container-mobile-app {
                    height: 100px;

                    >.slider-mobile-app {

                        /* mobile-view */
                        >.slide-mobile-app-mobile-view {
                            width: 148px;
                            height: 90px;
                        }
                    }
                }

                >.slider-container-gaming-ar-vr {
                    height: 100px;

                    >.slider-gaming-ar-vr {
                        >.slide-gaming-ar-vr {
                            width: 148px;
                            height: 90px;
                        }
                    }
                }
            }

            >.dev-heading-mobile-view {
                font-size: 18px;
            }

            >.dev-content {
                >.dev-content-description {
                    font-size: 15px;
                    letter-spacing: unset;
                }
            }
        }
    }

    .collaborate-section {
        gap: 20px;
        margin: 220px 0;

        >.collaborate-section-heading {
            font-size: 21px;
            line-height: 36px;
        }

        >.collaborate-button {
            font-size: 16px;
            height: 40px;
            width: 140px;
        }
    }

    .recent-project-descriptive-text {
        font-size: 18px;
    }

    .explore-other-service {
        >.navigate-to-other-page {
            >.bulletpoint-elements {
                font-size: 20px;
            }
        }

        >.explore-other-service-text-and-gif {
            >.recent-project-section {
                >.what-we-offer {
                    font-size: 18px;
                }
            }
        }
    }

    .footer-logo {
        margin-bottom: 32px;
    }

    .footer {
        .form-container {
            gap: 20px;
            padding: unset;
            width: 100%;

            >form {
                /* >button {
                    width: 140px;
                    height: 40px;
                    font-size: 16px;
                } */

                padding: 0 20px;

                .input-field {
                    width: 80%;
                }
            }

            >.contact-details {
                gap: 20px;

                >.contact-mail {
                    font-size: 14px;
                    padding: 0 20px;
                }
            }
        }

        >.footer-text-and-media {
            width: 12%;
            height: 140px;

            >.facebook-logo {
                height: 20px;
                width: 10px;

                >img {
                    height: 20px;
                    width: 10px;
                }
            }

            >.instagram-logo {
                height: 15px;
                width: 18px;

                >img {
                    height: 15px;
                    width: 18px;
                }
            }

            >.linkedin-logo {
                height: 15px;
                width: 15px;

                >img {
                    height: 15px;
                    width: 15px;
                }
            }
        }
    }
}