﻿/* Header */

body {
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border: none;
    border-radius: 12px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

.arrow {
    margin-left: auto; /* لدفع السهم لأقصى اليسار */
    transition: transform 0.3s ease;
}

.accordion-button.collapsed .arrow {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .arrow {
    transform: rotate(90deg);
}

.lr-icon {
   
    float:left;
    transition: 0.4s ease;
}
.parent {
    width: 90%;
    height: 300px;
    margin:auto;
    perspective: 1000px;
}

.cardg {
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(135deg, rgb(0, 255, 214) 0%, rgb(8, 226, 96) 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
}

.glass {
    transform-style: preserve-3d;
    position: absolute;
    inset: 8px;
    border-radius: 55px;
    border-top-right-radius: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
    /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
    transform: translate3d(0px, 0px, 25px);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transition: all 0.5s ease-in-out;
}

.contentg {
    padding: 100px 60px 0px 30px;
    transform: translate3d(0, 0, 26px);
}

    .contentg .title {
        display: block;
        color: #00894d;
        font-weight: 900;
        font-size: 20px;
    }

    .contentg .text {
        display: block;
        color: rgba(0, 137, 78, 0.7647058824);
        font-size: 15px;
        margin-top: 20px;
    }

.bottomg {
    padding: 10px 12px;
    transform-style: preserve-3d;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate3d(0, 0, 26px);
}

    .bottomg .view-more {
        display: flex;
        align-items: center;
        width: 40%;
        justify-content: flex-end;
        transition: all 0.2s ease-in-out;
    }

        .bottomg .view-more:hover {
            transform: translate3d(0, 0, 10px);
        }

        .bottomg .view-more .view-more-button {
            background: none;
            border: none;
            color: #00c37b;
            font-weight: bolder;
            font-size: 12px;
        }

        .bottomg .view-more .svg {
            fill: none;
            stroke: #00c37b;
            stroke-width: 3px;
            max-height: 15px;
        }

    .bottomg .social-buttons-container {
        display: flex;
        gap: 10px;
        transform-style: preserve-3d;
    }

        .bottomg .social-buttons-container .social-button {
            width: 30px;
            aspect-ratio: 1;
            padding: 5px;
            background: rgb(255, 255, 255);
            border-radius: 50%;
            border: none;
            display: grid;
            place-content: center;
            box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
        }

            .bottomg .social-buttons-container .social-button:first-child {
                transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
            }

            .bottomg .social-buttons-container .social-button:nth-child(2) {
                transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
            }

            .bottomg .social-buttons-container .social-button:nth-child(3) {
                transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
            }

            .bottomg .social-buttons-container .social-button .svg {
                width: 15px;
                fill: #00894d;
            }

            .bottomg .social-buttons-container .social-button:hover {
                background: black;
            }

                .bottomg .social-buttons-container .social-button:hover .svg {
                    fill: white;
                }

            .bottomg .social-buttons-container .social-button:active {
                background: rgb(255, 234, 0);
            }

                .bottomg .social-buttons-container .social-button:active .svg {
                    fill: black;
                }

.logo {
    position: absolute;
    right: 0;
    top: 0;
    transform-style: preserve-3d;
}

    .logo .circle {
        display: block;
        position: absolute;
        aspect-ratio: 1;
        border-radius: 50%;
        top: 0;
        right: 0;
        box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background: rgba(0, 249, 203, 0.2);
        transition: all 0.5s ease-in-out;
    }

    .logo .circle1 {
        width: 170px;
        transform: translate3d(0, 0, 20px);
        top: 8px;
        right: 8px;
    }

    .logo .circle2 {
        width: 140px;
        transform: translate3d(0, 0, 40px);
        top: 10px;
        right: 10px;
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        transition-delay: 0.4s;
    }

    .logo .circle3 {
        width: 110px;
        transform: translate3d(0, 0, 60px);
        top: 17px;
        right: 17px;
        transition-delay: 0.8s;
    }

    .logo .circle4 {
        width: 80px;
        transform: translate3d(0, 0, 80px);
        top: 23px;
        right: 23px;
        transition-delay: 1.2s;
    }

    .logo .circle5 {
        width: 50px;
        transform: translate3d(0, 0, 100px);
        top: 30px;
        right: 30px;
        display: grid;
        place-content: center;
        transition-delay: 1.6s;
    }

        .logo .circle5 .svg {
            width: 20px;
            fill: white;
        }

.parent:hover .cardg {
    transform: rotate3d(1, 1, 0, 30deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

    .parent:hover .cardg .bottom .social-buttons-container .social-button {
        transform: translate3d(0, 0, 50px);
        box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
    }

    .parent:hover .cardg .logo .circle2 {
        transform: translate3d(0, 0, 60px);
    }

    .parent:hover .cardg .logo .circle3 {
        transform: translate3d(0, 0, 80px);
    }

    .parent:hover .cardg .logo .circle4 {
        transform: translate3d(0, 0, 100px);
    }

    .parent:hover .cardg .logo .circle5 {
        transform: translate3d(0, 0, 120px);
    }
.form {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    background-color: white;
    padding: 20px;
    margin:auto;
    border-radius: 10px;
    box-shadow: 0 30px 30px -30px rgba(27, 26, 26, 0.315);
}

    .form .title {
        color: royalblue;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form input {
        outline: 0;
        border: 1px solid rgb(219, 213, 213);
        padding: 8px 14px;
        border-radius: 8px;
        width: 100%;
        height: 50px;
    }

    .form textarea {
        border-radius: 8px;
        height: 100px;
        width: 100%;
        resize: none;
        outline: 0;
        padding: 8px 14px;
        border: 1px solid rgb(219, 213, 213);
    }

    .form button {
        align-self: flex-start;
        padding: 8px;
        outline: 0;
        border: 0;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        background-color: royalblue;
        color: #fff;
        cursor: pointer;
    }
    

.container {
    overflow-x: hidden;
}
.full-width-div {
    width: 100vw;
    height: 100px;
    background-color: lightblue;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: absolute; /* Takes the div out of the normal flow */
    top: 0;
    left: 0;
}
.backgroundhd {
    background-color: #212529;
    background-image: url("images/menuback.jpg") ;
    background-size: cover;
    background-position:center;
    background-blend-mode: overlay; /* Blending images and black color */
    background-color: rgba(0, 0, 0, 0.55); /* Black overlay with transparency */
    overflow:hidden;
   
}
.large-header {
    position: relative;
    width: 100%;
    /*background-image: url("images/reef3.jpeg");*/
    overflow: hidden;
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.99);*/
    z-index: 1;
    margin-left: 100px;
}
iframe {
    width: 600px;
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.menucard{
    width:90%;
    margin:auto;
}
.barcode{
    width:100%;
    height:100px;
}
.icimg{
    width:40%;
    height:200px;
    margin:auto;
}
.cardtitle{
    font-weight:900;
    text-align:center;
}
.menubtn {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 22px;
}
.menubar {
    background-image: url("images/reef3.jpeg");
     background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 9999;
}
#large-header {
    /*background-color: #212529;*/
    /*background-image: url("images/reef3.jpeg");*/
   /* background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6); */
   position:relative;
   margin-left:200px;
}
.imc {
    height:290px;
}
.bar-menu {
    position:fixed;
    top:0px;
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #fdfcfb;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.demo-1 .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}
.fullw {
    
}
.canheader{
    display:none;
}
.canheader2 {
    display: block;
}
.smallscreen {
    display: none;
}
.mainlscreen {
    display: block;
}

    @media only screen and (max-width: 768px) {
        .smallscreen {
            display: block;
        }
        .demo-1 .main-title {
            font-size: 3em;
        }
        .canheader {
            display: block;
        }

        .canheader2 {
            display: none;
        }

        .fullw {
            width: 100%;
            margin: 40px;
        }
    }
@media (max-width:700px) {
    .smallscreen{
       display:block;
    }

    .mainlscreen {
        display: none;
    }

    .fullw {
        width: 100%;
        margin:40px;
    }
    .canheader {
        display: block;
    }
    .canheader2 {
        display: none;
    }

}

