@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    --thm-font: "Inter", sans-serif;
    --thm-font-2: "reeyregular";
    --thm-base: #ff7a00;
    --thm-base-rgb: 255, 122, 0;
    --thm-primary: #182978;
    --thm-primary-rgb: 24, 41, 120;
    --thm-gray: #515151;
    --thm-gray-rgb: 81, 81, 81;
    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;
    --thm-black: #202020;
    --thm-black-rgb: 32, 32, 32;
    --thm-gray-bg: #f5f5f5;
    --thm-main-bg: #202020;
}

:root {
    --swiper-theme-color: #007aff;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
}

* {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: var(--thm-font);
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

/* 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);


        .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;
        }

        .mobile-app {
            width: 30%;
            height: 250px;
            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: 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;


                .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;
            /* 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);

            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);
                }
            }
        }
    }
}

/* FOR SCROLL TO UP */

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    /* Distance from the bottom of the screen */
    right: 20px;
    /* Distance from the right of the screen */
    background-color: var(--thm-base);
    /* Blue background */
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    /* Hidden by default */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

.scroll-to-top:hover {
    background-color: var(--bs-gray);
    /* Darker blue on hover */
}

.scroll-to-top:focus {
    outline: none;
}

.scroll-to-top.show {
    display: block;
    /* Show the button when needed */
}