.text-main-color {
  color: #71028c;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: #fff;
  color: #212529;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.89px - 54.36px - 52.97px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.bottom-nav {
  background-color: white !important;
  color: #ccc;
  padding: 22px 0;
}
.bottom-nav .logo img {
  width: 87px;
  height: auto;
}
@media (max-width: 767.98px) {
  .bottom-nav .logo img {
    width: 50px;
  }
}
.bottom-nav .navbar-nav {
  gap: 48px;
}
@media (max-width: 991.98px) {
  .bottom-nav .navbar-nav {
    gap: 0.5rem;
  }
}
.bottom-nav .navbar-nav .nav-link {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 5px 0 !important;
  position: relative;
  transition: all 0.3s ease;
}
.bottom-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #71028c;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.bottom-nav .navbar-nav .nav-link:hover {
  color: #71028c !important;
  transform: translateY(-2px);
}
.bottom-nav .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.bottom-nav .navbar-nav .nav-link.active {
  font-weight: bold !important;
  color: #71028c !important;
}
@media (max-width: 767.98px) {
  .bottom-nav .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
    text-align: center;
  }
  .bottom-nav .navbar-nav .nav-link.active {
    border-bottom-color: #71028c;
    color: #71028c !important;
  }
}
.bottom-nav .btn-nav {
  border-radius: 10px;
  background-color: #71028c;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 16px;
  justify-content: center;
  transition: all 0.3s ease;
}
.bottom-nav .btn-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(113, 2, 140, 0.3);
}
.bottom-nav .btn-nav.outline {
  color: #71028c !important;
  border: 1px solid #71028c;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .bottom-nav .btn-nav {
    width: 100%;
    margin-top: 10px;
  }
}

.loginPage {
  width: 100%;
  min-height: calc(100vh - 155px - 463.38);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .loginPage .login_box {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .loginPage .login_box {
    width: 80% !important;
  }
  .loginPage .login_box .image_holder img {
    border-radius: 15px 15px 0px 0 !important;
  }
}
.loginPage .login_box {
  min-height: 380px;
  background-color: white;
  border-radius: 15px;
  width: 70%;
  margin: auto;
}
.loginPage .login_box .image_holder {
  width: 100%;
  height: 100%;
}
.loginPage .login_box .image_holder img {
  width: 100%;
  height: 100%;
  border-radius: 0px 15px 15px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginPage .login_box .login-form {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loginPage .login_box .login-form .login_content {
  margin-bottom: 20px;
}
.loginPage .login_box .login-form .login_content .title {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder {
  margin-bottom: 15px;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-label {
  margin-bottom: 6px;
  font-size: 11px;
  color: #959595;
  font-weight: 600;
}
.loginPage .login_box .login-form .login_content .inp_holder .login-inp {
  padding: 5px 13px !important;
  border-radius: 6px;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn {
  transition: background-color 0.4s;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 15px;
  padding: 0.5rem 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #01b3e4;
}
.loginPage .login_box .login-form .login_content .btn_holder .login-btn:hover {
  background-color: #01abda;
}

.box-text {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 15px;
}
.box-text .image-holder {
  height: 250px;
  width: 50%;
  margin: 0 auto 30px;
}
.box-text .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-text .title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
  color: #71028c;
}
.box-text .title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 80%;
  height: 2.5px;
  background-color: #71028c;
}
.box-text .title.danger {
  color: #dc3545;
}
.box-text .title.danger::before {
  background-color: #dc3545;
}

.section-contact .contact_us {
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 135px;
}
.section-contact .contact_us img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-contact .contact_us .box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.section-contact .contact_us .box-text > h1 {
  color: #033b4a;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-contact .contact_us .box-text > p {
  margin-bottom: 0%;
  color: #fff;
  font-size: 18px;
}
.section-contact .contact_way .box-content {
  text-align: center;
}
.section-contact .contact_way .box-content .icon_holder {
  margin: 0 auto 15px;
}
.section-contact .contact_way .box-content .icon_holder > i,
.section-contact .contact_way .box-content .icon_holder svg {
  font-size: 50px;
  color: #01b3e4;
}
.section-contact .contact_way .box-content p {
  margin: 0 0 15px;
  font-size: 15px;
  color: #9dabaf;
}
.section-contact .form_section .contact-title {
  text-align: center;
}
.section-contact .form_section .contact-title h3 {
  font-size: 25px;
  line-height: 35px;
  color: #033b4a;
}
.section-contact .form_section .contact-title p {
  margin: 0 0 20px;
  font-size: 15px;
  color: #9dabaf;
}
.section-contact .form_section .form-group .custom-form {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #033b4a;
  background-color: #f0f2f5 !important;
  background-clip: padding-box;
  border: none;
  direction: rtl;
  text-align: right;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-contact .btn-washla {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 6px 25px;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #01b3e4;
  border: 1px solid #01b3e4;
  transition: all 0.3s ease-in-out 0s;
}
.section-contact .btn-washla:hover {
  color: white;
  background-color: #03a0cb;
  border: 1px solid #03a0cb;
}
.section-contact .map {
  width: 100%;
}
.section-contact .map iframe {
  width: 100%;
  height: 80vh;
}

.landing-page {
  padding: 100px 0;
  background: linear-gradient(90deg, #71028c, #f6cff2);
  overflow-x: hidden;
}
.landing-page .land-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .landing-page .land-content {
    margin-top: 30px;
  }
}
.landing-page .land-content.scan {
  display: flex;
  align-items: center;
}
.landing-page .title-btn {
  width: 100%;
  background-color: #71028c;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
}
.landing-page .store {
  width: 100%;
}
.landing-page .store .store-title {
  font-size: 30px;
  font-weight: 600;
  color: #71028c;
  text-align: center;
  margin-bottom: 20px;
}
.landing-page .store .store-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-page .store .store-img img {
  width: 225px;
  height: auto;
}
.landing-page .landing-img {
  display: flex;
  justify-content: end;
  align-items: center;
}
.landing-page .landing-img img {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .landing-page {
    padding: 50px 0;
  }
  .landing-page .land-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .landing-page .title-btn {
    padding: 16px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
  }
  .landing-page .store .store-img {
    flex-direction: column;
    gap: 20px;
  }
  .landing-page .store .store-img img {
    width: 180px;
  }
  .landing-page .landing-img {
    justify-content: center;
    margin-top: 20px;
  }
  .landing-page .landing-img img {
    width: 100%;
  }
}

.special-section {
  margin: 50px 0;
  overflow-x: hidden;
}
.special-section .special-img {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.special-section .special-img img {
  width: 450px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .special-section .special-img img {
    width: 100%;
  }
}
.special-section .special-text {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.special-section .special-text h3 {
  font-size: 33px;
  font-weight: 700;
  max-width: 400px;
  color: #71028c;
  margin-bottom: 30px;
}
.special-section .special-text p {
  max-width: 400px;
  font-size: 21px;
  color: #000;
}

.discount-section {
  overflow-x: hidden;
  padding: 50px 0;
  background: linear-gradient(90deg, #e8a2e1, #ba68c8);
}
.discount-section .discount-img {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.discount-section .discount-img img {
  width: 450px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .discount-section .discount-img img {
    width: 100%;
  }
}
.discount-section .discount-text {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.discount-section .discount-text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #71028c;
}
.discount-section .discount-text p {
  font-size: 21px;
  color: #000;
  text-align: center;
}

.faqs {
  margin: 50px 0;
}
.faqs .faq-item {
  padding: 20px;
  margin-bottom: 20px;
}
.faqs .faq-item .faq-q {
  font-size: 30px;
  font-weight: 700;
  color: #71028c;
  margin-bottom: 10px;
}
.faqs .faq-item .faq-a {
  font-size: 21px;
  color: #000;
  line-height: 1.5;
}

.contact-section {
  padding: 80px 0;
  position: relative;
  /* Animations */
}
.contact-section .contact-title {
  color: #8b008b;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact-section .contact-subtitle {
  color: #000;
  margin-bottom: 2rem;
  font-size: 18px;
}
.contact-section .contact-form {
  margin-bottom: 2rem;
}
.contact-section .form-group {
  margin-bottom: 1.5rem;
}
.contact-section .form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
}
.contact-section .submit-btn {
  background: #8b008b;
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 6px;
  width: 100%;
  font-weight: 600;
  transition: all 0.3s ease;
}
.contact-section .submit-btn:hover {
  background: #660066;
}
.contact-section .social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 100px;
  flex-direction: column;
  background-color: #e5cee9;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
.contact-section .social-link {
  background: #8b008b;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.contact-section .social-link:hover {
  transform: translateY(-3px);
  color: white;
}
.contact-section .contact-info {
  margin-top: 1rem;
  font-size: 18px;
  color: #666;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-section .contact-info svg {
  color: #8b008b;
  margin-inline-end: 0.5rem;
}
.contact-section .contact-info div {
  margin: 0.5rem 0;
}
.contact-section .contact-image img {
  width: 100%;
  max-width: 500px;
}
@keyframes slideInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounceIn {
  from {
    transform: scale(0.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.contact-section .contact-image {
  animation: slideInLeft 1s ease-out;
}
.contact-section .contact-form-wrapper {
  animation: slideInRight 1s ease-out;
}
.contact-section .social-link {
  animation: bounceIn 0.5s ease-out;
  animation-fill-mode: both;
}
.contact-section .social-link:nth-child(1) {
  animation-delay: 0.1s;
}
.contact-section .social-link:nth-child(2) {
  animation-delay: 0.2s;
}
.contact-section .social-link:nth-child(3) {
  animation-delay: 0.3s;
}
.contact-section .social-link:nth-child(4) {
  animation-delay: 0.4s;
}
.contact-section .contact-info div {
  animation: slideInLeft 0.5s ease-out;
  animation-fill-mode: both;
}
.contact-section .contact-info div:nth-child(1) {
  animation-delay: 0.2s;
}
.contact-section .contact-info div:nth-child(2) {
  animation-delay: 0.4s;
}
.contact-section .contact-info div:nth-child(3) {
  animation-delay: 0.6s;
}
.contact-section .form-group {
  animation: slideInRight 0.5s ease-out;
  animation-fill-mode: both;
}
.contact-section .form-group:nth-child(1) {
  animation-delay: 0.2s;
}
.contact-section .form-group:nth-child(2) {
  animation-delay: 0.4s;
}
.contact-section .form-group:nth-child(3) {
  animation-delay: 0.6s;
}
.contact-section .submit-btn {
  animation: fadeIn 1s ease-out 0.8s both;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #71028c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #71028c;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #71028c;
  border: 1px solid #71028c;
}
.btn-main-sm:hover::before {
  left: 0;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #313131;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dropdown-hover .listis-item .item-drop a,
.dropdown-hover .listis-item button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover,
.dropdown-hover .listis-item button:hover {
  background: #4e4e4e !important;
}
.dropdown-hover .listis-item .item-drop a .icon-drop,
.dropdown-hover .listis-item button .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text,
.dropdown-hover .listis-item button .text {
  size: 19px;
  color: white !important;
}
.dropdown-hover .listis-item .item-drop button {
  background-color: transparent;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #2e5789;
  background-color: #d2e6ff;
}
.btn-light .icon {
  width: 18px;
  height: auto;
}
.btn-light.btn-light-green {
  color: #33b469;
  background-color: #eafff3;
}
.btn-light.btn-light-orange {
  color: #ff731d;
  background-color: #fff1e8;
}
.btn-light.btn-light-red {
  color: #c80f0f;
  background-color: #ebc8c8;
}
.btn-light.btn-light-yellow {
  color: #ffc107;
  background-color: #ffecb4;
}
.btn-light.btn-light-purple {
  color: #8d1ee5;
  background-color: #f2e7fd;
}
.btn-light.sm-border {
  border-radius: 4px;
}

.btn-gradient-gold {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(90deg, #dfaf37, #ffcc80);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 11px 0px;
  color: white;
}
.btn-gradient-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.3098039216) !important;
}
.btn-gradient-gold:hover {
  color: white;
}
.btn-gradient-gold:hover svg {
  animation-play-state: running;
}
.btn-gradient-gold i,
.btn-gradient-gold svg {
  font-size: 15px;
  animation: move-arrow 0.7s linear infinite paused;
}

@keyframes move-arrow {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.btn-icon-cr {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: bold;
  color: #8b8b8b;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.btn-icon-cr .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #71028c;
  background-color: rgba(1, 179, 228, 0.07);
}
.btn-icon-cr .icon img {
  width: 14px;
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(4137%) hue-rotate(157deg) brightness(98%) contrast(99%);
}
.btn-icon-cr:hover {
  color: #595656;
}

.btn-nav {
  color: #71028c !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-style {
  color: #fff;
  background: linear-gradient(253deg, #5ac99d, #4cad9b 45%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #4aa89b 35%, #41979a);
  border-radius: 28px;
  box-shadow: 0 3px 10px 0 rgba(18, 45, 46, 0.1);
  padding: 11px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 300ms ease-in-out;
}
.btn-style:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  color: #fff;
}

.btn-lang {
  padding: 5px;
  border: 1px solid #333;
  border-radius: 50%;
  font-weight: 700;
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: 3000ms;
}
.btn-lang:hover {
  text-decoration: underline;
}

.main-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  background-color: #71028c;
  color: white;
  transition: 300ms;
}
.main-btn:hover {
  background-color: #71028c;
  color: white;
}
.main-btn:hover i,
.main-btn:hover svg {
  animation-play-state: running;
}

.landing-page .main-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 106px;
  letter-spacing: 0em;
  color: #71028c;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .landing-page .main-title {
    font-size: 32px;
    line-height: 64px;
  }
  .landing-page .main-title::before {
    bottom: 30px;
    height: 15px;
  }
  .landing-page .main-title.scan-text {
    font-size: 28px;
  }
}
.landing-page .sec-title {
  font-size: 28px;
  font-weight: 870;
  text-align: right;
  color: #71028c;
}
@media (max-width: 767.98px) {
  .landing-page .sec-title {
    font-size: 19px;
    line-height: 40px;
  }
}
.landing-page .main-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 43px;
  text-align: right;
  color: #000;
  max-width: 500px;
}
@media (max-width: 767.98px) {
  .landing-page .main-text {
    font-size: 18px;
    max-width: 100%;
    line-height: 30px;
  }
}

.main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 100px;
  color: #71028c;
  font-size: 40px;
  font-weight: 600;
}
.main-header .sub {
  color: #f6cff2;
  font-size: 40px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .main-header {
    margin: 20px 0 50px;
  }
  .main-header .sub {
    font-size: 24px;
    line-height: 20px;
  }
  .main-header .main-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 106px;
    letter-spacing: 0em;
    color: #000;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main-header .main-title::before {
    content: "";
    bottom: 30px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 15px;
    background-color: #f6cff2;
  }
}

.sec-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sec-header .title {
  font-size: 55px;
  font-weight: 800;
  line-height: 90px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-header .title.how {
    font-size: 35px;
  }
}
.sec-header .sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #f6cff2;
}
.sec-header .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info .box-info:hover {
  box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #71028c;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: white;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background-color: #5b8af0;
}
.boxes-info.boxes-bg-color .box-info.green {
  background-color: #71028c;
}
.boxes-info.boxes-bg-color .box-info.pur {
  background-color: #7b74eb;
}
.boxes-info.boxes-bg-color .box-info.red {
  background-color: #de5f56;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table * {
  border: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.card-side {
  box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
}
.card-side .user-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-side .user-name {
  margin: 0 0 0.5rem 0;
}
.card-side .user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  padding: 1.5rem 1rem;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
}
.card-side .card-slide .btn-icon:hover {
  color: #000;
}
.card-side .card-slide .btn-icon .icon {
  border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
  width: 20px;
}

.landing-section {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.landing-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: hsla(193, 99%, 45%, 0.5);
}
.landing-section .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-side {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
}
.content-side .header {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-side .between-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.content-side .blocks-tickets .box-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}
.content-side .blocks-tickets .box-ticket .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.content-side .blocks-tickets .box-ticket .info .date {
  color: #71028c;
  font-weight: 700;
  font-size: 13px;
}
.content-side .blocks-tickets .box-ticket .info .content {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22.4px;
  font-weight: 400;
}
.content-side .blocks-tickets .box-ticket .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.box-about {
  background: linear-gradient(180deg, #e8a2e1, #ba68c8);
  padding: 20px;
  border-radius: 8px;
}
.box-about .about-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #71028c;
}
.box-about .about-text {
  font-size: 21px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
  text-align: start;
  max-width: 530px;
}
.box-about img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}

.vision-container {
  padding: 40px 60px;
  box-shadow: 0 0 6px 0 #d3d3d3;
  background-color: #fff;
  border-radius: 0.375rem;
  border: 1px solid #e3e3e3;
}
.vision-container .vision-content .section-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #71028c;
}
.vision-container .vision-content .vision-text {
  font-size: 21px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 0;
}
.vision-container .vision-image {
  text-align: end;
}
.vision-container .vision-image img {
  max-width: 100%;
  height: auto;
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.footer {
  background-color: #71028c;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-top {
  padding: 40px 0 20px;
}
.footer .footer-top .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
.footer .footer-top .items .title {
  margin-bottom: 14px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .footer-top .items .item {
  color: #ddd;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-top .items .item svg,
.footer .footer-top .items .item i {
  font-size: 20px;
}
.footer .footer-top .items .item.info {
  font-size: 14px;
  text-align: start;
}
.footer .footer-top .box-email .store {
  width: 400px;
}
.footer .footer-top .box-email .store .store-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.footer .footer-top .box-email .store .store-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer .footer-top .box-email .store .store-img img {
  width: 150px;
  height: auto;
}
@media (max-width: 767.98px) {
  .footer .footer-top .box-email .store {
    width: 100%;
  }
}
.footer .footer-top .box-email .social {
  width: 400px;
}
.footer .footer-top .box-email .social .social-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.footer .footer-top .box-email .social .social-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}
.footer .footer-top .box-email .social .social-img img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .footer .footer-top .box-email .social {
    width: 100%;
  }
}
.footer .bar {
  height: 0.5px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.footer .footer-bottom {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0 11px;
}/*# sourceMappingURL=main.css.map */