@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Work Sans", sans-serif;
}

#myToast {
  background-color: #5ff3fe !important;
  padding: 10px;
}

.navbar {
  padding: 25px 0px;
  border-bottom: 1px solid #282828;
  background: linear-gradient(90deg, #010104 0%, #0c0d27 100%);
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar .nav-link {
  font-weight: 500;
  color: #f1f1f1;
}

.navbar .nav-link:hover {
  color: #5ff3fe;
}

.navbar .nav-link.activem {
  color: #5ff3fe;
}

.btn-self {
  padding: 13px 18px;
  background-color: #5ff3fe;
  border-radius: 4px !important;
  font-weight: 400;
  font-size: 17px;
  color: #080a10;
  border: 2px solid #5ff3fe;
  transition: 0.2s ease all !important;
}

.btn-self:hover {
  background-color: transparent;
  border: 2px solid #5ff3fe;
  color: #f1f1f1;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  font-size: 20px;
}

.hero {
  background-image: linear-gradient(90deg, #010104af 0%, #0c0d27a3 100%),
    url(../images/backdir.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
}

.contact-bg {
  background-image: linear-gradient(90deg, #010104af 0%, #0c0d27a3 100%),
    url(../images/contactdir.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-control,
.form-select {
  height: calc(4rem + 2px);
}

.pricem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 8px;
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
}

.pricem span {
  color: #fff;
  margin-right: 5px;
  font-size: 22px;
}

.pricem h3 {
  color: #5ff3fe;
  margin: 0;
}

.pricem p {
  color: #fff;
  margin: 0;
  font-size: 22px;
}

.hero-inner {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-inner h1 {
  color: #5ff3fe;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hero-inner p {
  color: #878c91;
  font-weight: 500;
  margin-bottom: 20px;
}

.link-des {
  display: inline-block;
  padding: 14px 40px;
  background-color: #5ff3fe;
  border-radius: 4px;
  font-weight: 400;
  font-size: 17px;
  color: #080a10;
  text-decoration: none;
  border: 2px solid #5ff3fe;
  transition: 0.2s ease all;
}

.link-des:hover {
  background: transparent;
  color: #f1f1f1;
}

.link2 {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 17px;
  color: white;
  text-decoration: none;
  border: 2px solid #5ff3fe;
  transition: 0.2s ease all;
}

.link2:hover {
  background: transparent;
  color: #5ff3fe;
}

.event-card {
  background-color: #111118;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.65);
}

.event-image {
  object-fit: cover;
  border-radius: 10px;
}

.event-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
}

.event-text {
  color: #9da0ac;
  font-size: 0.98rem;
  line-height: 1.7;
}

.btn-event-details {
  border-radius: 999px;
  padding: 0.6rem 2.4rem;
  border: 1px solid #7a3cff;
  color: #c28fff;
  background: transparent;
  font-weight: 500;
}

.btn-event-details:hover {
  background: #7a3cff;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .event-card {
    border-radius: 20px;
  }
  .event-badge-top {
    top: 16%;
  }
}

.faq-accordion .faq-item {
  background-color: transparent;
  border: none;
  margin-bottom: 0.75rem;
}

.faq-accordion .accordion-button {
  background-color: #262833;
  color: #f5f5f5;
  border-radius: 10px;
  box-shadow: none;
  padding: 1.15rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
}

.faq-accordion .accordion-button::after {
  filter: invert(1) grayscale(1);
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #111118;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  border: 1px solid #f5f5f5;
  border-bottom: none;
}

.faq-accordion .accordion-collapse {
  border-radius: 0 0 10px 10px;
}

.faq-accordion .accordion-body {
  background-color: #111118;
  color: #c2c5cf;
  border: 1px solid #f5f5f5;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 1rem 1.5rem 1.25rem;
  font-size: 0.95rem;
}

.faq-item-active .accordion-button,
.faq-item-active .accordion-body {
  border-color: #f5f5f5;
}

.faq-badge-right {
  position: absolute;
  right: -1.8rem;
  top: 0.5rem;
}

@media (max-width: 767.98px) {
  .faq-badge-right {
    display: none !important;
  }
}

.bg-hero-has {
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  max-width: 800px;
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto;
}
.bg-hero-has p {
  font-style: italic;
  margin: 0;
  color: #f1f1f1;
}

.sect-pad {
  padding-top: 55px;
}

.sect-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.sect-head h2 {
  font-weight: 600;
  font-size: 34px;
  color: #f1f1f1;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.sect-head p {
  color: #878c91;
  font-weight: 500;
}

.special {
  border: 2px solid #5ff3fe !important;
}

.item {
  padding: 30px;
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  border-radius: 12px;
  border: 1px solid #f1f1f10a;
  transition: 0.2s ease all;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item address {
  color: #f1f1f1;
}

.item h5 {
  color: #5ff3fe;
}

.item:hover {
  border: 1px solid #5ff3fe;
}

.item ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.item ul li {
  color: #878c91;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.item ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5ff3fe;
  font-size: 18px;
  font-weight: 700;
}

.item h2 {
  font-weight: 600;
  font-size: 34px;
  color: #5ff3fe;
}

.item img.theme-img {
  margin-bottom: 15px;
  border-radius: 8px;
  height: 370px;
  object-fit: cover;
  width: 100%;
}

.item img.client-img {
  margin-bottom: 15px;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
  width: 100px;
  text-align: center;
  display: block;
  border: 2px solid #5ff3fe;
}

.item h4 {
  color: #5ff3fe;
  font-weight: 600;
  font-size: 16px;
}

.item h3 {
  color: #5ff3fe;
  font-weight: 600;
  font-size: 24px;
}

.item p {
  color: #878c91;
  font-weight: 500;
}

.item-c a {
  display: block;
  color: #878c91;
  text-decoration: none;
  transition: 0.3s ease all;
}

.item-c a:hover {
  color: #5ff3fe;
}

form {
  max-width: 900px;
  margin: 0 auto;
}

.form-control,
.form-select {
  background: #f1f1f11f;
  border: 1px solid #f1f1f11f;
  color: #f1f1f1;
  padding: 12px;
  border-radius: 4px;
}

input {
  color: #f1f1f1 !important;
  /* height: 60px; */
}

.form-control::placeholder {
  color: #f1f1f1;
}

.form-control:focus {
  background: #f1f1f11f !important;
  color: #f1f1f1;
}

.form-control:focus::placeholder {
  color: #f1f1f1 !important;
  color: #f1f1f1;
}

label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.footer-top-info {
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.footer-top-info a {
  color: #f1f1f1;
  text-decoration: none;
  transition: 0.3s ease all;
}

.footer-top-info a:hover {
  color: #5ff3fe;
}

.footer-top-info p {
  color: #f1f1f1;
}

.footer-top-info address {
  color: #5ff3fe;
}

footer hr {
  color: #b2b2b2;
}

.footer-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.footer-link ul li {
  list-style: none;
  color: #f1f1f1;
}

.footer-link ul li a {
  text-decoration: none;
  color: #f1f1f1;
  transition: 0.3s ease all;
}

.footer-link ul li a:hover {
  color: #5ff3fe;
}

footer p {
  color: #f1f1f1;
}

.cont-it {
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  font-weight: 400;
  font-size: 16px;
  color: #f1f1f1;
  padding: 16px 0;
  border-radius: 4px;
  transition: 0.2s ease all;
}

.cont-it:hover {
  background-color: #5ff3fe;
}

.cont-it h5 {
  margin: 0;
}

@media (max-width: 992px) {
  .hero {
    height: 70vh;
  }
}

@media (max-width: 768px) {
}

body {
  background: #080a10;
}
