/*--------------------------------------------

1. common
    - main
    - typography
    - link
    - button
    - form
    - breadcrumbs
    - backgrounds
    - spaces
2. components
    - preloader
    - cursor
    - hidden elements
    - scrollbar
    - frame
    - menu button
    - menu 
    - banner
    - circle text
    - lines
    - dodecahedron
    - about
    - partners
    - services
    - team
    - social icons
    - revievs
    - blog
    - footer
    - portfolio
    - map
    - accordion
    - price
    - 404
    - images
    - page transitions


--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css");

/* -------------------------------------------

main

------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 150%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

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

  html,
  body {
    font-size: 15px;
  }
}

*::-moz-selection {
  color: inherit;
  background-color: transparent;
}

*::selection {
  color: inherit;
  background-color: transparent;
}

.bi-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.container {
  pointer-events: all;
}

.bi-relative {
  position: relative;
}

.bi-o-hidden {
  overflow: hidden;
}

.bi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bi-vert-between {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .bi-mobile-hidden {
    display: none;
  }
}

section {
  position: relative;
  overflow: hidden;
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
.bi-h1,
h2,
.bi-h12,
h3,
.bi-h3,
h4,
.bi-h4,
h5,
.bi-h5,
h6,
.bi-h6 {
  font-family: "Outfit", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 120%;
}

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

  h1 br,
  .bi-h1 br,
  h2 br,
  .bi-h12 br,
  h3 br,
  .bi-h3 br,
  h4 br,
  .bi-h4 br,
  h5 br,
  .bi-h5 br,
  h6 br,
  .bi-h6 br {
    display: none;
  }
}

h1,
.bi-h1 {
  font-size: 86px;
}

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

  h1,
  .bi-h1 {
    font-size: 74px;
  }
}

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

  h1,
  .bi-h1 {
    font-size: 72px;
  }
}

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

  h1,
  .bi-h1 {
    font-size: 58px;
  }
}

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

  h1,
  .bi-h1 {
    font-size: 34px;
  }
}

h2,
.bi-h2 {
  font-size: 68px;
  line-height: 120%;
}

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

  h2,
  .bi-h2 {
    font-size: 56px;
  }
}

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

  h2,
  .bi-h2 {
    font-size: 44px;
  }
}

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

  h2,
  .bi-h2 {
    font-size: 36px;
  }
}

h3,
.bi-h3 {
  font-size: 42px;
}

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

  h3,
  .bi-h3 {
    font-size: 39px;
  }
}

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

  h3,
  .bi-h3 {
    font-size: 36px;
  }
}

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

  h3,
  .bi-h3 {
    font-size: 30px;
  }
}

h4,
.bi-h4 {
  font-size: 28px;
}

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

  h4,
  .bi-h4 {
    font-size: 26px;
  }
}

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

  h4,
  .bi-h4 {
    font-size: 24px;
  }
}

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

  h4,
  .bi-h4 {
    font-size: 22px;
  }
}

h5,
.bi-h5 {
  font-size: 20px;
  line-height: 150%;
}

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

  h5,
  .bi-h5 {
    font-size: 18px;
  }
}

h6,
.bi-h6 {
  font-size: 18px;
  line-height: 150%;
}

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

  h6,
  .bi-h6 {
    font-size: 17px;
  }
}

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

  h6,
  .bi-h6 {
    font-size: 16px;
  }
}

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

  h6,
  .bi-h6 {
    font-size: 21px;
  }
}

.bi-no-wrap {
  white-space: nowrap;
}

blockquote {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-style: italic;
  border-left: solid 4px rgba(241, 198, 22, 1);
}

@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
    font-size: 16px;
  }
}

.bi-text-sm {
  font-size: 15px;
}

.bi-text-lg {
  font-size: 18px;
  line-height: 170%;
}

.bi-text-xl {
  font-size: 22px;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .bi-text-xl {
    font-size: 20px;
  }
}



/* //contact form css// */


/* Remove default spacing in <p> */
.form-wrapper {
  max-width: 750px;
  /* Control form width */
  margin: 0 auto;
  /* Centers horizontally */
}

.form-row {
  display: flex;
  align-items: baseline;
  /* ensures perfect alignment */
  gap: 12px;
  font-size: 18px;
  margin-bottom: 35px;

}

.form-row span {
  color: black;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.4;
  /* MATCH INPUT */
}

/* final strong version (overrides bootstrap) */
.custom-form .line-input {
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;

  width: 100%;
  margin: 0;

  padding: 0 0 1px 12px !important;
  line-height: 1 !important;
  height: auto !important;

  font-size: 18px;
}

.ps-row {
  flex-direction: column;
  align-items: flex-start;
  /* optional */
  gap: 10px;
  /* space between label & input */
}

.custom-form .line-input:focus {
  border-bottom: 1px solid rgb(241, 198, 22);
  outline: none;
}

.send-btn {
  margin-top: 20px;
}

/* placeholder grey on load */
select.line-input {
  color: #999;
}

/* options normal */
select.line-input option {
  color: #000;
}

/* when user selects anything except placeholder */
select.line-input:not([value=""]) {
  color: #000;
}

/* Custom Select Styling */
.custom-select-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 150px;
}

.custom-select-wrapper.open {
  z-index: 9999;
}

.custom-select-display {
  cursor: pointer;
  position: relative;
  padding: 0 30px 1px 12px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 25px;
  z-index: 1;
}

.custom-select-display::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  opacity: 0.6;
  pointer-events: none;
}

.custom-select-wrapper.open .custom-select-display {
  border-color: #f4c20d;
}

.custom-select-display.selected {
  color: #000;
  font-weight: 500;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 250px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-top: 5px;
  padding: 8px 0;
  list-style: none;
  display: none;
  z-index: 10000;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.custom-select-wrapper.open .custom-select-options {
  display: block !important;
  -webkit-animation: bi-slide-up 0.2s ease-out;
  animation: bi-slide-up 0.2s ease-out;
}

.custom-select-options li {
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.custom-select-options li:last-child {
  border-bottom: none;
}

.custom-select-options li:hover {
  background: #f4c20d;
  color: #000;
}

@keyframes bi-slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Line Checkbox Styling (Chip-like) */
.line-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  padding: 6px 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px !important;
  -webkit-transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
  margin-bottom: 10px;
  margin-right: 8px;
  background: #f9f9f9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-checkbox:hover {
  background: rgba(241, 198, 22, 0.05);
  border-color: #f4c20d !important;
}

.line-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 !important;
  background: #fff !important;
  padding: 0 !important;
}

.line-checkbox input[type="checkbox"]:checked {
  background-color: #f4c20d !important;
  border-color: #f4c20d !important;
}

.line-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line-checkbox:has(input:checked) {
  background: rgba(241, 198, 22, 0.1);
  border-color: #f4c20d !important;
  color: #000;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ===========================
   RESPONSIVE — TABLETS (≤992px)
   =========================== */
@media (max-width: 992px) {

  .form-row {
    gap: 10px;
    font-size: 17px;
  }

  .custom-form .line-input {
    font-size: 17px;
    padding-left: 10px !important;
  }

  .form-row span {
    font-size: 17px;
  }
}


/* ===========================
   RESPONSIVE — MOBILE (≤768px)
   =========================== */
@media (max-width: 768px) {

  .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 25px;
  }

  .form-row span {
    line-height: 1.2;
    font-size: 16px;
  }

  .custom-form .line-input {
    width: 100%;
    font-size: 16px;
    padding: 2px 0 2px 6px !important;
  }

  select.line-input {
    padding-left: 6px !important;
  }
}


/* ===========================
   RESPONSIVE — SMALL MOBILE (≤480px)
   =========================== */
@media (max-width: 480px) {

  .form-row {
    margin-bottom: 20px;
  }

  .form-row span {
    font-size: 15px;
  }

  .custom-form .line-input {
    font-size: 15px;
    padding-left: 5px !important;
  }
}









/* //contact form css// */



.bi-upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.bi-bold {
  font-weight: 500;
}

.bi-thin {
  font-weight: 100;
}

a {
  color: inherit;
  text-decoration: none;
}

.bi-complex-title {
  line-height: normal;
}

.bi-accent {
  color: rgba(241, 198, 22, 1);
}

.bi-light {
  color: rgb(255, 255, 255) !important;
}

.bi-light a {
  color: rgb(255, 255, 255) !important;
}

.bi-muted {
  color: rgba(255, 255, 255, 0.9);
}

.bi-dark {
  color: rgb(0, 0, 0);
}

.bi-light-soft {
  color: rgba(255, 255, 255, 0.4);
}

.bi-dark-soft {
  color: rgba(0, 0, 0, 0.5);
}

.bi-marker {
  background-color: rgba(241, 198, 22, 1);
  padding: 0 5px;
}

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

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

.bi-right {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .bi-sm-center {
    text-align: center;
  }
}

.bi-suptitle {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.bi-suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 600px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
}

.bi-suptitle.bi-suptitle-right {
  text-align: right;
}

.bi-suptitle.bi-suptitle-right:before {
  left: calc(100% + 30px);
}

@media screen and (max-width: 768px) {
  .bi-suptitle.bi-suptitle-right {
    text-align: center;
  }

  .bi-suptitle.bi-suptitle-right:before {
    display: none;
  }
}

.bi-suptitle.bi-suptitle-dark:before {
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
}

@media screen and (max-width: 768px) {
  .bi-suptitle {
    margin-bottom: 60px;
  }
}

.bi-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.bi-img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
}

.bi-img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* -------------------------------------------

link

------------------------------------------- */
.bi-link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.bi-link svg {
  margin-left: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-link svg path {
  fill: rgb(255, 255, 255);
}

.bi-link.bi-accent svg {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-link.bi-accent svg path {
  fill: rgba(241, 198, 22, 1);
}

.bi-link.bi-dark svg {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-link.bi-dark svg path {
  fill: rgb(0, 0, 0);
}

.bi-link:hover svg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.bi-link.bi-down-arrow svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bi-link.bi-down-arrow:hover svg {
  -webkit-transform: scale(1.15) rotate(90deg);
  transform: scale(1.15) rotate(90deg);
}

.bi-link.bi-icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bi-link.bi-icon-left svg {
  margin-left: 0;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bi-link.bi-icon-left:hover svg {
  -webkit-transform: scale(1.15) rotate(180deg);
  transform: scale(1.15) rotate(180deg);
}

/* -------------------------------------------

button

------------------------------------------- */
.bi-button {
  cursor: pointer;
  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;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: rgba(241, 198, 22, 1);
  color: rgb(0, 0, 0);
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-button span {
  white-space: nowrap;
}

.bi-button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-button svg path {
  fill: rgba(241, 198, 22, 1);
}

.bi-button.bi-icon-button {
  padding: 15px;
}

.bi-button.bi-icon-button svg {
  margin-left: 0;
}

.bi-button.bi-icon-button-sm {
  padding: 0;
  height: 40px;
}

.bi-button.bi-icon-button-sm svg {
  margin-left: 0;
  background-color: rgba(241, 198, 22, 1);
}

.bi-button.bi-icon-button-sm svg path {
  fill: rgb(0, 0, 0);
}

.bi-button:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.bi-button:hover svg {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.bi-button.bi-arrow-down svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bi-button.bi-arrow-down:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.bi-button.bi-arrow-down:hover svg {
  -webkit-transform: scale(1.15) rotate(90deg);
  transform: scale(1.15) rotate(90deg);
}

@media screen and (max-width: 992px) {
  .bi-button {
    height: 60px;
    padding: 0 10px 0 40px;
  }

  .bi-button svg {
    margin-left: 25px;
  }
}

/* Button States: Disabled & Loading */
.bi-button:disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.bi-button:disabled svg {
  background-color: #999999 !important;
}

.bi-button:disabled svg path {
  fill: #cccccc !important;
}

.bi-button.bi-loading {
  position: relative;
  pointer-events: none;
  background-color: #000 !important;
}

.bi-button.bi-loading span,
.bi-button.bi-loading svg {
  visibility: hidden;
  opacity: 0;
}

.bi-button.bi-loading::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  border: 3px solid rgba(241, 198, 22, 0.2);
  border-radius: 50%;
  border-top-color: #f1c20d;
  animation: bi-spin 1s linear infinite;
}

@keyframes bi-spin {
  to {
    transform: rotate(360deg);
  }
}

/* -------------------------------------------

form

------------------------------------------- */

textarea {
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

input {
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;

  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

input:focus,
textarea:focus {
  outline: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

input::placeholder,
textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

textarea {
  padding: 15px 30px;
  height: 300px;
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.bi-breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.bi-breadcrumbs:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.bi-breadcrumbs li {
  list-style-type: none;
}

.bi-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
  color: rgb(0, 0, 0);
}

.bi-breadcrumbs li a {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 768px) {
  .bi-breadcrumbs li a {
    white-space: normal;
  }
}

.bi-breadcrumbs li a:hover {
  color: rgba(241, 198, 22, 1);
}

.bi-breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}

.bi-breadcrumbs li:last-child a {
  opacity: 0.4;
  pointer-events: none;
}

.bi-breadcrumbs li:last-child:after {
  display: none;
}

.bi-breadcrumbs.bi-light:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.bi-breadcrumbs.bi-light li:after {
  color: rgba(255, 255, 255, 0.9);
}

.bi-breadcrumbs.bi-light li a:hover {
  color: rgba(241, 198, 22, 1) !important;
}

.bi-breadcrumbs.bi-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* -------------------------------------------

backgrounds

------------------------------------------- */
.bi-dark-bg {
  position: relative;
}

.bi-dark-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);

  /* -webkit-backdrop-filter: invert(100%) grayscale(100%) brightness(5) contrast(100%);
backdrop-filter: invert(100%) grayscale(100%) brightness(5) contrast(100%); */


}

.bi-dark-bg .mi-invert-fix {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}

.bi-dark-bg .mi-invert-fix .container {
  pointer-events: all;
}

.bi-soft-bg {
  background-color: rgb(242, 242, 242);
}

@media screen and (max-width: 1200px) {
  section.bi-soft-bg {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

  /* Ensure the background covers the full width even if parent has padding */
  section.bi-soft-bg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* -------------------------------------------

spaces

------------------------------------------- */
.bi-mr-30 {
  margin-right: 30px;
}

.bi-mb-5 {
  margin-bottom: 5px;
}

.bi-mb-10 {
  margin-bottom: 10px;
}

.bi-mb-15 {
  margin-bottom: 15px;
}

.bi-mb-20 {
  margin-bottom: 15px;
}

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

.bi-mb-60 {
  margin-bottom: 60px;
}

.bi-mb-90 {
  margin-bottom: 90px;
}

.bi-mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .bi-mb-120 {
    margin-bottom: 90px;
  }
}

.bi-mt-suptitle-offset {
  margin-top: 70px;
}

@media screen and (max-width: 992px) {
  .bi-mt-suptitle-offset {
    margin-top: 30px;
  }
}

.bi-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .bi-p-120-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.bi-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .bi-p-120-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.bi-p-0-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .bi-p-0-120 {
    padding-bottom: 90px;
  }
}

.bi-p-120-0 {
  padding-top: 120px;
}

@media screen and (max-width: 992px) {
  .bi-p-120-0 {
    padding-top: 90px;
  }
}

.bi-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .bi-p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.bi-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .bi-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bi-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .bi-p-90-120 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.bi-p-0-90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .bi-p-0-90 {
    padding-bottom: 60px;
  }
}

.bi-p-0-30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .bi-p-0-30 {
    padding-bottom: 0;
  }
}

.bi-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .bi-p-120-30 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

.bi-adaptive-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  .bi-adaptive-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.bi-btn-space {
  margin-right: 30px;
}

@media screen and (max-width: 500px) {
  .bi-btn-space {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

/* -------------------------------------------

preloader

------------------------------------------- */
.bi-preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.bi-preloader .bi-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: rgb(255, 255, 255);
}

.bi-preloader .bi-preloader-animation .bi-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bi-preloader .bi-preloader-animation .bi-pos-abs p {
  opacity: 0;
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  .bi-preloader .bi-preloader-animation .bi-pos-abs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bi-preloader .bi-preloader-animation .bi-pos-abs p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.bi-preloader .bi-preloader-animation .bi-pos-abs .bi-reveal-frame {
  position: relative;
  padding: 0 30px;
}

.bi-preloader .bi-preloader-animation .bi-pos-abs .bi-reveal-frame .bi-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: rgba(241, 198, 22, 1);
}

.bi-preloader.bi-hidden {
  pointer-events: none;
}

/* -------------------------------------------

cursor

------------------------------------------- */
.bi-ball {
  width: 20px;
  height: 20px;
  position: fixed;
  z-index: 10;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.1;
}

.bi-ball .bi-icon-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.bi-ball .bi-icon-1 svg {
  fill: rgba(255, 255, 255, 0.9);
}

.bi-ball .bi-more-text,
.bi-ball .bi-choose-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.bi-ball.bi-accent .bi-icon-1 svg {
  fill: rgb(0, 0, 0);
}

.bi-ball.bi-accent .bi-more-text,
.bi-ball.bi-accent .bi-choose-text {
  color: rgb(0, 0, 0);
}

@media screen and (max-width: 1200px) {
  .bi-ball {
    display: none;
  }
}

/* -------------------------------------------

hidden elements

------------------------------------------- */
.bi-hidden-elements .bi-dodecahedron,
.bi-hidden-elements .bi-lines,
.bi-hidden-elements .bi-arrow {
  display: none;
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
::-webkit-scrollbar {
  display: none;
}

.bi-progress-track {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(0, 0, 0);
}

.bi-progress-track .bi-progress {
  width: 4px;
  height: 0;
  background-color: rgba(241, 198, 22, 1);
}

@media screen and (max-width: 992px) {
  .bi-progress-track {
    display: none;
  }
}

/* -------------------------------------------

frame

------------------------------------------- */
.bi-logo {
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 992px) {
  .bi-logo {
    font-size: 36px;
  }
}

.bi-logo-img {
  width: 2.3vw;
  height: auto;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media screen and (max-width: 992px) {
  .bi-logo-img {
    width: 22px;
  }
}

.bi-logo-img.bi-white {
  filter: brightness(0) invert(1);
}


.bi-frame {
  padding: 50px 60px 60px 60px;
  position: fixed;
  z-index: 1;
  /* Frame at bottom so it can be inverted by sections on top */
  pointer-events: none;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.bi-logo-img,
.bi-contact-link,
.bi-current-page,
.bi-back-to-top .bi-link,
.bi-back-to-top .bi-link svg,
.bi-back-to-top .bi-link svg path,
.bi-menu-btn span,
.bi-menu-btn span:before,
.bi-menu-btn span:after {
  -webkit-transition: 0.1s linear;
  /* Sharp, sticky transition for inversion */
  transition: 0.1s linear;
}

@media screen and (max-width: 1200px) {
  .bi-frame {
    padding: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .bi-frame {
    padding: 0;
    z-index: 999;
    height: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .bi-frame .bi-frame-top {
    height: 90px;
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0 30px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .bi-frame .bi-frame-top .bi-logo {
    color: rgb(255, 255, 255);
  }

  .bi-frame .bi-frame-top .bi-menu-btn span,
  .bi-frame .bi-frame-top .bi-menu-btn span:after,
  .bi-frame .bi-frame-top .bi-menu-btn span:before {
    background: rgb(255, 255, 255);
  }
}

.bi-frame .bi-frame-bottom {
  width: 100%;
  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 screen and (max-width: 1200px) {
  .bi-frame .bi-frame-bottom {
    display: none;
  }
}

.bi-frame .bi-frame-bottom .bi-current-page {
  pointer-events: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  width: 300px;
  color: rgb(0, 0, 0);
  -webkit-transform: rotate(-90deg) translateX(138px) translateY(-138px);
  transform: rotate(-90deg) translateX(138px) translateY(-138px);
}

.bi-frame .bi-frame-bottom .bi-back-to-top {
  width: 300px;
  -webkit-transform: rotate(-90deg) translateX(130px) translateY(130px);
  transform: rotate(-90deg) translateX(130px) translateY(130px);
  pointer-events: all;
}

.bi-frame-top {
  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;
}

.bi-frame-top .bi-logo {
  pointer-events: all;
  color: rgb(0, 0, 0);
}

/* Right side container */
.bi-top-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  pointer-events: all;
}

/* Contact link style */
.bi-contact-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  text-decoration: none;
  position: relative;
}

/* Underline animation */
.bi-contact-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s ease;
}

.bi-contact-link:hover::after {
  width: 100%;
}

/* Mobile behavior */
@media screen and (max-width: 1200px) {
  .bi-contact-link {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .bi-contact-link {
    display: none;
    /* hide contact on mobile */
  }
}


/* -------------------------------------------

menu button

------------------------------------------- */
.bi-menu-btn {
  pointer-events: all;
  height: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 992px) {
  .bi-menu-btn {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

.bi-menu-btn span,
.bi-menu-btn span:after,
.bi-menu-btn span:before {
  content: "";
  display: block;
  width: 28px;
  height: 2.5px;
  background: rgb(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

.bi-menu-btn span {
  position: relative;
}

.bi-menu-btn span:after,
.bi-menu-btn span:before {
  position: absolute;
}

.bi-menu-btn span:before {
  top: -9px;
}

.bi-menu-btn span:after {
  width: 18px;
  top: 9px;
}

.bi-menu-btn.bi-active span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bi-menu-btn.bi-active span:before {
  -webkit-transform: translate(0px, 9px) rotate(-90deg);
  transform: translate(0px, 9px) rotate(-90deg);
}

.bi-menu-btn.bi-active span:after {
  opacity: 0;
  width: 24px;
  -webkit-transform: translate(0px, -9px) rotate(-90deg);
  transform: translate(0px, -9px) rotate(-90deg);
}

/* -------------------------------------------

menu

------------------------------------------- */
.bi-menu-frame {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-menu-frame .container {
  pointer-events: none;
}

.bi-menu-frame .bi-frame-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 60px;
}


@media screen and (max-width: 1200px) {
  .bi-menu-frame .bi-frame-top {
    display: none;
  }
}

.bi-menu-frame .bi-frame-top .bi-logo {
  color: rgb(255, 255, 255);
}

.bi-menu-frame .bi-frame-top .bi-menu-btn span,
.bi-menu-frame .bi-frame-top .bi-menu-btn span:after,
.bi-menu-frame .bi-frame-top .bi-menu-btn span:before {
  background-color: rgb(255, 255, 255);
}

.bi-menu-frame .bi-main-menu {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 1200px) {
  .bi-menu-frame .bi-main-menu {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

.bi-menu-frame .bi-menu-right-frame {
  padding-left: 60px;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-menu-frame .bi-menu-right-frame .bi-menu-right {
  padding-bottom: 0;
}

.bi-menu-frame .bi-menu-right-frame .bi-animation-in {
  position: absolute;
  top: -320px;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 992px) {
  .bi-menu-frame .bi-menu-right-frame {
    display: none;
  }
}

@media screen and (max-height: 600px) {
  .bi-menu-frame .bi-menu-right-frame {
    display: none;
  }
}

.bi-right-section {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(10px);
}

.bi-right-section.bi-highlight {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.bi-menu-frame.bi-active .bi-right-section.bi-highlight {
  opacity: 1;
}

.bi-menu-frame .bi-menu-right-frame .bi-menu-right {
  padding-bottom: 0;
  width: 100%;
}

.bi-menu-frame.bi-active {
  opacity: 1;
  pointer-events: all;
}

.bi-menu-frame.bi-active .container {
  pointer-events: all;
}

.bi-menu-frame.bi-active .bi-main-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.bi-menu-frame.bi-active .bi-menu-right-frame {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.bi-menu-frame.bi-active .bi-menu-right-frame .bi-animation-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.bi-menu-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.bi-menu-list li:last-child {
  margin-bottom: 0;
}

.bi-menu-list li a {
  display: block;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-menu-list li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: rgb(255, 255, 255);
}

.bi-menu-list.bi-hori-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bi-menu-list.bi-hori-list li {
  margin-bottom: 0;
  margin-right: 30px;
}

.bi-menu-list.bi-dark li a {
  color: rgb(0, 0, 0);
}

.bi-main-menu {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bi-main-menu ul {
  padding: 0;
  margin: 0;
}

.bi-main-menu ul li {
  margin-bottom: 40px;
}

.bi-main-menu ul li:last-child {
  margin-bottom: 0;
}

.bi-main-menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 992px) {
  .bi-main-menu ul li a {
    font-size: 26px;
  }
}

.bi-main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-main-menu ul li a:hover {
  color: rgb(255, 255, 255);
}

.bi-main-menu ul li a.bi-active {
  padding-left: 25px;
}

.bi-main-menu ul li a.bi-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: rgba(241, 198, 22, 1);
}

.bi-main-menu ul li.bi-active>a {
  color: rgba(241, 198, 22, 1);
}

.bi-main-menu ul li.bi-active>a:hover {
  color: rgba(241, 198, 22, 1) !important;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.bi-main-menu ul li.bi-has-children>a:hover {
  color: rgb(255, 255, 255);
  padding-left: 25px;
}

.bi-main-menu ul li.bi-has-children>a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bi-main-menu ul li.bi-has-children ul {
  padding-left: 25px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-main-menu ul li.bi-has-children ul li {
  margin-bottom: 5px;
}

.bi-main-menu ul li.bi-has-children ul li:first-child {
  margin-top: 40px;
}

.bi-main-menu ul li.bi-has-children ul li a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.bi-main-menu ul li.bi-has-children ul li a:before {
  display: none;
}

.bi-main-menu ul li.bi-has-children ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.bi-main-menu ul li.bi-has-children ul.bi-active {
  max-height: 200px;
}

@media screen and (max-width: 1200px) {
  .bi-main-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bi-main-menu ul {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bi-main-menu ul li {
    margin-bottom: 30px;
  }

  .bi-main-menu ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bi-main-menu ul li a:before {
    display: none;
  }

  .bi-main-menu ul li a.bi-active {
    padding-left: 0 !important;
  }

  .bi-main-menu ul li.bi-has-children ul {
    padding-left: 0;
  }

  .bi-main-menu ul li.bi-has-children ul li:first-child {
    margin-top: 30px;
  }
}

/* -------------------------------------------

banner

------------------------------------------- */
.bi-banner {
  height: 100vh;
}

.bi-banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bi-banner .bi-banner-content {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .bi-banner .bi-banner-content {
    padding-bottom: 90px;
  }
}

.bi-banner .bi-lines-place {
  position: absolute;
  left: 0;
  bottom: calc(100% + 120px);
}

.bi-inner-banner .bi-banner-content {
  padding: 150px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .bi-inner-banner .bi-banner-content {
    padding: 180px 0 0 0;
  }
}

.bi-banner-personal {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
}

.bi-banner-personal .bi-banner-content {
  position: relative;
  padding-top: 90px;
}

@media screen and (max-width: 992px) {
  .bi-banner-personal .bi-banner-content {
    padding-top: 180px;
  }
}

.bi-banner-personal .bi-banner-content .bi-personal-text {
  margin-bottom: 300px;
}

@media screen and (max-width: 992px) {
  .bi-banner-personal .bi-banner-content .bi-personal-text {
    margin-bottom: 80px;
    text-align: center;
  }
}

.bi-banner-personal .bi-banner-content .bi-banner-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px 0 90px;
  background-color: rgb(255, 255, 255);
  height: 180px;
  position: absolute;
  top: calc(100vh - 180px);
  left: 0;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .bi-banner-personal .bi-banner-content .bi-banner-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 60px 30px;
  }

  .bi-banner-personal .bi-banner-content .bi-banner-panel h5 {
    margin-bottom: 60px;
    text-align: center;
    width: 80%;
  }
}

.bi-banner-personal .bi-banner-content .bi-banner-panel .bi-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bi-banner-personal .bi-banner-content .bi-banner-panel .bi-right .bi-social-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 70px;
  border-radius: 70px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-banner-personal .bi-banner-content .bi-banner-panel .bi-right .bi-social-frame:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}

@media screen and (max-width: 992px) {
  .bi-banner-personal .bi-banner-content .bi-banner-panel .bi-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bi-banner-personal .bi-banner-content .bi-banner-panel .bi-right .bi-social-frame {
    margin-right: 0;
    margin-bottom: 30px;
    height: 60px;
  }
}

.bi-banner-personal .bi-banner-content .bi-banner-panel .bi-button {
  margin: 0 !important;
}

@media screen and (max-width: 992px) {
  .bi-banner-personal .bi-banner-content .bi-banner-panel {
    bottom: 0;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .bi-banner-personal .bi-banner-content .bi-banner-panel {
    position: static;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 992px) {
  .bi-banner-personal {
    height: auto;
  }
}

.bi-portrait-frame {
  position: relative;
}

.bi-portrait-frame img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bi-portrait-frame .bi-nimbus {
  background: radial-gradient(50% 50% at 50% 50%, rgba(241, 198, 22, 1) 0%, rgba(250, 168, 69, 0) 100%);
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .bi-portrait-frame {
    height: 400px;
  }

  .bi-portrait-frame img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

/* -------------------------------------------

circle text

------------------------------------------- */
.bi-circle-text {
  position: absolute;
  right: 0;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 140px;
}

.bi-circle-text .bi-ct-svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 140px;
  height: 140px;
}

.bi-circle-text .bi-ct-svg text {
  fill: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-circle-text .bi-button {
  position: absolute;
}

.bi-circle-text:hover svg text {
  fill: rgb(255, 255, 255);
}

@media screen and (max-width: 992px) {
  .bi-circle-text {
    display: none;
  }
}

/* -------------------------------------------

lines

------------------------------------------- */
@-webkit-keyframes move {
  from {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }

  to {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

@keyframes move {
  from {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }

  to {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

.bi-lines-place .bi-lines {
  opacity: 0.05;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .bi-lines-place .bi-lines {
    display: none;
  }
}

.bi-lines-place .bi-lines path,
.bi-lines-place .bi-lines rect,
.bi-lines-place .bi-lines line {
  stroke: rgb(0, 0, 0);
}

.bi-lines-place .bi-lines .bi-move {
  -webkit-animation: move 10s linear infinite;
  animation: move 10s linear infinite;
}

.bi-lines-place.bi-light .bi-lines {
  opacity: 0.2;
}

.bi-lines-place.bi-light .bi-lines path,
.bi-lines-place.bi-light .bi-lines rect,
.bi-lines-place.bi-light .bi-lines line {
  stroke: rgb(255, 255, 255);
}

/* -------------------------------------------

dodecahedron

------------------------------------------- */
.bi-animation-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  -webkit-animation: jump 10s linear infinite;
  animation: jump 10s linear infinite;
  pointer-events: none;
}

.bi-animation {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  pointer-events: none;
}

.bi-position-1 {
  top: 100px;
  right: 100px;
}

.bi-position-1 .bi-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}

.bi-position-2 {
  top: -60px;
  left: 15%;
}

.bi-position-2 .bi-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}

.bi-position-2 .bi-dodecahedron {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 1400px) {
  .bi-position-2 {
    display: none;
  }
}

.bi-position-3 {
  bottom: -100px;
  right: 35%;
}

.bi-position-3 .bi-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}

.bi-position-3 .bi-dodecahedron {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 1400px) {
  .bi-position-3 {
    display: none;
  }
}

.bi-position-4 {
  top: -60px;
  right: 20%;
}

.bi-position-4 .bi-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}

.bi-position-4 .bi-dodecahedron {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 1400px) {
  .bi-position-4 {
    display: none;
  }
}

.bi-position-4.bi-dark .bi-pentagon div {
  border-top: 0.1px solid rgb(0, 0, 0);
}

.bi-dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: rotate 100s infinite linear;
  animation: rotate 100s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }

  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }

  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

.bi-pentagon {
  position: absolute;
  width: 100px;
}

.bi-pentagon:nth-child(1) {
  -webkit-transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}

.bi-pentagon:nth-child(6) {
  bottom: 0;
  -webkit-transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}

.bi-pentagon:nth-child(2) {
  -webkit-transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}

.bi-pentagon:nth-child(7) {
  bottom: 0;
  -webkit-transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}

.bi-pentagon:nth-child(3) {
  -webkit-transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}

.bi-pentagon:nth-child(8) {
  bottom: 0;
  -webkit-transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}

.bi-pentagon:nth-child(4) {
  -webkit-transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}

.bi-pentagon:nth-child(9) {
  bottom: 0;
  -webkit-transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}

.bi-pentagon:nth-child(5) {
  -webkit-transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
  transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}

.bi-pentagon:nth-child(10) {
  bottom: 0;
  -webkit-transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
  transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}

.bi-pentagon:nth-child(11) {
  -webkit-transform: translateZ(69px) rotateX(-90deg);
  transform: translateZ(69px) rotateX(-90deg);
}

.bi-pentagon:nth-child(12) {
  bottom: 0;
  -webkit-transform: translateZ(-69px) rotateX(90deg);
  transform: translateZ(-69px) rotateX(90deg);
}

.bi-pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.bi-pentagon div:nth-child(1) {
  -webkit-transform: rotate(0.2turn);
  transform: rotate(0.2turn);
}

.bi-pentagon div:nth-child(2) {
  -webkit-transform: rotate(0.4turn);
  transform: rotate(0.4turn);
}

.bi-pentagon div:nth-child(3) {
  -webkit-transform: rotate(0.6turn);
  transform: rotate(0.6turn);
}

.bi-pentagon div:nth-child(4) {
  -webkit-transform: rotate(0.8turn);
  transform: rotate(0.8turn);
}

.bi-pentagon div:nth-child(5) {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/* -------------------------------------------

about

------------------------------------------- */
.bi-about-quote {
  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;
}

.bi-about-quote .bi-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}

.bi-about-quote .bi-avatar:after {
  content: ' " ';
  color: rgb(0, 0, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(241, 198, 22, 1);
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
}

.bi-about-quote .bi-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.bi-about-quote .bi-quote {
  padding-left: 30px;
  width: calc(100% - 90px);
}

@media screen and (max-width: 992px) {
  .bi-about-quote .bi-avatar {
    width: 70px;
    height: 70px;
  }

  .bi-about-quote .bi-avatar:after {
    padding-top: 7px;
    width: 25px;
    height: 25px;
    font-size: 24px;
  }

  .bi-about-quote .bi-quote {
    font-size: 16px;
    padding-left: 30px;
    width: calc(100% - 70px);
  }
}

.bi-about-photo {
  position: relative;
}

.bi-about-photo .bi-lines-place {
  position: absolute;
  top: -120px;
  left: -27%;
}

/* -------------------------------------------

partners

------------------------------------------- */
.bi-infinite-show .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bi-partner-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}

.bi-partner-frame img {
  height: 60px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  will-change: transform, filter, opacity;
}

.bi-partner-frame:hover img {
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  backface-visibility: hidden;
}

/* -------------------------------------------

services

------------------------------------------- */
.bi-complex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bi-complex-text .bi-button {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .bi-complex-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bi-complex-text .bi-button {
    margin-left: 0;
    margin-top: 60px;
  }
}

.bi-text-image {
  height: 80px;
  width: 250px;
  display: inline-block;
  overflow: hidden;
  border-radius: 70px;
  margin-right: 30px;
}

.bi-text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-text-image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .bi-text-image {
    display: none;
  }
}

.bi-service-card-sm {
  position: relative;
  display: block;
  padding: 60px 30px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-service-card-sm:hover {
  background-color: rgba(255, 255, 255, 0.03);
}

.bi-service-card-sm p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-service-card-sm .bi-button {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}

.bi-service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgba(241, 198, 22, 1);
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-service-card-sm:hover p {
  color: rgb(255, 255, 255);
}

.bi-service-card-sm:hover .bi-button {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.bi-service-card-sm:hover:before {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .bi-service-card-sm p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .bi-service-card-sm .bi-button {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
}

.bi-services-grid {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.bi-services-grid .bi-services-grid-item {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bi-services-grid .bi-services-grid-item:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 992px) {
  .bi-services-grid {
    padding-bottom: 90px;
  }

  .bi-services-grid .bi-services-grid-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }

  .bi-services-grid .bi-services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .bi-services-grid {
    padding-bottom: 90px;
  }

  .bi-services-grid .bi-services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.bi-service-card-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.bi-service-card-lg .bi-descr {
  padding-right: 30px;
}

.bi-service-card-lg.bi-offset {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .bi-service-card-lg.bi-offset {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .bi-service-card-lg {
    margin-bottom: 60px;
  }
}

.bi-service-card-lg.bi-other-card {
  overflow: hidden;
  position: relative;
  border: solid 1px rgb(229, 229, 229);
  padding: 60px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.bi-service-card-lg.bi-other-card .bi-descr {
  padding-right: 0;
}

.bi-service-card-lg.bi-other-card:hover {
  background-color: rgba(241, 198, 22, 1);
}

.bi-service-card-lg.bi-other-card:hover .bi-link svg {
  background-color: rgb(0, 0, 0);
}

.bi-service-card-lg.bi-other-card:hover .bi-link svg path {
  fill: rgba(241, 198, 22, 1);
}

@media screen and (max-width: 1200px) {
  .bi-service-card-lg.bi-other-card {
    padding: 30px;
  }
}

.bi-service-list li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  list-style-type: none;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}

.bi-service-list li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.bi-service-list.bi-light li {
  color: rgba(255, 255, 255, 0.6);
}

.bi-service-list.bi-dark li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.bi-service-list.bi-dark li:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

team

------------------------------------------- */
.bi-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}

.bi-team-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgba(241, 198, 22, 1);
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-team-card.bi-offset-card {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

@media screen and (max-width: 992px) {
  .bi-team-card.bi-offset-card {
    -webkit-transform: none;
    transform: none;
  }
}

.bi-team-card .bi-description {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-team-card .bi-description .bi-secrc-text {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.bi-team-card .bi-description .bi-secrc-text a {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-team-card .bi-description .bi-secrc-text a:hover {
  color: rgba(241, 198, 22, 1);
}

.bi-team-card:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bi-team-card:hover:after {
  width: 100%;
}

.bi-team-card:hover .bi-description {
  opacity: 1;
  pointer-events: all;
}

.bi-team-card:hover .bi-description .bi-secrc-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bi-team-list {
  position: relative;
}

.bi-team-list .bi-lines-place {
  position: absolute;
  top: -120px;
  left: -22.5%;
}

/* -------------------------------------------

social icons

------------------------------------------- */
.bi-social-icons {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bi-social-icons.bi-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bi-social-icons li {
  list-style-type: none;
  margin-right: 15px;
}

.bi-social-icons li:last-child {
  margin-right: 0;
}

.bi-social-icons li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-social-icons li a:hover {
  color: rgba(241, 198, 22, 1);
}

.bi-social-icons.bi-dark li a {
  color: rgb(0, 0, 0);
}

.bi-social-icons.bi-dark li a:hover {
  color: rgba(241, 198, 22, 1);
}

/* -------------------------------------------

revievs

------------------------------------------- */
.bi-revi-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .bi-revi-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bi-revi-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  opacity: 1;
  border: none;
  background-color: transparent;
  margin: 0 !important;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}

@media screen and (max-width: 992px) {
  .bi-revi-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
  }
}

.bi-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
  margin-top: 30px !important;
}

@media screen and (max-width: 992px) {
  .bi-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 0 !important;
  }
}

.bi-revi-pagination .swiper-pagination-bullet:hover {
  -webkit-box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot {
  background-color: red;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}

@media screen and (max-width: 992px) {
  .bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot {
    width: 70px;
    height: 70px;
  }
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot.bi-slide-1 {
  background-image: url(../img/faces/customers/teleradix.jpg);
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot.bi-slide-2 {
  background-image: url(../img/faces/customers/jncasr.png);
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot.bi-slide-3 {
  background-image: url(../img/faces/customers/chaatmasala.png);
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot.bi-slide-4 {
  background-image: url(../img/faces/customers/profitloss.png);
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot.bi-slide-5 {
  background-image: url(../img/faces/customers/ceres.png);
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot.bi-slide-6 {
  background-image: url(../img/faces/customers/sidc.png);
}

.bi-revi-pagination .swiper-pagination-bullet .bi-custom-dot.bi-slide-7 {
  background-image: url(../img/faces/customers/7.jpg);
}

.bi-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: inset 0 0 0 4px rgba(241, 198, 22, 1);
  box-shadow: inset 0 0 0 4px rgba(241, 198, 22, 1);
}

.bi-quote-icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.bi-quote-icon path {
  fill: rgba(241, 198, 22, 1);
}

.bi-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bi-slider-nav .bi-slider-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-slider-nav .bi-slider-arrow svg path {
  fill: rgba(241, 198, 22, 1);
}

.bi-slider-nav .bi-slider-arrow.bi-prev {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bi-slider-nav .bi-slider-arrow.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

.bi-slider-nav .bi-slider-arrow:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.bi-slider-nav .bi-slider-arrow:hover.bi-prev {
  -webkit-transform: rotate(180deg) scale(1.15);
  transform: rotate(180deg) scale(1.15);
}

.bi-slider-nav.bi-reviews-nav {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .bi-slider-nav.bi-reviews-nav {
    top: 0;
  }
}

.bi-slider-nav.bi-soft .bi-slider-arrow {
  background-color: rgb(229, 229, 229);
}

.bi-slider-nav.bi-soft .bi-slider-arrow svg path {
  fill: rgb(0, 0, 0);
}

/* -------------------------------------------

blog

------------------------------------------- */
.bi-blog-card {
  display: block;
}

.bi-blog-card .bi-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 30px;
}

.bi-blog-card .bi-cover-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-blog-card .bi-post-descr {
  padding: 30px 30px 0 0;
}

.bi-blog-card .bi-post-descr .bi-post-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bi-blog-card:hover .bi-cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bi-blog-card.bi-blog-card-hori {
  padding-top: 60px;
  border-top: solid 1px rgb(229, 229, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bi-blog-card.bi-blog-card-hori .bi-cover-frame {
  margin-bottom: 0;
  width: 450px;
  padding-bottom: 27%;
}

.bi-blog-card.bi-blog-card-hori .bi-post-descr {
  width: calc(100% - 450px);
  padding: 0;
  padding-left: 60px;
}

@media screen and (max-width: 992px) {
  .bi-blog-card.bi-blog-card-hori {
    display: block;
    padding-top: 0;
    border: none;
  }

  .bi-blog-card.bi-blog-card-hori .bi-cover-frame {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 30px;
  }

  .bi-blog-card.bi-blog-card-hori .bi-post-descr {
    width: 100%;
    padding: 30px 30px 0 0;
  }
}

.bi-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.bi-labels .bi-label {
  margin-right: 15px;
}

.bi-labels .bi-label:last-child {
  margin-right: 0;
}

.bi-pagination {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.bi-pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
}

.bi-pagination-btn.bi-active {
  background-color: rgba(241, 198, 22, 1);
}

.bi-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bi-category-list li {
  list-style-type: none;
  margin-right: 10px;
}

.bi-category-list li:last-child {
  margin-right: 0;
}

.bi-category-list li a {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 40px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-category-list li a:hover {
  background-color: rgb(229, 229, 229);
}

.bi-category-list li a.bi-active {
  background-color: rgba(241, 198, 22, 1);
}

@media screen and (max-width: 768px) {
  .bi-category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bi-category-list li {
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bi-category-list li:last-child {
    margin-bottom: 0;
  }

  .bi-category-list li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* -------------------------------------------

footer

------------------------------------------- */
.bi-footer-menu {
  margin-bottom: 120px;
}

.bi-footer-menu ul li {
  list-style-type: none;
  margin-bottom: 30px;
}

.bi-footer-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-footer-menu ul li a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  color: rgba(241, 198, 22, 1);
}

@media screen and (max-width: 768px) {
  .bi-footer-menu ul li a {
    font-size: 22px;
  }
}

.bi-footer-menu ul li.bi-active a {
  color: rgba(241, 198, 22, 1);
}

.bi-footer-menu ul li.bi-active a:hover {
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 768px) {
  .bi-footer-menu {
    margin-bottom: 60px;
  }
}

.bi-subscribe-form {
  position: relative;
  height: 70px;
  width: 100%;
}

.bi-subscribe-form input {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 70px;
  padding: 0 0 0 50px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-subscribe-form input::-webkit-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bi-subscribe-form input::-moz-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bi-subscribe-form input:-ms-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bi-subscribe-form input::-ms-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bi-subscribe-form input::placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bi-subscribe-form input:focus {
  background-color: rgb(255, 255, 255);
  outline: inherit;
}

.bi-subscribe-form input:hover {
  background-color: rgb(255, 255, 255);
}

.bi-subscribe-form .bi-button {
  position: absolute;
  top: 15px;
  right: 15px;
}

.bi-subscribe-form.bi-subscribe-form-2 input {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

portfolio

------------------------------------------- */
.bi-portfolio-item {
  display: block;
}

.bi-portfolio-item .bi-cover-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.bi-portfolio-item .bi-cover-frame .bi-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bi-portfolio-item .bi-cover-frame .bi-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-portfolio-item .bi-cover-frame.bi-vert {
  padding-bottom: 130%;
}

.bi-portfolio-item .bi-cover-frame.bi-hori {
  padding-bottom: 65%;
}

.bi-portfolio-item:hover .bi-cover-frame .bi-cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bi-portfolio-item.bi-slider-item .bi-cover-frame {
  margin-bottom: 30px;
  height: calc(100vh - 360px);
}

@media screen and (max-width: 992px) {
  .bi-portfolio-item.bi-slider-item .bi-cover-frame {
    height: auto;
    padding-bottom: 100%;
  }
}

.bi-portfolio-item.bi-slider-item .bi-descr {
  overflow: hidden;
  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;
  height: 180px;
  background-color: rgb(242, 242, 242);
  padding: 0 60px;
}

@media screen and (max-width: 992px) {
  .bi-portfolio-item.bi-slider-item .bi-descr {
    padding: 30px;
    -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: auto;
  }

  .bi-portfolio-item.bi-slider-item .bi-descr .bi-descr-text {
    margin-bottom: 30px;
  }
}

.bi-portfolio-item.bi-slider-item:hover .bi-cover-frame .bi-cover img {
  -webkit-transform: none;
  transform: none;
}

.swiper-slide .bi-portfolio-item .bi-descr {
  pointer-events: none;
}

.swiper-slide.swiper-slide-active .bi-portfolio-item .bi-descr {
  pointer-events: all;
}

.bi-portfolio {
  position: relative;
}

.bi-portfolio .bi-lines-place {
  position: absolute;
  left: 40.7%;
}

.bi-portfolio .bi-lines-place.bi-lines-long {
  top: 1289px;
}


.bi-lines-place {
  height: 100%;
}

.bi-lines {
  display: block;
}

.bi-portfolio-slider-frame {
  z-index: 0;
  padding-top: 150px;
}

@media screen and (max-width: 992px) {
  .bi-portfolio-slider-frame {
    padding-top: 180px;
  }
}

.bi-portfolio-nav {
  background-color: rgb(242, 242, 242);
  width: 100%;
  padding: 0 60px;
  height: 180px;
  position: absolute;
  bottom: 0;
  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;
}

.bi-portfolio-nav .bi-portfolio-btns-frame {
  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;
  padding: 0 15px;
  height: 70px;
  border-radius: 70px;
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 992px) {
  .bi-portfolio-nav {
    position: static;
    height: auto;
    padding: 30px 0 90px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgb(255, 255, 255);
  }

  .bi-portfolio-nav .bi-portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.swiper-portfolio-pagination {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
}

.bi-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .bi-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
}

.bi-works-nav {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  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;
}

.bi-works-nav .bi-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

@media screen and (max-width: 768px) {
  .bi-works-nav {
    padding-top: 0;
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bi-works-nav .bi-link {
    display: none;
  }

  .bi-works-nav .bi-link:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/***************************

map

***************************/
.bi-map-frame {
  background-color: rgb(229, 229, 229);
  pointer-events: all;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.bi-map-frame .bi-map {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-map-frame .bi-map iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------

accordion

------------------------------------------- */
.bi-accordion-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.bi-accordion-group .bi-accordion-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 30px;
}

.bi-accordion-group .bi-accordion-menu .bi-symbol {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgb(0, 0, 0);
  background-color: rgb(229, 229, 229);
  font-size: 16px;
  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;
  position: relative;
}

.bi-accordion-group .bi-accordion-menu .bi-symbol .bi-plus,
.bi-accordion-group .bi-accordion-menu .bi-symbol .bi-minus {
  position: absolute;
}

.bi-accordion-group .bi-accordion-menu .bi-symbol .bi-minus {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.bi-accordion-group .bi-accordion-menu .bi-accordion-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .bi-accordion-group .bi-accordion-menu {
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bi-accordion-group .bi-accordion-menu .bi-symbol {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .bi-accordion-group .bi-accordion-menu .bi-accordion-head {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.bi-accordion-content {
  height: 0;
  overflow: hidden;
}

/***************************

price

***************************/
.bi-price-card {
  display: block;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 60px 0 30px;
}

.bi-price-card .bi-price-number {
  padding-top: 10px;
  line-height: 70%;
  font-size: 54px;
  font-weight: 500;
}

.bi-price-card .bi-price-number .bi-thin {
  font-weight: 200;
  font-size: 18px;
}

/***************************

404

***************************/
.bi-404-banner .bi-animation-frame {
  z-index: 2;
}

.bi-404-frame {
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bi-404-text {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
}

.bi-scale-frame {
  -webkit-transform: scale(2.3);
  transform: scale(2.3);
  text-align: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 530px) {
  .bi-scale-frame {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-bottom: 50px;
  }
}

.bi-404 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 6em;
  font-weight: 500;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

.bi-404::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 rgba(241, 198, 22, 1);
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}

.bi-404::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 rgb(153, 153, 153), 2px 2px rgb(229, 229, 229);
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(49px, 9999px, 31px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }

  5% {
    clip: rect(63px, 9999px, 92px, 0);
    -webkit-transform: skew(0.18deg);
    transform: skew(0.18deg);
  }

  10% {
    clip: rect(86px, 9999px, 74px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }

  15% {
    clip: rect(85px, 9999px, 19px, 0);
    -webkit-transform: skew(0.57deg);
    transform: skew(0.57deg);
  }

  20% {
    clip: rect(64px, 9999px, 75px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }

  25% {
    clip: rect(77px, 9999px, 17px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }

  30% {
    clip: rect(16px, 9999px, 76px, 0);
    -webkit-transform: skew(0.81deg);
    transform: skew(0.81deg);
  }

  35% {
    clip: rect(5px, 9999px, 61px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }

  40% {
    clip: rect(79px, 9999px, 81px, 0);
    -webkit-transform: skew(0.05deg);
    transform: skew(0.05deg);
  }

  45% {
    clip: rect(20px, 9999px, 97px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }

  50% {
    clip: rect(33px, 9999px, 100px, 0);
    -webkit-transform: skew(0.16deg);
    transform: skew(0.16deg);
  }

  55% {
    clip: rect(19px, 9999px, 76px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }

  60% {
    clip: rect(29px, 9999px, 59px, 0);
    -webkit-transform: skew(0.58deg);
    transform: skew(0.58deg);
  }

  65% {
    clip: rect(19px, 9999px, 95px, 0);
    -webkit-transform: skew(0.83deg);
    transform: skew(0.83deg);
  }

  70% {
    clip: rect(88px, 9999px, 30px, 0);
    -webkit-transform: skew(0.39deg);
    transform: skew(0.39deg);
  }

  75% {
    clip: rect(43px, 9999px, 45px, 0);
    -webkit-transform: skew(0.6deg);
    transform: skew(0.6deg);
  }

  80% {
    clip: rect(30px, 9999px, 4px, 0);
    -webkit-transform: skew(0.89deg);
    transform: skew(0.89deg);
  }

  85% {
    clip: rect(4px, 9999px, 96px, 0);
    -webkit-transform: skew(1deg);
    transform: skew(1deg);
  }

  90% {
    clip: rect(4px, 9999px, 91px, 0);
    -webkit-transform: skew(0.2deg);
    transform: skew(0.2deg);
  }

  95% {
    clip: rect(48px, 9999px, 80px, 0);
    -webkit-transform: skew(0.41deg);
    transform: skew(0.41deg);
  }

  100% {
    clip: rect(10px, 9999px, 58px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }
}

@keyframes glitch-anim {
  0% {
    clip: rect(49px, 9999px, 31px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }

  5% {
    clip: rect(63px, 9999px, 92px, 0);
    -webkit-transform: skew(0.18deg);
    transform: skew(0.18deg);
  }

  10% {
    clip: rect(86px, 9999px, 74px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }

  15% {
    clip: rect(85px, 9999px, 19px, 0);
    -webkit-transform: skew(0.57deg);
    transform: skew(0.57deg);
  }

  20% {
    clip: rect(64px, 9999px, 75px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }

  25% {
    clip: rect(77px, 9999px, 17px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }

  30% {
    clip: rect(16px, 9999px, 76px, 0);
    -webkit-transform: skew(0.81deg);
    transform: skew(0.81deg);
  }

  35% {
    clip: rect(5px, 9999px, 61px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }

  40% {
    clip: rect(79px, 9999px, 81px, 0);
    -webkit-transform: skew(0.05deg);
    transform: skew(0.05deg);
  }

  45% {
    clip: rect(20px, 9999px, 97px, 0);
    -webkit-transform: skew(0.56deg);
    transform: skew(0.56deg);
  }

  50% {
    clip: rect(33px, 9999px, 100px, 0);
    -webkit-transform: skew(0.16deg);
    transform: skew(0.16deg);
  }

  55% {
    clip: rect(19px, 9999px, 76px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }

  60% {
    clip: rect(29px, 9999px, 59px, 0);
    -webkit-transform: skew(0.58deg);
    transform: skew(0.58deg);
  }

  65% {
    clip: rect(19px, 9999px, 95px, 0);
    -webkit-transform: skew(0.83deg);
    transform: skew(0.83deg);
  }

  70% {
    clip: rect(88px, 9999px, 30px, 0);
    -webkit-transform: skew(0.39deg);
    transform: skew(0.39deg);
  }

  75% {
    clip: rect(43px, 9999px, 45px, 0);
    -webkit-transform: skew(0.6deg);
    transform: skew(0.6deg);
  }

  80% {
    clip: rect(30px, 9999px, 4px, 0);
    -webkit-transform: skew(0.89deg);
    transform: skew(0.89deg);
  }

  85% {
    clip: rect(4px, 9999px, 96px, 0);
    -webkit-transform: skew(1deg);
    transform: skew(1deg);
  }

  90% {
    clip: rect(4px, 9999px, 91px, 0);
    -webkit-transform: skew(0.2deg);
    transform: skew(0.2deg);
  }

  95% {
    clip: rect(48px, 9999px, 80px, 0);
    -webkit-transform: skew(0.41deg);
    transform: skew(0.41deg);
  }

  100% {
    clip: rect(10px, 9999px, 58px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }
}

@-webkit-keyframes glitch-anim2 {
  0% {
    clip: rect(97px, 9999px, 84px, 0);
    -webkit-transform: skew(0.55deg);
    transform: skew(0.55deg);
  }

  5% {
    clip: rect(82px, 9999px, 21px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }

  10% {
    clip: rect(51px, 9999px, 99px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }

  15% {
    clip: rect(42px, 9999px, 97px, 0);
    -webkit-transform: skew(0.03deg);
    transform: skew(0.03deg);
  }

  20% {
    clip: rect(27px, 9999px, 25px, 0);
    -webkit-transform: skew(0.86deg);
    transform: skew(0.86deg);
  }

  25% {
    clip: rect(69px, 9999px, 5px, 0);
    -webkit-transform: skew(0.95deg);
    transform: skew(0.95deg);
  }

  30% {
    clip: rect(38px, 9999px, 67px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }

  35% {
    clip: rect(8px, 9999px, 90px, 0);
    -webkit-transform: skew(0.67deg);
    transform: skew(0.67deg);
  }

  40% {
    clip: rect(34px, 9999px, 31px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }

  45% {
    clip: rect(1px, 9999px, 25px, 0);
    -webkit-transform: skew(0.71deg);
    transform: skew(0.71deg);
  }

  50% {
    clip: rect(45px, 9999px, 40px, 0);
    -webkit-transform: skew(0.38deg);
    transform: skew(0.38deg);
  }

  55% {
    clip: rect(84px, 9999px, 96px, 0);
    -webkit-transform: skew(0.3deg);
    transform: skew(0.3deg);
  }

  60% {
    clip: rect(68px, 9999px, 59px, 0);
    -webkit-transform: skew(0.35deg);
    transform: skew(0.35deg);
  }

  65% {
    clip: rect(93px, 9999px, 48px, 0);
    -webkit-transform: skew(0.25deg);
    transform: skew(0.25deg);
  }

  70% {
    clip: rect(19px, 9999px, 40px, 0);
    -webkit-transform: skew(0.97deg);
    transform: skew(0.97deg);
  }

  75% {
    clip: rect(76px, 9999px, 56px, 0);
    -webkit-transform: skew(0.79deg);
    transform: skew(0.79deg);
  }

  80% {
    clip: rect(22px, 9999px, 82px, 0);
    -webkit-transform: skew(0.48deg);
    transform: skew(0.48deg);
  }

  85% {
    clip: rect(30px, 9999px, 63px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }

  90% {
    clip: rect(68px, 9999px, 44px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }

  95% {
    clip: rect(12px, 9999px, 36px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }

  100% {
    clip: rect(24px, 9999px, 5px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }
}

@keyframes glitch-anim2 {
  0% {
    clip: rect(97px, 9999px, 84px, 0);
    -webkit-transform: skew(0.55deg);
    transform: skew(0.55deg);
  }

  5% {
    clip: rect(82px, 9999px, 21px, 0);
    -webkit-transform: skew(0.04deg);
    transform: skew(0.04deg);
  }

  10% {
    clip: rect(51px, 9999px, 99px, 0);
    -webkit-transform: skew(0.93deg);
    transform: skew(0.93deg);
  }

  15% {
    clip: rect(42px, 9999px, 97px, 0);
    -webkit-transform: skew(0.03deg);
    transform: skew(0.03deg);
  }

  20% {
    clip: rect(27px, 9999px, 25px, 0);
    -webkit-transform: skew(0.86deg);
    transform: skew(0.86deg);
  }

  25% {
    clip: rect(69px, 9999px, 5px, 0);
    -webkit-transform: skew(0.95deg);
    transform: skew(0.95deg);
  }

  30% {
    clip: rect(38px, 9999px, 67px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }

  35% {
    clip: rect(8px, 9999px, 90px, 0);
    -webkit-transform: skew(0.67deg);
    transform: skew(0.67deg);
  }

  40% {
    clip: rect(34px, 9999px, 31px, 0);
    -webkit-transform: skew(0.33deg);
    transform: skew(0.33deg);
  }

  45% {
    clip: rect(1px, 9999px, 25px, 0);
    -webkit-transform: skew(0.71deg);
    transform: skew(0.71deg);
  }

  50% {
    clip: rect(45px, 9999px, 40px, 0);
    -webkit-transform: skew(0.38deg);
    transform: skew(0.38deg);
  }

  55% {
    clip: rect(84px, 9999px, 96px, 0);
    -webkit-transform: skew(0.3deg);
    transform: skew(0.3deg);
  }

  60% {
    clip: rect(68px, 9999px, 59px, 0);
    -webkit-transform: skew(0.35deg);
    transform: skew(0.35deg);
  }

  65% {
    clip: rect(93px, 9999px, 48px, 0);
    -webkit-transform: skew(0.25deg);
    transform: skew(0.25deg);
  }

  70% {
    clip: rect(19px, 9999px, 40px, 0);
    -webkit-transform: skew(0.97deg);
    transform: skew(0.97deg);
  }

  75% {
    clip: rect(76px, 9999px, 56px, 0);
    -webkit-transform: skew(0.79deg);
    transform: skew(0.79deg);
  }

  80% {
    clip: rect(22px, 9999px, 82px, 0);
    -webkit-transform: skew(0.48deg);
    transform: skew(0.48deg);
  }

  85% {
    clip: rect(30px, 9999px, 63px, 0);
    -webkit-transform: skew(0.91deg);
    transform: skew(0.91deg);
  }

  90% {
    clip: rect(68px, 9999px, 44px, 0);
    -webkit-transform: skew(0.4deg);
    transform: skew(0.4deg);
  }

  95% {
    clip: rect(12px, 9999px, 36px, 0);
    -webkit-transform: skew(0.61deg);
    transform: skew(0.61deg);
  }

  100% {
    clip: rect(24px, 9999px, 5px, 0);
    -webkit-transform: skew(0.96deg);
    transform: skew(0.96deg);
  }
}

@-webkit-keyframes glitch-skew {
  0% {
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }

  10% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }

  20% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  30% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  40% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }

  50% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }

  60% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }

  70% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }

  80% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }

  90% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  100% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
}

@keyframes glitch-skew {
  0% {
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }

  10% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }

  20% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  30% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  40% {
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
  }

  50% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }

  60% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }

  70% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }

  80% {
    -webkit-transform: skew(-1deg);
    transform: skew(-1deg);
  }

  90% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  100% {
    -webkit-transform: skew(-3deg);
    transform: skew(-3deg);
  }
}

/***************************

images

***************************/
.bi-image-frame {
  position: relative;
  overflow: hidden;
}

.bi-image-frame>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bi-image-frame.bi-horizontal {
  padding-bottom: 65%;
}

.bi-image-frame.bi-vertical {
  padding-bottom: 140%;
}

.bi-image-frame.bi-square {
  padding-bottom: 100%;
}

.bi-image-frame.bi-fw {
  padding-bottom: 50%;
}

.bi-image-frame .bi-zoom-btn {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bi-image-frame .bi-zoom-btn:hover {
  background-color: rgb(255, 255, 255);
}

.bi-image-frame .bi-zoom-btn img {
  height: 17px;
  width: 17px;
}

.bi-image-frame:hover .bi-zoom-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}

.bi-image-frame.bi-choose {
  padding: 10%;
}

.bi-image-frame.bi-choose:hover {
  background-color: rgba(241, 198, 22, 1);
}


/***************************

page transitions

***************************/
.bi-frame {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.bi-curtain {
  position: fixed;
  pointer-events: none;
  z-index: 4;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.bi-main-transition {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bi-main-transition .bi-animation-frame {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bi-main-transition .bi-lines-place {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

html.is-animating .bi-frame {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 1200px) {
  html.is-animating .bi-frame {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

html.is-animating .bi-curtain {
  opacity: 1;
  pointer-events: all;
}

html.is-animating .bi-main-transition {
  margin-top: 0.1px;
}

html.is-animating .bi-main-transition .bi-animation-frame {
  opacity: 0;
  margin-top: -90px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

html.is-animating .bi-main-transition .bi-lines-place {
  opacity: 0;
  margin-top: 90px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

html.is-animating .bi-menu-frame {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* Right panel default dim */
.bi-right-section {
  opacity: 0.35;
  transition: opacity 0.35s ease;
}

/* Highlighted section */
.bi-right-section.bi-highlight {
  opacity: 1;
}

/* Homepage = all visible */
.bi-menu-frame[data-active="all"] .bi-right-section {
  opacity: 1;
}

/* -------------------------------------------

tech stack section

------------------------------------------- */
.bi-tech-stack-section {
  background-color: #fcfcfc;
}

.bi-tech-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #333;
}

.bi-tech-title .bi-underline {
  position: relative;
  display: inline-block;
}



.bi-tech-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  color: #666;
  line-height: 1.6;
}

.bi-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 992px) {
  .bi-tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .bi-tech-grid {
    grid-template-columns: 1fr;
  }
}



.bi-tech-card:hover {
  background: #F1C616;
  border-color: #F1C616;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(241, 198, 22, 0.15);
}

.bi-tech-card:hover span {
  color: #000 !important;
}



.bi-tech-card span {
  font-weight: 500;
  color: #444;
  font-size: 1rem;
}

.bi-tech-info-block {
  padding-left: 2rem;
}

@media (max-width: 992px) {
  .bi-tech-info-block {
    padding-left: 0;
    margin-top: 3rem;
  }
}

.bi-tech-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.bi-tech-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #333;
}

.bi-tech-list li i {
  color: #333;
  margin-right: 1rem;
  font-size: 1.25rem;
}

/* Status Messages */
#formStatus {
  margin-top: 15px;
  min-height: 24px;
}

#formStatus p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: bi-fade-up 0.4s ease forwards;
}

.bi-status-success {
  color: #f1c20d;
  /* Brand Yellow */
}

.bi-status-error {
  color: #ff4d4d;
}

.bi-status-loading {
  color: rgba(255, 255, 255, 0.6);
}

@keyframes bi-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Tabs Navigation - Premium Yellow Pill Style */
.bi-tabs-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border-radius: 50px;
  list-style: none;
  width: max-content;
  margin: 0 auto;
  border: none;
}

.bi-tabs-list li {
  padding: 15px 40px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #555;
}

.bi-tabs-list li.active {
  background: #F1C616;
  color: #000;
  box-shadow: 0 5px 15px rgba(241, 198, 22, 0.3);
}

.bi-tabs-list li:hover:not(.active) {
  background: rgba(0, 0, 0, 0.05);
}

/* Tab Panes */
.bi-tab-pane {
  display: none;
}

.bi-tab-pane.active {
  display: block;
  animation: biFadeIn 0.5s ease;
}

@keyframes biFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Detailed Features Section */
.bi-features-grid-section h2 span {
  text-decoration: underline;
  text-decoration-color: #F1C616;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.bi-feature-item {
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
  padding: 20px;
  border: 1px solid transparent;
}

.bi-feature-item:hover {
  background: #F1C616;
  border-color: #F1C616;
  box-shadow: 0 10px 30px rgba(241, 198, 22, 0.1);
  transform: translateY(-5px);
}

.bi-feature-item:hover .bi-feature-text h5,
.bi-feature-item:hover .bi-feature-text p {
  color: #000 !important;
}

.bi-feature-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease;
}

/* .bi-feature-item:hover .bi-feature-icon {
  background: #F1C616;
} */

.bi-feature-icon img {
  width: 100%;
  height: auto;
}

.bi-feature-text h6 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.bi-feature-text p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin: 0;
}




@media (max-width: 768px) {
  .bi-tabs-list {
    flex-direction: column;
  }

  .bi-tabs-list li {
    padding: 12px 20px;
  }
}

/* Tech Stack Styles */
.bi-tech-stack-section {
  position: relative;
}

.bi-underline {
  position: relative;
  display: inline-block;
}


.bi-tech-title {
  font-weight: 700;
  line-height: 1.2;
}

.bi-tech-subtitle {
  color: rgba(0, 0, 0, 0.6);
  max-width: 800px;
  margin-top: 20px;
}

.bi-tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 20px;
  margin: 40px;
  margin-top: 0px;
}



.bi-tech-card:hover {
  background: #F1C616;
  border-color: #F1C616;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(241, 198, 22, 0.15);
}

.bi-tech-card:hover span {
  color: #000 !important;
}



.bi-tech-card:hover img {
  transform: scale(1.1);
}

.bi-tech-card span {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bi-tech-info-block {
  padding-left: 30px;
}

.bi-tech-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.bi-tech-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.bi-tech-list li i {
  color: #F1C616;
  margin-right: 15px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .bi-tech-info-block {
    padding-left: 0;
    margin-top: 60px;
  }

  .bi-tech-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
}

/* Project Process Section */
.bi-process-section {
  position: relative;
  padding: 60px 0;
}

.bi-process-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 50px;
}

.bi-process-steps::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.bi-dark-bg .bi-process-steps::before {
  background: rgba(241, 198, 22, 0.2);
}

.bi-process-item {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 20%;
  padding: 0 15px;
}

.bi-process-item::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F1C616;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  z-index: 2;
}

.bi-process-item:hover::after {
  width: 100%;
}

.bi-process-number {
  width: 50px;
  height: 50px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.bi-process-item:hover .bi-process-number {
  background: #F1C616;
  color: #000;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(241, 198, 22, 0.3);
}

.bi-process-item h5,
.bi-process-item h6 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}

.bi-dark-bg .bi-process-item h5,
.bi-dark-bg .bi-process-item h6 {
  color: rgba(255, 255, 255, 0.9);
}

.bi-process-item p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
}

.bi-dark-bg .bi-process-item p {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 992px) {
  .bi-process-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .bi-process-steps::before,
  .bi-process-item::after {
    display: none;
  }

  .bi-process-item {
    width: 100%;
    text-align: left;
    display: flex;
    gap: 20px;
    padding: 0;
  }

  .bi-process-number {
    margin: 0;
    flex-shrink: 0;
  }
}

/* -------------------------------------------

blog category dropdown

------------------------------------------- */
.bi-category-dropdown {
  position: relative;
  display: inline-block;
  z-index: 9999;
}

.row.bi-active-row {
  z-index: 100000 !important;
  position: relative;
}

.bi-category-btn {
  background-color: rgb(235, 235, 236);
  /* Dark teal from image */
  color: #080808;
  padding: 12px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: 0.3s ease;
}

.bi-category-btn i:first-child {
  font-size: 18px;
}

.bi-category-btn:hover {
  background-color: rgba(241, 198, 22, 1);
  color: #000;
}

.bi-category-content {
  position: absolute;
  top: 100%;
  right: 0;
  /* Align to right */
  width: 700px;
  background-color: rgba(241, 198, 22, 1);
  color: #000;
  z-index: 10000;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.bi-category-dropdown.bi-active .bi-category-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bi-category-list-new {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bi-category-list-new li {
  margin-bottom: 12px;
}

.bi-category-list-new li:last-child {
  margin-bottom: 0;
}

.bi-category-list-new li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease;
  display: block;
}

.bi-category-list-new li a:hover {
  color: #333;
  transform: translateX(5px);
}

@media screen and (max-width: 992px) {
  .bi-category-content {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .bi-category-content {
    position: static;
    display: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 20px 0;
  }

  .bi-category-dropdown.bi-active .bi-category-content {
    display: block;
  }

  .bi-category-dropdown {
    width: 100%;
  }

  .bi-category-btn {
    width: 100%;
    justify-content: space-between;
  }
}

/* -------------------------------------------

partners

------------------------------------------- */
.bi-infinite-show .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bi-partner-frame {
  display: block;
}

.bi-partner-frame img {
  width: 100%;
}


/* -------------------------------------------

tech stack

------------------------------------------- */
.bi-tech-stack-section {
  position: relative;
  overflow: hidden;
}

.bi-tech-switcher-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-f lex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bi-tech-switcher-nav li {
  width: auto;
  padding: 10px 15px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 13px;
  white-space: nowrap;
}

.bi-tech-switcher-nav li i {
  width: auto;
  text-align: center;
  opacity: 0.6;
}

.bi-tech-switcher-nav li.active {
  background-color: #f1c616;
  color: #000;
  border-color: #f1c616;
  -webkit-box-shadow: 0 10px 20px rgba(241, 198, 22, 0.2);
  box-shadow: 0 10px 20px rgba(241, 198, 22, 0.2);
}

.bi-tech-switcher-nav li.active i {
  opacity: 1;
}

.bi-tech-switcher-nav li:hover:not(.active) {
  background-color: rgba(241, 198, 22, 1);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
  .bi-tech-switcher-nav li {
    width: 100%;
  }
}

.bi-tech-tab-pane {
  display: none;
}

.bi-tech-tab-pane.active {
  display: block;
  -webkit-animation: bi-tech-fadeIn 0.6s ease;
  animation: bi-tech-fadeIn 0.6s ease;
}

@-webkit-keyframes bi-tech-fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bi-tech-fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bi-tech-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .bi-tech-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bi-tech-title .bi-underline {
  position: relative;
  display: inline-block;
}



@media screen and (max-width: 1200px) {
  .bi-tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .bi-tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.bi-tech-card {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 25px 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  text-align: center;
  height: 100%;
}

.bi-tech-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  object-fit: contain;

}

.bi-tech-card span {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
}

.bi-tech-card:hover {
  background-color: rgba(241, 198, 22, 1);

  border-color: rgb(229, 229, 229);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.bi-tech-card:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bi-tech-info-block {
  padding: 0 0 0 60px;
}

@media screen and (max-width: 992px) {
  .bi-tech-info-block {
    padding: 0 0 0 0;
  }
}

.bi-tech-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

.bi-tech-list li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(0, 0, 0);
}

.bi-tech-list li i {
  color: rgba(241, 198, 22, 1);
  margin-right: 15px;
  font-size: 18px;
}

/* ==========================================================================
   Web Development Service Page - Scoped Overrides
   ========================================================================== */

/* Header Overlap Fix */
@media screen and (max-width: 768px) {
  .bi-inner-banner-web {
    padding-top: 120px !important;
  }
}

/* 1. Technology Stacks */
.bi-web-dev-scope .bi-tech-switcher-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
  list-style: none !important;
}

.bi-web-dev-scope .bi-tech-switcher-nav::-webkit-scrollbar {
  display: none !important;
}

.bi-web-dev-scope .bi-tech-switcher-nav li {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  width: auto !important;
  margin: 5px !important;
  padding: 12px 20px !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
}

@media screen and (max-width: 768px) {
  .bi-web-dev-scope .bi-tech-switcher-nav {
    gap: 10px !important;
  }

  .bi-web-dev-scope .bi-tech-switcher-nav li {
    padding: 10px 15px !important;
    font-size: 12px !important;
    margin: 3px !important;
  }
}

@media screen and (max-width: 576px) {
  .bi-web-dev-scope .bi-tech-switcher-nav li {
    flex: 0 0 calc(33.33% - 12px) !important;
    min-width: 80px !important;
    padding: 10px 5px !important;
    font-size: 10px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .bi-web-dev-scope .bi-tech-switcher-nav li i {
    margin-right: 0 !important;
  }
}

/* Review/Work Slider Nav */
.bi-work-slider-nav {
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 100px);
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: -50px;
  z-index: 10;
  pointer-events: none;
}

.bi-work-slider-nav .bi-slider-arrow {
  pointer-events: auto;
  background: #fff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (max-width: 1200px) {
  .bi-work-slider-nav {
    width: calc(100% + 40px);
    left: -20px;
  }
}

@media screen and (max-width: 1024px) {
  .bi-work-slider-nav {
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .bi-work-slider-nav {
    display: none !important;
    /* Hide arrows on mobile for better touch experience */
  }
}

@media screen and (max-width: 768px) {
  .bi-web-dev-scope .bi-tech-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }

  .bi-web-dev-scope .bi-tech-card {
    padding: 20px 10px !important;
    min-height: 120px !important;
  }

  .bi-web-dev-scope .bi-tech-card img {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 10px !important;
  }

  .bi-web-dev-scope .bi-tech-card span {
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
  }

  /* 2. Process Section */
  .bi-web-dev-scope .bi-process-steps {
    flex-direction: column !important;
    gap: 50px !important;
  }

  .bi-web-dev-scope .bi-process-item {
    width: 100% !important;
    flex-direction: column !important;
    /* Force stack number above text */
    align-items: center !important;
    text-align: center !important;
    gap: 15px !important;
  }

  .bi-web-dev-scope .bi-process-number {
    margin: 0 auto 10px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important;
  }


}

/* Extra tight fix for iPhone SE (320px - 375px) */
@media screen and (max-width: 380px) {
  .bi-web-dev-scope .bi-tech-grid {
    gap: 10px !important;
  }

  .bi-web-dev-scope .bi-tech-card {
    padding: 15px 5px !important;
  }
}

.bi-work-slider-wrapper {
  position: relative;
  pointer-events: all;
  z-index: 10;
}

.bi-work-slider-wrapper .bi-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 100px);
  left: -50px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 100;
}

.bi-work-slider-wrapper .bi-slider-nav .bi-slider-arrow {
  pointer-events: all !important;
  opacity: 1 !important;
  visibility: visible !important;
  cursor: pointer !important;
  background-color: rgb(229, 229, 229) !important;
}

.bi-work-slider-wrapper .bi-slider-nav .bi-slider-arrow svg path {
  fill: rgb(0, 0, 0) !important;
}

@media screen and (max-width: 1200px) {
  .bi-work-slider-wrapper .bi-slider-nav {
    width: calc(100% + 60px);
    left: -30px;
  }
}

@media screen and (max-width: 992px) {
  .bi-work-slider-wrapper .bi-slider-nav {
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0 !important;
    justify-content: space-between !important;
    display: flex !important;
    pointer-events: none !important;
  }

  .bi-work-slider-wrapper .bi-slider-nav .bi-slider-arrow {
    margin: 0 5px !important;
    pointer-events: all !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}