@import url(./variable.css);
@import url(./header-footer.css);
@import url(./index.css);

/* utility classes starts here */
/* ==========================================================================
   Font face
   ========================================================================== */

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/fonts/Inter-VariableFontopszwght.eot");
  src: url("/assets/fonts/Inter-VariableFontopszwght.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Inter-VariableFontopszwght.woff2") format("woff2"),
    url("/assets/fonts/Inter-VariableFontopszwght.woff") format("woff"),
    url("/assets/fonts/Inter-VariableFontopszwght.ttf") format("truetype"),
    url("/assets/fonts/Inter-VariableFontopszwght.svg#Inter") format("svg");
  font-display: optional;
}

@font-face {
  font-family: "Domine";
  src: url("/assets/fonts/Domine-VariableFontwght.eot");
  src: url("/assets/fonts/Domine-VariableFontwght.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Domine-VariableFontwght.woff2") format("woff2"),
    url("/assets/fonts/Domine-VariableFontwght.woff") format("woff"),
    url("/assets/fonts/Domine-VariableFontwght.ttf") format("truetype"),
    url("/assets/fonts/Domine-VariableFontwght.svg#Domine") format("svg");
  font-display: optional;
}

/* ==========================================================================
     Reset CSS
     ========================================================================== */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  --_transition-duration-reg: 0.32s;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

*::after,
*::before {
  pointer-events: none;
}

::-webkit-scrollbar {
  background-color: var(--kn-black);
  width: 4px;
  border-radius: var(--rounded-2xl);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-500);
  border-radius: var(--rounded-xl);
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h2 {
  font-weight: var(--font-weight-regular);
}

/* .heading-3 {
  font-size: var(--type-heading-h3);
  font-weight: var(--font-weight-regular);
  line-height: var(--heading-h3-line-height);
} */

h5 {
  font-weight: var(--font-weight-medium);
}

body {
  --header-height: 70px;
  background-color: var(--kn-black);
  color: var(--kn-white);
  font-family: var(--font-body);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  line-height: var(--line-height-reg);
  overflow-x: hidden;
}

.scrollStop {
  overflow: hidden;
}

/* ==========================================================================
     Common display classes
     ========================================================================== */

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.d-grid {
  display: grid;
}

/* ==========================================================================
     Common classes
     ========================================================================== */

.container {
  width: 100%;
  max-width: var(--layout-width);
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

.container.blog {
  width: 100%;
  max-width: 42.5rem;
}

.copy-link {
  background-color: var(--secondary-500);
  bottom: 0;
  border: none;
  outline: none;
  border-radius: var(--rounded-xl);
  margin-inline: auto;
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.5));
  position: fixed;
  z-index: 99;
  transform: translate(-50%, 3rem);
  left: 50%;
  opacity: 0;
  transition: all var(--_transition-duration-reg);
}

.copy-link.active {
  transform: translate(-50%, -1.5rem);
  opacity: 1;
}

.copy-link-wrapper {
  gap: var(--spacing-2);
  padding-block: var(--spacing-3);
  padding-inline: var(--spacing-6);
}

ul,
ol {
  list-style: none;
}

a {
  color: var(--button-text-primary);
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

button {
  cursor: pointer;
  border: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.mio {
  margin-inline: auto;
}

.hidden-desktop {
  display: none;
}

.br-mobile {
  display: none;
}

.desktop-br {
  display: block;
}

img {
  box-shadow: none;
  height: auto;
  max-width: 100%;
  outline: none;
  font-size: var(--type-p);
  color: var(--primary-800);
  text-transform: var(--text-capitalize);
  text-align: center;
  object-fit: cover;
}

.uppercase {
  text-transform: var(--text-uppercase);
}

.capitalize {
  text-transform: var(--text-capitalize);
}

.strong {
  font-weight: var(--font-weight-bold);
}

.semi-bold {
  font-weight: var(--font-weight-semi-bold);
}

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

.section-margin {
  margin-block: var(--section-margin) !important;
}

.section-margin.boxed {
  padding-block: var(--section-padding-boxed);
  background-color: var(--secondary-500);
  position: relative;
}

.bgColor {
  background-color: var(--secondary-500);
  padding-block: var(--section-padding-boxed);
}

.wavyShape {
  margin-block-end: -2px;
  margin-block-start: var(--section-margin);
}

.wavyShape svg,
.wavyShapeBottom svg {
  height: 90%;
  margin-inline: auto;
  /* transform: scale(1.4); */
}

.wavyShapeBottom {
  transform: scale(-1);
  margin-block-start: -2px;
}

.column-layout {
  gap: var(--spacing-14);
}

.column-layout.sm {
  gap: var(--spacing-6);
}

.column-layout.g0 {
  gap: unset;
}

.column-layout[data-column-count="1,1,1,1"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.column-layout[data-column-count="1,1,1"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.column-layout[data-column-count="2,2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.column-layout[data-column-count="3,1"] {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.column-layout[data-column-count="1,3"] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.text-gradient,
.caption-gradient {
  --_text-gradient: var(--text-gradient);
  background: var(--_text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: unset;
}

/* .circled {
  background-color: red;
  border-radius: var(--rounded-full);
  padding-inline: var(--spacing-6);
  padding-block: var(--spacing-3);
  position: relative;
  z-index: 5;
  isolation: isolate;
}

.circled::after {
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: -1px;
  z-index: -2;
  background: var(--secondary-gray-gradient);
} */

.caption-gradient {
  --_text-gradient: var(--caption-gradient);
}

.p-caption {
  font-family: var(--font-body);
  font-size: var(--type-p);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.125rem;
  line-height: var(--line-height-reg);
  text-transform: uppercase;
  width: max-content;
}

.p-content {
  color: var(--gray-400);
  font-size: var(--type-p);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-reg);
}

.p-small {
  font-size: var(--type-link-small);
}

.p-lg {
  --_p-color: var(--gray-200);
  --_p-lg-widthMax: 740px;
  color: var(--_p-color);
  font-family: inherit;
  font-size: var(--type-p-lg);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-reg);
  width: 100%;
  max-width: var(--_p-lg-widthMax);
}

.p-xl {
  --_p-color: var(--gray-200);
  color: var(--_p-color);
  font-family: inherit;
  font-size: var(--type-p-xl);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-reg);
  width: 100%;
}

.p-xl.fwm {
  font-weight: var(--font-weight-medium);
}

.btn-icon {
  height: 2rem;
  aspect-ratio: 1 / 1;
  border-radius: var(--rounded-lg);
  transition: all var(--_transition-duration-reg);
}

.btn {
  display: flex;
  align-items: center;
  background: var(--primary-btn-background-color);
  border-radius: var(--rounded-xl);
  color: var(--kn-white);
  gap: var(--spacing-3);
  font-size: var(--type-p);
  font-weight: var(--font-weight-semi-bold);
  font-family: inherit;
  /* justify-content: center; */
  line-height: var(--line-height-sm);
  padding-block: var(--spacing-2);
  padding-inline: var(--spacing-5);
  transition: all var(--_transition-duration-reg);
  width: max-content;
}

.btn:hover .btn-icon {
  background-color: var(--kn-white);
}

.btn:hover .btn-icon svg path {
  fill: var(--primary-500);
}

.btn.border {
  background: var(--kn-black);
  position: relative;
  padding-block: var(--spacing-3);
}

.btn.border::after {
  background: var(--primary-btn-background-color);
  border-radius: inherit;
  content: "";
  inset: -1px;
  position: absolute;
  z-index: -2;
}

.btn.border:hover {
  background: transparent;
  color: var(--kn-white);
}

.btn.border:hover span {
  -webkit-text-fill-color: unset;
}

.secondary-btn {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  background: transparent;
  border-radius: var(--rounded-xl);
  position: relative;
}

.secondary-btn svg {
  fill: var(--gray-200);
  font-size: var(--type-heading-h6);
}

.secondary-btn:hover {
  background: var(--secondary-500);
}

.secondary-btn::after {
  background: var(--primary-dark-gradient);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
  bottom: -2px;
  opacity: 0;
}

.secondary-btn:hover::after {
  opacity: 1;
}

.sectionHeading-wrapper {
  gap: var(--spacing-6);
  margin-block-end: var(--spacing-14);
}

.sectionHeading-wrapper.m0 {
  margin-block-end: unset;
}

.sectionHeading-wrapper .section-heading {
  font-size: var(--type-heading-h2);
  font-weight: var(--font-weight-light);
  line-height: var(--heading-h2-line-height);
}

.sectionHeading-wrapper.secondary .section-heading {
  font-size: var(--type-heading-h3);
  font-weight: var(--font-weight-light);
  line-height: var(--heading-h2-line-height);
}

.sectionContent-padding {
  padding-block: var(--spacing-12);
}

/* .hero-section.gridBg .heroSection-wrapper {
  padding-block-start: 16rem;
  padding-block-end: var(--section-margin);
  height: 100%;
} */

.hero-section.gridBg {
  position: relative;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(69, 69, 69, 0.2) 0%,
      rgba(15, 15, 23, 0) 100%);
}

.hero-section.gridBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images//grid-bg.svg") no-repeat center;
  background-size: auto;
  z-index: -1;
  background-size: cover;
}

.hero-section.gridBg.gridBg-color::after {
  display: none;
}

/* glowing cards */

.glowing-cards {
  overflow: hidden;
}

.card {
  position: relative;
  /* width: 22em;
  height: 22em; */
  color: white;
  border-radius: var(--rounded-xl);
  background: radial-gradient(100px circle at 0 0,
      rgba(0, 94, 255, 0),
      transparent 0%);
  transition: all var(--_transition-duration-reg);
  overflow: hidden;
}

.card .card-content {
  position: relative;
  border-radius: inherit;
  z-index: 1;
}

.card:hover {
  background: radial-gradient(250px circle at var(--x) var(--y),
      rgba(255, 255, 255, 0.5),
      transparent 100%);
}

.card::after {
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: 1px;
  background-color: var(--kn-black);
  z-index: 0;
  transition: all var(--_transition-duration-reg);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background: radial-gradient(1500px circle at var(--x) var(--y),
      rgba(109, 109, 109, 0.12),
      transparent 35%);
  opacity: 0;
  z-index: 2;
  transition: all var(--_transition-duration-reg);
}

.card:hover.card::before {
  opacity: 1;
}

.heading-m {
  font-size: var(--type-heading-h3);
  font-weight: var(--font-weight-extra-bold);
  line-height: var(--line-height-sm);
}

.p-6-padding {
  padding-block: var(--spacing-6);
}