@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Onest", sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: "Onest", sans-serif;
  z-index: -1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.hidden {
  overflow: hidden;
}

:focus {
  outline: none;
  box-shadow: none;
}

p {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

.border {
  border: 0.5px solid #e4e4e7 !important;
}

.br2 {
  border: 1px solid #52525b75;
}

.border-box {
  border: 1.5px solid var(--gray-100, #f4f4f5);
}

button {
  white-space: nowrap;
}

label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(24, 24, 27);
  opacity: 0.5;
}

:root {
  --primary-color: #2c3143;
}

.container-custom {
  padding-left: 80px;
  padding-right: 80px;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

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

.transition {
  transition: all 0.4s ease-in-out 0s !important;
}

select#service {
  padding: 0.7rem !important;
}

.custom-file-input {
  color: rgb(228, 228, 231);
  opacity: 1;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top,
      rgb(249, 249, 249),
      rgb(227, 227, 227));
  border: 1px solid rgb(153, 153, 153);
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: rgb(255, 255, 255) 1px 1px;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active {
  outline: 0px;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top,
      rgb(227, 227, 227),
      rgb(249, 249, 249));
}

.custom-background {
  background: rgb(248, 250, 252);
}

.contract-power {
  height: 168px;
  width: 100%;
}

.text-50 {
  opacity: 0.5;
}

.w-88 {
  width: 88%;
}

.baseline {
  align-items: baseline;
}

.flex {
  display: flex;
}

.flex-import {
  display: flex !important;
}

.flex-auto {
  flex: 1 1 auto;
}

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

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

.grid-template {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-template2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block {
  display: block;
}

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

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

.none {
  display: none !important;
}

.display-none {
  display: none;
}

.position-sticky {
  position: sticky;
  top: 20%;
}

.white-space-nowrap {
  white-space: nowrap;
}

.grid {
  display: grid;
}

.d-flow {
  display: flow-root;
}

.d-contents {
  display: contents;
}

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

.text-uppercase {
  text-transform: uppercase;
}

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

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

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

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

.align-end {
  align-items: end;
}

.flex-settings {
  flex: 0 0 49%;
}

.align-flex-start {
  align-items: flex-start;
}

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

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

.object-position-center {
  object-position: center center;
}

.cursor-pointer {
  cursor: pointer;
}

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

.right-0 {
  right: 0px;
}

.right-559 {
  right: -559px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 4rem;
}

.bottom-12 {
  bottom: 12px;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-32 {
  row-gap: 2rem;
}

.gap-4 {
  gap: 0.25rem;
}

.gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-12 {
  gap: 0.75rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-18 {
  gap: 1.125rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-24 {
  gap: 1.5rem;
}

.gap-28 {
  gap: 1.75rem;
}

.gap-32 {
  gap: 2rem;
}

.gap-36 {
  gap: 2.25rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-44 {
  gap: 2.75rem;
}

.gap-48 {
  gap: 3rem;
}

.gap-52 {
  gap: 3.25rem;
}

.gap-56 {
  gap: 3.5rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-64 {
  gap: 4rem;
}

.gap-100 {
  gap: 100px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

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

.justify-center {
  justify-content: center;
}

.justify-self-center {
  justify-self: center;
}

.justify-end {
  justify-content: end;
}

.justify-start {
  justify-content: start !important;
}

.justify-left {
  justify-content: left;
}

.justify-right {
  justify-content: right;
}

.w-auto {
  width: auto;
}

.w-fit-content {
  width: fit-content !important;
}

.w-4 {
  width: 0.25rem;
}

.w-8 {
  width: 0.5rem;
}

.w-12 {
  width: 0.75rem;
}

.w-16 {
  width: 1rem;
}

.w-18 {
  width: 18px;
}

.w-20 {
  width: 1.25rem;
}

.w-24 {
  width: 1.5rem;
}

.w-28 {
  width: 1.75rem;
}

.w-32 {
  width: 2rem;
}

.w-36 {
  width: 2.25rem;
}

.w-40 {
  width: 2.5rem;
}

.w-44 {
  width: 2.75rem;
}

.w-48 {
  width: 3rem;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 50px;
}

.w-70 {
  width: 70%;
}

.w-52 {
  width: 3.25rem;
}

.w-56 {
  width: 3.5rem;
}

.w-60 {
  width: 3.75rem;
}

.w-64 {
  width: 4rem;
}

.w-230 {
  width: 230px;
}

.w-288 {
  width: 288px;
}

.w-450 {
  width: 450px;
}

.w-676 {
  width: 676px;
}

.w-567 {
  width: 567px;
}

.h-fit-content {
  height: fit-content;
}

.h-auto {
  height: auto;
}

.h-4 {
  height: 0.25rem;
}

.h-8 {
  height: 0.5rem;
}

.h-12 {
  height: 0.75rem;
}

.h-16 {
  height: 1rem;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 1.25rem;
}

.h-24 {
  height: 1.5rem;
}

.h-28 {
  height: 1.75rem;
}

.h-32 {
  height: 2rem;
}

.h-36 {
  height: 2.25rem;
}

.h-40 {
  height: 2.5rem;
}

.h-44 {
  height: 2.75rem;
}

.h-48 {
  height: 3rem;
}

.h-52 {
  height: 3.25rem;
}

.h-56 {
  height: 3.5rem;
}

.h-60 {
  height: 60px;
}

.h-64 {
  height: 4rem;
}

.h-134 {
  height: 134px;
}

.h-145 {
  height: 145px;
}

.h-160 {
  height: 160px;
}

.h-183 {
  height: 183px;
}

.h-278 {
  height: 278px;
}

.h-250 {
  height: 250px;
}

.h-280 {
  height: 280px;
}

.h-324 {
  height: 324px;
}

.h-357 {
  height: 357px;
}

.h-452 {
  height: 452px;
}

.h-498 {
  height: 498px;
}

.h-628 {
  height: 628px;
}

.h-512 {
  height: 512px;
}

.h-720 {
  height: 720px;
}

.h-906 {
  height: 906px;
}

.h-692 {
  height: calc(692px);
}

.text-020 {
  color: rgb(2, 6, 23);
}

.text-475 {
  color: rgb(71, 85, 105);
}

.text-EF4 {
  color: rgb(239, 68, 68);
}

.color-CBD {
  color: rgb(203, 213, 225) !important;
}

.color-008 {
  color: rgb(0, 85, 150);
}

.color-3B8 {
  color: #3b82f6;
}

.color-1D4 {
  color: #1d4ed8;
}

.back-color-1D4 {
  background-color: #1d4ed8;
}

.color-94A {
  color: rgb(148, 163, 184) !important;
}

.color-005 {
  color: rgb(0, 85, 150);
}

.color-7AC {
  color: rgb(122, 198, 255);
}

.color-E2E {
  color: rgb(226, 232, 240);
}

.color-1E2 {
  color: rgb(30, 41, 59) !important;
}

.color-7AC {
  color: rgb(122, 198, 255);
}

.color-006 {
  color: rgb(0, 110, 194);
}

.color-334 {
  color: rgb(51, 65, 85);
}

.color-090 {
  color: #09090b;
}

.bg-covered-img {
  object-fit: cover;
  object-position: center center;
  background-repeat: no-repeat;
}

.background-black-button {
  background-color: #09090b;
  border-radius: 100px;
  padding: 12px 20px 12px 20px;
  transition: all 0.3s ease;
  color: white !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  z-index: 3;
}

.background-blue-button {
  background-color: #1d4ed8;
  border-radius: 100px;
  padding: 12px 20px 12px 20px;
  transition: all 0.3s ease;
  color: white !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  z-index: 3;
}

.bg-contain-img {
  object-fit: contain;
  object-position: center center;
  background-repeat: no-repeat;
}

.bg-covered {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-black {
  background-color: rgb(0, 0, 0);
}

.bg-red-2 {
  background: var(--red-red-50, #fef2f2);
}

.bg-red {
  background-color: rgb(239, 68, 68);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-blue {
  background-color: rgb(0, 85, 150);
  border-radius: 32px;
}

.bg-white-2 {
  background-color: rgb(255, 255, 255);
  border-radius: 32px;
}

.bg-white-2 {
  background-color: rgb(255, 255, 255);
  border-radius: 32px;
  border: 1px solid rgb(0, 85, 150);
}

.bg-blue-3 {
  background-color: rgb(0, 85, 150);
}

.bg-orange {
  border-radius: 100px;
  background-color: rgb(249, 115, 22) !important;
}

.bg-blue-2 {
  background-color: var(--purple-indigo-50, #eef2ff);
  color: rgb(79, 70, 229) !important;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-grey {
  background-color: var(--grey-slate-100, #f1f5f9);
}

.bg-3D0 {
  background-color: rgb(61, 0, 11);
}

.bg-181 {
  background-color: rgb(24, 24, 27);
}

.bg-3D0-40 {
  background-color: rgba(61, 0, 11, 0.4);
}

.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-1717A {
  color: #71717a !important;
}

.text-white-600 {
  color: rgba(255, 255, 255, 0.65) !important;
}

.text-black {
  color: rgb(0, 0, 0) !important;
}

.color-F4F {
  background-color: #f4f4f5 !important;
}

.text-blue {
  color: rgb(79, 70, 229);
}

.text-red {
  color: rgb(239, 68, 68) !important;
}

.text-F8F {
  color: rgb(248, 250, 252);
}

.text-181 {
  color: #18181b;
}

.text-3F3 {
  color: #3f3f46;
}

.text-647 {
  color: rgb(100, 116, 139) !important;
}

.text-1E2 {
  color: rgb(30, 41, 59);
}

.text-1F9 {
  color: rgb(31, 158, 255);
}

.text-005 {
  color: rgb(0, 85, 150);
}

.text-A1A {
  color: #52525b;
}

.text-CBD {
  color: rgb(203, 213, 225);
}

.font-size-4 {
  font-size: 0.25rem;
}

.font-size-8 {
  font-size: 0.5rem;
}

.font-size-10 {
  font-size: 0.625rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.813rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 1.25rem;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-28 {
  font-size: 1.75rem;
}

.font-size-30 {
  font-size: 1.875rem;
}

.font-size-32 {
  font-size: 2rem;
}

.font-size-34 {
  font-size: 2.125rem;
}

.font-size-36 {
  font-size: 2.25rem;
}

.font-size-40 {
  font-size: 2.5rem;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 2.75rem;
}

.font-size-48 {
  font-size: 3rem;
}

.font-size-52 {
  font-size: 3.25rem;
}

.font-size-56 {
  font-size: 3.5rem;
}

.font-size-60 {
  font-size: 3.75rem;
}

.font-size-64 {
  font-size: 4rem;
}

.font-size-72 {
  font-size: 72px;
}

.line-height-4 {
  line-height: 0.25rem;
}

.line-height-8 {
  line-height: 0.5rem;
}

.line-height-12 {
  line-height: 0.75rem;
}

.line-height-16 {
  line-height: 1rem;
}

.line-height-20 {
  line-height: 1.25rem;
}

.line-height-24 {
  line-height: 1.5rem;
}

.line-height-25-5 {
  line-height: 25.45px;
}

.line-height-28 {
  line-height: 1.75rem;
}

.line-height-32 {
  line-height: 2rem;
}

.line-height-36 {
  line-height: 2.25rem;
}

.line-height-40 {
  line-height: 2.5rem;
}

.line-height-44 {
  line-height: 2.75rem;
}

.line-height-48 {
  line-height: 3rem;
}

.line-height-52 {
  line-height: 3.25rem;
}

.line-height-56 {
  line-height: 3.5rem;
}

.line-height-60 {
  line-height: 3.75rem;
}

.line-height-64 {
  line-height: 4rem;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

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

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.rounded-4 {
  border-radius: 0.25rem;
}

.rounded-6 {
  border-radius: 0.25rem;
}

.rounded-8 {
  border-radius: 0.5rem;
}

.rounded-12 {
  border-radius: 0.75rem;
}

.rounded-16 {
  border-radius: 1rem !important;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.rounded-24 {
  border-radius: 1.5rem;
}

.rounded-28 {
  border-radius: 1.75rem;
}

.rounded-32 {
  border-radius: 2rem;
}

.rounded-36 {
  border-radius: 2.25rem;
}

.rounded-40 {
  border-radius: 2.5rem;
}

.rounded-44 {
  border-radius: 2.75rem;
}

.rounded-48 {
  border-radius: 3rem;
}

.rounded-52 {
  border-radius: 3.25rem;
}

.rounded-56 {
  border-radius: 3.5rem;
}

.rounded-60 {
  border-radius: 3.75rem;
}

.rounded-64 {
  border-radius: 4rem;
}

.rounded-100 {
  border-radius: 100px;
}

.p-0 {
  padding: 0px;
}

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

.p-8 {
  padding: 0.5rem;
}

.p-12 {
  padding: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-28 {
  padding: 1.75rem;
}

.p-32 {
  padding: 2rem;
}

.p-36 {
  padding: 2.25rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-44 {
  padding: 2.75rem;
}

.p-48 {
  padding: 3rem;
}

.p-52 {
  padding: 3.25rem;
}

.p-56 {
  padding: 3.5rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-64 {
  padding: 4rem;
}

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

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-10 {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-44 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-52 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

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

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-42 {
  padding-left: 42px;
  padding-right: 42px;
}

.px-44 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-52 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.px-54 {
  padding-left: 54px;
  padding-right: 54px;
}

.px-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-64 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-108 {
  padding-left: 108px;
  padding-right: 108px;
}

.px-352 {
  padding-left: 302px;
  padding-right: 302px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-162 {
  padding-left: 162px;
  padding-right: 162px;
}

.px-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.my-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pr-28 {
  padding-right: 1.75rem;
}

.pr-32 {
  padding-right: 2rem !important;
}

.pr-36 {
  padding-right: 2.25rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-44 {
  padding-right: 2.75rem;
}

.pr-48 {
  padding-right: 3rem;
}

.pr-52 {
  padding-right: 3.25rem;
}

.pr-56 {
  padding-right: 3.5rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-64 {
  padding-right: 4rem;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pl-28 {
  padding-left: 1.75rem;
}

.pl-32 {
  padding-left: 2rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-44 {
  padding-left: 2.75rem;
}

.pl-48 {
  padding-left: 3rem;
}

.pl-52 {
  padding-left: 3.25rem;
}

.pl-56 {
  padding-left: 3.5rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-64 {
  padding-left: 4rem;
}

.pl-84 {
  padding-left: 6rem;
}

.pl-10- {
  padding-left: 10rem;
}

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

.pt-8 {
  padding-top: 0.5rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pt-28 {
  padding-top: 1.75rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-44 {
  padding-top: 2.75rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pt-52 {
  padding-top: 3.25rem;
}

.pt-56 {
  padding-top: 3.5rem;
}

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

.pt-60 {
  padding-top: 3.75rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pt-96 {
  padding-top: 96px;
}

.pt-390 {
  padding-top: 390px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pb-28 {
  padding-bottom: 1.75rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-44 {
  padding-bottom: 2.75rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pb-52 {
  padding-bottom: 3.25rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-28 {
  margin-top: 1.75rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mt-34 {
  margin-top: 34px;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-44 {
  margin-top: 2.75rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-52 {
  margin-top: 3.25rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mt-72 {
  margin-top: 72px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-234 {
  margin-top: 234px;
}

.mt--150 {
  margin-top: -150px;
}

.mb-auto {
  margin-bottom: auto;
}

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

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-28 {
  margin-bottom: 1.75rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-44 {
  margin-bottom: 2.75rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-52 {
  margin-bottom: 3.25rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-10 {
  margin-bottom: 20rem;
}

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

.mb-2070 {
  margin-bottom: 2220px;
}

.ml-auto {
  margin-left: auto;
}

.ml-4 {
  margin-left: 0.25rem;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-8 {
  margin-left: 0.5rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.ml-16 {
  margin-left: 1rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.ml-28 {
  margin-left: 1.75rem;
}

.ml-32 {
  margin-left: 2rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-44 {
  margin-left: 2.75rem;
}

.ml-48 {
  margin-left: 3rem;
}

.ml-52 {
  margin-left: 3.25rem;
}

.ml-56 {
  margin-left: 3.5rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.ml-64 {
  margin-left: 4rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mr-28 {
  margin-right: 1.75rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mr-44 {
  margin-right: 2.75rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mr-52 {
  margin-right: 3.25rem;
}

.mr-56 {
  margin-right: 3.5rem;
}

.mr-60 {
  margin-right: 3.75rem;
}

.mr-64 {
  margin-right: 4rem;
}

.footer-color-palette {
  width: 100%;
  height: 132px;
}

.h-498 {
  height: 542px;
}

.h-132 {
  height: 132px;
}

.h-280 {
  height: 280px;
}

.bg-blue-m {
  background-color: rgb(0, 85, 150) !important;
}

.text-white-m {
  color: white !important;
}

.overlay-3 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.overlay-3::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 85, 150);
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}

.overlay-2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.overlay-2::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(65, 118, 171);
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}

.overlay-1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.overlay-1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(114, 152, 193);
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}

.line {
  border-bottom: 2px solid rgb(226, 232, 240);
  width: 64px;
}

.border-ik {
  border-radius: 100px;
  border: 1px solid var(--grey-500, #64748b);
}

.main-container {
  width: 1920px;
  height: 1080px;
  display: flex;
}

.slider-img {
  width: 100%;
  height: 668px;
}

.country-border {
  border-radius: 32px;
  border: 1px solid var(--grey-300, #cbd5e1);
  background: var(--grey-25, #fff);
}

.slider-overlay-2 {
  background-color: rgb(0, 110, 194);
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
}

.slider-overlay {
  background: #00000099;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  top: 0;
  position: absolute;
}

.slider-overlay-3 {
  background: rgba(2, 6, 23, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
}

.inputs {
  border: none;
  background: rgb(255, 255, 255);
  color: #3f3f46;
  border-bottom: 1px solid #e4e4e7;
  font-size: 14px;
}

.inputs-3 {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid var(--grey-300, #cbd5e1);
  background: rgb(255, 255, 255);
}

.inputs-4 {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid var(--grey-300, #cbd5e1);
  background: rgb(255, 255, 255);
}

.inputs-2 {
  border: 1px solid var(--grey-300, #cbd5e1);
  background: rgb(255, 255, 255);
}

.b-blue {
  border-radius: 32px;
  border: 1px solid var(--blue-800, #005596);
  width: fit-content;
}

.b-grey {
  border-radius: 32px;
  border: 1px solid var(--grey-500, #64748b);
  width: fit-content;
  color: rgb(137, 148, 167);
  transition: all 0.4s ease-in-out 0s;
  background-color: white !important;
}

#H-1994 {
  display: none;
}

#H-2004 {
  display: none;
}

#H-2018 {
  display: none;
}

#H-1999 {
  display: none;
}

#H-2023 {
  display: none;
}

.close {
  display: none;
}

.open {
  display: none;
}

.mt-1340 {
  margin-top: 280px;
}

.mobile-menu {
  display: none;
}

.reference-img {
  width: 304px;
  height: 132px;
}

.white-border {
  width: 64px;
  background: var(--grey-slate-200, #e2e8f0);
  height: 2px;
  transition: all 0.4s ease 0s;
  margin: 0.5rem;
}

.white-border-2 {
  width: 25px;
  background: var(--grey-slate-200, #e2e8f0);
  height: 2px;
  transition: all 0.4s ease 0s;
}

.grey-border {
  width: 64px;
  background: var(--grey-slate-200, #e2e8f0);
  height: 2px;
  transition: all 0.3s ease 0s;
}

.left-64 {
  left: 64px;
}

.slick-track {
  height: 667px;
}

input[type="file"] {
  font: 300 14px sans-serif;
  color: rgb(0, 85, 150);
  border-radius: 32px;
  border: 1px solid var(--blue-800, #005596);
  cursor: pointer !important;
}

input[type="file"]::-webkit-file-upload-button {
  font: 300 14px sans-serif;
  background: rgb(255, 255, 255);
  border-radius: 32px;
  border: 0px solid var(--blue-800, #005596);
  padding: 12px 24px;
  cursor: pointer;
  color: rgb(0, 85, 150);
}

.contact {
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}

.slick-prev,
.slick-next {
  font-size: 0px;
  line-height: 0;
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0px;
  transform: translate(0px, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  bottom: 0px;
}

.contain-m {
  background-size: cover;
}

.ref-2 {
  display: none;
}

.ref-3 {
  display: none;
}

.job-2 {
  display: none;
}

.job-3 {
  display: none;
}

.right-64 {
  right: 64px;
}

.blog-pic {
  border-radius: 8px;
  height: 270px;
  width: 640px;
}

.border-navbar {
  border-bottom: 1px solid var(--grey-300, #cbd5e1);
  background: var(--grey-25, #fff);
}

.service-index-pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

.img-zoom {
  width: 100%;
  height: 218px;
  border-radius: 12px;
}

.service-index-card {
  width: 287px;
  left: 4px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  bottom: 10rem;
  height: 374px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 32px 0px;
  flex-direction: column;
  justify-content: space-between;
}

.service-index-card .desc {
  flex-grow: 1;
}

.flex-grow {
  flex-grow: 1;
}

.image-zoom-cont {
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 200px;
}

.img-zoom {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  transition: transform 0.5s ease 0s;
}

.pt-88 {
  padding-top: 88px;
}

.pic-card:hover .img-zoom {
  transform: scale(1.2);
}

.pic-card:hover .b-grey {
  border: 1px solid rgb(0, 85, 150);
  background-color: rgb(0, 85, 150) !important;
  color: rgb(203, 213, 225) !important;
}

.pic-card:hover .white-border {
  width: 100px;
  background: rgb(0, 85, 150);
}

.box-shadow {
  border: 1px solid var(--grey-300, #cbd5e1);
  background: var(--white, #fff);
  box-shadow: rgba(16, 24, 40, 0.04) -2px 0px 8px -4px,
    rgba(16, 24, 40, 0.1) -2px 0px 24px -4px;
}

.about-img {
  width: 100%;
  height: 376px;
}

.about-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
}

.world-map {
  width: 100%;
  height: 600px;
}

#unit-price::placeholder {
  color: rgb(148, 163, 184);
}

#quantity::placeholder {
  color: rgb(148, 163, 184);
}

.category {
  border-bottom: 1px solid var(--grey-200, #e2e8f0);
  cursor: pointer;
  background: var(--grey-slate-50, #f8fafc);
  padding: 24px 16px;
}

.category-2 {
  border-bottom: 1px solid var(--grey-200, #e2e8f0);
  cursor: pointer;
  background: var(--grey-slate-50, #f8fafc);
  padding: 24px 16px;
}

.active {
  color: white;
}

.languages {
  display: none;
  z-index: 999;
}

.active-2 {
  color: rgb(100, 116, 139) !important;
}

.overflow-y {
  height: 100vh;
  overflow-y: auto;
}

img.brand {
  margin-bottom: 1rem;
  width: 196px;
  height: 61px;
}

.overflow-y::-webkit-scrollbar {
  width: 0px;
}

.line {
  border-right: 2px solid var(--grey-300, #cbd5e1);
}

.b-1 {
  border-bottom: 1px solid var(--grey-200, #e2e8f0);
}

.product-img {
  min-width: 139px;
  height: 139px;
}

.cart-img {
  width: 98px;
  height: 98px;
}

.border-1 {
  border-radius: 8px;
  border: 2px solid var(--grey-200, #e2e8f0);
  width: 192px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.border-2 {
  border-radius: 8px;
  border: 2px solid var(--grey-200, #e2e8f0);
}

.bl-1 {
  border-left: 1px solid var(--grey-200, #e2e8f0);
}

.card-img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.card-product {
  border-radius: 8px;
  border: 1px solid var(--grey-300, #cbd5e1);
  min-height: 232px;
  background: var(--white, #fff);
  margin-right: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  flex: 0 0 calc(16.6667% - 12px) !important;
}

.card-product:nth-child(6n) {
  margin-right: 0px;
}

.price-container {
  border-bottom: 1px solid var(--grey-300, #cbd5e1);
  background: var(--grey-slate-50, #f8fafc);
}

.br-2 {
  border-right: 2px solid var(--grey-300, #cbd5e1);
}

.numbers {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  color: var(--grey-700, var(--grey-slate-700, #334155));
}

.table-desc table {
  width: 100%;
  color: #3f3f46 !important;
  border-color: var(--gray-200, #e4e4e7) !important;
}

.table-desc table tr {
  border-color: var(--gray-200, #e4e4e7);
}

table tr:first-child td:nth-child(1),
table tr:first-child td:nth-child(2) {
  padding-top: 4px !important;
}

.table-desc tr td {
  padding-top: 16px !important;
}

.table-desc th,
td {
  border: none !important;
  color: #3f3f46 !important;
  padding-top: 4px;
  padding-bottom: 8px;
}

.table-desc tr td:first-child {
  width: 288px;
  color: #3f3f46 !important;
  font-weight: 400;
}

.slider-bg-1 {
  width: 100%;
  height: 274px;
  background-color: #eff6ff;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: -2;
}

.slider-bg-2 {
  width: 90%;
  height: 372px;
  background-color: #dbeafe;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.buton-container {
  width: 100%;
  position: absolute;
  bottom: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 99;
}

@media (min-width: 1440px) {
  .design-container {
    width: 1440px;
    height: auto;
  }
}

@media (max-width: 992px) {
  .order-1-m {
    order: 1;
  }

  .order-2-m {
    order: 2;
  }

  .slider-bg-1 {
    height: 113px;
    width: 100%;
  }

  .slider-bg-2 {
    height: 170px;
    width: 90%;
  }

  .flex-m {
    display: flex !important;
  }

  .flex-auto-m {
    flex: 1 1 auto;
  }

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

  .flex-row-m {
    flex-direction: row;
  }

  .block-m {
    display: block !important;
  }

  .none-m {
    display: none;
  }

  img.slick-next.slick-arrow {
    right: 38%;
  }

  img.slick-prev.slick-arrow {
    left: 34%;
  }

  .white-space-nowrap-m {
    white-space: nowrap;
  }

  .grid-m {
    display: grid;
  }

  .grid-m-none {
    display: block;
  }

  .d-flow-m {
    display: flow-root;
  }

  .align-center-m {
    align-items: center;
  }

  .cursor-pointer-m {
    cursor: pointer;
  }

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

  .right-0-m {
    right: 0px;
  }

  .bottom-0-m {
    bottom: 0px;
  }

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

  .text-left-m {
    text-align: left !important;
  }

  .display-none-m {
    display: none;
  }

  .white-space-inherit-m {
    white-space: inherit;
  }

  .display-block-m {
    display: block;
  }

  input#phone {
    padding: 2rem 0;
  }

  .grid-m-import {
    display: grid !important;
  }

  .justify-center-m {
    justify-content: center;
  }

  .justify-left-m {
    justify-content: left !important;
  }

  .justify-between-m {
    justify-content: space-between !important;
  }

  .gap-0-m {
    gap: 0px;
  }

  .gap-4-m {
    gap: 0.25rem;
  }

  .gap-8-m {
    gap: 0.5rem;
  }

  .gap-12-m {
    gap: 0.75rem;
  }

  .gap-16-m {
    gap: 1rem;
  }

  .gap-20-m {
    gap: 1.25rem;
  }

  .gap-24-m {
    gap: 1.5rem;
  }

  .gap-28-m {
    gap: 1.75rem;
  }

  .gap-32-m {
    gap: 2rem;
  }

  .gap-36-m {
    gap: 2.25rem;
  }

  .gap-40-m {
    gap: 2.5rem;
  }

  .gap-44-m {
    gap: 2.75rem;
  }

  .gap-48-m {
    gap: 3rem;
  }

  .gap-52-m {
    gap: 3.25rem;
  }

  .gap-56-m {
    gap: 3.5rem;
  }

  .gap-60-m {
    gap: 3.75rem;
  }

  .gap-64-m {
    gap: 4rem;
  }

  .absolute-m {
    position: absolute;
  }

  .relative-m {
    position: relative;
  }

  .fixed-m {
    position: fixed;
  }

  .sticky-m {
    position: sticky;
  }

  .order-1-m {
    order: 1;
  }

  .order-6-m {
    order: 6;
  }

  .order-12-m {
    order: 12;
  }

  .footer-color-palette {
    width: 100%;
    height: 121px;
  }

  .aboutus-image {
    width: 100%;
    height: 243px;
  }

  .left-0-m {
    left: 0px;
  }

  .reference-img {
    width: 164px;
    height: 86px;
    flex: 0 0 47%;
  }

  .h-906 {
    height: 650px;
  }

  .blog-pic {
    border-radius: 8px;
    height: 145px;
    width: 100%;
  }

  .world-map {
    width: 100%;
    height: 152px;
  }

  .h-700 {
    height: 433px;
  }

  .mt-1340 {
    margin-top: 1460px;
  }

  .open {
    display: block;
  }

  .pt-390 {
    padding-top: 160px;
  }

  .w-288 {
    width: 323px;
    border-radius: 8px 0px 0px 8px;
  }

  .contain-m {
    background-size: contain !important;
  }

  .circle {
    border-radius: 64px;
    background: var(--grey-slate-400, #94a3b8);
    width: 16px;
    height: 16px;
    margin-left: 0px;
  }

  .object-contain {
    background-size: contain !important;
  }

  .contact {
    left: 50%;
    top: -7%;
    transform: translate(-50%, 0%);
  }

  .service-index-card {
    width: 275px;
    left: 50%;
    transform: translate(-54%, 0%);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    height: 424px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 32px 0px;
  }

  .w-auto-m {
    width: auto;
  }

  .w-4-m {
    width: 0.25rem;
  }

  .w-8-m {
    width: 0.5rem;
  }

  .w-12-m {
    width: 0.75rem;
  }

  .w-16-m {
    width: 1rem;
  }

  .w-20-m {
    width: 1.25rem;
  }

  .w-24-m {
    width: 1.5rem;
  }

  .w-28-m {
    width: 1.75rem;
  }

  .w-32-m {
    width: 2rem;
  }

  .w-36-m {
    width: 2.25rem;
  }

  .w-40-m {
    width: 2.5rem;
  }

  .w-44-m {
    width: 2.75rem;
  }

  .w-48-m {
    width: 3rem;
  }

  .w-52-m {
    width: 3.25rem;
  }

  .w-56-m {
    width: 3.5rem;
  }

  .w-60-m {
    width: 3.75rem;
  }

  .w-64-m {
    width: 4rem;
  }

  .w-100-m {
    width: 100%;
  }

  .w-280-m {
    width: 280px !important;
  }

  .w-320-m {
    width: 320px;
  }

  .h-auto-m {
    height: auto;
  }

  .h-fit-content-m {
    height: fit-content;
  }

  .h-0-m {
    height: 750px !important;
  }

  .h-4-m {
    height: 0.25rem;
  }

  .h-8-m {
    height: 0.5rem;
  }

  .h-12-m {
    height: 0.75rem;
  }

  .h-16-m {
    height: 1rem;
  }

  .h-20-m {
    height: 1.25rem;
  }

  .h-24-m {
    height: 1.5rem;
  }

  .h-28-m {
    height: 1.75rem;
  }

  .h-32-m {
    height: 2rem;
  }

  .h-36-m {
    height: 2.25rem;
  }

  .h-40-m {
    height: 2.5rem;
  }

  .h-44-m {
    height: 2.75rem;
  }

  .h-48-m {
    height: 3rem;
  }

  .h-52-m {
    height: 3.25rem;
  }

  .h-56-m {
    height: 3.5rem;
  }

  .h-60-m {
    height: 3.75rem;
  }

  .h-64-m {
    height: 4rem;
  }

  .h-94-m {
    height: 94px;
  }

  .h-132-m {
    height: 132px;
  }

  .h-208-m {
    height: 208px;
  }

  .h-212-m {
    height: 212px;
  }

  .h-306-m {
    height: 306px;
  }

  .h-568-m {
    height: 568px !important;
  }

  .h-636-m {
    height: 636px;
  }

  .h-1034-m {
    height: 1218px;
  }

  .h-183-m {
    height: 183px !important;
  }

  .text-white-m {
    color: rgb(255, 255, 255);
  }

  .text-black-m {
    color: rgb(0, 0, 0);
  }

  .font-size-4-m {
    font-size: 0.25rem;
  }

  .font-size-8-m {
    font-size: 0.5rem;
  }

  .font-size-10-m {
    font-size: 10px;
  }

  .font-size-12-m {
    font-size: 0.75rem;
  }

  .font-size-14-m {
    font-size: 0.875rem;
  }

  .font-size-16-m {
    font-size: 1rem;
  }

  .font-size-20-m {
    font-size: 1.25rem;
  }

  .font-size-24-m {
    font-size: 1.5rem;
  }

  .font-size-28-m {
    font-size: 1.75rem;
  }

  .font-size-30-m {
    font-size: 1.875rem;
  }

  .font-size-32-m {
    font-size: 2rem;
  }

  .font-size-36-m {
    font-size: 2.25rem;
  }

  .font-size-40-m {
    font-size: 2.5rem;
  }

  .font-size-44-m {
    font-size: 2.75rem;
  }

  .font-size-48-m {
    font-size: 3rem;
  }

  .font-size-52-m {
    font-size: 3.25rem;
  }

  .font-size-56-m {
    font-size: 3.5rem;
  }

  .font-size-60-m {
    font-size: 3.75rem;
  }

  .font-size-64-m {
    font-size: 4rem;
  }

  .line-height-4-m {
    line-height: 0.25rem;
  }

  .line-height-8-m {
    line-height: 0.5rem;
  }

  .line-height-12-m {
    line-height: 0.75rem;
  }

  .line-height-16-m {
    line-height: 1rem;
  }

  .line-height-20-m {
    line-height: 1.25rem;
  }

  .line-height-24-m {
    line-height: 1.5rem;
  }

  .line-height-25-5-m {
    line-height: 25.6px;
  }

  .line-height-28-m {
    line-height: 1.75rem;
  }

  .line-height-32-m {
    line-height: 2rem;
  }

  .line-height-36-m {
    line-height: 2.25rem;
  }

  .line-height-40-m {
    line-height: 2.5rem;
  }

  .line-height-44-m {
    line-height: 2.75rem;
  }

  .line-height-48-m {
    line-height: 3rem;
  }

  .line-height-52-m {
    line-height: 3.25rem;
  }

  .line-height-56-m {
    line-height: 3.5rem;
  }

  .line-height-60-m {
    line-height: 3.75rem;
  }

  .line-height-64-m {
    line-height: 4rem;
  }

  .font-weight-300-m {
    font-weight: 300;
  }

  .font-weight-400-m {
    font-weight: 400;
  }

  .font-weight-500-m {
    font-weight: 500;
  }

  .font-weight-600-m {
    font-weight: 600;
  }

  .font-weight-700-m {
    font-weight: 700;
  }

  .font-weight-800-m {
    font-weight: 800;
  }

  .rounded-4-m {
    border-radius: 0.25rem;
  }

  .rounded-8-m {
    border-radius: 0.5rem;
  }

  .rounded-12-m {
    border-radius: 0.75rem;
  }

  .rounded-16-m {
    border-radius: 1rem;
  }

  .rounded-20-m {
    border-radius: 1.25rem;
  }

  .rounded-24-m {
    border-radius: 1.5rem;
  }

  .rounded-28-m {
    border-radius: 1.75rem;
  }

  .rounded-32-m {
    border-radius: 2rem;
  }

  .rounded-36-m {
    border-radius: 2.25rem;
  }

  .rounded-40-m {
    border-radius: 2.5rem;
  }

  .rounded-44-m {
    border-radius: 2.75rem;
  }

  .rounded-48-m {
    border-radius: 3rem;
  }

  .rounded-52-m {
    border-radius: 3.25rem;
  }

  .rounded-56-m {
    border-radius: 3.5rem;
  }

  .rounded-60-m {
    border-radius: 3.75rem;
  }

  .rounded-64-m {
    border-radius: 4rem;
  }

  .d-column-m {
    flex-direction: column !important;
  }

  .p-0-m {
    padding: 0px;
  }

  .p-4-m {
    padding: 0.25rem;
  }

  .p-8-m {
    padding: 0.5rem;
  }

  .p-12-m {
    padding: 0.75rem;
  }

  .p-16-m {
    padding: 1rem;
  }

  .p-20-m {
    padding: 1.25rem;
  }

  .p-24-m {
    padding: 1.5rem;
  }

  .p-28-m {
    padding: 1.75rem;
  }

  .p-32-m {
    padding: 2rem;
  }

  .p-36-m {
    padding: 2.25rem;
  }

  .p-40-m {
    padding: 2.5rem;
  }

  .p-44-m {
    padding: 2.75rem;
  }

  .p-48-m {
    padding: 3rem;
  }

  .p-52-m {
    padding: 3.25rem;
  }

  .p-56-m {
    padding: 3.5rem;
  }

  .p-60-m {
    padding: 3.75rem;
  }

  .p-64-m {
    padding: 4rem;
  }

  .py-0-m {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .py-4-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .py-8-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-12-m {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .py-16-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-20-m {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .py-24-m {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-28-m {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .py-32-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-36-m {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .py-40-m {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-44-m {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .py-48-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-52-m {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .py-56-m {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .py-60-m {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .py-64-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .px-0-m {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .px-4-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .px-8-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .px-12-m {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .px-16-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .px-20-m {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .px-28-m {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .px-32-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .px-36-m {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .px-40-m {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .px-44-m {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .px-48-m {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .px-52-m {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .px-56-m {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .px-60-m {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .px-64-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pr-0-m {
    padding-right: 0px !important;
  }

  .pr-4-m {
    padding-right: 0.25rem;
  }

  .pr-8-m {
    padding-right: 0.5rem !important;
  }

  .pr-12-m {
    padding-right: 0.75rem;
  }

  .pr-16-m {
    padding-right: 1rem;
  }

  .pr-20-m {
    padding-right: 1.25rem;
  }

  .pr-24-m {
    padding-right: 1.5rem;
  }

  .pr-28-m {
    padding-right: 1.75rem;
  }

  .pr-32-m {
    padding-right: 2rem;
  }

  .pr-36-m {
    padding-right: 2.25rem;
  }

  .pr-40-m {
    padding-right: 2.5rem;
  }

  .pr-44-m {
    padding-right: 2.75rem;
  }

  .pr-48-m {
    padding-right: 3rem;
  }

  .pr-52-m {
    padding-right: 3.25rem;
  }

  .pr-56-m {
    padding-right: 3.5rem;
  }

  .pr-60-m {
    padding-right: 3.75rem;
  }

  .pr-64-m {
    padding-right: 4rem;
  }

  .pl-0-m {
    padding-left: 0px;
  }

  .pl-4-m {
    padding-left: 0.25rem;
  }

  .pl-8-m {
    padding-left: 0.5rem;
  }

  .pl-12-m {
    padding-left: 0.75rem;
  }

  .pl-16-m {
    padding-left: 1rem;
  }

  .pl-20-m {
    padding-left: 1.25rem;
  }

  .pl-24-m {
    padding-left: 1.5rem;
  }

  .pl-28-m {
    padding-left: 1.75rem;
  }

  .pl-32-m {
    padding-left: 2rem;
  }

  .pl-36-m {
    padding-left: 2.25rem;
  }

  .pl-40-m {
    padding-left: 2.5rem;
  }

  .pl-44-m {
    padding-left: 2.75rem;
  }

  .pl-48-m {
    padding-left: 3rem;
  }

  .pl-52-m {
    padding-left: 3.25rem;
  }

  .pl-56-m {
    padding-left: 3.5rem;
  }

  .pl-60-m {
    padding-left: 3.75rem;
  }

  .pl-64-m {
    padding-left: 4rem;
  }

  .pt-0-m {
    padding-top: 0px;
  }

  .pt-4-m {
    padding-top: 0.25rem;
  }

  .pt-8-m {
    padding-top: 0.5rem;
  }

  .pt-12-m {
    padding-top: 0.75rem;
  }

  .pt-16-m {
    padding-top: 1rem;
  }

  .pt-20-m {
    padding-top: 1.25rem;
  }

  .pt-24-m {
    padding-top: 1.5rem;
  }

  .pt-28-m {
    padding-top: 1.75rem;
  }

  .pt-32-m {
    padding-top: 2rem;
  }

  .pt-36-m {
    padding-top: 2.25rem;
  }

  .pt-40-m {
    padding-top: 2.5rem;
  }

  .pt-44-m {
    padding-top: 2.75rem;
  }

  .pt-48-m {
    padding-top: 3rem;
  }

  .pt-52-m {
    padding-top: 3.25rem;
  }

  .pt-56-m {
    padding-top: 3.5rem;
  }

  .pt-60-m {
    padding-top: 3.75rem;
  }

  .pt-64-m {
    padding-top: 4rem;
  }

  .pt-252-m {
    padding-top: 252px;
  }

  .pb-0-m {
    padding-bottom: 0rem;
  }

  .pb-4-m {
    padding-bottom: 0.25rem;
  }

  .pb-8-m {
    padding-bottom: 0.5rem;
  }

  .pb-12-m {
    padding-bottom: 0.75rem;
  }

  .pb-16-m {
    padding-bottom: 1rem;
  }

  .pb-20-m {
    padding-bottom: 1.25rem;
  }

  .pb-24-m {
    padding-bottom: 1.5rem;
  }

  .pb-28-m {
    padding-bottom: 1.75rem;
  }

  .pb-30-m {
    padding-bottom: 1.875rem;
  }

  .pb-32-m {
    padding-bottom: 2rem;
  }

  .pb-36-m {
    padding-bottom: 2.25rem;
  }

  .pb-40-m {
    padding-bottom: 2.5rem;
  }

  .pb-44-m {
    padding-bottom: 2.75rem;
  }

  .pb-48-m {
    padding-bottom: 3rem;
  }

  .pb-52-m {
    padding-bottom: 3.25rem;
  }

  .pb-56-m {
    padding-bottom: 3.5rem;
  }

  .pb-60-m {
    padding-bottom: 3.75rem;
  }

  .pb-64-m {
    padding-bottom: 4rem;
  }

  .mt-auto-m {
    margin-top: auto;
  }

  .mt-0-m {
    margin-top: 0rem;
  }

  .mt-4-m {
    margin-top: 0.25rem;
  }

  .mt-8-m {
    margin-top: 0.5rem;
  }

  .mt-12-m {
    margin-top: 0.75rem;
  }

  .mt-16-m {
    margin-top: 1rem;
  }

  .mt-20-m {
    margin-top: 1.25rem;
  }

  .mt-24-m {
    margin-top: 1.5rem;
  }

  .mt-28-m {
    margin-top: 1.75rem;
  }

  .mt-32-m {
    margin-top: 2rem;
  }

  .mt-36-m {
    margin-top: 2.25rem;
  }

  .mt-40-m {
    margin-top: 2.5rem;
  }

  .mt-44-m {
    margin-top: 2.75rem;
  }

  .mt-48-m {
    margin-top: 3rem;
  }

  .mt-52-m {
    margin-top: 3.25rem;
  }

  .mt-56-m {
    margin-top: 3.5rem;
  }

  .mt-60-m {
    margin-top: 3.75rem;
  }

  .mt-64-m {
    margin-top: 4rem;
  }

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

  .mt-150-m {
    margin-top: 150px;
  }

  .mt-152-m {
    margin-top: 197rem;
  }

  .mb-auto-m {
    margin-bottom: auto;
  }

  .mb-0-m {
    margin-bottom: 0rem;
  }

  .mb-4-m {
    margin-bottom: 0.25rem;
  }

  .mb-8-m {
    margin-bottom: 0.5rem;
  }

  .mb-12-m {
    margin-bottom: 0.75rem;
  }

  .mb-16-m {
    margin-bottom: 1rem;
  }

  .mb-20-m {
    margin-bottom: 1.25rem;
  }

  .mb-24-m {
    margin-bottom: 1.5rem;
  }

  .mb-28-m {
    margin-bottom: 1.75rem;
  }

  .mb-32-m {
    margin-bottom: 2rem;
  }

  .mb-36-m {
    margin-bottom: 2.25rem;
  }

  .mb-40-m {
    margin-bottom: 2.5rem;
  }

  .mb-44-m {
    margin-bottom: 2.75rem;
  }

  .mb-48-m {
    margin-bottom: 3rem;
  }

  .mb-52-m {
    margin-bottom: 3.25rem;
  }

  .mb-56-m {
    margin-bottom: 3.5rem;
  }

  .mb-60-m {
    margin-bottom: 3.75rem;
  }

  .mb-64-m {
    margin-bottom: 4rem;
  }

  .ml-auto-m {
    margin-left: auto;
  }

  .ml-0-m {
    margin-left: 0px !important;
  }

  .ml-4-m {
    margin-left: 0.25rem;
  }

  .ml-8-m {
    margin-left: 0.5rem;
  }

  .ml-12-m {
    margin-left: 0.75rem;
  }

  .ml-16-m {
    margin-left: 1rem;
  }

  .ml-20-m {
    margin-left: 1.25rem;
  }

  .ml-24-m {
    margin-left: 1.5rem;
  }

  .ml-28-m {
    margin-left: 1.75rem;
  }

  .ml-32-m {
    margin-left: 2rem;
  }

  .ml-36-m {
    margin-left: 2.25rem;
  }

  .ml-40-m {
    margin-left: 2.5rem;
  }

  .ml-44-m {
    margin-left: 2.75rem;
  }

  .ml-48-m {
    margin-left: 3rem;
  }

  .ml-52-m {
    margin-left: 3.25rem;
  }

  .ml-56-m {
    margin-left: 3.5rem;
  }

  .ml-60-m {
    margin-left: 3.75rem;
  }

  .ml-64-m {
    margin-left: 4rem;
  }

  .mr-auto-m {
    margin-right: auto;
  }

  .mr-4-m {
    margin-right: 0.25rem;
  }

  .mr-8-m {
    margin-right: 0.5rem;
  }

  .mr-12-m {
    margin-right: 0.75rem;
  }

  .mr-16-m {
    margin-right: 1rem;
  }

  .mr-20-m {
    margin-right: 1.25rem;
  }

  .mr-24-m {
    margin-right: 1.5rem;
  }

  .mr-28-m {
    margin-right: 1.75rem;
  }

  .mr-32-m {
    margin-right: 2rem;
  }

  .mr-36-m {
    margin-right: 2.25rem;
  }

  .mr-40-m {
    margin-right: 2.5rem;
  }

  .mr-44-m {
    margin-right: 2.75rem;
  }

  .mr-48-m {
    margin-right: 3rem;
  }

  .mr-52-m {
    margin-right: 3.25rem;
  }

  .mr-56-m {
    margin-right: 3.5rem;
  }

  .mr-60-m {
    margin-right: 3.75rem;
  }

  .mr-64-m {
    margin-right: 4rem;
  }
}

.header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: auto;
  margin: 0px auto;
}

span.menu-link img {
  width: 20px !important;
}

.wrapper {
  width: 100%;
  margin: 0px auto;
  height: 70px;
}

.cover-photo-product {
  height: 483px !important;
}

.gallery-img-product {
  height: 90px !important;
}

.product-slider-arrow {
  left: 50%;
  transform: translate(-50%, -8px);
  gap: 16px;
  display: flex;
}

.certficatecard {
  background-color: #F4F4F5;
  padding: 12px 24px 12px 24px;
  border-radius: 12px;
}

@media screen and (max-width: 992px) {
  .navbar {
    position: relative !important;
    top: 0px;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    display: none;
    z-index: 999999999;
  }

  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
    background: #1e40af;
    width: 100%;
    height: 100vh;
    align-items: start;
    display: block;
  }
}

.menu-item {
  display: inline-block;
  margin-left: 1.7rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #3f3f46;
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.menu-link:hover {
  outline: none;
  color: rgb(30 64 175);
}

@media only screen and (min-width: 993px) {
  .menu-dropdown:hover>.submenu,
  .submenu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Ensure dropdown creates its own stacking context so submenu z-index works
     and it stays above sliders/hero sections that may overlap on the homepage. */
  .menu-dropdown {
    position: relative;
    z-index: 200000; /* high but not infinite — keeps submenu above other content */
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
    color: white !important;
    padding: 0.5rem 2rem;
  }
}

.submenu {
  position: absolute;
  top: 3rem; /* reduced from 3.8rem to minimize gap between menu and submenu */
  z-index: 300000; /* raised to ensure it appears above sliders/overlays */
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.submenu-item {
  display: flex;
  color: white;
  width: 100%;
}

.submenu-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  cursor: pointer;
  color: #18181b;
  border-bottom: 1px solid transparent;
  width: 356px;
  background: #e4e4e7;
  padding: 0.7rem 1rem;
}

.submenu-link:hover {
  outline: none;
}

.submenu-link:hover {
  background: white;
  color: #18181b;
}

.submenu-link2 {
  font-size: 14px;
  line-height: 20px;
  color: #18181b;
  font-weight: 500;
  padding-bottom: 0.5rem;
}

.submenu-link2:hover {
  border-bottom: 1px solid #18181b;
  color: #18181b;
}

@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 2.5rem;
    width: 100%;
    max-height: 0px;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  margin: 1rem 0.5rem;
  z-index: 9999;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0px;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
  .overlay.active {
    display: none;
    opacity: 1;
    visibility: visible;
    background: none !important;
    z-index: -1;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 90%;
  left: 49%;
  right: 46%;
  width: 2rem;
  height: 2rem;
  font-size: 16px;
  background: red;
  margin-top: -1.5rem;
  z-index: 10;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: start;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 48% !important;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet-active {
  background: white;
}

.maps iframe {
  width: 100%;
  border: 0px;
  backface-visibility: hidden;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-free-mode.swiper-backface-hidden.swiper-thumbs .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.slider {
  width: 100%;
  background-position: center top;
  background-size: cover;
}

.slider-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
}

.slider-content2 {
  top: 70%;
  left: 78%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  background: white;
  padding: 3rem;
  width: 36vw;
}

.primary-btn {
  background: #1f4ed8;
  transition: all 0.3s ease 0s;
  border-radius: 100px;
}

.service .swiper-button-next,
.service .swiper-button-prev {
  position: static;
  display: flex;
  transform: translateY(150%);
}

.service .swiper-button-prev {
  margin-right: 1rem;
}

.contact-background {
  background: #fafafa;
}

.tabs {
  --tab-links-height: 50px;
  --tab-links-bg: linear-gradient(135deg, #e5eaf1 0%, #b9c5d8 100%);
  --tab-links-overlay: linear-gradient(135deg,
      #2cd8d5 0%,
      #6b8dd6 48%,
      #8e37d7 100%);
  --tab-link-bg: linear-gradient(90deg,
      transparent 70%,
      rgba(255, 255, 255, 0.2) 100%);
  width: 100%;
}

.tabs .tabs__links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 1rem;
}

@media screen and (max-width: 750px) {
  .tabs .tabs__links {
    height: calc(var(--tab-links-height) / 2);
  }
}

.tabs .tabs__links li .tabs__link {
  all: unset;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #f4f4f5;
  border-radius: 100px;
  padding: 12px 20px 12px 20px;
  color: #27272a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .tabs .tabs__links li .tabs__link {
    height: calc(var(--tab-links-height) / 2);
    font-size: 12px;
  }
}

.tabs .tabs__links li .tabs__link .tabs__link__text {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

@media screen and (max-width: 750px) {
  .tabs .tabs__links li .tabs__link .tabs__link__text::before {
    display: none;
  }
}

.tabs .tabs__links li .tabs__link.active {
  background-color: #09090b;
  border-radius: 100px;
  padding: 12px 20px 12px 20px;
  color: white !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.tabs .tabs__links li .tabs__link.active .tabs__link__text,
.tabs .tabs__links li .tabs__link.active:hover .tabs__link__text {
  background: var(--tab-links-overlay);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 1;
}

.tabs .tabs__contents {
  position: relative;
  margin-top: 0;
  background: white;
  list-style-type: none;
  transition: 1s;
}

.tabs .tabs__contents::after {
  position: absolute;
}

.tabs .tabs__contents .tabs__content {
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30%);
  -webkit-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}

.tabs .tabs__contents .tabs__content.active {
  display: block;
}

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

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-active {
  font-weight: 600;
}

.product .swiper {
  width: 100%;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.product .swiper-slide {
  background-size: cover;
  background-position: center;
  height: fit-content;
}

.product .mySwiper2 {
  width: 100%;
}

.product .mySwiper {
  height: 189px;
  box-sizing: border-box;
  padding: 10px 0;
}

.product .mySwiper .swiper-slide {
  width: 25%;
  height: auto;
  opacity: 0.4;
  border: none !important;
}

.product .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: none;
}

.product .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.z-index-1 {
  z-index: 5;
}

.wrapper.active {
  height: 100%;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
  font-size: 14px;
  color: #3f3f46;
}

.inputs:focus {
  border-bottom: 1px solid #3b82f6;
  outline: none;
}

.imlec {
  position: absolute;
  bottom: 18%;
  right: 5%;
}

.background-grey-button {
  background-color: #f4f4f5;
  border-radius: 100px;
  padding: 12px 20px 12px 20px;
  transition: all 0.3s ease;
  color: #27272a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

select#category {
  padding: 1rem 0;
}

select#product {
  padding: 1rem;
}

.bread-picture {
  position: absolute;
  right: 0;
}

.transparent-btn {
  border-radius: 100px;
  padding: 0.7rem 3rem;
  transition: all 0.3s ease;
  color: #1d4ed8 !important;
  font-size: 14px;
  border: 1.5px solid var(--blue-700, #1d4ed8);
  line-height: 20px;
  font-weight: 500;
  z-index: 3;
}

.category-box .icon {
  bottom: 5%;
  right: 5%;
  transition: all 0.5s;
  opacity: 0;
}

.category-box {
  margin: auto;
  transition: all 3s ease;
}

.circle2 {
  position: absolute;
  border-radius: 24px !important;
  transition: all 0.5s;
}

.border-radius-24 {
  border-radius: 24px !important;
}

.border-radius-16 {
  border-radius: 16px !important;
}

.category-box:hover .circle2 {
  margin-top: 0px;
  background-color: rgb(42 42 42 / 34%);
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.category-box:hover .icon {
  opacity: 1;
}

.bread-picture2 {
  right: 0;
}

.product-br {
  border-bottom: 1px solid var(--gray-200, #e4e4e7);
}

.transparent-btn-white {
  border: 1px solid white;
  border-radius: 100px;
}

.cards {
  box-shadow: 0px 0px 12px 0px #00000014;
  height: 200px;
  width: 200px;
}

.loading-icon {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.loading .loading-icon {
  display: inline-block;
}

.loading .button-text {
  display: none;
}

.loader {
  width: 20px;
  height: 20px;
}

.circular {
  width: 20px;
  height: 100%;
  animation: rotate 2s linear infinite;
}

.path {
  stroke: white;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
    stroke: #e0e1e1;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.custom-select-container {
  position: relative;
  display: inline-block;
}

.custom-select {
  position: relative;
  width: 100% !important;
}

.select-selected {
  background-color: white;
  border-radius: 4px;
  padding: 1rem 0;
  font-size: 14px;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #3f3f46;
}

.select-items {
  position: absolute;
  background-color: white;
  border-top: none;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 0px 12px 0px #00000014;
  margin-top: 0.5rem;
  max-height: 250px;
  overflow-y: auto;
}

.select-items div {
  padding: 10px;
  cursor: pointer;
  color: #3f3f46;
  font-size: 14px;
}

.select-items div:hover {
  background-color: #ddd;
}

.select-hide {
  display: none;
}

.select-arrow-active::after {
  content: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" style="transform: rotate(180deg);"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.23431 5.83432C4.54673 5.5219 5.05327 5.5219 5.36569 5.83432L8 8.46864L10.6343 5.83432C10.9467 5.5219 11.4533 5.5219 11.7657 5.83432C12.0781 6.14674 12.0781 6.65327 11.7657 6.96569L8.56569 10.1657C8.25327 10.4781 7.74673 10.4781 7.43431 10.1657L4.23431 6.96569C3.9219 6.65327 3.9219 6.14674 4.23431 5.83432Z" fill="%23A1A1AA"/></svg>') !important;
  margin-left: 5px !important;
  transition: transform 0.3s ease !important;
  position: absolute !important;
}

.select-selected::after {
  content: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.23431 5.83432C4.54673 5.5219 5.05327 5.5219 5.36569 5.83432L8 8.46864L10.6343 5.83432C10.9467 5.5219 11.4533 5.5219 11.7657 5.83432C12.0781 6.14674 12.0781 6.65327 11.7657 6.96569L8.56569 10.1657C8.25327 10.4781 7.74673 10.4781 7.43431 10.1657L4.23431 6.96569C3.9219 6.65327 3.9219 6.14674 4.23431 5.83432Z" fill="%23A1A1AA"/></svg>');
  margin-left: 5px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
}

.item-product {
  display: none;
}

.submenu-item-container {
  display: flex;
  align-items: center;
  width: fit-content;
}

.submenu-item {
  flex-shrink: 0;
  margin-right: 20px;
}

.item-product {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 3%;
  left: 26%;
  width: 100%;
  margin-left: 10px;
  z-index: 1000;
  list-style: none;
}

.submenu-item-product {
  margin-bottom: 1rem;
}

.layout-btn {
  bottom: 3%;
  left: 28%;
}

.static-right-social-area {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 99999;
}

.static-right-social {
  position: relative;
}

.static-right-social ul li {
  height: 50px;
  list-style: none;
  margin-top: 10px;
  right: -180px;
  background: #27272a;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  border-radius: 100px 0 0 100px;
}

.static-right-social ul li:hover {
  right: 0;
}

.back-272 {
  background-color: #27272a;
}

.static-right-social ul li:nth-child(2) {
  background: #1d4ed8 no-repeat scroll 0 0;
  top: 60px;
}

.static-right-social ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px 0 15px;
  width: 232px;
  font-weight: 600;
  text-decoration: none;
}

.static-right-social ul li a img {
  padding-right: 1rem;
}

.search-input {
  box-shadow: 0 1px 2px 0 #1018280d;
  height: 38px !important;
  padding-left: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 340px;
  border: 1px solid #cbd5e1;
  border-radius: 100px;
  font-size: 14px;
  color: #18181b;
}

.search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  margin-left: 14px;
}

.search-input:focus {
  border: 1px solid #1e40af;
}

.search-input::placeholder {
  font-size: 12px;
  color: #71717a;
  font-weight: 400;
}

@media (max-width: 992px) {
  .slider-content2 {
    position: relative;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    background: #f4f4f5;
    padding: 3rem 1rem;
  }

  .service .swiper-button-next,
  .service .swiper-button-prev {
    transform: translateY(90%);
    display: inline-block;
  }

  .bread-picture2 {
    width: 100% !important;
    height: fit-content !important;
  }

  .tabs .tabs__links {
    flex-wrap: wrap;
    height: 100%;
  }

  .grid-template2 {
    grid-template-columns: 1fr 1fr !important;
  }

  img.brand {
    width: 160px;
    height: 50px;
    padding-left: 2rem;
  }

  li.menu-item.background-black-button {
    border-radius: 0;
    margin: 1rem 2rem;
    text-align: center;
  }

  .header {
    margin-bottom: -1rem;
  }

  .cover-photo-product {
    height: 268px !important;
  }

  .gallery-img-product {
    height: 72px !important;
  }
}

.background-transparent-button {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid white;
  padding: 12px 20px 12px 20px;
  transition: all 0.3s ease;
  color: white !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 1rem 2rem;
}

.searc-area {
  display: none;
  background-color: white;
  overflow-y: auto;
  position: absolute;
  box-shadow: 0 1px 2px 0 #1018280d;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 15px;
  font-size: 14px;
  color: #18181b;
  z-index: 999;
  padding: 1rem;
  min-height: 400px;
  left: 0;
  margin-top: 1rem;
}

.no-scroll {
  overflow: hidden;
}

.sticky {
  position: sticky;
  bottom: 0px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  z-index: 9999999;
}

.overlay.active~.sticky {
  display: none !important;
}

nav#navbar {
  position: initial;
}