 @font-face {
     font-family: 'Cairo';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url(Cairo.woff2) format('woff2');
     unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
 @font-face {
     font-family: 'Cairo';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url(Cairo-latin.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 * {
     font-family: 'Cairo';
}
 body {
     background-color: #eee;
}
 header {
     font-size: x-large;
     text-align: center;
	 background-color: #499db6;
     color: #fff;
     padding: 5px;
	 z-index: 999;
	 width: 100%;
     margin-bottom: 50px;
}
 header .fs-icon {
     display: flex;
}
 header a {
     background-color: #499db6;
     color: #fff;
     text-decoration: none;
     display: flex!important;
     justify-content: center;
     align-items: center;
     align-content: center;
}
 header a:hover {
     color: #fff;
}
 header a img {
     margin: 0px 5px;
     height: 25px;
     width: 25px;
}
 header a#fullScreen img {
     height: 27px!important;
     width: 27px!important;
}
 header a.home {
     padding: 0px 50px;
}
 header a#fullScreen {
     padding: 3px 27px;
}
 header a.exit {
     padding: 0px 27px;
}
.btn-danger {
    color: #fff;
    background-color: #499db6;
    border-color: #499db6;	
}
.btn-info {
	background-color: #00B1C4;
    border-color: #00B1C4;
    color: #fff;	
}
 #wheelDiv {
     height: 400px;
     width: 400px;
     margin: auto;
}
 #wheelDiv>svg {
     height: 100%;
     width: 100%;
}
 .page {
     text-align: center;
}
.page.page1 .intro,
.page.page2 .intro {
	direction: rtl;
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding: 25px;
}

 .page.page1 #wheelDiv {
     margin-top: 50px;
}
.page.page3 h5 {
    padding: 8px 60px;
    direction: rtl;	
}
 .page.page6 h5 {
     margin: 10px 30px;
     direction: rtl;
}
 .page.page6 .list {
     display: flex;
     justify-content: center;
     align-items: center;
	    margin-bottom: 100px!important;

}
 .page.page6 .list .item {
     padding: 20px 5px;
     width: 220px;
     margin: 10px 5px;
     color: #000;
     font-size: 18px;
     cursor: pointer;
     text-align: center;
     border-radius: 15px;
	 transition: transform 1s, border 0.5s;
}
.page.page6 .list .item.select {
	transform: scale(1.1);
    font-weight: 600;
    border: 3px solid #000;
	
}
 .page.page9 h5 {
    margin: 5px 50px 40px;
     direction: rtl;
}
 .page.page9 .circle {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .page.page9 .circle .item {
     margin-right: 10px;
     margin-bottom: 10px;
     width: 250px;
     height: 250px;
     border-radius: 20px;
     font-size: 35px;
     color: #000000;
     cursor: pointer;
     text-align: center;
     background: #000;
     position: relative;
}
 .page.page9 .circle .item span {
     margin: 0;
     transform: translate(-50%, -50%);
     top: 50%;
     left: 50%;
     position: absolute;
}
.page.page9 {
	    padding: 0;
}
 .page.page10 .last-page {
     display: flex;
     text-align: center;
     justify-content: center;
     flex-direction: column;
}
 .page.page10 .last-page .last-text {
     margin-top: 30px;
     margin-bottom: 40px;
}
 .page.page10 .last-page .last-text * {
     font-size: 18px;
     font-weight: 600;
}
 .page.page10 .last-page #result {
     font-weight: 800;	 
    color: #3f51b5;
}
 .page.page10 .last-page .stamp {
     display: inherit;
     align-items: center;
     margin-top: 50px;
     justify-content: center;
}
 .page.page10 .last-page .stamp span {
     right: 25px;
     margin-bottom: 25px;
     margin-left: -25px;
     z-index: 1;
}
 .page.page10 .last-page .stamp img {
     width: 150px;
     height: 150px;
     z-index: 2;
}
 #StartBox .modal-header {
     flex-direction: column;
     line-height: 15px;
}
 #StartBox .modal-header h3 {
     margin-top: 10px;
     font-size: 30px;
     font-weight: 600;
}
 #StartBox .modal-body img {
     width: 250px;
     height: 140px;
     margin-bottom: 1rem;
}
 #StartBox .modal-body button {
     border: 2px solid #00b300;
     background-color: #54af63;
     direction: rtl;
}
.bottom-footer {
	direction: rtl;
    position: fixed;
    display: flex;
    justify-content: space-around;	
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    background-color: #eeeeee;
}

#listChoices,
#listComparisons {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
#listChoices .item,
#listComparisons .item {
    padding: 20px 5px;
    width: 150px;
    margin: 10px 10px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
}

#listComparisons {
    flex-direction: column;
}

#listComparisons .item {
	width: 250px;
    padding: 15px 10px;
}

#Page4, #Page5, #Page7, #Page8, #Page9 {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	direction: rtl;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
}

#Page10 {
	direction: rtl;
    font-size: 25px;
}

#Page5 {
    height: 90%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);	
}

#selected_A {
    color: #3f51b5;
    font-weight: 600;	
}

#selected_result {
    color: #3f51b5;	
}

#slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#progress_bar {
    height: 50px;
    width: 100%;
    bottom: 0px;
    background-color: #fffbfb;
    position: absolute;
    margin-bottom: 0px;
    border-top: 1px solid;
}
#progress_bar #steps {
  position: absolute;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 25px;
    width: 100%;
    justify-content: center;
}
#progress_bar .fill {
    height: 50px;
    background-color: #daffff;
	width: 0%;
}

form#slider {
  width: 90%;
  max-width: 500px;
}
form#slider #dotslider {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  height: 50px;
  direction: ltr;
  user-select: none;
}
form#slider #dotslider::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  width: calc(100% * (4 / 5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
form#slider #dotslider input, form#slider #dotslider label {
  box-sizing: border-box;
  flex: 1;
  user-select: none;
  cursor: pointer;
}
form#slider #dotslider label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  user-select: none;
}
form#slider #dotslider label::before {
  position: absolute;
  left: 50%;
  padding-top: 10px;
  transform: translate(-50%, 45px);
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.85;
  transition: all 0.15s ease-in-out;
}
form#slider #dotslider label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
form#slider #dotslider label:hover::after {
  transform: translate(-50%, -50%) scale(1.25);
}
form#slider #dotslider input {
  display: none;
}
form#slider #dotslider input:checked + label::before {
  font-weight: 800;
  opacity: 1;
}
form#slider #dotslider input:checked + label::after {
  border: 8px solid #000;
  transform: translate(-50%, -50%);
}
form#slider #dotslider input:checked ~ #slider-number {
  opacity: 1;
}
form#slider:valid #dotslider input + label::before {
  transform: translate(-50%, 45px) scale(0.9);
  transition: all 0.15s linear;
}
form#slider:valid #dotslider input:checked + label::before {
  transform: translate(-50%, 45px) scale(1.1);
  transition: all 0.15s linear;
}
form#slider + button {
  display: block;
  position: relative;
  margin: 56px auto 0;
  padding: 10px 20px;
  appearance: none;
  transition: all 0.15s ease-in-out;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  outline: 0;
  user-select: none;
  cursor: pointer;
}
form#slider + button:hover {
  background: #000;
  color: #fff;
}
form#slider + button:hover:active {
  transform: scale(0.9);
}
form#slider + button:focus {
  background: #4caf50;
  border-color: #4caf50;
  color: #fff;
  pointer-events: none;
}
form#slider + button:focus::before {
  animation: spin 1s linear infinite;
}
form#slider + button::before {
  display: inline-block;
  width: 0;
  opacity: 0;
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0;
  transform: rotate(0deg);
}
form#slider:invalid + button {
  pointer-events: none;
  opacity: 0.25;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}


 @media (max-width: 600px) {
#wheelDiv {
         height: 350px;
         width: 350px;
}
.page.page9 .circle .item {
		width: 135px;
		height: 135px;
		font-size: 20px;
}
.page.page6 .list .item {
         width: 150px;
}
#Page10 {
	display: flex;
    height: 90%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	direction: rtl;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px;
}	
}
 @media (max-width: 400px) {
#wheelDiv {
    height: 350px;
    width: 350px;
    margin-bottom: 70px;
}
#Page10 {
    position: unset;
    transition: unset;
    -webkit-transform: unset;
    padding: 5px;
}
.page.page10 .last-page .stamp span {
    margin-left: -60px;	
}
}