@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@font-face {
    font-family: 'kitab';
    src: url('fonts/fontkitab.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'onwan';
    src: url('fonts/onwan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'downonwan';
    src: url('fonts/downonwan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tfsir';
    src: url('fonts/tfsir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arabia';
    src: url('fonts/arabia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rakm';
    src: url('fonts/rakm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img{
  pointer-events:none;
}

html{
  scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.4s;
}
.contanier{
    width: 85%;
    margin: auto;
}
.header{
  font-family: "Carter One", system-ui;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #151320;
  color:white;
  text-shadow:0px 0px 5px #5400e4;
  transition: background-color 0.4s ease;
}

.header nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header nav .nav-links a{
  color: #fff;
  font-weight: 500;
  padding: 0 17px;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.4s ease;
}
.header nav .nav-links i{
  margin-left: 10px;
}
.header nav .nav-links a:hover{
  color: #008aea;
  font-weight: bold;
  letter-spacing: 4px;
}

.header.active{
  background-color: #151320;
  border-bottom: 1px solid #7272724d;
  z-index: 10; 
}

#btnMenu{
  display: none;
}

@media(max-width:900px){
  #btnMenu{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: block;
    color: #f7eaea;
    font-size: 30px;
    z-index: 10;
    text-shadow: 0px 0px 5px white;
  }

  .header nav .nav-links{
    position: absolute;
    top: 0%;
    right: -70%;
    width: 65%;
    height: 100vh;
    background-color: #25213a;
    padding: 100px 10px 10px;
    flex-wrap: wrap;
    border-left: 1px solid #7272724d;
    transition: all 0.5s ease-in-out;
  }

  .header nav .nav-links.active{
    right: 0;
  }

  .header nav .nav-links a:first-of-type {
    margin-top: 90px;
  }

  .header nav .nav-links a{
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
    color:white;
  }
}

.contanier{
  width: 90%;
}

@media(max-width:950px){
  .contanier{
    width: 90%;
  }
}

@media(max-width:786px){
  .contanier{
    margin: auto;
  }
  .hikmaindex{
    margin: 0 20px;
  }
}

.header nav img{
  width: 66px;
  margin-left: 5%;
}
.dropdown {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-color);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 24px hsla(222, 68%, 12%, 0.1);
    overflow-y: auto;
    display: none;
    list-style-type: none;
    padding: 0;
    z-index: -1000;
    width:500px;
}

.dropdown li {
    padding: 12px;
    font-family: var(--body-font);
    font-size: var(--small-font-size);
    font-weight: 500;
    color: gray;
    transition: 0.5s ease-in-out;
}

.dropdown li:hover {
    background-color: #bfbfbf;
    color: black;
    box-shadow:none;
    text-shadow:none;
}
@media (max-width: 480px) {  
  .dropdown {
    width:330px;
  }
  }@media (min-width: 768px){
      .dropdown {
    width:450px;
  }
  }
.hikmaindex{
  position: fixed;
}
.hikma {
  --white: hsl(0, 0%, 100%);
  --black: hsl(240, 15%, 9%);
  --paragraph: hsl(0, 0%, 83%);
  --line: hsl(240, 9%, 17%);
  --primary: hsl(266, 92%, 58%);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  width:100%;
  background-color: hsla(240, 15%, 9%, 1);
  background-image: radial-gradient(
      at 88% 40%,
      hsla(240, 15%, 9%, 1) 0px,
      transparent 85%
    ),
    radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
    radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
    radial-gradient(at 0% 64%, hsla(263, 93%, 56%, 1) 0px, transparent 85%),
    radial-gradient(at 41% 94%, hsla(284, 100%, 84%, 1) 0px, transparent 85%),
    radial-gradient(at 100% 99%, hsla(306, 100%, 57%, 1) 0px, transparent 85%);
  border-radius: 1rem;
  box-shadow: 0px -16px 24px 0px rgba(255, 255, 255, 0.25) inset;
text-align: right;
}
  .hikma-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
  }
.hikma_aya{
  color: white;
  font-family: 'kitab';
  font-size: 1.75rem;
}
.kalima{
  color: white;
  font-family: 'onwan';
  font-size: 1.25rem;
}
.hikma_tfsir{
  color: #ffffffa6;
  font-family: 'tfsir';
  font-size: 1.50rem;
}
.hikma_rakm{
  font-family: 'rakm';
  color:#b5a4d9d5;
  font-size: 1rem;
}
.hikma .hikma__border {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(
    0deg,
    hsl(0, 0%, 100%) -50%,
    hsl(0, 0%, 40%) 100%
  );
  border-radius: 1rem;
}

.hikma .hikma__border::before {
  content: "";
  pointer-events: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%), rotate(0deg);
  transform-origin: left;
  width: 200%;
  height: 10rem;
  background-image: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0) 0%,
    hsl(277, 95%, 60%) 40%,
    hsl(277, 95%, 60%) 60%,
    hsla(0, 0%, 40%, 0) 100%
  );
  animation: rotate 8s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.hikma .hikma_title__container .hikma_title {
  font-size: 2rem;
  color: var(--white);
  font-family: 'onwan';
}

.hikma .hikma_title__container .hikma_paragraph {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  color: var(--paragraph);
  font-family: 'downonwan';
}

.hikma .line {
  width: 100%;
  height: 0.1rem;
  background-color: var(--line);
  border: none;
}
.hikma .button {
  cursor: pointer;
  padding: 0.5rem;
  width: 100%;
  background-image: linear-gradient(
    0deg,
    rgba(94, 58, 238, 1) 0%,
    rgba(197, 107, 240, 1) 100%
  );
  font-size: 0.75rem;
  color: var(--white);
  border: 0;
  border-radius: 9999px;
  box-shadow: inset 0 -2px 25px -4px var(--white);
  font-family: arabia;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hikma .button:hover{
  box-shadow: 0 0 10px black inset;
  background-image: linear-gradient(
    0deg,
    rgba(197, 107, 240, 1) 0%,
    rgba(94, 58, 238, 1) 100%
  );
}
.tiktokhikma{
  color:white;
  text-align:left;
}
.lienhikma{
  text-align:center;
}
.tiktokhikma,
.lienhikma{
  text-shadow:2px 2px 5px black;
  font-weight:bold;
}
@media (min-width: 768px){
.hikmaindex{
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
  .hikma{
  width:30rem;
}
}
.popSc{
 position:fixed;
top:0;
bottom:0;
left:0;
right:0;
padding:20px;
background:rgba(255, 255, 255, 0.1);
z-index:99980;
-webkit-backdrop-filter:blur(10px);
backdrop-filter:blur(10px);
display:flex;
justify-content:center;
align-items:center;
font-family: "Bebas Neue", sans-serif;
}
.popSc.hidden {
  display:none
}
.popSc .popBo{
  position:relative;
  background:red;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  max-width:400px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  padding:30px;
  border-radius:20px;
  box-shadow:inset 0 0px 25px black;
}
.popSc .popBo svg{
  display:block;
  width:50px;
  height:50px;
  fill:none !important;stroke:#08102b;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.5;
}
.popSc .popBo h2{
  margin:10px 0 15px 0;
  font-size:1.2rem;
  font-weight:800;
  color:#1b5a84;
  text-align: center;
}
.popSc .popBo p {
  margin: 0;
  line-height: 1.7em;
  font-size: 0.9rem;
  color: #08102b;
  text-align: center;
  
}
.popSc .popBo .popBtn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  height:50px;
  width:50px;
  outline:none;
  border:none;
  background:#482dff;
  border-radius:50%;
  margin-top:20px;
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
}
.popSc .popBo .popBtn:hover{
  transform:scale(1.05);
  -webkit-transform:scale(1.05);
}
.popSc .popBo .popBtn svg{
  width:24px;
  height:24px;
  stroke:#fff;
  flex-shrink:0;
}
.popSc .popBo .popBtn svg.r{
  animation:rotateIcn 1.5s infinite linear;
  -webkit-animation:rotateIcn 1.5s infinite linear;
}
.popSc{
  animation:popupBlur .3s ease-in; 
  -webkit-animation:popupBlur .3s;
}
.popSc >*{
  animation:popupScale .3s ease-in;
  -webkit-animation:popupScale .3s;
}
.darkMode .popSc{
  background:rgba(0, 0, 0, 0.1);
}
.darkMode .popSc .popBo{
  background:rgba(50, 50, 50, 0.8);
}
.darkMode .popSc .popBo svg{
  stroke:#fefefe;
}
.darkMode .popSc .popBo p, .darkMode .popSc .popBo h2{
  color:#fefefe;
}
@keyframes popupBlur {
  from{
    opacity:0;
  }to{
    opacity:1;
  }
}
@-webkit-keyframes popupBlur{
  from{
    opacity:0;
  }to{
    opacity:1;
  }
}
@keyframes popupScale{
  from{
    transform:scale(0);
    animation-timing-function:ease-in;
    opacity:0;
  }to{
    transform:scale(1);
    opacity:1;
  }
}
@-webkit-keyframes popupScale{
  from{
    -webkit-transform:scale(0);
    -webkit-animation-timing-function: ease-in;
    opacity:0;
  }to{
    -webkit-transform:scale(1);
    opacity:1;
  }
}
@keyframes rotateIcn{
  from{
    transform:rotate(0deg);
  } to{
    transform:rotate(359deg);
  }
}
@-webkit-keyframes rotateIcn{
  from{
    -webkit-transform:rotate(0deg);
  } to{
    -webkit-transform:rotate(359deg);
  }
}
.search__input.green {
color: green;
}
.dropdown.hidden {
display: none;
}
 .btnn {
     padding: 10px 20px;
     background-color: #007BFF;
     color: white;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     font-size: 1em;
     margin: auto;
     font-family: "Righteous", serif;
 }
 .info-container,
 #noProductsMessage,
 #insufficientFundsMessage,
 .modal,
.secret-container {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: rgba(0, 0, 0, 0.5);
     z-index: 500;
     color:white;
 }
 .info-content,
 .secret-content,
 .modal-content{
     background-color: black;
     padding: 20px;
     border-radius: 10px;
     text-align: center;
     width: 60%;
     box-shadow:inset 0 0px 20px white;
     
 }
  .modal-content{
    width: 80%;
  }
 .secret-content img {
     width: 100px;
     height: 100px;
     border-radius: 50%;
 }

 .secret-content h3 {
     font-size: 1.5em;
     margin-top: 10px;
 }

 .secret-content input {
     padding: 10px;
     margin-top: 10px;
     width: 90%;
     font-size: 1em;
     border: 1px solid #ccc;
     border-radius: 5px;
     box-shadow: inset 0 0  20px black;
     font-family: "Righteous", serif;
 }

 .btnn.btn--validation {
     margin-top: 10px;
 }

 .btnn.btn--close {
     margin-top: 20px;
     background-color: #dc3545;
 }

 .secret-content .thanks {
     margin-top: 15px;
     font-size: 1.2em;
     color: green;
 }
.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 1.3em;
  cursor: pointer;
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: ghostwhite;
  overflow: hidden;
  border: 3px solid white inset;
}

.cssbuttons-io span {
  position: relative;
  z-index: 2;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.55em;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}
#time{
  color:#fdfd24;
  text-shadow:2px 2px 20px white ;
}
#prix{
  color:#00ffdc;
  display: block;
}
.container-button{
  display: flex;
  justify-content: center;
  align-items: center;
 background: white;
 border-radius:3px ;
 padding-top: 1vh;
 padding-bottom: 1vh;
 box-shadow: inset 0 0 40px 10px #151320;
 margin-bottom: 30px;
  text-align: center;
}
.btnAL {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  margin: auto;
  margin-left:5px;
  margin-right:5px;
  position: relative;
  text-decoration: none;
  max-width:150px;
  width:100%;
  background: black;
  border-radius: 7px;
}
@media (min-width: 600px) {
  .btnAL {
    margin: 0 1em 2em;
  }
}
@media (max-width: 766px) {
  .container-button {
    padding-top: 1ch;
    padding-bottom: 1ch;
  }
}
.btnAL:hover {
  text-decoration: none;
}

.btn-2 {
  letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.btn-4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-4 span {
  z-index: 20;
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.btn-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}