html,
body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
.container {
  max-width: 100%;
  overflow: hidden;
}
section {
  max-width: 100vw;
  overflow-x: hidden;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 50;
}
.hover\:bg-custom-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.hover\:bg-custom-burger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}
.hover\:text-custom-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(251 249 242);
}
.hover\:text-custom-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 30 110 / var(--tw-text-opacity));
}
.hover\:text-custom-third:hover {
  --tw-text-opacity: 1;
  color: rgb(163 198 230 / var(--tw-text-opacity));
}
.hover\:text-custom-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:left-auto {
    left: auto;
  }
  .md\:right-6 {
    right: 1.5rem;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[500px\] {
    height: 500px;
  }
  .md\:h-\[550px\] {
    height: 550px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-5xl {
    max-width: 75.4rem !important;
  }
  .max-w-5xl{
    max-width: 75.4rem !important;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
html, body {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
@keyframes marquee {
0% {
  transform: translate(100%);
}
to {
  transform: translate(-100%);
}
}
.marquee-container {
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
}
.marquee-content {
display: inline-block;
padding-left: 100%;
animation: marquee 10s linear infinite;
}
@keyframes spin {
0% {
  transform: translate(-50%, -50%) rotate(0);
}
to {
  transform: translate(-50%, -50%) rotate(360deg);
}
}
.rotating-border {
--border-radius: 0.1rem;
--border-size: 0.3rem;
--border-bg: conic-gradient(
  #f8f9fa 0% 25%,
  #a3c6e6 25% 50%,
  #001e6e 50% 75%,
  white 75% 100%
);
--padding: 0.01rem;
position: relative;
overflow: hidden;
font-size: 1rem;
padding: calc(var(--padding) + var(--border-size));
border-radius: var(--border-radius);
display: inline-block;
&--reverse::before {
  animation-direction: reverse;
}
}
.rotating-border:before {
content: "";
display: block;
background: var(--border-bg);
width: calc(100% * 1.41421356237);
padding-bottom: calc(100% * 1.41421356237);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 100%;
z-index: -2;
animation: spin 5s linear infinite;
}
.rotating-border:after {
content: "";
position: absolute;
inset: var(--border-size);
background: #fff;
z-index: -1;
border-radius: calc(var(--border-radius) - var(--border-size));
}
*,
:before,
:after {
box-sizing: border-box;
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
}
:before,
:after {
--tw-content: "";
}
html,
:host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
font-feature-settings: normal;
font-variation-settings: normal;
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
line-height: inherit;
}
hr {
height: 0;
color: inherit;
border-top-width: 1px;
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
text-decoration: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
  Liberation Mono, Courier New, monospace;
font-feature-settings: normal;
font-variation-settings: normal;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
font-size: 100%;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
margin: 0;
padding: 0;
}
button,
select {
text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
-webkit-appearance: button;
background-color: transparent;
background-image: none;
}
:-moz-focusring {
outline: auto;
}
:-moz-ui-invalid {
box-shadow: none;
}
progress {
vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
dialog {
padding: 0;
}
textarea {
resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: 1;
color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
opacity: 1;
color: #9ca3af;
}
button,
[role="button"] {
cursor: pointer;
}
:disabled {
cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
}
img,
video {
max-width: 100%;
height: auto;
}
[hidden] {
display: none;
}
*,
:before,
:after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
  max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
  max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
  max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
  max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
  max-width: 1536px;
}
}
.pointer-events-none {
pointer-events: none;
}
.visible {
visibility: visible;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.-bottom-2 {
bottom: -0.5rem;
}
.left-0 {
left: 0;
}
.left-1\/2 {
left: 50%;
}
.right-0 {
right: 0;
}
.right-2 {
right: 0.5rem;
}
.top-0 {
top: 0;
}
.top-1\/2 {
top: 50%;
}
.top-2 {
top: 0.5rem;
}
.-z-10 {
z-index: -10;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mx-\[4px\] {
margin-left: 4px;
margin-right: 4px;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.-ml-\[4px\] {
margin-left: -4px;
}
.-mt-3 {
margin-top: -0.75rem;
}
.-mt-\[150px\] {
margin-top: -150px;
}
.mb-12 {
margin-bottom: 3rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.mb-4 {
margin-bottom: 1rem !important;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-\[20px\] {
margin-bottom: 20px;
}
.ml-10 {
margin-left: 2.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mr-4 {
margin-right: 1rem;
}
.mt-10 {
margin-top: 0.5rem;
}
.mt-20 {
margin-top: 4.4rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mt-8 {
margin-top: 2rem;
}
.mt-\[90px\] {
margin-top: 90px;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.h-10 {
height: 2.5rem;
}
.h-12 {
height: 3rem;
}
.h-64 {
height: 16rem;
}
.h-8 {
height: 2rem;
}
.h-\[350px\] {
height: 350px;
}
.h-\[360px\] {
height: 360px;
}
.h-\[450px\] {
height: 450px;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.max-h-0 {
max-height: 0px;
}
.max-h-screen {
max-height: 100vh;
}
.min-h-screen {
min-height: 100vh;
}
.w-1\/2 {
width: 50%;
}
.w-10 {
width: 2.5rem;
}
.w-8 {
width: 2rem;
}
.w-\[340px\] {
width: 340px;
}
.w-\[360px\] {
width: 360px;
}
.w-full {
width: 100%;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-5xl {
max-width: 75.4rem;
}
.max-w-\[1100px\] {
max-width: 1100px;
}
.max-w-md {
max-width: 28rem;
}
.max-w-xl {
max-width: 36rem;
}
.-translate-x-1\/2 {
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
  rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
  scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
  rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
  scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
  rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
  scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
cursor: pointer;
}
.resize {
resize: both;
}
.list-inside {
list-style-position: inside;
}
.list-none {
list-style-type: none;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
flex-direction: column;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.gap-4 {
gap: 1rem !important;
}
.gap-8 {
gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
overflow: hidden;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[3px\] {
border-radius: 3px;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
.border {
border-width: 1px;
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-custom-footer1 {
--tw-bg-opacity: 1;
background-color: rgb(44 47 54 / var(--tw-bg-opacity));
}
.bg-custom-footer2 {
--tw-bg-opacity: 1;
background-color: rgb(25 24 30 / var(--tw-bg-opacity));
}
.bg-custom-light-gray {
--tw-bg-opacity: 1;
background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.bg-custom-primary {
--tw-bg-opacity: 1;
background-color: rgb(0 30 110 / var(--tw-bg-opacity));
}
.bg-custom-third {
--tw-bg-opacity: 1;
background-color: rgb(163 198 230 / var(--tw-bg-opacity));
}
.bg-custom-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-custom-white\/90 {
background-color: #ffffffe6;
}
.bg-green-600 {
--tw-bg-opacity: 1;
background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
.bg-cover {
background-size: cover;
}
.bg-right-top {
background-position: right top;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.p-12 {
padding: 3rem;
}
.p-2 {
padding: 0.5rem;
}
.p-4 {
padding: 1rem;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
.p-\[3px\] {
padding: 3px;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pt-20 {
padding-top: 5rem;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.font-barlow {
font-family: Barlow, sans-serif;
}
.font-barlow-condensed {
font-family: Barlow Condensed, sans-serif;
}
.font-gilda {
font-family: Gilda Display, serif;
}
.text-3xl {
font-size: 1.775rem;
line-height: 2.25rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-\[32px\] {
font-size: 32px;
}
.text-\[46px\] {
font-size: 46px;
}
.text-lg {
font-size: 1.09rem;
line-height: 1.75rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold {
font-weight: 700;
}
.font-normal {
font-weight: 400;
}
.font-semibold {
font-weight: 600;
}
.font-thin {
font-weight: 100;
}
.uppercase {
text-transform: uppercase;
}
.leading-8 {
line-height: 2rem;
}
.leading-\[1\.25em\] {
line-height: 1.25em;
}
.leading-\[1\.75em\] {
line-height: 1.75em;
}
.tracking-\[6px\] {
letter-spacing: 6px;
}
.text-\[\#222\] {
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-\[\#666\] {
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/70 {
color: #000000b3;
}
.text-custom-black {
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-custom-gold {
--tw-text-opacity: 1;
color: rgb(255 215 0 / var(--tw-text-opacity));
}
.text-custom-primary {
--tw-text-opacity: 1;
color: rgb(0 30 110 / var(--tw-text-opacity));
}
.text-custom-third {
--tw-text-opacity: 1;
color: rgb(163 198 230 / var(--tw-text-opacity));
}
.text-custom-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-green-500 {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
  0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
  0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
  var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
  0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
  var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
  0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
  0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
  var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-md {
--tw-backdrop-blur: blur(12px);
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
  var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
  var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
  var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
  var(--tw-backdrop-sepia);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
  var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
  var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
  var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
  var(--tw-backdrop-sepia);
}
.transition {
transition-property: color, background-color, border-color,
  text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
  -webkit-backdrop-filter;
transition-property: color, background-color, border-color,
  text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
  backdrop-filter;
transition-property: color, background-color, border-color,
  text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
  backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
}
.transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
}
.transition-colors {
transition-property: color, background-color, border-color,
  text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
}
.transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
}
.transition-transform {
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
}
.duration-1000 {
transition-duration: 1s;
}
.duration-300 {
transition-duration: 0.3s;
}
.duration-500 {
transition-duration: 0.5s;
}
.ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollbar-hide {
-ms-overflow-style: none;
scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
:root {
--custom-primary: #001e6e;
--custom-second: #f8f9fa;
--custom-third: #a3c6e6;
}
html,
body {
overflow-x: hidden;
width: 100%;
scroll-behavior: smooth;
}
.container {
max-width: 100%;
overflow: hidden;
}
section {
max-width: 100vw;
overflow-x: hidden;
}
.sticky {
position: sticky;
top: 0;
z-index: 50;
}
.hover\:bg-custom-black:hover {
--tw-bg-opacity: 1;
background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.hover\:bg-custom-burger:hover {
--tw-bg-opacity: 1;
background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-80:hover {
--tw-bg-opacity: 0.8;
}
.hover\:text-custom-gold:hover {
--tw-text-opacity: 1;
color: rgb(251 249 242);
}
.hover\:text-custom-primary:hover {
--tw-text-opacity: 1;
color: rgb(0 30 110 / var(--tw-text-opacity));
}
.hover\:text-custom-third:hover {
--tw-text-opacity: 1;
color: rgb(163 198 230 / var(--tw-text-opacity));
}
.hover\:text-custom-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}
@media (min-width: 640px) {
.sm\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 768px) {
.md\:left-auto {
  left: auto;
}
.md\:right-6 {
  right: 1.5rem;
}
.md\:my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.md\:mb-0 {
  margin-bottom: 0;
}
.md\:mt-0 {
  margin-top: 0;
}
.md\:block {
  display: block;
}
.md\:flex {
  display: flex;
}
.md\:hidden {
  display: none;
}
.md\:h-\[500px\] {
  height: 500px;
}
.md\:h-\[550px\] {
  height: 550px;
}
.md\:w-1\/2 {
  width: 50%;
}
.md\:w-40 {
  width: 10rem;
}
.md\:w-\[300px\] {
  width: 300px;
}
.md\:w-full {
  width: 100%;
}
.md\:max-w-5xl {
  max-width: 75.4rem;
}
.md\:max-w-full {
  max-width: 100%;
}
.md\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:flex-row {
  flex-direction: row;
}
.md\:flex-row-reverse {
  flex-direction: row-reverse;
}
.md\:justify-end {
  justify-content: flex-end;
}
.md\:gap-8 {
  gap: 2rem;
}
.md\:p-6 {
  padding: 1.5rem;
}
.md\:px-0 {
  padding-left: 0;
  padding-right: 0;
}
.md\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.md\:py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.md\:py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.md\:text-left {
  text-align: left;
}
.md\:text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.md\:text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
}
@media (min-width: 1024px) {
.lg\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.lg\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:gap-24 {
  gap: 6rem;
}
.lg\:px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
}
.custom-form input {
  color: black;
}
.custom-form label{
  font-size: 16px;
}
[type='custom-submit']{
  margin: auto !important;
  background-color: #001e6e !important;
  border-color: transparent !important;
}
.req{
  background: #8f745e5e;
}
.err{
  border-color: red !important;
}
[data-target='ol-css']{
  height: 37rem; 
}
#middle-page-div{
  position: relative;
  justify-content: center;
  top: 6rem;
}
@media (max-width: 768px) {
  .mt-20 {
    margin-top: 6.4rem !important;
  }
  [data-target='ol-css']{
    height: 58rem !important;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateX(100px); 
  transition: all 0.6s ease-out;
}

.animate-on-scroll.animate {
  opacity: 1;
  transform: translateX(0);
}
.animate-up{
  opacity: 0;
  transform: translateY(100px); 
  transition: all 0.6s ease-out;
}
.animate-up.animate {
  opacity: 1;
  transform: translateY(0);
}
.animate-up3{
  opacity: 0;
  transform: translateY(100px); 
  transition: all 0.6s ease-out;
}
.animate-up3.animate {
  opacity: 1;
  transform: translateY(0);
}
.animate-up2{
  opacity: 0;
  transform: translateY(100px); 
  transition: all 0.6s ease-out;
}
.animate-up2.animate {
  opacity: 1;
  transform: translateY(0); 
}
.animate-zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-out;
}
.animate-zoom-in.animate {
  opacity: 1;
  transform: scale(1); 
}
#toggleB.active span:nth-child(1) {
  display: block !important;
  height: 3px !important;
  width: 100% !important;
  background: black !important;
  transition-timing-function: ease !important;
  transition-duration: 0.5s !important;
  border-radius: 0px !important;
  transform-origin: center center !important;
  position: absolute !important;
  transform: translate3d(0px, 9px, 0px) rotate(45deg) !important;
  margin-top: -1.5px !important;
}

#toggleB.active span:nth-child(2) {
  display: block !important;
  height: 3px !important;
  width: 100% !important;
  background: black !important;
  transition-timing-function: ease-out !important;
  transition-duration: 0.125s !important;
  border-radius: 0px !important;
  transform-origin: center center !important;
  position: absolute !important;
  opacity: 0 !important;
  top: 9px !important;
  margin-top: -1.5px !important;
}

#toggleB.active span:nth-child(3) {
  display: block !important;
  height: 3px !important;
  width: 100% !important;
  background: black !important;
  transition-timing-function: ease !important;
  transition-duration: 0.5s !important;
  border-radius: 0px !important;
  transform-origin: center center !important;
  position: absolute !important;
  transform: translate3d(0px, 9px, 0px) rotate(-45deg) !important;
  margin-top: -1.5px !important;
}
.fade-up {
  opacity: 0 !important;
  transform: translateY(20px) !important; 
  transition: opacity 0.5s ease, transform 0.5s ease !important;
}
.fade-up-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.nav-bar a:hover{
  scale: 1.05 !important;
}
.flip-container {
  perspective: 1000px; 
}

.flip-container {
  opacity: 0; 
  transform: rotateX(90deg);
  transition: all 0.6s ease-out; 
}

.flip-container.animate {
  opacity: 1; 
  transform: rotateX(0);
}
.slick-dots{
  bottom: -30px !important;
}
.slider .slick-dots{
  bottom: -25px !important;
}
.slick-dots li{
  margin: 0 !important
}
.slick-dots li button::before {
  color: #000 !important;
  font-size: 8px !important;
}
.slider .slick-dots li.slick-active button:before {
  color: #fff !important;
}
.mb-7-f-m{
  margin-bottom: -5rem;
}
.m-1-l{
  /* margin-left: -1rem !important; */
}
.acc-num {
  align-items: center;
  height: 2rem;
  width: 2rem;
  border: 1px solid;
  padding: 0.5rem;
  border-radius: 6rem;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  background-color: rgb(0, 30, 110, 1);
  color: rgb(255, 255, 255, 1);
}
@media  (max-width: 370px)  {
  #LMobileC{
    height: 79rem !important;
  }
}
@media (max-width: 768px) {
  .acc-con{
    padding-left: 0.81rem;
    padding-right: 1.3rem;
  }
  /* #recognized{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  } */
  [data-target='h3-testimonials']{
    margin-left: 0.7rem;
  }
  #customImg{
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }
  .slider-container{
    padding: 1rem;
  }
  #wtcText{
     padding-left: 0rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  #package{
    margin-bottom: -7rem !important;
  }
  [data-target='ba-text']{
    margin-left: 1rem;
  }
  [data-target='ba-p-text']{
    margin-left: 1rem;
  }
  [data-target='h3-testimonials']{
    margin-left: 2.1rem;
  }
  #wtcText{
    padding-left: 0rem !important;
   }
   #serText{
    padding-left: 0rem !important;
   }
   #procText{
    padding-left: 0.5rem !important;
   }
   #p-content-bar{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
   }
}
.narrow-line-height{
  line-height: 1.1rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.w-t-c-css{
  max-width: 75.4rem !important;
}
.proc-css{
  max-width: 75.4rem !important;
}
.first-c-h{
  border-radius: 0.5rem;
  box-shadow: -3px 9px 19px -15px rgba(0,0,0,0.75);
-webkit-box-shadow: -3px 9px 19px -15px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 9px 19px -15px rgba(0,0,0,0.75);
}
.clc-css{
  max-width: 75.4rem !important;
}
.get-free-c-b{
  margin-top: 1.5rem;
  background-color: rgb(0, 30, 110, 1);
  color: #fff;
}
.get-free-c-b:hover{
  color:rgb(163, 198, 230) !important;
}
/* .slick-track{
  gap: 10px;
  display: flex;
} */
.custom-shadow{
  -webkit-box-shadow: 10px 10px 41px -30px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 41px -30px rgba(0,0,0,0.75);
box-shadow: 10px 10px 41px -30px rgba(0,0,0,0.75);
}
.menu-item {
  position: relative; 
  display: inline-block; 
}
.underline {
  position: absolute; 
  left: 0; 
  bottom: -5px; 
  width: 100%; 
  height: 2px; 
  background-color: rgb(0, 30, 110);
  transform: scaleX(0); 
  transform-origin: left; 
  transition: transform 0.3s ease; 
}
.menu-item:hover .underline {
  transform: scaleX(1); 
  animation: fadeOut 0.5s forwards; 
}
@keyframes shine {
  0% {
      transform: scaleX(1); /* Tam uzunlukta */
      box-shadow: 0 0 5px rgba(255, 255, 255, 0); /* BaÅŸlangÄ±Ã§ta gÃ¶lge yok */
      opacity: 0; /* BaÅŸlangÄ±Ã§ta gÃ¶rÃ¼nmez */
  }
  50% {
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* ParlaklÄ±k ekle */
      opacity: 1; /* Tam gÃ¶rÃ¼nÃ¼r */
  }
  100% {
      box-shadow: 0 0 0 rgba(255, 255, 255, 0); /* ParlaklÄ±k kaybolur */
      opacity: 0; /* Yeniden kaybolma */
  }
}
.animate-right {
  opacity: 0;
  transform: translateX(100px); /* Sağdan başlayacak */
  transition: all 0.6s ease-out;
}

.animate-right.animate {
  opacity: 1;
  transform: translateX(0); /* Orijinal konumuna gelecek */
}

/* Soldan sağa kayan animasyon */
.animate-left {
  opacity: 0;
  transform: translateX(-100px); /* Soldan başlayacak */
  transition: all 0.6s ease-out;
}

.animate-left.animate {
  opacity: 1;
  transform: translateX(0); /* Orijinal konumuna gelecek */
}
#ba-div .content-text{
  font-family: Barlow, sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: rgb(255, 255, 255) !important;
}
.animate-on-scroll2 {
  opacity: 0;
  transform: translateX(100px); 
  transition: all 0.6s ease-out;
}

.animate-on-scroll2.animate {
  opacity: 1;
  transform: translateX(0);
}
#testimonials .content-text{
  font-family: Barlow, sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: rgb(255, 255, 255) !important;
}
.content-text{
  font-family: Barlow, sans-serif;
  font-size: 16px !important;
  font-weight: 400  !important;
  line-height: 28px !important;
  color: rgb(102, 102, 102) !important;
}
#process .content-mini-header{
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  font-family: Gilda Display, serif !important;
}
.content-mini-header{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-family: Gilda Display, serif;
  color:rgb(0, 30,110)
}
.menu-text{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Gilda Display, serif;
}
@media (min-width:1280px){
  #services-mobile-header{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width:768px) {
  .first-c-h{
    padding: 1.5rem !important;
  }
  #second-trustpilot{
    margin-top: 2rem !important;
  }
  /* .img-fluid{
    max-width: 50% !important;
  } */
  #mobile-trustpilot{
    padding-left: 2.2rem !important;
  }
  #mobile-recognized{
    /* padding-top: 4rem !important; */
  }
  #mobile-img-rev1{
    margin-bottom: -10rem;
  }
  #services{
    padding-bottom: 2rem !important;
  }
  /* .mobile-img-rev-r{
    padding-top: 0.7rem;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  } */
  /* .mobile-img-rev-l{
    padding-top: 0.7rem;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  } */
  #services-mobile-header{
    padding-left: 0 !important;
    margin-left: -0.3rem !important;
  }
  .services-text{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #services-mobile-tag{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .custom-mt{
    margin-top:3rem;
  }
  .mobile-img-rev-r{
    border-top-left-radius: 0.5rem !important; 
    border-top-right-radius: 0.5rem !important; 
  }
  .mobile-img-rev-l{
    border-top-left-radius: 0.5rem !important; 
    border-top-right-radius: 0.5rem !important; 
  }
}
.img-fluid{
  max-width: 60%;
}
@media (min-width:768px){
  .mobile-img-rev-r{
    /* border-top-right-radius: 0.5rem;  */
    /* border-bottom-right-radius: 0.5rem;  */
    border-radius: 4px;
    height: 18rem;
  }
  .mobile-img-rev-l{
    /* border-top-left-radius: 0.5rem; 
    border-bottom-left-radius: 0.5rem;  */
    border-radius: 4px;
    height: 18rem;
  }
}