:root {
  --primary-color: rgb(102, 16, 242);
  --primary-code: 102, 16, 242;
  --primary-alt-color: rgba(var(--primary-code), 0.4);
  --secondary-color: rgb(13, 202, 240);
  --secondary-code: 13, 202, 240;
  --secondary-alt-color: rgba(var(--secondary-code), 0.4);
  --accent-color: rgb(4, 6, 62);
  --accent-code: 4, 6, 62;
  --accent-alt-color: rgba(var(--accent-code), 0.4);
  --light-text-color: #ffffff;
  --dark-text-color: #000249;
  --link-color: #0a58ca;
  --gradient-color-1: #000000;
  --gradient-color-2: #9c9c9c;
  --correct-color: #198754;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'sail';
  src: url('../../../public/assets/website/fonts/sail-regular.ttf') format('truetype');
}

.ql-formula {
  text-transform: none;
  direction: ltr;
}

.katex,
.quiz-body.skill>p {
  font-size: larger;
  font-family: inherit;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}

a,
a:hover {
  text-decoration: none;
}

.block-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit;
}
.block-href:hover {
  color: inherit;
}

.min-vh-50 {
  min-height: 50vh;
}

.min-vh-65 {
  min-height: 65vh;
}

.min-vh-75 {
  min-height: 75vh;
}

.plans .card .card-header {
  background-color: transparent;
  border-width: 0;
}

.onscroll {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.date-card svg {
  width: 30px;
  font-size: 30px;
  height: 30px;
  margin-right: 20px;
}

.quiz-body .correct svg {
  fill: var(--correct-color);
}

@font-face {
  font-family: sail;
  src: url(../../../assets/fonts/sail-regular.ttf);
}
.big-letter {
  font-size: 98px;
  font-style: italic;
  font-family: sail;
}

.bg-color-text {
  color: var(--secondary-color);
}

.bg-color-bg {
  background-color: var(--secondary-color);
}

.bg-light-color-text {
  color: var(--secondary-alt-color);
}

.bg-light-color-bg {
  background-color: var(--secondary-alt-color);
}

.alt-color-text {
  color: var(--primary-color);
}

.alt-color-bg {
  background-color: var(--primary-color);
}

.alt-light-color-text {
  color: var(--primary-light-color);
}

.alt-light-color-bg {
  background-color: var(--primary-light-color);
}

.dark-color-text {
  color: var(--accent-color);
}

.dark-color-bg {
  background-color: var(--accent-color);
}

.dark-light-color-text {
  color: var(--accent-alt-color);
}

.dark-light-color-bg {
  background-color: var(--accent-alt-color);
}

.link-color-text {
  color: var(--dark-text-color);
}

.link-light-color-text {
  color: var(--link-color);
}

.gold-color-text {
  color: #e5ae4b;
}

.gold-color-bg {
  background-color: #e5ae4b;
}

.gold-light-color-text {
  color: rgba(229, 174, 75, 0.4);
}

.gold-light-color-bg {
  background-color: rgba(229, 174, 75, 0.4);
}

.text-muted-custom {
  color: var(--accent-alt-color);
}

.white-color {
  color: var(--light-text-color);
}

.big-letter {
  color: var(--secondary-alt-color);
}

.black-white-gradient {
  background: linear-gradient(135deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 100%);
}

.alt-gradient {
  background: linear-gradient(135deg, var(--gradient-color-1) 0%, var(--primary-color) 100%);
}

.dark-gradient {
  background: linear-gradient(135deg, var(--gradient-color-1) 0%, #222222 100%);
}

.white-muted-color {
  color: #dcdcdc;
}

p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--accent-color);
}

.border-radius-1 {
  border-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-11 {
  border-radius: 11px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-13 {
  border-radius: 13px;
}

.border-radius-14 {
  border-radius: 14px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-17 {
  border-radius: 17px;
}

.border-radius-18 {
  border-radius: 18px;
}

.border-radius-19 {
  border-radius: 19px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-21 {
  border-radius: 21px;
}

.border-radius-22 {
  border-radius: 22px;
}

.border-radius-23 {
  border-radius: 23px;
}

.border-radius-24 {
  border-radius: 24px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-26 {
  border-radius: 26px;
}

.border-radius-27 {
  border-radius: 27px;
}

.border-radius-28 {
  border-radius: 28px;
}

.border-radius-29 {
  border-radius: 29px;
}

.border-radius-30 {
  border-radius: 30px;
}

.navbar-nav .dropdown .dropdown-menu a {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

@media (max-width: 767.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 0.75);
    padding-left: calc(var(--bs-gutter-x) * 0.75);
  }
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.a.nav-link:hover {
  color: var(--primary-color);
}
.a.nav-link:focus {
  color: var(--primary-color);
}
.a.nav-link:active {
  color: var(--primary-color);
}

.nav-link {
  color: var(--accent-color);
}
.nav-link.active, .nav-link:hover, .nav-link:focus {
  color: var(--primary-color);
}

.dropdown-item:active .nav-link:active,
.dropdown-item:active .nav-link:focus {
  color: var(--accent-color);
}

.nav-link {
  font-size: 1.1rem;
  font-weight: 400;
}

.nav-tabs {
  --bs-nav-tabs-border-color: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-tabs .nav-item {
  width: 150px;
  vertical-align: middle;
  border-radius: 10px;
}
.nav-tabs .nav-item .nav-link {
  width: 100%;
  height: 100%;
}
.nav-tabs .nav-topic-item {
  width: auto;
}

.nav-tabs .nav-link svg {
  fill: var(--accent-color);
}
.nav-tabs .nav-link.active svg {
  fill: var(--primary-color);
}
.nav-tabs .nav-link.active {
  -webkit-box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
          box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
  color: var(--primary-color);
}

.nav-grade .nav-item {
  margin: 0.5rem;
}
.nav-grade .nav-item .nav-link {
  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  border-radius: 6px;
}
.nav-grade .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: var(--light-text-color);
}

@media (max-width: 991.98px) {
  .nav-tabs .nav-link {
    font-size: 16px;
  }
}
.modal-header .modal-title {
  margin: auto;
}
.modal-header .modal-title svg {
  width: 100px;
  height: 100px;
}

.modal-informative .modal-header {
  background-color: var(--secondary-color);
}
.modal-informative .modal-header .modal-title svg {
  fill: var(--primary-color);
}

.modal-red .modal-header {
  background-color: var(--primary-color);
}
.modal-red .modal-header .modal-title svg {
  fill: var(--secondary-color);
}

.modal-green .modal-header {
  background-color: #00d34f;
}
.modal-green .modal-header .modal-title svg {
  fill: var(--light-text-color);
}

.navbar .form-control,
.navbar .input-group-text {
  font-size: 16px;
  color: var(--light-text-color);
  border-color: rgba(4, 6, 62, 0);
  background-color: var(--secondary-color);
  -webkit-box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
          box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
}
.navbar .form-control:focus,
.navbar .input-group-text:focus {
  outline: 0;
  border-color: var(--primary-color);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .input-group-text {
  background-color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .navbar .form-control.input {
    font-size: 22px;
    width: 80%;
    max-width: 100%;
  }
}

.account-form input,
.account-form select {
  margin-bottom: 15px;
}

.form-select.select-user {
  border: 1px solid var(--accent-alt-color);
  border-radius: 0.25rem;
}

#upload {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: "Uploaded image result";
  color: var(--light-text-color);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

.quiz-info .card {
  -webkit-box-shadow: rgba(13, 202, 240, 0.4) -6px 6px 0px 0px;
          box-shadow: rgba(13, 202, 240, 0.4) -6px 6px 0px 0px;
}

.quiz-info .card:nth-child(2) {
  -webkit-box-shadow: rgba(255, 193, 7, 0.4) -6px 6px 0px 0px;
          box-shadow: rgba(255, 193, 7, 0.4) -6px 6px 0px 0px;
}

.btn {
  font-size: 18px;
  width: -webkit-fill-available;
  color: var(--accent-color);
  border-color: var(--accent-alt-color);
}
.btn:hover {
  border-color: var(--accent-alt-color);
}

.btn:hover, 
.carousel-caption {
	color: initial;
}

.max-content {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.fill-content {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 100px;
}

.btn.btn-custom {
  background-color: var(--primary-color);
  color: var(--light-text-color);
  border-style: solid;
  border-width: 3px;
  border-radius: 6px;
  border-color: var(--primary-color);
  -webkit-box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
          box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  visibility: visible;
}
.btn.btn-custom:hover {
  color: var(--primary-color);
  background-color: var(--secondary-alt-color);
  border-color: var(--primary-color);
}

.btn.btn-custom-outline {
  background-color: var(--secondary-alt-color);
  color: var(--primary-color);
  border-style: solid;
  border-width: 3px;
  border-radius: 6px;
  border-color: var(--primary-color);
  -webkit-box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
          box-shadow: var(--secondary-alt-color) -6px 6px 0px 0px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  visibility: visible;
}
.btn.btn-custom-outline:hover {
  color: var(--accent-color);
  background-color: var(--secondary-alt-color);
  border-color: var(--accent-color);
}

.btn-collapse {
  line-height: 45px;
  text-align: start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0 0 6px 6px;
  border-width: 1px;
}
.btn-collapse[aria-expanded=false] {
  border-color: var(--secondary-color);
  color: var(--dark-text-color);
  background-color: transparent;
}
.btn-collapse[aria-expanded=false]:focus {
  background-color: var(--secondary-alt-color);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn-collapse[aria-expanded=false]:hover {
  background-color: var(--secondary-alt-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-collapse[aria-expanded=true] {
  background-color: var(--secondary-alt-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 0;
}

.btn.btn-alt {
  background-color: var(--primary-color);
  color: var(--light-text-color);
  border-style: solid;
  border-width: 3px;
  border-radius: 6px;
  border-color: var(--primary-color);
  opacity: 1;
}
.btn.btn-alt:hover {
  color: inherit;
  background-color: var(--light-text-color);
  border-color: var(--primary-color);
}

.btn.btn-green {
  background-color: #00d34f;
  color: var(--light-text-color);
  border-style: solid;
  border-width: 3px;
  border-radius: 6px;
  border-color: #00d34f;
  opacity: 1;
}
.btn.btn-green:hover {
  color: inherit;
  background-color: #71ffa6;
  border-color: #00d34f;
}

.btn.btn-teal {
  background-color: #a6ffc9;
    color: #000;
    border-style: solid;
    border-width: 3px;
    border-radius: 6px;
    border-color: #a6ffc9;
    opacity: 1;
}
.btn.btn-teal:hover {
  color: inherit;
  background-color: #d9f7e5;
  border-color: #a6ffc9;
}

.btn.btn-bg {
  background-color: var(--secondary-color);
  color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 6px;
  border-color: var(--secondary-color);
  opacity: 1;
}
.btn.btn-bg:hover {
  color: inherit;
  background-color: var(--secondary-alt-color);
  border-color: var(--secondary-color);
}

.main-header {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 97;
}
.main-header .logo-img {
  width: 50px;
  height: 51px;
  background-color: var(--primary-color);
  padding: 6px;
  border-radius: 0 6px 6px 0;
}
.main-header .logo-text {
  font-weight: 700;
	font-size: 34px;
	color: var(--primary-color);
	vertical-align: middle;
	padding-left: 100px;
	padding-right: 10px;
	border-radius: 6px 0 0 6px;
	background-color: var(--secondary-color);
	display: inline-block;
	position: relative;
	right: -2px;
}
.main-header form {
  max-height: 40px;
}
.main-header .user-avatar {
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-alt-color);
  border-radius: 6px;
  width: 40px;
  height: 40px;
}
.main-header .dropdown-menu[data-bs-popper] {
  position: absolute;
  top: 100%;
  margin-top: 7px;
}
.main-header .user-img-dropdown .dropdown-menu[data-bs-popper] {
  right: -124px;
}
.main-header .dropdown-toggle::after {
  display: none;
}
.main-header .dropdown svg {
  fill: var(--secondary-color);
}
.main-header .dropdown-item:hover,
.main-header .dropdown-item:focus {
  background-color: var(--secondary-alt-color);
  color: var(--primary-color);
}
.main-header .dropdown-item.active,
.main-header .dropdown-item:active {
  color: var(--dark-text-color);
  background-color: var(--primary-color);
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler.collapse-btn {
  z-index: 98;
}

.navbar-toggler.close-btn {
  z-index: 10000000000000000;
  display: block;
  position: absolute;
  top: 70px;
  right: 25px;
}

.btn-toolbar {
  margin-bottom: 0;
}
.btn-toolbar button {
  --bs-btn-padding-y: 0.85rem;
}

.sidebar-menu ul > li {
  padding-top: 15px;
  padding-bottom: 15px;
}

input[type="email"] {
	text-align: right;
}

@media (max-width: 767.98px) {
  .sidebar ul {
    padding-top: 25px;
  }
  .hide-s {
    opacity: 0;
  }
  .input-group.searchbar .form-control,
  .input-group.searchbar .input-group-text {
    height: 45px;
  }
  .input-group.searchbar .form-control:focus {
    position: absolute;
    border-radius: 4px;
    width: 80vw;
    z-index: 1;
    height: 50px;
    top: -4px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .dashboard-content {
    margin-top: 40px;
  }
  .sidebar-menu {
    width: 93%;
    height: 100%;
    text-align: center;
    z-index: 99;
    background-color: var(--secondary-color);
    top: 60px;
  }
  .sidebar-menu .dropdown-toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .main-header .logo-text {
    font-weight: 700;
    font-size: 26.5px !important;
    padding-right: 10px;
  }
  .main-header .logo-img {
    width: 40px;
    height: 40px;
  }
  .main-header .nav-item {
    margin-right: 10px;
  }
  .main-header .nav-link {
    font-size: 16px;
  }
  .main-header .navbar-nav {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: unset;
        flex-direction: unset;
  }
}

#breadcrumb nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero {
  position: relative;
  border-radius: 30px;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../../assets/website/img/back.jpg);
  background-size: cover;
}

.hero-back {
  background-position: center center;
  background-size: contain;
}

.hero-text {
  background-color: var(--secondary-color);
  border-radius: 6px;
}

.wrap-motion {
  position: relative;
}
.wrap-motion::before, .wrap-motion::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary-color);
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.wrap-motion::before {
  background-color: var(--primary-color);
  top: -15px;
  left: -15px;
  border-radius: 6px;
}
.wrap-motion::after {
  bottom: -15px;
  right: -15px;
  border-radius: 6px;
}
.wrap-motion:hover::before {
  top: 15px;
  left: 15px;
}
.wrap-motion:hover::after {
  bottom: 15px;
  right: 15px;
}

@media (max-width: 991.98px) {
  .hero-img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #about {
    /*height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.grade-box:hover .big-letter {
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grade-box:hover .btn {
  border-width: 1px;
  border-color: transparent;
}

.grades-top-boxes .col-3 {
  margin-top: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
}

.Square {
  display: flex;
  background: var(--light-text-color);
  border-radius: 6px;
  height: auto;
  min-height: 150px;
  padding: 1rem;
  margin: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.5s ease-in-out;
}

.Square img {
  border-radius: 6px;
}

.Square:hover {
  background-color: 'inherit';
}

.Square:hover p.text-muted {
  color: var(--bs-link-color) !important;
}

.game-img {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.game-img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#games .block-href {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: var(--secondary-alt-color) 6px 6px 0px 0px;
}

.game-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial .carousel-wrapper {
  margin: 100px auto;
}

.slider .carousel-wrapper {
    right: 85%;
    z-index: 10000;
}

.testimonial .carousel-inner {
  position: relative;
  width: 70%;
  overflow: hidden;
  background: var(--light-text-color);
  padding: 20px;
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  margin: 0 auto;
}

.slider .carousel-inner {
    position: relative;
    width: 70%;
    overflow: hidden;
    background: var(--light-text-color);
    padding: 20px;
    border-radius: 0;
    border: 2px solid var(--primary-color);
    margin: 0 auto;
    box-shadow: 2px 3px 2px 0px #dadada;
}

.grade-ul .slider img {
    width: 150px !important;
    height: 150px;
    margin: 0 auto;
}

.carousel-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: initial;
  min-height: 190px;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-caption h5, .carousel-caption .h5,
.carousel-caption p {
  width: 100%;
}

.testimonial .card img,
.carousel-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.box-testi {
  position: relative;
}
.box-testi:hover .back-box-testi {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* testi-box */
.back-box-testi {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 70%;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.back-box-testi-1 {
  background: #09c6f4;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.back-box-testi-2 {
  background: #ffae01;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.back-box-testi-3 {
  background: var(--primary-color);
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.carousel-indicators [data-bs-target] {
  background-color: var(--secondary-color);
}

.carousel-indicators [data-bs-target] {
  background-color: var(--secondary-color);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--primary-color);
  padding: 20px;
  border-radius: 6px;
}

.nav-grade li > button {
  text-transform: capitalize;
}

.grade-ul-wrapper {
  display: inline-block;
  display: block;
  width: 31.3333%;
  margin: 1%;
  float: right;
}
.grade-ul-wrapper .progress {
  border-radius: 6px 6px 0 0;
  background-color: var(--secondary-alt-color);
}
.grade-ul-wrapper .grade-ul {
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.grade-ul-wrapper .grade-ul li {
  list-style-type: decimal;
  display: list-item;
  line-height: 2rem;
}
.grade-ul-wrapper .grade-ul a {
  color: var(--dark-text-color);
}
.grade-ul-wrapper .grade-ul a:hover {
  text-decoration: underline;
  color: var(--link-color);
  cursor: pointer;
}
.grade-ul-wrapper .collapse .card-body,
.grade-ul-wrapper .collapsing .card-body {
  border-width: 1px;
  border-radius: 0 0 6px 6px;
}

.grade-ul-wrapper .collapsing .card-body {
}

.grade-box:hover {
  color: var(--primary-color);
  border-radius: 0;
  border-style: solid;
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
  border-right-width: 0.5rem;
  border-left-width: 0.5rem;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.grade-box {
  width: 90%;
  margin: 2rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  border-style: solid;
  border-width: 0.5rem;
  border-color: #efefef;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}

.grade-box {
  box-shadow: 10px 10px 0px var(--primary-color), -10px -10px 0px var(--secondary-color);
}

.grade-box:hover {
  box-shadow: none;
  border-right-color: var(--primary-color);
  border-left-color: var(--secondary-color);
}

.grade-box:hover h5 {
  color: var(--primary-color);
}

.grade-box:hover h4 {
  color: var(--secondary-color);
}

.grade-box .btn {
  border: 0;
}

.grade-box > a.btn {
	min-height: 300px;
}

.grade-img-box {
  min-height: 80px;
  margin-bottom: 10px;
}

.grade-img-box img {
  display: block;
  width: 30%;
  height: 100%;
  max-height: 100px;
}

@media (max-width: 991.98px) {
  .grade-ul-wrapper {
    width: 48%;
    margin: 1%;
  }
}
#testimonials .card-body .card-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 190px;
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
  right: 0;
  bottom: 0;
  left: 0;
}
#testimonials .card-body .card-caption h5, #testimonials .card-body .card-caption .h5,
#testimonials .card-body .card-caption p {
  width: 100%;
}

#testimonials .card-body .card-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonial .card img,
.carousel-img img {
  width: 105px;
  height: 130px;
  border-radius: 50%;
}

.back-box-testi-1 {
  background: var(--bs-warning);
  transform: rotate(6deg);
}

.back-box-testi-2 {
  background: var(--bs-indigo);
  transform: rotate(4deg);
}

.back-box-testi-3 {
  background: var(--bs-cyan);
  transform: rotate(2deg);
}

.testimonial .carousel-inner {
  border: 1px solid var(--bs-gray-500);
}

.carousel-indicators [data-bs-target] {
  background-color: var(--bs-warning);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--secondary-color);
}

.games-img {
  height: 65vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.game-start .games-img {
  width: 22rem;
  height: 22rem;
}

.games-desc {
  margin: auto 0;
  padding: 6rem 2rem;
}

@media (max-width: 991.98px) {
  .dark-gradient {
    background: var(--gradient-color-1);
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #games .game:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .games-desc {
    padding: 2rem 6rem 4rem;
  }
}
.game-start {
  height: 30rem;
  background-color: #1c1c1c;
  justify-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.game-start p {
  color: var(--light-text-color);
}

.game-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.game-control .svg-wrapper {
  cursor: pointer;
}
.game-control .svg-wrapper svg {
  width: 32px;
  height: 32px;
}
.game-control :hover > svg {
  fill: #777;
}

#goTop {
  display: none;
  position: fixed;
  width: 60px;
  bottom: 120px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: var(--light-text-color);
  cursor: pointer;
  padding: 15px;
  border-radius: 6px;
  font-size: 18px;
}
#goTop:hover {
  background-color: var(--secondary-color);
  color: var(--dark-text-color);
}

.swal-modal {
  background-color: var(--secondary-color);
  border: 3px solid var(--light-text-color);
}

.about-area .about-text p,
.faculty-area .meta-text .info p,
.single-post-area .post-text p {
  font-size: 1.25rem;
    font-weight: 300;
}

.contact-page-area form input, .contact-page-area form .input-group  {
  margin-bottom: 10px;
  text-align: right;
}

.contact-page-area form textarea {
  margin-bottom: 10px;
  text-align: right;
  height: 180px;
}

@media (max-width: 991.98px) {
  .lead {
    text-align: right;
  }
  .lh-1, .lh-lg {
    line-height: 1.3 !important;
    font-size: 1.6rem !important;
  }
  h4, .h4 {
    font-size: calc(1rem + 0.3vw);
  }
  .big-letter {
    font-size: 2.2rem;
  }
  .testimonial .card img,
  .carousel-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  div.carousel-inner div.carousel-img p {
    margin-left: 10px;
	  margin-right: 10px;
  }
}

.circle {
  position: absolute;
  border-radius: 50%;
  background: var(--primary-color);
  animation: ripple 15s infinite;
  box-shadow: 0 0 1px 0 #508fb9;
}

.small {
  width: 200px;
  height: 200px;
  right: -100px;
  top: -100px;
}

.medium {
  width: 400px;
  height: 400px;
  right: -200px;
  top: -200px;

}

.large {
  width: 600px;
  height: 600px;
  right: -300px;
  top: -300px;
}

.xlarge {
  width: 800px;
  height: 800px;
  right: -400px;
  top: -400px;
}

.xxlarge {
  width: 1000px;
  height: 1000px;
  right: -500px;
  top: -500px;
}

.shade1 {
  opacity: 0.2;
}

.shade2 {
  opacity: 0.5;
}

.shade3 {
  opacity: 0.7;
}

.shade4 {
  opacity: 0.8;
}

.shade5 {
  opacity: 0.9;
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

.wrap-motion {
  position: relative;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@media(max-width: 991.98px) {
  .Square {
    width: 100%;
    text-align: center;
    min-height: 215px;
  }

  .Square-text p {
    font-size: 0.7rem;
  }

  .text-uppercase {
    font-size: 0.8rem;
  }

  #games .block-href {
    width: 82%;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

/*# sourceMappingURL=main-rtl.css.map */