@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap");

:root {
  --bglightcolor: #f3f6fd;
  --secondcolor: #ffffff;
  --btncolor: #def3ee;
}

/* .row a:link {
  all: unset;
  text-decoration: none;
}

.row a:visited {
  all: unset;
}

.row a:hover {
  all: unset;
  cursor: pointer;
}

.row a:active {
  all: unset;
} */

/* //// */

#selector-selectized {
  width: auto !important;
}
.op0 {
  opacity: 0;
}

li a:link {
  text-decoration: none;
}

li a:visited {
  text-decoration: none;
}

li a:hover {
  text-decoration: none;
  cursor: pointer;
}

li a:active {
  text-decoration: none;
}

/* //// */

body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  background: url(bg4.png);
  background-color: var(--bglightcolor);
  background-color: #f2f9f9;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

.card {
  text-align: center;
}
#sidebar {
  margin: 10px;
  border-radius: 15px;
  position: fixed;
  top: 0;
  right: 0;
  height: calc(100% - 30px);
  width: 245px;
  background-color: var(--secondcolor);
  padding: 20px;
  margin-right: 10px;
  transition: margin-right 0.5s ease-in-out;
  -webkit-transition: margin-right 0.5s ease-in-out;
  -moz-transition: margin-right 0.5s ease-in-out;
  -ms-transition: margin-right 0.5s ease-in-out;
  -o-transition: margin-right 0.5s ease-in-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

#content {
  margin-right: 255px;
  /*Changemargin-lefttomargin-right*/
  padding: 20px;
  transition: margin-right 0.5s ease-in-out;
  -webkit-transition: margin-right 0.5s ease-in-out;
  -moz-transition: margin-right 0.5s ease-in-out;
  -ms-transition: margin-right 0.5s ease-in-out;
  -o-transition: margin-right 0.5s ease-in-out;
  max-width: 100%;
}
#content img {
  max-width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#content .textcontant span {
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
}
#content br {
  font-size: medium !important;
}

.btngreen {
  color: #6d7379;
  text-align: right;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.btngreen {
  border-width: 1px !important;
  border-style: solid !important;
}

.btn:hover {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #41c3a9 !important;
}

.btngreen.active {
  border: 0;
  font-weight: 500;
  background-color: #def3ee;
  border-color: #def3ee;
}

.bordergreen {
  border-width: 1.5px;
  border-style: solid;
  border-color: #def3ee;
}
.bordergreen span {
  color: #41c3a9;
}

.activebtn {
  border: 0;
  font-weight: 500;
  background-color: #def3ee;
}

.btngreen span {
  color: #6d7379;
  vertical-align: bottom;
}

.btngreen.active span {
  color: #41c3a9;
}
span {
  vertical-align: bottom;
}
/* .collapsed{
        transform: translateX(100%);
         -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
} */

.btngroupp1 {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: var(--bglightcolor);
  background-color: #fff;
  border-radius: 10px;
  height: calc(100vh - 400px);
  overflow-y: scroll;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.btngroupp1::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
  display: none;
}
.btngroupp2 {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: var(--bglightcolor);
  background-color: #f2f9f9;
  height: fit-content;
  max-width: 90%;
  border-radius: 10px;
  overflow-y: scroll;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  left: auto;
}
.btngroupp2::-webkit-scrollbar {
  display: none;
}

.material-symbols-outlined2 {
  font-size: 150px;
  width: 50;

  .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" -25, "opsz" 20;
  }
}

.card {
  box-shadow: rgba(0, 88, 177, 0.05) 0px 8px 24px;
  border-radius: 15px !important;
  height: 100%;

  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}

.topimg {
  display: block;
  height: 50%;
  width: auto;
}

.seccards {
  height: 10rem;
  background: var(--dark);
  border-radius: 15px;
  text-align: center;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}

.topwidecard {
  padding: 30px;
  height: 10rem;
  background: var(--dark);
  border-radius: 15px;
  margin: 20px auto 20px auto;
}

.textcontant {
  line-height: 2;
  white-space: normal;
  min-height: fit-content;
}
.controlbtn {
  display: inline;
}
.w-fit {
  width: fit-content;
}

.cap2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
#overflow {
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 175px;
  vertical-align: middle;
}
.allactivity {
  border-color: var(--btncolor);
}
.maxhigt {
  max-height: 200px !important;
  max-width: 200px !important;
}

#content-container {
  opacity: 1;
  transition: opacity 0.4s;
}
.btgggg {
  background-color: #def3ee !important ;
  color: #000000;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}

.btgggg:hover {
  background-color: #b8d6cf !important ;
  color: #000000;
  font-weight: 700;
}
.btg {
  background-color: #def3ee !important ;
  color: #000000;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  border-width: 0 !important ;
}

.btg:hover {
  background-color: #b8d6cf !important ;
  color: #000000;
  font-weight: 700;
  border-width: 0 !important;
}

.btr {
  background-color: #ffc7c7 !important ;
  color: #000000;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  border-width: 0 !important;
}

.btr:hover {
  background-color: rgb(255, 113, 113) !important ;
  color: #000000;
  font-weight: 700;
  border-width: 0 !important;
}
.pdficon {
  /* display: inline; */
  height: 50px;
  background-color: #00af80;
  padding: 5px;
  border-radius: 5px;

  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-img {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.card {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #fff !important;
}
.card:hover {
  background-color: #def3ee;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #3db2a5 !important;
}
.bg3db2a5 {
  background-color: #3db2a5;
}

.bordertop::before {
  content: "";
  border-top: 10px solid #3db2a5 !important;
}

.card:hover .card-img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.contanttext img {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.dark-mode {
  background-color: #1f2129;
  color: #fff;
}

.dark-card {
  background-color: #42444b !important;
  color: #fff !important;
}

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}

.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 60px 50px;
}

.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }

  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }

  .game-section .item.active {
    width: 400px;
  }

  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }

  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }

  .game-section .item.active {
    width: 360px;
  }

  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }

  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }

  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }

  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }

  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
/* pagination */

.page-link {
  color: #3db2a5;
}
.page-link:hover {
  color: #3db2a5;
}
.active > .page-link,
.page-link.active {
  background-color: #3db2a5;
  border-color: #3db2a5;
}
/* pagination */

/* sideBar */
.menu-toggle {
  display: none;
  position: fixed;
  top: 2rem;
  left: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 99px;
  background-color: #2e3047;
  cursor: pointer;
}

.hamburger {
  position: relative;
  top: calc(50% - 2px);
  right: 50%;
  transform: translate(50%, 50%);
  width: 32px;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
}

.hamburger > span,
.hamburger > span::before,
.hamburger > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 99px;
  background-color: #fff;
  transition-duration: 0.25s;
}

.hamburger > span::before {
  content: "";
  top: -8px;
}
.hamburger > span::after {
  content: "";
  top: 8px;
}
.menu-toggle.is-active .hamburger > span {
  transform: rotate(45deg);
}
.menu-toggle.is-active .hamburger > span::before {
  top: 0;
  transform: rotate(0deg);
}
.menu-toggle.is-active .hamburger > span::after {
  top: 0;
  transform: rotate(90deg);
}

.sidebar {
  flex: 1 1 0;
  max-width: 300px;
  padding: 2rem 1rem;
  background-color: #2e3047;
}

.sidebar h3 {
  color: #707793;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.sidebar .menu {
  margin: 0 -1rem;
}

.sidebar .menu .menu-item {
  display: block;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
}

.sidebar .menu .menu-item:hover,
.sidebar .menu .menu-item.is-active {
  color: #3bba9c;
  border-right: 5px solid #3bba9c;
}

.sidebar .menu .menu-item:hover {
  border-right: 5px solid #3bba9c;
}

.contentbody {
  flex: 1 1 0;
  padding: 2rem;
}

.contentbody h1 {
  color: #3c3f58;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.contentbody p {
  color: #707793;
}

@media (max-width: 1024px) {
  .sidebar {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .contentbody {
    padding-top: 8rem;
  }
  .sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 100%;
    max-width: 300px;
    transition: 0.2s linear;
  }

  .sidebar.is-active {
    right: 0;
  }
}
/* sideBar */

#imagePreview {
  max-width: 300px;
  margin-top: 20px;
}

#imagePreview img {
  max-width: 20%;
  height: auto;
}
