: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;
}


/* Mobile App Development Header */

.mobile-app-dev-page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 85%;
    margin: 156.5px 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;
}

.btn {
    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;
    border: none;
}

/* section with text and mobile os logos */

.text-and-os-logo {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 234px;
}

.desciption-about-experience {
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 1px;
    text-align: center;
}

.logo-and-pipes {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.os-logos {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
}

.pipe {
    color: #F0F0F040;
    font-size: 37px;
}

/* Technologies we use and their logos */

.tech-we-use-and-logos {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    margin-bottom: 252px;
}

.text-and-animation {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.tech-text {
    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;
    height: 20px;

    .bg-img {
        height: 20px;
        object-fit: cover;
        width: 100%;
        background: url(../images/f9d70662e18472641090fb1cb84b2a51.gif);
    }
}

.need-pading {
    padding-right: 12.7%;

}

.tech-logos {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: center;
    gap: 12px;
}

.img-of-logos {
    width: 62px;
    height: 62px;
    aspect-ratio: 1/1;
}

.divider {
    height: 80px;
    width: 1px;
    background-color: #ddd;
    /* margin: 20px 0; */
}

.tech-logos-mobile-view {
    display: none;
}

/* our capabilities section */

.our-capabilities {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    margin-bottom: 250px;
}

.our-capabilities-text {
    font-family: Chakra Petch;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: left;
    color: #B0B0B0;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.list-content {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.list-content-text {
    font-family: Chakra Petch;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
}

.li-box {
    width: 18px;
    height: 18px;
    background-color: rgb(77, 77, 77);
    opacity: 0.2;
    animation: blink 2s infinite steps(1);
}

/* animations */

.list-content:nth-child(1) .li-box {
    animation-delay: 0s;
}

.list-content:nth-child(2) .li-box {
    animation-delay: 0.5s;
}

.list-content:nth-child(3) .li-box {
    animation-delay: 1s;
}

.list-content:nth-child(4) .li-box {
    animation-delay: 1.5s;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}



/* contact us today */

.contact-us-and-text {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    margin-bottom: 250px;
}

.contact-us-text {
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 1px;
    text-align: center;
}

.contact-us-btn {
    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: 280px;
    cursor: pointer;
    border: none;
}

.build-your-web-btn {
    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: 280px;
    cursor: pointer;
    border: none;
}

/* recent projects */

.recent-projects-section {
    display: flex;
    margin-bottom: 258px;
    gap: 24px;
    flex-direction: column;
    width: 100%;
}

.recent-project-texts-content {
    display: flex;
    flex-direction: column;
    font-family: Chakra Petch;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: grey;
    gap: 16px;
    margin-bottom: 32px;
}

.recent-project-slider {
    margin-bottom: 140px;
}

.slider-container {
    width: 110.366%;
}

.slider-controls-button {
    /* width: 100%; */
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.slider-controls-button button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.slider-controls button:hover {
    opacity: 0.7;
}

.splide__slide {
    text-align: center;
    transition: margin 0s ease-in-out;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.zigzag {
    margin-top: 138px;
}


.industry-name-and-arrow {
    display: flex;
    align-items: center;
    gap: 24px;
}

.industry-name {
    font-size: 36px;
    font-weight: var(--default-font-weight);
    font-family: Chakra petch, var(--default-font-family);
    color: #F0F0F0;
}

.parent-caraousel {
    width: 100%;
    margin: 0 auto;
}


.arrow-vector-industry {
    display: flex;
    justify-content: flex-end;
    width: 26px !important;
    height: 26px !important;
}

.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;
}

.splide__slide:hover .industry-name-tag {
    height: 60px;
}

.industry-name-tag-for-mobile-view {
    display: none;
}


/* lets build your website */

.build-your-web-text-and-btn {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin-bottom: 250px;
    width: 80%;
}

.build-your-web-text {
    font-family: Chakra Petch;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
}

.build-your-web-text-content {
    font-family: Chakra Petch;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: center;
    color: #B0B0B0;

}

.build-your-web-btn {
    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: 347px;
    cursor: pointer;
    border: none;
}



/* 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;
    /* 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) {

    .text-and-os-logo {
        width: 85%;
    }

    .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;
                }
            }
        }
    }
}

@media only screen and (max-width:1024px) {
    .mobile-app-dev-page-header {
        width: unset;
    }

    .heading {
        font-size: 45px;
    }

    .texts-content {
        font-size: 21px;
    }

    .text-and-os-logo {
        width: unset;
    }

    .desciption-about-experience {
        font-size: 44px;
    }

    .tech-logos {
        width: 100%;
    }

    .contact-us-text {
        font-size: 44px;
    }

    .recent-project-slider {
        margin-bottom: unset;
    }

    .industry-name {
        font-size: 20px;
        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: 20px !important;
        height: 20px !important;
    }

    .footer {
        & .form-container {
            >form {
                width: 50%;
            }

            .contact-details {
                width: 50%;
            }
        }
    }
}

@media only screen and (max-width:968px) {

    .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:767px) {

    .secondary-container {
        max-width: 90%;
    }

    .mobile-app-dev-page-header {
        margin: 128px 0;
    }

    .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;

            .contact-details {
                width: 100%;
            }

            >form {
                max-width: unset;

                .input-field {
                    width: 95%;
                }
            }
        }

        >.bottom-black-cut-box {
            >.left-bottom-cut {
                font-size: 12px;
                height: 40px;
                width: 200px;
            }
        }

        >.footer-text-and-media {
            width: 6%;
            height: 100px;

            >.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;
                }
            }
        }

    }

    .heading {
        font-size: 32px;
        text-align: center;
    }

    .texts-content {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .btn {
        width: 177px;
        height: 45px;
        font-size: 16px;
    }

    .desciption-about-experience {
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        width: 100%;
    }

    .os-logos {
        height: 42px;
        width: 42px;
    }

    .text-and-os-logo {
        margin-bottom: 139.54px;
        gap: 16.46px;
    }

    .tech-we-use-and-logos {
        gap: 32.46px;
        margin-bottom: 139.54px;
    }

    .tech-text {
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    }

    .tech-logos {
        display: none;
    }

    .tech-logos-mobile-view {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 59px;
    }

    .group {
        gap: 59px;
        display: flex;
    }

    .fix-class {
        width: 64px;

    }

    .img-of-logos {
        width: 42px;
        height: 42px;
        aspect-ratio: 1/1;
    }

    .logo {
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 18px;
        line-height: 23.4px;
    }

    .our-capabilities-text {
        font-family: Chakra Petch;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 1px;

    }

    .list-content-text {
        font-family: Chakra Petch;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        width: 80%;
    }

    .li-box {
        width: 13px;
        height: 13px;
    }

    .list {
        width: 100%;
        gap: 14px;
    }

    .our-capabilities {
        margin-bottom: 140px;
        gap: 24px;
    }

    .contact-us-text {
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: 1px;
        text-align: center;

    }

    .contact-us-btn {
        width: 200px;
        height: 42px;
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 16px;
        line-height: 20.8px;
        letter-spacing: 1px;

    }

    .build-your-web-btn {
        width: 248px;
        height: 42px;
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 16px;
        line-height: 20.8px;
        letter-spacing: 1%;

    }

    .contact-us-and-text {
        gap: 16px;
        margin-bottom: 140px;
    }

    .recent-projects-section {
        margin-bottom: 140px;
    }

    .build-your-web-text {
        font-family: Chakra Petch;
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0%;
        text-align: center;
    }

    .texts-content {
        font-family: Chakra Petch;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1%;
        text-align: center;

    }

    .build-your-web-text-and-btn {
        gap: 28px;
        margin-bottom: 140px;
        width: 90%;
    }

    .zigzag {
        margin-top: unset
    }

    .industry-name-tag-for-mobile-view {
        position: absolute;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: flex-start;
        font-size: 20px;
        font-family: Chakra Petch, var(--default-font-family);
        color: #F0F0F0;
        background-color: var(--default-background-color);
        width: 50%;
        height: 60px;
        left: -1px;
        bottom: -1px;
        top: unset;
        overflow: hidden;

        >p {
            color: #B0B0B0;
            font-family: Chakra Petch;
            font-weight: 500;
            font-size: 14px;
            line-height: 18.2px;

        }
    }

    .arrow-vector-industry-mobile-view {
        display: flex;
        justify-content: flex-end;
        width: 14px !important;
        height: 14px !important;
    }

    .industry-name-mobile-view {
        font-size: 18px;
        font-weight: var(--default-font-weight);
        font-family: Chakra petch, var(--default-font-family);
        color: #F0F0F0;
    }

    .industry-mobile-view {
        display: flex;
        gap: 24px;
        align-items: center;
    }

    .industry-name-tag {
        display: none;
    }

    .industry-name {
        display: none;
    }

    .arrow-vector-industry {
        display: none;
    }

    .recent-project-texts-content {
        font-family: Chakra Petch;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .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) {

    /* .industry-name-mobile-view {
        font-size: 12px;
    } */

    .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) {

    .footer-logo {
        margin-bottom: 32px;
    }

    .footer {
        .form-container {
            gap: 20px;
            padding: unset;
            width: 100%;

            >form {
                /* >button {
                    width: 140px;
                    height: 40px;
                    font-size: 16px;
                } */

                .input-field {
                    width: 80%;
                }

                padding: 0 20px;
            }

            >.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;
                }
            }
        }
    }
}