@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-UltraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf/Telegraf-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
/* Preloader */
@keyframes spin-slow {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.animate-spin-slow {
  animation: spin-slow 0.7s linear infinite; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Telegraf';
  background-color: #00082a;
  color: #fff;
  overflow-x: hidden; }

html {
  overflow-x: hidden;
  line-height: 1; }

.container-fluid {
  width: 100%;
  max-width: 100%; }

/* Hamburger */
.hamburger-line {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  z-index: 2;
  width: 30px;
  height: 30px; }
  @media only screen and (min-width: 640px) {
    .hamburger-line {
      right: 2rem; } }

.hamburger-line span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.hamburger-line span:nth-child(1) {
  top: 0px; }

.hamburger-line span:nth-child(2),
.hamburger-line span:nth-child(3) {
  top: 8px; }

.hamburger-line span:nth-child(4) {
  top: 16px; }

.hamburger-line.hamburger-open span {
  background: white; }

.hamburger-line.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

.hamburger-line.hamburger-open span:nth-child(2) {
  transform: rotate(45deg); }

.hamburger-line.hamburger-open span:nth-child(3) {
  transform: rotate(-45deg); }

.hamburger-line.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.overlay-menu {
  height: 0px !important;
  width: 100%;
  /* position: fixed; */
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: auto;
  transition: 0.5s; }

.overlay-menu a {
  display: block;
  transition: 0.3s; }

/* Hide scrollbar for Chrome, Safari, and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge, and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.link-tab-fitur {
  border-radius: 10px;
  border: 2px solid transparent;
  background: #0e193f;
  padding: 15px 17px;
  line-height: 1.5;
  color: #fff; }

.link-tab-fitur.active-tab {
  background: linear-gradient(#0e193f, #0e193f) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box; }

.link-tab-fitur:hover {
  border-color: #fff; }

.btn-rounded-full {
  padding: 15px 25px;
  border-radius: 30px; }

/* Mobile */
@media screen and (max-width: 767.98px) {
  h1,
  .text-user {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1; }

  .title-intro {
    font-family: 'Telegraf';
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3; }

  h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5; }

  h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; }

  .gradient-border {
    border: 2px solid transparent;
    border-radius: 30px;
    background: linear-gradient(#00082a, #00082a) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0 0 2px transparent; }

  .py-container {
    padding-top: 50px;
    padding-bottom: 50px; }

  .px-container {
    padding-left: 24px;
    padding-right: 24px; } }
/* Tablet */
@media screen and (min-width: 768px) {
  h1,
  .text-user {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1; }

  .title-intro {
    font-family: 'Telegraf';
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3; }

  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5; }

  h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4; }

  .btn {
    font-size: 17px;
    font-weight: 600;
    color: #fff; }

  .bg-hover {
    background-color: #ffffff;
    opacity: 20%; }

  .py-container {
    padding-top: 70px;
    padding-bottom: 70px; }

  .px-container {
    padding-left: 32px;
    padding-right: 32px; } }
/* Desktop */
@media screen and (min-width: 1280px) {
  h1,
  .text-user {
    font-family: 'Telegraf';
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1; }

  .title-intro {
    font-family: 'Telegraf';
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3; }

  h2 {
    font-family: 'Telegraf';
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5; }

  h2.intro {
    font-family: 'Telegraf';
    font-size: 64px;
    font-weight: 700;
    color: #fff; }

  h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4; }

  h3.counter {
    font-family: 'Telegraf';
    font-size: 74px;
    font-weight: 700;
    color: #fff; }

  h3.info {
    font-family: 'Telegraf';
    font-size: 24px;
    font-weight: 400;
    color: #fff; }

  p {
    font-family: 'Telegraf';
    font-size: 17px;
    font-weight: 400;
    color: #fff; }

  .btn {
    font-size: 17px;
    font-weight: 600;
    color: #fff; }

  .bg-hover {
    background-color: #ffffff;
    opacity: 20%; }

  .py-container {
    padding-top: 100px;
    padding-bottom: 100px; }

  .px-container {
    padding-left: 60px;
    padding-right: 60px; } }
p {
  line-height: 1.6; }

a {
  font-size: 17px; }

h4 {
  font-family: 'Telegraf';
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6; }

h5.info {
  font-family: 'Telegraf';
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1; }

h5 {
  font-family: 'Telegraf';
  font-size: 15px;
  font-weight: 400;
  color: #fff; }

h6 {
  font-family: 'Telegraf';
  font-size: 12px;
  font-weight: 400;
  color: #fff; }

h6.info {
  font-family: 'Telegraf';
  font-size: 12px;
  font-weight: 400;
  color: #fff; }

.btn-gradient {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 14px 20px;
  border-radius: 30px;
  background: linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%);
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-out; }
  .btn-gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1; }
  .btn-gradient:hover::before {
    opacity: 1; }
  .btn-gradient .gradient-text {
    transition: all 0.3s ease; }
  .btn-gradient:hover .gradient-text {
    -webkit-text-fill-color: white !important;
    background: none !important; }

.btn-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  width: max-content;
  height: max-content;
  transition: all 0.3s ease-out; }
  .btn-white:hover {
    background: rgba(255, 255, 255, 0.1); }

.gradient-border-b {
  position: relative; }
  .gradient-border-b::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%); }

.font-nav {
  font-family: 'Telegraf';
  font-size: 17px;
  font-weight: 400;
  color: #fff; }

.font-btn-nav {
  font-family: 'Telegraf';
  font-size: 17px;
  font-weight: 600;
  color: #fff; }

.bg-container {
  background-color: #00082a; }

.bg-right-transparent {
  background: linear-gradient(90deg, #d980ff 0%, #0057ea 40%, rgba(30, 64, 175, 0) 100%); }

.bg-opacity-20 {
  position: relative;
  overflow: hidden; }

.bg-opacity-20::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #0057ea;
  opacity: 0.1;
  border-radius: 10px;
  z-index: 0;
  transition: all 0.3s ease-out; }

.bg-opacity-20:hover::before {
  background-color: #338dff;
  /* warna biru lebih terang */
  opacity: 0.35;
  /* tingkatkan opacity agar lebih terang */ }

.bg-opacity-20 > * {
  position: relative;
  z-index: 1; }

.rounded-5px {
  border-radius: 5px; }

.gradient-text {
  background: #0057ea;
  background: linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; }

.gradient-button {
  background: #0057ea;
  background: linear-gradient(90deg, #0057ea 0%, #d980ff 50%, #ecbeff 100%); }

.card-gradient {
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#060f37, #060f37) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  box-shadow: 0 0 0 2px transparent; }

.border-gradient {
  border: 2px solid transparent;
  background: linear-gradient(#060f37, #060f37) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent; }

/* Gradient border dengan warna seperti .gradient-text */
.gradient-border {
  border: 2px solid transparent;
  border-radius: 9999px;
  background: linear-gradient(#00082a, #00082a) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent; }

.gradient-card-border {
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#060f37, #060f37) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent; }

.card-solution {
  border: 2px solid #fff;
  border-radius: 20px;
  background: linear-gradient(#0e193f, #0e193f) padding-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent;
  transition: all 0.3s ease-out; }

.card-solution:hover {
  border: 2px solid transparent;
  background: linear-gradient(#060f37, #060f37) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent; }

.card-solution-page {
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#0e193f, #0e193f) padding-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent;
  transition: all 0.3s ease-out; }

.card-solution-page:hover {
  border: 2px solid transparent;
  background: linear-gradient(#060f37, #060f37) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent; }

.card-ulasan {
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#0e193f, #0e193f) padding-box, linear-gradient(#0e193f, #0e193f) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent;
  transition: all 0.3s ease-out; }

.card-ulasan:hover {
  border: 2px solid transparent;
  background: linear-gradient(#060f37, #060f37) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent; }

.card-connect {
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#0e193f, #0e193f) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 2px transparent;
  transition: all 0.3s ease-out; }

.card-connect:hover {
  background: linear-gradient(#00082a, #00082a) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box; }

.contact-btn-gradient {
  border: 2px solid transparent;
  border-radius: 5px;
  background: #0e193f;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1; }

.contact-btn-gradient:hover {
  border: 2px solid transparent;
  background: linear-gradient(#060f37, #060f37) padding-box, linear-gradient(85deg, #0057ea 15.26%, #d980ff 75.77%, #ecbeff 90.21%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box; }

@media screen and (min-width: 1280px) {
  .px-container {
    padding-left: 100px;
    padding-right: 100px; }

  .py-container {
    padding-top: 100px;
    padding-bottom: 100px; }

  .gap-grid {
    gap: 3.75rem; }

  .gap-text {
    gap: 15px; }

  .gap-30 {
    gap: 30px; }

  .margin-y-30 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .margin-bottom-30 {
    margin-bottom: 30px; }

  .margin-top-30 {
    margin-top: 30px; }

  .margin-x-30 {
    margin-left: 30px;
    margin-right: 30px; }

  .margin-left-30 {
    margin-left: 30px; }

  .margin-right-30 {
    margin-right: 30px; }

  .padding-bottom-30 {
    padding-bottom: 30px; }

  .padding-top-30 {
    padding-top: 30px; }

  .padding-y-30 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .padding-left-30 {
    padding-left: 30px; }

  .padding-right-30 {
    padding-right: 30px; }

  .padding-x-30 {
    padding-left: 30px;
    padding-right: 30px; } }
.base-icon {
  width: 24px;
  height: 24px; }

.base-figure {
  width: 50px;
  height: 50px;
  padding: 13px; }

.rotate-right {
  animation: spin-right 30s linear infinite; }

@keyframes spin-right {
  0% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(90deg); }
  30% {
    transform: rotate(90deg);
    /* stop sejenak di 90deg */ }
  45% {
    transform: rotate(180deg); }
  55% {
    transform: rotate(180deg);
    /* stop sejenak di 180deg */ }
  70% {
    transform: rotate(270deg); }
  80% {
    transform: rotate(270deg);
    /* stop sejenak di 270deg */ }
  100% {
    transform: rotate(360deg); } }
.arrow-hover-group .arrow-move {
  transition: transform 0.3s; }

.arrow-hover-group:hover .arrow-move {
  transform: translateX(12px); }

#hero-img.scrolled {
  transform: translateY(150px);
  opacity: 0; }

#kenapa-img.visible {
  opacity: 1;
  transform: translateY(0); }

/* Tambahkan di file CSS global atau di <style> pada <head> */
#hero-img,
#kenapa-img {
  transition: transform 1.2s cubic-bezier(0.4, 2, 0.6, 1), opacity 0.8s;
  will-change: transform, opacity; }

/* DaisyUI-like Color System */
:root {
  /* Brand Colors */
  --color-primary: #0057ea;
  --color-primary-content: #fff;
  --color-secondary: #d980ff;
  --color-secondary-content: #fff;
  --color-accent: #ecbeff;
  --color-accent-content: #0e193f;
  /* Neutral Colors */
  --color-neutral: #060f37;
  --color-neutral-content: #fff;
  /* Base Colors */
  --color-base-100: #00082a;
  --color-base-200: #060f37;
  --color-base-300: #0e193f;
  --color-base-content: #fff;
  /* State Colors */
  --color-info: #338dff;
  --color-info-content: #fff;
  --color-success: #22c55e;
  --color-success-content: #fff;
  --color-warning: #facc15;
  --color-warning-content: #0e193f;
  --color-error: #ef4444;
  --color-error-content: #fff; }

/* Contoh penggunaan */
.bg-primary {
  background: var(--color-primary);
  color: var(--color-primary-content); }

.bg-secondary {
  background: var(--color-secondary);
  color: var(--color-secondary-content); }

.bg-accent {
  background: var(--color-accent);
  color: var(--color-accent-content); }

.bg-neutral {
  background: var(--color-neutral);
  color: var(--color-neutral-content); }

.bg-base-100 {
  background: var(--color-base-100);
  color: var(--color-base-content); }

.bg-base-200 {
  background: var(--color-base-200);
  color: var(--color-base-content); }

.bg-base-300 {
  background: var(--color-base-300);
  color: var(--color-base-content); }

.bg-info {
  background: var(--color-info);
  color: var(--color-info-content); }

.bg-success {
  background: var(--color-success);
  color: var(--color-success-content); }

.bg-warning {
  background: var(--color-warning);
  color: var(--color-warning-content); }

.bg-error {
  background: var(--color-error);
  color: var(--color-error-content); }

/* DaisyUI-like Button System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Telegraf';
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
  background: var(--color-base-200);
  color: var(--color-base-content);
  box-shadow: 0 2px 8px rgba(0, 87, 234, 0.08);
  gap: 0.5rem; }

.btn:hover:not(.btn-disabled):not(:disabled) {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(0, 87, 234, 0.12); }

/* Color variants */
.btn-neutral {
  background: var(--color-neutral);
  color: var(--color-neutral-content); }

.btn-primary {
  background: var(--color-primary);
  color: var(--color-primary-content); }

.btn-secondary {
  background: var(--color-secondary);
  color: var(--color-secondary-content); }

.btn-accent {
  background: var(--color-accent);
  color: var(--color-accent-content); }

.btn-info {
  background: var(--color-info);
  color: var(--color-info-content); }

.btn-success {
  background: var(--color-success);
  color: var(--color-success-content); }

.btn-warning {
  background: var(--color-warning);
  color: var(--color-warning-content); }

.btn-error {
  background: var(--color-error);
  color: var(--color-error-content); }

/* Outline, Dash, Soft, Ghost, Link */
.btn-outline {
  background: transparent;
  border: 2px solid currentColor;
  color: inherit; }

.btn-dash {
  background: transparent;
  border: 2px dashed currentColor;
  color: inherit; }

.btn-soft {
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  border: none; }

.btn-ghost {
  background: transparent;
  color: inherit;
  border: none;
  box-shadow: none; }

.btn-link {
  background: none;
  color: var(--color-primary);
  border: none;
  box-shadow: none;
  padding: 0;
  text-decoration: underline;
  border-radius: 0; }

.btn-link:hover {
  color: var(--color-secondary);
  text-decoration: underline; }

/* State */
.btn-active,
.btn:active {
  filter: brightness(0.92);
  box-shadow: 0 2px 8px rgba(0, 87, 234, 0.16); }

.btn-disabled,
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed; }

/* Size */
.btn-xs {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem; }

.btn-sm {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem; }

.btn-md {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem; }

.btn-lg {
  font-size: 1.25rem;
  padding: 1rem 2rem;
  border-radius: 1rem; }

.btn-xl {
  font-size: 1.5rem;
  padding: 1.25rem 2.5rem;
  border-radius: 1.25rem; }

/* Wide, Block, Square, Circle */
.btn-wide {
  padding-left: 3rem;
  padding-right: 3rem; }

.btn-block {
  display: flex;
  width: 100%; }

.btn-square {
  aspect-ratio: 1/1;
  width: 3rem;
  padding: 0;
  justify-content: center; }

.btn-circle {
  aspect-ratio: 1/1;
  width: 3rem;
  padding: 0;
  border-radius: 9999px;
  justify-content: center; }

/* DaisyUI-like Card Component */
.card {
  display: flex;
  flex-direction: column;
  background: #0e193f;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 87, 234, 0.1);
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s, border 0.3s; }

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff; }

.card-body {
  /* padding: 2rem 1.5rem; */
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.card-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 0 1.5rem 1.5rem 1.5rem; }

.card-border {
  border: 2px solid #d980ff; }

.card-dash {
  border: 2px dashed #d980ff; }

.card-side {
  flex-direction: row;
  align-items: stretch; }

.card-side .card-body {
  flex: 1 1 0; }

.card-side figure {
  margin: 0;
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #060f37;
  min-width: 120px;
  max-width: 220px;
  overflow: hidden; }

.card-side img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover; }

.image-full {
  position: relative;
  overflow: hidden; }

.image-full figure {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

.image-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.5; }

.image-full .card-body,
.image-full .card-title,
.image-full .card-actions {
  position: relative;
  z-index: 1; }

.card-xs .card-body {
  padding: 0.5rem 0.75rem; }

.card-xs .card-title {
  font-size: 1rem; }

.card-xs .card-actions {
  padding: 0 0.75rem 0.75rem 0.75rem; }

.card-sm .card-body {
  padding: 1rem 1.25rem; }

.card-sm .card-title {
  font-size: 1.25rem; }

.card-sm .card-actions {
  padding: 0 1.25rem 1.25rem 1.25rem; }

.card-md .card-body {
  padding: 2rem 1.5rem; }

.card-md .card-title {
  font-size: 1.5rem; }

.card-md .card-actions {
  padding: 0 1.5rem 1.5rem 1.5rem; }

.card-lg .card-body {
  padding: 2.5rem 2rem; }

.card-lg .card-title {
  font-size: 2rem; }

.card-lg .card-actions {
  padding: 0 2rem 2rem 2rem; }

.card-xl .card-body {
  padding: 3rem 2.5rem; }

.card-xl .card-title {
  font-size: 2.5rem; }

.card-xl .card-actions {
  padding: 0 2.5rem 2.5rem 2.5rem; }

/* Responsive */
@media (max-width: 768px) {
  .card,
  .card-side {
    border-radius: 14px;
    flex-direction: column !important; }

  .card-body,
  .card-actions {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .card-title {
    font-size: 1.25rem !important; }

  .card-lg .card-title,
  .card-xl .card-title {
    font-size: 1.5rem !important; } }
.bg-nav {
  background: rgba(0, 8, 42, 0.3);
  backdrop-filter: blur(60px); }

.list-style-check ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0; }

.list-style-check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1rem;
  font-size: 15px !important;
  font-weight: 400 !important; }

.list-style-check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/icons/check.png") no-repeat center/contain; }

.bg-cart-contact {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(60px); }

/* slider phone */
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.slider-phone .swiper-slide {
  opacity: 0.4; }

.slider-phone .swiper-slide-thumb-active {
  opacity: 1; }

.swiper-slide .img-gallery {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-slide .thum {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slider-phone .swiper-wrapper,
.slider-phone .swiper-wrapper,
.slider-phone .swiper-wrapper .swiper-slide,
.slider-phone .swiper-wrapper .swiper-slide img {
  pointer-events: none; }

/* .slider-phone .swiper-slide-active,
.slider-phone .swiper-slide-prev {
	margin-right: 60px;
} */
.icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.3s ease-out; }
  .icon:hover {
    background: #0e193f; }
  @media only screen and (min-width: 768px) {
    .icon {
      width: 50px;
      height: 50px; } }

.bg-ellipse {
  background: radial-gradient(ellipse 200% 120% at 50% -11%, #142c7a 0%, #1a3cff 0%, #00082a 30%, #00082a 95%); }
  @media only screen and (min-width: 1024px) {
    .bg-ellipse {
      background: radial-gradient(ellipse 80% 120% at 50% 0%, #142c7a 0%, #1a3cff 0%, #00082a 30%, #00082a 100%); } }

.btn-style {
  padding: 14px 20px; }

.gradient-left {
  background: radial-gradient(ellipse at 0% 50%, #1a3cff 0%, #00082a 30%, #00082a 100%); }

.gradient-right {
  background: radial-gradient(ellipse at 100% 70%, #1a3cff -22%, #00082a 30%, #00082a 100%); }

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