/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Hide scrollbar for Chrome, Safari, Edge */
::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
  scroll-behavior: smooth;
}

/* Fonts */
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --default-font: "Montserrat";
  --heading-font: "Montserrat";
  --nav-font: "Montserrat";
  --background-color: #141d3b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
  --nav-color: #313336;
  /* The default color of the main navmenu links */
  --nav-hover-color: #FF7F53;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #313336;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #FF7F53;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  /* --background-color: #060606; /* Background color for the entire website, including individual sections */
  /* --default-color: #3d4348; Default color used for the majority of the text content across the entire website */
  /* --heading-color: #3e5055; Color for headings, subheadings and title throughout the website */
  /* --accent-color: #388da8; Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  /* --surface-color: #ffffff; The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  /* --contrast-color: #ffffff; Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  scroll-behavior: smooth;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f8fbfc;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #141d3b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  overflow: -moz-scrollbars-none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE & Edge */
  scrollbar-width: none;
  background-color: var(--background-color);
  background: #040D1C;
  font-family: var(--default-font);
  --token-e0e0ee15-3413-43ae-b687-a3349bdf53b2: #141d3b00;
  --token-7678715a-d1ce-4fc9-9df3-8211a4d6d6c1: rgb(20, 28, 57);
  --token-0ad2a934-6e4d-41fe-8e0a-90403acbdc94: rgb(25, 38, 76);
  --token-d0c6e04b-e129-4281-b334-e0d55f4b6750: rgba(15, 22, 44, .8);
  --token-button-orangebackground: rgb(255, 165, 134);
  --token-3814e46b-4093-439b-be22-826f64f2eea3: rgb(255, 143, 105);
  --token-763e053d-1b56-4082-af2a-37c30344cc9f: rgb(229, 115, 86);
  --token-8f4e278f-e4c7-472c-b6d2-43de581d5d7a: rgb(247, 248, 252);
  --token-1031cb33-1bf4-4925-bdd8-4208bb296a76: rgb(218, 220, 235);
  --token-9ac226a6-5f63-4405-9ef6-474de8238e42: rgb(188, 193, 218);
  --token-a02b1fd2-4113-45ea-9eb8-7ece0389da62: rgb(50, 59, 133);
  --token-292d9701-a070-4d52-ac7f-e62ad287849d: rgb(25, 34, 116);
  --token-b99b3651-b818-40e0-ad52-1a9514c233af: rgb (3, 5, 20);
  --extracted-r6o4lv: rgba(255, 255, 255, 1);
  --twid-blockquote-text-color: rgba(255, 255, 255, 1);
  /* --token-e0e0ee15-3413-43ae-b687-a3349bdf53b2: rgb(13, 19, 38); */
  /* --token-7678715a-d1ce-4fc9-9df3-8211a4d6d6c1: rgb(20, 28, 57);
  --token-0ad2a934-6e4d-41fe-8e0a-90403acbdc94: rgb(25, 38, 76);
  --token-d0c6e04b-e129-4281-b334-e0d55f4b6750: rgba(15, 22, 44, .8); */
  --token-5b60d1ee-d320-4cd7-84cb-feaea47725f6: rgb(255, 165, 135);
  --token-3814e46b-4093-439b-be22-826f64f2eea3: rgb(255, 143, 105);
  --token-763e053d-1b56-4082-af2a-37c30344cc9f: rgb(229, 115, 86);
  --token-8f4e278f-e4c7-472c-b6d2-43de581d5d7a: rgb(247, 248, 252);
  --token-1031cb33-1bf4-4925-bdd8-4208bb296a76: rgb(218, 220, 235);
  --token-9ac226a6-5f63-4405-9ef6-474de8238e42: rgb(188, 193, 218);
  /* --token-a02b1fd2-4113-45ea-9eb8-7ece0389da62: rgb(50, 59, 133); */
  /* --token-292d9701-a070-4d52-ac7f-e62ad287849d: rgb(25, 34, 116);
 --token-b99b3651-b818-40e0-ad52-1a9514c233af: rgb(3, 5, 20); */
  --token-6068d59e-1b42-4fe4-a439-e92f75a950c5: rgb(255, 165, 135);
  --token-0fcb6fcc-e33a-4eea-95b4-296b3049fc43: #FFFFFF;
  --token-fe3a0661-d070-460e-8270-8a20619d020a: #9BA1A5;
  --token-f8487ab9-d61a-4d17-b217-edf8440a4741: #FFFFFF;
  --token-d0e54f93-53fd-40de-8987-7a14fa0274a6: #9BA1A5;
  /* --token-cb9c6d3d-9ec7-4897-8cce-f884a4cfe3ae: #222426;
 --token-769df806-5a06-464a-8599-777cec8c7eef: #222426;
 --token-9b1c180b-8123-4d5e-8690-906dcd44a1dc: #222426; */
  --token-0cdca713-aa46-4586-bac8-276a43d36750: #FFFFFF;
  --token-90393a38-1a6a-4810-ac68-3641e14e98ce: #050505
    /*accordion */
    --bs-body-bg: var(--background-color);
  --bs-body-color: var(--default-color);

  --font-size-56 {
    font-size: 56px;
  }
}

.bi {
  color: #FFA586;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: transparent;
  padding: 0px;
  transition: all 0.5s;
  z-index: 997;
}

.index-page .header,
.index-page .first-section {
  background-color: transparent;
}

.header .navigation {
  align-content: center;
  align-items: center;
  display: flex;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  opacity: 1;
  max-width: 100%;
}

.header .twid-1r3gmc4 {
  flex: none;
  position: relative;
  width: 95.313px;
  height: 25px;
}

.header .navi-inner {
  width: 100%;
  flex: none;
  height: auto;
  position: sticky;
  top: 28px;
  width: 1200px;
  will-change: transform;
  z-index: 1;
}

.hero .row.navi-inner {
  width: 100%;
  z-index: 2;
  padding: 24px 96px;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 50px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .btn-getstarted .button-container {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  color: rgb(3, 5, 20);
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  gap: 0px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 4px 16px;
  position: relative;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  border: 0px solid rgba(0, 0, 0, 0);
  background-color: var(--token-button-orangebackground, rgb(255, 165, 134));
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 3px 2px 0px, rgba(0, 0, 0, 0.01) 0px 5px 2px 0px, rgba(0, 0, 0, 0.11) 0px -1px 1px 0px inset;
  opacity: 1;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  /* background: color-mix(in srgb, var(--accent-color), transparent 15%); */
}

.top-sticky {
  position: sticky !important;
  top: 50px;
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.text-align-left {
  text-align: left;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.mobileonly .mobile-nav-toggle {
  display: none;
}

.mobile-nav-active .deskonly1 .mobile-nav-toggle {
  display: none;
}

.mobile-nav-active .mobileonly .mobile-nav-toggle i {
  display: block;
  background: url(../img/cross-icon.png) no-repeat center;
  background-size: contain;
}

.row.navi-inner.m-auto .menu {
  border: 1px solid #ffffff14;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1;
  background-color: #0f162c;
  border-radius: 16px;
  flex-flow: row;
  flex: none;
  place-content: center space-between;
  align-items: center;
  height: min-content;
  min-height: 48px;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: visible;
}

/* .navmenu a {
  padding: 0px !important;
} */

.framer-7g5vv5 {
  flex-flow: row;
  flex: none;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  height: 76px;
  min-height: 48px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 32px;
  left: 50%;
  overflow: visible;
  transform: translate(-50%);
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--token-e0e0ee15-3413-43ae-b687-a3349bdf53b2, #0d1326);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer-contact {
  width: 302px;
  font-size: 16px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h2.footer-heading,
.footer h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  margin: 0 0 1rem 0;
}

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

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-top .row {
  border-bottom: rgb(117, 117, 117);
  border-bottom-width: 0.5px;
  border-color: rgb(117, 117, 117);
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.footer .twid_1xw2p3f {
  image-rendering: pixelated;
  flex-shrink: 0;
  fill: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  inset: 0;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#preloder_inside {
  width: 200px;
  height: 200px;
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--token-e0e0ee15-3413-43ae-b687-a3349bdf53b2, #0d1326);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 70vh;
  height: 100%;
  position: relative;
  padding: 0px 0 0px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.index-page .hero {
  height: auto;
  min-height: auto;
}

.about-page .hero {
  height: 70vh;
}

.hero .hero-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .hero-bg::before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 15%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .section-title {
  padding-bottom: 20px;
}

.faq .faq-container .faq-item {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: var(--Spacing-4, 16px);
  border: 1px solid #19264C;
  background: var(--Surface-10, #162143);
}

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

.faq .faq-container .faq-item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  align-items: stretch;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  color: var(--White-20, rgba(247, 248, 252, 0.72));
  font-size: 20px;
  font-style: normal;
  align-items: stretch;
  font-weight: 400;
  line-height: 28px;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 30px;
  right: 20px;
  /* font-size: 16px; */
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

/* .faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
} */
/*
.faq .faq-container .faq-active {
   background-color: color-mix(in srgb, var(--accent-color), transparent 97%); border-color: color-mix(in srgb, var(--accent-color), transparent 80%); 
}*/

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

/* .faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg); color: var(--accent-color);
} */

/*--------------------------------------------------------------
# jobs Section
--------------------------------------------------------------*/
.jobs .section-title {
  padding-bottom: 20px;
}

.jobs .jobs-container {
  width: 1020px;
}

.jobs .jobs-container .jobs-item {
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: var(--Spacing-4, 16px);
  border: 1px solid #19264C;
  background: var(--Surface-10, #162143);
}

.jobs .jobs-container .jobs-item.jobs-active {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

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

.jobs .jobs-container .jobs-item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  align-items: stretch;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.jobs .jobs-container .jobs-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.jobs .jobs-container .jobs-item h3:hover {
  color: var(--accent-color);
}

.jobs .jobs-container .jobs-item .jobs-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.jobs .jobs-container .jobs-item .jobs-content p {
  margin-bottom: 0;
  overflow: hidden;
  color: var(--White-20, rgba(247, 248, 252, 0.72));
  font-size: 20px;
  font-style: normal;
  align-items: stretch;
  font-weight: 400;
  line-height: 28px;
}

.jobs .jobs-container .jobs-item .jobs-toggle {
  /* position: absolute; top: 30px; right: 20px; */
  /* font-size: 16px; */
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.jobs .jobs-content .content-wrapper {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.jobs .twid_8wlzgz .twid-text.title {
  color: var(--color-grey-97, #F7F8F8);
  text-align: center;
  font-size: var(--Spacing-8, 48px);
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}

.jobs .jobs-active .jobs-content .content-wrapper {
  opacity: 1;
  visibility: visible;
  display: block;
}

.jobs .jobs-container .jobs-active .jobs-content h5 {
  color: #FAFAFA;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.jobs .jobs-container .jobs-active .jobs-content ul li {
  color: var(--twid-subtext-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.jobs .twid_1tlxn21-container {
  will-change: transform;
  transform: perspective(1200px);
  align-items: flex-end;
  justify-content: end;
  display: flex;
}

.jobs .twid_1tlxn21-container .twid_pguix3 {
  border-radius: 72px;
  background: var(--token-5b60d1ee-d320-4cd7-84cb-feaea47725f6, #162143);
}

.jobs .twid_1tlxn21-container .twid_pguix3 .twid_17usdmi {
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  transform: none;
}

.jobs .twid_1tlxn21-container .twid_pguix3 .twid_17usdmi .twid_text {
  font-weight: 800;
  line-height: 32px;
  color: rgb(3, 5, 20);
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 16px;
}

/* .jobs .jobs-container .jobs-item .jobs-toggle:hover {
  color: var(--accent-color);
} */

.jobs .jobs-container .jobs-active .header_section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-bottom: 20px;
  /*background-color: color-mix(in srgb, var(--accent-color), transparent 97%); border-color: color-mix(in srgb, var(--accent-color), transparent 80%); */
}

.jobs .jobs-container .jobs-active h3 {
  color: var(--accent-color);
}

.jobs .jobs-container .jobs-active .jobs-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

/* .jobs .jobs-container .jobs-active .jobs-toggle {
  transform: rotate(90deg); color: var(--accent-color);
} */
.jobs .jobs-item .header_section {
  width: 100%;
  display: inline-flex;
  flex: auto;
}

.jobs .jobs-item .title.twid_text {
  width: 100%;
}

.jobs .jobs-item .icon {
  display: flex;
  align-items: flex-end;
}

/* @media (min-width: 1201px) {
  header.d-flex {display: none !important;}
} */
/* @media (max-width: 1200px) {
.hero .navi-inner{display:none;}
} */
@media (max-width: 480px) {
  .header .logo h1 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

@media (max-width: 1199px) {
  .mobileonly {
    display: block;
  }

  .deskonly {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mobileonly {
    display: none !important;
  }

  .deskonly {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width:1399px) {
  .header .navigation {
    max-width: 100%;
  }
}

/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 24px;
  }

  .navmenu li {
    position: relative;
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navmenu a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--extracted-r6o4lv, rgb(255, 255, 255));
  }

  .navmenu a {
    color: var(--color-white-80, rgba(255, 255, 255, 0.80));
    font-family: Montserrat;
    font-style: normal;
    line-height: 20px;
    /* 142.857% */
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    color: var(--White-0, #FAFAFA);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  /* .navmenu a:not(.active):hover {
    text-decoration: underline;
  } */

  .navmenu a.rewards_button:hover {
    text-decoration: none;
  }

  .navmenu a.active {
    display: inline-flex;
    /* padding: 16px 8px; */
    /* border-radius: 16px;
      border: 1px solid #09101E;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.00) 100%);
      backdrop-filter: blur(12px); */
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li .mentui {
    padding: 0px 12px;
    /* border-right: 1px dotted #fff; */
    border-left: 1px dotted #fff;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.48) 50%, rgba(255, 255, 255, 0.00) 100%); */
    /* width: 1px; */
    /* height: 39.324px; */
    overflow: visible;
  }

  .navmenu a {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
  }

  .navmenu a.active::before,
  .navmenu a.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    /* background: linear-gradient(to right, #0000, #FFA586,#000);
  bottom: -5px; 
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;*/
  }

  /* .navmenu a::before,.navmenu a.active::before {
  top: -5px;
  transform-origin: left;
  } */

  /* .navmenu a:hover::after,.navmenu a:hover::before,
  .navmenu a.active::after,.navmenu a.active::before {
  transform: scaleX(1);
  } */
  .navmenu .framer-1eu1lyx {
    place-content: center flex-start;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    gap: 20px;
    height: min-content;
    overflow: visible;
    padding: 0px;
    position: relative;
    width: min-content;
  }

  .navmenu .framer-12dut81 {
    flex: 0 0 auto;
    height: 42px;
    position: relative;
    width: 3px;
    image-rendering: pixelated;
    flex-shrink: 0;
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .header .twid-1r3gmc4 {
    flex: none;
    position: relative;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: auto;
  }

  .mobile-nav-toggle {
    color: var(--twid-blockquote-text-color, var(--twid-text-color, #000));
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 80px;
    background: #1C2B5A;
    border: none;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.11) inset, 0px 5px 2px 0px rgba(0, 0, 0, 0.01), 0px 3px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.07), 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
  }

  .mobile-nav-toggle i {
    background: url(../svg/mobile-nav-icon.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px;
    margin: 5px;
    justify-content: center;
    align-items: center;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: var(--Spacing-3, 12px);
    border: var(--stroke-weight-1, 1px) solid var(--Surface-40, #1C2B5A);
    background: var(--Surface-10, #162143);
    backdrop-filter: blur(calc(var(--Spacing-4, 16px) / 2));
  }

  .navmenu a,
  .navmenu a:focus {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    color: var(--White-0, #FAFAFA);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20), 0px 2px 4px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background: var(--Surface-40, #1C2B5A);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    transition: all 0.5s ease-in-out;
    box-shadow: none;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  /* .mobile-nav-active {   overflow: hidden; } */
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 10px;
    right: 10px;
    z-index: 9999;
    display: inline;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.5);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    padding: 10px;
    left: auto;
    bottom: auto;
    height: min-content;
    width: 50%;
  }
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (min-width: 768px) {
  .hero .hero-img {
    max-width: 600px;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .link p {
    margin: 0px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }

  .clients .client-logo img {
    padding: 20px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }

  footer .row {
    max-width: 1160px;
    margin: 0px auto;
  }

  .footer h2.footer-heading,
  .footer h4 {
    width: 100%;
    margin: 0 90px auto;
  }

  .footer .footer-links ul {
    width: 100%;
    margin: 0 90px auto;
  }

  .footer .footer-links ul li {
    padding: 12px 0;
    gap: 12px;
  }

  .footer .copyright .row .credit {
    padding-left: 0px;
  }

  .footer .copyright .row .social {
    padding-right: 0px;
  }
}

/* home app-launch*/
.app-launch {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
}

.app-launch .row {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 32px;
  min-height: 300px;
  /* Set a minimum height to prevent layout shift */
}

.app-launch .row {
  background-image: url('../img/1LA63my7k1Dpf9LCUse3KOe9ABM.webp');
}

/* Add a smooth transition for when the image loads */
.app-launch .row {
  transition: background-image 0.3s ease-in-out;
}

.brd {
  border-right: 1px dotted #99999942 !important;
}

.twid_186hf0k .col-lg-3 {
  gap: 2px;
  margin: 10px 0;
}

.m-top-20 {
  margin-top: 20px;
}

.w-1440 {
  width: 1440px !important;
}

.fill {
  object-fit: fill !important;
}

/*homepage header*/
.framer-1251fkq {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

.framer-we3dh6,
.framer-1isit8k {
  flex: none;
  height: auto;
  position: relative;
  width: auto;
}

.framer-1kdwhes {
  align-content: center;
  align-items: center;
  background-color: #ffa586;
  border-radius: 8px;
  box-shadow: 0 0 1px #00000014, 0 1px 1px #00000012, 0 3px 2px #0000000a, 0 5px 2px #00000003, inset 0 -1px 1px #0000001c;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 24px 48px;
  position: relative;
  width: 100%;
}

@media screen and (max-width:300px) {

  .framer-1kdwhes,
  .framer-1251fkq {
    width: 100%;
  }
}

@media screen and (max-width:799px) {
  .index-page .hero .framer-1kdwhes {
    padding: 12px 24px;
  }

  .index-page .hero .framer-1kdwhes p {
    color: var(--Surface-0, #0F162C);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    /* 177.778% */
    text-transform: uppercase;
  }
}

@media (min-width:799px) and (max-width:1399px) {
  .index-page .hero .framer-1kdwhes {
    padding: 12px 24px;
  }

  .index-page .hero .framer-1kdwhes p {
    color: var(--Surface-0, #0F162C);
    font-size: 24px;
    font-weight: 700;
    line-height: 42.667px;
    /* 177.778% */
    text-transform: uppercase;
  }
}