@font-face {
  font-family: BNaznnBd;
  src: url("../fonts/BNaznnBd.ttf") format("truetype"),
    url("../font/BNaznnBd.woff") format("woff"),
    url("../font/BNaznnBd.woff2") format("woff2");
}
@font-face {
  font-family: BNaznin;
  src: url("../fonts/BNaznin.ttf") format("truetype"),
    url("../font/BNaznin.woff") format("woff"),
    url("../font/BNaznin.woff2") format("woff2");
}
@font-face {
  font-family: Yekan;
  src: url("../fonts/Yekan.ttf") format("truetype"),
    url("../fonts/Yekan.woff") format("woff"),
    url("../fonts/Yekan.eot") format("eot");
}
body {
  direction: rtl;
}
* {
  font-family: Yekan;
  box-sizing: border-box;
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  line-height: 2rem;
  font-size: 1.1rem;
}
ul {
  padding-right: 0;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgb(138, 163, 223) !important;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
select:focus {
  box-shadow: none !important;
}
input[type="submit"] {
  background: linear-gradient(
    to right,
    rgba(135, 130, 224),
    rgb(121, 94, 219)
  ) !important;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.menu {
  margin-right: 1rem;
}
.header-all-without-index .menu a {
  color: black !important;
}
.header-all-without-index .menu i {
  color: black !important;
}
.header-all-without-index .offcanvas-body a {
  color: white !important;
}
.header-all-without-index .gap-2 > div:first-child > a {
  color: black !important;
}
.header-all-without-index .gap-2 > div:first-child > i {
  color: black !important;
}
.header-all-without-index ul li {
  padding: 0.5rem 0.5rem;
  border-radius: 0.4rem;
  margin: 0 0.3rem;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.header-all-without-index ul li:not(.btn-group):hover {
  background: linear-gradient(
    to right,
    rgb(135, 130, 224),
    rgb(121, 94, 219)
  ) !important;
}
.header-all-without-index ul li:hover a {
  color: white !important;
}
.container-top-header-tell {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0.3rem 0;
}
.top-header-items {
  width: 11rem;
}
.top-header ul li {
  padding: 0.5rem 0.5rem;
  border-radius: 0.4rem;
  margin: 0 0.3rem;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
  font-size: 1rem;
}
.top-header ul li:not(.btn-group):hover {
  background: linear-gradient(
    to right,
    rgb(135, 130, 224),
    rgb(121, 94, 219)
  ) !important;
}

.top-header ul li:hover a {
  color: white !important;
}
.top-header-tell {
  background: linear-gradient(to right, rgb(135, 130, 224), rgb(121, 94, 219));
  border-radius: 2rem;
  padding: 0.2rem 0.5rem;
  color: white;
  margin-left: 5%;
}
.top-header-tell:hover {
  background: linear-gradient(
    to right,
    rgb(42, 40, 87),
    rgb(121, 94, 219)
  ) !important;
  box-shadow: 0 0 2px black;
}
.container-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.img-logo {
  width: 8rem;
  transition: transform 0.5s ease-in-out;
}
.img-logo:hover {
  transform: rotatex(180deg);
}
.search-icon {
  cursor: pointer;
}
.search-box {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 1s ease, opacity 1s ease;
  background-color: #f8f9fa;
  transform: translateX(-50%);
  position: fixed;
  z-index: 1;
  left: 50%;
  width: 100%;
}
.container-search {
  padding: 4rem;
  background-color: #212a3b;
  display: flex;
  justify-content: center;
}
.search-box.open {
  display: block;
  opacity: 1;
}
.custom-search {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  padding: 5px 0;
  outline: none;
  width: 100%;
  background-color: #212a3b;
  color: white !important;
}
.container-login-register {
  width: 11rem;
}
.btn-register-login {
  width: 100%;
  gap: 0.5rem;
}
.btn-register-login a {
  background: linear-gradient(
    to right,
    rgb(135, 130, 224),
    rgb(121, 94, 219)
  ) !important;
  box-shadow: 0 0 3px black;
  border: none;
}
.custom-form {
  width: 30rem;
}
.custom-search:focus {
  border-bottom: 2px solid #007bff;
  box-shadow: none;
  background-color: #212a3b;
}
.custom-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.offcanvas-start {
  transition: 0.8s;
}
.offcanvas-header,
.offcanvas-body {
  background-color: rgba(135, 130, 224);
}
.container-blur {
  min-height: 21rem;
  width: 21rem;
  padding: 1rem;
  background: #b4b2b2c9;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  margin: 5rem 8rem 0 0;
  animation: pendulum 2s infinite ease-in-out;
  display: inline-block;
  transform-origin: top center;
  box-shadow: 0 0 3px darkmagenta;
}
@keyframes pendulum {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}

.container-blur div {
  min-height: 20.2rem;
  width: 19rem;
  padding: 1rem;
  border: 1px solid purple;
  border-radius: 1rem;
}
.tel-color {
  color: rgb(89, 58, 200) !important;
}

.typing-container {
  font-size: 1.2rem;
  font-weight: bold;
  word-wrap: break-word;
  overflow: hidden;
  text-align: justify;
}

.typing-container p {
  margin: 0 0 10px 0;
  display: block;
}

.container-main {
  margin: 2rem auto;
}

.container-main-down {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  background-image: url("../img/470273122_preview_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem;
  text-shadow: 1px 3px 1px #1f1c1c29;
  color: white;
  isolation: isolate;
}
.container-main-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.container-down {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  perspective: 1000rem;
  margin-bottom: 2rem;
  background-image: url("../img/2402f3a7a7b6823606a49f637231aff2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
}
.container-down-items {
  position: relative;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background-color: white;
  padding: 2rem;
  width: 26rem;
  margin-bottom: 1rem;
  transition: transform 0.7s ease, box-shadow 0.7s ease;
  border: 1px solid gainsboro;
  border-radius: 1rem;
  box-shadow: 0 0 8px #3a0080;
}
.container-down-items img {
  width: 5rem;
  transition: transform 0.5s ease;
}
.container-down-items:hover img {
  transform: rotate(360deg);
}
.container-down-title {
  padding: 1rem;
  background-color: #341e5d;
  color: white;
  border-radius: 0 0 1rem 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

.container-down-items:hover {
  transform: translateZ(0.001px) scale(1);
  box-shadow: 0 0 18px #3a0080;
}
.container-down-items a {
  color: #6d42a1;
  font-size: 1.2rem;
}
.parent-registration {
  padding: 2rem;
  margin-bottom: 2rem;
}

.container-registration {
  max-width: 70rem;
  margin: 2rem auto 2rem;
  border: 2px solid #6d42a1;
  border-radius: 1rem;
  padding: 3rem;
}
.container-registration a {
  color: #012c81;
}
.container-registration img {
  width: 15rem;
}
.nav-tabs .nav-link.active {
  border: 2px solid rgba(135, 130, 224);
  background: linear-gradient(
    to right,
    rgba(135, 130, 224),
    rgb(121, 94, 219, 0.7)
  ) !important;
  color: white;
}
.tab-pane.active {
  border: 2px solid rgba(135, 130, 224);
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: -2px;
}
.container-how-register {
  background-image: url("../img/42829613.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem;
  margin-bottom: 6rem;
}
.container-how-register-item {
  max-width: 70rem;
  margin: 0 auto;
  color: white;
}
.container-how-register-item a {
  color: white;
}
.container-how-register-item .tab-pane {
  height: 18rem;
  overflow-y: auto;
}
.bg-container-missions {
  background-image: url("../img/1674744645_bogatyr-club-p-fioletovii-abstraktnii-fon-fon-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.container-missions {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem;
}
.bg-container-missions h2 {
  text-align: center;
  padding: 1rem;
  background-color: #341e5d;
  color: white;
  border-radius: 0 0 1rem 1rem;
}
.container-missions-items {
  padding: 2rem;
  width: 24rem;
  border: 2px solid #6d42a1;
  border-radius: 1rem;
  margin: 1rem;
}
.container-missions-items img {
  width: 100px;
}
.container-missions-items p {
  text-align: justify;
}
.container-questions {
  background-image: url("../img/thumb-1920-710742.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 2rem;
  margin-bottom: 2rem;
  height: 35rem;
}
.questions {
  max-width: 66rem;
  margin: 2rem auto;
}
.questions-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion-item {
  box-shadow: none !important;
  --bs-accordion-active-bg: rgb(60, 55, 151) !important;
}
.accordion-button {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: white;
}
.accordion-button.collapsed {
  background-color: rgba(135, 130, 224) !important;
  color: white;
}
.container-why-rayana {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
  max-width: 60rem;
  align-items: center;
}
.container-why-rayana h2 {
  color: #3a0080;
}
.container-why-rayana-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-why-rayana-items {
  text-align: center;
  margin: 0 0.6rem;
  width: 19rem;
}
.container-why-rayana-items img {
  width: 6rem;
  width: 100px;
  transition: transform 0.6s ease-in-out;
}
.container-why-rayana-items img:hover {
  transform: rotateY(180deg);
}
.container-consultation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  padding: 2rem 1rem;
  background-image: url("../img/470273122_preview_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-consultation-items {
  width: 32rem;
  height: 34rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #9932cc;
  box-shadow: 0 0 5px #9932cc;
  background-color: #b4b2b28f;
  color: white;
}
.consultation-left {
  position: relative;
  background-image: url("../img/DGflVEKVYAA-a9q.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consultation-right {
  color: black;
}
.consultation-right p {
  color: white;
  text-shadow: 1px 1px 1px black;
}
.consultation-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 14px;
}

.consultation-left > * {
  position: relative;
  z-index: 2;
}
.container-contact {
  padding: 2rem 1rem;
  background-image: url("../img/light_smoke_veil_16328_1920x1200.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem 0;
}
.container-contacts {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  gap: 1rem;
  align-items: center;
}
.container-contacts-items {
  background-color: #2f2b8d;
  padding: 0.8rem 0;
  border-radius: 0.5rem;
  width: 11rem;
  box-shadow: 3px 3px 3px #3d1579ba;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-support {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}
.container-support-options {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #9932cc;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px #9932cc;
  width: 32rem;
  height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container-support-options:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(216, 108, 171, 0.582);
  background-color: #6d42a1;
  color: white !important;
}
.container-support-options h2 {
  font-size: 4rem;
  color: #9932cc;
  font-family: BNaznnBd !important;
}
.container-support-options:hover h2 {
  color: white !important;
}
.container-support-options h5 {
  font-size: 1.6rem;
}
.container-top-footer {
  background-color: #eee8eb;
  padding: 4rem 1rem;
  color: white;
}
.container-top-footer-main {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: start;
}
.container-top-footer-main-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 26rem;
  padding: 0.8rem;
}
.container-top-footer-main-items a {
  color: black;
  font-size: 1.2rem;
}
.container-top-footer-main-items a:hover {
  color: gray;
}
.container-top-footer-main-items p {
  color: #6a7680;
}

.container-top-footer-main-items img {
  height: 17rem;
  border-radius: 1rem;
  box-shadow: 0 0 5px #3a0080;
}
.footer {
  background-color: #0d0f1b;
  padding: 4rem 1rem;
}
.container-footer-top {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.container-footer-top-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: start;
}
.container-footer-top-items a {
  color: white;
  font-size: 1.2rem;
}
.container-footer-top-items a:hover {
  color: gray;
}
.container-footer-top-items img {
  width: 5rem;
  height: 5rem;
  background-color: white;
  border-radius: 10px;
  transition: transform 0.5s ease-in-out;
}
.container-footer-top-items img:hover {
  transform: rotateX(180deg);
}
.container-footer-down-items span {
  font-family: BNaznnBd !important;
}
.container-footer-down {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.container-sabt-tarefeh {
  width: 84%;
  margin: 6rem auto;
  overflow-x: auto;
}
.container-sabt-tarefeh h4 {
  background-color: #341e5d;
  color: white;
  padding: 1rem;
}
.container-sabt-tarefeh table {
  --bs-table-striped-bg: rgba(49, 104, 191, 0.06);
}
.table-responsive {
  padding: 0 3rem 2rem 3rem;
  background-color: #341e5d;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  --bs-table-bg-type: rgba(49, 104, 191, 0.06) !important;
}
.container-down-table-header {
  background-color: #9932cc !important;
}
.container-down-table {
  width: 90%;
  margin: 6rem auto;
  padding: 1rem;
  background-color: rgba(160, 165, 234, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
}

.container-register {
  padding: 2rem;
  background-color: rgba(160, 165, 234, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  margin: 6rem auto;
  width: 30rem;
}
.container-register-title {
  background-color: #3a0080;
  color: white;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.container-register-form-items button,
.container-login-form-items button {
  border: 1px solid gainsboro;
  background-color: white;
}
.container-register-form-items .btn:hover,
.container-login-form-items .btn:hover {
  border-color: gainsboro;
  box-shadow: none;
  background-color: white;
}
.container-register-form-items .input-group:has(.form-control:focus) .btn,
.container-login-form-items .input-group:has(.form-control:focus) .btn {
  border-color: #86b7fe;
}
.container-register-form button[type="submit"],
.container-login-form button[type="submit"] {
  padding: 1rem;
  background: linear-gradient(
    to right,
    rgba(135, 130, 224),
    rgb(121, 94, 219)
  ) !important;
  border: none;
}
.container-rayanasabt-contact {
  width: 30rem;
  padding: 2rem;
  background-color: rgba(160, 165, 234, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  margin: 12rem auto;
}
.container-404 {
  padding: 6rem 0;
  width: 42rem;
  text-align: center;
  background-color: rgba(160, 165, 234, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  margin: 24rem auto;
}
.container-404 a {
  background-color: #341e5d;
  padding: 1rem;
  border-radius: 1rem;
  color: white;
}
.container-about-us {
  max-width: 75rem;
  padding: 2rem;
  background-color: rgba(160, 165, 234, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  margin: 12rem auto;
}
.container-about-us-items {
  text-align: center;
  margin: 3rem 0 1rem;
}
.container-about-us-top img {
  width: 28rem;
  border-radius: 1rem;
}
.container-about-us-top > *:first-child {
  text-align: justify;
}
.container-acount-number {
  padding: 1rem 3rem 2rem 3rem;
  width: 60rem;
  text-align: center;
  background-color: #341e5d;
  margin: 16rem auto;
}
.container-login {
  padding: 2rem;
  width: 30rem;
  background-color: rgba(160, 165, 234, 0.7);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  margin: 18rem auto;
}
.container-login-form .email-input {
  text-align: left;
  direction: ltr;
}
.container-login-form .email-input::placeholder {
  text-align: right;
  direction: rtl;
}
.successfulrequest {
  margin: 21rem auto;
  backdrop-filter: blur(10px);
  background-color: rgba(160, 165, 234, 0.7);
  border-radius: 1rem;
  padding: 6rem 0;
  box-shadow: 0 0 10px rgba(16, 20, 27, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 42rem;
}
.container-successfulrequest {
  text-align: center;
  background-color: #341e5d;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 5px #10141b91;
  width: 36rem;
}
.myservices {
  background-image: url("../img/470273122_preview_background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  margin: 2rem auto;
}

.container-my-services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem auto;
  gap: 2rem;
  max-width: 59rem;
}
.container-my-services-items {
  padding: 1rem;
  text-align: center;
  background-color: whitesmoke;
  border-radius: 1rem;
  box-shadow: 0 0 3px rgba(135, 130, 224);
  width: 12rem;
}
.container-my-services-items h6 {
  color: #6d42a1;
}
.container-my-services-items img {
  margin-bottom: 0.5rem;
  height: 4rem;
}
.callback {
  cursor: pointer;
  animation: pulse 2s infinite;
  position: fixed;
  z-index: 9999;
  width: 70px;
  border-radius: 50%;
  background-color: #8a2be2;
  height: 70px;
  box-shadow: 0 4px 10px 0 rgba(51, 50, 88, 0.35);
  left: 14px;
  bottom: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(138, 43, 226, 0.5);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(75, 0, 130, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(138, 43, 226, 0.5);
  }
}

@media (min-width: 1600px) {
}
@media (max-width: 1200px) {
  .container-blur {
    margin: 1rem 1rem 0 0;
  }
  .container-footer-top-items {
    width: 18%;
  }
  .container-consultation {
    gap: 1rem;
  }
  .container-support {
    gap: 1rem;
  }

  .container-consultation-items {
    width: 47%;
  }
  .container-support-options {
    width: 47%;
  }

  .questions {
    padding: 0 1rem;
  }

  .container-registration-items {
    padding: 0 1rem;
  }
  .container-about-us {
    width: 90%;
    padding: 1rem;
  }
}

@media (max-width: 992px) {
  .container-down-items {
    width: 21rem;
  }
  .container-top-footer-main-items {
    max-width: 21rem;
  }
  .container-footer-top-items {
    width: 24%;
  }
  .container-why-rayana-items {
    width: 12rem;
  }
  .container-why-rayana-items h5 {
    font-size: 1rem;
  }
  .container-acount-number {
    width: 100%;
    padding: 1rem;
  }
  .menu {
    display: none;
  }
  .container-about-us-top img {
    width: 100% !important;
  }
  .top-header-items {
    display: none;
  }
}

@media (min-width: 992px) {
  .offcanvasRight {
    display: none;
  }
}

@media (max-width: 768px) {
  .container-header {
    height: 43rem;
  }
  .container-main-top-items {
    width: 90%;
  }
  .container-main-down {
    width: 100%;
    display: block;
  }
  .container-main-down-items {
    width: 100%;
  }
  .container-down-items {
    width: 92%;
  }
  .container-top-footer-main-items {
    max-width: 100%;
  }
  .container-support-options {
    width: 92%;
  }
  .container-footer-top-items {
    width: 100%;
  }
  .container-consultation-items {
    width: 100%;
  }
  .container-why-rayana-item {
    flex-wrap: wrap;
  }
  .container-why-rayana-items {
    width: 100%;
  }
  .container-missions-items {
    padding: 1rem 1rem;
    width: 100%;
  }
  .container-registration {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container-how-register {
    padding: 2rem 0;
  }
  .container-registration img {
    width: 100%;
    padding: 0 1rem;
  }
  .container-my-services {
    padding: 0 1rem;
  }
  .container-my-services-items {
    width: 100%;
  }
  .container-register {
    padding: 1rem;
    width: 100%;
  }
  .container-login {
    padding: 1rem;
    width: 100%;
  }
  .container-rayanasabt-contact {
    padding: 1rem;
    width: 100%;
  }
  .container-top-table h5 {
    font-size: 1rem;
  }
  .container-404 {
    width: 100%;
    padding: 2rem;
  }
  .container-about-us {
    width: 100%;
    padding: 1rem;
  }
  .container-top-table {
    width: 100%;
  }
  .container-down-table {
    width: 100%;
  }
  .btn-register-login {
    display: none;
  }
  .container-sabt-tarefeh {
    width: 100%;
    padding: 1rem;
  }
  .container-questions {
    height: 45rem;
  }
}

@media (min-width: 768px) {
  .container-main-down-items {
    max-width: 50%;
  }
  .container-registration {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-registration-items {
    height: 100%;
  }
}

@media (max-width: 576px) {
  .container-blur {
    max-width: 100%;
    margin: 1rem 0 0 0;
  }
  .container-top-footer {
    padding: 4rem 0;
  }
  .container-top-footer-main {
    padding: 0;
  }
}

@media (max-width: 486px) {
  .table > :not(caption) > * > * {
    font-size: 13px;
  }
  .container-main-down,
  .parent-registration,
  .bg-container-missions,
  .container-support,
  .container-footer-top {
    display: none;
  }
}
