:root, [data-bs-theme=light] {
  --bs-primary: #1E3157;
  --bs-primary-rgb: 30,49,87;
  --bs-primary-text-emphasis: #0C1423;
  --bs-primary-bg-subtle: #D2D6DD;
  --bs-primary-border-subtle: #A5ADBC;
  --bs-body-font-family: 'Google Sans', sans-serif;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1E3157;
  --bs-btn-border-color: #1E3157;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1A2A4A;
  --bs-btn-hover-border-color: #182746;
  --bs-btn-focus-shadow-rgb: 221,224,230;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #182746;
  --bs-btn-active-border-color: #172541;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1E3157;
  --bs-btn-disabled-border-color: #1E3157;
}

.btn-outline-primary {
  --bs-btn-color: #1E3157;
  --bs-btn-border-color: #1E3157;
  --bs-btn-focus-shadow-rgb: 30,49,87;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1E3157;
  --bs-btn-hover-border-color: #1E3157;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1E3157;
  --bs-btn-active-border-color: #1E3157;
  --bs-btn-disabled-color: #1E3157;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1E3157;
}

[data-bs-theme=dark] {
  --bs-primary: #3b5fa6;
  --bs-primary-rgb: 59,95,166;
  --bs-primary-text-emphasis: #899FCA;
  --bs-primary-bg-subtle: #0C1321;
  --bs-primary-border-subtle: #233964;
}

[data-bs-theme=dark] .btn-primary, .btn-primary[data-bs-theme=dark] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3b5fa6;
  --bs-btn-border-color: #3b5fa6;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #32518D;
  --bs-btn-hover-border-color: #2F4C85;
  --bs-btn-focus-shadow-rgb: 226,231,242;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2F4C85;
  --bs-btn-active-border-color: #2C477D;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3b5fa6;
  --bs-btn-disabled-border-color: #3b5fa6;
}

[data-bs-theme=dark] .btn-outline-primary, .btn-outline-primary[data-bs-theme=dark] {
  --bs-btn-color: #3b5fa6;
  --bs-btn-border-color: #3b5fa6;
  --bs-btn-focus-shadow-rgb: 59,95,166;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3b5fa6;
  --bs-btn-hover-border-color: #3b5fa6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3b5fa6;
  --bs-btn-active-border-color: #3b5fa6;
  --bs-btn-disabled-color: #3b5fa6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3b5fa6;
}

.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important;
}

.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important;
}

.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.mt-3 {
  margin-top: 1rem!important;
}

.mt-5 {
  margin-top: 3rem!important;
}

.me-1 {
  margin-right: .25rem!important;
}

.me-2 {
  margin-right: .5rem!important;
}

.me-3 {
  margin-right: 1rem!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: .25rem!important;
}

.mb-2 {
  margin-bottom: .5rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.mb-10 {
  margin-bottom: 10.5rem !important;
}

.ms-2 {
  margin-left: .5rem!important;
}

.p-2 {
  padding: .5rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important;
}

.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
}

.px-6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important;
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

.pt-0 {
  padding-top: 0!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

@media (min-width:768px) {
  .mt-md-0 {
    margin-top: 0!important;
  }
}

@media (min-width:768px) {
  .p-md-5 {
    padding: 3rem!important;
  }
}

@media (min-width:992px) {
  .mx-lg-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
}

@media (min-width:992px) {
  .mb-lg-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
  }
}

@media (min-width:992px) {
  .px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .pt-lg-4 {
    padding-top: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .pe-lg-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .ps-lg-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:1200px) {
  .m-xl-5 {
    margin: 3rem!important;
  }
}

@media (min-width:1200px) {
  .p-xl-5 {
    padding: 3rem!important;
  }
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}


:root {
  --bs-primary-color-1: #1E3157;
  --bs-primary-color-2: #FC9A25;
  --bs-secondary-color-1: #171d22;
  --bs-secondary-color-2: #27506b;
  --bs-success-color-1: #004d2b;
  --bs-success-color-2: #004e72;
  --bs-danger-color-1: #eb4166;
  --bs-danger-color-2: #0a55c5;
  --bs-warning-color-1: #ce7100;
  --bs-warning-color-2: #541f85;
  --bs-info-color-1: #1491aa;
  --bs-info-color-2: #1b2f66;
  --bs-light-color-1: #87a3a3;
  --bs-light-color-2: #8a767e;
  --bs-dark-color-1: #0d1e2b;
  --bs-dark-color-2: #192a2e;
  --bs-purple-rgb: 111, 66, 193;
  --bs-burger-bg-color: #141f39;
  --bs-facebook-color: #1877f2;
  --bs-linkedin-color: #0a66c2;
  --bs-instagram-color: #c32aa3;
  --bs-youtube-color: #ff0000;
  --bs-github-color: #181717;
  --bs-twitter-x-color: #000000;
    
    --bs-main-button-focus-shadow: 0 0 0 0.3rem #87774026;
    --bs-body-font-family:			'Google Sans Regular', sans-serif;
    --bs-body-bold-font-family:			'Google Sans Bold', sans-serif;
    --bs-secondary-font-family:		'Google Sans Bold', sans-serif;
  --bs-body-font-size: 1.2rem;
}

[data-bs-theme="dark"]:root {
  --bs-primary-color-1: #6699cc;
  --bs-primary-color-2: #7a6fd8;
  --bs-secondary-color-1: #5a5f64;
  --bs-secondary-color-2: #6a8ba5;
  --bs-success-color-1: #66b38f;
  --bs-success-color-2: #66b3d2;
  --bs-danger-color-1: #ff9fb3;
  --bs-danger-color-2: #5a95ff;
  --bs-warning-color-1: #ffb366;
  --bs-warning-color-2: #9a6fd8;
  --bs-info-color-1: #33b3cc;
  --bs-info-color-2: #3a4f99;
  --bs-light-color-1: #a3b8b8;
  --bs-light-color-2: #a38a8e;
  --bs-dark-color-1: #2d3e4b;
  --bs-dark-color-2: #3a4a4e;
  --bs-purple-rgb: 156, 39, 176;
  --bs-burger-bg-color: #b8b8b8;
  --bs-facebook-color: #398fff;
  --bs-linkedin-color: #598fc5;
  --bs-instagram-color: #c260ad;
  --bs-youtube-color: #ff5555;
  --bs-github-color: #e7dddd;
  --bs-twitter-x-color: #ffffff;
}

[data-bs-theme="light"] .dropdown-menu {
  --bs-dropdown-link-active-color: #000000;
  --bs-dropdown-link-active-bg: #bbbbbb49;
}

[data-bs-theme="dark"] .dropdown-menu {
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #4d4d4d71;
}

[data-bs-theme="dark"] .logo, [data-bs-theme="dark"] .navbar-brand img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.text-primary-1 {
  color: #1E3157;
}

.text-primary-2 {
  color: #FC9A25;
}

.bg-primary-1 {
  background-color: #1E3157;
}

[data-bs-theme="dark"] .bg-primary-1 {
  background-color: #345496;
}

/* 2. Social Media Colors */

.text-facebook {
  color: var(--bs-facebook-color);
}

.text-linkedin {
  color: var(--bs-linkedin-color);
}

.text-instagram {
  color: var(--bs-instagram-color);
}

.text-youtube {
  color: var(--bs-youtube-color);
}

.text-github {
  color: var(--bs-github-color);
}

.text-twitter-x {
  color: var(--bs-twitter-x-color);
}

/* 3. Typography */

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

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: var(--bs-main-heading-fonts);
}

/* 5. Layout & Sizing */

.text-truncate-2, .text-truncate-3, .text-truncate-4, .text-truncate-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.text-truncate-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.text-truncate-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.text-truncate-5 {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.min-h-custom-1 {
  min-height: calc(100vh - 100px);
}

.min-h-inherit {
  min-height: inherit;
}

.min-h-50 {
  min-height: 50%;
}

.w-1 {
  width: 300px;
  max-width: 100%;
}

.w-2 {
  width: 500px;
  max-width: 100%;
}

.w-3 {
  width: 700px;
  max-width: 100%;
}

.w-4 {
  width: 900px;
  max-width: 100%;
}

.w-5 {
  width: 1200px;
  max-width: 100%;
}

.w-300 {
  width: 300px;
}

.w-400 {
  width: 400px;
}

.w-500 {
  width: 500px;
}

.w-600 {
  width: 600px;
}

.w-300, .w-400, .w-500, .w-600 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.position-static {
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-relative {
  position: relative !important;
}

.position-sticky {
  position: sticky !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* Media Queries */

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
}

@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}

@media (min-width: 576px) {
  .position-sm-fixed {
    position: fixed !important;
  }
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important;
  }
}

@media (min-width: 576px) {
  .position-sm-sticky {
    position: sticky !important;
  }
}

@media (min-width: 576px) {
  .start-sm-0 {
    left: 0 !important;
  }
}

@media (min-width: 576px) {
  .start-sm-50 {
    left: 50% !important;
  }
}

@media (min-width: 576px) {
  .start-sm-100 {
    left: 100% !important;
  }
}

@media (min-width: 576px) {
  .end-sm-0 {
    right: 0 !important;
  }
}

@media (min-width: 576px) {
  .end-sm-50 {
    right: 50% !important;
  }
}

@media (min-width: 576px) {
  .end-sm-100 {
    right: 100% !important;
  }
}

@media (min-width: 576px) {
  .top-sm-0 {
    top: 0 !important;
  }
}

@media (min-width: 576px) {
  .top-sm-50 {
    top: 50% !important;
  }
}

@media (min-width: 576px) {
  .top-sm-100 {
    top: 100% !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-0 {
    bottom: 0 !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-50 {
    bottom: 50% !important;
  }
}

@media (min-width: 576px) {
  .bottom-sm-100 {
    bottom: 100% !important;
  }
}

@media (min-width: 576px) {
  .translate-sm-middle {
    transform: translate(-50%, -50%) !important;
  }
}

@media (min-width: 576px) {
  .translate-sm-middle-x {
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 576px) {
  .translate-sm-middle-y {
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 576px) {
  .end-sm-none {
    right: unset !important;
  }
}

@media (min-width: 576px) {
  .translate-sm-none {
    transform: none !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .position-md-fixed {
    position: fixed !important;
  }
}

@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  .position-md-sticky {
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .start-md-0 {
    left: 0 !important;
  }
}

@media (min-width: 768px) {
  .start-md-50 {
    left: 50% !important;
  }
}

@media (min-width: 768px) {
  .start-md-100 {
    left: 100% !important;
  }
}

@media (min-width: 768px) {
  .end-md-0 {
    right: 0 !important;
  }
}

@media (min-width: 768px) {
  .end-md-50 {
    right: 50% !important;
  }
}

@media (min-width: 768px) {
  .end-md-100 {
    right: 100% !important;
  }
}

@media (min-width: 768px) {
  .top-md-0 {
    top: 0 !important;
  }
}

@media (min-width: 768px) {
  .top-md-50 {
    top: 50% !important;
  }
}

@media (min-width: 768px) {
  .top-md-100 {
    top: 100% !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-0 {
    bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-50 {
    bottom: 50% !important;
  }
}

@media (min-width: 768px) {
  .bottom-md-100 {
    bottom: 100% !important;
  }
}

@media (min-width: 768px) {
  .translate-md-middle {
    transform: translate(-50%, -50%) !important;
  }
}

@media (min-width: 768px) {
  .translate-md-middle-x {
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 768px) {
  .translate-md-middle-y {
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 768px) {
  .end-md-none {
    right: unset !important;
  }
}

@media (min-width: 768px) {
  .translate-md-none {
    transform: none !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed !important;
  }
}

@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important;
  }
}

@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .start-lg-0 {
    left: 0 !important;
  }
}

@media (min-width: 992px) {
  .start-lg-50 {
    left: 50% !important;
  }
}

@media (min-width: 992px) {
  .start-lg-100 {
    left: 100% !important;
  }
}

@media (min-width: 992px) {
  .end-lg-0 {
    right: 0 !important;
  }
}

@media (min-width: 992px) {
  .end-lg-50 {
    right: 50% !important;
  }
}

@media (min-width: 992px) {
  .end-lg-100 {
    right: 100% !important;
  }
}

@media (min-width: 992px) {
  .top-lg-0 {
    top: 0 !important;
  }
}

@media (min-width: 992px) {
  .top-lg-50 {
    top: 50% !important;
  }
}

@media (min-width: 992px) {
  .top-lg-100 {
    top: 100% !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-0 {
    bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-50 {
    bottom: 50% !important;
  }
}

@media (min-width: 992px) {
  .bottom-lg-100 {
    bottom: 100% !important;
  }
}

@media (min-width: 992px) {
  .translate-lg-middle {
    transform: translate(-50%, -50%) !important;
  }
}

@media (min-width: 992px) {
  .translate-lg-middle-x {
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 992px) {
  .translate-lg-middle-y {
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 992px) {
  .end-lg-none {
    right: unset !important;
  }
}

@media (min-width: 992px) {
  .translate-lg-none {
    transform: none !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-fixed {
    position: fixed !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-0 {
    left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-50 {
    left: 50% !important;
  }
}

@media (min-width: 1200px) {
  .start-xl-100 {
    left: 100% !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-0 {
    right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-50 {
    right: 50% !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-100 {
    right: 100% !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-0 {
    top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-50 {
    top: 50% !important;
  }
}

@media (min-width: 1200px) {
  .top-xl-100 {
    top: 100% !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-0 {
    bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-50 {
    bottom: 50% !important;
  }
}

@media (min-width: 1200px) {
  .bottom-xl-100 {
    bottom: 100% !important;
  }
}

@media (min-width: 1200px) {
  .translate-xl-middle {
    transform: translate(-50%, -50%) !important;
  }
}

@media (min-width: 1200px) {
  .translate-xl-middle-x {
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1200px) {
  .translate-xl-middle-y {
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 1200px) {
  .end-xl-none {
    right: unset !important;
  }
}

@media (min-width: 1200px) {
  .translate-xl-none {
    transform: none !important;
  }
}

@media (min-width: 1400px) {
  .position-xxl-static {
    position: static !important;
  }
}

@media (min-width: 1400px) {
  .position-xxl-absolute {
    position: absolute !important;
  }
}

@media (min-width: 1400px) {
  .position-xxl-fixed {
    position: fixed !important;
  }
}

@media (min-width: 1400px) {
  .position-xxl-relative {
    position: relative !important;
  }
}

@media (min-width: 1400px) {
  .position-xxl-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1400px) {
  .start-xxl-0 {
    left: 0 !important;
  }
}

@media (min-width: 1400px) {
  .start-xxl-50 {
    left: 50% !important;
  }
}

@media (min-width: 1400px) {
  .start-xxl-100 {
    left: 100% !important;
  }
}

@media (min-width: 1400px) {
  .end-xxl-0 {
    right: 0 !important;
  }
}

@media (min-width: 1400px) {
  .end-xxl-50 {
    right: 50% !important;
  }
}

@media (min-width: 1400px) {
  .end-xxl-100 {
    right: 100% !important;
  }
}

@media (min-width: 1400px) {
  .top-xxl-0 {
    top: 0 !important;
  }
}

@media (min-width: 1400px) {
  .top-xxl-50 {
    top: 50% !important;
  }
}

@media (min-width: 1400px) {
  .top-xxl-100 {
    top: 100% !important;
  }
}

@media (min-width: 1400px) {
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
}

@media (min-width: 1400px) {
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
}

@media (min-width: 1400px) {
  .translate-xxl-middle {
    transform: translate(-50%, -50%) !important;
  }
}

@media (min-width: 1400px) {
  .translate-xxl-middle-x {
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1400px) {
  .translate-xxl-middle-y {
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 1400px) {
  .end-xxl-none {
    right: unset !important;
  }
}

@media (min-width: 1400px) {
  .translate-xxl-none {
    transform: none !important;
  }
}

/* 6. Navigation */

.navbar .navbar-toggler .burgers {
  display: block;
}

.navbar .navbar-toggler .burgers span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: var(--bs-burger-bg-color);
}

.navbar .navbar-toggler:not(.collapsed) .burgers {
  transform: translateY(-3px);
}

.navbar-toggler.collapsed .burgers span:nth-child(1) {
  transform: translate(0px, 0px) rotate(0deg);
  transition: transform 0.3s ease;
}

.navbar-toggler.collapsed .burgers span:nth-child(2) {
  visibility: visible;
  transition: visibility 0.5s ease;
}

.navbar-toggler.collapsed .burgers span:nth-child(3) {
  transform: translate(0px, 0px) rotate(0deg);
  transition: transform 0.3s ease;
}

.navbar-toggler:not(.collapsed) .burgers span:nth-child(1) {
  transform: translate(0px, 12px) rotate(45deg);
  transition: transform 0.3s ease;
}

.navbar-toggler:not(.collapsed) .burgers span:nth-child(2) {
  visibility: hidden;
  transition: visibility 0.1s ease;
}

.navbar-toggler:not(.collapsed) .burgers span:nth-child(3) {
  transform: translate(0px, -4px) rotate(-45deg);
  transition: transform 0.3s ease;
}

.navbar .nav-link:not(.dropdown-toggle) {
  border-bottom: 3px solid transparent;
}

.scrollspy .nav-link.active:not(.dropdown-toggle), .navbar .nav-link.active:not(.dropdown-toggle) {
  transition: border 0.3s ease;
  border-bottom: 3px solid var(--bs-body-color);
}

/* 7. Buttons & Links */

.btn-primary {
  --bs-btn-bg: #1E3157;
  --bs-btn-border-color: #1E3157;
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: #15233d;
  --bs-btn-hover-border-color: #15233d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 252, 154, 37;
  --bs-btn-active-bg: #112141;
  --bs-btn-active-border-color: #112141;
  --bs-btn-active-color: #000000;
  --bs-btn-disabled-bg: #374766;
  --bs-btn-disabled-border-color: #374766;
  --bs-btn-disabled-color: #000000;
}

.btn-secondary {
  --bs-btn-bg: #FC9A25;
  --bs-btn-border-color: #FC9A25;
  --bs-btn-color: #000000;
  --bs-btn-hover-bg: #e58920;
  --bs-btn-hover-border-color: #e58920;
  --bs-btn-hover-color: #000000;
  --bs-btn-focus-shadow-rgb: 252, 154, 37;
  --bs-btn-active-bg: #cc7d1d;
  --bs-btn-active-border-color: #cc7d1d;
  --bs-btn-active-color: #000000;
  --bs-btn-disabled-bg: #fcbf7a;
  --bs-btn-disabled-border-color: #fcbf7a;
  --bs-btn-disabled-color: #000000;
}

[data-bs-theme="dark"] .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #bcbcbc;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #d0d0d0;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

[data-bs-theme="dark"] .btn-outline-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2b3035;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.subnav{
    margin-bottom:3rem;
	color:var(--bs-primary-color-1);
}
.subnav .container{
   	padding:1rem 2rem;
    border-color:var(--bs-primary-color-2) !important;
    border-bottom:3px solid;
}

.subnav .breadcrumb{

}

.subnav a {
  margin-right:1rem; 
  --bs-link-color-rgb: white;
  --bs-link-underline-opacity: 0.1;
  text-underline-offset: 0.375em;
  -webkit-text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1) );
  text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1) );
}

.subnav  a:hover {
  --bs-link-underline-opacity: 0.75;
}

.subnav-product{
    padding:0;
	color:var(--bs-primary-color-1);
}
.subnav-product .container{
   	padding:0;
    border-color:var(--bs-primary-color-2) !important;
    border-bottom:3px solid;
}

.subnav-product .breadcrumb{

}

.subnav-product a {
   
  --bs-link-color-rgb: white;
  --bs-link-underline-opacity: 0.1;
  text-underline-offset: 0.375em;
  -webkit-text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1) );
  text-decoration-color: rgba( var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1) );
}

.subnav-product  a:hover {
  --bs-link-underline-opacity: 0.75;
}


.link-underline-hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* 8. Effects & Animations */

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-335 {
  transform: rotate(335deg);
}

@keyframes colorChange {
  0% {
    fill: #d38c0e;
  }
  25% {
    fill: #0e8ed3;
  }
  50% {
    fill: #980ed3;
  }
  75% {
    fill: #d30e0e;
  }
  100% {
    fill: #d38c0e;
  }
}

/* 9. Carousel Styles */

.f-carousel {
  display: flex;
  align-items: center;
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: 100%;
}

.f-carousel.custom-style-1 {
  justify-content: start;
}

.f-carousel.custom-style-2 {
  justify-content: center;
}

@media (min-width: 768px) {
  .custom-style-1 {
    --f-carousel-slide-width: calc((100% / 4) - 15px);
    --f-carousel-spacing: 20px;
  }
}

@media (min-width: 768px) {
  .custom-style-1 .f-carousel__slide:first-child {
    --f-carousel-slide-width: calc(((100% / 4) - 15px) + 15%);
    padding-left: 15%;
  }
}

@media (min-width: 768px) {
  .custom-style-1 .f-carousel__slide:last-child {
    --f-carousel-slide-width: calc(((100% / 4) - 15px) + 15%);
    padding-right: 15%;
  }
}

@media (min-width: 768px) {
  .custom-style-1 .f-button {
    margin-left: 15%;
  }
}

@media (min-width: 768px) {
  .custom-style-2 {
    --f-carousel-slide-width: calc(100% / 2);
    --f-carousel-spacing: 10px;
  }
}

.f-carousel.custom-style-1 .f-carousel__track, .f-carousel.custom-style-2 .f-carousel__track {
  margin-top: 10px;
  padding-bottom: 4rem;
}

.f-carousel.custom-style-1 .f-carousel__viewport, .f-carousel.custom-style-2 .f-carousel__viewport {
  margin-bottom: 3rem;
}

.f-carousel.custom-style-1 .f-button.is-prev, .f-carousel.custom-style-1 .f-button.is-next, .f-carousel.custom-style-2 .f-button.is-prev, .f-carousel.custom-style-2 .f-button.is-next {
  top: unset !important;
  bottom: 0;
  left: 0;
  transform: unset !important;
  background: var(--bs-body-bg);
  border-radius: 50px;
  box-shadow: var(--bs-box-shadow) !important;
  width: 60px;
  height: 60px;
}

.f-carousel.custom-style-1 .f-button.is-next, .f-carousel.custom-style-2 .f-button.is-next {
  left: 70px;
}

.f-carousel.custom-style-1 .f-button.is-prev[disabled], .f-carousel.custom-style-1 .f-button.is-prev:active, .f-carousel.custom-style-1 .f-button.is-next:active, .f-carousel.custom-style-2 .f-button.is-prev[disabled], .f-carousel.custom-style-2 .f-button.is-prev:active, .f-carousel.custom-style-2 .f-button.is-next:active {
  box-shadow: var(--bs-box-shadow-none) !important;
}

.f-carousel.custom-style-1 .f-button[disabled], .f-carousel.custom-style-2 .f-button[disabled] {
  opacity: 0.5;
}

.f-carousel.custom-style-2 .f-carousel__track .f-carousel__slide {
  opacity: 0.3;
  filter: blur(2px);
}

.f-carousel.custom-style-2 .f-carousel__track .f-carousel__slide.is-selected {
  opacity: 1;
  filter: blur(0px);
}

/* 10. Utilities */

.blur, .blur-1 {
  backdrop-filter: blur(0.1rem);
  -webkit-backdrop-filter: blur(0.1rem);
}

.blur-2 {
  backdrop-filter: blur(0.11rem);
  -webkit-backdrop-filter: blur(0.11rem);
}

.blur-3 {
  backdrop-filter: blur(0.15rem);
  -webkit-backdrop-filter: blur(0.15rem);
}

.blur-4 {
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
}

.bd-blur, .blur-5 {
  backdrop-filter: blur(0.6rem);
  -webkit-backdrop-filter: blur(0.6rem);
}

.pt-100 {
  padding-top: 100px !important;
}

[data-bss-parallax-bg="true"] div:not(.content) {
  z-index: 0 !important;
}

[data-bss-parallax-bg="true"] div.content {
  z-index: 1 !important;
  position: relative;
}

.svgshapecolorfullpaths {
  fill: #d38c0e;
  animation: colorChange 60s infinite;
}

.bg-opacity-75.bg-opacity-hover-100:hover {
  transition: background-color 0.3s ease;
  --bs-bg-opacity: 100;
}

.focus-0:focus {
  box-shadow: none !important;
}

.outline-0:focus-visible {
  outline: unset;
}

@media (min-width: 992px) {
  .shadow-lg-md {
    box-shadow: var(--bs-box-shadow) !important;
  }
}

.accordion-item-flush .accordion-button:not(.collapsed) {
  box-shadow: unset !important;
}

.lead {
  font-size: 1.7rem;
}

.min-vh-50 {
  min-height: 50vh!important;
}

/* Recreated Design Styles */

.top-bar {
  background-color: #1a253d;
}

.top-bar a {
  text-decoration: none;
  font-size: 0.8rem;
  transition: opacity 0.2s;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.top-bar a:hover {
  opacity: 0.8;
}

.navbar .nav-link {
  color: #333;
}

.navbar .nav-link:hover, .navbar .nav-link.active {
  /*color: #1a253d !important;*/
  border-bottom: none !important;
}

.hero-card {
  background-color: #eee;
}

.hero-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
}

.object-fit-cover {
  object-fit: cover;
}

/* Adjustments for the specific look in the image */

.navbar-brand img {
  max-height: 60px;
}

[data-bs-theme="dark"] .navbar .nav-link {
  color: #999999;
}

@media (max-width: 991.98px) {
  .hero-card {
    height: 450px !important;
  }
}

@media (max-width: 991.98px) {
  .hero-overlay {
    padding: 2rem !important;
  }
}

.carousel-slide-overlay {
  position: absolute;
  background: linear-gradient(transparent, #000000);
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.carousel-item {
  position: relative;
}

.text-primary-1 {
  color: var(--bs-primary-color-1) !important;
}

.text-primary-2 {
  color: var(--bs-primary-color-2) !important;
}

.bg-primary-1 {
  background-color: var(--bs-primary-color-1) !important;
}

.bg-primary-2 {
  background-color: var(--bs-primary-color-2) !important;
}

.product-link {
  color: var(--bs-primary-color-1);
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.product-link i {
  color: var(--bs-primary-color-2);
  font-size: 1rem;
}

.product-link:hover {
  color: var(--bs-primary-color-2);
}

.product-card img {
  transition: transform 0.5s ease;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.product-card:hover img {
  transform: scale(1.05);
}

.grayscale {
  filter: grayscale(100%);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.grayscale:hover {
  filter: grayscale(0%);
  opacity: 1 !important;
}

.product-item img {
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-item:hover img {
  transform: scale(1.08);
}

.bg-gradient-dark {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
}

.testimonial-carousel .carousel-control-prev, .testimonial-carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.testimonial-carousel .carousel-control-prev {
  left: -60px;
}

.testimonial-carousel .carousel-control-next {
  right: -60px;
}

.testimonial-carousel .carousel-control-prev-icon, .testimonial-carousel .carousel-control-next-icon {
  width: 40px;
  height: 40px;
}

@media (max-width: 991.98px) {
  .testimonial-carousel .carousel-control-prev, .testimonial-carousel .carousel-control-next {
    display: none;
  }
}

.blog-card img {
  transition: transform 0.5s ease;
}

.blog-card:hover img {
  transform: scale(1.1);
}

.blog-card h5 {
  cursor: pointer;
  transition: color 0.3s ease;
}

.blog-card:hover h5 {
  color: var(--bs-primary-color-2) !important;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--bs-primary-color-2);
  padding-left: 5px;
}

footer .bi {
  transition: transform 0.3s ease, color 0.3s ease;
}

footer .bi:hover {
  transform: translateY(-3px);
  color: var(--bs-primary-color-2) !important;
}

.text-primary-2 i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.col-md-4:hover .text-primary-2 i {
  transform: scale(1.1);
}

.product-group-list a {
  transition: all 0.3s ease;
}

.product-group-list a:hover {
  color: var(--bs-primary-color-2) !important;
  padding-left: 10px;
}

.product-group-list a i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.product-group-list a:hover i {
  transform: translate(3px, -3px);
}

.search-group .form-control {
  border-radius: 5px 0 0 5px;
}

.search-group .input-group-text {
  border-radius: 0 5px 5px 0;
}

.category-sidebar-list a {
  transition: all 0.3s ease;
}

.category-sidebar-list a i {
  font-size: 0.75rem;
  color: #ddd;
}

.category-sidebar-list a.active, .category-sidebar-list a:hover {
  color: var(--bs-primary-color-1) !important;
}

.category-sidebar-list a.active i {
  color: var(--bs-primary-color-2);
}

.tag-cloud span {
  cursor: pointer;
  transition: color 0.3s ease;
    font-size:smaller !important
}

.tag-cloud span:hover {
  color: var(--bs-primary-color-2) !important;
  opacity: 1 !important;
}

main{min-height:70vh !important}



/*Custom Root Veriables*/

@font-face {
    font-family: 'Google Sans Regular';
    src: url('GoogleSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Google Sans Medium';
    src: url('GoogleSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Google Sans Bold';
    src: url('GoogleSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Google Sans Italic';
    src: url('GoogleSans-Italic.ttf') format('truetype');
}


@font-face {
    font-family: 'Signika Regular';
    src: url('Signika-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Signika-Medium';
    src: url('Signika-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Signika Bold';
    src: url('Signika-Bold.ttf') format('truetype');
}



html .preloader{
    opacity:0;
    transition: all .6s ease;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
	position: fixed;
}
.preloader > div{
    			   
display:flex;
    height:100%;
    justify-content:center;
    align-items:center;
}
html .preloader.show,
html .preloader.show{
    opacity:1;
    z-index: 10000;
    background-color: var(--bs-body-bg);

}


.text-main{
    color:var(--bs-main-color);
}

.bg-main{
    background-color:var(--bs-main-color);
}

.text-second{
    color:var(--bs-second-color);
}

.bg-second{
    background-color:var(--bs-second-color);
}

.bold{
    font-family:var(--bs-body-bold-font-family);
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--bs-secondary-font-family);
  font-weight: 400;
  font-style: normal;
}


.subnav *{
    color:var(--bs-heading-color);
}
.subnav .container-fluid,
.subnav .container,
.subnav .row{
 height:100%;
}
.subnav .row>div{
    margin-top:100px
}
.subnav h1{
	font-size: calc(1.375rem + 2vw);
    font-weight: 300;
    line-height: 1.2;
}

.subnav ol,
.subnav ol li{
    display:flex;
    list-style:none;
    margin:0;
    padding:0;
}
.subnav ol li:not(:last-child)::after{
    content:">";
	margin-right:.3rem;
    color:#fff;
}
.subnav ol *{
    margin-right:.2rem;
    color:var(--bs-text-body);
}






#navigation .navbar-brand svg .k{
   	fill: #000;
}
#navigation.bg-transparent .navbar-brand svg .k{
   fill: #fff;
}

#navigation.bg-transparent .navbar-nav{
    --bs-navbar-color: rgba(var(--bs-body-bg-rgb), 1);
    --bs-navbar-hover-color: rgba(var(--bs-tertiary-bg-rgb), 1);
}


#navigation.bg-transparent .navbar-toggler{
    filter:invert(1);
}

.nav-link {
    --bs-nav-link-font-weight: 500;
}
.o-fit{-webkit-object-fit:cover;object-fit:cover;}
.carousel-overlay{
    width:100%;
    z-index:-1;
    filter:sepia(0.15);
}  
.bg-sea{
    background: #4a4a4a94 url(/aboneol.jpg);
    background-blend-mode: hue;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

.btn.btn-main {
  --bs-btn-padding-x: 2rem;  
  --bs-btn-padding-y: .1rem;  
  --bs-btn-font-weight: 500;
  --bs-btn-font-size: 20px;  
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-border-width:1px;
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-btn-color);
  --bs-btn-hover-bg: var(--bs-main-button-hover-color);
  --bs-btn-hover-border-color: var(--bs-btn-border-color);  
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-main-button-active-color);
  --bs-btn-active-border-color: var(--bs-btn-border-color);    
}
.btn.btn-sm.btn-main {
  --bs-btn-padding-x: 1rem;    
  --bs-btn-font-weight: 500;
  --bs-btn-font-size: 14px;  
}
.btn-main:active,
.btn-main:focus{
    box-shadow:var(--bs-main-button-focus-shadow);
}
.secondary-font{
    font-family: var(--bs-secondary-font-family);
}
.custom-dropdown-menu:after {
    content: '\25B2';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 1px 0 0 #0000005c, -1px 0 0 #00000061, 0 -1px 0 #00000078;
}

/*navbar > brand*/
.navbar-brand{
    font-family: var(--bs-secondary-font-family);
    font-size: 26px;    
}

/*navbar > toggler */
.navbar-toggler:focus {text-decoration: none;outline: 0;box-shadow: none;}
.navbar-toggler:active {background: #00000005;}
.navbar-toggler .open,.navbar-toggler .close{font-size:30px;}
.navbar-toggler.collapsed .open{display:block;}
.navbar-toggler:not(.collapsed) .open{display:none;}
.navbar-toggler.collapsed .close{display:none;}
.navbar-toggler:not(.collapsed) .close{display:block;}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
.h-100vh{height:100vh;}

.carousel.fancy {
  color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
  
}
.carousel.fancy .carousel__slide{
    width:75%;
    height:100%;
}
.carousel.fancy .carousel__slide img{
    height:400px;
    width: 100%;

}
.carousel .carousel__track,
.carousel .carousel__viewport{
    height: inherit;
}
/*FANCYBOX*/
a[data-fancybox] img {cursor: zoom-in;}
.product.fancybox__container  {
  	--fancybox-color: #334155;
  	--fancybox-bg: #fff;
  	--fancybox-content-color: #6B7280;
  	--fancybox-content-bg: #fff;
  	--fancybox-thumbs-width: 100px;
  	--carousel-button-svg-stroke-width: 1.5;
  	--carousel-button-svg-filter: none;
}
.product .fancybox__nav {
  	--carousel-button-bg: #E5E7EB;
  	--carousel-button-svg-width: 20px;
  	--carousel-button-svg-height: 20px;
  	--carousel-button-svg-stroke-width: 3;
}

.product .fancybox__nav .carousel__button.is-next {
  	right: 30px;
}
.product .fancybox__nav .carousel__button.is-prev {
  	left: 30px;
}
.product .carousel__button.is-close {
  	top: 0;
  	right: 0;
  	z-index: 10;
}
.product .fancybox__toolbar {
  	padding: 0;
  	background: var(--fancybox-bg);
  	text-shadow: none;
  	--carousel-button-svg-width: 24px;
  	--carousel-button-svg-height: 24px;
}
.product .fancybox__toolbar {
  	display: flex;
  	border-bottom: 1px solid #E5E7EB;
}
.card.card-img-overlayed .card-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

/*custom*/

.f-carousel{
    --f-button-bg: #fff;
}
[data-bs-theme=dark] .f-carousel:not(.f-carousel-product-detail ){
    --f-button-bg: #000;
}



/*#introslider*/
#introslider {
	height: 300px;
	--f-carousel-slide-height: 100%;
	--f-carousel-spacing: 1.4rem;
	--f-carousel-dot-width: 20px;
	--f-carousel-dot-height: 5px;
	--f-carousel-dot-radius: 8px;
}

#introslider .f-carousel__slide {
	--f-carousel-slide-width: calc(100% / 1.3);
}
/*#brandslider*/
.f-carousel-product,
#branddiscoverslider,
#productlider,
#brandslider {
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0;
	--f-carousel-slide-height: 100%;
	--f-carousel-spacing: 2rem;
	--f-button-bg: rgba(var(--bs-orange-color-rgb), 90%);
	--f-button-width: 30px;
	--f-button-height: 30px;
	--f-button-color: #fff;
	--f-button-border-radius: 4px;
	--f-button-svg-width: 13px;
	--f-button-svg-height: 13px;
	--f-button-svg-stroke-width: 3;
}


.f-carousel-product .f-button[disabled],
#productlider .f-button[disabled],
#branddiscoverslider .f-button[disabled],
#brandslider .f-button[disabled] {
	--f-button-bg: var(--bs-gray-900);
}
.f-carousel-product.is-horizontal .f-carousel__nav .f-button.is-prev,
#productlider.is-horizontal .f-carousel__nav .f-button.is-prev,
#branddiscoverslider.is-horizontal .f-carousel__nav .f-button.is-prev,
#brandslider.is-horizontal .f-carousel__nav .f-button.is-prev {
	left: unset;
	right: 40px;
}
.f-carousel-product.is-horizontal .f-carousel__nav .f-button.is-next,
.f-carousel-product.is-horizontal .f-carousel__nav .f-button.is-prev,
#productlider.is-horizontal .f-carousel__nav .f-button.is-next,
#productlider.is-horizontal .f-carousel__nav .f-button.is-prev,
#branddiscoverslider.is-horizontal .f-carousel__nav .f-button.is-prev, 
#branddiscoverslider.is-horizontal .f-carousel__nav .f-button.is-next,
#brandslider.is-horizontal .f-carousel__nav .f-button.is-prev, 
#brandslider.is-horizontal .f-carousel__nav .f-button.is-next {
	top: var(--f-button-height);
}

#branddiscoverslider .f-carousel__slide{
    --f-carousel-slide-width: 150px;

}
#brandslider .f-carousel__slide {
	--f-carousel-slide-width: calc(100% / 8);
}
.f-carousel-product .f-carousel__slide,
#productlider .f-carousel__slide{
    --f-carousel-slide-width:250px;

}


.f-panzoom-controls-container {
	position: absolute;
	border-radius: 4px;
	overflow: hidden;
	z-index: 1;
	right: 16px;
	bottom: 16px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}     
[data-panzoom-action="toggleFS"] g:first-child {
    display: flex;
}
[data-panzoom-action="toggleFS"] g:last-child {
    display: none;
}
.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
    display: none;
}
.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  	display: flex;
}
.text-truncate-2{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-3{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-4{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-5{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/*Pinegrap Default Styles to convert functions for Bootstrap 5.3*/
.software_rss_link{display:none;}
span.software_badge {
    background: var(--bs-color);
    color: white;
    padding: 0 4px;
    border-radius: 4px;
}
.software_menu{
    visibility: hidden;
}

.software_menu.dropdown-menu a {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.software_menu.dropdown-menu a:focus, 
.software_menu.dropdown-menu a:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.software_menu.dropdown-menu a.current,
.software_menu.dropdown-menu a.active, 
.software_menu.dropdown-menu a:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.software_menu.list-group a:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.software_menu.list-group a:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.software_menu.list-group a{
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.software_menu.list-group a[href] {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.software_menu.list-group a:focus, .software_menu.list-group a:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.software_menu.list-group a:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}

.software_menu.list-group a.current,
.software_menu.list-group a.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.software_cart_region.full {
    display: none;
}

.product-thumb{max-width:100%;}
.product-slider {
    padding: 1px;
    display: flex;
    flex-direction: column;
}
.product-slider img{max-width:100% !important;}
.product-slider .thumbnails{
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
}
.product-slider .thumbnails .slide {
    cursor: pointer;
    opacity: .5;
    overflow: hidden;
    margin-bottom: 3px;
    border: 1px solid grey;
    border-radius: 6px;
    width: 75px;
    height: 100px;
    margin-right: .5rem;
}
.product-slider .thumbnails .slide.active{opacity:1;border: 5px solid var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));}
.product-slider .slides{
	width: 100%;
    height:auto;
}

.product-slider .slides .slide{
 	position: relative;
    overflow: hidden;
    height: inherit;
}
.product-slider .slides .slide img{
 	width:100%;
   	height:100%;
    object-fit:cover;
    border-radius:8px;
    aspect-ratio: 1;
}

.slides .slide:not(.active) {
    display: none;
}

.product-slider .slides a{cursor:zoom-in}

.comment .notice,
.software_discounted_price,
.software_error,
.software_error .description,
.software_error li.error {
    color: red;
}
.software_tag_cloud{
    padding:.5rem;
    font-size:9px;
}
.software_tag_cloud a {
    text-decoration: none;
    color: inherit;
    padding: .4rem;
}
.cart-badge{
    width: 20px;
    height: 20px;
    padding: 2px;
}

.upcoming a.bi::before,
.upcoming span.bi::before{
    margin-right: .5rem;
}



.software_calendar .weekly p a,
.software_calendar td .calendar-event a{
    color:#000;
    white-space: nowrap;
   	width: 100%;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    text-decoration:none;
    background: white;
    border-radius: 50px;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 3px;
    box-shadow: 0 0 2px #3030305c;
}
.software_calendar td.today .calendar-event a{
    color:#fff;
}
table.software_monthly_calendar,
table.software_monthly_calendar tr.th,
table.software_monthly_calendar td.inactive{
        border-collapse: inherit;
    background:#fff;
    border: 1px solid #ffffff00;
}

table.software_monthly_calendar td{
    width: 14%;
}
table.software_monthly_calendar td:not(.inactive){
    background:var(--bs-bg-color);
    border: 1px solid #ffffff00;
    
}

.software_monthly_calendar th {
    border: unset;
    background: #f6f4f0;
}


.software_calendar td.today span.today{
    padding: .5rem;
    background: white;
    color: black;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 26px;
}

.product-thumb{
    height:450px;
    -webkit-object-fit:cover;
    object-fit:cover;
}

/*Only xs, sm, md*/
@media only screen and (max-width: 992px){
    .product-thumb{
	    height:350px;
	    -webkit-object-fit:cover;
	    object-fit:cover;
	}
    #navigation .nav-menu:first-child{
        margin-top: 20%;
    }
    .navbar-collapse.collapse.show .dropdown-menu {
	    text-align: center;
	    width: auto;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 100%;
	}
	.custom-dropdown-menu.dropdown-menu-right:after {
	    top: 32px;
        transform: translate(-50%,0%);
	}
    .software_calendar .monthly{display:none;}
    .software_calendar .weekly{display:block !important;}
}
.carousel-indicators{
    flex-direction:column;
	left:unset;
    margin-right:1rem;
    top:50%;
    bottom: unset;
}

.carousel-indicators [data-bs-target]{
	width: 10px;
	height: 10px;
    border-radius:50%;
    box-shadow: inset 0 0 0px 1px #00000052
}
.carousel-indicators .active:before{
    content:"";
    display:block;
    width:16px;
    height:16px;
    border-radius:50px;
    border:2px solid;
    margin-left:-3px;
    margin-top:-3px;
    color:white;
    box-shadow: inset 0 0 0px 1px #00000052
}
/*md, lg, xl*/
@media only screen and (min-width:768px){

  	.carousel-overlay{
	    width:85%;
	    z-index:-1
	}  
    .carousel-indicators.carousel-indicators-md-start{
	    left: 0;
	    top: 0;
	    margin: 0;
	    flex-direction: column;
	    right: unset;
	}

}
/*only md*/
@media only screen and (min-width:768px) and (max-width:991px){
    .carousel.fancy .carousel__slide{
	    width:40%
	}
    .carousel.fancy .carousel__slide img{
	    height:250px;
	}
    .product-slider .slides{
		width: 100%;
	    height: 500px;
	}
}
/*lg,xl*/
@media only screen and (min-width:992px){

    .carousel.fancy .carousel__slide{
	    width:30%
	}
    .carousel.fancy .carousel__slide img{
	    height:450px;
	}
    .dropdown-lg{width:300px}
    .border-lg-end{border-right:1px solid #8b8b8b2b}
	.navbar-expand-lg .software_menu.navbar-nav a.top_level {
	    padding-right: var(--bs-navbar-nav-link-padding-x);
	    padding-left: var(--bs-navbar-nav-link-padding-x);
	}
    
	a.top_level.current.nav-link {
	    border-bottom: 2px solid;
	    border-color:transparent;
	}
	a.top_level.current.nav-link.active {
	    border-bottom: 2px solid;
	    border-color:var(--bs-color-dark);
	}
    .cart-badge{
	    position: absolute;
	    left: 50%;
	    top: 50%;
	}
    .custom-dropdown-menu.dropdown-menu-right:after {
	    left: 90%;
	}
    
    .product-slider .slides{
		width: 100%;
	    height: auto;
	}
}
.list-style-none, .list-style-none li {
    list-style: none;
}
footer .software_menu a.top_level, .software_menu.navbar-nav a.top_level {
    font-weight: 400!important;
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem;
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-navbar-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
img.imageZoom {
    object-fit: cover;
    height:100%;
}
img{
	image-orientation: 90deg;
}








/* CREDIT CARD IMAGE STYLING */

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.cardcontainer {
	width: 100%;
	max-width: 400px;
	max-height: 251px;
	height: 54vw;
	padding: 20px;
}

#ccsingle {
	position: absolute;
	right: 15px;
	top: 20px;
}

#ccsingle svg {
	width: 100px;
	max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
	width: 100%;
	-webkit-box-shadow: 3px 1px 7px 0px #0000005e;
	box-shadow: 3px 1px 7px 0px #0000005e;
	border-radius: 22px;
}


/* CHANGEABLE CARD ELEMENTS */

.creditcard .lightcolor,
.creditcard .darkcolor {
	-webkit-transition: fill .5s;
	transition: fill .5s;
}

.creditcard .lightblue {
	fill: #03A9F4;
}

.creditcard .lightbluedark {
	fill: #0288D1;
}

.creditcard .red {
	fill: #ef5350;
}

.creditcard .reddark {
	fill: #d32f2f;
}

.creditcard .purple {
	fill: #ab47bc;
}

.creditcard .purpledark {
	fill: #7b1fa2;
}

.creditcard .cyan {
	fill: #26c6da;
}

.creditcard .cyandark {
	fill: #0097a7;
}

.creditcard .green {
	fill: #66bb6a;
}

.creditcard .greendark {
	fill: #388e3c;
}

.creditcard .lime {
	fill: #d4e157;
}

.creditcard .limedark {
	fill: #afb42b;
}

.creditcard .yellow {
	fill: #ffeb3b;
}

.creditcard .yellowdark {
	fill: #f9a825;
}

.creditcard .orange {
	fill: #ff9800;
}

.creditcard .orangedark {
	fill: #ef6c00;
}

.creditcard .grey {
	fill: #bdbdbd;
}

.creditcard .greydark {
	fill: #616161;
}


/* FRONT OF CARD */

#svgname {
	text-transform: uppercase;
}

#cardfront .st2 {
	fill: #FFFFFF;
}

#cardfront .st3 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 600;
}

#cardfront .st4 {
	font-size: 54.7817px;
}

#cardfront .st5 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400;
}

#cardfront .st6 {
	font-size: 33.1112px;
}

#cardfront .st7 {
	opacity: 0.6;
	fill: #FFFFFF;
}

#cardfront .st8 {
	font-size: 24px;
}

#cardfront .st9 {
	font-size: 36.5498px;
}

#cardfront .st10 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 300;
}

#cardfront .st11 {
	font-size: 16.1716px;
}

#cardfront .st12 {
	fill: #4C4C4C;
}


/* BACK OF CARD */

#cardback .st0 {
	fill: none;
	stroke: #0F0F0F;
	stroke-miterlimit: 10;
}

#cardback .st2 {
	fill: #111111;
}

#cardback .st3 {
	fill: #F2F2F2;
}

#cardback .st4 {
	fill: #D8D2DB;
}

#cardback .st5 {
	fill: #C4C4C4;
}

#cardback .st6 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400;
}

#cardback .st7 {
	font-size: 27px;
}

#cardback .st8 {
	opacity: 0.6;
}

#cardback .st9 {
	fill: #FFFFFF;
}

#cardback .st10 {
	font-size: 24px;
}

#cardback .st11 {
	fill: #EAEAEA;
}

#cardback .st12 {
	font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
	font-size: 37.769px;
}


/* FLIP ANIMATION */

.cardcontainer {
	perspective: 1000px;
}

.creditcard {
	width: 100%;
	max-width: 400px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: -webkit-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	cursor: pointer;
}

.creditcard .front,
.creditcard .back {
	position: absolute;
	width: 100%;
	max-width: 400px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	color: #47525d;
}

.creditcard .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.creditcard.flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}



.dropdown-menu{
    --bs-dropdown-link-active-bg: #9b9b9b42;
}
.navbar-toggler-icon{
    background-image: var(--bs-navbar-toggler-icon-bg);
    transition:all .2s ease;
}
.navbar-toggler[aria-expanded*="true"] .navbar-toggler-icon{
     background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-size: 60%;
    transition:all .3s ease;
}







.small .nav-link{
    --bs-nav-link-font-size:14px;
    --bs-navbar-nav-link-padding-x: 0.75rem;
}

.h-inherit{
    height:inherit;
}
.h-fit{
    height:calc(100vh - 79px);
}
@media only screen and (max-width:1199px){
	.h-fit{
	    height:calc(100vh - 74px);
	}
}
.carousel-caption h1,
.text-shadow{
    text-shadow: 1px 1px #ffffff33, -1px -1px #00000061;
}
.hovertrigger .hovertozoom{
    transform-origin: center;
    transition:scale 8s cubic-bezier(.25,.46,.45,.94);
}
.hovertrigger:hover .hovertozoom{
    scale: 1.2;
}
.overlay-to-bottom{
    background: linear-gradient(to bottom, transparent, #000000d1);
}
.bg-opac{
    --bs-bg-opacity:.75;
	backdrop-filter: blur(5px);
}
.custom-list{
    list-style: none;
    margin:0;
    padding:0;
}
.custom-list a{
    text-decoration:none;
    --bs-link-color-rgb: var(--bs-body-color);
}
.custom-list a:hover{
    text-decoration:underline;
}
.dropstart.noarrow .dropdown-toggle:before{
    display:none;
}
.dropup.noarrow .dropdown-toggle:before{
    display:none;
}
.dropdown.noarrow .dropdown-toggle:after{
    display:none;
}
.bi-me-2:before{
    margin-right: .5rem!important;
}
.btn-scroll-top{
    margin-top:-1.9rem;
}
.btn-scroll-top{
    position:sticky;
    bottom:0;
    float:right;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:var(--bs-btn-border-radius);
    border-top-right-radius:0;
}
.breadcrumb{
    text-align:center;
    justify-content:center;
}
.breadcrumb li:not(:first-child) {
    margin-left: 1rem;
}
.breadcrumb li a {
   text-decoration:none;
}
.breadcrumb li a:hover {
   text-decoration:underline;
}


/*Pinegrap Default Styles to convert functions for Bootstrap 5.3*/
.software_rss_link{display:none;}
span.software_badge {
    background: var(--bs-color);
    color: white;
    padding: 0 4px;
    border-radius: 4px;
}
.software_menu{
    visibility: hidden;
}

.software_menu.dropdown-menu a {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.software_menu.dropdown-menu a:focus, 
.software_menu.dropdown-menu a:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.software_menu.dropdown-menu a.current,
.software_menu.dropdown-menu a.active, 
.software_menu.dropdown-menu a:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.software_menu.list-group a:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.software_menu.list-group a:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.software_menu.list-group a{
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.software_menu.list-group a[href] {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.software_menu.list-group a:focus, .software_menu.list-group a:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.software_menu.list-group a:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}

.software_menu.list-group a.current,
.software_menu.list-group a.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.software_cart_region.full {
    display: none;
    display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
    .catalog_radio_text.active{color:#18191C;}
	
    .catalog_radio.form-check-input:checked {
	    background-color: #FC9A25 !important;
	    border-color: #FC9A25 !important;
	}



.nav-tabs .nav-link {
    color: var(--bs-secondary-color);
}
.nav-tabs .nav-link.active {
    border-bottom:3px solid #FC9A25;
}
.software_cart_region.full{
    display:none;
}

.software_cart_badge {
    background: rgba(var(--bs-orange-color-rgb),70%);
    color: var(--bs-body-color);
}
.homeslider {
    height: calc(80vh - 100px);
    min-height:500px
}


.homeslider img{
    filter:brightness(.6);
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0; 
  font-size: 12px;
  line-height: 2.3;
  border-radius: 50px;
}
.btn-lg.btn-circle {
    width: 50px;
    height: 50px;
    font-size: 29px;
    line-height: 1.75;
}

#hizmetlerimizCarousel {
  --f-carousel-spacing: 1px;
  --f-carousel-slide-width: 80%;
}

#hizmetlerimizCarousel .f-carousel__slide {
  padding: .5rem;
}


#hizmetlerimizCarousel .f-carousel__nav{
    position: absolute;
    right: 13px;
    top: calc(-10px + -1rem);
    width: 104px;
}
 #hizmetlerimizCarousel {
	--f-carousel-slide-width: 90%;
}

.ratio-3x4 {
    --bs-aspect-ratio: 125%;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	#hizmetlerimizCarousel {
    	--f-carousel-slide-width: 70%;
  	}
	.ratio-sm-3x4 {
	    --bs-aspect-ratio: 125%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	#hizmetlerimizCarousel {
    	--f-carousel-slide-width: calc(100% / 2);
  	}
	.ratio-md-3x4 {
	    --bs-aspect-ratio: 125%;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	#hizmetlerimizCarousel {
    	--f-carousel-slide-width: calc(100% / 3);
  	}
	.ratio-lg-3x4 {
	    --bs-aspect-ratio: 125%;
	}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	#hizmetlerimizCarousel {
    	--f-carousel-slide-width: calc(100% / 3);
  	}
	.ratio-xl-3x4 {
	    --bs-aspect-ratio: 125%;
	}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

	.ratio-xxl-3x4 {
	    --bs-aspect-ratio: 125%;
	}
    
}


.product.card.hoverable {
    margin-bottom: 5px;
}
.product.card.hoverable:hover {
    box-shadow: 0 0 0 5px #eddd5e;
}
.product.card.hoverable .hoverable-hover-to-show{
	visibility: hidden;
}
.product.card.hoverable:hover .hoverable-hover-to-show{
	visibility: visible;
}

.mini-card{
    margin-right: -20px;margin-bottom: -20px;--bs-border-color:var(--bs-body-bg);--bs-border-width:20px;border-top-left-radius:2rem;border-bottom-right-radius:2rem
}
#personelpagelink{display:none;}

.no-scrollbar::-webkit-scrollbar {
  	height: 0px;
    width:0px
}

/* Track */
.no-scrollbar::-webkit-scrollbar-track {
 	background-color: transparent; 
 	background: transparent; 
}
 
/* Handle */
.no-scrollbar::-webkit-scrollbar-thumb {
 	background-color: transparent; 
 	background: transparent; 
}

/* Handle on hover */
.no-scrollbar::-webkit-scrollbar-thumb:hover {
 	background-color: transparent; 
 	background: transparent; 
}

.gt_switcher-popup span{
    display:none;
}
a.glink span {
    
    font-size: 15px !important;
}


.opacity-hover-100:hover{
    opacity:1!important
}

.logo-container > img{
    width:250px
}
.logo-container > img:first-child,.logo-container > img:last-child{
    width:160px
}


@media only screen and (max-width:992px){
    .logo-container > img{
	    width:130px;
        max-width:100%;
	}
    
	.logo-container > img:first-child,.logo-container > img:last-child{
	    width:100px;
        max-width:100%;
	}
	
}
