/* Designed by: Albraa Abdalla Ahmed
   Email: Albraaengineer@gmail.com
   Tel: +249118582527
*/


/* Common Style */
@font-face {
  font-family: FFShamelFamily;
  src: url(fonts/Shamel.ttf);
  font-family: khebrat;
  src: url(fonts/k.ttf);
  font-family:Tajawal;
  src: url(fonts/Tajawal-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  direction: rtl !important;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth !important;

}
body {
  font-family: system-ui;
  background-color: #1e1a3e;
  font-size: 62.5%;
  overflow-x: hidden;
}

.logo {
  color: #f1ba7a;
  font-size: 4rem;
}
.logo span {
  color: white;
}
.wrapper {
  position: relative;
  /* max-height: 100vh; */
  overflow: hidden;
  padding-bottom: 20rem !important;
}
.ludo-seega {
  color: #83e0cc !important;
}
header {
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  transition: all 0.5s;
}

header ul li {
  list-style: none;
  display: inline-block;
  margin: 0 1rem;
}

header ul li a {
  color: #83e0cc;
  text-decoration: none;
  transition: all ease 0.5s;
  font-family: system-ui;
  font-size: 1.9rem;
}

header ul li a:hover {
  color: #83e0cc;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6rem 10rem 0;
}

.text {
  direction: rtl;
  width: 50%;
}
.text p {
  position: relative;
  z-index: 100;
  font-size: 3.2rem;
  color: #83e0cc;
  font-family: system-ui;
}
/* 
.text span {
  color: #adfceb;
} */
.text a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  font-weight: 500;
  margin-top: 4rem;
}

.img {
  position: relative;
  width: 500px;
  height: 500px;
  background: radial-gradient(520px, #569fc9, transparent 48%);
  margin-top: -50px;
}

.email-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-icons {
  height: 100%;
  position: relative;
  animation: rotation 40s linear infinite;
}

.download-button {
  font-weight: 600;
  position: relative;
  z-index: 100;
  padding: 0 2.5rem;
  border-radius: 5rem;
  outline: none;
  border: 3px solid #afdadb;
  margin-top: 3rem;
  color: #afdadb;
  background-color: #343176;
  cursor: pointer;
  font-size: 2rem;
  width: fit-content;
  transition: all 0.4s;
}
.download-button i {
  color: #fff;
}
.download-button:hover {
  transform: scale(1.1);
}
.google-play {
  margin-right: 2rem;
}

@keyframes rotation {
  100% {
    transform: rotate(360deg);
  }
}
.social-icons img {
  width: 100px;
  height: 100px;
  /* border-radius: 50%; */
  position: absolute;
}

.social-icons img:nth-child(1) {
  top: 0 !important;
  left: 10% !important;
}
.social-icons img:nth-child(2) {
  top: 2% !important;
  right: 3% !important;
}
.social-icons img:nth-child(3) {
  top: 70% !important;
  left: 70% !important;
}
.social-icons img:nth-child(4) {
  bottom: 9%;
  left: 0;
}

#menu-bar {
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
}

/* About The Game */
.main-content {
  position: relative;
  min-height: 50vh;
  width: 100%;
  z-index: -2;
  background: linear-gradient( #1e1a3e,#65305B ,#FDB45B);
}

.main-content h3 {
  padding-top: 50rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
  width: fit-content;
  line-height: 2;
  font-family: Tajawal;
  font-weight: bold;
  text-align: center;
}
.underline {
  width: 20rem;
  height: 0.02rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-bottom: 14rem;
}

.mock-phone-1 {
  z-index: 100;
  position: absolute;
  right: 29%;
  top: 10%;
  max-width: 450px;
  max-height: 450px;
  transform: translate(0, -75%) rotate(-10deg);
  border-radius: 20px;
}
.mock-phone-2 {
  z-index: 100;
  position: absolute;
  right: 38%;
  top: 10%;
  max-width: 450px;
  max-height: 450px;
  transform: translate(0, -75%) rotate(-10deg);

  border-radius: 20px;
}

.mock-phone-3 {
  z-index: 100;
  top: 10%;
  position: absolute;
  right: 47%;
  max-width: 450px;
  max-height: 450px;
  transform: translate(0, -75%) rotate(-10deg);

  border-radius: 20px;
}
.ludo {
  line-height: 4rem;
  margin-top: 7rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10rem;
  justify-content: space-around;
  padding-bottom: 6rem;
}
.ludo div {
  width: calc(50% - 20rem);
}
.ludo img{
  width: 320px;
  height: 320px;
  position: relative;
  z-index: -900;

}
.ludo i {
  width: calc(50% - 20rem);
  font-size: 27rem;
  color: #fff;
}
.ludo h4 {
  font-size: 3rem;
  color: #fff;
  font-family: Tajawal;
}

.ludo p {
  font-size: 2rem;
  color: rgb(206, 197, 199);
}

/*  ------------*/

.dog-jump {
  line-height: 4rem;
  margin-top: 7rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10rem;
  justify-content: space-around;
  padding-bottom: 4rem;
}
.dog-jump div {
  width: calc(50% - 20rem);
}

.dog-jump img {
  width: calc(50% - 20rem);
}
.dog-jump h4 {
  font-size: 3rem;
  color: #fff;

  font-family: Tajawal;
}

.dog-jump p {
  font-size: 2rem;
  color: #fff;
;
}
/*  ------------*/

.kilma {
  line-height: 4rem;
  margin-top: 7rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10rem;
  justify-content: space-around;
  padding-bottom: 4rem;
}
.kilma div {
  width: calc(50% - 20rem);
}

.kilma img {
  width: calc(50% - 20rem);
}
.kilma h4 {
  font-size: 3rem;
  color: #F9F871;
  font-family: Tajawal;
}

.kilma p {
  font-size: 2rem;
  color: #F9F871;
}
/*  ------------*/

.dama {
  line-height: 4rem;
  margin-top: 7rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10rem;
  justify-content: space-around;
  padding-bottom: 4rem;
}
.dama div {
  width: calc(50% - 20rem);
}

.dama img {
  width: calc(50% - 20rem);
}
.dama h4 {
  
  font-size: 3rem;
  color: #1e1a3e;
  font-family: Tajawal;
}

.dama p {
  font-size: 2rem;
  color: #1e1a3e;
}

/* ========================= */
.trend1 {
  /* display: flex; */
  background: linear-gradient(#83e0cc, #1e1a3e);
  height: 80rem;
  /* align-items: center;
  justify-content: center; */
}
.features {
  display: flex;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  background: linear-gradient(#FDB45B, #1e1a3e
  );
}
.feature {
  width: 30% !important;
  transition: all 0.4s;
}
.feature:hover {
  transform: scale(1.05) !important;
}
.trend {
  font-family: system-ui;
  padding: 6rem 2rem;
  background: linear-gradient(#1e1a3e, #f08e0f
  );
  position: relative;
}

.trend h3 {
  color: gold;
font-family: system-ui;
  font-size: 4rem;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
.trend p {
  padding: 4rem;
  font-size: 2.8rem;
  margin: 0 auto;
  width: fit-content;
  color: #BEAFC2;
  text-align: center;

}

.counter {
  color: white;
  /* speech-rate:x-fast; */
}
.countries-download {
  min-height: fit-content;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.country-card {
  border-radius: 0.1rem;
  background:#0ff08e;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(25% - 3rem);
  border-radius: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  padding: 3rem;
}
.country-card h6 {
  color: #000;
  font-size: 2rem;
}

.country-card img {
  width: 10rem;
  height: 10rem;
  background-color: #ffc769;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 2rem;
  text-align: center;
  transform: translateY(0);
  animation: float 6s ease-in-out infinite;
  box-shadow: 0 5px 1.5rem 0px rgba(0, 0, 0, 0.8);
}

/* ======= */

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translateY(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
  }
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translateY(0);
  }
}

.fa-star {
  color: gold;
  font-size: 3rem;
}

/* =========== */

footer {
  /* background-color: rgba(167, 158, 238, 0.1); */

  width: 100%;
  height: 100vh;
  padding: 4rem 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: linear-gradient(#1e1a3e, #65305B);
}
.footer-content {
  margin-top: 3rem;
  display: flex;
  color: #f08e0f;
  font-size: 2rem;
  width: 100%;
  justify-content: space-between;
}

.footer-social-media {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.footer-social-media li {
  width: 40px;
  height: 40px;
  margin: 0 20;
  border: solid 1px #ffc769;
  border-radius: 50%;
  transition: all 0.5s;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.footer-social-media li i {
  font-size: 20px;
  color: #ffc769;
  transition: all 0.5s;
}

.footer-social-media li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc769;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.footer-social-media li:hover::before {
  opacity: 1;
  transform: scale(0.8);
}
.footer-social-media li:hover i {
  color: #1e1a3e;
}

.footer-social-media li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px dashed rgb(218, 216, 216);
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}

@keyframes rotating {
  0% {
    transform: scale(0.92) rotate(0deg);
  }

  100% {
    transform: scale(0.92) rotate(360deg);
  }
}

.footer-social-media li:hover::after {
  opacity: 1;
  animation: rotating 1s linear infinite;
}
footer ul {
  list-style: none;
}

footer p {
  align-self: center;
  color: #F7D9B3;
  font-size: 1rem;
}

footer hr {
  width: 100%;
  margin: 2rem auto;
  color: #ffc769;
  opacity: 0.5;
}

.policies {
  width: 50%;
}

.policies li {
  list-style: none;
}
.policies li a {
  text-decoration: none;
  color: #ffc769;
  font-size: 1.2rem;
}

/* ============================= */
/* Section 2 */
.section-2 {
  width: 100%;
  height: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: linear-gradient(#f08e0f


  , #65305B);
}

.customers-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 70%;
  flex-wrap: wrap;
}

.customer {
  width: 25%;
  height: 50rem;
background-color: #fff;
 display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: .5rem;
  padding: 2rem;
  box-shadow: .4rem .4rem 10rem #ccc;
  transition: all .5s;
  position: relative;
}
.flag {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.customer:hover {
  box-shadow: .5rem .5rem 1rem #ccc, -.5rem -.5rem 1rem #ccc;
  transform: scale(1.1);
}

.customer:first-child {
  align-self: flex-end;
}

.customer:last-child {
  align-self: flex-start;
}

.fa-quote-left {
  font-size: 4rem;
  color: #f08e0f;
}

.customer-text {
  font-size: 2rem;
  margin: 2.5rem 0;
  text-align: justify;
}

.customer-text::first-letter {
  margin-left: 1rem;
}

.customer-rating i {
  font-size: 2rem;
  color: #f08e0f;
}

.customer-img {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  margin: 2rem 0;
  border-radius: 50%;
}

.customer-name {
  font-size: 2rem;
  font-weight: 700;
}
.section-heading {
  margin-top: 5rem;
  color:#FFF4BD;
  text-align: center;
  font-size: 4rem;
  padding: 0 .4rem;
}
/* End of Section 2 */

.feature {
  height: 50rem;
  border-radius: 3rem !important;
  /* background: linear-gradient(#62dbbd, #e5e9ff); */

  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc(25% - 3rem);
  border-radius: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  padding: 3rem;
}
.feature:nth-child(1) {
  background-color: #fff !important;
}
.feature:nth-child(2) {
  background: linear-gradient(#ab4b65, #e17860);
}
.feature:nth-child(3) {
  background-color: #fff !important;
}
.feature:nth-child(3) h6 {
  color: #f08e0f !important;
}
.feature:nth-child(4) {
  background-color: #fdb45b !important;
}
.feature h6 {
  color: #fff;
  font-size: 2rem;
}

.feature h6:nth-child(1) {
  font-size: 3rem;
}
.feature h6:nth-child(1):nth-child(1) {
  color: #1e1a3e;
}

.feature img {
  width: 100%;
  height: 60%;

  margin-bottom: 2rem;
  text-align: center;
  transform: translateY(0);
}

.now {
  font-size: 5rem;
  color: #d69c51;
  font-weight: 500;
}
/* ============================= */
/* show-in-mobile */

.show-in-mobile {
  display: none;
}
/* show-in-mobile */
/* Media Query */

@media (max-width: 1400px) {
  .form-container {
    height: 60%;
  }

  .form-img {
    display: none;
  }

  .contact-form {
    transform: translateY(0);
  }

  .contact-form:hover {
    transform: translateY(-1rem);
  }
}

@media (max-width: 720px) {
  img {
    width: 300px;
    height: 300px;
    background: radial-gradient(300px, #f08f538c, transparent 50%);
    margin-top: -50px;
  }
}
@media (max-width: 1200px) {
  .ludo,
  .dog-jump,
  .kilma,
  .dama {
    line-height: 4rem;
    margin-top: 7rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
    justify-content: space-around;
    padding-bottom: 6rem;
  }
}

@media (max-width: 1000px) {
  .country-card {
    width: calc(50% - 3rem);
  }
  .ludo div {
    width: calc(70%);
  }

  .ludo i {
    width: calc(30%);
    font-size: 27rem;
    color: #1e1a3e;
  }
  .dog-jump div {
    width: calc(70%);
  }

  .dog-jump img {
    width: calc(30%);
    font-size: 27rem;
    color: #1e1a3e;
  }
  .dama div {
    width: calc(70%);
  }

  .dama img {
    width: calc(30%);
    font-size: 27rem;
    color: #1e1a3e;
  }
  .kilma div {
    width: calc(70%);
  }

  .kilma img {
    width: calc(30%);
    font-size: 27rem;
    color: #1e1a3e;
  }

  .feature {
    width: 45% !important;
  }
  .trend1 {
    height: 120rem;
  }
  .section-2 {
    height: 140rem;
  }

  .customer {
    width: 45%;
  }
  .customer:nth-child(3) {
    margin-top: 3rem;
  }
}

@media (max-width: 920px) {
  .downloads {
    display: flex;
    width: 100rem;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 60%;
  }
}
/* Hide email icon */

@media (max-width: 722px) {
  .show-in-mobile {
    width: 90%;
    display: block;
    position: absolute;
    top: -38rem;
    right: 0;
    padding-bottom: 10rem;
    margin-bottom: 100rem;
  }
  .show-in-mobile img:nth-child(1) {
    position: absolute;
    display: inline;
    width: 32rem;
    height: 65rem;
    right: 10%;
    transform: rotate(-5deg);
  }
  .show-in-mobile img:nth-child(2) {
    position: absolute;
    display: inline;
    width: 32rem;
    height: 65rem;
    right: 30%;
    transform: rotate(8deg);
  }
  .mock-phone-1,
  .mock-phone-2,
  .mock-phone-3 {
    display: none;
  }
  .wrapper .content {
    width: 100%;
  }
  .img {
    width: 0;
    height: 0;
    display: none;
  }

  .text {
    width: 100%;
  }

  .download-button {
    margin-bottom: 50rem;
  }
  .footer-download .download-button {
    margin-bottom: 2rem;
  }

  .country-card {
    width: calc(100% - 3rem);
  }
  .country-card img {
    margin-top: 1rem;
  }
  .trend h3 {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  #menu-bar {
    display: block;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 1000;
    transition: all 0.5s;
  }

  header .navbar {
    position: absolute;
    top: 10rem;
    padding: 1rem;
    left: 0;
    right: 0;
    z-index: 200;
    text-align: center;
    display: none;
    width: 90%;
    border-top: 1px solid #fff3;
    background: #1e1a3e;
    border-bottom: 0.6px solid #ffc769;
    margin: 0 auto;
    transition: all 0.5s;
  }
  header .navbar ul li {
    width: 100%;
    transition: all 1s ease-in-out;
  }
  .fa-times {
    transform: rotate(180deg);
  }

  header .navbar ul li a {
    margin: 1.5rem 1rem;
    padding: 1rem;
    background: #ffc769;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    border-radius: 0.5rem;
    color: #1e1a3e;
    position: relative;
    z-index: 1000px;
  }
  header .navbar ul li {
    transition: all 0.4s;
  }

  header .navbar ul li :hover {
    color: #f09053;
    cursor: pointer;
  }
  .logo {
    font-size: 3rem;
  }
  .trend p {
    font-size: 2.2rem;
  }
  .ludo div {
    width: calc(100%);
  }

  .ludo img {
    width: calc(80%);

    font-size: 27rem;
    text-align: center;
    color: #1e1a3e;
  }
  .ludo p{
    font-size: 3rem;
  }
  .dog-jump div {
    width: calc(100%);
  }

  .dog-jump img {
    width: calc(100%);
    font-size: 27rem;
    color: #1e1a3e;
  }
  .dog-jump p{
    font-size: 3rem;
  }
  .dama div {
    width: calc(100%);
  }

  .dama img {
    width: calc(100%);
    font-size: 27rem;
    color: #1e1a3e;
  }
  .dama p{
    font-size: 3rem;
  }
  .kilma div {
    width: calc(100%);
  }

  .kilma img {
    width: calc(100%);
    font-size: 27rem;
    color: #1e1a3e;
  }
  .kilma p{
    font-size: 3rem;
  }
  .trend1 {
    height: 180rem;
  }

  .feature {
    width: 70% !important;
  }
  .section-2 {
    height: 240rem;
  }
  .customer {
    width: 80%;
    margin-bottom: 10rem;
  }
}

@media (max-width: 470px) {
  .trend h3 {
    font-size: 2.3rem;
  }
  .trend p {
    font-size: 1.3rem;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 40%;
  }
  .trend h3 {
    font-size: 2.1rem;
  }
  .trend p {
    font-size: 1.2rem;
  }
  .download-button {
    padding: 0.5rem;

    font-size: 1.5rem;
  }
}

@media (max-width: 315px) {
  html {
    font-size: 35%;
  }
}

/* Section 4 */
.section-4 {
  font-family: FFShamelFamily;
  justify-content: space-between;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#65305B, #1e1a3e);
}
.section-4 h1 {
  margin: 5rem 0;
  font-size: 2.8rem;
  color: #FFF4BD;
}

.form-container {
  font-family: FFShamelFamily;
  width: 80%;
  height: 40%;
  background-color: #e5e9ff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 0.3rem 0.3rem 0.4rem #ccc,
    -0.1rem -0.1rem 0.4rem rgb(245, 241, 241);
  border-radius: 0.5rem;
  perspective: 100rem;
  margin: 5rem 0;
}

.form-img {
  width: 55rem;
  background-color: #1e1a3e;
  padding: 5rem;
  opacity: 0.8;
  box-shadow: -3rem 3rem 4rem #dfdedd;
  border-radius: 0.5rem;
  transform: rotateY(20deg);
  transition: all 0.5s;
}

.form-img:hover {
  transform: translateY(-2rem) rotateY(20deg);
  box-shadow: -5rem 5rem 7rem #aaa;
}

.contact-form {
  font-family: FFShamelFamily;
  width: 45rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 3rem 3rem 4rem #dfdedd;
  transform: rotateY(-20deg);
  transition: all 0.5s;
}

.contact-form:hover {
  transform: translateY(-2rem) rotateY(-20deg);
  box-shadow: 5rem 5rem 7rem #aaa;
}

.contact-form input,
.contact-form textarea {
  margin: 1rem;
  padding: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  border: none;
  border-radius: 2rem;
  box-shadow: inset 0.1rem 0.1rem 0.2rem #ddd, inset -0.1rem -0.1rem 0.2rem #ddd;
}

.contact-form textarea {
  max-height: 15rem;
  min-height: 10rem;
  max-width: 100%;
  min-width: 70%;
}

.contact-form input[type="submit"] {
  background-color: #1e1a3e;
  color: #f09053;
  font-weight: bolder;
  letter-spacing: 0.5rem;
  cursor: pointer;
  transition: background-color 0.5s;
}

.contact-form input[type="submit"]:hover {
  background-color: #f09053;
  color: #1e1a3e;
}

/* End of Section 4 */
