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


.page-name {
    width: 100%;
    height: 350px;
    background: url(../image/IMG_8529.jpg);
    background-size: cover;

    .cover {
        width: 100%;
        height: 100%;
        display: flex;
        font-size: 35px;
        color: var(--thm-white);
        font-weight: 800;
        align-items: center;
        padding-left: 70px;
        background-color: rgba(0, 0, 0, 0.7);
    }
}



.first-section {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;


    .building,
    .deliver,
    .manage {
        height: 450px;
        background-color: var(--thm-white);
        border: 1px solid var(--thm-gray);
        padding: 50px;
        transition: border-color 0.7s ease, color 0.7s ease;


        .top {
            width: 100%;
            height: 60%;
            font-size: 60px;
            color: var(--bs-gray);
        }

        

        .down {
            width: 100%;
            height: 40%;

            h2 {
                color: var(--bs-dark);
            }

            p {
                color: var(--bs-gray-dark);
                font-weight: 500;
                margin-top: 25px;
            }
        }
    }

    .building:hover,
    .deliver:hover,
    .manage:hover {
        .top {
            color: var(--thm-primary);
        }
        
        border-bottom: 8px solid var(--thm-base);
        box-shadow:
            0px -5px 10px rgba(0, 0, 0, 0.1),
            5px 0px 10px rgba(0, 0, 0, 0.1),
            0px 5px 10px rgba(0, 0, 0, 0.1),
            -5px 0px 10px rgba(0, 0, 0, 0.1);
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: 500px;
        background-color: #0dcaf0;
        background: url(../image/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 40px 50px 120px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 20px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: 500px;
        background-color: var(--bs-dark);
        background: url(../image/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 40px 50px 120px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 20px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

.testmonials {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;


    .top {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 100px;

        h2 {
            font-size: 65px;
            color: var(--bs-gray-dark);
        }
    }

    /* this down is for the container but not inside the container */

    .down {
        width: 100%;
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;


        .test {
            height: 450px;
            background-color: var(--thm-white);
            border-radius: 10px;
            padding: 40px;
            box-shadow:
                0px -5px 10px rgba(0, 0, 0, 0.05),
                5px 0px 10px rgba(0, 0, 0, 0.05),
                0px 5px 10px rgba(0, 0, 0, 0.05),
                -5px 0px 10px rgba(0, 0, 0, 0.05);
            transition: box-shadow 0.3s ease-in-out;


            .top {
                width: 100%;
                height: 50%;
                display: block;
                text-align: center;

                .font {
                    width: 100%;
                    height: 60%;
                    font-size: 50px;
                    color: #6c757d;
                }

                .note {
                    width: 100%;
                    height: 40%;
                    color: var(--bs-gray-dark);
                    font-weight: 500;
                    margin-top: 20px;
                    padding-left: 20px;
                    padding-right: 20px;
                }
            }

            .down {
                width: 100%;
                height: 50%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;


                .pic {
                    width: 100%;
                    height: 70%;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    .pro-pic {
                        width: 100px;
                        height: 100px;
                        border-radius: 50%;
                        background-color: var(--thm-gray);
                        margin-bottom: 20px;
                    }
                }

                .details {
                    width: 100%;
                    height: 30%;
                    line-height: 5px;

                    h2 {
                        font-size: 30px;
                        color: var(--bs-dark);
                    }

                    p {
                        font-size: 18px;
                        color: var(--bs-gray-dark);
                        font-weight: 500;
                        margin-top: 20px;
                    }
                }
            }
        }

        .test:hover {
            .font {
                color: var(--thm-primary);
            }
            box-shadow:
                0px -5px 10px rgba(0, 0, 0, 0.2),
                5px 0px 10px rgba(0, 0, 0, 0.2),
                0px 5px 10px rgba(0, 0, 0, 0.2),
                -5px 0px 10px rgba(0, 0, 0, 0.2);
        }
    }
}



.third-section {
    width: 100%;
    height: fit-content;
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;
    background: linear-gradient(120deg, #ff7a00 25%, #ff7b00ea 50%, #ee7708ea 75%, #d56d0bea 100%);
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;


    .head {
        width: 100%;
        height: fit-content;
        color: var(--thm-white);
        text-align: center;


        h2 {
            font-size: 50px;
            font-weight: 800;
        }

        p {
            font-weight: 600;
        }
    }

    .body-sec {
        width: 100%;
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding-top: 50px;


        .active,
        .satisfied,
        .awards {
            width: 100%;
            height: 200px;
            display: flex;
            color: var(--thm-white);
            /* background-color: #198754; */


            .left {
                width: 40%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 90px;
                padding-left: 30px;
            }

            .right {
                width: 60%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;


                h2 {
                    font-size: 80px;
                    font-weight: 400;
                    line-height: 80px;
                }

                p {
                    font-size: 18px;
                    font-weight: 500;
                }
            }
        }

        .awards{
            width: 100%;
            height: 200px;
            display: flex;
            color: var(--thm-white);
            /* background-color: #198754; */

            .left {
                width: 40%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 100px;
                padding-left: 50px;
            }
        } 
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

