﻿
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ff5533;
    --yellow: #ffc107;
    --green: #71bc42;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #dc3545;
    --secondary: #6c757d;
    --success: #71bc42;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}
body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    direction: rtl;
    background: rgb(3,55,80);
    background: rgb(3,58,85);
    background: #f3efef;
    color: #606060
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Resets */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

div, p {
    box-sizing: border-box;
}

nav {
    background: #112a46;
    /*position: sticky;*/
    position:fixed;
    width:100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    z-index: 1000;
    
}

.ulNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    list-style-type: none;
    padding: 0 10px;
}

.ulNav li {
    margin-left: 2rem;
    color: white;
}
    .ulNav li a {
        color: white;
        text-decoration: none;
    }


.hamburger {
    display: none;
    color:white;
}

.bar {
    background-color: white;
    display: block;
    width: 30px;
    height: 4px;
    margin: 6px auto;
}

section {
    padding: 6% 2% 15% 2%;
   /* margin-top: 60px;*/
    text-align: center;
    min-height:700px;
    position:relative;
}





footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0;
    /*position: fixed;*/
    width: 100%;
    /* bottom: 0;*/
}



.screen {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}


.bgScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    filter: grayscale(100);
}
.openBg {
    background-image: url(../images/openBg2.jpg);
}

.gamesBg {
    background-image: url(../images/games4.jpg);
}

.aboutBg {
    background-image: url(../images/aboutBG.jpg);
}




.con {
    z-index: 100;
    position: relative;
   
}



.games {
   /* background: #163e7c;*/
    
    position: relative
}

h1 {
    font-size: 5rem;
    font-weight: bold;
    color: #007eca;
   /* text-shadow: 0px 6px 6px rgba(0, 0, 0, 1);*/
}

.kot2 {
    font-size: 1.5rem;
}

.box1 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
    margin:auto;
    width:80%;
}

#box2 {
    margin-top: 3% !important;
    width: 90%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}
.box3 {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    justify-content: center;
    display: flex;
}
.icon9 {
    aspect-ratio: 1 / 1;
    width: 14%;
    height:10%;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   
    color: #555454;
   /* filter: grayscale(1);*/
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 5px 5px;
    color: white;
    font-family:Dana-Yad;
    text-align:center;
    flex-direction:column
}
.fcIcon{ font-size:3rem;}
.icon10 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: white;
    opacity: 0.5;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}


















#infoCon1 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content: space-around;
    position:relative;
    margin:auto;
}



.infoGameCon0 {

   
    position: relative;
    margin: 20px 0 0 0;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction:column;
    border-radius:5px;
}
.infoGameCon2 {
    width: 100%;
    display: flex;
  
}
.infoGameImage {
    aspect-ratio: 1 / 1;
    width: 40%;
    height: 40%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0 0 10px 10px;
    max-width: 200px;
    border-radius: 5px;
}

.extraCon1 {
    width: 100%;
    /* padding: 0 1rem 0 0;*/
   display:flex;
   flex-direction:column;
   justify-content:space-between;
}
    .extraCon2{
        width:100%;
        display:flex; justify-content:left;
    }
.kot11 {
    color: white;
    text-align: right;
    z-index: 5;
    /*  background:rgba(0,0,0,0.5);*/
    width: 100%;
    bottom: 0;
    font-weight: bold;
    
    /*font-size:2.2rem;*/
    /*line-height: 50%;*/
}

.kot12 {
    text-align: right;
    color: white;
    z-index: 5;
    font-size: 1.2rem;
    /*margin-top: 0.5rem*/
}



#txtClientName1 {
    position: absolute;
    top: 0;
    color: white;
    z-index: 100;
}

.small1 {
    font-size: 1rem;
    margin-bottom: 1rem
}

.txt1 {
    padding: 2vmin 0;
}

.txt2 {
    padding: 2vmin 2vmin;
    height: 50%;
    overflow-y: scroll;
}




.horizontal-list {
    display: flex;
    align-items: center;
    justify-content:center;
    list-style: none;
  
}

    .horizontal-list li {
        display: flex;
        align-items: center;
        justify-content:center;
        margin:0 5px;
    }



.sBall {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #975fbb
}


.bt3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #112a46;
    border-radius: 5px;
    width: 100%;
    max-width:300px;
    padding: 0.5rem;
    color: white;
    margin: 1rem auto 0.2rem auto;
    cursor: pointer;
    text-decoration:none;
}

    .bt3:active {
        background: white
    }


.bt4 {
    font-size:1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #112a46;
    border-radius: 5px;
   
    max-width: 300px;
    padding: 0.4rem 0.8rem;
    color: white;
    margin: 0.1rem;
    cursor: pointer;
    text-decoration: none;
}

    .bt4:active {
        background: white
    }


















.container {
    margin: 0 auto;
    padding: 40px;
    width: 700px;
}

.faq-question {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid;
    line-height: 30px;
}

    .faq-question:hover,
    .faq-question:hover::after {
        cursor: pointer;
        font-weight: bold;
    }

    .faq-question.active {
        border-bottom: 3px solid;
        font-weight: bold;
    }

    .faq-question::after {
        content: '+';
        position: absolute;
        float: right;
        right: 1rem;
        font-size: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
    }

    .faq-question.active::after {
        content: '-';
    }

.faq-answer {
    opacity: 0;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease 0.15s;
}

    .faq-answer.active {
        opacity: 1;
        padding: 20px;
        max-height: 100%;
        transition: all 0.35s ease 0.15s;
    }












@media screen and (max-width: 768px) {

    body {
        font-size: 1.5rem;
    }

    .bt3 {
        /* max-width: none;*/
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .ulNav {
        flex-direction: column;
        position: fixed;
        right: 100%;
        top: 4rem;
        width: 100%;
        align-items: flex-start;
        background: #172946
    }

        .ulNav.active {
            right: 0;
        }



    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .horizontal-list {
        flex-wrap: wrap
    }

    h1 {
        font-size: 3rem !important
    }

    .infoGameCon0 {
        width: 100% !important
    }

    .box1 {
        margin-top: 2rem !important;
        width: 90% !important;
    }

    #box2 {
        flex-wrap: wrap;
    }

    .icon9 {
        width: 25% !important;
        margin-bottom: 1%
    }

    .infoGameCon0 {
        width: 30%;
    }

    #infoCon1 {
        width: 100% !important
    }

    .fcIcon {
        font-size: 1.5rem;
    }

    .con {
        margin-top: 3rem !important;
    }
}





/*--------- font-face -------------*/
@font-face {
    font-family: 'Dana-Yad';
    src: url('../ass/fonts/DanaYadAlefAlefAlef-Normal.otf') format('opentype');
}


@font-face {
    font-family: 'Alef-Regular';
    src: url('../ass/font/Alef-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    src: url('../ass/font/open/OpenSansHebrew-Regular.ttf');
}



@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v170/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}



.mail1 {
    min-height: 30px;
    margin: 10px auto;
    padding: 7px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #0066cc;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
}

.main10 {
    margin-top: 2rem;
}

