/*-- Demo 3 --*/
/* Typography ( Import Typography ) */
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

#sobre-conteudo,
#servicos,
#servicos-grid,
#projetos,
#projetos-titulo,
#projetos-showcase,
#projetos-stage {
  scroll-margin-top: 140px;
}

#projetos-stage {
  scroll-margin-top: 240px;
}

.fortify-marquee-band {
  position: relative;
  overflow: hidden;
  padding: 24px 0 20px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  min-height: 0;
  display: block;
  margin-top: 0;
  z-index: 4;
}

.fortify-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 56px;
  animation: fortifyMarquee 16s linear infinite;
  will-change: transform;
}

.fortify-marquee-item {
  display: inline-block;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: clamp(42px, 5.5vw, 62px);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.07) 18%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0.07) 82%,
    rgba(255, 255, 255, 0.03) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.fortify-marquee-item i {
  margin: 0 0.52em;
  font-size: 0.68em;
  vertical-align: middle;
}

@keyframes fortifyMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }
}

@media (max-width: 991px) {
  .fortify-marquee-band {
    padding: 16px 0 14px;
  }

  .fortify-marquee-track {
    gap: 28px;
  }

  .fortify-marquee-item {
    font-size: clamp(26px, 7vw, 36px);
  }
}

@font-face {
  font-family: "ASM";
  src: url("../fonts/asm-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*--  Poppins font  --*/
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "RadioGrotesk";
  src: url("https://gaborgeous.com/wp-content/uploads/2026/01/PPRadioGrotesk-Regular.woff2") format("woff2"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/PPRadioGrotesk-Regular.woff") format("woff"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/PPRadioGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RadioGrotesk";
  src: url("https://gaborgeous.com/wp-content/uploads/2026/01/PPRadioGrotesk-Medium.woff2") format("woff2"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/PPRadioGrotesk-Medium.woff") format("woff"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/PPRadioGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://gaborgeous.com/wp-content/uploads/2026/01/Satoshi-Regular.woff2") format("woff2"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/Satoshi-Regular.woff") format("woff"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://gaborgeous.com/wp-content/uploads/2026/01/Satoshi-Medium.woff2") format("woff2"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/Satoshi-Medium.woff") format("woff"),
       url("https://gaborgeous.com/wp-content/uploads/2026/01/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* components ( Import components ) */
/**  Common css  **/
/*=====================
Animation css start
==========================*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**=====================
Mixin css start
==========================**/
/**=====================
Variables css start
==========================**/
:root {
  --primary: 24, 187, 105;
  --primary-2: 235, 191, 71;
  --primary-3: 230, 35, 42;
  --primary-4: 255, 84, 92;
  --fortify-loader-color: rgba(var(--primary-3), 1);
  --fortify-scrollbar-color: rgba(var(--primary-3), 1);
  --fortify-chip-bg: rgba(2, 3, 8, 0.96);
  --fortify-chip-idle: #a93538;
  --fortify-chip-active: #ff3034;
  --fortify-chip-border: rgba(160, 38, 42, 0.38);
  --fortify-chip-active-border: rgba(255, 52, 56, 0.78);
  --fortify-newsletter-bg: rgba(var(--primary-3), 1);
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --dark-grey: 5, 4, 16;
  --light-grey: 11, 10, 22;
  --content-color: 175, 178, 191;
  --title-color: 255, 255, 255;
  --text-color: 175, 178, 191;
  --border-color: 23, 26, 37;
  --title-dark: 23, 23, 23;
}

:root {
  --container-size: 200px;
}
@media (max-width: 1399px) {
  :root {
    --container-size: 172px;
  }
}
@media (max-width: 1199px) {
  :root {
    --container-size: 145px;
  }
}
@media (max-width: 991px) {
  :root {
    --container-size: 108px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-size: 80px;
  }
}
@media (max-width: 576px) {
  :root {
    --container-size: calc(42px + (83 - 42) * (100vw - 320px) / (576 - 320));
  }
}

/* variables */
body {
  font-family: "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000;
  scrollbar-width: thin;
  scrollbar-color: var(--fortify-scrollbar-color) rgba(var(--white), 0.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.loading {
  overflow: hidden;
  scrollbar-width: none;
}

body.loading::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: rgba(var(--white), 0.06);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--fortify-scrollbar-color);
  border-radius: 999px;
  border: 2px solid rgba(var(--white), 0.06);
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: var(--fortify-scrollbar-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ASM", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: rgba(var(--title-color), 1);
}

li,
span {
  letter-spacing: 0.01rem;
  font-weight: 400;
}

p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.01rem;
  color: rgba(var(--content-color), 1);
}

body,
p,
li,
span,
a,
button,
input,
textarea,
select,
label,
.btn,
.bl-btn-3,
.footer-content li,
.bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip,
.fortify-hero-toplink,
.fortify-hero-chat,
.fortify-hero-link,
.fortify-hero-scroll {
  font-family: "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.bl-title-main h2,
.bl-title-main h3,
.bl-hero-3 h1,
.bl-footer-3 .logo-mark h2,
.fortify-hero-centerstack h1 {
  font-family: "ASM", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 400;
}

input {
  padding: 5px 15px;
  color: #afb2bf;
  border-radius: 10px;
  border: 1px solid #eee;
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: #777;
}
input::-moz-placeholder {
  color: #777;
}
input:-ms-input-placeholder {
  color: #777;
}
input::-ms-input-placeholder {
  color: #777;
}
input::placeholder {
  color: #777;
}
input:focus-visible {
  outline: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #18bb69;
}

::selection {
  color: #000;
  background: #18bb69;
}

.theme-form .form-control {
  padding: 10px 15px;
  background-color: rgba(var(--white), 0.04);
  border-radius: 10px;
  font-size: 15px;
  color: #afb2bf;
  border: 0;
}
.theme-form .form-control::-webkit-input-placeholder {
  color: #777;
}
.theme-form .form-control::-moz-placeholder {
  color: #777;
}
.theme-form .form-control:-ms-input-placeholder {
  color: #777;
}
.theme-form .form-control::-ms-input-placeholder {
  color: #777;
}
.theme-form .form-control::placeholder {
  color: #777;
}
.theme-form .form-control:active, .theme-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.title h2 span {
  color: #18bb69;
  font-weight: 700;
}
.title p {
  margin: 0;
  font-size: 14px;
  color: #ddd;
}

.title.centerd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title.centerd h2,
.title.centerd p {
  text-align: center;
}
.title.centerd p {
  max-width: 400px;
}

/**  Loader css  **/
.bl-loader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  width: 100%;
  display: grid;
  overflow: hidden;
  place-items: center;
  background: #000;
  transition: background-color 0.18s ease 0.04s;
}
.bl-loader-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 1);
  transition:
    background-color 0.2s ease 0.08s,
    gap 0.28s ease;
}
.bl-loader-tile {
  background: rgba(0, 0, 0, 1);
  opacity: 1;
  transform: scale(1.02);
  font-size: 0;
  box-shadow: none;
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.2s ease,
    box-shadow 0.2s ease;
  transition-delay: var(--tile-delay, 0ms);
}
.bl-loader-tile::after {
  content: none;
}
.bl-loader.is-revealing .bl-loader-grid {
  gap: 1px;
  background: transparent;
}
.bl-loader.is-revealing {
  background: transparent;
}
.bl-loader.is-revealing .bl-loader-tile {
  background: rgba(10, 10, 10, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: scale(0.84);
}
.bl-loader.is-hidden {
  pointer-events: none;
}
.bl-loader-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(90vw, 380px);
  text-align: center;
  transition:
    opacity 0.42s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.bl-loader-logo {
  max-width: 300px;
  width: min(80vw, 300px);
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(255, 255, 255, 0.08));
}
.bl-loader.is-revealing .bl-loader-content {
  opacity: 0;
  transform: scale(0.94);
}
@media (max-width: 767px) {
  .bl-loader-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .bl-loader-logo {
    width: min(74vw, 220px);
  }
}
/**  Button css  **/
.bl-btn-1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1px;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#18bb69), to(#63dfa1));
  background: linear-gradient(to right, #18bb69, #63dfa1);
}
.bl-btn-1:hover .bl-btn-text {
  color: #000;
}
.bl-btn-1 .bl-btn-wrapper {
  width: 100%;
  padding: 8px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background: #000;
}
.bl-btn-1 .bl-btn-text {
  position: relative;
  z-index: 2;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #18bb69;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.bl-btn-1 .bl-btn-spotlight {
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  opacity: 1;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#18bb69), to(#63dfa1));
  background: linear-gradient(to right, #18bb69, #63dfa1);
  inset: 0;
  top: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

a.bl-btn-2 {
  padding: 0 15px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
a.bl-btn-2:hover {
  background: transparent;
  color: #18bb69;
}
a.bl-btn-2:hover .bl-text {
  border-bottom: 1px dashed #18bb69;
}
a.bl-btn-2 .bl-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 0;
  border-bottom: 1px dashed #fff;
}
a.bl-btn-2 .bl-text i {
  margin-left: 5px;
}

.bl-btn-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
  border: 1px solid #18bb69;
  background-color: #18bb69;
  color: #000;
  border-radius: 30px;
}
.bl-btn-3:hover {
  opacity: 0.8;
}

a.bl-btn-4 {
  padding: 0 15px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #18bb69;
  color: #18bb69;
  border-radius: 30px;
}
a.bl-btn-4:hover {
  background: #18bb69;
  color: #fff;
}
a.bl-btn-4:hover .bl-text {
  border-bottom: 1px dashed #18bb69;
}
a.bl-btn-4 .bl-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 0;
  border-bottom: 1px dashed #fff;
}
a.bl-btn-4 .bl-text i {
  margin-left: 5px;
}

@-webkit-keyframes animRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*  Section shapes  */
.shape {
  width: 100px;
  height: 100px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
  z-index: -1;
}
.shape img {
  width: 100%;
}

.shape-1 {
  top: 700px;
  left: 50px;
  z-index: 55;
}

.shape-2 {
  top: 600px;
  right: 10%;
}

.shape-3 {
  left: 0;
  top: 100px;
}

.shape-4 {
  bottom: 100px;
  right: 10px;
}

.shape-5 {
  left: 0;
  top: 200px;
}

.shape-6 {
  right: 50px;
  top: 200px;
}

.shape-7 {
  left: 100px;
  bottom: 0;
}

.shape-8 {
  right: 50px;
  top: 200px;
}

.shape-9 {
  left: 0;
  bottom: 0;
}

.shape-10 {
  left: 100px;
  bottom: 0;
}

.shape-11 {
  right: 50px;
  bottom: 200px;
}

.shape-12 {
  bottom: 0;
  right: 50px;
}

.no-scroll {
  overflow: hidden;
}

/* Dark and light mode */
/* Tab to top */
a.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 68px;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  color: #18bb69;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  border: 1px solid rgba(43, 43, 43, 0.5);
}
a.back-to-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top svg {
  width: 34px;
  height: 34px;
  position: fixed;
  right: 2px;
  bottom: 2px;
}
a.back-to-top svg path {
  fill: transparent;
  stroke: #18bb69;
  stroke-width: 5px;
}

/* Responsive common css */
@media only screen and (max-width: 1399px) {
  .shape {
    width: 80px;
    height: 80px;
  }
  .shape-6 {
    right: 30px;
  }
  .bl-btn-1 .bl-btn-text {
    font-size: 16px;
  }
  a.bl-btn-2 {
    font-size: 16px;
  }
  .title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .shape {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .title, .title.centerd {
    overflow: hidden;
  }
  .shape {
    width: 50px;
    height: 50px;
  }
  .shape-9 {
    bottom: -55px;
  }
  .title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .bl-loader span {
    font-size: 30px;
  }
  .shape-1 {
    top: 550px;
  }
  .shape-7 {
    left: 30px;
  }
  .title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .shape {
    display: none;
  }
  .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .title h2 {
    font-size: 26px;
  }
}
/**  Common css  **/
/*  Spacing css (p-*)(pt-*)(pb-*)(ptb-*) && (m-*)(mt-*)(mb-*)(mtb-*) is most be use  */
/*  Padding  */
.p-5,
.padding-5 {
  padding: 5px;
}

.p-10,
.padding-10 {
  padding: 10px;
}

.p-12,
.padding-12 {
  padding: 12px;
}

.p-15,
.padding-15 {
  padding: 15px;
}

.p-20,
.padding-20 {
  padding: 20px;
}

.p-24,
.padding-24 {
  padding: 24px;
}

.p-25,
.padding-25 {
  padding: 25px;
}

.p-30,
.padding-30 {
  padding: 30px;
}

.p-35,
.padding-35 {
  padding: 35px;
}

.p-40,
.padding-40 {
  padding: 40px;
}

.p-45,
.padding-45 {
  padding: 45px;
}

.p-50,
.padding-50 {
  padding: 50px;
}

.p-55,
.padding-55 {
  padding: 55px;
}

.p-60,
.padding-60 {
  padding: 60px;
}

.p-65,
.padding-65 {
  padding: 65px;
}

.p-70,
.padding-70 {
  padding: 70px;
}

.p-75,
.padding-75 {
  padding: 75px;
}

.p-80,
.padding-80 {
  padding: 80px;
}

.p-85,
.padding-85 {
  padding: 85px;
}

.p-90,
.padding-90 {
  padding: 90px;
}

.p-95,
.padding-95 {
  padding: 95px;
}

.p-100,
.padding-100 {
  padding: 100px;
}

/*  Padding Top  */
.p-t-5,
.padding-t-5,
.pt-5 {
  padding-top: 5px;
}

.p-t-10,
.padding-t-10,
.pt-10 {
  padding-top: 10px;
}

.p-t-12,
.padding-t-12,
.pt-12 {
  padding-top: 12px;
}

.p-t-15,
.padding-t-15,
.pt-15 {
  padding-top: 15px;
}

.p-t-20,
.padding-t-20,
.pt-20 {
  padding-top: 20px;
}

.p-t-24,
.padding-t-24,
.pt-24 {
  padding-top: 24px;
}

.p-t-25,
.padding-t-25,
.pt-25 {
  padding-top: 25px;
}

.p-t-30,
.padding-t-30,
.pt-30 {
  padding-top: 30px;
}

.p-t-35,
.padding-t-35,
.pt-35 {
  padding-top: 35px;
}

.p-t-40,
.padding-t-40,
.pt-40 {
  padding-top: 40px;
}

.p-t-45,
.padding-t-45,
.pt-45 {
  padding-top: 45px;
}

.p-t-50,
.padding-t-50,
.pt-50 {
  padding-top: 50px;
}

.p-t-55,
.padding-t-55,
.pt-55 {
  padding-top: 55px;
}

.p-t-60,
.padding-t-60,
.pt-60 {
  padding-top: 60px;
}

.p-t-65,
.padding-t-65,
.pt-65 {
  padding-top: 65px;
}

.p-t-70,
.padding-t-70,
.pt-70 {
  padding-top: 70px;
}

.p-t-75,
.padding-t-75,
.pt-75 {
  padding-top: 75px;
}

.p-t-80,
.padding-t-80,
.pt-80 {
  padding-top: 80px;
}

.p-t-85,
.padding-t-85,
.pt-85 {
  padding-top: 85px;
}

.p-t-90,
.padding-t-90,
.pt-90 {
  padding-top: 90px;
}

.p-t-95,
.padding-t-95,
.pt-95 {
  padding-top: 95px;
}

.p-t-100,
.padding-t-100,
.pt-100 {
  padding-top: 100px;
}

/*  Padding Bottom  */
.p-b-5,
.padding-b-5,
.pb-5 {
  padding-bottom: 5px;
}

.p-b-10,
.padding-b-10,
.pb-10 {
  padding-bottom: 10px;
}

.p-b-12,
.padding-b-12,
.pb-12 {
  padding-bottom: 12px;
}

.p-b-15,
.padding-b-15,
.pb-15 {
  padding-bottom: 15px;
}

.p-b-20,
.padding-b-20,
.pb-20 {
  padding-bottom: 20px;
}

.p-b-24,
.padding-b-24,
.pb-24 {
  padding-bottom: 24px;
}

.p-b-25,
.padding-b-25,
.pb-25 {
  padding-bottom: 25px;
}

.p-b-30,
.padding-b-30,
.pb-30 {
  padding-bottom: 30px;
}

.p-b-35,
.padding-b-35,
.pb-35 {
  padding-bottom: 35px;
}

.p-b-40,
.padding-b-40,
.pb-40 {
  padding-bottom: 40px;
}

.p-b-45,
.padding-b-45,
.pb-45 {
  padding-bottom: 45px;
}

.p-b-50,
.padding-b-50,
.pb-50 {
  padding-bottom: 50px;
}

.p-b-55,
.padding-b-55,
.pb-55 {
  padding-bottom: 55px;
}

.p-b-60,
.padding-b-60,
.pb-60 {
  padding-bottom: 60px;
}

.p-b-65,
.padding-b-65,
.pb-65 {
  padding-bottom: 65px;
}

.p-b-70,
.padding-b-70,
.pb-70 {
  padding-bottom: 70px;
}

.p-b-75,
.padding-b-75,
.pb-75 {
  padding-bottom: 75px;
}

.p-b-80,
.padding-b-80,
.pb-80 {
  padding-bottom: 80px;
}

.p-b-85,
.padding-b-85,
.pb-85 {
  padding-bottom: 85px;
}

.p-b-90,
.padding-b-90,
.pb-90 {
  padding-bottom: 90px;
}

.p-b-95,
.padding-b-95,
.pb-95 {
  padding-bottom: 95px;
}

.p-b-100,
.padding-b-100,
.pb-100 {
  padding-bottom: 100px;
}

/*  Padding Top Bottom  */
.p-tb-5,
.padding-tb-5,
.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-tb-10,
.padding-tb-10,
.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-tb-12,
.padding-tb-12,
.ptb-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-tb-15,
.padding-tb-15,
.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-tb-20,
.padding-tb-20,
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-tb-24,
.padding-tb-24,
.ptb-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-tb-25,
.padding-tb-25,
.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-tb-30,
.padding-tb-30,
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-tb-35,
.padding-tb-35,
.ptb-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p-tb-40,
.padding-tb-40,
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-tb-45,
.padding-tb-45,
.ptb-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.p-tb-50,
.padding-tb-50,
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-tb-55,
.padding-tb-55,
.ptb-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.p-tb-60,
.padding-tb-60,
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-tb-65,
.padding-tb-65,
.ptb-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.p-tb-70,
.padding-tb-70,
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-tb-75,
.padding-tb-75,
.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.p-tb-80,
.padding-tb-80,
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-tb-85,
.padding-tb-85,
.ptb-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.p-tb-90,
.padding-tb-90,
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-tb-95,
.padding-tb-95,
.ptb-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.p-tb-100,
.padding-tb-100,
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*  Margin  */
.m-5,
.margin-5 {
  margin: 5px;
}

.m-10,
.margin-10 {
  margin: 10px;
}

.m-12,
.margin-12 {
  margin: 12px;
}

.m-15,
.margin-15 {
  margin: 15px;
}

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

.m-24,
.margin-24 {
  margin: 24px;
}

.m-25,
.margin-25 {
  margin: 25px;
}

.m-30,
.margin-30 {
  margin: 30px;
}

.m-35,
.margin-35 {
  margin: 35px;
}

.m-40,
.margin-40 {
  margin: 40px;
}

.m-45,
.margin-45 {
  margin: 45px;
}

.m-50,
.margin-50 {
  margin: 50px;
}

.m-55,
.margin-55 {
  margin: 55px;
}

.m-60,
.margin-60 {
  margin: 60px;
}

.m-65,
.margin-65 {
  margin: 65px;
}

.m-70,
.margin-70 {
  margin: 70px;
}

.m-75,
.margin-75 {
  margin: 75px;
}

.m-80,
.margin-80 {
  margin: 80px;
}

.m-85,
.margin-85 {
  margin: 85px;
}

.m-90,
.margin-90 {
  margin: 90px;
}

.m-95,
.margin-95 {
  margin: 95px;
}

.m-100,
.margin-100 {
  margin: 100px;
}

/*  Margin Top  */
.m-t-5,
.margin-t-5,
.mt-5 {
  margin-top: 5px;
}

.m-t-10,
.margin-t-10,
.mt-10 {
  margin-top: 10px;
}

.m-t-12,
.margin-t-12,
.mt-12 {
  margin-top: 12px;
}

.m-t-15,
.margin-t-15,
.mt-15 {
  margin-top: 15px;
}

.m-t-20,
.margin-t-20,
.mt-20 {
  margin-top: 20px;
}

.m-t-24,
.margin-t-24,
.mt-24 {
  margin-top: 24px;
}

.m-t-25,
.margin-t-25,
.mt-25 {
  margin-top: 25px;
}

.m-t-30,
.margin-t-30,
.mt-30 {
  margin-top: 30px;
}

.m-t-35,
.margin-t-35,
.mt-35 {
  margin-top: 35px;
}

.m-t-40,
.margin-t-40,
.mt-40 {
  margin-top: 40px;
}

.m-t-45,
.margin-t-45,
.mt-45 {
  margin-top: 45px;
}

.m-t-50,
.margin-t-50,
.mt-50 {
  margin-top: 50px;
}

.m-t-55,
.margin-t-55,
.mt-55 {
  margin-top: 55px;
}

.m-t-60,
.margin-t-60,
.mt-60 {
  margin-top: 60px;
}

.m-t-65,
.margin-t-65,
.mt-65 {
  margin-top: 65px;
}

.m-t-70,
.margin-t-70,
.mt-70 {
  margin-top: 70px;
}

.m-t-75,
.margin-t-75,
.mt-75 {
  margin-top: 75px;
}

.m-t-80,
.margin-t-80,
.mt-80 {
  margin-top: 80px;
}

.m-t-85,
.margin-t-85,
.mt-85 {
  margin-top: 85px;
}

.m-t-90,
.margin-t-90,
.mt-90 {
  margin-top: 90px;
}

.m-t-95,
.margin-t-95,
.mt-95 {
  margin-top: 95px;
}

.m-t-100,
.margin-t-100,
.mt-100 {
  margin-top: 100px;
}

/*  Margin Bottom  */
.m-b-5,
.margin-b-5,
.mb-5 {
  margin-bottom: 5px;
}

.m-b-10,
.margin-b-10,
.mb-10 {
  margin-bottom: 10px;
}

.m-b-12,
.margin-b-12,
.mb-12 {
  margin-bottom: 12px;
}

.m-b-15,
.margin-b-15,
.mb-15 {
  margin-bottom: 15px;
}

.m-b-20,
.margin-b-20,
.mb-20 {
  margin-bottom: 20px;
}

.m-b-24,
.margin-b-24,
.mb-24 {
  margin-bottom: 24px;
}

.m-b-25,
.margin-b-25,
.mb-25 {
  margin-bottom: 25px;
}

.m-b-30,
.margin-b-30,
.mb-30 {
  margin-bottom: 30px;
}

.m-b-35,
.margin-b-35,
.mb-35 {
  margin-bottom: 35px;
}

.m-b-40,
.margin-b-40,
.mb-40 {
  margin-bottom: 40px;
}

.m-b-45,
.margin-b-45,
.mb-45 {
  margin-bottom: 45px;
}

.m-b-50,
.margin-b-50,
.mb-50 {
  margin-bottom: 50px;
}

.m-b-55,
.margin-b-55,
.mb-55 {
  margin-bottom: 55px;
}

.m-b-60,
.margin-b-60,
.mb-60 {
  margin-bottom: 60px;
}

.m-b-65,
.margin-b-65,
.mb-65 {
  margin-bottom: 65px;
}

.m-b-70,
.margin-b-70,
.mb-70 {
  margin-bottom: 70px;
}

.m-b-75,
.margin-b-75,
.mb-75 {
  margin-bottom: 75px;
}

.m-b-80,
.margin-b-80,
.mb-80 {
  margin-bottom: 80px;
}

.m-b-85,
.margin-b-85,
.mb-85 {
  margin-bottom: 85px;
}

.m-b-90,
.margin-b-90,
.mb-90 {
  margin-bottom: 90px;
}

.m-b-95,
.margin-b-95,
.mb-95 {
  margin-bottom: 95px;
}

.m-b-100,
.margin-b-100,
.mb-100 {
  margin-bottom: 100px;
}

/*  Margin Top-Bottom  */
.m-tb-5,
.margin-tb-5,
.mtb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-tb-10,
.margin-tb-10,
.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-tb-12,
.margin-tb-12,
.mtb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-tb-15,
.margin-tb-15,
.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-tb-20,
.margin-tb-20,
.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-tb-24,
.margin-tb-24,
.mtb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-tb-25,
.margin-tb-25,
.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-tb-30,
.margin-tb-30,
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-tb-35,
.margin-tb-35,
.mtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-tb-40,
.margin-tb-40,
.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-tb-45,
.margin-tb-45,
.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-tb-50,
.margin-tb-50,
.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-tb-55,
.margin-tb-55,
.mtb-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.m-tb-60,
.margin-tb-60,
.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-tb-65,
.margin-tb-65,
.mtb-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.m-tb-70,
.margin-tb-70,
.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-tb-75,
.margin-tb-75,
.mtb-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.m-tb-80,
.margin-tb-80,
.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-tb-85,
.margin-tb-85,
.mtb-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.m-tb-90,
.margin-tb-90,
.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-tb-95,
.margin-tb-95,
.mtb-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.m-tb-100,
.margin-tb-100,
.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*  Margin Top Minus  */
.m-t--5,
.margin-t--5,
.mt--5 {
  margin-top: -5px;
}

.m-t--10,
.margin-t--10,
.mt--10 {
  margin-top: -10px;
}

.m-t--12,
.margin-t--12,
.mt--12 {
  margin-top: -12px;
}

.m-t--15,
.margin-t--15,
.mt--15 {
  margin-top: -15px;
}

.m-t--20,
.margin-t--20,
.mt--20 {
  margin-top: -20px;
}

.m-t--24,
.margin-t--24,
.mt--24 {
  margin-top: -24px;
}

.m-t--25,
.margin-t--25,
.mt--25 {
  margin-top: -25px;
}

.m-t--30,
.margin-t--30,
.mt--30 {
  margin-top: -30px;
}

.m-t--35,
.margin-t--35,
.mt--35 {
  margin-top: -35px;
}

.m-t--40,
.margin-t--40,
.mt--40 {
  margin-top: -40px;
}

.m-t--45,
.margin-t--45,
.mt--45 {
  margin-top: -45px;
}

.m-t--50,
.margin-t--50,
.mt--50 {
  margin-top: -50px;
}

.m-t--55,
.margin-t--55,
.mt--55 {
  margin-top: -55px;
}

.m-t--60,
.margin-t--60,
.mt--60 {
  margin-top: -60px;
}

.m-t--65,
.margin-t--65,
.mt--65 {
  margin-top: -65px;
}

.m-t--70,
.margin-t--70,
.mt--70 {
  margin-top: -70px;
}

.m-t--75,
.margin-t--75,
.mt--75 {
  margin-top: -75px;
}

.m-t--80,
.margin-t--80,
.mt--80 {
  margin-top: -80px;
}

.m-t--85,
.margin-t--85,
.mt--85 {
  margin-top: -85px;
}

.m-t--90,
.margin-t--90,
.mt--90 {
  margin-top: -90px;
}

.m-t--95,
.margin-t--95,
.mt--95 {
  margin-top: -95px;
}

.m-t--100,
.margin-t--100,
.mt--100 {
  margin-top: -100px;
}

/*  Margin Bottom Minus  */
.m-b--5,
.margin-b--5,
.mb--5 {
  margin-bottom: -5px;
}

.m-b--10,
.margin-b--10,
.mb--10 {
  margin-bottom: -10px;
}

.m-b--12,
.margin-b--12,
.mb--12 {
  margin-bottom: -12px;
}

.m-b--15,
.margin-b--15,
.mb--15 {
  margin-bottom: -15px;
}

.m-b--20,
.margin-b--20,
.mb--20 {
  margin-bottom: -20px;
}

.m-b--24,
.margin-b--24,
.mb--24 {
  margin-bottom: -24px;
}

.m-b--25,
.margin-b--25,
.mb--25 {
  margin-bottom: -25px;
}

.m-b--30,
.margin-b--30,
.mb--30 {
  margin-bottom: -30px;
}

.m-b--35,
.margin-b--35,
.mb--35 {
  margin-bottom: -35px;
}

.m-b--40,
.margin-b--40,
.mb--40 {
  margin-bottom: -40px;
}

.m-b--45,
.margin-b--45,
.mb--45 {
  margin-bottom: -45px;
}

.m-b--50,
.margin-b--50,
.mb--50 {
  margin-bottom: -50px;
}

.m-b--55,
.margin-b--55,
.mb--55 {
  margin-bottom: -55px;
}

.m-b--60,
.margin-b--60,
.mb--60 {
  margin-bottom: -60px;
}

.m-b--65,
.margin-b--65,
.mb--65 {
  margin-bottom: -65px;
}

.m-b--70,
.margin-b--70,
.mb--70 {
  margin-bottom: -70px;
}

.m-b--75,
.margin-b--75,
.mb--75 {
  margin-bottom: -75px;
}

.m-b--80,
.margin-b--80,
.mb--80 {
  margin-bottom: -80px;
}

.m-b--85,
.margin-b--85,
.mb--85 {
  margin-bottom: -85px;
}

.m-b--90,
.margin-b--90,
.mb--90 {
  margin-bottom: -90px;
}

.m-b--95,
.margin-b--95,
.mb--95 {
  margin-bottom: -95px;
}

.m-b--100,
.margin-b--100,
.mb--100 {
  margin-bottom: -100px;
}

/*  Margin Top-Bottom Minus  */
.m-tb--5,
.margin-tb--5,
.mtb--5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.m-tb--10,
.margin-tb--10,
.mtb--10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.m-tb--12,
.margin-tb--12,
.mtb--12 {
  margin-top: -12px;
  margin-bottom: -12px;
}

.m-tb--15,
.margin-tb--15,
.mtb--15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.m-tb--20,
.margin-tb--20,
.mtb--20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.m-tb--24,
.margin-tb--24,
.mtb--24 {
  margin-top: -24px;
  margin-bottom: -24px;
}

.m-tb--25,
.margin-tb--25,
.mtb--25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.m-tb--30,
.margin-tb--30,
.mtb--30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.m-tb--35,
.margin-tb--35,
.mtb--35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.m-tb--40,
.margin-tb--40,
.mtb--40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.m-tb--45,
.margin-tb--45,
.mtb--45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.m-tb--50,
.margin-tb--50,
.mtb--50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.m-tb--55,
.margin-tb--55,
.mtb--55 {
  margin-top: -55px;
  margin-bottom: -55px;
}

.m-tb--60,
.margin-tb--60,
.mtb--60 {
  margin-top: -60px;
  margin-bottom: -60px;
}

.m-tb--65,
.margin-tb--65,
.mtb--65 {
  margin-top: -65px;
  margin-bottom: -65px;
}

.m-tb--70,
.margin-tb--70,
.mtb--70 {
  margin-top: -70px;
  margin-bottom: -70px;
}

.m-tb--75,
.margin-tb--75,
.mtb--75 {
  margin-top: -75px;
  margin-bottom: -75px;
}

.m-tb--80,
.margin-tb--80,
.mtb--80 {
  margin-top: -80px;
  margin-bottom: -80px;
}

.m-tb--85,
.margin-tb--85,
.mtb--85 {
  margin-top: -85px;
  margin-bottom: -85px;
}

.m-tb--90,
.margin-tb--90,
.mtb--90 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.m-tb--95,
.margin-tb--95,
.mtb--95 {
  margin-top: -95px;
  margin-bottom: -95px;
}

.m-tb--100,
.margin-tb--100,
.mtb--100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.static-mt-80 {
  margin-top: 80px;
}

.static-mb-80 {
  margin-bottom: 80px;
}

/* Responsive Spacing css */
@media screen and (max-width: 991px) {
  .p-tb-80,
  .padding-tb-80,
  .ptb-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-tb-80,
  .margin-tb-80,
  .mtb-80 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .m-b-80,
  .margin-b-80,
  .mb-80 {
    margin-bottom: 50px;
  }
  .m-t-80,
  .margin-t-80,
  .mt-80 {
    margin-top: 50px;
  }
  .p-t-80,
  .padding-t-80,
  .pt-80 {
    padding-top: 50px;
  }
  .p-b-80,
  .padding-b-80,
  .pb-80 {
    padding-bottom: 50px;
  }
  .static-mt-80 {
    margin-top: 70px;
  }
  .static-mb-80 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-tb-80,
  .padding-tb-80,
  .ptb-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-tb-80,
  .margin-tb-80,
  .mtb-80 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .m-b-80,
  .margin-b-80,
  .mb-80 {
    margin-bottom: 40px;
  }
  .m-t-80,
  .margin-t-80,
  .mt-80 {
    margin-top: 40px;
  }
  .p-t-80,
  .padding-t-80,
  .pt-80 {
    padding-top: 40px;
  }
  .p-b-80,
  .padding-b-80,
  .pb-80 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .p-tb-80,
  .padding-tb-80,
  .ptb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-tb-80,
  .margin-tb-80,
  .mtb-80 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .m-b-80,
  .margin-b-80,
  .mb-80 {
    margin-bottom: 30px;
  }
  .m-t-80,
  .margin-t-80,
  .mt-80 {
    margin-top: 30px;
  }
  .p-t-80,
  .padding-t-80,
  .pt-80 {
    padding-top: 30px;
  }
  .p-b-80,
  .padding-b-80,
  .pb-80 {
    padding-bottom: 30px;
  }
}
/**  Common css  **/
.bl-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.bl-cursor:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  left: -4px;
  background: rgba(var(--primary-3), 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  opacity: 1;
}
.bl-cursor:after {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid rgba(var(--primary-3), 0.75);
  box-shadow: 0 0 18px rgba(var(--primary-3), 0.18);
  position: absolute;
  top: -13px;
  left: -13px;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out;
}

.bl-cursor-text {
  padding: 5px 10px;
  position: absolute;
  top: -30px;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(6px) scale(0.92);
          transform: translateY(6px) scale(0.92);
  opacity: 0;
  color: #fff;
  background-color: rgba(var(--primary-3), 0.96);
  border: 1px solid rgba(var(--primary-3), 1);
  border-radius: 15px;
  backdrop-filter: blur(5px);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03rem;
  -webkit-transition: opacity 0.22s ease, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, transform 0.22s ease;
  transition: opacity 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}

.bl-cursor-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  padding: 15px;
  position: absolute;
  top: -30px;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  backdrop-filter: blur(5px);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03rem;
}
.bl-cursor-img img {
  width: 100%;
  border-radius: 15px;
}

.bl-cursor.hover-img:before {
  background: rgba(var(--primary-3), 1);
  opacity: 1;
}
.bl-cursor.hover-img:after {
  opacity: 1;
}
.bl-cursor.hover-img .bl-cursor-img {
  width: 150px;
  opacity: 1;
}

/* Show cursor */
.bl-cursor.cursor-show:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bl-cursor.cursor-show:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Hover on text */
.bl-cursor.text {
  width: 100%;
}
.bl-cursor.text:before {
  background: rgba(var(--primary-3), 1);
}
.bl-cursor.text:after {
  opacity: 1;
}
.bl-cursor.text .bl-cursor-text {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.bl-cursor-text-char {
  display: inline-block;
  will-change: transform, opacity;
}

/* Hover on title */
.bl-cursor.big {
  mix-blend-mode: exclusion;
}
.bl-cursor.big:before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
  background: #fff;
}
.bl-cursor.big:after {
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
  border: 2px solid #fff;
}

/* Hover on hide */
.bl-cursor.hide:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bl-cursor.hide:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*  Responsive css cursor  */
@media only screen and (max-width: 991px) {
  .bl-cursor {
    display: none;
  }
}
/**  Common css  **/
/**=====================
Header 3 style
==========================**/
.header-3 {
  padding: 20px 0;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(var(--black), 0.42);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(var(--white), 0.06);
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.header-3 .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  padding: 0;
  border-radius: 40px;
}
.header-3 .navbar .navbar-brand img {
  width: 140px;
}
.header-3 .navbar .navbar-brand {
  position: relative;
  width: 140px;
  min-width: 140px;
  height: 72px;
  overflow: visible;
  display: block !important;
}
.header-3 .navbar .navbar-brand .brand-logo {
  display: block;
  transform: none;
  transform-origin: left center;
}
.header-3 .navbar .navbar-brand .logo-light {
  width: 300px;
  max-width: none;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.header-3 .navbar .navbar-brand .logo-light {
  display: block;
}
.header-3 .navbar .navbar-brand .logo-dark {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .header-3 .navbar .navbar-brand {
    width: 130px;
    min-width: 130px;
    height: 56px;
  }
  .header-3 .navbar .navbar-brand img {
    width: 130px;
  }
  .header-3 .navbar .navbar-brand .logo-light,
  .header-3 .navbar .navbar-brand .logo-dark {
    width: 130px;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .header-3 .navbar .navbar-brand {
    width: 120px;
    min-width: 120px;
    height: 52px;
  }
  .header-3 .navbar .navbar-brand img {
    width: 120px;
  }
  .header-3 .navbar .navbar-brand .logo-light,
  .header-3 .navbar .navbar-brand .logo-dark {
    width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .header-3 .navbar .navbar-brand {
    width: 110px;
    min-width: 110px;
    height: 48px;
  }
  .header-3 .navbar .navbar-brand img {
    width: 110px;
  }
  .header-3 .navbar .navbar-brand .logo-light,
  .header-3 .navbar .navbar-brand .logo-dark {
    width: 110px;
  }
}
@media only screen and (max-width: 420px) {
  .header-3 .navbar .navbar-brand {
    width: 100px;
    min-width: 100px;
    height: 44px;
  }
  .header-3 .navbar .navbar-brand img {
    width: 100px;
  }
  .header-3 .navbar .navbar-brand .logo-light,
  .header-3 .navbar .navbar-brand .logo-dark {
    width: 100px;
  }
}
/**  Common css  **/
/**=====================
Footer 3 style
==========================**/
.bl-footer-3 {
  position: relative;
  padding-bottom: 0;
  background: #030507;
  overflow: hidden;
}
.bl-footer-3:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 38%);
  opacity: 1;
  z-index: -5;
}
.bl-footer-3 .logo-dark {
  display: none;
}
.bl-footer-3 .logo-light {
  display: block;
}
.bl-footer-3 .container {
  position: relative;
  z-index: 2;
}
.bl-footer-3 .logo-sec img {
  width: 160px;
}
.bl-footer-3 .footer-title {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.bl-footer-3 .footer-content li + li {
  margin-top: 12px;
}
.bl-footer-3 .footer-content li a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.35;
  transition: opacity 0.3s ease;
}
.bl-footer-3 .footer-content li a:hover {
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}
.fortify-footer-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: 28px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 34px;
  min-height: 420px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 78, 86, 0.28) 0%, rgba(255, 78, 86, 0) 38%),
    radial-gradient(circle at 78% 68%, rgba(255, 30, 46, 0.32) 0%, rgba(255, 30, 46, 0) 34%),
    #170204;
  overflow: hidden;
}
.fortify-footer-cta::before,
.fortify-footer-cta::after {
  content: "";
  position: absolute;
  inset: -6%;
  pointer-events: none;
}
.fortify-footer-cta::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(11, 2, 4, 0.26) 0%, rgba(11, 2, 4, 0.08) 28%, rgba(11, 2, 4, 0.08) 72%, rgba(11, 2, 4, 0.26) 100%),
    url("../img/bg/footer-cta-blur.jpg") center center / cover no-repeat;
  filter: blur(2px) saturate(1.08) brightness(0.88);
  transform: scale(1.08);
  animation: fortifyFooterGlowDrift 18s ease-in-out infinite alternate;
}
.fortify-footer-cta::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 1, 3, 0.18) 0%, rgba(9, 1, 3, 0.08) 24%, rgba(9, 1, 3, 0.28) 100%),
    radial-gradient(circle at 32% 50%, rgba(255, 155, 160, 0.18) 0%, rgba(255, 155, 160, 0) 26%),
    radial-gradient(circle at 72% 44%, rgba(255, 70, 78, 0.22) 0%, rgba(255, 70, 78, 0) 22%);
  mix-blend-mode: screen;
  opacity: 0.9;
  animation: fortifyFooterGlowPulse 9s ease-in-out infinite alternate;
}
.fortify-footer-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.fortify-footer-kicker-dot {
  width: 4px;
  height: 11px;
  background: rgba(var(--white), 1);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.fortify-footer-kicker h3 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.fortify-footer-headline {
  position: relative;
  z-index: 2;
  max-width: 760px;
  width: 100%;
  justify-self: center;
  text-align: center;
}
.fortify-footer-headline h2 {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 30px);
  line-height: 1.08;
  font-weight: 500;
  color: rgba(var(--white), 1);
}
.fortify-footer-video {
  position: absolute;
  inset: 0;
}
.fortify-footer-video:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 5, 7, 0.7) 0%, rgba(3, 5, 7, 0.3) 36%, rgba(3, 5, 7, 0.6) 100%);
}
.fortify-footer-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fortify-footer-cta-btn {
  position: relative;
  z-index: 2;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  min-height: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  color: rgba(var(--white), 1);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  justify-self: center;
  padding: 12px 18px;
  border-radius: 999px;
}
.fortify-footer-cta-btn:hover {
  color: rgba(var(--white), 1);
  background: rgba(0, 0, 0, 0.24);
  border-color: transparent;
  opacity: 1;
}
@keyframes fortifyFooterGlowDrift {
  0% {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
    filter: blur(2px) saturate(1.06) brightness(0.82);
  }
  50% {
    transform: scale(1.12) translate3d(1.5%, 1.2%, 0);
    filter: blur(4px) saturate(1.12) brightness(0.9);
  }
  100% {
    transform: scale(1.1) translate3d(0.6%, -1.6%, 0);
    filter: blur(3px) saturate(1.08) brightness(0.86);
  }
}
@keyframes fortifyFooterGlowPulse {
  0% {
    opacity: 0.72;
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    opacity: 0.96;
    transform: scale(1.04) translate3d(1.5%, -1.2%, 0);
  }
}
.fortify-footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.55fr);
  gap: 56px;
  align-items: start;
  padding: 64px 0 40px;
}
.fortify-footer-logo-block {
  display: flex;
  align-items: flex-start;
}
.fortify-footer-logo-block .logo-sec {
  display: inline-flex;
}
.fortify-footer-logo-block .logo-sec img {
  width: min(260px, 100%);
}
.fortify-footer-infos {
  display: grid;
  gap: 0;
}
.fortify-footer-info-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  gap: 32px;
  padding: 0 0 28px;
}
.fortify-footer-info-row + .fortify-footer-info-row {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fortify-footer-column-wide {
  min-width: 0;
}
.fortify-footer-column {
  min-width: 0;
}
.fortify-footer-social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}
.fortify-footer-contact-inline {
  margin-top: 22px;
}
.fortify-footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(var(--white), 0.76);
  font-size: 17px;
}
.fortify-footer-social-icons a:hover {
  color: rgba(var(--white), 1);
  border-color: rgba(var(--white), 0.3);
  transform: translateY(-1px);
}
.bl-footer-3 .footer-title {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.48);
}
.bl-footer-3 .footer-content {
  display: grid;
  gap: 10px;
}
.bl-footer-3 .footer-content li + li {
  margin-top: 0;
}
.bl-footer-3 .footer-content li a {
  color: rgba(var(--white), 0.88);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 300;
}
.bl-footer-3 .footer-content li a:hover {
  color: rgba(var(--white), 1);
}
.bl-footer-3 .footer-bottom-content {
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  position: relative;
  z-index: 5;
}
.bl-footer-3 .footer-bottom-content .copy {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}
.bl-footer-3 .footer-bottom-content .copy p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
.bl-footer-3 .footer-bottom-content .copy a {
  justify-self: end;
  color: rgba(var(--white), 1);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Responsive footer 3 css */
@media only screen and (max-width: 1399px) {
  .fortify-footer-main {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .fortify-footer-main {
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1fr);
  }
  .fortify-footer-info-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .fortify-footer-main {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }
  .fortify-footer-logo-block .logo-sec img {
    width: min(240px, 100%);
  }
  .fortify-footer-infos {
    gap: 0;
  }
  .fortify-footer-info-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
  }
  .fortify-footer-column {
    text-align: center;
  }
  .fortify-footer-social-icons {
    justify-content: center;
  }
  .fortify-footer-contact-inline {
    margin-top: 18px;
  }
  .bl-footer-3 .footer-bottom-content .copy {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .bl-footer-3 .footer-bottom-content .copy a {
    justify-self: center;
  }
}
@media only screen and (max-width: 575px) {
  .fortify-footer-cta {
    padding: 24px;
    gap: 20px;
    min-height: 360px;
  }
  .fortify-footer-main {
    gap: 34px;
    padding: 42px 0 28px;
  }
  .fortify-footer-logo-block {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  .bl-footer-3 .logo-sec img {
    width: 220px;
  }
  .fortify-footer-infos {
    gap: 0;
  }
  .fortify-footer-info-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-bottom: 24px;
    align-items: start;
  }
  .fortify-footer-info-row + .fortify-footer-info-row {
    padding-top: 24px;
  }
  .fortify-footer-column {
    text-align: center;
  }
  .fortify-footer-social-icons {
    justify-content: center;
  }
  .bl-footer-3 .footer-title {
    margin-bottom: 12px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.46);
  }
  .bl-footer-3 .footer-content li a {
    font-size: 13px;
    line-height: 1.3;
  }
  .bl-footer-3 .footer-bottom-content {
    padding: 18px 0 24px;
  }
  .bl-footer-3 .footer-bottom-content .copy {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }
  .bl-footer-3 .footer-bottom-content .copy p {
    font-size: 12px;
  }
  .bl-footer-3 .footer-bottom-content .copy p:last-child {
    justify-self: center;
    text-align: center;
  }
}
/* Layouts ( Import Layouts ) */
/**  Common css  **/
/**  Hero 3 css  **/
.bl-hero-3 {
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: clamp(640px, 82vh, 860px);
  padding: 132px 0 40px;
  background-color: #000;
  background-image: none;
}
.bl-hero-3:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg/hero-3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.09;
  z-index: 0;
  pointer-events: none;
}
.bl-hero-3 .bl-site-title {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: titleSlideUp 0.9s ease-out forwards;
          animation: titleSlideUp 0.9s ease-out forwards;
}
.bl-hero-3 {
  /* Animate inner elements */
}
.bl-hero-3 .bl-site-title span,
.bl-hero-3 .bl-site-title img {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation: titleSlideUp 0.8s ease-out forwards;
          animation: titleSlideUp 0.8s ease-out forwards;
}
.bl-hero-3 .bl-site-title.bl-site-title-image img {
  width: 100%;
  height: auto;
  max-height: clamp(420px, 72vh, 760px);
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  display: block;
  object-fit: contain;
}
.bl-hero-3 {
  /* Stagger effect */
}
.bl-hero-3 .bl-site-title span:nth-of-type(1) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.bl-hero-3 .bl-site-title img:nth-of-type(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.bl-hero-3 .bl-site-title img:nth-of-type(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.bl-hero-3 .bl-site-title span:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.bl-hero-3 {
  /* Keyframes */
}
@-webkit-keyframes titleSlideUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes titleSlideUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bl-hero-3 .bg-effect {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.bl-hero-3 .bl-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  position: relative;
}
.bl-hero-3 .bl-hero-content > .container {
  width: 100%;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}
.bl-hero-3 .bl-hero-content .row {
  justify-content: center;
}
.bl-hero-3 .bl-hero-content .bl-img-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skewY(353deg) rotateX(0deg) scale(0.9);
          transform: skewY(353deg) rotateX(0deg) scale(0.9);
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-box.box-1 {
  background-image: url("../img/bg/slide-1.jpg");
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-box.box-2 {
  background-image: url("../img/bg/slide-2.jpg");
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-box.box-3 {
  background-image: url("../img/bg/slide-3.jpg");
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 60px;
  padding: 5px 0;
  margin: 5px 0;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  opacity: 0.3;
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-box:hover {
  height: 300px;
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-box.active {
  height: 300px;
  opacity: 1;
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-detail {
  height: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl-hero-3 .bl-hero-content .bl-hero-project .hero-detail h2 {
  padding: 5px 10px;
  font-size: 17px;
  font-weight: 500;
  background-color: rgba(var(--black), 0.6);
  border-radius: 15px;
  backdrop-filter: blur(5px);
}
.bl-hero-3 .bl-hero-content .bl-hero-btn {
  text-align: right;
}
.bl-hero-3 .bl-hero-content .bl-hero-btn a {
  margin-top: 15px;
  color: rgba(var(--white), 1);
  font-size: 20px;
  display: block;
  font-weight: 400;
}
.bl-hero-3 .bl-hero-content .bl-hero-btn a i {
  font-size: 25px;
  margin-left: 5px;
}
.bl-hero-3 .bl-hero-content .bl-hero-btn a:hover {
  color: rgba(var(--primary-3), 1);
}
.bl-hero-3 .bl-detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl-hero-3 h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 700;
  font-family: "Poppins, sans-serif";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl-hero-3 h1 span {
  color: rgba(var(--primary-3), 1);
  font-weight: 700;
}
.bl-hero-3 h1 img {
  width: 150px;
  margin: 0 15px;
  border-radius: 30px;
}
.bl-hero-3 .bl-site-title.bl-site-title-image {
  display: block;
  width: 100%;
  max-width: min(92vw, 1180px);
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip {
  --chip-x: 50%;
  --chip-y: 50%;
  --chip-rotate: 0deg;
  position: absolute;
  left: calc(var(--chip-x) - 80px);
  top: calc(var(--chip-y) + 20px);
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 19px 8px 18px;
  border: 1px solid var(--fortify-chip-border);
  border-radius: 10px;
  background: var(--fortify-chip-bg);
  box-shadow: 0 10px 22px rgba(var(--black), 0.28);
  color: var(--fortify-chip-idle);
  font-family: "Quicksand";
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1;
  opacity: 0.42;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(0.9) rotate(var(--chip-rotate));
          transform: translate(-50%, -50%) scale(0.9) rotate(var(--chip-rotate));
  -webkit-transition: left 0.85s cubic-bezier(0.22, 1, 0.36, 1), top 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease, color 0.38s ease, border-color 0.38s ease, -webkit-filter 0.38s ease, -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: left 0.85s cubic-bezier(0.22, 1, 0.36, 1), top 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease, color 0.38s ease, border-color 0.38s ease, -webkit-filter 0.38s ease, -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: left 0.85s cubic-bezier(0.22, 1, 0.36, 1), top 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease, filter 0.38s ease, color 0.38s ease, border-color 0.38s ease;
  transition: left 0.85s cubic-bezier(0.22, 1, 0.36, 1), top 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease, filter 0.38s ease, color 0.38s ease, border-color 0.38s ease, -webkit-filter 0.38s ease, -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-filter: saturate(0.62) brightness(0.72);
          filter: saturate(0.62) brightness(0.72);
  white-space: nowrap;
  will-change: transform, opacity;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent var(--fortify-chip-idle) transparent;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 36, 40, 0.45));
          filter: drop-shadow(0 0 5px rgba(255, 36, 40, 0.45));
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-criacao:after,
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-pos:after {
  right: -8px;
  left: auto;
  bottom: -4px;
  top: auto;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent var(--fortify-chip-idle) transparent;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-identidade:after {
  right: auto;
  left: -8px;
  bottom: auto;
  top: -8px;
  width: 13px;
  height: 13px;
  border: 0;
  background: var(--fortify-chip-idle);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-video:after {
  right: -8px;
  top: auto;
  bottom: -4px;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent var(--fortify-chip-idle) transparent;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-audiovisual:after {
  right: -8px;
  bottom: -4px;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent var(--fortify-chip-idle) transparent;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip.chip-active,
.bl-hero-3 .bl-site-title.bl-site-title-image.chips-mobile-active .proposta-chip {
  left: calc(var(--chip-x) - 110px);
  top: calc(var(--chip-y) - 10px);
  opacity: 1;
  border-color: var(--fortify-chip-active-border);
  color: var(--fortify-chip-active);
  -webkit-transform: translate(-50%, -50%) scale(1.03) rotate(var(--chip-rotate));
          transform: translate(-50%, -50%) scale(1.03) rotate(var(--chip-rotate));
  -webkit-filter: saturate(1.35) brightness(1.12);
          filter: saturate(1.35) brightness(1.12);
}
.bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip.chip-active:after,
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-audiovisual.chip-active:after,
.bl-hero-3 .bl-site-title.bl-site-title-image.chips-mobile-active .proposta-chip:after,
.bl-hero-3 .bl-site-title.bl-site-title-image.chips-mobile-active .chip-audiovisual:after {
  border-color: transparent transparent var(--fortify-chip-active) transparent;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-identidade.chip-active:after,
.bl-hero-3 .bl-site-title.bl-site-title-image.chips-mobile-active .chip-identidade:after {
  background: var(--fortify-chip-active);
}

@-webkit-keyframes chipHoverDrift {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.98) rotate(var(--chip-rotate));
            transform: translate(-50%, -50%) scale(0.98) rotate(var(--chip-rotate));
  }
  35% {
    -webkit-transform: translate(calc(-50% + 2px), calc(-50% - 4px)) scale(1.035) rotate(var(--chip-rotate));
            transform: translate(calc(-50% + 2px), calc(-50% - 4px)) scale(1.035) rotate(var(--chip-rotate));
  }
  70% {
    -webkit-transform: translate(calc(-50% - 2px), calc(-50% + 2px)) scale(1.01) rotate(var(--chip-rotate));
            transform: translate(calc(-50% - 2px), calc(-50% + 2px)) scale(1.01) rotate(var(--chip-rotate));
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.98) rotate(var(--chip-rotate));
            transform: translate(-50%, -50%) scale(0.98) rotate(var(--chip-rotate));
  }
}

@keyframes chipHoverDrift {
  0% {
    transform: translate(-50%, -50%) scale(0.98) rotate(var(--chip-rotate));
  }
  35% {
    transform: translate(calc(-50% + 2px), calc(-50% - 4px)) scale(1.035) rotate(var(--chip-rotate));
  }
  70% {
    transform: translate(calc(-50% - 2px), calc(-50% + 2px)) scale(1.01) rotate(var(--chip-rotate));
  }
  100% {
    transform: translate(-50%, -50%) scale(0.98) rotate(var(--chip-rotate));
  }
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-design {
  --chip-x: 25.2%;
  --chip-y: 28%;
  --chip-rotate: -7deg;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-video {
  --chip-x: 50.4%;
  --chip-y: 33.2%;
  --chip-rotate: -2deg;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-pos {
  --chip-x: 60.8%;
  --chip-y: 47.5%;
  --chip-rotate: 5deg;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-audiovisual {
  --chip-x: 35.6%;
  --chip-y: 53.3%;
  --chip-rotate: -2deg;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-criacao {
  --chip-x: 32.9%;
  --chip-y: 68.2%;
  --chip-rotate: -1deg;
}
.bl-hero-3 .bl-site-title.bl-site-title-image .chip-identidade {
  --chip-x: 80.7%;
  --chip-y: 67.2%;
  --chip-rotate: -8deg;
}
.fortify-brand-showcase {
  position: relative;
}
.fortify-brand-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}
.fortify-brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.fortify-brand-kicker-icon {
  width: 4px;
  height: 11px;
  background: rgba(var(--primary-3), 1);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.fortify-brand-kicker p {
  margin: 0;
  color: rgba(var(--content-color), 0.7);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.fortify-brand-header h2 {
  margin: 0;
  color: rgba(var(--white), 1);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 500;
}
.fortify-brand-copy {
  margin: 0;
  color: rgba(var(--content-color), 0.76);
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
}
.fortify-brand-slider {
  display: grid;
  gap: 18px;
}
.fortify-brand-viewport {
  overflow: hidden;
}
.fortify-brand-track {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fortify-brand-page {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.fortify-brand-card {
  display: grid;
  gap: 18px;
  min-height: 176px;
  padding: 22px;
  border: 1px solid rgba(var(--border-color), 1);
  background: rgba(var(--white), 0.03);
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.fortify-brand-card img {
  width: 100%;
  height: 82px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}
.fortify-brand-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.fortify-brand-meta p,
.fortify-brand-meta span {
  margin: 0;
  color: rgba(var(--white), 0.96);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fortify-brand-meta span {
  color: rgba(var(--content-color), 0.58);
}
.fortify-brand-card:hover {
  border-color: rgba(var(--primary-3), 0.45);
  transform: translateY(-4px);
}
.fortify-brand-showcase .bl-portfolio-nav {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.bl-footer-3.pt-80 {
  padding-top: 0;
}

@media (max-width: 1199px) {
  .bl-hero-3 .bl-site-title.bl-site-title-image {
    margin-left: 0;
    width: 100%;
    max-width: min(94vw, 980px);
  }

  .bl-hero-3 .bl-site-title.bl-site-title-image img {
    width: 100%;
    max-height: clamp(360px, 64vh, 680px);
  }
}

@media (max-width: 991px) {
  .fortify-brand-header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }
  .fortify-brand-copy {
    max-width: 620px;
    text-align: left;
    font-size: 14px;
  }
  .fortify-brand-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fortify-brand-showcase {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .fortify-brand-header h2 {
    font-size: 38px;
  }
  .fortify-brand-card {
    min-height: 156px;
    padding: 20px 18px;
  }
  .fortify-brand-card img {
    height: 68px;
  }
  .fortify-brand-meta p,
  .fortify-brand-meta span {
    font-size: 13px;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image {
    margin-left: 0;
    max-width: 100%;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip-layer {
    width: 100%;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip {
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 10px;
    left: calc(var(--chip-x) - 86px);
    top: calc(var(--chip-y) + 14px);
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip.chip-active,
  .bl-hero-3 .bl-site-title.bl-site-title-image.chips-mobile-active .proposta-chip {
    left: calc(var(--chip-x) - 107px);
    top: calc(var(--chip-y) - 7px);
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip:after {
    right: -6px;
    bottom: -3px;
    border-width: 0 0 9px 9px;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-criacao:after,
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-pos:after {
    left: auto;
    right: -6px;
    top: auto;
    bottom: -3px;
    border-width: 0 0 9px 9px;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-identidade:after {
    left: -6px;
    right: auto;
    top: -7px;
    bottom: auto;
    width: 10px;
    height: 10px;
    border: 0;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-video:after {
    right: -6px;
    top: auto;
    bottom: -3px;
    border-width: 0 0 9px 9px;
  }
}

@media (max-width: 575px) {
  .fortify-brand-header {
    gap: 14px;
  }
  .fortify-brand-kicker {
    margin-bottom: 12px;
  }
  .fortify-brand-header h2 {
    font-size: 32px;
    line-height: 1.02;
  }
  .fortify-brand-copy {
    font-size: 13px;
    line-height: 1.6;
  }
  .fortify-brand-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fortify-brand-card {
    min-height: 144px;
    gap: 16px;
    padding: 18px 16px;
  }
  .fortify-brand-card img {
    height: 62px;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-design {
    --chip-x: 27%;
    --chip-y: 30%;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-video {
    --chip-x: 53%;
    --chip-y: 35%;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-pos {
    --chip-x: 63%;
    --chip-y: 49%;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-audiovisual {
    --chip-x: 38%;
    --chip-y: 55%;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-criacao {
    --chip-x: 39%;
    --chip-y: 70%;
    max-width: 190px;
    white-space: normal;
    line-height: 1.05;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-identidade {
    --chip-x: 75%;
    --chip-y: 69%;
  }
}

/* Responsive hero 3 css */
@media only screen and (max-width: 1199px) {
  .bl-hero-3 h1 {
    font-size: 55px;
  }
  .bl-hero-3 h1 img {
    width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .bl-hero-3 {
    height: 100%;
    padding-top: 150px;
  }
  .bl-hero-3 .bl-detail {
    max-width: none;
    margin: auto;
  }
  .bl-hero-3 h1 {
    font-size: 50px;
  }
  .bl-hero-3 h1 img {
    width: 90px;
  }
  .bl-hero-3 .bl-hero-content .bl-img-box {
    display: block;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-project,
  .bl-hero-3 .bl-hero-content .bl-hero-btn {
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bl-hero-3 {
    padding-top: 130px;
  }
  .bl-hero-3 h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .bl-hero-3 h1 {
    font-size: 40px;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-btn a {
    font-size: 16px;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-btn a i {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 420px) {
  .bl-hero-3 {
    padding-top: 100px;
  }
  .bl-hero-3 h1 {
    font-size: 34px;
  }
  .bl-hero-3 h1 img {
    display: none;
  }
  .bl-hero-3 .bl-site-title img {
    display: none;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image img {
    display: block;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .proposta-chip {
    font-size: 9px;
    padding: 5px 9px;
    min-height: 24px;
  }
  .bl-hero-3 .bl-site-title.bl-site-title-image .chip-criacao {
    max-width: 160px;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-project .hero-box.active {
    height: 250px;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-project .hero-detail h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .bl-hero-3 h1 {
    font-size: 30px;
  }
  .bl-hero-3 h1 img {
    display: none;
  }
  .bl-hero-3 .bl-site-title img {
    display: none;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-project .hero-box.active {
    height: 230px;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-project .hero-detail h3 {
    font-size: 14px;
  }
  .bl-hero-3 .bl-hero-content .bl-hero-project .hero-detail h3 i {
    font-size: 20px;
  }
}
/**  Common css  **/
/** State 3 style **/
@-webkit-keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
@keyframes morphing-image {
  0% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  10% {
    border-radius: 39% 61% 38% 62%/53% 54% 46% 47%;
  }
  20% {
    border-radius: 56% 44% 52% 48%/57% 35% 65% 43%;
  }
  30% {
    border-radius: 41% 59% 45% 55%/43% 56% 44% 57%;
  }
  40% {
    border-radius: 46% 54% 60% 40%/55% 65% 26% 45%;
  }
  50% {
    border-radius: 44% 56% 42% 65%/41% 65% 46% 69%;
  }
  60% {
    border-radius: 41% 69% 42% 68%/41% 71% 29% 69%;
  }
  70% {
    border-radius: 44% 56% 60% 40%/63% 46% 64% 37%;
  }
  80% {
    border-radius: 46% 54% 38% 62%/44% 48% 52% 56%;
  }
  90% {
    border-radius: 66% 45% 57% 43%/49% 51% 49% 51%;
  }
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
}
/**  Common css  **/
/**=====================
About 3 style
==========================**/
.bl-about-3 {
  overflow: hidden;
  position: relative;
  background-color: rgba(var(--black), 1);
}
.bl-about-3:after {
  content: "";
  width: 420px;
  height: 420px;
  background-image: radial-gradient(circle at center, rgba(var(--primary-3), 0.18), transparent 70%);
  -webkit-filter: blur(34px);
          filter: blur(34px);
  position: absolute;
  top: -80px;
  right: -120px;
  border-radius: 999px;
  z-index: -1;
}
.bl-about-3:before {
  content: "";
  inset: 0;
  background:
    linear-gradient(180deg, rgba(var(--white), 0.02) 0%, transparent 100%),
    linear-gradient(90deg, rgba(var(--white), 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(var(--white), 0.04) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  opacity: 0.18;
  position: absolute;
  z-index: -1;
}
.bl-about-3 .container {
  position: relative;
  z-index: 1;
}
.bl-about-3 .bl-about-section-heading {
  margin-bottom: 34px;
}
.bl-services-heading h2,
.bl-portfolio-heading h2,
.fortify-brand-header h2,
.bl-about-section-heading h2 {
  letter-spacing: -0.05em;
}
.bl-about-3 .bl-about-board {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.48fr);
  gap: 42px;
  align-items: start;
}
.bl-about-3 .bl-about-panel {
  position: relative;
  min-height: 0;
  background: transparent;
  border: 0;
}
.bl-about-3 .bl-about-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.bl-about-3 .bl-about-panel-media {
  align-self: start;
}
.bl-about-3 .bl-about-panel-copy .abt-content {
  align-items: stretch;
  height: auto;
}
.bl-about-3 .bl-about-media-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 38px;
  background: rgba(var(--primary-3), 1);
}
.bl-about-3 .bl-about-media-card:after {
  content: none;
}
.bl-about-3 .abt-content {
  display: flex;
  height: auto;
  align-items: flex-start;
}
.bl-about-3 .bl-about-heading {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  gap: 26px;
  position: relative;
  isolation: isolate;
}
.bl-about-3 .bl-about-copy-paragraphs p {
  font-size: 21px;
  line-height: 1.34;
  color: rgba(var(--content-color), 1);
  margin-bottom: 0;
  max-width: 38ch;
  font-family: var(--font-family);
  font-weight: 400;
  text-wrap: pretty;
  position: relative;
  z-index: 1;
}
.bl-about-3 .bl-about-watermark {
  position: absolute;
  top: 52%;
  right: -14%;
  width: min(41vw, 470px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
.bl-about-3 .bl-about-watermark img {
  display: block;
  width: 100%;
  height: auto;
}
.bl-about-3 .abt-img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 28%;
     object-position: center 28%;
  display: block;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
}
.bl-about-3 .bl-about-panel-media:hover .abt-img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.bl-about-3 {
  padding-bottom: 24px;
}
.bl-about-3 + .bl-service-3.bl-service-creative {
  padding-top: 18px;
}

/* Responsive about 3 css */
@media only screen and (max-width: 1399px) {
  .bl-about-3 .bl-about-copy-paragraphs p {
    font-size: 19px;
  }
  .bl-about-3 .bl-about-watermark {
    width: min(37vw, 410px);
    opacity: 0.28;
  }
}
@media only screen and (max-width: 1199px) {
  .bl-about-3 .bl-about-board {
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
    gap: 28px;
  }
  .bl-about-3 .bl-about-media-card {
    min-height: 0;
  }
  .bl-about-3 .bl-about-copy-paragraphs p {
    font-size: 17px;
    max-width: 34ch;
  }
  .bl-about-3 .bl-about-watermark {
    width: min(33vw, 340px);
    right: -10%;
    opacity: 0.26;
  }
}
@media only screen and (max-width: 991px) {
  .bl-about-3 .bl-about-board {
    grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    align-items: start;
  }
  .bl-about-3 .bl-about-media-card {
    min-height: 0;
    border-radius: 28px;
  }
  .bl-about-3 .abt-img {
    border-radius: 28px;
  }
  .bl-about-3 .bl-about-copy-paragraphs {
    gap: 18px;
  }
  .bl-about-3 .bl-about-copy-paragraphs p {
    font-size: 14px;
    line-height: 1.42;
    max-width: none;
  }
  .bl-about-3 .bl-about-watermark {
    width: min(28vw, 210px);
    right: -10%;
    opacity: 0.22;
  }
}
@media only screen and (max-width: 767px) {
  .bl-about-3 .bl-about-board {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bl-about-3 .bl-about-panel-media {
    order: 1;
  }
  .bl-about-3 .bl-about-panel-copy {
    order: 2;
  }
  .bl-about-3 .bl-about-media-card {
    min-height: 0;
    border-radius: 30px;
  }
  .bl-about-3 .abt-img {
    border-radius: 30px;
    -o-object-position: center 22%;
       object-position: center 22%;
  }
  .bl-about-3 .bl-about-copy-paragraphs {
    gap: 16px;
  }
  .bl-about-3 .bl-about-copy-paragraphs p {
    font-size: 15px;
    line-height: 1.44;
  }
  .bl-about-3 .bl-about-watermark {
    width: min(60vw, 300px);
    right: -12%;
    opacity: 0.18;
  }
}
@media only screen and (max-width: 575px) {
  .bl-about-3 {
    padding-bottom: 14px;
  }
  .bl-about-3 + .bl-service-3.bl-service-creative {
    padding-top: 10px;
  }
}
/**  Common css  **/
/** Service 3 style **/
.bl-service-img {
  position: relative;
  height: 100%;
}
.bl-service-img img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -webkit-transform: skewY(353deg) rotateX(0deg) scale(0.9);
          transform: skewY(353deg) rotateX(0deg) scale(0.9);
}

.bl-service-list li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(var(--border-color), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl-service-list li:first-child {
  margin-top: 0;
  border-top: 1px solid rgba(var(--border-color), 1);
}
.bl-service-list li .content-start {
  width: calc(100% - 60px);
}
.bl-service-list li .content-start > div {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl-service-list li h5 {
  margin: 0;
  font-size: 35px;
  line-height: 34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}
.bl-service-list li h3 {
  margin-bottom: 0;
  font-weight: 500;
}
.bl-service-list li h4 {
  margin: 0 10px 0 0;
  color: rgba(var(--content-color), 0.8);
  font-style: italic;
  font-size: 15px;
}
.bl-service-list li p {
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}
.bl-service-list li a {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1.5px solid rgba(var(--white), 1);
  border-radius: 100%;
  color: rgba(var(--white), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bl-service-list li a i {
  font-size: 32px;
}
.bl-service-list li:last-child {
  margin-bottom: 0;
}
.bl-service-list li:hover h3,
.bl-service-list li:hover h4,
.bl-service-list li.scroll-hover-active h3,
.bl-service-list li.scroll-hover-active h4 {
  color: rgba(var(--primary-3), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bl-service-list li:hover a,
.bl-service-list li.scroll-hover-active a {
  background-color: rgba(var(--primary-3), 1);
  color: rgba(var(--title-dark), 1);
  border-color: rgba(var(--primary-3), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Responsive servicw 3 css */
@media only screen and (max-width: 1399px) {
  .bl-service-list li h5 {
    font-size: 33px;
  }
  .bl-service-list li .content-start {
    width: calc(100% - 50px);
  }
  .bl-service-list li a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .bl-service-list li h5 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .dn-991 {
    display: none;
  }
  .bl-service-list li h5 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .bl-service-list li h5 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .bl-service-list li p {
    line-height: 24px;
    font-size: 14px;
  }
  .bl-service-list li a {
    width: 40px;
    height: 40px;
  }
  .bl-service-list li a i {
    font-size: 22px;
  }
  .bl-service-list li h5 {
    font-size: 21px;
    line-height: 24px;
  }
  .bl-service-list li .content-start > div {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .bl-service-list li h5 {
    font-size: 18px;
  }
  .bl-service-list li h4 {
    font-size: 14px;
  }
}
/**  Common css  **/
/** Project 3 style **/
.bl-portfolio-3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 6px;
}
.bl-portfolio-3:before {
  content: "";
  position: absolute;
  inset: 120px 0 30px;
  background:
    radial-gradient(circle at center, rgba(var(--primary-3), 0.16), transparent 34%),
    linear-gradient(180deg, rgba(var(--black), 0) 0%, rgba(var(--black), 0.55) 100%);
  pointer-events: none;
  z-index: 0;
}
.bl-portfolio-3 .container {
  position: relative;
  z-index: 1;
}
.bl-portfolio-3 .bl-portfolio-heading {
  max-width: none;
  margin: 0 0 36px;
  text-align: left;
}
.bl-portfolio-3 .bl-portfolio-showcase {
  position: relative;
}
.bl-portfolio-3 .bl-portfolio-stage {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 6px 18px;
  margin: 0 -6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}
.bl-portfolio-3 .bl-portfolio-stage::-webkit-scrollbar {
  display: none;
}
.bl-portfolio-3 .bl-portfolio-stage.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.bl-portfolio-3 .bl-project-card {
  position: relative;
  top: auto;
  left: auto;
  flex: 0 0 clamp(210px, 18vw, 300px);
  width: clamp(210px, 18vw, 300px);
  padding: 0;
  margin: 0;
  scroll-snap-align: center;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
  will-change: transform;
}
.bl-portfolio-3 .bl-project-wrapper {
  position: relative;
  color: rgba(var(--white), 1);
  display: block;
  width: 100%;
  aspect-ratio: auto;
  cursor: pointer;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.45s ease, box-shadow 0.3s ease, -webkit-filter 0.45s ease, opacity 0.45s ease;
  transition: transform 0.45s ease, border-color 0.3s ease, box-shadow 0.3s ease, filter 0.45s ease, opacity 0.45s ease;
}
.bl-portfolio-3 .bl-project-card.is-active {
  z-index: 3;
}
.bl-portfolio-3 .bl-project-card.is-active .bl-project-wrapper {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.bl-portfolio-3 .bl-project-card.is-near .bl-project-wrapper {
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
  opacity: 0.45;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.bl-portfolio-3 .bl-project-card.is-far .bl-project-wrapper {
  -webkit-transform: scale(0.76);
          transform: scale(0.76);
  opacity: 0.2;
  -webkit-filter: blur(11px);
          filter: blur(11px);
}
.bl-portfolio-3 .bl-project-wrapper .bl-anim-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-media {
  position: relative;
  inset: auto;
  height: auto;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-media img,
.bl-portfolio-3 .bl-project-wrapper .bl-project-video,
.bl-portfolio-3 .bl-project-wrapper .bl-project-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.5s ease, transform 0.7s ease;
}
.bl-portfolio-3 .bl-project-card.is-active .bl-project-wrapper .bl-project-media img,
.bl-portfolio-3 .bl-project-card.is-active .bl-project-wrapper .bl-project-video video {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-gradient {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(var(--black), 0.02) 0%, rgba(var(--black), 0.08) 34%, rgba(var(--black), 0.86) 100%),
    linear-gradient(145deg, rgba(var(--primary-3), 0.06) 0%, transparent 42%);
  z-index: 1;
  pointer-events: none;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-video {
  position: relative;
  background-color: rgba(var(--black), 0.72);
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-video video {
  opacity: 0.92;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--black), 0.4);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-loader.is-loaded {
  opacity: 0;
  pointer-events: none;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-loader span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid rgba(var(--white), 0.16);
  border-top-color: rgba(var(--white), 1);
  -webkit-animation: fortifySpin 0.9s linear infinite;
          animation: fortifySpin 0.9s linear infinite;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-controls {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-control {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: rgba(var(--white), 1);
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
  flex: 0 0 auto;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-control i {
  font-size: 15px;
  line-height: 1;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-timeline {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 auto;
  width: 100%;
  height: 16px;
  margin: 0;
  background: transparent;
  --timeline-progress: 0%;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-timeline:focus {
  outline: none;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-timeline::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(var(--white), 1) 0%,
    rgba(var(--white), 1) var(--timeline-progress),
    rgba(var(--white), 0.32) var(--timeline-progress),
    rgba(var(--white), 0.32) 100%
  );
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(var(--white), 1);
  margin-top: -3px;
  border: 0;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-timeline::-moz-range-track {
  height: 2px;
  background: rgba(var(--white), 0.32);
  border: 0;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-timeline::-moz-range-progress {
  height: 2px;
  background: rgba(var(--white), 1);
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-timeline::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(var(--white), 1);
  border: 0;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-control:hover {
  transform: translateY(-1px);
  color: rgba(var(--primary-3), 1);
  opacity: 1;
}
@-webkit-keyframes fortifySpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fortifySpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-content {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  margin-top: 0;
  padding: 10px 0 0;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-kicker {
  display: none;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-content h3 {
  margin-bottom: 0;
  max-width: 100%;
  font-family: "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(var(--white), 1);
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid rgba(var(--white), 0.14);
}
.bl-portfolio-3 .bl-project-card.is-near .bl-project-content,
.bl-portfolio-3 .bl-project-card.is-far .bl-project-content {
  opacity: 0.6;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-meta-item {
  font-family: "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(var(--white), 0.56);
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-meta-item.is-center {
  text-align: center;
}
.bl-portfolio-3 .bl-project-wrapper .bl-project-meta-item.is-right {
  text-align: right;
}
.bl-portfolio-3 .bl-project-wrapper.is-clickable {
  cursor: pointer;
}
.bl-portfolio-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(var(--white), 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bl-portfolio-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(var(--white), 1);
}
.bl-portfolio-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.bl-portfolio-3 .bl-portfolio-nav {
  margin-top: 24px;
}

/* Responsive project 3 css */
@media only screen and (max-width: 991px) {
  .bl-portfolio-3 .bl-portfolio-stage {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bl-portfolio-3 .bl-portfolio-heading p {
    text-align: left;
  }
  .bl-portfolio-3 .bl-portfolio-stage {
    gap: 16px;
    padding-bottom: 12px;
  }
  .bl-portfolio-3 .bl-project-card {
    flex-basis: 78vw;
    width: 78vw;
  }
  .bl-portfolio-3 .bl-project-card.is-near .bl-project-wrapper {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    opacity: 0.58;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .bl-portfolio-3 .bl-project-card.is-far .bl-project-wrapper {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    opacity: 0.26;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  .bl-portfolio-3 .bl-project-wrapper {
    border-radius: 20px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-controls {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 5px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-control {
    width: 26px;
    height: 26px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-control i {
    font-size: 14px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-timeline::-webkit-slider-thumb {
    width: 7px;
    height: 7px;
    margin-top: -2.5px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-timeline::-moz-range-thumb {
    width: 7px;
    height: 7px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-content {
    padding: 10px 0 0;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-content h3 {
    font-size: 12px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-meta {
    gap: 8px;
  }
  .bl-portfolio-3 .bl-project-wrapper .bl-project-meta-item {
    font-size: 9px;
  }
}
/**  Common css  **/
/**=====================
Testimonials 3 style
==========================**/
.bl-testimonials-box {
  background: rgba(var(--white), 0.05);
  padding: 15px;
  border-radius: 6px;
  border: 1px solid rgba(var(--border-color));
}
.bl-testimonials-box p {
  font-size: 15px;
  margin-top: -5px;
}
.bl-testimonials-box .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(var(--border-color), 1);
}
.bl-testimonials-box .author-info h5 {
  margin-bottom: 10px;
  font-size: 10px;
}
.bl-testimonials-box .author-info h6 {
  color: rgba(var(--content-color), 1);
}
.bl-testimonials-box .author-info img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.bl-testimonials-box .author-info .detail {
  margin-left: 15px;
}

.bl-testimonials-3 {
  overflow: unset;
  position: relative;
}
.bl-testimonials-3 .testimonials-img {
  width: 100%;
  height: calc(100% - 160px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.bl-testimonials-3 .bl-title-main {
  padding: 0 !important;
  position: relative;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl-testimonials-3 .bl-title-main p {
  text-align: left;
}
.bl-testimonials-3 .bl-testimonials-box {
  padding: 30px;
  border-radius: 10px;
  top: 20px;
}
.bl-testimonials-3 .bl-testimonials-box p {
  font-size: 15px;
  margin-top: -5px;
}
.bl-testimonials-3 .bl-testimonials-box .author-info {
  margin-top: 15px;
}
.bl-testimonials-3 .bl-testimonials-box .author-info h5 {
  font-size: 16px;
  font-weight: 500;
}
.bl-testimonials-3 .bl-testimonials-box .author-info h6 {
  margin: 0;
  font-size: 15px;
}
.bl-testimonials-3 .title-main {
  position: sticky;
  top: 20px;
}

/* Responsive testimonials 3 css */
@media only screen and (max-width: 1399px) {
  .bl-testimonials-3 .testimonials-img {
    height: calc(100% - 120px);
  }
  .bl-testimonials-3 .bl-testimonials-box p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .bl-testimonials-3 .testimonials-img {
    height: calc(100% - 109px);
  }
}
@media only screen and (max-width: 991px) {
  .bl-testimonials-3.pb-60 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .bl-testimonials-3.pb-60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .bl-testimonials-3 .bl-testimonials-box {
    padding: 15px;
  }
}
/**  Common css  **/
/** Subscribe 3 style **/
.bl-newsletter {
  background-image: url("../img/bg/newsletter-bg.png");
  background-color: var(--fortify-newsletter-bg);
  padding: 50px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bl-newsletter h3 {
  color: rgba(var(--black), 1);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 25px;
  margin-top: -5px;
}
.bl-newsletter p {
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(var(--text-dark), 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .bl-newsletter p {
    width: 100%;
  }
}
.bl-newsletter .form-control {
  height: 50px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 0;
}
.bl-newsletter .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bl-newsletter .bl-btn-dark {
  height: 50px;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: rgba(var(--black), 1);
  color: rgba(var(--white), 1);
}
.bl-newsletter .bl-sub {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Responsive newsletter 3 css */
@media only screen and (max-width: 1399px) {
  .bl-newsletter h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .bl-newsletter h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .bl-newsletter {
    padding: 30px;
  }
  .bl-newsletter h3 {
    font-size: 22px;
  }
  .bl-newsletter .bl-sub {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .bl-newsletter h3 {
    font-size: 20px;
  }
  .bl-newsletter .bl-sub {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .bl-newsletter {
    padding: 15px;
  }
  .bl-newsletter h3 {
    font-size: 18px;
  }
  .bl-newsletter .bl-sub {
    padding-bottom: 15px;
  }
}
/* Page ( Import Layouts ) */
/**  Common css  **/
/**=====================
Demo 3 style
==========================**/
body {
  background-color: #000;
}

::-moz-selection {
  color: #000;
  background: rgba(var(--primary-3), 1);
}

::selection {
  color: #000;
  background: rgba(var(--primary-3), 1);
}

.bl-title-main {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .bl-title-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    gap: 8px;
  }
}
.bl-title-main > div {
  width: 50%;
}
@media (max-width: 767px) {
  .bl-title-main > div {
    width: 100%;
  }
}
.bl-title-main > div p {
  width: 100%;
}
.bl-title-main h3 {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 600;
}
.bl-title-main h3 span {
  color: rgba(var(--primary-3), 1);
  font-weight: 600;
}
.bl-title-main h3 .char {
  display: inline-block;
}
.bl-title-main h2 {
  color: rgba(var(--title-color), 1);
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 20px;
}
.bl-title-main h2 i {
  color: rgba(var(--primary-3), 1);
  -webkit-animation: rotation 4s linear infinite;
          animation: rotation 4s linear infinite;
}
.bl-title-main p {
  max-width: 500px;
  text-align: right;
}
@media (max-width: 991px) {
  .bl-title-main p {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .bl-title-main p {
    width: 100%;
  }
}
.bl-title-main.text-center > div {
  width: 100%;
}
.bl-title-main.text-center h2 {
  width: 100%;
}
@media (max-width: 576px) {
  .bl-title-main.title-arrow {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    text-align: left;
    gap: 0;
  }
}
.bl-title-main .title-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.bl-title-main .title-arrows .swiper-button-next,
.bl-title-main .title-arrows .swiper-button-prev {
  position: relative;
  inset: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
}
.bl-title-main .title-arrows .swiper-button-next:after,
.bl-title-main .title-arrows .swiper-button-prev:after {
  font-size: 18px;
  color: rgba(var(--title-color), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bl-title-main .title-arrows .swiper-button-next:hover,
.bl-title-main .title-arrows .swiper-button-prev:hover {
  background-color: rgba(var(--primary-3), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bl-title-main .title-arrows .swiper-button-next:hover:after,
.bl-title-main .title-arrows .swiper-button-prev:hover:after {
  color: rgba(var(--title-dark), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  margin: 0;
  font-size: 30px;
}
.title h2 i {
  font-size: 23px;
}
.title h2 span {
  color: rgba(var(--primary-3), 1);
}

.bl-btn-1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-3), 1)), to(rgba(var(--primary-4), 1)));
  background: linear-gradient(to right, rgba(var(--primary-3), 1), rgba(var(--primary-4), 1));
}
.bl-btn-1 .bl-btn-spotlight {
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--primary-3), 1)), to(rgba(var(--primary-4), 1)));
  background: linear-gradient(to right, rgba(var(--primary-3), 1), rgba(var(--primary-4), 1));
}
.bl-btn-1 .bl-btn-text {
  color: rgba(var(--primary-3), 1);
}
.bl-btn-1 .bl-btn-wrapper {
  padding: 8px 21px;
}

.bl-btn-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  border: 1px solid rgba(var(--primary-3), 1);
  background-color: rgba(var(--primary-3), 1);
  color: #fff;
  border-radius: 30px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.bl-btn-3:hover {
  opacity: 0.6;
}

a.back-to-top i {
  color: rgba(var(--primary-3), 1);
}
a.back-to-top svg path {
  stroke: rgba(var(--primary-3), 1);
}

/* Responsive demo 3 css */
.bl-loader span:after {
  background-color: var(--fortify-loader-color);
}

@media only screen and (max-width: 1399px) {
  .bl-title-main h3 {
    font-size: 40px;
  }
  .bl-title-main h2 {
    font-size: 18px;
  }
  .bl-title-main p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .bl-title-main h3 {
    font-size: 32px;
  }
  .bl-title-main h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .bl-title-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .bl-title-main > div {
    width: 100%;
  }
  .bl-title-main h3 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .bl-title-main h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .bl-title-main p {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .bl-title-main h3 {
    margin-bottom: 15px;
    font-size: 25px;
  }
  .bl-title-main h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .demo-3 .p-tb-80,
  .demo-3 .padding-tb-80,
  .demo-3 .ptb-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bl-title-main h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 420px) {
  .bl-title-main h3 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=demo-3.css.map */

.bl-service-3.bl-service-creative {
  position: relative;
  padding-top: 0;
}
.bl-service-3.bl-service-creative:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 58px;
  width: min(980px, 92vw);
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(var(--primary-3), 0.1) 0%, rgba(var(--primary-3), 0.055) 34%, rgba(var(--primary-4), 0.025) 58%, rgba(var(--primary-3), 0) 82%);
  filter: blur(26px);
  opacity: 0.86;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.bl-service-creative .bl-title-main {
  display: block;
  max-width: 760px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.bl-service-creative .bl-title-main h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 999px;
  background: rgba(var(--white), 0.04);
  color: rgba(var(--content-color), 1);
  font-size: 14px;
}
.bl-service-creative .bl-title-main h3 {
  margin-top: 22px;
}
.bl-service-creative .bl-title-main h3 span {
  background: linear-gradient(135deg, rgba(var(--primary-3), 1), rgba(var(--primary-4), 1));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.bl-service-creative .bl-title-main p {
  max-width: 680px;
  margin: 14px 0 0;
  text-align: left;
}
.bl-portfolio-3 .bl-title-main {
  display: block;
  max-width: 760px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.bl-portfolio-3 .bl-title-main h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(var(--border-color), 0.82);
  border-radius: 999px;
  background: rgba(var(--white), 0.03);
  color: rgba(var(--content-color), 0.92);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.bl-portfolio-3 .bl-title-main p {
  max-width: 680px;
  margin: 14px 0 0;
  text-align: left;
}
.bl-service-slider {
  position: relative;
  z-index: 1;
  padding: 0 0 92px;
  touch-action: pan-y;
}
.bl-service-viewport {
  overflow: hidden;
  cursor: grab;
}
.bl-service-slider.is-dragging .bl-service-viewport {
  cursor: grabbing;
}
.bl-service-creative-grid {
  display: flex;
  position: relative;
  z-index: 1;
  will-change: transform;
  transition: transform 0.9s ease;
}
.bl-service-creative-grid.is-dragging {
  transition: none;
}
.bl-service-slide {
  flex: 0 0 33.3333%;
  min-width: 0;
  padding: 0 12px;
}
.bl-service-creative-card {
  height: 100%;
  min-height: 286px;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: 0 20px 50px rgba(var(--black), 0.18);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.bl-service-creative-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(var(--black), 0.22);
}
.bl-service-creative-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(var(--white), 1);
  font-size: 20px;
}
.bl-service-creative-card h3 {
  margin-top: 22px;
  color: rgba(var(--white), 1);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 500;
}
.bl-service-creative-card p {
  margin-top: 14px;
  color: rgba(var(--content-color), 0.92);
  font-size: 15px;
  line-height: 1.75;
}
.bl-service-arrow {
  position: absolute;
  bottom: 0;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(var(--white), 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.25s ease;
}
.bl-service-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}
.bl-service-prev {
  left: calc(50% - 54px);
}
.bl-service-next {
  left: calc(50% + 8px);
}
.bl-service-dots {
  display: none !important;
}
.bl-service-dot {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.bl-service-dot.is-active {
  background: rgba(var(--white), 1);
  transform: scaleX(1.08);
}
@media only screen and (max-width: 991px) {
  .bl-service-slide {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .bl-service-slider {
    padding-bottom: 76px;
  }
  .bl-service-slide {
    flex-basis: 100%;
    padding: 0;
  }
  .bl-service-creative-card {
    min-height: 250px;
    padding: 24px 22px;
  }
  .bl-service-creative-card h3 {
    font-size: 22px;
  }
  .bl-service-arrow {
    bottom: 0;
  }
  .bl-service-prev {
    left: calc(50% - 54px);
  }
  .bl-service-next {
    left: calc(50% + 8px);
  }
}

.bl-hero-3.bl-hero-video {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  background: #040404;
}
.bl-hero-3.bl-hero-video:after {
  display: none;
}
.bl-hero-3.bl-hero-video .fortify-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #050505;
  background-position: center;
  background-size: cover;
}
.bl-hero-3.bl-hero-video .fortify-hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
  transform: scale(1.035);
  filter: saturate(0.9) contrast(1.06) brightness(0.56);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.bl-hero-3.bl-hero-video .fortify-hero-video-bg.is-ready {
  opacity: 1;
}
.bl-hero-3.bl-hero-video .fortify-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center 28%, rgba(8, 8, 8, 0.02) 0%, rgba(8, 8, 8, 0.1) 42%, rgba(8, 8, 8, 0.34) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.04) 0%, rgba(7, 7, 7, 0.08) 22%, rgba(7, 7, 7, 0.14) 46%, rgba(7, 7, 7, 0.34) 64%, rgba(7, 7, 7, 0.72) 84%, rgba(7, 7, 7, 0.94) 100%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.22) 0%, rgba(7, 7, 7, 0.04) 24%, rgba(7, 7, 7, 0.04) 76%, rgba(7, 7, 7, 0.22) 100%);
}
@media only screen and (max-width: 767px) {
  .bl-hero-3.bl-hero-video .fortify-hero-media {
    background-image: none !important;
  }
}
.bl-hero-3.bl-hero-video .bl-hero-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.bl-hero-3.bl-hero-video .bl-hero-content > .container {
  max-width: 1360px;
  min-height: 100vh;
  padding: 20px 32px 0;
}
.fortify-hero-shell {
  min-height: calc(100vh - 58px);
  position: relative;
  display: grid;
  grid-template-rows: 1.08fr auto 0.92fr;
  gap: 0;
}
.fortify-hero-instagram {
  position: absolute;
  top: 16px;
  right: -6px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(var(--white), 0.8);
  font-size: 19px;
  line-height: 1;
}
.fortify-hero-instagram:hover {
  color: rgba(var(--white), 1);
}
.fortify-hero-topbar,
.fortify-hero-bottom {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(340px, auto) minmax(210px, 1fr);
  align-items: center;
  gap: 22px;
}
.fortify-hero-topbar {
  grid-template-columns: 1fr auto 1fr;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  width: 100vw;
  padding-left: clamp(56px, 6vw, 96px);
  padding-right: clamp(56px, 6vw, 96px);
  transform: translate(-50%, -50%);
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.fortify-hero-toplinks {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
  flex-wrap: wrap;
  transform: none;
}
.fortify-hero-toplink,
.fortify-hero-chat,
.fortify-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.fortify-hero-toplink:hover,
.fortify-hero-chat:hover,
.fortify-hero-link:hover {
  color: rgba(var(--white), 1);
}
.fortify-hero-toplink {
  min-height: 40px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(var(--white), 0.78);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.fortify-hero-centerstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  justify-self: center;
  max-width: 620px;
  text-align: left;
  width: auto;
}
.fortify-hero-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.fortify-hero-mark img {
  width: auto;
  height: 104px;
  object-fit: contain;
}
.fortify-hero-chat {
  justify-self: end;
  transform: none;
  min-height: 30px;
  min-width: auto;
  justify-content: center;
  padding: 0 4px;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: rgba(var(--white), 0.82);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}
.fortify-hero-chat i,
.fortify-hero-link i {
  font-size: 14px;
}
.fortify-hero-centerstack h1 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(8px, 0.66vw, 10px);
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}
.fortify-hero-centerstack h1 span {
  color: rgba(var(--primary-3), 1);
}
.fortify-hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  align-self: auto;
  padding-bottom: 0;
  transform: none;
}
.fortify-hero-bottom .fortify-hero-link {
  justify-self: start;
}
.fortify-hero-link {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(var(--white), 0.92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.fortify-hero-link:hover {
  border-color: rgba(var(--primary-3), 0.42);
  background: rgba(255, 255, 255, 0.1);
}
.fortify-hero-scroll {
  justify-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(var(--white), 0.74);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.fortify-hero-scroll i {
  font-size: 18px;
  letter-spacing: 0;
}
.fortify-hero-bottom:after {
  content: "";
  justify-self: end;
  width: 1px;
  height: 1px;
}
@media (max-width: 1199px) {
  .bl-hero-3.bl-hero-video .bl-hero-content > .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .fortify-hero-topbar {
    left: 0;
    right: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    transform: translateY(-50%);
  }
  .fortify-hero-topbar,
  .fortify-hero-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .fortify-hero-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .fortify-hero-shell {
    grid-template-rows: auto auto 1fr;
    gap: 22px;
  }
  .fortify-hero-topbar {
    top: 50%;
    transform: translateY(-50%);
  }
  .fortify-hero-instagram {
    right: -6px;
  }
  .fortify-hero-centerstack { width: min(520px, calc(100% - 32px)); }
  .fortify-hero-toplinks,
  .fortify-hero-bottom .fortify-hero-link,
  .fortify-hero-chat,
  .fortify-hero-scroll {
    justify-self: center;
  }
  .fortify-hero-toplinks {
    transform: none;
    width: 100%;
    justify-content: center;
  }
  .fortify-hero-chat {
    transform: none;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .bl-hero-3.bl-hero-video .bl-hero-content > .container {
    padding: 20px 18px 0;
  }
  .fortify-hero-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .fortify-hero-instagram {
    top: 4px;
    right: 4px;
    transform: none;
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  .fortify-hero-shell {
    grid-template-rows: auto auto 1fr;
    gap: 18px;
  }
  .fortify-hero-topbar {
    top: 35%;
    transform: translateY(-50%);
  }
  .fortify-hero-toplinks {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px 12px;
    text-align: center;
    margin-bottom: 58px;
  }
  .fortify-hero-toplink,
  .fortify-hero-chat,
  .fortify-hero-link {
    width: 100%;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    font-size: 12px;
  }
  .fortify-hero-toplink {
    width: auto;
    min-height: 34px;
    padding: 0;
    font-size: 11px;
  }
  .fortify-hero-mark img {
    height: 24px;
  }
  .fortify-hero-centerstack h1 {
    max-width: 24ch;
    font-size: clamp(10px, 2.8vw, 12px);
    line-height: 1;
  }
  .fortify-hero-centerstack {
    width: min(340px, calc(100% - 24px));
    gap: 14px;
    margin-top: 74px;
  }
  .fortify-hero-chat {
    margin-top: 96px;
  }
  .fortify-hero-mark img {
    height: 88px;
  }
}
