@font-face {
  font-family: Cairo;
  src: url("../fonts/Cairo-VariableFont_slnt,wght.ttf");
}
:root {
  --main-color-text: #743799;
  --main-color-theme: #743799;
  --secondary-color-text: #1e1e1e;
  --secondary-sub-color-text: #1e1e1eb3;
  --input-background: #e3e9e940;
  --radio: 0.8;
}
body {
  font-family: "Cairo", Courier, monospace;
  direction: rtl;
  padding: 0px;
  margin: 0px;
  min-height: 100vh;
  /* background-image: url("../images/Group8.ef26b606f1dd584974a8.4895213917db7c9478c7.png");
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain; */
  background-color: #0c0e2b;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.row {
  margin: 0px;
}
a {
  text-decoration: none;
}
header {
  position: fixed;
  width: 100%;
  z-index: 222;
  background-color: transparent;
}
header .main-con-header-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-con-logo-dark-icon {
  display: flex;
  align-items: center;
}
.main-con-logo-dark-icon img {
  width: 180px;
}
.con-icon-dark-mode {
  background-color: #9433dc;
  height: 50px;
  padding: 0px 4px;
  width: 105px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: 0.5s ease-in-out;
  margin-left: 20px;
}
.con-icon-dark-mode i.fa-sun {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #9433dc;
  position: relative;
  z-index: 2222;
  width: 42px;
  height: 42px;
  transition: 0.5s ease-in-out;
}
.active-mode {
  position: absolute;
  top: 4px;
  left: 4px;
  transform: translate(0px);
  width: 42px;
  height: 42px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.con-icon-dark-mode i.fa-moon {
  color: #ffff;
  font-size: 25px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2222;
  transition: 0.5s ease-in-out;
}
.con-icon-dark-mode.active {
  background-color: #4a5568;
}
.con-icon-dark-mode.active i.fa-sun {
  color: #718096;
}
.con-icon-dark-mode.active i.fa-sun {
  color: #718096;
}
.con-icon-dark-mode.active i.fa-moon {
  color: #334155;
}
.con-icon-dark-mode.active .active-mode {
  transform: translate(55px);
}
.main-con-buttons-header {
  display: flex;
  align-items: center;
}
.main-con-buttons-header button {
  background-image: linear-gradient(135deg, #9433dc, #314036);
  border: none;
  outline: none;
  padding: 18px 30px;
  border: 2px solid #9433dc;
  font-size: 14px;
  font-weight: 900;
  color: white;
  align-items: center;
  display: flex;
  gap: 12px;
  z-index: 2;
  border-radius: 12px;
  margin: 0px 10px;
  transition: all 0.5s;
  position: relative;
  height: 52px;
}
.main-con-buttons-header button::after {
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    hsla(0, 0%, 100%, 0.2),
    transparent
  );
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.6s ease;
  width: 100%;
}
.main-con-buttons-header button i {
  font-size: 20px;

  transition: all 0.3s ease;
}
.main-con-buttons-header button:hover i {
  transform: scale(1.2) rotate(20deg);
}
.main-con-buttons-header button:hover {
  border-color: #9433dc;
  box-shadow: 0 8px 25px rgba(66, 85, 72, 0.2);
  background: linear-gradient(135deg, #314036, #9433dc);
}
.main-con-buttons-header button:hover::after {
  left: 0%;
}
.main-con-buttons-header a {
  border: 2px solid #9433dc;
  border-radius: 12px;
  align-items: center;
  display: flex;
  gap: 12px;
  z-index: 2;
  padding: 18px 30px;
  height: 52px;
  color: #9433dc;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
}
.main-con-buttons-header a p {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin-bottom: 0px;
  position: relative;
}
.main-con-buttons-header a::after {
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(66, 85, 72, 0.1),
    transparent
  );
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.6s ease;
  width: 100%;
}
.main-con-buttons-header a:hover {
  transform: translate(0px, -5px);
}
.main-con-buttons-header a:hover::after {
  left: 0px;
}
.main-con-buttons-header a span {
  font-size: 20px;
  line-height: 1.2;
}
header {
  padding: 20px 30px;
  position: fixed;
  width: 90%;
  z-index: 222;
  background-color: transparent;
  transform: translate(-50%, 20px);
  left: 50%;
  background: white;
  border-radius: 20px;
}
.main-con-hero-section {
  background: #0c0e2b;
  box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
  height: 100vh;
  padding-top: 50px;
  margin-bottom: 100px;
}
.hero-section-area {
  background-color: #170f2f;
  box-shadow: 0 0 20px 10px rgba(95, 45, 237, 0.05);
  height: calc(100vh - 50px);
  padding: 50px;
  border-radius: 25px;
  position: relative;
}
.teacher-image-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
}
.teacher-image {
  position: absolute;
  top: 43%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 330px;
}
.main-con-right-section {
  position: relative;
  height: 100%;
}
.main-con-icons-hero-section .image-icon-1 {
  position: absolute;
  top: 40px;
  left: 60px;
  height: 70px;
  animation: moveright 5s ease-in-out infinite;
}
@keyframes moveright {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(30px, 0px) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
.image-icon-4 {
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.image-icon-3 {
  width: 290px;
  position: absolute;
  top: 210px;
  left: 55%;
  transform: translate(-50%, 0px);
  animation: scaleUp 5s ease-in-out infinite;
}
@keyframes scaleUp {
  0% {
    transform: translate(-50%, 0px) scale(1);
  }
  50% {
    transform: translate(-50%, 0px) scale(3);
  }
  100% {
    transform: translate(-50%, 0px) scale(1);
  }
}
@keyframes rotateImage {
  0% {
    transform: translate(-50%, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-50%, 0px) rotate(500deg);
  }
  100% {
    transform: translate(-50%, 0px) rotate(0deg);
  }
}
.main-con-text-hero-section {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-con-text-hero-section span:nth-child(1) {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #f2277e;
}
.main-con-text-hero-section p {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.5px;
  font-weight: bolder;
  color: white;
}
.main-con-icons-hero-section .image-icon-2 {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0%);
  animation: rotateImage 5s ease-in-out infinite;
}
.main-con-text-hero-section span:nth-child(3) {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  max-width: 500px;
}
.actions-hero-sections {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.actions-hero-sections button {
  background-color: #9433dc;
  padding: 15px 30px;
  border: 2px solid transparent;
  color: white;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  border-radius: 10px;
  margin-left: 15px;
}
.actions-hero-sections a {
  padding: 15px 30px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  border-radius: 10px;
  margin-left: 15px;
  text-align: center;
  color: #fff !important;
}
.actions-hero-sections a i {
  margin-right: 15px;
}
.con-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 250px;
}
.con-title img {
  height: 90px;
}
.con-title h1 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin: 0px 20px;
}
.con-title h1 span {
  color: #f2277e;
}
.con-title img:nth-child(3) {
  transform: scaleX(-1);
}
.con-section-qoute {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 110%;
  height: 350px;
  transform: translate(-50%, -100px) rotate(356deg);
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: white; */
}
.con-section-qoute svg {
  height: 350px;
}
.main-con-section-two {
  position: relative;
}
.main-con-all-page-home {
  overflow: hidden;
}
.main-con-qoute-text {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 90%;
  transform: translate(0%, -50%) rotate(356deg);

  background-color: white;
  padding: 30px;
}
.marquee > div img {
  height: 80px;
  margin: 0px 40px;
}
.marquee {
  position: absolute;
  width: 100%; /* visible area */
  overflow: hidden;
  padding: 10px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: white;
}

.marquee > div {
  position: absolute;
  white-space: nowrap;
  animation: scroll 10s linear infinite;
  font-size: 1.5rem;
}

/* Start at center (50%), move left until text disappears */
@keyframes scroll {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* .bubble {
  position: absolute;
  bottom: 0em;
  border-radius: 50%;
  background: #dddddd;
  z-index: 0;
}

#bubble1 {
  left: 3em;
  width: 0.75em;
  height: 0.75em;
  animation: rise1 9s infinite;
}

#bubble2 {
  left: 9em;
  width: 0.5em;
  height: 0.5em;
  animation: rise2 6s infinite;
}

#bubble3 {
  left: -0.25em;
  width: 0.5em;
  height: 0.5em;
  animation: rise3 4s infinite;
}

#bubble4 {
  left: 7em;
  width: 0.65em;
  height: 0.65em;
  animation: rise4 9s infinite;
}

#bubble5 {
  left: 7em;
  width: 0.35em;
  height: 0.35em;
  animation: rise5 4s infinite;
}

#bubble6 {
  left: 1em;
  width: 0.7em;
  height: 0.7em;
  animation: rise6 16s infinite;
}

@keyframes bob1 {
  25% {
    transform: rotate(115deg) translateX(2px) translateY(2px);
  }

  50% {
    transform: rotate(125deg) translateX(1px) translateY(-2px);
  }

  75% {
    transform: rotate(135deg) translateX(1px) translateY(3px);
  }
}

@keyframes bob2 {
  25% {
    transform: rotate(-5deg) translateX(2px) translateY(2px);
  }

  50% {
    transform: rotate(-5deg) translateX(1px) translateY(-2px);
  }

  75% {
    transform: rotate(-35deg) translateX(1px) translateY(3px);
  }
}

@keyframes bob3 {
  25% {
    transform: rotate(15deg) translateX(2px) translateY(2px);
  }

  50% {
    transform: rotate(25deg) translateX(1px) translateY(-2px);
  }

  75% {
    transform: rotate(35deg) translateX(1px) translateY(3px);
  }
}

@keyframes rise1 {
  30% {
    transform: translateY(0) translateX(1.5em);
  }
  60%,
  100% {
    transform: translateY(-16em) translateX(5em);
  }
}

@keyframes rise2 {
  50% {
    transform: translateY(-3em) translateX(0.25em);
  }
  100% {
    transform: translateY(-16em) translateX(-3em);
  }
}

@keyframes rise3 {
  40% {
    transform: translateY(-3em) translateX(-0.25em);
  }
  100% {
    transform: translateY(-16em);
  }
}

@keyframes rise4 {
  20% {
    transform: translateY(0) translateX(-1.5em);
  }
  50%,
  100% {
    transform: translateY(-16em) translateX(-3em);
  }
}

@keyframes rise5 {
  20% {
    transform: translateY(0) translateX(-1.5em);
  }
  70%,
  100% {
    transform: translateY(-16em) translateX(-3em);
  }
}

@keyframes rise6 {
  50% {
    transform: translateY(0);
  }
  65%,
  100% {
    transform: translateY(-16em);
  }
} */
.main-con-one-level {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 50px auto;
}
.main-con-section-educational-levels {
  width: 100%;
  height: 250px;
  background: url("../images/year2.55649275089c513e3d98.png") no-repeat center
    center scroll;
  background-size: cover;
  max-width: 550px;
  border-radius: 15px;
  margin: auto;
  position: relative;
}
.main-con-section-educational-levels:hover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: block;
}
.main-con-section-educational-levels > div {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: white;
}
.main-con-section-educational-levels p {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 800;
  color: white;
}
.main-con-section-educational-levels span {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 500;
  color: white;
}
.main-con-levels-sections {
  margin-top: 100px;
}
.main-con-one-level i {
  font-size: 100px;
  margin-bottom: 30px;
  animation: MoveUpHat 5s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

@keyframes MoveUpHat {
  0% {
    transform: translate(0%, 0px);
  }
  50% {
    transform: translate(0%, 30px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
.main-con-one-level p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.main-con-one-level p::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0px;
  height: 3px;
  background-color: #0c0e2b;
  border-radius: 50px;
}
.main-con-one-level span {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
  max-width: 300px;
}
.main-con-one-level button {
  padding: 15px 20px;
  width: 100%;
  font-size: 15px;
  color: white;
  border: none;
  outline: none;
  border-radius: 15px;
  font-weight: 700;
}
.main-con-one-level.green i {
  color: #06d6a0;
}
.main-con-one-level.green p::after {
  background-color: #06d6a0;
}
.main-con-one-level.green button {
  background-color: #06d6a0;
}
.main-con-one-level.yellow i {
  color: #ffd166;
}
.main-con-one-level.yellow p::after {
  background-color: #ffd166;
}
.main-con-one-level.yellow button {
  background-color: #ffd166;
}
.main-con-one-level.red i {
  color: #ff6b6b;
}
.main-con-one-level.red p::after {
  background-color: #ff6b6b;
}
.main-con-one-level.red button {
  background-color: #ff6b6b;
}
.main-con-card-top-student {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 1px #bababa;
}
.main-con-card-top-student img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.main-con-card-top-student i {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #ffd166;
}
.main-con-card-top-student span.prize-number {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffc500;
  font-size: 90px;
  font-weight: 900;
}

.main-con-card-top-student {
  position: relative;
}
.main-con-card-top-student span {
  display: block;
}
.main-con-card-top-student p {
  font-size: 20px;
  color: var(--secondary-color-text);
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
.main-con-card-top-student span.order {
  font-size: 15px;
  color: var(--secondary-color-text);
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.main-con-card-top-student span.date {
  font-size: 15px;
  color: #06d6a0;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.main-con-section-top-students .con-title {
  margin-bottom: 100px;
  padding-top: 0px;
}
.main-con-section-top-students {
  background-color: #fbfbfb;
  padding: 0px 0px 90px;
}
.main-con-section-top-students .con-title h1 {
  color: #0c0e2b;
}
#container {
  width: 700px;
  height: 700px;
  margin: 10px auto;
  /* border: 5px dashed #fff; */
  position: relative;
  border-radius: 50%;
  /* animation: spin 10s linear infinite; */
}
#container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  animation: ScaleUp 5s ease-in-out infinite;
}
@keyframes ScaleUp {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.item {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 30px;
  height: 30px;
  line-height: 30px; */
  text-align: center;
  /* transform: translate(90px, 130px); */
  /* border-radius: 50%; */
  position: absolute;
  color: white;
  background: #170f2f;
  /* animation: spin 10s linear infinite reverse; */
}
.item i {
  font-size: 50px;
  /* color: #f2277e; */
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: MoveUpAndRotate 5s ease-in-out infinite;
}
.item p {
  font-size: 25px;
  color: #06d6a0;
  font-weight: 800;
  margin-bottom: 10px;
}
.item span {
  font-size: 13px;
  color: #fbfbfb;
  font-weight: 600;
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
.main-con-website-features {
  background-color: #170f2f;
}
.main-con-website-features .con-title {
  padding-top: 0px;
  margin-bottom: 150px;
}
.main-con-website-features .con-title h1 {
  color: white;
}
.main-con-website-features {
  padding: 100px 0px;
}
@keyframes MoveUpAndRotate {
  0% {
    transform: translate(0%, 0px);
  }
  50% {
    transform: translate(0%, 20px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
.main-con-plans-sections {
  background-color: white;
}
.main-con-plans-sections .con-title {
  padding-top: 50px;
  margin-bottom: 70px;
}
.main-con-plans-sections .con-title h1 {
  color: #170f2f;
}
.main-con-one-plan-section {
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 1px #cbcbcb;
  position: relative;
  background-color: #fbfbfb;
}
.main-con-one-plan-section .title-top {
  background-color: #743799;
  color: white;
  padding: 5px 30px;
  border-radius: 20px;
  border: 5px solid white;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-con-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-con-header i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #06d6a022;
  color: #06d6a0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-con-header > div {
  flex-grow: 1;
  width: 40%;
  margin: 0px 20px;
}
.main-con-header > div p {
  font-size: 30px;
  color: #170f2f;
  font-weight: 800;
  margin-bottom: 0px;
}
.main-con-see-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 50px auto 0px;
  background: #9433dc;
  font-weight: 700;
  padding: 20px 50px;
  width: 100%;
  max-width: 200px;
  border-radius: 15px;
  color: white;
  transition: 0.5s ease-in-out;
  border: 2px solid transparent;
}
.main-con-see-all-btn:hover {
  background: transparent;
  border: 2px solid #9433dc;
  color: #9433dc;
}
.main-con-lecture-revestions-card {
  background: url("../images/about_1.png") no-repeat center center scroll;
  background-size: cover;
  width: 100%;
  height: 450px;
  border-radius: 18px;
  position: relative;
  margin-bottom: 30px;
}
.con-lecture-revestions-card-info {
  position: absolute;
  bottom: calc(20px * var(--radio));
  left: calc(20px * var(--radio));
  width: calc(100% - calc(40px * var(--radio)));
  background-color: #ffffffcc;
  border-radius: 18px;
  padding: calc(30px * var(--radio)) calc(20px * var(--radio));
}
.con-lecture-revestions-card-info p.price {
  color: #00dc82;
  font-weight: 700;
  margin-bottom: calc(15px * var(--radio));
  font-size: calc(18px * var(--radio));
}
.con-lecture-revestions-card-info p.description {
  color: var(--secondary-color-text);
  font-weight: 700;
  margin-bottom: calc(15px * var(--radio));
  font-size: calc(20px * var(--radio));
}
.main-con-header {
  border-bottom: 1px solid #cecece;
  padding: 0px 0px 10px;
}
.main-con-header > div span {
  font-size: 15px;
  color: #718096;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 30px;
  display: block;
}
.main-con-header > p {
  font-size: 40px;
  color: #9433dc;
  font-weight: 900;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px;
}
.main-con-header > p span {
  font-size: 13px;
  color: #9433dc;
  font-weight: 500;
}
.main-con-plan-dots {
  padding: 20px;
}
.con-one-dot {
  display: flex;
  align-items: flex-start;
  padding: 10px 0px;
  color: #718096;
}
.con-one-dot span {
  font-size: 16px;
  margin: 0px 10px;
}
.con-one-dot i {
  color: #06d6a0;
}
.main-con-one-plan-section button {
  width: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  outline: none;
  background-color: #fff;
  color: #9433dc;
  border: 2px solid #ddd;
}
.main-con-one-plan-section.active button {
  background-color: #9433dc;
  color: #fff;
  border: 2px solid #9433dc;
}
.main-con-links-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* background-color: white; */
  border-radius: 50px;
  height: 100%;
  padding: 5px;
}
.main-con-links-content img {
  width: 40px;
  margin: 0px 10px;
}
.main-con-text-footer p {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}
.main-con-text-footer {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.main-con-imae-logo img {
  width: 50px;
}
.main-con-imae-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer {
  padding: 10px;
}
@media (max-width: 992px) {
  .main-con-text-hero-section p {
    font-size: 40px;
  }
  .main-con-text-hero-section {
    text-align: center;
  }
  .marquee {
    height: 100px;
  }
  header {
    padding: 10px 0px;
    width: 100%;
  }
  .main-con-buttons-header button {
    margin: 0px;
    margin-left: 10px;
    padding: 18px 10px;
    font-size: 12px;
  }
  .main-con-buttons-header a {
    padding: 18px 10px;
    overflow: visible;
  }
  .main-con-buttons-header a::after {
    display: none;
  }
  .main-con-logo-dark-icon img {
    width: 150px;
  }
  .main-con-text-hero-section span:nth-child(1) {
    font-size: 20px;
  }
  .main-con-section-educational-levels {
    margin-bottom: 15px;
  }
  .main-con-card-top-student {
    margin-bottom: 15px;
  }
  .main-con-text-footer p {
    font-size: 13px;
  }
  .main-con-links-content img {
    width: 30px;
    margin: 0px 2px;
  }
  #container img {
    height: 70px;
  }
  .item {
    width: fit-content;
    height: fit-content;
    min-width: 100px;
    background-color: transparent;
    max-width: 130px;
  }
  .main-con-website-features .con-title,
  .main-con-section-top-students .con-title {
    margin-bottom: 50px;
  }
  .main-con-website-features {
    padding: 50px 0px;
  }
  .item i {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .con-lecture-revestions-card-info {
    bottom: 40px;
  }
  .item p {
    font-size: 13px;
  }
  .item span {
    font-size: 10px;
  }
  #container {
    width: 270px;
    height: 270px;
  }
  .con-title h1 {
    font-size: 25px;
  }
  .con-title img {
    height: 60px;
  }
  .teacher-image {
    width: 220px;
  }
}
