@media screen and (min-width: 300px){
    .footer {
        width: 100%;
        height: fit-content;
        background-color: white;
    
    
        .first-layer {
            width: 100%;
            height: fit-content;
            display: block;
            background-color: rgba(0, 0, 0, 0.83);
            padding-top: 20px;
    
    
            .footer-logo {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: flex-start;
                align-items: end;
                padding-left: 5px;
    
                img {
                    width: 270px;
                }
            }
    
            .note {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                color: var(--thm-white);
                font-size: 18px;
                padding-right: 20px;
                padding-left: 10px;
            }
    
            .mobile-app {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                a {
                    text-decoration: none;
                }
    
                .apple-logo {
                    width: 130px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
                    i {
                        font-size: 70px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .apple-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
    
                .android-logo {
                    width: 130px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
    
                    i {
                        font-size: 70px;
                        padding-right: 10px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .android-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
            }
        }
    
        /* Second Layer */
    
        .second-layer {
            width: 100%;
            height: fit-content;
            display: block;
            gap: 10px;
            padding: 20px 10px 20px 10px;
            background-color: rgba(0, 0, 0, 0.83);
    
            .contact {
                width: 100%;
                height: 320px;
                border: 1px solid var(--bs-gray);
                background-color: rgba(0, 0, 0, 0.33);
                margin: auto;
    
    
                .contact-top {
                    width: 90%;
                    height: 45%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    padding-top: 25px;
    
                    h2 {
                        color: var(--thm-white);
                        padding-bottom: 10px;
                    }
    
                    p {
                        color: var(--thm-base);
                        font-size: 15px;
                        font-weight: 500;
                        padding-bottom: 5px;
                    }
    
                    a {
                        text-decoration: none;
                    }
    
                    a:hover p {
                        color: var(--thm-base);
                    }
    
                    a p {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-weight: 800;
                        font-size: 20px;
                        transition: color 0.5s ease;
                    }
                }
    
                .contact-center {
                    width: 90%;
                    height: 22%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    display: flex;
                    align-items: center;
    
                    a {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
                        transition: color 0.5s ease;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 21px;
                        }
                    }
    
                    a:hover {
                        color: var(--thm-base);
                    }
                }
    
                .contact-down {
                    width: 90%;
                    height: 22%;
                    margin: auto;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;
    
    
                    .left {
                        width: 10%;
                        float: left;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 20px;
                        }
                    }
    
                    p {
                        color: var(--thm-white);
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
    
    
                    }
                }
            }
    
            .services-cont {
                width: 100%;
                height: 330px;
                /* border: 1px solid var(--thm-gray-bg); */
                padding-left: 5px;
                padding-top: 40px;
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .about-us {
                width: 100%;
                height: 350px;
                padding-left: 5px;
                padding-top: 30px;
                /* border: 1px solid var(--thm-gray-bg); */
    
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .opening-hours {
                width: 100%;
                height: 320px;
                /* border: 1px solid var(--thm-gray-bg); */
                color: var(--thm-white);
                padding: 5px;
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
    
                p {
                    border-bottom: dotted var(--bs-gray);
                    padding-bottom: 5px;
                    margin-top: 5px;
    
                    span {
                        float: right;
                    }
                }
            }
        }
    
        /* Last layer */
    
        .last-layer {
            width: 100%;
            height: fit-content;
            background-color: rgba(0, 0, 0, 0.83);
    
    
            .copyright-socials {
                width: 100%;
                height: fit-content;
                display: block;
                border-top: 1px solid var(--bs-gray);
                margin: auto;
    
                .copy {
                    width: 100%;
                    height: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    text-align: center;
    
                    p {
                        color: var(--thm-white);
                        font-weight: 600;
    
                        span {
                            color: var(--thm-base);
                        }
                    }
                }
    
                .socials {
                    width: 100%;
                    height: 70px;
                    display: flex;
                    justify-content: center;
                    align-items: baseline;
    
    
                    a {
                        text-decoration: none;
                    }
    
    
                    .twitter,
                    .facebook,
                    .instagram,
                    .youtube {
                        width: 40px;
                        height: 40px;
                        background-color: var(--thm-white);
                        border-radius: 50%;
                        margin-left: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: background-color 0.5s ease-in-out;
    
                        i {
                            font-size: 20px;
                            color: var(--thm-gray);
                            margin: 0;
                        }
                    }
    
                    .twitter:hover,
                    .facebook:hover,
                    .instagram:hover,
                    .youtube:hover {
                        background-color: var(--thm-base);
                        color: var(--thm-white);
                        background-color: scale(1.2);
                    }
    
                    .twitter:hover i,
                    .facebook:hover i,
                    .instagram:hover i,
                    .youtube:hover i {
                        color: var(--thm-white);
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 350px){
    .footer {
        width: 100%;
        height: fit-content;
        background-color: white;
    
    
        .first-layer {
            width: 100%;
            height: fit-content;
            display: block;
            background-color: rgba(0, 0, 0, 0.83);
            padding-top: 20px;
    
    
            .footer-logo {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: flex-start;
                align-items: end;
                padding-left: 5px;
    
                img {
                    width: 270px;
                }
            }
    
            .note {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                color: var(--thm-white);
                font-size: 18px;
                padding-right: 15px;
                padding-left: 15px;
            }
    
            .mobile-app {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: center;
                align-items: center;
    
                a {
                    text-decoration: none;
                }
    
                .apple-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
                    i {
                        font-size: 70px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .apple-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
    
                .android-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
    
                    i {
                        font-size: 70px;
                        padding-right: 10px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .android-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
            }
        }
    
        /* Second Layer */
    
        .second-layer {
            width: 100%;
            height: fit-content;
            display: block;
            gap: 10px;
            padding: 20px 10px 20px 10px;
            background-color: rgba(0, 0, 0, 0.83);
    
            .contact {
                width: 100%;
                height: 320px;
                border: 1px solid var(--bs-gray);
                background-color: rgba(0, 0, 0, 0.33);
                margin: auto;
    
    
                .contact-top {
                    width: 90%;
                    height: 45%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    padding-top: 25px;
    
                    h2 {
                        color: var(--thm-white);
                        padding-bottom: 10px;
                    }
    
                    p {
                        color: var(--thm-base);
                        font-size: 15px;
                        font-weight: 500;
                        padding-bottom: 5px;
                    }
    
                    a {
                        text-decoration: none;
                    }
    
                    a:hover p {
                        color: var(--thm-base);
                    }
    
                    a p {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-weight: 800;
                        font-size: 20px;
                        transition: color 0.5s ease;
                    }
                }
    
                .contact-center {
                    width: 90%;
                    height: 22%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    display: flex;
                    align-items: center;
    
                    a {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
                        transition: color 0.5s ease;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 21px;
                        }
                    }
    
                    a:hover {
                        color: var(--thm-base);
                    }
                }
    
                .contact-down {
                    width: 90%;
                    height: 22%;
                    margin: auto;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;
    
    
                    .left {
                        width: 10%;
                        float: left;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 20px;
                        }
                    }
    
                    p {
                        color: var(--thm-white);
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
    
    
                    }
                }
            }
    
            .services-cont {
                width: 100%;
                height: 330px;
                /* border: 1px solid var(--thm-gray-bg); */
                padding-left: 5px;
                padding-top: 40px;
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .about-us {
                width: 100%;
                height: 350px;
                padding-left: 5px;
                padding-top: 30px;
                /* border: 1px solid var(--thm-gray-bg); */
    
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .opening-hours {
                width: 100%;
                height: 320px;
                /* border: 1px solid var(--thm-gray-bg); */
                color: var(--thm-white);
                padding: 5px;
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
    
                p {
                    border-bottom: dotted var(--bs-gray);
                    padding-bottom: 5px;
                    margin-top: 5px;
    
                    span {
                        float: right;
                    }
                }
            }
        }
    
        /* Last layer */
    
        .last-layer {
            width: 100%;
            height: fit-content;
            background-color: rgba(0, 0, 0, 0.83);
    
    
            .copyright-socials {
                width: 100%;
                height: fit-content;
                display: block;
                border-top: 1px solid var(--bs-gray);
                margin: auto;
    
                .copy {
                    width: 100%;
                    height: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
    
                    p {
                        color: var(--thm-white);
                        font-weight: 600;
    
                        span {
                            color: var(--thm-base);
                        }
                    }
                }
    
                .socials {
                    width: 100%;
                    height: 70px;
                    display: flex;
                    justify-content: center;
                    align-items: baseline;
    
    
                    a {
                        text-decoration: none;
                    }
    
    
                    .twitter,
                    .facebook,
                    .instagram,
                    .youtube {
                        width: 40px;
                        height: 40px;
                        background-color: var(--thm-white);
                        border-radius: 50%;
                        margin-left: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: background-color 0.5s ease-in-out;
    
                        i {
                            font-size: 20px;
                            color: var(--thm-gray);
                            margin: 0;
                        }
                    }
    
                    .twitter:hover,
                    .facebook:hover,
                    .instagram:hover,
                    .youtube:hover {
                        background-color: var(--thm-base);
                        color: var(--thm-white);
                        background-color: scale(1.2);
                    }
    
                    .twitter:hover i,
                    .facebook:hover i,
                    .instagram:hover i,
                    .youtube:hover i {
                        color: var(--thm-white);
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 750px){
    .footer {
        width: 100%;
        height: fit-content;
        background-color: white;
    
    
        .first-layer {
            width: 100%;
            height: fit-content;
            display: block;
            background-color: rgba(0, 0, 0, 0.83);
            padding-top: 20px;
    
    
            .footer-logo {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: flex-start;
                align-items: end;
                padding-left: 30px;
    
                img {
                    width: 270px;
                }
            }
    
            .note {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: center;
                /* background-color: aqua; */
                align-items: center;
                color: var(--thm-white);
                font-size: 18px;
                padding-right: 30px;
                padding-left: 30px;
            }
    
            .mobile-app {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding-left: 30px;
    
                a {
                    text-decoration: none;
                }
    
                .apple-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
                    i {
                        font-size: 70px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .apple-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
    
                .android-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
    
                    i {
                        font-size: 70px;
                        padding-right: 10px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .android-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
            }
        }
    
        /* Second Layer */
    
        .second-layer {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
            padding: 60px 30px 20px 30px;
            background-color: rgba(0, 0, 0, 0.83);
    
            .contact {
                width: 100%;
                height: 320px;
                border: 1px solid var(--bs-gray);
                background-color: rgba(0, 0, 0, 0.33);
                margin: auto;
    
    
                .contact-top {
                    width: 90%;
                    height: 45%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    padding-top: 25px;
    
                    h2 {
                        color: var(--thm-white);
                        padding-bottom: 10px;
                    }
    
                    p {
                        color: var(--thm-base);
                        font-size: 15px;
                        font-weight: 500;
                        padding-bottom: 5px;
                    }
    
                    a {
                        text-decoration: none;
                    }
    
                    a:hover p {
                        color: var(--thm-base);
                    }
    
                    a p {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-weight: 800;
                        font-size: 20px;
                        transition: color 0.5s ease;
                    }
                }
    
                .contact-center {
                    width: 90%;
                    height: 22%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    display: flex;
                    align-items: center;
    
                    a {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
                        transition: color 0.5s ease;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 21px;
                        }
                    }
    
                    a:hover {
                        color: var(--thm-base);
                    }
                }
    
                .contact-down {
                    width: 90%;
                    height: 22%;
                    margin: auto;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;
    
    
                    .left {
                        width: 10%;
                        float: left;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 20px;
                        }
                    }
    
                    p {
                        color: var(--thm-white);
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
    
    
                    }
                }
            }
    
            .services-cont {
                width: 100%;
                height: 330px;
                /* border: 1px solid var(--thm-gray-bg); */
                padding-left: 5px;
                padding-top: 0px;
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .about-us {
                width: 100%;
                height: 350px;
                padding-left: 5px;
                padding-top: 20px;
                /* border: 1px solid var(--thm-gray-bg); */
    
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .opening-hours {
                width: 100%;
                height: 320px;
                /* border: 1px solid var(--thm-gray-bg); */
                color: var(--thm-white);
                padding: 5px;
                padding-top: 20px;
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
    
                p {
                    border-bottom: dotted var(--bs-gray);
                    padding-bottom: 5px;
                    margin-top: 5px;
    
                    span {
                        float: right;
                    }
                }
            }
        }
    
        /* Last layer */
    
        .last-layer {
            width: 100%;
            height: fit-content;
            background-color: rgba(0, 0, 0, 0.83);
    
    
            .copyright-socials {
                width: 90%;
                height: fit-content;
                display: flex;
                border-top: 1px solid var(--bs-gray);
                margin: auto;
    
                .copy {
                    width: 60%;
                    height: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    text-align: left;
    
                    p {
                        color: var(--thm-white);
                        font-weight: 600;
    
                        span {
                            color: var(--thm-base);
                        }
                    }
                }
    
                .socials {
                    width: 40%;
                    height: 100px;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
    
    
                    a {
                        text-decoration: none;
                    }
    
    
                    .twitter,
                    .facebook,
                    .instagram,
                    .youtube {
                        width: 40px;
                        height: 40px;
                        background-color: var(--thm-white);
                        border-radius: 50%;
                        margin-left: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: background-color 0.5s ease-in-out;
    
                        i {
                            font-size: 20px;
                            color: var(--thm-gray);
                            margin: 0;
                        }
                    }
    
                    .twitter:hover,
                    .facebook:hover,
                    .instagram:hover,
                    .youtube:hover {
                        background-color: var(--thm-base);
                        color: var(--thm-white);
                        background-color: scale(1.2);
                    }
    
                    .twitter:hover i,
                    .facebook:hover i,
                    .instagram:hover i,
                    .youtube:hover i {
                        color: var(--thm-white);
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 800px){
    .footer {
        width: 100%;
        height: fit-content;
        background-color: white;
    
    
        .first-layer {
            width: 100%;
            height: fit-content;
            display: block;
            background-color: rgba(0, 0, 0, 0.83);
            padding-top: 20px;
    
    
            .footer-logo {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: flex-start;
                align-items: end;
                padding-left: 45px;
    
                img {
                    width: 270px;
                }
            }
    
            .note {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: center;
                /* background-color: aqua; */
                align-items: center;
                color: var(--thm-white);
                font-size: 18px;
                padding-right: 45px;
                padding-left: 45px;
            }
    
            .mobile-app {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding-left: 45px;
    
                a {
                    text-decoration: none;
                }
    
                .apple-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
                    i {
                        font-size: 70px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .apple-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
    
                .android-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
    
                    i {
                        font-size: 70px;
                        padding-right: 10px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .android-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
            }
        }
    
        /* Second Layer */
    
        .second-layer {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
            padding: 60px 45px 20px 45px;
            background-color: rgba(0, 0, 0, 0.83);
    
            .contact {
                width: 100%;
                height: 320px;
                border: 1px solid var(--bs-gray);
                background-color: rgba(0, 0, 0, 0.33);
                margin: auto;
    
    
                .contact-top {
                    width: 90%;
                    height: 45%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    padding-top: 25px;
    
                    h2 {
                        color: var(--thm-white);
                        padding-bottom: 10px;
                    }
    
                    p {
                        color: var(--thm-base);
                        font-size: 15px;
                        font-weight: 500;
                        padding-bottom: 5px;
                    }
    
                    a {
                        text-decoration: none;
                    }
    
                    a:hover p {
                        color: var(--thm-base);
                    }
    
                    a p {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-weight: 800;
                        font-size: 20px;
                        transition: color 0.5s ease;
                    }
                }
    
                .contact-center {
                    width: 90%;
                    height: 22%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    display: flex;
                    align-items: center;
    
                    a {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
                        transition: color 0.5s ease;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 21px;
                        }
                    }
    
                    a:hover {
                        color: var(--thm-base);
                    }
                }
    
                .contact-down {
                    width: 90%;
                    height: 22%;
                    margin: auto;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;
    
    
                    .left {
                        width: 10%;
                        float: left;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 20px;
                        }
                    }
    
                    p {
                        color: var(--thm-white);
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
    
    
                    }
                }
            }
    
            .services-cont {
                width: 100%;
                height: 330px;
                /* border: 1px solid var(--thm-gray-bg); */
                padding-left: 10px;
                padding-top: 0px;
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .about-us {
                width: 100%;
                height: 350px;
                padding-left: 5px;
                padding-top: 20px;
                /* border: 1px solid var(--thm-gray-bg); */
    
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .opening-hours {
                width: 100%;
                height: 320px;
                /* border: 1px solid var(--thm-gray-bg); */
                color: var(--thm-white);
                padding: 5px;
                padding-top: 20px;
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
    
                p {
                    border-bottom: dotted var(--bs-gray);
                    padding-bottom: 5px;
                    margin-top: 5px;
    
                    span {
                        float: right;
                    }
                }
            }
        }
    
        /* Last layer */
    
        .last-layer {
            width: 100%;
            height: fit-content;
            background-color: rgba(0, 0, 0, 0.83);
    
    
            .copyright-socials {
                width: 90%;
                height: fit-content;
                display: flex;
                border-top: 1px solid var(--bs-gray);
                margin: auto;
    
                .copy {
                    width: 60%;
                    height: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    text-align: left;
    
                    p {
                        color: var(--thm-white);
                        font-weight: 600;
    
                        span {
                            color: var(--thm-base);
                        }
                    }
                }
    
                .socials {
                    width: 40%;
                    height: 100px;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
    
    
                    a {
                        text-decoration: none;
                    }
    
    
                    .twitter,
                    .facebook,
                    .instagram,
                    .youtube {
                        width: 40px;
                        height: 40px;
                        background-color: var(--thm-white);
                        border-radius: 50%;
                        margin-left: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: background-color 0.5s ease-in-out;
    
                        i {
                            font-size: 20px;
                            color: var(--thm-gray);
                            margin: 0;
                        }
                    }
    
                    .twitter:hover,
                    .facebook:hover,
                    .instagram:hover,
                    .youtube:hover {
                        background-color: var(--thm-base);
                        color: var(--thm-white);
                        background-color: scale(1.2);
                    }
    
                    .twitter:hover i,
                    .facebook:hover i,
                    .instagram:hover i,
                    .youtube:hover i {
                        color: var(--thm-white);
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 880px){
    .footer {
        width: 100%;
        height: fit-content;
        background-color: white;
    
    
        .first-layer {
            width: 100%;
            height: fit-content;
            display: block;
            background-color: rgba(0, 0, 0, 0.83);
            padding-top: 20px;
    
    
            .footer-logo {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: flex-start;
                align-items: end;
                padding-left: 70px;
    
                img {
                    width: 270px;
                }
            }
    
            .note {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: center;
                /* background-color: aqua; */
                align-items: center;
                color: var(--thm-white);
                font-size: 18px;
                padding-right: 70px;
                padding-left: 70px;
            }
    
            .mobile-app {
                width: 100%;
                height: 200px;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding-left: 70px;
    
                a {
                    text-decoration: none;
                }
    
                .apple-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
                    i {
                        font-size: 70px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .apple-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
    
                .android-logo {
                    width: 150px;
                    height: 150px;
                    border: 1px solid var(--thm-gray-bg);
                    margin: 10px;
                    color: var(--thm-white);
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    padding: 20px;
    
    
                    i {
                        font-size: 70px;
                        padding-right: 10px;
                    }
    
                    p {
                        font-weight: 800;
                        margin-top: 10px;
                    }
                }
    
                .android-logo:hover {
                    border: 2px solid var(--thm-gray-bg);
    
                    p {
                        color: var(--thm-base);
                    }
                }
            }
        }
    
        /* Second Layer */
    
        .second-layer {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
            padding: 60px 70px 20px 70px;
            background-color: rgba(0, 0, 0, 0.83);
    
            .contact {
                width: 100%;
                height: 320px;
                border: 1px solid var(--bs-gray);
                background-color: rgba(0, 0, 0, 0.33);
                margin: auto;
    
    
                .contact-top {
                    width: 90%;
                    height: 45%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    padding-top: 25px;
    
                    h2 {
                        color: var(--thm-white);
                        padding-bottom: 10px;
                    }
    
                    p {
                        color: var(--thm-base);
                        font-size: 15px;
                        font-weight: 500;
                        padding-bottom: 5px;
                    }
    
                    a {
                        text-decoration: none;
                    }
    
                    a:hover p {
                        color: var(--thm-base);
                    }
    
                    a p {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-weight: 800;
                        font-size: 20px;
                        transition: color 0.5s ease;
                    }
                }
    
                .contact-center {
                    width: 90%;
                    height: 22%;
                    border-bottom: 1px solid var(--bs-gray);
                    margin: auto;
                    display: flex;
                    align-items: center;
    
                    a {
                        text-decoration: none;
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
                        transition: color 0.5s ease;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 21px;
                        }
                    }
    
                    a:hover {
                        color: var(--thm-base);
                    }
                }
    
                .contact-down {
                    width: 90%;
                    height: 22%;
                    margin: auto;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;
    
    
                    .left {
                        width: 10%;
                        float: left;
    
                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 20px;
                        }
                    }
    
                    p {
                        color: var(--thm-white);
                        color: var(--thm-white);
                        font-size: 18px;
                        font-weight: 600;
    
    
                    }
                }
            }
    
            .services-cont {
                width: 100%;
                height: 330px;
                /* border: 1px solid var(--thm-gray-bg); */
                padding-left: 10px;
                padding-top: 0px;
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .about-us {
                width: 100%;
                height: 350px;
                padding-left: 5px;
                padding-top: 20px;
                /* border: 1px solid var(--thm-gray-bg); */
    
    
                a {
                    text-decoration: none;
                }
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
                p {
                    color: var(--thm-white);
                    margin-bottom: 10px;
                    font-weight: 500;
                    font-size: 18px;
                }
    
                p:hover {
                    color: var(--thm-base);
                }
            }
    
            .opening-hours {
                width: 100%;
                height: 320px;
                /* border: 1px solid var(--thm-gray-bg); */
                color: var(--thm-white);
                padding: 5px;
                padding-top: 20px;
    
                h2 {
                    color: var(--thm-white);
                    margin-bottom: 20px;
                    margin-top: 0px;
                }
    
    
                p {
                    border-bottom: dotted var(--bs-gray);
                    padding-bottom: 5px;
                    margin-top: 5px;
    
                    span {
                        float: right;
                    }
                }
            }
        }
    
        /* Last layer */
    
        .last-layer {
            width: 100%;
            height: fit-content;
            background-color: rgba(0, 0, 0, 0.83);
    
    
            .copyright-socials {
                width: 85%;
                height: fit-content;
                display: flex;
                border-top: 1px solid var(--bs-gray);
                margin: auto;
    
                .copy {
                    width: 60%;
                    height: 100px;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    text-align: left;
    
                    p {
                        color: var(--thm-white);
                        font-weight: 600;
    
                        span {
                            color: var(--thm-base);
                        }
                    }
                }
    
                .socials {
                    width: 40%;
                    height: 100px;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
    
    
                    a {
                        text-decoration: none;
                    }
    
    
                    .twitter,
                    .facebook,
                    .instagram,
                    .youtube {
                        width: 40px;
                        height: 40px;
                        background-color: var(--thm-white);
                        border-radius: 50%;
                        margin-left: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transition: background-color 0.5s ease-in-out;
    
                        i {
                            font-size: 20px;
                            color: var(--thm-gray);
                            margin: 0;
                        }
                    }
    
                    .twitter:hover,
                    .facebook:hover,
                    .instagram:hover,
                    .youtube:hover {
                        background-color: var(--thm-base);
                        color: var(--thm-white);
                        background-color: scale(1.2);
                    }
    
                    .twitter:hover i,
                    .facebook:hover i,
                    .instagram:hover i,
                    .youtube:hover i {
                        color: var(--thm-white);
                    }
                }
            }
        }
    }
}

@media screen and (min-width: 1200px){
    /* FOOTER BEGINS HERE */

.footer {
    width: 100%;
    height: fit-content;
    background-color: white;


    .first-layer {
        width: 100%;
        height: fit-content;
        display: flex;
        background-color: rgba(0, 0, 0, 0.83);
        padding-top: 0px;


        .footer-logo {
            width: 30%;
            height: 250px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-left: 50px;

            
            img {
                width: 270px;
            }
        }

        .note {
            width: 40%;
            height: 250px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 18px;
            padding-right: 20px;
            padding-left: 0px;
        }

        .mobile-app {
            width: 30%;
            height: 250px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 0px;

            a {
                text-decoration: none;
            }

            .apple-logo {
                width: 150px;
                height: 150px;
                border: 1px solid var(--thm-gray-bg);
                margin: 10px;
                color: var(--thm-white);
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;

                i {
                    font-size: 70px;
                }

                p {
                    font-weight: 800;
                    margin-top: 10px;
                }
            }

            .apple-logo:hover {
                border: 2px solid var(--thm-gray-bg);

                p {
                    color: var(--thm-base);
                }
            }

            .android-logo {
                width: 150px;
                height: 150px;
                border: 1px solid var(--thm-gray-bg);
                margin: 10px;
                color: var(--thm-white);
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 20px;


                i {
                    font-size: 70px;
                    padding-right: 10px;
                }

                p {
                    font-weight: 800;
                    margin-top: 10px;
                }
            }

            .android-logo:hover {
                border: 2px solid var(--thm-gray-bg);

                p {
                    color: var(--thm-base);
                }
            }
        }
    }

    /* Second Layer */

    .second-layer {
        width: 100%;
        height: fit-content;
        display: flex;
        gap: 10px;
        padding: 20px 60px 80px 60px;
        background-color: rgba(0, 0, 0, 0.83);

        .contact {
            width: 35%;
            height: 310px;
            border: 1px solid var(--bs-gray);
            background-color: rgba(0, 0, 0, 0.33);
            margin: auto;


            .contact-top {
                width: 80%;
                height: 45%;
                border-bottom: 1px solid var(--bs-gray);
                margin: auto;
                padding-top: 25px;

                h2 {
                    color: var(--thm-white);
                    padding-bottom: 10px;
                }

                p {
                    color: var(--thm-base);
                    font-size: 15px;
                    font-weight: 500;
                    padding-bottom: 5px;
                }

                a {
                    text-decoration: none;
                }

                a:hover p {
                    color: var(--thm-base);
                }

                a p {
                    text-decoration: none;
                    color: var(--thm-white);
                    font-weight: 800;
                    font-size: 20px;
                    transition: color 0.5s ease;
                }
            }

            .contact-center {
                width: 80%;
                height: 22%;
                border-bottom: 1px solid var(--bs-gray);
                margin: auto;
                display: flex;
                align-items: center;

                a {
                    text-decoration: none;
                    color: var(--thm-white);
                    font-size: 18px;
                    font-weight: 600;
                    transition: color 0.5s ease;

                    i {
                        color: var(--thm-base);
                        margin-right: 10px;
                        font-size: 21px;
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }
            }

            .contact-down {
                width: 80%;
                height: 22%;
                margin: auto;
                display: flex;
                align-items: center;
                padding-top: 0px;


                .left {
                    width: 10%;
                    float: left;

                    i {
                        color: var(--thm-base);
                        margin-right: 10px;
                        font-size: 20px;
                    }
                }

                p {
                    color: var(--thm-white);
                    color: var(--thm-white);
                    font-size: 18px;
                    font-weight: 600;


                }
            }
        }

        .services-cont {
            width: 20%;
            height: 320px;
            /* border: 1px solid var(--thm-gray-bg); */
            padding-left: 50px;

            a {
                text-decoration: none;
            }

            h2 {
                color: var(--thm-white);
                margin-bottom: 30px;
                margin-top: 0px;
            }

            p {
                color: var(--thm-white);
                margin-bottom: 10px;
                font-weight: 500;
                font-size: 18px;
            }

            p:hover {
                color: var(--thm-base);
            }
        }

        .about-us {
            width: 25%;
            height: 320px;
            padding-left: 50px;
            padding-top: 0px;
            /* border: 1px solid var(--thm-gray-bg); */


            a {
                text-decoration: none;
            }

            h2 {
                color: var(--thm-white);
                margin-bottom: 30px;
                margin-top: 0px;
            }

            p {
                color: var(--thm-white);
                margin-bottom: 10px;
                font-weight: 500;
                font-size: 18px;
            }

            p:hover {
                color: var(--thm-base);
            }
        }

        .opening-hours {
            width: 20%;
            height: 320px;
            /* border: 1px solid var(--thm-gray-bg); */
            color: var(--thm-white);
            padding: 0px;
            padding-top: 0px;

            h2 {
                color: var(--thm-white);
                margin-bottom: 30px;
                margin-top: 0px;
            }


            p {
                border-bottom: dotted var(--bs-gray);
                padding-bottom: 5px;
                margin-top: 5px;

                span {
                    float: right;
                }
            }
        }
    }

    /* Last layer */

    .last-layer {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.83);


        .copyright-socials {
            width: 92%;
            height: 100px;
            display: flex;
            border-top: 1px solid var(--bs-gray);
            margin: auto;

            .copy {
                width: 50%;
                height: 100%;
                display: flex;
                align-items: center;

                p {
                    color: var(--thm-white);
                    font-weight: 600;

                    span {
                        color: var(--thm-base);
                    }
                }
            }

            .socials {
                width: 50%;
                height: 100%;
                display: flex;
                justify-content: flex-end;
                align-items: center;


                a {
                    text-decoration: none;
                }


                .twitter,
                .facebook,
                .instagram,
                .youtube {
                    width: 40px;
                    height: 40px;
                    background-color: var(--thm-white);
                    border-radius: 50%;
                    margin-left: 10px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: background-color 0.5s ease-in-out;

                    i {
                        font-size: 20px;
                        color: var(--thm-gray);
                        margin: 0;
                    }
                }

                .twitter:hover,
                .facebook:hover,
                .instagram:hover,
                .youtube:hover {
                    background-color: var(--thm-base);
                    color: var(--thm-white);
                    background-color: scale(1.2);
                }

                .twitter:hover i,
                .facebook:hover i,
                .instagram:hover i,
                .youtube:hover i {
                    color: var(--thm-white);
                }
            }
        }
    }
}
}