/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    -webkit-text-size-adjust: none;
    position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {margin: 0; padding: 0; box-sizing: border-box;}

html {scroll-behavior: smooth;}

body {font-weight: 300; color:black; background-color: #0F0F0F; font-family: "888";}

img {image-rendering:-webkit-optimize-contrast; image-rendering:-o-crisp-edges; image-rendering:-moz-crisp-edges; width: 100%;}

h1,h2,h3,h4,h5,h6 {font-weight: 900; font-family: "888"; color: white;}

h2 {font-weight: 900; font-size: 14px; line-height: 1.2; color: white;}

b {font-weight: 900;}

ul li, td {font-family: "888";}

span, p {
    color: white;
}

span, p, a {font-family: "888"; font-weight: 500; }

a {text-decoration: none;}

.desktop {
    display: none;
}

@media screen and (min-width: 640px) {
    .desktop {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }
}

/*      Header      */

.wrapper {
    width: 91vw;
    max-width: 1314px;
    margin: 0 auto;
}

.ar {
    direction: rtl;
}

.header-hero {
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.651vw 0;
}
    
.arabic-logo {
    width: 80px;
    width: 14.605vw;
}

.register {
    font-size: 12px;
    font-size: 2.791vw;
    font-weight: 800;
    color: black;
    border: 1px solid #ECBE62;
    background-color: #ECBE62;
    border-radius: 33px;
    border-radius: 7.674vw;
    text-align: center;
    padding: 10px 12px 8px;
    padding: 2.326vw 2.791vw 1.86vw;
}

.login {
    font-size: 12px;
    font-size: 2.791vw;
    font-weight: 800;
    color: white;
    border: 1px solid white;
    border-radius: 33px;
    border-radius: 7.674vw;
    text-align: center;
    padding: 10px 17px 8px;
    padding: 2.326vw 3.953vw 1.86vw;
}

.menu {
    display: flex;
    position: relative;
    top: -2px;
    top: -0.465vw;
    gap: 20px;
    gap: 4.651vw;
}

.menu a {
    font-weight: 700;
}

.content {
    background-image: url('../images/texture.png');
}

.terms {
    padding: 20px 0;
}

.terms h1 {
    font-size: 25.6px;
    border-bottom: 1px solid #353535;
    margin-bottom: 20px;
    padding: 10px 0;
}

.terms h2 {
    color: #7cf700;
    font-size: 18px;
    margin-bottom: 7px;
}

.terms p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.terms a {
    color: rgb(125, 247, 0);
}

/*     Footer     */

footer {
    background-color: #0f0f0f;
}

.logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 390px;
    width: 90.698vw;
    gap: 28.72px;
    gap: 6.679vw;
}


.logo-orange-green {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 390px;
    width: 90.698vw;
    margin-top: 40px;
    margin-top: 3.302vw;
    padding: 34px 0 38px;
    padding: 3.907vw 0 3.837vw;
}

.logo-sport-orange {
    width: 102px;
    width: 23.721vw;
}

.logo-casino-green {
    width: 108px;
    width: 25.116vw;
}

.copyright {
    letter-spacing: .5px;
    font-size: 14px;
    font-size: 3.256vw;
    margin-top: 22px;
    margin-top: 3.116vw;
}

@media screen and (min-width: 640px) {

    /*      Header      */

    .wrapper {
        width: 91vw;
        max-width: 1314px;
        margin: 0 auto;
    }

    .header-hero {
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: 0;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .header-wrapper {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        
    .arabic-logo {
        width: 80px;
    }

    .menu {
        display: flex;
        position: relative;
        top: 0;
        gap: 20px;
    }

    .menu a {
        font-weight: 700;
        font-size: 14px;
    }

    .register {
        font-weight: 800;
        color: black;
        border: 1px solid #ECBE62;
        background-color: #ECBE62;
        border-radius: 33px;
        text-align: center;
        padding: 14px 25px 12px;
    }

    .login {
        font-weight: 800;
        color: white;
        border: 1px solid white;
        border-radius: 33px;
        text-align: center;
        padding: 14px 24px 12px;
    }


    .logos {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 390px;
        gap: 28.72px;
    }


    .logo-orange-green {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 740px;
        margin-top: 34px;
        padding: 31px 0 30px;
    }

    .logo-sport-orange {
        width: 131px;
    }

    .logo-casino-green {
        width: 138px;
    }

    .copyright {
        letter-spacing: .5px;
        font-size: 16px;
        margin-top: 34px;
        font-weight: 700;
    }

}





/* MODAL */

.text {
	text-align: left;
}

.text h2, .text h3, .text h1, .text span {
  color: black;
}

.text h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.text p, .text li {
	color: black;
	font-size: 13px;
	margin-bottom: 8px;
}

.text ol, .text ul {
	list-style: auto;
	padding-left: 16px;
    margin-top: 6px;
	margin-bottom: 4px;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999 !important; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100vh; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 20% auto; /* 15% from the top and centered */
	padding: 20px;
	overflow: auto;
	width: 90%; /* Could be more or less, depending on screen size */
	max-width: 600px;
  }
  
@media screen and (min-width: 640px) and (orientation: landscape) {
	.modal-content {
		margin: 5% auto; /* 15% from the top and centered */
	  }
}

  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

.text {
    counter-reset: section;
}

.text span {
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
}

.remark {
    counter-increment: section;
}

.remark::before {
    content: counter(section) ". ";
}