: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;

    >a 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 */


.dev-page-header {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 194.91px 0 210px;

    >.dev-page-header-image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;

        >.main-header-lottie-animation {
            width: 50%;
            height: 50%;
        }
    }

    >.dev-page-header-content {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: center;
        gap: 30px;

        >.dev-page-header-heading {
            font-family: var(--default-font-family);
            font-size: 48px;
        }

        >.dev-page-header-sub-heading {
            font-family: Chakra Petch;
            font-weight: 500;
            font-size: 28px;
            line-height: 42px;
            color: #B0B0B0;
        }

        >.btn-style {
            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: 212px;
            cursor: pointer;
        }
    }



}


/* what we offer section */


.what-we-offer-section {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
    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: 84%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 200px;
}

.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-mobile-view {
        display: none;
    }
}

.dev-heading {
    font-size: 32px;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.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: 50%;
    gap: 24px;
}

.dev-content-description {
    font-size: 20px;
}

.dev-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 38.5px);
    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;
}

.shopify {
    width: 42px;
    height: 48px;
}

.nodejs {
    width: 141px;
    height: 40px;
}

.wordpress {
    width: 48px;
    height: 48px;
}

.php {
    height: 62px;
    width: 100px;
}

.laravel {
    height: 62px;
    width: 62px;
}

.flutter {
    width: 39.27px;
    height: 48px;

}

.react {
    width: 54px;
    height: 63.34px;

}

.kotlin {
    width: 48px;
    height: 48px;
}

.unreal {
    width: 48px;
    height: 48px;

}

.unity {
    width: 58.6px;
    height: 60px;

}

.oculus {
    width: 65.9px;
    height: 40px;
}


/* Carousel Animation */

/* web development carousel */
.slider-container {
    position: relative;
    width: 450px;
    height: 132px;
    perspective: 1000px;
    overflow: hidden;
}

.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.slide {
    position: absolute;
    width: 178px;
    height: 132px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    transition: transform 1.5s ease-in-out, opacity 1s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 10px #000000);
    filter: drop-shadow(5px 5px 10px #000000);
    overflow: hidden;
}


/*mobile development carousel */
.slider-container-mobile-app {
    position: relative;
    width: 450px;
    height: 132px;
    perspective: 1000px;
    overflow: hidden;
}

.slider-mobile-app {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.slide-mobile-app {
    position: absolute;
    width: 178px;
    height: 132px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 10px #000000);
    filter: drop-shadow(5px 5px 10px #000000);
}

.slide-mobile-app-mobile-view {
    position: absolute;
    width: 178px;
    height: 132px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 10px #000000);
    filter: drop-shadow(5px 5px 10px #000000);
}


/* gaming ar vr carousel */
.slider-container-gaming-ar-vr {
    position: relative;
    width: 450px;
    height: 132px;
    perspective: 1000px;
    overflow: hidden;
}

.slider-gaming-ar-vr {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.slide-gaming-ar-vr {
    position: absolute;
    width: 178px;
    height: 132px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 10px #000000);
    filter: drop-shadow(5px 5px 10px #000000);
}


/* 3D Stacking Effect */


/* web development carousel */
.slide:nth-child(1) {
    transform: translateX(-140px) translateZ(-150px) scale(0.85) rotateY(40deg);
}

.slide:nth-child(2) {
    transform: translateX(0) translateZ(0px) scale(1);
}

.slide:nth-child(3) {
    transform: translateX(140px) translateZ(-150px) scale(0.85) rotateY(-40deg);
}

.slide:nth-child(4) {
    transform: translateX(140px) translateZ(-150px) scale(0.85) rotateY(-40deg);
}

/*mobile development carousel */
.slide-mobile-app:nth-child(1) {
    transform: translateX(-140px) translateZ(-150px) scale(0.85) rotateY(40deg);
}

.slide-mobile-app:nth-child(2) {
    transform: translateX(0) translateZ(0px) scale(1);
}

.slide-mobile-app:nth-child(3) {
    transform: translateX(140px) translateZ(-150px) scale(0.85) rotateY(-40deg);
}

/* mobile development carousel mobile view */

.slide-mobile-app-mobile-view:nth-child(1) {
    transform: translateX(-140px) translateZ(-150px) scale(0.85) rotateY(40deg);
}

.slide-mobile-app-mobile-view:nth-child(2) {
    transform: translateX(0) translateZ(0px) scale(1);
}

.slide-mobile-app-mobile-view:nth-child(3) {
    transform: translateX(140px) translateZ(-150px) scale(0.85) rotateY(-40deg);
}


/*gaming ar vr carousel */
.slide-gaming-ar-vr:nth-child(1) {
    transform: translateX(-140px) translateZ(-150px) scale(0.85) rotateY(40deg);
}

.slide-gaming-ar-vr:nth-child(2) {
    transform: translateX(0) translateZ(0px) scale(1);
}

.slide-gaming-ar-vr:nth-child(3) {
    transform: translateX(140px) translateZ(-150px) scale(0.85) rotateY(-40deg);
}


/* Collaboration Section */


.collaborate-section {
    width: 100%;
    max-width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    margin: 250px 0;
}

.collaborate-section-heading {
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 1%;
    text-align: center;

}

.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: 55px;
    width: 242px;
    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;
    margin-bottom: 48px;
}

.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-bottom: 258px;
}

/* .view-more-explore-other-service {
    margin-bottom: 250px;
} */

/* explore other services section */


.explore-other-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 48px;
    margin-bottom: 250px;
}

.explore-other-service-text-and-gif {
    width: 100%;
}

.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;
}

.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-animation.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;
    /* gap: 45px; */
    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: 24px;
    }

    .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;
    }

    .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%;
            }
        }

    }

    .all-developments-description-container {
        >.dev-content-and-carousel {
            justify-content: space-between;

            >.dev-content {
                width: calc(50% - 5px);

                >.dev-heading {
                    font-size: 20px;
                    gap: 5px;
                }

                >.dev-content-description {
                    font-size: 16px;
                }

                .dev-heading-app {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    width: 100%;
                    justify-content: flex-start;

                    >h2 {
                        font-family: Chakra Petch;
                        font-weight: 600;
                        font-size: 19px;
                        line-height: 36px;
                        letter-spacing: 0;
                    }

                    >.os-logo-and-pipe {
                        display: flex;
                        align-items: center;
                        gap: 16px;

                        >.pipe {
                            color: #F0F0F040;
                            font-size: 24px;
                        }

                        >.os-logo {
                            width: 25px;
                            height: 25px;
                        }
                    }

                }

            }

            >.dev-carousel {
                width: calc(50% - 50px);

                >.slider-container {
                    height: 100px;

                    >.slider {
                        >.slide {
                            width: 152px;
                            height: 100px;
                            z-index: 1;

                            >.shopify {
                                width: 32px;
                                height: 38px;
                            }

                            >.nodejs {
                                width: 90px;
                                height: 30px;
                            }

                            >.wordpress {
                                width: 32px;
                                height: 32px;
                            }
                        }

                        .give-me-zindex {
                            z-index: 1 !important;
                        }

                        >.bg-hide-slide {
                            width: 360px;
                            background-color: var(--default-background-color);
                            z-index: 0;
                            height: 100px;
                        }
                    }
                }

                >.slider-container-mobile-app {
                    height: 100px;

                    >.slider-mobile-app {

                        /* mobile-view */
                        >.slide-mobile-app-mobile-view {
                            width: 152px;
                            height: 100px;

                            >.flutter {
                                width: 32px;
                                height: 32px;
                            }

                            >.react {
                                width: 42px;
                                height: 48px;
                            }

                            >.kotlin {
                                width: 32px;
                                height: 32px;
                            }
                        }

                        /* desktop view */
                        >.slide-mobile-app {
                            width: 152px;
                            height: 100px;

                            >.flutter {
                                width: 32px;
                                height: 32px;
                            }

                            >.react {
                                width: 42px;
                                height: 48px;
                            }

                            >.kotlin {
                                width: 32px;
                                height: 32px;
                            }
                        }
                    }
                }

                >.slider-container-gaming-ar-vr {
                    height: 100px;

                    >.slider-gaming-ar-vr {
                        >.slide-gaming-ar-vr {
                            width: 152px;
                            height: 100px;

                            >.unreal {
                                width: 44px;
                                height: 44px;
                            }

                            >.unity {
                                width: 44px;
                                height: 44px;
                            }

                            >.oculus {
                                width: 48px;
                                height: 32px;
                            }
                        }
                    }
                }
            }
        }

        >.all-developments-description-container {
            gap: 150px;
        }
    }

    .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;
        margin: 203px 0;

        >.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;
                height: 38px;
                width: 179px;
                font-size: 20px;
            }
        }

        >.dev-page-header-image {
            width: 50%;
            align-items: flex-end;

            >.main-header-lottie-animation {
                max-width: 90%;
                max-height: 90%;
            }
        }
    }

    .all-developments-description-container {
        gap: 94px;

        >.mobile-app-dev-desktop-view {
            display: none;
        }

        >.mobile-app-dev-mobile-view {
            display: flex !important;
        }

        >.dev-content-and-carousel {
            flex-direction: column-reverse;
            gap: 24px;

            >.dev-heading-mobile-view {
                display: flex;
                align-items: center;
                gap: 20px;
                font-family: Chakra Petch;
                font-weight: 600;
                font-size: 24px;
                line-height: 36px;
                letter-spacing: 0;
            }

            >.dev-heading-app-mobile-view {
                display: flex;
                align-items: center;
                gap: 16px;

                width: 100%;
                justify-content: center;

                >h2 {
                    font-family: Chakra Petch;
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 36px;
                    letter-spacing: 0;
                }

                >.os-logo-and-pipe {
                    display: flex;
                    align-items: center;
                    gap: 5px;

                    >.pipe {
                        color: #F0F0F040;
                    }

                    >.os-logo {
                        width: 24px;
                        height: 24px;
                    }
                }

            }

            >.dev-content {
                width: 100%;
                align-items: center;

                >.dev-heading {
                    display: none;
                }

                >.dev-heading-app {
                    display: none;
                }

                >.dev-content-description {
                    font-family: Chakra Petch;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    letter-spacing: 1px;
                    text-align: center;
                }
            }

            >.dev-carousel {
                width: 100%;
            }
        }
    }


    .what-we-offer {
        font-size: 24px;
    }

    .collaborate-section {
        margin: 200px 0;
        max-width: unset;
        gap: 32px;

    }

    .collaborate-section-heading {
        font-size: 28px;
        line-height: 42px;
    }

    .collaborate-button {
        width: 177px;
        height: 45px;
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1px;
    }

    .recent-project-descriptive-text {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .recent-project-descriptive-text-explore-oth-srvc {
        font-size: 20px;
    }

    .industry-we-serve {
        justify-content: center;
        gap: 48px;
    }


    .recent-project-section {
        margin-bottom: 32px;
    }


    #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;
    }

    .view-more {
        margin-bottom: 200px;
    }

    .bulletpoint-elements {
        font-size: 32px;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .divider {
        margin: 34px 0;
    }

    .explore-other-service {
        margin-bottom: 200px;
    }


    .divider-mar-btm {
        margin: 0 0 34px 0;
    }

    .divider-mar-tp {
        margin: 34px 0 0 0;
    }

    .arrow-vector {
        height: 16px;
        width: 16px;
    }

    .bulletpoint-span {
        gap: unset;

        >.lottie-animation {
            width: 87.61px;
            height: 66px;
        }
    }

    .contact-hr-mail {
        display: none;
    }

    .what-we-offer-section {
        margin-bottom: 28px;
    }

    .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;
                }
            }
        }

    }


}

@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%;
            }

        }
    }

}

@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;
                }
            }
        }
    }


    .what-we-offer-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;
                }
            }
        }

        >.view-more {
            margin-bottom: 200px;
        }
    }

    .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;
                }
            }
        }
    }
}