@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  background-color: #fafbfd;
}
h1 {
  font-size: 40px;
  font-weight: 600;
}
.page-border-top {
  height: 6px;
  width: 100%;
  padding: 3px;
  background: linear-gradient(90deg, #d2b3ff, #8c52fe);
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header-top a {
  color: #babcc1;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.header-top a svg {
  width: 18px;
}
.navbar-nav .nav-item {
  height: 100px;
  display: flex;
  align-items: center;
}
img {
  max-width: 100%;
}
.dropdown-toggle svg {
  width: 10px;
}

.dark-bg {
  background: linear-gradient(115deg, #17042f 80%, #22042f 92%, #9d6afe 100%);
}

.hero-section-content {
  text-align: center;
  color: #fff;
  padding: 80px 0 55px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 606px;
  margin: 0 auto;
}

.hero-section-buttons img {
  width: 100%;
  max-width: 148px;
}
.hero-section-buttons {
  display: flex;
  gap: 38px;
  justify-content: center;
}
.why-us-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 10px;
  background-color: #9d6afe;
}

.why-us-item-icon img {
  max-width: 24px;
}

.why-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 120px;
}
.why-us-img {
  width: 50%;
  height: 100%;
}
.why-us-img img {
  width: 90%;
}

.why-us-content {
  width: 50%;
}

.why-us-item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.why-us-item p {
  font-size: 16px;
  font-weight: 400;
  color: #04272f;
}
.why-us-item-head p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #04272f;
}

.why-us-content {
  max-width: 620px;
  margin-right: auto;
}

.why-us-item {
  margin-bottom: 40px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #04272f;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 0 30px;
  position: relative;
  bottom: 190px;
}

.video-section-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding: 77px 0;
  height: 360px;
}

.video-thumbnail-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4e287865;
}

.video-thumbnail-play button {
  padding: 14px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  max-width: 420px;
}

.video-thumbnail-play button img {
  width: 35px;
  height: 35px;
}

.video-thumbnail-play button span {
  font-size: 18px;
  font-weight: 500;
  color: #04272f;
}
.feature-section {
  margin-bottom: 120px;
}

.feature-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-section ul li {
  font-size: 16px;
  font-weight: 500;
  color: #04272f;
  background-color: #fff;
  width: fit-content;
  padding: 18px 26px 17px 14px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.bg-lightblue {
  background-color: #e5f0f8;
}

.highlight-section-title {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 19px;
  margin-bottom: 34px;
  font-size: 20px;
  color: #04272f;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  padding-right: 26px;
}

.highlight-section {
  padding-top: 80px;
}
.contact-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9d6afe;
  color: #fff;
  padding: 24px 34px 46px;
  border-radius: 7px;
}
.dots {
  display: flex;
  gap: 6px;
}
.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffffff;
}
.dot-1 {
  opacity: 0.3;
}
.dot-2 {
  opacity: 0.7;
}
.dot-3 {
  opacity: 1;
}
.contact-form {
  max-width: 462px;
  width: 95%;
  margin: 0 auto;
  background-color: #fafbfd;
  padding: 45px 26px 30px;
  border-radius: 10px;
  border: 1px solid #7070701a;
  position: relative;
  top: -40px;
}

.contact-form-container {
  background-color: #fff;
  position: relative;
  padding-bottom: 15px;
  bottom: -60px;
}

.download-section {
  background: linear-gradient(257deg, #9d6afe, #623da2);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
  border-radius: 10px;
  color: #fff;
  margin-top: 200px;
}
.footer-content {
  background-color: #1e232f;
  color: #fff;
  padding-top: 60px;
}
.footer-left-side {
  width: 100%;
  max-width: 522px;
}
.footer-nav-section {
  display: flex;
  justify-content: end;
  gap: 100px;
  width: 100%;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 18px 25px;
}
.contact-card p b {
  color: #2c3344;
  font-size: 16px;
  font-weight: 500;
}
.contact-card p {
  color: #677894;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
footer {
  margin-top: 110px;
  position: relative;
}
.footer-nav h4 {
  font-size: 18px;
  color: #9d6afe;
}
.footer-nav ul {
  list-style: none;
  padding-left: 0;
}
.footer-nav li {
  margin-bottom: 12px;
}
.footer-nav li a {
  color: #fafbfd;
  text-decoration: none;
  font-size: 16px;
}
.social-links {
  background-color: #fff;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
}
.copyright {
  height: 56px;
  display: flex;
  align-items: center;
}
.copyright p {
  margin-bottom: 0;
  text-align: right;
  font-size: 14px;
}
.contact-card-icon {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #f9f9fb;
}
.footer-left-side::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 30px;
  max-width: 1224px;

  background: linear-gradient(88deg, #623da2, #9d6afe);

  z-index: -1;
  border-radius: 10px 10px 0 0;
}

.header-top p {
  font-size: 14px;
  color: #d5d5d5;
  margin-bottom: 0;
}

.top-nav-icon {
  background-color: #2f3648;
  border-radius: 4px;
  width: 34px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-nav-item {
  display: flex;
  gap: 4px;
  align-items: center;
}
.text-primary {
  color: #9b68fe !important;
}

.top-nav-item.text-primary .top-nav-icon {
  background-color: #f3ecff;
}

.btn-primary {
  background-color: #9d6afe !important;
  border-color: #9d6afe !important;
  padding: 13px 13px 12px 13px;
}

.login-section {
  background-color: #0e0721;
}

.intro-section-content p {
  color: #ffffff;
  font-size: 14px;
  margin: 18px 0 45px 0;
}
.gold-card {
  background-color: #9d6afe;
  padding: 27px 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.gold-card-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.gold-card-content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 260px;
}
.login-form-end {
  background-color: #f4f8fb;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 18px 10px 21px 10px;
  border-radius: 0 0 5px 5px;
}
.login-form {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border: 1px solid #7070701a;
  padding: 17px;
}
.login-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px;
  border-bottom: 1px solid #6778941c;
  margin-bottom: 10px;
}
.login-form-head p {
  margin-bottom: 0;
}
.login-section {
  padding: 120px 0;
}

.package-item {
  background: linear-gradient(265deg, #01041b, #0c021d);
  color: #fff;
  padding: 38px 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
  position: relative;
}

.package-item-price {
  background-color: #9d6afe;
  color: #fff;
  min-width: 197px;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 0;
}

.package-item-content p {
  font-size: 17px;
  margin-bottom: 0;
}

.package-item-content h2 {
  font-size: 20px;
  font-weight: 600;
}

.package-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 11px;
  background-color: #9d6afe;
  border-radius: 0 0 10px 10px;
}

.package-item.yellow:before {
  background-color: #feb182;
}

.package-item.green:before {
  background-color: #44aa3f;
}

.package-item.orange:before {
  background-color: #ff6000;
}

.package-item.blue:before {
  background-color: #82abfe;
}

.package-item.yellow .package-item-price {
  background-color: #feb182;
}

.package-item.green .package-item-price {
  background-color: #44aa3f;
}

.package-item.orange .package-item-price {
  background-color: #ff6000;
}

.package-item.blue .package-item-price {
  background-color: #82abfe;
}

.package-item-features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.container {
  max-width: 1224px;
}

.container-2 {
  max-width: 1164px;
}

.hero-section-content h1 {
  font-size: 28px;
}

.hero-section-content p {
  font-size: 16px;
  font-weight: 200;
}

.form-control:not(input[type="file"]) {
  border-radius: 5px;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 400;
  height: 59px;
  border: 1px solid #f1f1f1;
}
.form-control::placeholder {
  color: #f1f0f1;
  font-size: 16px;
  font-weight: 400;
}
.form-label {
  font-size: 16px;
  color: #04272f;
  margin-bottom: 4px;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #9d6afe;
}
.highlight-section-content {
  position: relative;
  top: 60px;
}
.highlight-section-content p {
  color: #04272f;
  font-size: 16px;
  margin-bottom: 0;
}

.highlight-section-content h4 {
  color: #677894;
  font-size: 16px;
  font-weight: 500;
  margin-top: 75px;
  margin-bottom: 20px;
}

.highlight-section-content p b {
  color: #333333;
  font-weight: 600;
}

.highlight-section-item {
  margin-bottom: 30px;
}

.contact-form-button {
  position: absolute;
  bottom: -25px;
  right: 20px;
  padding: 15px 21px;
  display: flex;
  gap: 10px;
}

.campaigns-section {
  background-color: #e5f0f8;
  padding: 10px 15px;
  position: relative;
  top: -41px;
  border-radius: 10px;
}

.campaigns-section-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.campaigns-section-item .highlight-section-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}

.campaigns-section-item p {
  margin-bottom: 0;
}

.download-section-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.offcanvas-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #212529;
}
.offcanvas-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-link {
  font-size: 16px;
  color: #04272f;
  font-weight: 500;
}

.login-body footer {
  margin-top: 0 !important;
}
.home-body .navbar {
  padding-bottom: 25px !important;
}

.login-form-body {
  padding: 30px;
}
.login-form .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #9d6afe;
}

.login-form .form-label {
  color: #7d94a7;
  font-size: 15px;
  font-weight: 500;
}

.login-form-body .btn-primary {
  min-width: 196px;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert {
  position: fixed;
  top: 20px;
  right: 20px;
  width: fit-content;
  z-index: 1000;
}

.header-top p img {
  width: 18px;
  margin-right: 5px;
}

.blog-filter {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.filter-item a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
  background-color: #eff1fa;
  padding: 10px 32px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 15px;
}

.blog-container {
  margin-top: 50px;
}

.blog-filter {
  margin-bottom: 40px;
}

.blog-container h3 {
  margin-bottom: 20px;
}
.blog-main-img {
  width: 100%;
  height: 480px;
  border-radius: 30px;
  color: #fff;
  padding: 50px 100px;
  display: flex;
  align-items: end;
}
.blog-content {
  max-width: 736px;
  margin-top: 50px;
}

.contact-form-section {
  background-color: #fff;
  width: 100%;
  padding: 46px 74px;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
}
.contact-info-section {
  background-color: #07133b;
  width: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 45px 30px;
}

.contact-section .contact-form-title {
  font-size: 24px;
  font-weight: 500;
  color: #2d3b4b;
  margin-bottom: 40px;
}
textarea.form-control {
  height: 150px !important;
}
.contact-info-title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
.contact-information-element {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  width: 337px;
}
.contact-info-section p {
  font-size: 13px;
  font-weight: 300;
  color: #83899d;
  line-height: 21px;
  margin-top: 20px;
}

.btn img {
  width: 20px;
}

.copyright-logo img {
  width: 120px;
}

.copyright-content {
  display: flex;
  justify-content: space-between;
}

.footer-legal {
  background-color: #1a1f2e;
  color: #fafbfd;
  padding: 30px 0;
  border-top: 1px solid #2f3648;
}

.footer-legal p {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #b8bcc8;
}

.footer-legal p:last-child {
  margin-bottom: 0;
}

.legal-left p:first-child {
  margin-bottom: 20px;
}

.legal-right p:first-child {
  margin-bottom: 15px;
}
.card {
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 20px;
}
.text-dark {
  color: #1e232f !important;
}
h2 {
  font-size: 35px;
  font-weight: 700;
}

.mt-150 {
  margin-top: 150px;
}
.stats-item {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #efefef;
  padding: 17px 24px;
  border-radius: 10px;
}
.stats-item h3 {
  font-size: 26px;
  font-weight: 600;
}
.stats-item p {
  font-size: 16px;
  font-weight: 400;
}

.about-img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fs-34 {
  font-size: 34px !important;
}

.content-section {
  padding: 40px;
  color: #677894;
}
.mt-100 {
  margin-top: 100px;
}

.content-section h4 {
  font-size: 16px;
  font-weight: 500;
  color: #677894;
}
.content-section p {
  font-size: 14px;
  font-weight: 300;
  color: #677894;
}
.content-section h5 {
  font-size: 15px;
  font-weight: 400;
  color: #677894;
}

.accordion {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.accordion-item {
  border: none;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-button {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  padding: 16px 20px;
  border: none;
  border-radius: 10px;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.accordion-button:hover {
  background: #ececec;
}

.accordion-body {
  background: #fff;
  padding: 20px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  border-top: 1px solid #eee;
}

.accordion-button::after {
  filter: invert(40%) sepia(20%) saturate(500%) hue-rotate(200deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: invert(100%);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #9d6afe, #8f94fb);
  color: #fff;
  box-shadow: none;
}

.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #9d6afe, #8f94fb);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f1f3f4;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  transition: all 0.3s ease;
  font-size: 12px;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .accordion-button-modern {
    padding: 16px 20px;
    font-size: 15px;
  }

  .accordion-body-modern {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.swiper-button-prev {
  right: 60px !important;
  left: auto !important;
}

.video-item {
  width: 100%;
  height: 100%;
}

.video-item iframe {
  width: 100%;
  height: 100%;
}

.card-img-top {
  height: 230px;
  object-fit: cover;
}

.card-body a {
  color: #000;
}
