button,
button:focus,
button:focus-visible,
input:focus-visible,
.form-control:focus,
select:focus-visible,
.form-select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.main-input,
.form form .form-body .input-group input {
  width: 100%;
  border-radius: 12px;
  padding: 8px 16px;
  border: 1px solid #e2e8f0;
  padding-right: 15px;
}

.main-button,
.contact-form button,
.tab-content .accept,
.tab-content .reject,
.tab-content .show-invitation {
  background-color: var(--main-color);
  padding: 10px;
  height: 45px;
  border-radius: 5px;
  border: 0px solid transparent;
  color: #fff;
  font-weight: 600;
}

.shared-p,
.contact-us .contact-info p,
.common-questions .questions-body p {
  font-size: 14px;
  color: #595566;
}

.owl-theme .owl-nav {
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  /* line-height: 28; */
}

.owl-theme .owl-dots {
  width: fit-content;
  margin: 15px auto 0;
  z-index: 2;
  position: relative;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(192, 197, 208, 0.7);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main-color);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00693f;
  border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

.main-btn {
  text-decoration: none;
  color: var(--text-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  padding: 16px 48px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.5s;
}

.main-btn:hover {
  background: var(--main-color);
  color: #fff;
}

.login-btn {
  height: 35px;
  border: 1px solid var(--main-color);
  padding: 16px, 48px, 16px, 48px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  color: var(--main-color);
  line-height: 21px;
}

.login-btn:hover {
  color: var(--text-color);
}

@media (max-width: 767px) {
  .login-btn {
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 0.7rem;
    /* margin: auto; */
  }
}

.most-particcipated-link {
  text-decoration: none !important;
}

.swal2-popup {
  font-size: 16px !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.3em !important;
  margin-bottom: 20px !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  width: 23em !important;
}

div:where(.swal2-icon-success) h2:where(.swal2-title) {
  color: var(--main-color) !important;
}

div:where(.swal2-icon-error) h2:where(.swal2-title) {
  color: #f27474 !important;
}

nav {
  background: #fff;
  backdrop-filter: blur(7px);
  box-shadow: -2px 9px 5px -7px rgba(209, 209, 209, 0.377);
  width: 100%;
  min-height: 91px;
  z-index: 1000;
  top: 0;
}

nav .logo a {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
}

nav .logo a p {
  margin-bottom: 0px !important;
}

@media (min-width: 992px) and (max-width: 1220px) {
  nav .logo {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  nav .logo {
    width: 28%;
  }
}

@media (max-width: 992px) {
  nav .logo {
    height: 70px;
  }
}

nav .navbar-nav .nav-item {
  position: relative;
}

nav .navbar-nav .nav-item .nav-link {
  color: var(--text-color);
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

@media (min-width: 992px) {
  nav .navbar-nav .nav-item .nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
}

nav .navbar-nav .nav-item.active .nav-link {
  color: var(--main-color) !important;
}

nav .navbar-nav .nav-item.active .nav-link svg path {
  fill: var(--main-color) !important;
}

nav .navbar-nav .nav-item.active .nav-link.home svg path {
  stroke: var(--main-color) !important;
  fill: none !important;
}

nav .navbar-nav .nav-item.active::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: var(--main-color) !important;
  position: absolute;
  bottom: -29px;
  right: 1px;
}

@media (max-width: 992px) {
  nav .navbar-nav .nav-item.active::after {
    width: 0;
  }
}

nav .right-elements .nav-item .nav-link p {
  padding-right: 6px;
  font-size: 16px;
  font-weight: 500;
}

nav .right-elements .nav-item .nav-link.dropdown-toggle::after {
  display: none !important;
}

nav .right-elements .nav-item .nav-link svg:hover path {
  stroke: var(--main-color);
}

nav .right-elements .nav-item.active .nav-link svg path {
  fill: none !important;
}

@media (min-width: 992px) {
  nav {
    height: 91px;
  }
}

.nav-link span {
  width: 32px !important;
  height: 32px !important;
  border-radius: 22px;
  border: 1px solid #fff;
  padding: 7px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0px 10px 20px 0px rgba(119, 126, 144, 0.1);
}

.navbar-light .navbar-toggler {
  border: 0px solid transparent !important;
}

.top-nav {
  height: 50px;
  background-color: #2b3e4b;
  width: 100%;
}

.top-nav .time {
  height: 50px;
}

.top-nav .time svg {
  margin: 0px 5px;
}

.top-nav .left-section {
  height: 50px;
}

.top-nav .left-section div {
  padding: 0px 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.top-nav .left-section div a {
  color: #fff;
  text-decoration: none;
}

.top-nav .left-section .contact {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 50%;
}

@media (max-width: 410px) {
  .top-nav {
    font-size: 10px;
  }
}

footer {
  min-height: 300px;
  padding-top: 50px;
  text-align: center;
}

footer h2 {
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 20px;
}

footer ul li a {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  padding: 20px;
}

footer ul li a:hover {
  color: #333333;
}

@media (max-width: 992px) {
  footer ul {
    justify-content: start !important;
  }

  footer>div {
    justify-content: start !important;
  }

  footer ul li {
    margin: 5px;
  }
}

footer .social img {
  width: 40px;
  height: 40px;
  margin: 5px;
}

footer .copy-right {
  color: #333333;
  border-top: 1px solid #e6e8ec;
  margin-top: 30px;
  font-weight: 500;
}

.phone {
  padding: 20px;
}

.phone .phone-icon {
  background-color: #f3fdf7;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone span {
  color: #333333;
  font-size: 15px;
  padding-right: 20px;
}

.banner {
  height: 155px;
  background-color: var(--main-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(0deg, #00ab67d8, #00ab67d8), url(/assets/imgs/home/f5ccc3adcaa65b0a1469fbb1a02e8a6b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner h3 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .banner h3 {
    font-size: 30px;
  }
}

.next-event .time {
  color: #333333;
  font-size: 12px;
  text-align: right;
}

.next-event .time svg {
  margin-left: 5px;
}

.next-event img {
  height: 390px;
  border-radius: 12px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .next-event img {
    max-height: 390px;
    height: 100px !important;
    width: 100px !important;
  }
}

@media (max-width: 767px) {
  .next-event .img-box img {
    width: 100% !important;
    max-width: 100% !important;
    height: 240px !important;
    border-radius: 12px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .next-event .col-lg-5.col-xl-4 {
    width: 34.333333% !important;
  }
}

.new-events {
  padding-right: 50px;
  width: 100%;
}

.new-events .title,
.new-events .new-events-info {
  position: relative;
}

.new-events .title::before,
.new-events .new-events-info::before {
  position: absolute;
  content: "";
  right: -52px;
  top: 0px;
  width: 3px;
  height: 44px;
  background-color: var(--main-color);
}

@media (max-width: 400px) {

  .new-events .title::before,
  .new-events .new-events-info::before {
    right: -22px;
  }
}

@media (max-width: 400px) {
  .new-events {
    padding-right: 20px;
  }
}

.new-events-info::before {
  top: 30px !important;
}

.new-events-info .event-type {
  display: flex;
  justify-content: flex-start;
}

.new-events-info .event-type .details {
  padding-right: 20px;
}

.new-events-info .event-type .details.home-top {
  min-width: 65%;
  max-width: 65%;
}

.new-events-info .event-type .details.home-top .event-type {
  justify-content: flex-start;
}

.new-events-info .event-type .details p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new-events-info .event-type img {
  width: 129px;
  height: 115px;
  border-radius: 7px;
  object-fit: cover;
}

.new-events-info .event-type .type {
  font-size: 12px;
  border-radius: 3px;
  width: 52px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-events-info .event-type .type.council {
  background-color: #eef4ff;
  color: #3538cd;
}

.new-events-info .event-type .type.meeting {
  background-color: #fff2f2;
  color: #f00073;
}

.new-events-info .event-type p {
  font-size: 17px;
  font-family: 500;
  color: #222222;
  font-weight: 500;
  padding-top: 10px;
}

@media (max-width: 400px) {
  .new-events-info .event-type p {
    font-size: 14px;
  }
}

.new-events-info .event-type .date {
  color: #777777;
  font-size: 13px;
}

.new-events-info .event-type .date span {
  padding-right: 2px;
}

@media (max-width: 992px) {
  .new-events-info .event-type {
    justify-content: flex-start;
  }
}

.event-number {
  margin-bottom: 50px;
}

.event-number .event-date {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ababab73;
  padding-bottom: 15px;
  padding-top: 10px;
}

.event-number .event-date span {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}

.join-event {
  background-color: var(--main-color);
  height: 277.82px;
  padding: 50px 30px;
}

.join-event h3 {
  font-size: 19px;
}

.join-event p {
  line-height: 22px;
  font-size: 14px;
  padding-top: 10px;
}

.join-event button {
  margin-top: 10px;
  background-color: #fff;
  color: var(--text-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  height: 41px;
  width: 104px;
}

@media (max-width: 992px) {
  .join-event {
    margin-top: 30px;
  }
}

.section-title {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
}

.section-title .colored {
  color: #fff;
  background-color: var(--main-color);
  border-radius: 8px;
  padding: 4px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .section-title {
    font-size: 17px;
  }
}

.read-more {
  color: var(--text-color);
  font-size: 13px;
  text-decoration: none;
}

.read-more span {
  margin-right: 10px;
}

.watch-app {
  font-size: 14px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 5px;
}

.watch-app .icon {
  text-decoration: none;
  background-color: var(--main-color);
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.watch-app .icon .fa-soild {
  color: #fff;
}

.line {
  width: 1px;
  height: 100%;
  background-color: #e6e8ec;
}

.description-title {
  font-weight: 700;
  font-size: 21px;
  color: #333333;
}

.description {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.description.home-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.send-email {
  width: 100%;
  height: 365px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(0deg, #00ab67d8, #00ab67d8), url(/assets/imgs/home/f5ccc3adcaa65b0a1469fbb1a02e8a6b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.send-email h2 {
  font-size: 40px;
  font-weight: 700;
  width: 70%;
  margin: auto;
  line-height: 60px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .send-email h2 {
    width: 100%;
    font-size: 25px;
    line-height: 40px;
  }
}

.send-email input {
  background-color: #fff;
  width: 320px;
  height: 56px;
  border-radius: 8px;
  color: #5A7184;
  border: 0px solid transparent;
  padding: 4px 15px;
}

.send-email button {
  width: 166px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}

.news-info .news-item {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #e6e8ec;
  padding-bottom: 10px;
}

.news-info .news-item img {
  width: 446px;
  height: 188px;
  border-radius: 17.73px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .news-info .news-item img {
    width: 50% !important;
    min-width: none;
  }
}

@media (min-width: 1200px) {
  .news-info .news-item img {
    min-width: 446px;
  }
}

@media (max-width: 767px) {
  .news-info .news-item img {
    width: 70px !important;
    height: 70px !important;
  }
}

@media (max-width: 767px) {
  .news-info .news-item img.inner {
    width: 50% !important;
    max-width: 50% !important;
    height: 200px !important;
    min-width: 30% !important;
  }
}

.news-info .news-item .details {
  padding-right: 20px;
}

.news-info .news-item .details .date {
  color: #c0c5d0;
}

.news-info .news-item .details p {
  color: var(--text-color);
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
  height: auto;
}

.news-info .news-item .details .read-more {
  color: var(--text-color);
  font-size: 15px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .news-info .news-item .details {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .news-info .news-item .details p {
    font-size: 16px;
  }

  .news-info .news-item .details .note {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .news-info.inner-news .news-item img.inner {
    width: 40% !important;
    max-width: 50% !important;
    height: 150px !important;
    min-width: 30% !important;
  }
}

.contact-form input,
.contact-form textarea,
.contact-form .nice-select {
  width: 100%;
  border: 1px solid #e6e8ec;
  background-color: transparent !important;
  margin-top: 20px;
  color: #8b97a8;
  height: 45px;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
}

.contact-form input .option,
.contact-form textarea .option,
.contact-form .nice-select .option {
  text-align: right !important;
}

.contact-form textarea {
  height: 153px;
}

.contact-form button {
  width: 50%;
  justify-content: center;
}

.contact-form .nice-select {
  text-align: right !important;
}

.contact-form .nice-select .list {
  width: 100% !important;
}

.contact-form .nice-select:after {
  right: auto !important;
  left: 12px !important;
}

.nice-select.profile-nice {
  width: 100%;
  border: 1px solid #e6e8ec;
  background-color: transparent !important;
  margin-top: 20px;
  color: #8b97a8;
  height: 45px;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
  text-align: right !important;
}

.nice-select.profile-nice .option {
  text-align: right !important;
}

.nice-select.profile-nice .list {
  width: 100% !important;
}

.nice-select.profile-nice:after {
  right: auto !important;
  left: 12px !important;
}

.news .event-type {
  border-bottom: 1px solid #ababab73;
  padding-bottom: 15px;
}

.news .event-type img {
  width: 63px !important;
  height: 63px !important;
  margin-top: 10px !important;
}

.news .note {
  font-size: 13px !important;
  padding-top: 4px !important;
  margin-bottom: 3px !important;
  width: 90%;
}

.note {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #64748b !important;
  width: 90%;
  height: 45.8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.most-participated {
  margin-top: 25px;
}

.most-participated img {
  width: 422px;
  max-width: 100%;
  height: 240px;
  border-radius: 12px;
  object-fit: cover;
}

.most-participated .date {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
}

.most-participated .ofline,
.most-participated .council,
.most-participated .finished {
  width: 75px;
  height: 24px;
  border-radius: 16px;
  padding: 2px, 10px, 2px, 10px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
}

.most-participated .ofline {
  background-color: #f0fcf5;
  color: #04dd4d;
  font-size: 14px;
}

.most-participated .council {
  background-color: #eef4ff;
  color: #3538cd;
}

.most-participated .finished {
  color: var(--text-color);
  background-color: #f0fcf5;
}

.most-participated p.blog-title {
  color: var(--text-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px !important;
}

.most-participated p {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 600px) {
  .most-participated p {
    font-size: 17px !important;
  }
}

.most-participated .note {
  font-size: 16px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px !important;
  color: #667085 !important;
  font-weight: 400 !important;
  height: auto !important;
  margin-bottom: 10px !important;
}

.most-participated .read-more {
  font-size: 16px;
}

.form {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form form {
  box-shadow: 0px 0px 40px 0px #0000000d;
  border-radius: 12px;
  margin: auto;
  padding: 40px;
}

@media (min-width: 768px) {
  .form form {
    width: 542px;
  }
}

.form form h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}

.form form p {
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  padding-top: 7px;
}

.form form .form-body {
  margin-top: 35px;
}

.form form .form-body .input-group {
  position: relative;
  margin-top: 15px;
}

.form form .form-body .input-group input {
  border-radius: 12px !important;
  height: 56px;
  padding-right: 40px;
}

.form form .form-body .input-group .input-icon {
  position: absolute;
  right: 12px;
  top: 14px;
  color: #64748b;
  font-size: 20px;
}

.form form .form-body .input-group .input-icon .fa-regular {
  font-size: 20px;
}

.form form .form-body .input-group .show-hidePassword {
  position: absolute;
  left: 13px;
  top: 16px;
  color: #64748b;
  font-size: 16px;
  cursor: pointer;
}

.form form .form-body .remember-me {
  display: flex;
  align-items: center;
}

.form form .form-body .remember-me input {
  accent-color: var(--text-color);
  border: 1px solid #e2e8f0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.form form .form-body .remember-me span {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding-right: 8px;
}

.form form .form-body .forget-pass {
  color: var(--text-color);
  font-weight: 600;
  font-size: 14px;
}

.form form .form-body button {
  width: 100%;
  border-radius: 12px;
  height: 56px;
}

.form form .form-body .create-new {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

.form form .form-body .create-new a {
  color: var(--text-color);
  padding-right: 4px;
}

.form a {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .form {
    max-width: 100% !important;
  }
}

.code-inputs {
  direction: ltr;
}

.code-inputs input::-webkit-outer-spin-button,
.code-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code-inputs .form-control {
  width: 68px;
  height: 62px;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #e7e9ea;
  padding: 12px 19px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #212121;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 500px) {
  .code-inputs .form-control {
    width: 48px;
    height: 45px;
  }
}

.code-inputs .form-control:focus {
  border-color: var(--text-color);
}

.code-inputs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

/* test preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .preloader {
    /* min-width: 350px; */
  }
}

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader-star {
  position: absolute;
  top: calc(50% - 12px);
}

/*LOADER-1*/
.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid var(--main-color);
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid var(--main-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

/* ----------------     KEYFRAMES    ----------------- */
@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.quick-links .box {
  background-color: #ecfdf39c;
  width: 216px;
  height: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 20px;
}

.quick-links .box p {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  margin-top: 10px;
}

@media (max-width: 500px) {
  .quick-links .d-flex {
    justify-content: center !important;
  }
}

.main-slider {
  margin-top: 40px;
}

.main-slider .item {
  height: 585px;
  background-size: cover;
  width: 100%;
  border-radius: 12px;
  padding: 57px 95px;
  position: relative;
}

.main-slider .item .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: start;
  justify-content: end;
  position: relative;
}

.main-slider .item .content h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  /* 45px */
  letter-spacing: 0.2px;
}

.main-slider .item .content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-slider .item .content button,
.main-slider .item .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 25px;
  border-radius: 12px;
  background: var(--main-color);
  text-decoration: none;
}

.main-slider .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(0deg, #1b1b1b 5.66%, rgba(27, 27, 27, 0.52) 52.51%, rgba(27, 27, 27, 0) 98.65%);
}

@media (max-width: 767px) {
  .main-slider .item {
    padding: 20px;
  }

  .main-slider .item h4 {
    font-size: 19px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}

.events {
  padding-top: 35px;
  padding-bottom: 35px;
}

.events .section-title {
  font-size: 30px;
  text-align: center;
}

.events .title {
  color: #333;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 63.984px;
}

@media (width < 768px) {
  .events .title {
    line-height: 39px;
    font-size: 25px;
  }
}

.events .description {
  color: #c0c5d0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.events .search {
  margin: 40px auto 0;
  display: flex;
  height: 56px;
  padding: 8px 16px 8px 5px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #dee0e6;
  width: fit-content;
}

.events .search .search-btn {
  font-size: 16px;
  padding: 10px 15px;
  height: auto;
  border-radius: 12px;
}

.events .search input {
  min-width: 420px;
  text-align: right;
  flex: 1 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2px;
  border: none;
}

.events .search input::placeholder {
  color: #c0c5d0;
}

@media (width < 768px) {
  .events .search input {
    min-width: auto;
  }
}

.pagination {
  width: 100%;
  padding: 75px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16.955px;
}

@media (width < 768px) {
  .pagination {
    gap: 12px;
    padding: 60px 0;
  }
}

.pagination .link {
  text-transform: none;
  text-decoration: none;
  display: block;
  color: #c0c5d0;
  text-align: right;
  font-family: Tajawal;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.2px;
}

.pagination .link.active {
  color: var(--text-color);
}

.event-blog .news-info {
  padding-right: 20px;
  position: relative;
  width: 100%;
}

.event-blog .news-info .news-item img {
  width: 202px !important;
  min-width: 202px !important;
  height: 188px;
}

.event-blog .news-info:before {
  position: absolute;
  content: "";
  right: -2px;
  top: 0px;
  width: 3px;
  height: 195px;
  background-color: var(--main-color);
}

.contact-us {
  padding-top: 40px;
}

@media (min-width: 767px) {

  .contact-us .contact-form,
  .contact-us .contact-info {
    max-width: 70%;
    margin: auto;
  }
}

.contact-us .contact-info .phone {
  padding: 0px !important;
  margin-bottom: 10px;
}

.contact-us .contact-info .phone p {
  margin-bottom: 2px !important;
  font-weight: 600;
}

.contact-us .contact-info .phone span {
  font-size: 16px;
  color: #64748b;
}

.contact-us .contact-info .phone span,
.contact-us .contact-info .phone p {
  padding-right: 10px !important;
}

@media (min-width: 767px) {
  .contact-us .contact-info {
    padding-top: 50px;
  }
}

.top-img-box {
  position: relative;
  text-align: center;
  margin-top: 40px;
  max-width: 592px;
  max-height: 470px;
  margin: auto;
}

.top-img-box img {
  max-width: 592px;
  max-height: 470px;
  border-radius: 18px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .top-img-box img {
    max-width: 70%;
    max-height: 350px;
  }
}

.top-img-box .top-box,
.top-img-box .bottom-box {
  width: 150px;
  height: 150px;
  border-radius: 18px;
  background-color: var(--main-color);
  position: absolute;
  z-index: 0;
}

@media (max-width: 767px) {

  .top-img-box .top-box,
  .top-img-box .bottom-box {
    width: 90px;
    height: 90px;
  }
}

.top-img-box .top-box {
  top: -22px;
  left: -22px;
}

@media (max-width: 767px) {
  .top-img-box .top-box {
    left: 12%;
    top: -6%;
  }
}

.top-img-box .bottom-box {
  bottom: -22px;
  right: -22px;
}

@media (max-width: 767px) {
  .top-img-box .bottom-box {
    right: 12%;
    bottom: -6%;
  }
}

.common-questions {
  text-align: center;
}

.common-questions .questions-body {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .common-questions .questions-body {
    width: 60%;
    margin: auto;
  }
}

.common-questions .questions-body .section-title {
  justify-content: center;
}

.common-questions .questions-body p {
  line-height: 23.6px;
}

.common-questions .accordion-item {
  margin-top: 30px;
  border: 0px !important;
}

.common-questions .accordion-item .accordion-button {
  background-color: #f3fdf7;
  height: 63px;
  border-radius: 8px;
  font-weight: 700;
}

.common-questions .accordion-item .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0px !important;
}

.common-questions .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--main-color) !important;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.common-questions .accordion-button::after,
.common-questions .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  position: absolute;
  transition: all 0.5s;
}

.common-questions .accordion-button::after {
  content: "+";
  font-size: 38px;
  top: 7px;
  left: 20px;
  color: var(--text-color);
  font-weight: 400;
}

.common-questions .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  content: "-";
  color: #fff;
  font-size: 50px;
  top: 44px;
  left: 20px;
  font-family: 400;
}

.common-questions .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 8px !important;
}

.common-questions .accordion-button::after {
  transition: all 0.5s;
}

.common-questions .accordion-body {
  text-align: right;
}

.common-questions h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
  color: #333333;
  text-align: center;
  margin-top: 50px;
}

.common-questions .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 45px;
  width: 153px;
  color: var(--text-color);
  outline: none;
  border: 1px solid var(--main-color);
  font-size: 15px;
  border-radius: 12px;
  background: #fff;
  margin: auto;
  margin-top: 30px;
}

.event-details {
  padding-top: 55px;
}

.event-details .tags {
  display: flex;
  align-items: center;
  gap: 16px;
}

.event-details .tags .type {
  background: #eef4ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  color: #3538cd;
  font-size: 14px;
  font-weight: 500;
}

.event-details .tags .time {
  background: #fffcee;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  color: #ffd012;
  font-size: 14px;
  font-weight: 500;
}

.event-details .main-title {
  margin: 16px 0 20px;
  color: #181a2a;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

@media (width < 767px) {
  .event-details .main-title {
    font-size: 23px;
    line-height: 30px;
  }
}

.event-details .user-details {
  display: flex;
  align-items: center;
  gap: 24px;
}

.event-details .user-details .user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-details .user-details .user .image {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  object-fit: cover;
}

.event-details .user-details .user .name {
  color: #5a7184;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.event-details .user-details .date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-details .user-details .date .text {
  color: #64748b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.event-details .main-image {
  border-radius: 12px;
  margin: 17px 0;
  width: 100%;
  height: 474.004px;
}

@media (width < 768px) {
  .event-details .main-image {
    height: 300px;
  }
}

.event-details .description {
  color: #3b3c4a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 17px;
}

.event-details h6 {
  color: #181a2a;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 17px;
}

.event-details .images-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(147.833px, 1fr));
  gap: 14px;
}

.event-details .images-gallery img {
  width: 100%;
  height: 156.384px;
  border-radius: 6px;
  object-fit: cover;
}

.event-details .white {
  border-radius: 5px 5px 0px 0px;
  background: #fff;
}

.event-details .green {
  border-radius: 5px 5px 0px 0px;
  background: #ecfdf3;
}

.event-details .calender {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 17px;
}

.event-details .calender .code {
  color: #04dd4d;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}

.event-details .calender .time {
  color: #7d8fb3;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}

.event-details .calender span {
  color: #6b7a99;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.event-details .has-right-border {
  height: 1407.704px;
  border-right: 1px solid #e6e8ec;
  border-radius: 3px;
  position: relative;
}

@media (width < 768px) {
  .event-details .has-right-border {
    height: auto;
  }
}

.event-details .has-right-border::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  border-radius: 3px;
  background: var(--main-color);
  width: 3px;
  height: 298.637px;
}

.event-details .has-right-border .title {
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.event-details .has-right-border .event-details-card {
  margin-top: 25px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-details .has-right-border .event-details-card .event-time,
.event-details .has-right-border .event-details-card .event-adress {
  display: flex;
  align-items: center;
  gap: 35px;
}

.event-details .has-right-border .event-details-card .event-time .time,
.event-details .has-right-border .event-details-card .event-time .location,
.event-details .has-right-border .event-details-card .event-adress .time,
.event-details .has-right-border .event-details-card .event-adress .location {
  display: inline-flex;
  gap: 10.109px;
  width: 110px;
}

.event-details .has-right-border .event-details-card .event-time .time span,
.event-details .has-right-border .event-details-card .event-time .location span,
.event-details .has-right-border .event-details-card .event-adress .time span,
.event-details .has-right-border .event-details-card .event-adress .location span {
  color: var(--text-color);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.event-details .has-right-border .event-details-card .event-time .actial-time,
.event-details .has-right-border .event-details-card .event-adress .actial-time {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--text-color);
}

.event-details .has-right-border .event-details-card .event-time .actial-time span,
.event-details .has-right-border .event-details-card .event-adress .actial-time span {
  display: flex;
  width: 95px;
  height: 33px;
  padding: 8px;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
}

.event-details .has-right-border .event-details-card .event-time span,
.event-details .has-right-border .event-details-card .event-adress span {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.event-details .has-right-border .suscripe,
.event-details .has-right-border .suscripe_login,
.event-details .has-right-border .suscripe_pending,
.event-details .has-right-border .suscripe-done,
.event-details .has-right-border .suscripe_wating {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: var(--main-color);
  border: none;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.event-details .has-right-border .suscripe_login {
  background-color: #fff;
  color: var(--text-color);
  border: 1px solid var(--main-color);
}

.event-details .has-right-border .join-event {
  background-color: #c0c5d0;
  color: #fff;
}

.event-details .has-right-border .suscripe-done {
  background-color: #f0fcf5;
  color: var(--text-color);
}

.event-details .has-right-border .suscripe_wating {
  background-color: #fffceea1;
  color: #ffd012;
}

.event-details .has-right-border .section-title {
  font-size: 21px;
}

@media (width < 600px) {
  .event-details .has-right-border .section-title {
    font-size: 19px;
  }
}

.event-details .has-right-border .watch-app {
  font-size: 12px !important;
}

.event-details .has-right-border .related-events {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.event-details .has-right-border .related-events .related-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 22px;
}

.event-details .has-right-border .related-events .related-card img {
  width: 129px;
  height: 115px;
  border-radius: 7px;
}

.event-details .has-right-border .related-events .related-card .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-details .has-right-border .related-events .related-card .details .type {
  display: inline-flex;
  height: 25px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #ecfdf3;
  color: var(--text-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  width: fit-content;
}

.event-details .has-right-border .related-events .related-card .details .title {
  color: #222;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}

.event-details .has-right-border .related-events .related-card .details .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-details .has-right-border .related-events .related-card .details .time span {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  text-transform: capitalize;
}

.event-details .has-right-border .related-events .related-card .details .time span.text-green {
  color: var(--text-color);
}

.event-details .has-right-border .related-events .related-card .details .time a {
  text-decoration: none;
}

.approved,
.canceled,
.pending {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.approved {
  background: var(--main-color);
  color: #fff;
}

.pending {
  background-color: #fffcee;
  color: #ffd012;
}

.canceled {
  color: red;
  background-color: #ffedeb;
}

.blog-details {
  padding-top: 55px;
}

.blog-details .tags {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-details .tags .type {
  background: #EEF4FF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  color: #3538CD;
  font-size: 14px;
  font-weight: 500;
}

.blog-details .tags .time {
  background: #FFFCEE;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  color: #FFD012;
  font-size: 14px;
  font-weight: 500;
}

.blog-details .main-title {
  margin: 16px 0 20px;
  color: #181A2A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.blog-details .user-details {
  display: flex;
  align-items: center;
  gap: 24px;
}

.blog-details .user-details .user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details .user-details .user .image {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  object-fit: cover;
}

.blog-details .user-details .user .name {
  color: #5A7184;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blog-details .user-details .date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details .user-details .date .text {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.blog-details .main-image {
  border-radius: 12px;
  margin: 17px 0;
  width: 100%;
  height: 474.004px;
}

@media (width < 768px) {
  .blog-details .main-image {
    height: 300px;
  }
}

.blog-details .description {
  color: #3B3C4A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 17px;
}

.blog-details h6 {
  color: #181A2A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 17px;
}

.blog-details .images-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(147.833px, 1fr));
  gap: 14px;
}

.blog-details .images-gallery img {
  width: 100%;
  height: 156.384px;
  border-radius: 6px;
  object-fit: cover;
}

.blog-details .white {
  border-radius: 5px 5px 0px 0px;
  background: #fff;
}

.blog-details .green {
  border-radius: 5px 5px 0px 0px;
  background: #ECFDF3;
}

.blog-details .calender {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 17px;
}

.blog-details .calender .code {
  color: #04DD4D;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}

.blog-details .calender .time {
  color: #7D8FB3;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}

.blog-details .calender span {
  color: #6B7A99;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.blog-details .has-right-border {
  height: 1407.704px;
  border-right: 1px solid #E6E8EC;
  border-radius: 3px;
  position: relative;
}

@media (width < 768px) {
  .blog-details .has-right-border {
    height: auto;
  }
}

.blog-details .has-right-border::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  border-radius: 3px;
  background: var(--main-color);
  width: 3px;
  height: 298.637px;
}

.blog-details .has-right-border .title {
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.blog-details .has-right-border .blog-details-card {
  margin-top: 25px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-details .has-right-border .blog-details-card .blog-time,
.blog-details .has-right-border .blog-details-card .blog-adress {
  display: flex;
  align-items: center;
  gap: 35px;
}

.blog-details .has-right-border .blog-details-card .blog-time .time,
.blog-details .has-right-border .blog-details-card .blog-time .location,
.blog-details .has-right-border .blog-details-card .blog-adress .time,
.blog-details .has-right-border .blog-details-card .blog-adress .location {
  display: inline-flex;
  gap: 10.109px;
  width: 110px;
}

.blog-details .has-right-border .blog-details-card .blog-time .time span,
.blog-details .has-right-border .blog-details-card .blog-time .location span,
.blog-details .has-right-border .blog-details-card .blog-adress .time span,
.blog-details .has-right-border .blog-details-card .blog-adress .location span {
  color: var(--text-color);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.blog-details .has-right-border .blog-details-card .blog-time .actial-time,
.blog-details .has-right-border .blog-details-card .blog-adress .actial-time {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--text-color);
}

.blog-details .has-right-border .blog-details-card .blog-time .actial-time span,
.blog-details .has-right-border .blog-details-card .blog-adress .actial-time span {
  display: flex;
  width: 95px;
  height: 33px;
  padding: 8px;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #F8FAFC;
  color: #64748B;
  font-size: 12px;
}

.blog-details .has-right-border .blog-details-card .blog-time span,
.blog-details .has-right-border .blog-details-card .blog-adress span {
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.blog-details .has-right-border .suscripe {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: var(--main-color);
  border: none;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.blog-details .has-right-border .section-title {
  font-size: 21px;
}

.blog-details .has-right-border .watch-app {
  font-size: 12px !important;
}

.blog-details .has-right-border .related-blogs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-details .has-right-border .related-blogs .related-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 22px;
}

.blog-details .has-right-border .related-blogs .related-card img {
  width: 129px;
  height: 115px;
  border-radius: 7px;
}

.blog-details .has-right-border .related-blogs .related-card .details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.blog-details .has-right-border .related-blogs .related-card .details .title {
  color: #222;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-details .has-right-border .related-blogs .related-card .details .description {
  color: #64748B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
}

.blog-details .has-right-border .related-blogs .related-card .details .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details .has-right-border .related-blogs .related-card .details .time span {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  text-transform: capitalize;
}

.blog-details .has-right-border .related-blogs .related-card .details .time span.text-green {
  color: var(--text-color);
}

.blog-details .has-right-border .related-blogs .related-card .details .time a {
  text-decoration: none;
}

.vision-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.vision-section .section-title {
  font-size: 30px;
  text-align: center;
}

.vision-section .title {
  color: #333;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 63.984px;
}

.vision-section .description {
  color: #c0c5d0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.vision-section .main-banner {
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.vision-section .main-banner img {
  width: 100%;
  height: 462px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

@media (width < 768px) {
  .vision-section .main-banner img {
    height: 300px;
    width: 90%;
  }
}

.vision-section .main-banner::before,
.vision-section .main-banner::after {
  content: "";
  position: absolute;
  width: 153.176px;
  height: 170.922px;
  border-radius: 18.68px;
  background: var(--main-color);
  z-index: 0;
}

.vision-section .main-banner::before {
  left: -15px;
  top: 15px;
}

@media (width < 768px) {
  .vision-section .main-banner::before {
    left: 0;
  }
}

.vision-section .main-banner::after {
  right: -15px;
  bottom: -15px;
}

@media (width < 768px) {
  .vision-section .main-banner::after {
    right: 0;
  }
}

.about-section {
  height: 472.484px;
  background: #F3FDF7;
  margin-top: 90px;
}

@media (width < 768px) {
  .about-section {
    height: auto;
  }
}

.about-section .section-title {
  font-size: 40px;
}

.about-section .title {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 63.984px;
}

.about-section .description {
  color: #64748B;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.about-section .image-container {
  position: relative;
  text-align: center;
}

.about-section .image-container img {
  height: 529px;
  width: 100%;
  margin-top: -30px;
  object-fit: cover;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

@media (width < 768px) {
  .about-section .image-container img {
    height: 400px;
    width: 95%;
    margin-top: 20px;
  }
}

.about-section .image-container::before,
.about-section .image-container::after {
  content: "";
  position: absolute;
  width: 153.176px;
  height: 170.922px;
  border-radius: 18.68px;
  background: var(--main-color);
  z-index: 0;
}

.about-section .image-container::before {
  left: -15px;
  top: -46px;
}

@media (width < 768px) {
  .about-section .image-container::before {
    left: 0;
    top: -10px !important;
  }
}

.about-section .image-container::after {
  right: -15px;
  bottom: -15px;
}

@media (width < 768px) {
  .about-section .image-container::after {
    right: 0;
  }
}

.mession-section {
  margin: 90px 0;
}

.mession-section .section-title {
  font-size: 40px;
}

.mession-section .description {
  text-align: center;
  color: #64748B;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 570px;
  margin: auto;
}

.mession-section .mession-cards {
  margin-top: 90px;
}

.mession-section .mession-cards .single-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.mession-section .mession-cards .single-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78.018px;
  height: 75.836px;
  border-radius: 10px;
  background: rgba(236, 253, 243, 0.61);
}

.mession-section .mession-cards .single-card .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mession-section .mession-cards .single-card .text h6 {
  color: var(--text-color);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}

.mession-section .mession-cards .single-card .text p {
  color: #64748B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.tab-items {
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  text-align: right;
}

.tab-items p {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e6e8ec;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.tab-items .nav.nav-pills .nav-item .nav-link {
  width: 100%;
  align-items: center;
  height: 72px;
  line-height: 24px;
}

.tab-items .nav.nav-pills .nav-item .nav-link.active {
  background: #f3fdf7;
  border-right: 4px solid var(--main-color);
  border-radius: 0px;
}

.tab-items .nav.nav-pills .nav-item .nav-link span {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  border: 0px;
  border-radius: 0px;
  width: auto !important;
  height: auto !important;
  box-shadow: none;
}

.tab-content .profile-content {
  text-align: center;
}

.tab-content .profile-content .member-img {
  margin-top: 10px;
}

.tab-content .profile-content .member-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.tab-content .profile-content .member-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #333333;
  margin-bottom: 5px !important;
}

.tab-content .profile-content .member-type {
  font-size: 14px;
  color: #64748b;
  font-size: 400;
  line-height: 21px;
  margin-bottom: 5px;
}

.tab-content .profile-content a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
}

.tab-content .personal-info {
  position: relative;
  padding-right: 60px;
  text-align: right;
}

.tab-content .personal-info::before {
  position: absolute;
  content: "";
  right: -2px;
  top: 0px;
  width: 3px;
  height: 124.52px;
  background-color: var(--main-color);
}

.tab-content .personal-info .info {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-color);
  padding-bottom: 20px;
  padding-top: 10px;
}

.tab-content .personal-info .data {
  padding-bottom: 15px;
}

.tab-content .personal-info .data .d-flex {
  width: 130px;
}

.tab-content .personal-info span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #333333;
  padding-right: 15px;
}

.tab-content .personal-info .data-info {
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  padding-right: 15px;
}

.tab-content .personal-info .data-info img {
  width: 32px;
  height: 19px;
  margin-right: 10px;
}

.tab-content .invitation-number {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #333333;
  margin-top: 15px;
}

.tab-content .invitation-number span {
  color: var(--text-color);
}

.tab-content .invitations-details .row,
.tab-content .notifications-details .row {
  border-bottom: 1px solid #e5e5e5;
}

.tab-content .invitations-details .row .col-md-6,
.tab-content .notifications-details .row .col-md-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-content .invitation-img img,
.tab-content .notification-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.tab-content .invitation-info,
.tab-content .notification-info {
  padding-right: 15px;
}

.tab-content .invitation-info p,
.tab-content .notification-info p {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px !important;
}

.tab-content .invitation-info .date,
.tab-content .notification-info .date {
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  display: flex;
  align-items: center;
}

.tab-content .invitation-info .date span,
.tab-content .notification-info .date span {
  padding-right: 5px;
  padding-top: 2px;
}

.tab-content .accept,
.tab-content .reject,
.tab-content .show-invitation {
  height: 37px;
  align-items: center;
  min-width: 76px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

.tab-content .reject {
  background-color: #ff0000;
}

.tab-content .show-invitation {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--text-color);
}

.notification-info p {
  font-weight: 600 !important;
}

.notification-info .date span {
  padding-right: 0px !important;
}

.notifications-details .time {
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
}

.dt-container {
  border-radius: 12px;
  border: 1px solid #e6e8ec;
  background: #fff;
  padding: 15px;
  color: var(--text-color);
}

.dt-container .dt-search {
  display: none;
}

.table-container {
  border-radius: 12px;
  padding: 15px 0;
  border: 1px solid #e6e8ec;
  overflow-x: auto;
  overflow-y: hidden;
}

.table-container .table-title {
  color: var(--text-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 20px;
}

.table-container .classic-table {
  background: #fff;
  width: 100%;
}

.table-container .classic-table th {
  background: rgba(230, 232, 236, 0.37);
  color: var(--text-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 15px;
  word-wrap: nowrap;
  white-space: nowrap;
}

.table-container .classic-table tr {
  border-bottom: 1px solid #f1f5f9;
}

.table-container .classic-table tr td {
  padding: 10px;
}

.table-container .classic-table tr td.name {
  color: #0f172a;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}

.table-container .classic-table tr td.date {
  color: #94a3b8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  word-wrap: nowrap;
  white-space: nowrap;
}

.table-container .classic-table tr td .status {
  display: inline-flex;
  padding: 8px;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #0f172a;
}

.table-container .classic-table tr td .status.green {
  background: #f0fcf5;
  color: #04dd4d;
}

.table-container .classic-table tr td .status.red {
  background: #fff5f5;
  color: #fa0303;
}

.table-container .classic-table tr td .status.yellow {
  background: #f5c80024;
  color: #efc300;
}

.table-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

@media (width < 768px) {
  .table-pagination {
    flex-direction: column;
    gap: 15px;
  }
}

.table-pagination .selction {
  display: flex;
  align-items: center;
  gap: 16px;
}

.table-pagination .selction .title {
  color: #0f172a;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2px;
}

.table-pagination .selction .nice-select {
  color: #77869a;
}

.table-pagination .table-pages {
  display: flex;
  align-items: center;
}

.table-pagination .table-pages .page {
  display: flex;
  width: 34px;
  height: 48px;
  padding: 22px 17px 12px 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.table-pagination .table-pages .page.current {
  color: var(--text-color);
}

.table-pagination .table-pages .prev,
.table-pagination .table-pages .next {
  background-color: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
}

.personal-setting {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-bottom: 51px;
  margin-top: 5px;
}

.personal-setting .title {
  color: var(--text-color);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.personal-setting .profile-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  gap: 20px;
}

.personal-setting .profile-image img {
  width: 141.5px;
  height: 141.5px;
  border-radius: 50%;
  object-fit: cover;
}

.personal-setting .profile-image button {
  justify-content: flex-end;
  align-items: center;
  border: 1px solid var(--main-color);
  color: var(--text-color);
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  width: 116px;
  height: 53px;
}

.personal-setting .profile-image .delete-icon {
  width: 55px;
  height: 53px;
  border-radius: 8px;
  border: 1px solid #ff0000;
  display: flex;
  align-items: center;
  margin: 0px 20px;
  justify-content: center;
}

.personal-setting .left-form {
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.personal-setting .left-form .form-input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.personal-setting .left-form .form-input label {
  color: var(--text-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.personal-setting .left-form .form-input input {
  padding: 16px 14px;
  color: #64748b;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.personal-setting .left-form .form-input .custom-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 22px;
  padding-bottom: 22px;
  gap: 5px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}

.personal-setting .left-form .form-input .custom-label span {
  color: #94a3b8;
  font-size: 7.194px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.144px;
}

.personal-setting .left-form .form-input .custom-label .green {
  color: var(--text-color);
  font-size: 11.691px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.082px;
}

.personal-setting .left-form .form-input .custom-label .button {
  display: flex;
  width: 86.334px;
  padding: 10.792px 14.389px;
  justify-content: center;
  align-items: center;
  gap: 8.993px;
  border-radius: 6.295px;
  border: 0.899px solid var(--main-color);
  background: #fff;
  margin-top: 22px;
}

.personal-setting .left-form button {
  padding: 16px 48px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: fit-content;
  margin-inline-start: auto;
}

.personal-setting .nice-select {
  margin-top: 5px !important;
  height: 50px !important;
}

.uploaded-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  height: 160px;
  margin-top: 20px;
}

.uploaded-img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
  padding: 6px;
  border: 1px solid #e6e6e6;
}

.no-data-table {
  text-align: center;
}

.no-data-table h5 {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 700;
}

.no-data-table p {
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.profile-modal .modal-content {
  max-width: 413px;
  height: 277px;
  margin: auto;
}

.profile-modal .modal-header {
  border-bottom: 0px !important;
  padding: 1rem 1rem 0rem 1rem;
}

.profile-modal .modal-header .btn-close {
  margin: 0px !important;
  margin-right: auto !important;
}

.profile-modal .modal-body {
  padding-top: 0em !important;
  text-align: center;
}

.profile-modal .modal-body h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
  padding-top: 0.5rem;
}

.profile-modal .modal-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #64748b;
}

.profile-modal .modal-body button {
  width: 152px;
  height: 50px;
  border-radius: 12px;
  margin: 7px 10px;
  border: none;
}

.profile-modal .modal-body button.accept {
  background-color: var(--main-color);
  color: #fff;
}

.profile-modal .modal-body button.refuse {
  background-color: #ff0000;
  color: #fff;
}

.profile-modal .modal-body button.close {
  border: 1px solid #e2e8f0;
  color: #64748b;
  background-color: transparent;
}

#pills-setting #phone {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}

#pills-setting .custom-flag {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  color: #64748b;
  padding: 16px 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
}

#pills-setting .dropdown-menu.show {
  transform: translate(-70px, 56px) !important;
}

#pills-setting .dropdown-menu .dropdown-toggle::after {
  vertical-align: 0.155em !important;
  margin-right: 5px !important;
}

#pills-setting .dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  width: 100%;
  padding: 5px 15px;
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

#pills-setting .dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

.top-nav .left-section .social-link {
  margin: 0 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-nav .left-section .social-link a {
  margin-top: 1px;
  font-size: 16px;
  color: var(--text-color);
}

/*# sourceMappingURL=app.css.map */
