@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

:root {
    --bg: #19B9C9;
    --cl: #1A1E1E;
    --ff: #fff;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Alexandria", sans-serif;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: var(--cl);
}

::-webkit-scrollbar-thumb {
    background: var(--bg);
    border-radius: 20px;
}

img,
video {
    width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

body {
    overflow-x: hidden;
    max-width: 1280px;
    margin: auto;
    direction: rtl;
}

.slick-next,
.slick-prev,
.slick-next:before,
.slick-prev:before {
    color: var(--ff) !important;
    opacity: 1 !important;

    &:hover {
        opacity: 0.7 !important;
    }
}

.section {
    max-width: 1055px;
    width: 90%;
    margin: auto;
}

.button {
    display: block;
    background: #19B9C9;
    width: fit-content;
    color: var(--ff);
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 458;
    line-height: 12.19px;
    text-align: center;
    margin: 0 auto;

    @media (max-width:768px) {
        padding: 10px 30px;
        font-size: 13px;

    }


    &:hover {
        opacity: 0.7;
    }

    &:disabled {
        background: #f00;
        opacity: 0.7;
    }
}

/* /////////////404////////////// */
.section_404 {
    padding: 57px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;

    .error {
        font-size: 100px;
        color: #111;
        text-shadow:
            1px 1px 1px var(--bg),
            2px 2px 1px var(--bg),
            3px 3px 1px var(--bg),
            4px 4px 1px var(--bg),
            5px 5px 1px var(--bg),
            6px 6px 1px var(--bg),
            7px 7px 1px var(--bg),
            8px 8px 1px var(--bg),
            25px 25px 8px rgba(0, 0, 0, 0.2);
    }

    .page {
        margin: 2rem 0;
        font-weight: bold;
        color: var(--cl);
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 25px;
    }

    .back-home {
        display: inline-block;
        border: 2px solid var(--bg);
        color: var(--ff);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0.75rem 1rem 0.6rem;
        transition: all 0.2s linear;
        box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.4);
        background: var(--cl);
        border-radius: 6px;

        &:hover {
            opacity: 0.7;
        }
    }

}

/* /////////////404////////////// */

/* //////header//////// */
.header {
    width: 100%;
    padding: 20px 0;

    .text {
        display: flex;
        flex-direction: column;
        gap: 16px;
        color: var(--cl);
        align-items: center;
        text-align: center;

        .top {
            display: flex;
            align-items: center;
            gap: 5px;
            color: var(--bg);

            .left {
                font-size: 95px;
                font-weight: 700;
                line-height: 109.71px;

                @media (max-width:768px) {
                    font-size: 65px;
                    line-height: 80px;
                }
            }

            .right {
                font-size: 45px;
                font-weight: 700;
                line-height: 48.76px;

                @media (max-width:768px) {
                    font-size: 35px;
                    line-height: 35px;
                }
            }
        }

        .bottom {
            max-width: 465px;

            p {
                font-size: 16px;
                font-weight: 300;
                line-height: 27px;
                text-align: justified;

                @media (max-width:768px) {
                    font-size: 13px;
                    line-height: 15px;
                }
            }
        }
    }
}

/* //////header//////// */


/* //////header//////// */
.sliders {
    width: 50%;
    min-width: 280px;
    height: 70vh;
    position: relative;
    overflow: hidden;
    direction: ltr;
    margin: auto;

    @media (max-width:768px) {
        width: 100%;
    }


    .text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 16px;
        color: var(--ff);
        z-index: 2;
        direction: rtl;

        .top {
            display: flex;
            align-items: center;
            gap: 5px;
            color: var(--bg);

            .left {
                font-size: 90px;
                font-weight: 700;
                line-height: 109.71px;

                @media (max-width:768px) {
                    font-size: 60px;
                    line-height: 80px;
                }
            }

            .right {
                font-size: 40px;
                font-weight: 700;
                line-height: 48.76px;

                @media (max-width:768px) {
                    font-size: 30px;
                    line-height: 35px;
                }
            }
        }

        .bottom {
            max-width: 465px;

            p {
                font-size: 16px;
                font-weight: 300;
                line-height: 27px;
                text-align: justified;

                @media (max-width:768px) {
                    font-size: 13px;
                    line-height: 15px;
                }
            }
        }
    }


    .slider {
        height: 100%;
        max-height: 710px;

        .slick-list {
            height: 100%;
        }

        .slick-track {
            height: 100%;
        }

        .div_slider {
            height: 100%;
            max-height: 710px;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                background: #1a1e1e59;
            }

            img {
                height: 100%;
                max-height: 710px;
            }
        }

    }


    .custom-arrows {
        position: absolute;
        left: 130px;
        bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;

        @media (max-width:768px) {
            left: 20px;
            bottom: 20px;
        }

        .slick-dots,
        .slick-next,
        .slick-prev {
            position: initial;
            line-height: 0;
            display: flex;
            align-items: center;
            gap: 20px;
            transform: none;
        }

        .slick-prev:before {
            content: '⯇' !important;
        }

        .slick-next:before {
            content: '⯈' !important;
        }

        .slick-dots li button {
            display: inline-block;
            width: 7.79px;
            height: 7.79px;
            background: var(--ff);
            border-radius: 50%;
            padding: 0;
        }

        .slick-dots li {
            margin: 0;
            width: fit-content;
            height: fit-content;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slick-active button {
            width: 11px !important;
            height: 11px !important;
            background: var(--bg) !important;

        }

        .slick-dots li button:before {
            display: none;
        }

    }


}