@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[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:  ;
}

::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:  ;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-inset-1{
  inset: -0.25rem;
}

.inset-0{
  inset: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.bottom-0{
  bottom: 0px;
}

.end-1{
  inset-inline-end: 0.25rem;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-8{
  right: 2rem;
}

.top-0{
  top: 0px;
}

.top-6{
  top: 1.5rem;
}

.isolate{
  isolation: isolate;
}

.isolation-auto{
  isolation: auto;
}

.-z-20{
  z-index: -20;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.m-1{
  margin: 0.25rem;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5{
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.inline-table{
  display: inline-table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

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

.grid{
  display: grid;
}

.inline-grid{
  display: inline-grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-0{
  height: 0px;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1{
  height: 0.25rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-48{
  height: 12rem;
}

.h-56{
  height: 14rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-96{
  height: 24rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[600px\]{
  max-height: 600px;
}

.min-h-\[500px\]{
  min-height: 500px;
}

.w-1\/12{
  width: 8.333333%;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-10{
  width: 2.5rem;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 3rem;
}

.w-2\/12{
  width: 16.666667%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-2\/4{
  width: 50%;
}

.w-2\/5{
  width: 40%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3\/12{
  width: 25%;
}

.w-3\/4{
  width: 75%;
}

.w-3\/5{
  width: 60%;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-52{
  width: 13rem;
}

.w-56{
  width: 14rem;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-96{
  width: 24rem;
}

.w-full{
  width: 100%;
}

.w-min{
  width: -moz-min-content;
  width: min-content;
}

.w-screen{
  width: 100vw;
}

.min-w-\[100px\]{
  min-width: 100px;
}

.min-w-\[150px\]{
  min-width: 150px;
}

.min-w-\[30px\]{
  min-width: 30px;
}

.min-w-full{
  min-width: 100%;
}

.min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-\[800px\]{
  max-width: 800px;
}

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

.shrink{
  flex-shrink: 1;
}

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

.grow{
  flex-grow: 1;
}

.basis-1\/3{
  flex-basis: 33.333333%;
}

.basis-2\/3{
  flex-basis: 66.666667%;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.caption-top{
  caption-side: top;
}

.caption-bottom{
  caption-side: bottom;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.\!transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-cpu{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none{
  transform: none;
}

.touch-auto{
  touch-action: auto;
}

.touch-none{
  touch-action: none;
}

.touch-pan-x{
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left{
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right{
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up{
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down{
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom{
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation{
  touch-action: manipulation;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.snap-none{
  scroll-snap-type: none;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity{
  --tw-scroll-snap-strictness: proximity;
}

.snap-start{
  scroll-snap-align: start;
}

.snap-end{
  scroll-snap-align: end;
}

.snap-center{
  scroll-snap-align: center;
}

.snap-align-none{
  scroll-snap-align: none;
}

.snap-normal{
  scroll-snap-stop: normal;
}

.snap-always{
  scroll-snap-stop: always;
}

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

.break-before-auto{
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid{
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all{
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page{
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page{
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left{
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right{
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column{
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto{
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page{
  break-inside: avoid-page;
}

.break-inside-avoid-column{
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto{
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid{
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all{
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page{
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page{
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left{
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right{
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column{
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-flow-dense{
  grid-auto-flow: dense;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

.flex-col-reverse{
  flex-direction: column-reverse;
}

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

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

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

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

.place-content-start{
  place-content: start;
}

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

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

.place-content-around{
  place-content: space-around;
}

.place-content-evenly{
  place-content: space-evenly;
}

.place-content-baseline{
  place-content: baseline;
}

.place-content-stretch{
  place-content: stretch;
}

.place-items-start{
  place-items: start;
}

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

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

.place-items-baseline{
  place-items: baseline;
}

.place-items-stretch{
  place-items: stretch;
}

.content-normal{
  align-content: normal;
}

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

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

.content-end{
  align-content: flex-end;
}

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

.content-around{
  align-content: space-around;
}

.content-evenly{
  align-content: space-evenly;
}

.content-baseline{
  align-content: baseline;
}

.content-stretch{
  align-content: stretch;
}

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

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

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

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

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

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

.justify-start{
  justify-content: flex-start;
}

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

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

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

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

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

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

.justify-items-start{
  justify-items: start;
}

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

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

.justify-items-stretch{
  justify-items: stretch;
}

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-24{
  gap: 6rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-y-32{
  row-gap: 8rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.place-self-auto{
  place-self: auto;
}

.place-self-start{
  place-self: start;
}

.place-self-end{
  place-self: end;
}

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

.place-self-stretch{
  place-self: stretch;
}

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

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

.self-end{
  align-self: flex-end;
}

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

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

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

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

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-clip{
  overflow-x: clip;
}

.overflow-y-clip{
  overflow-y: clip;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.overscroll-auto{
  overscroll-behavior: auto;
}

.overscroll-contain{
  overscroll-behavior: contain;
}

.overscroll-none{
  overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

.scroll-auto{
  scroll-behavior: auto;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.text-clip{
  text-overflow: clip;
}

.hyphens-none{
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual{
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-normal{
  white-space: normal;
}

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

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.whitespace-break-spaces{
  white-space: break-spaces;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.break-keep{
  word-break: keep-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

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

.rounded-md{
  border-radius: 0.375rem;
}

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

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-e{
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-s{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-ee{
  border-end-end-radius: 0.25rem;
}

.rounded-es{
  border-end-start-radius: 0.25rem;
}

.rounded-se{
  border-start-end-radius: 0.25rem;
}

.rounded-ss{
  border-start-start-radius: 0.25rem;
}

.rounded-tl{
  border-top-left-radius: 0.25rem;
}

.rounded-tl-none{
  border-top-left-radius: 0px;
}

.rounded-tr{
  border-top-right-radius: 0.25rem;
}

.\!border{
  border-width: 1px !important;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-e{
  border-inline-end-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-r{
  border-right-width: 1px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-s{
  border-inline-start-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-double{
  border-style: double;
}

.border-hidden{
  border-style: hidden;
}

.border-none{
  border-style: none;
}

.border-\[rgba\(112\2c 112\2c 112\2c 1\)\]{
  border-color: rgba(112,112,112,1);
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-input-color{
  --tw-border-opacity: 1;
  border-color: rgb(61 95 217 / var(--tw-border-opacity));
}

.border-sky-700{
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-l-slate-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-r-gray-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-r-slate-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-\[\#2e3d80\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 61 128 / var(--tw-bg-opacity));
}

.bg-\[\#3d5fd9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(61 95 217 / var(--tw-bg-opacity));
}

.bg-\[rgb\(255\2c 0\2c 0\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-\[rgba\(112\2c 112\2c 112\2c 0\.5\)\]{
  background-color: rgba(112,112,112,0.5);
}

.bg-\[rgba\(190\2c 199\2c 212\2c 0\.4\)\]{
  background-color: rgba(190,199,212,0.4);
}

.bg-\[rgba\(243\2c 243\2c 243\2c 1\)\]{
  background-color: rgba(243,243,243,1);
}

.bg-\[rgba\(34\2c 84\2c 123\2c 1\)\]{
  background-color: rgba(34,84,123,1);
}

.bg-\[rgba\(61\2c 82\2c 213\2c 1\)\]{
  background-color: rgba(61,82,213,1);
}

.bg-\[rgba\(61\2c 95\2c 217\2c 1\)\]{
  background-color: rgba(61,95,217,1);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-five-link-start{
  --tw-gradient-from: #3d5fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 95 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-menu-start-grad{
  --tw-gradient-from: #2e3d80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 61 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-uye-ol-start{
  --tw-gradient-from: #3d5fd9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 95 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-five-link-end{
  --tw-gradient-to: #2e3d80 var(--tw-gradient-to-position);
}

.to-menu-end-grad{
  --tw-gradient-to: #1b244c var(--tw-gradient-to-position);
}

.to-odeme-back-color{
  --tw-gradient-to: #e9e9e9 var(--tw-gradient-to-position);
}

.to-uye-ol-end{
  --tw-gradient-to: #1f306d var(--tw-gradient-to-position);
}

.decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-clip-border{
  background-clip: border-box;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.bg-clip-content{
  background-clip: content-box;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-origin-border{
  background-origin: border-box;
}

.bg-origin-padding{
  background-origin: padding-box;
}

.bg-origin-content{
  background-origin: content-box;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

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

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.align-sub{
  vertical-align: sub;
}

.align-super{
  vertical-align: super;
}

.font-monte{
  font-family: Montserrat, sans-serif;
}

.font-nexa{
  font-family: Poppins, sans-serif;
}

.font-poppins{
  font-family: Poppins, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-extralight{
  font-weight: 200;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-\[\#03a9f4\]{
  --tw-text-opacity: 1;
  color: rgb(3 169 244 / var(--tw-text-opacity));
}

.text-\[\#336699\]\/\[\.35\]{
  color: rgb(51 102 153 / .35);
}

.text-\[rgba\(0\2c 0\2c 0\2c 1\)\]{
  color: rgba(0,0,0,1);
}

.text-\[rgba\(107\2c 111\2c 117\2c 1\)\]{
  color: rgba(107,111,117,1);
}

.text-\[rgba\(11\2c 40\2c 62\2c 1\)\]{
  color: rgba(11,40,62,1);
}

.text-\[rgba\(115\2c 115\2c 115\2c 1\)\]{
  color: rgba(115,115,115,1);
}

.text-\[rgba\(214\2c 0\2c 0\2c 1\)\]{
  color: rgba(214,0,0,1);
}

.text-\[rgba\(220\2c 0\2c 0\2c 1\)\]{
  color: rgba(220,0,0,1);
}

.text-\[rgba\(34\2c 84\2c 123\2c 1\)\]{
  color: rgba(34,84,123,1);
}

.text-\[rgba\(42\2c 56\2c 117\2c 1\)\]{
  color: rgba(42,56,117,1);
}

.text-\[rgba\(67\2c 67\2c 67\2c 1\)\]{
  color: rgba(67,67,67,1);
}

.text-\[rgba\(74\2c 185\2c 207\2c 1\)\]{
  color: rgba(74,185,207,1);
}

.text-\[rgba\(75\2c 78\2c 83\2c 1\)\]{
  color: rgba(75,78,83,1);
}

.text-\[rgba\(84\2c 159\2c 217\2c 1\)\]{
  color: rgba(84,159,217,1);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-heading-color{
  color: rgba(0,83,157,1);
}

.text-dedik-4-item{
  color: rgba(75,78,83,1);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-paragraph-color{
  color: rgba(112,118,125,1);
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.overline{
  text-decoration-line: overline;
}

.line-through{
  text-decoration-line: line-through;
}

.no-underline{
  text-decoration-line: none;
}

.decoration-solid{
  text-decoration-style: solid;
}

.decoration-double{
  text-decoration-style: double;
}

.decoration-dotted{
  text-decoration-style: dotted;
}

.decoration-dashed{
  text-decoration-style: dashed;
}

.decoration-wavy{
  text-decoration-style: wavy;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-40{
  opacity: 0.4;
}

.bg-blend-normal{
  background-blend-mode: normal;
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-screen{
  background-blend-mode: screen;
}

.bg-blend-overlay{
  background-blend-mode: overlay;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.bg-blend-lighten{
  background-blend-mode: lighten;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.bg-blend-difference{
  background-blend-mode: difference;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.bg-blend-hue{
  background-blend-mode: hue;
}

.bg-blend-saturation{
  background-blend-mode: saturation;
}

.bg-blend-color{
  background-blend-mode: color;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.mix-blend-normal{
  mix-blend-mode: normal;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.mix-blend-darken{
  mix-blend-mode: darken;
}

.mix-blend-lighten{
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.mix-blend-difference{
  mix-blend-mode: difference;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

.mix-blend-hue{
  mix-blend-mode: hue;
}

.mix-blend-saturation{
  mix-blend-mode: saturation;
}

.mix-blend-color{
  mix-blend-mode: color;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

.mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}

.\!shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.outline-dashed{
  outline-style: dashed;
}

.outline-dotted{
  outline-style: dotted;
}

.outline-double{
  outline-style: double;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none{
  filter: none;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -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);
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -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);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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);
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -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);
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
  -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);
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -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);
}

.backdrop-filter{
  -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);
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.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: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

html,
body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

a {
  cursor: pointer;
}

.hidden {
  display: none;
}

body {
  /* min-width: 1150px; */
}

.logo {
  background-image: url("/assets/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.fixed-header-on .sticky-menu {
  background-color: white;
  /* backdrop-filter: blur(50px); */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 1px 2px -2px #dae2ff;
}

.fixed-header-on .logo {
  background-image: url("/assets/cancargo/canlogo_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 180px;
}

.fixed-header-on #mainMenu {
  background-color: transparent;
  background-image: none;
}

.fixed-header-on .sticky-menu + div {
  padding-top: 200px;
}

.menu-social li i {
  color: #2e3d80;
}

.menu-social li input {
  border-color: rgba(46, 61, 128, 1);
  margin-bottom: 5px;
  background-color: rgba(161, 181, 255, 0.102);
}

footer .title {
  color: rgba(112, 118, 125, 1);
}

.menu-social-footer li a {
  transition: transform 0.2s;
  display: block;
}

.menu-social-footer li a:hover {
  transform: scale(1.2) rotate(360deg);
}

.menu-social-footer li i {
  color: #3d5fd9;
}

.menu-social-footer li input {
  /* border-color: rgba(46,61,128,1);
    margin-bottom: 5px;
    background-color: rgba(161,181,255,0.102); */
}

.search-box {
  transition: all 0.3s;
}

.search-box:focus {
  float: left;
}

.search-box:focus + i {
  float: right;
}

.main-menu > ul > li > a {
  color: rgba(228, 233, 255, 1);
  padding: 5px 20px 10px;
  /* color:rgba(41,55,116,1); */
  background-color: rgb(44, 56, 106);
  border-radius: 20px;
}

.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.hover-effect,
.main-menu > ul > li > a:active,
.main-menu > ul > li > a.active,
a > .sub-menu:hover {
  color: rgba(41, 55, 116, 1);
  background-color: rgba(228, 233, 255, 1);
  border-radius: 20px;
  /* padding:0px 20px 0px; */
}

/* submenu style */

.main-menu ul .sub-menu {
  position: absolute;
  /* width: 400px; */
  height: auto;
  background-color: #66709a;
  box-shadow: 0 20px 45px #00000020;
  margin-top: -50px;
  opacity: 0;
  z-index: -999;
  display: flex;
  visibility: hidden;
  transition: all ease 0.3s;
}

.sub-menu-right {
  right: 0px;
}

.main-menu ul li:hover .sub-menu {
  z-index: 99;
  opacity: 1;
  margin-top: 10px;
  display: flex;
  visibility: visible;
}

.main-menu ul .sub-menu li {
  margin: 0;
  width: 100%;
}

.main-menu ul .sub-menu li a {
  /* padding: 15px 20px; */
  display: inline-block;
  /* width: 100%; */
  color: rgba(233, 237, 255, 1);
  font-size: 0.9em;
  padding: 3px;
}

.main-menu ul .sub-menu li a:hover,
.main-menu ul .sub-menu li a.active {
  color: #aeb4d0;
  background-color: #4e5884;
  border-radius: 10px;
  padding: 3px;
}

.sub-menu-first-section {
  border-bottom-color: 4e5884;
  margin-right: 10px;
  margin-bottom: 30px;
}

.hero_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/** Sticky Menu Changes****/

.fixed-header-on .main-menu > ul > li > a {
  color: rgba(00, 00, 00, 1);
  padding: 5px 20px 5px;
  /* color:rgba(41,55,116,1); */
  background-color: #f0e4e4;
  border-radius: 20px;
}

.fixed-header-on .main-menu > ul > li > a:hover,
.fixed-header-on .main-menu > ul > li > a.hover-effect,
.fixed-header-on .main-menu > ul > li > a:active,
.fixed-header-on .main-menu > ul > li > a.active,
a > .sub-menu:hover {
  color: white;
  background-color: rgba(255, 0, 0, 1);
  border-radius: 20px;
  /* padding:0px 20px 0px; */
}

/* submenu style */

.fixed-header-on .main-menu ul .sub-menu {
  position: absolute;
  /* width: 400px; */
  height: auto;
  background-color: rgb(254, 98, 99);
  box-shadow: 0 20px 45px #00000020;
  margin-top: 0px;
  opacity: 0;
  z-index: -999;
  display: flex;
  visibility: hidden;
  transition: all ease 0.3s;
}

.sub-menu-right {
  right: 0px;
}

.fixed-header-on .main-menu ul li:hover .sub-menu {
  z-index: 99;
  opacity: 1;
  margin-top: 6px;
  display: flex;
  height: auto;
  visibility: visible;
}

.fixed-header-on .main-menu ul .sub-menu li {
  margin: 0;
  width: 100%;
}

.fixed-header-on .main-menu ul .sub-menu li a {
  /* padding: 15px 20px; */
  display: inline-block;
  /* width: 100%; */
  color: rgba(0, 0, 0, 1);
  font-size: 0.9em;
}

.fixed-header-on .main-menu ul .sub-menu li a:hover,
.fixed-header-on .main-menu ul .sub-menu li a.active {
  color: rgba(255, 255, 255, 1);
  color: #ffffff;
  background-color: rgb(154, 81, 104);
  border-radius: 10px;
  padding: 3px;
}

.fixed-header-on .sub-menu-first-section {
  border-bottom-color: rgb(154, 81, 104);
  margin-right: 10px;
  margin-bottom: 30px;
}

footer ul.hizmetler li {
  color: rgba(147, 154, 163, 1);
  margin-bottom: 16px;
}

.online-sube {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.online-sube path {
  fill: rgba(213, 243, 255, 0.388);
}

.can-app {
  filter: drop-shadow(0px 3px 6px rgba(37, 49, 102, 0.361));
  width: 121px;
  height: 124px;
}

.online-sube-container {
  min-height: 800px;
}

.yerli-banners {
  /*min-height: 480px;*/
}

/*#BANER1 {
    position: absolute;
    width: 50%;
    height: auto;
    left: 0px;
    top: 0;
    overflow: visible;
    z-index: 2;
}
#Mask_Group_8 {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    overflow: visible;
}
#Path_1961_cwl {
    fill: url(#Path_1961_cwl);
}
.Path_1961_cwl {
    mix-blend-mode: multiply;
    overflow: visible;
    position: absolute;
    width: 1033.722px;
    height: 480px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

#BANER2 {
    position: absolute;
    width: 1033.722px;
    height: 480.158px;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 0;
}
#Group_1834 {
    position: absolute;
    width: 1033.722px;
    height: 480px;
    left: 0px;
    top: 0px;
    overflow: visible;
}
#Mask_Group_7 {
    position: absolute;
    width: 1033.721px;
    height: 480px;
    left: 0px;
    top: 0px;
    overflow: visible;
}
#Path_1960_cwf {
    fill: url(#Path_1960_cwf);
}
.Path_1960_cwf {
    mix-blend-mode: multiply;
    overflow: visible;
    position: absolute;
    width: 1033.721px;
    height: 480px;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}
#haritas {
    opacity: 0.53;
    position: absolute;
    width: 783.2px;
    height: 385.481px;
    left: 172.122px;
    top: 94.677px;
    overflow: visible;
}
#TRKYENN_HER_NOKTASINA_ULAIYORU {
    left: 578.522px;
    top: 51.477px;
    position: absolute;
    overflow: visible;
    width: 391px;
    white-space: nowrap;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    color: rgba(255,255,255,1);
    z-index: 5;
}*/

#BANER1,
#BANER2 {
  --s: 120px;
  /* min-height:480px; */
  width: 60%;
  /* margin-bottom: 30px; */
}

#BANER1 {
  /* background:red; */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#BANER2 {
  /* background:green; */
  /* a little smaller than --s to create a gap */
  margin-left: calc(var(--s) * -1 + 10px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#Ellipse_308 {
  fill: transparent;
  stroke: rgba(170, 231, 254, 1);
  stroke-width: 25px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

.Ellipse_308 {
  position: absolute;
  overflow: visible;
  width: 120.4px;
  height: 120.4px;
  left: 50%;
  top: 20%;
}

#n_00__YERL {
  left: 56%;
  top: 30%;
  position: absolute;
  overflow: visible;
  width: 121px;
  white-space: nowrap;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  color: rgba(255, 255, 255, 1);
}

.road-bg {
  background: transparent url("/assets/cancargo/mask/Mask_Group_17.png");
  background-size: cover;
  min-height: 200px;
  margin-top: -205px;
}

.three-menu {
  background-image: url("/assets/cancargo/mask/world-map.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.three-menu-col .back-photo {
  width: 100%;
}

.three-menu .back-image {
  margin-bottom: 6rem;
}

#REFRANSE {
  margin-top: 50%;
}

#Mask_Group_11 {
  /*width:600px;*/
}

.eco {
  /* margin-bottom: 7.5rem; */
  background-position: top right;
  background-image: url("/assets/cancargo/mask/Mask_Group_12.png");
  background-size: 18%;
  background-repeat: no-repeat;
  padding-right: 100px;
}

.box-boy {
  color: rgba(74, 87, 167, 1);
  background-position: top left;
  background-image: url("/assets/cancargo/mask/Mask_Group_11.png");
  background-repeat: no-repeat;
  padding-right: 100px;
  /* min-height: 650px; */
  width: 1400px;
  height: 800px;
  background-size: 100% 100%;
}

@media screen and (max-width: 1360px) {
  .eco {
    font-size: 0.8em;
  }

  .box-boy {
    min-height: 600px;
  }

  .box-boy-info {
    min-height: 160px;
  }

  .road-bg {
    margin-top: -245px;
    min-height: 120px;
  }
}

.eco {
  min-height: 730px;
}

.five-link li a {
  opacity: 0.2;
}

.five-link li span {
  display: block;
  text-align: center;
  width: 100%;
}

.five-link li:hover a,
.five-link li a:hover,
.five-link li.active a {
  opacity: 1;
}

.five-link li::after {
  height: 40px;
  width: 100%;
  display: block;
  content: "";
}

.five-link li.active {
  background-color: transparent;
  background-image: url("/assets/cancargo/blue-icons/mama.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 60px;
}

.blue-hakkimizda .blue-box {
  /* background-color: #dae2ff; */
  padding: 20px;
  color: white;
  background-image: url("/assets/cancargo/mask/blue-box-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.blue-hakkimizda .blue-info-link {
  color: #778392;
}

.blue-hakkimizda .daha-fazla-link {
  color: #eb6e6e;
  transition: all 0.3s;
}

.blue-hakkimizda .daha-fazla-link:hover {
  color: white;
  background-color: red;
}

.blue-hakkimizda .daha-fazla-link i {
  transition: all 0.3s;
}

.blue-hakkimizda .daha-fazla-link:hover i {
  color: red;
  font-size: 1em;
  margin-left: 4px;
}

.radius-3 {
  border-bottom-left-radius: 10px;
}

.radius-5 {
  border-radius: 5px;
}

.kargo-takip-section button {
  width: 80px;
}

.en-yakin-sube-section button {
  width: 80px;
}

.kac-gunde-section button {
  width: 80px;
}

.ucret-hesapla-section button {
  /* width: 80px; */
}

#scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  color: #2c3d80;
  border: #2c3d80 solid 2px;
  width: 40px;
  height: 40px;
  display: block;
}

#scrollToTop a {
  transition: all 0.3s;
}

#scrollToTop a:hover {
  font-size: 1.5em;
}

.three-menu .back-image {
  overflow: visible;
}

.three-menu .back-image .content {
  -webkit-clip-path: url("#mask");
          clip-path: url("#mask");
  background-position: top left;
  background-size: contain;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
  background-repeat: no-repeat;
  overflow: hidden;
  /* border-radius: 20px; */
}

.three-menu .content .content-path {
  background-position: top left;
  background-size: cover;
  transition: all 0.3s;
}

.three-menu .content p {
  font-size: 0.8em;
}

.three-menu .back-image:hover {
  overflow: visible;
}

.three-menu .back-image:hover .content {
  height: 340px;
  overflow: visible;
  -webkit-clip-path: none;
          clip-path: none;
  border-radius: 20px;
}

.three-menu .back-image:hover .content-path {
  height: 340px;
  overflow: visible;
  /* clip-path:none;   */
  border-radius: 20px;
}

.three-menu .back-image:hover .content h3 {
  margin-bottom: 0;
  margin-top: 60px;
}

.button-Slider {
  transition: all 0.3s;
  font-size: 0.9em;
  color: red;
  font-weight: 400 !important;
}

.button-Slider:hover {
  color: white !important;
  background-color: #363636 !important;
}

.button-Slider::after {
  transition: all 0.3s;
  content: "\f105";
  font-family: "FontAwesome";
  color: gray;
  float: right;
}

.button-Slider:hover::after {
  color: #ffdd00;
  font-size: 1.1em;
  margin-left: 4px;
}

.three-menu .content .daha-fazla-button {
  transition: all 0.3s;
  font-size: 0.9em;
}

.three-menu .content .daha-fazla-button:hover {
  color: white;
  background-color: red;
}

.three-menu .content .daha-fazla-button i {
  transition: all 0.3s;
}

.three-menu .content .daha-fazla-button:hover i {
  color: red;
  font-size: 1.1em;
  margin-left: 4px;
}

.svg {
  position: absolute;
  width: 0;
  height: 0;
}

.blue-button-ucret {
  transition: all 0.3s;
}

.blue-button-ucret:hover {
  color: white;
}

.blue-button-ucret i {
  transition: all 0.3s;
}

.blue-button-ucret:hover i {
  font-size: 1em;
  margin-left: 4px;
}

.input-icon {
  width: 21px;
  height: 21px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-location-top {
  background-image: url("/assets/cancargo/icons/icon-location-top.png");
}

.icon-location-bottom {
  background-image: url("/assets/cancargo/icons/icon-location-bottom.png");
  background-size: cover;
}

.icon-exchange {
  background-image: url("/assets/cancargo/icons/icon-change.png");
}

.five-link-panel input[type="text"] {
  line-height: 28px;
}

.five-link-panel {
  min-height: 300px;
}

.five-section-row {
  min-height: 400px;
  max-height: 400px;
}

.button-white-red {
  transition: all 0.3s;
  color: red;
  background-color: white;
}

.button-white-red:hover {
  color: white;
  background-color: red;
}

.button-white-red i {
  transition: all 0.3s;
}

.button-white-red:hover i {
  color: white;
  font-size: 1.1em;
  margin-left: 4px;
}

.button-white-black {
  transition: all 0.3s;
  color: red;
  background-color: white;
}

.button-white-black i {
  color: #363636;
}

.button-white-black:hover {
  color: white;
  background-color: #363636;
}

.button-white-black i {
  transition: all 0.3s;
}

.button-white-black:hover i {
  color: #ffdd00;
}

.button-black-white {
  transition: all 0.3s;
  color: white;
  background-color: #363636;
}

.button-black-white i {
  color: #ffdd00;
}

.button-black-white:hover {
  color: red;
  background-color: white;
}

.button-black-white i {
  transition: all 0.3s;
}

.button-black-white:hover i {
  color: #363636;
}

.biz-kimiz-section {
  background-color: #dcdfe8;
}

.biz-kimiz-section p,
.ne-yapiyoruz-section p,
.kalite-section p {
  line-height: 1.8em;
}

.ne-yapiyoruz-section {
  /*background-image: url('/assets/cancargo/mask/krumsal/fiat-doblo-cargo-263-2015-06.png');*/
  /* background-color: #1a1a1a; */
  background-color: #c5c5c5;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.kalite-section .read-more {
  height: auto;
  overflow: hidden;
  background-color: rgba(20, 115, 230, 1);
  color: white;
  padding: 20px;
  border-radius: 20px;
  width: 140%;
  opacity: 0.73;
  transition: all 0.3s;
}

.kalite-section .read-more p {
  opacity: 0.73;
}

.button-black-white-circle {
  transition: all 0.3s;
  color: white;
  background-color: #363636;
}

.button-black-white-circle i {
  color: #ffdd00;
}

.button-black-white-circle:hover {
  color: red;
  background-color: white;
}

.button-black-white-circle i {
  transition: all 0.3s;
}

.button-black-white-circle:hover i {
  color: #363636;
}

.page-header {
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header.vizyon {
  background-image: url("/assets/cancargo/mask/vizyon/Mask_Group_23.png");
}

.page-header.belgeler {
  background-image: url("/assets/cancargo/mask/belgeler/Mask_Group_23.png");
}

.page-header.diploma {
  background-image: url("/assets/cancargo/mask/Depolama_Hizmetlerimiz/middle-banner.png");
}

.page-header.dedik-middle {
  background-image: url("/assets/cancargo/mask/dedike_tasimacilik/road-lights-long-exposure-turn.png");
  height: 350px;
}

.page-header.parsiyel {
  background-image: url("/assets/cancargo/mask/parsiyel/back-cankargo.png");
}

.page-header.butik {
  background-image: url("/assets/cancargo/mask/butik/n_DSC2906.png");
}

.page-header.butik-middle {
  background-image: url("/assets/cancargo/mask/butik/butik-middle.png");
}

.vizyon-wrapper {
  background-color: #f3f3f3;
}

.vizyon-section {
  min-height: 500px;
}

.vizyon-section .vizyon-text {
  background-color: #5196ea;
}

.vizyon-section .vizyon-text p {
  line-height: 2em;
}

.belgeler-wrapper {
  background-image: url("/assets/cancargo/mask/belgeler/download_by.png");
  background-size: cover;
}

.belgeleri-certificate span {
  font-size: 0.8em;
  font-weight: bold;
}

.belgeleri-certificate p {
  font-size: 0.7em;
}

.belgeleri-certificate div {
  cursor: pointer;
}

#modal {
  z-index: 999999999999999 !important;
}

.page-header.kvkk {
  background-image: url("/assets/cancargo/mask/KVKK/Mask_Group_23.png");
}

.kvkk-wrapper {
  background-color: #f3f3f3;
}

.kvkk-section {
  min-height: 500px;
}

.kvkk-section .kvkk-text {
  background-color: #4272ac;
}

.kvkk-section .kvkk-text p {
  line-height: 2em;
}

.page-header.bilgi-toplumu {
  background-image: url("/assets/cancargo/mask/bilgi-toplumu/Mask_Group_23.png");
}

.bilgi-toplumu-wrapper {
  /* background-color: #f3f3f3; */
}

.bilgi-toplumu-section {
  min-height: 500px;
  /* background-color: #e8e7e7; */
}

.bilgi-toplumu-section .bilgi-toplumu-text {
  /* background-color: #4272ac; */
}

.bilgi-toplumu-section .bilgi-toplumu-text p {
  line-height: 2em;
}

.bilgi-toplumu-section .absolute-image {
  /* margin-right: -300px; */
  margin-top: -60px;
  margin-right: -40px;
}

.bilgi-toplumu-section .grid div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bilgi-toplumu-section .grid div:nth-child(odd) {
  font-weight: 600 !important;
  text-align: left;
  padding-left: 20px;
}

.bilgi-toplumu-section .grid div:nth-child(even) {
  text-align: left;
  padding-left: 40px;
  grid-column: span 2 / span 2;
}

.text-stroke-white {
  -webkit-text-stroke: 3px white;
}

.text-stroke-gray {
  -webkit-text-stroke: 1px gray;
}

.line-height-80 {
  line-height: 80px;
}

.button-blue-red {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s;
}

.button-blue-red:hover {
  color: white;
  background-color: red;
}

.button-blue-red i {
  transition: all 0.3s;
}

.button-blue-red:hover i {
  background-color: black;
  color: white;
  font-size: 1em;
  margin-left: 4px;
}

.skrew {
  transform: skewX(12deg);
}

.tab-skrew li {
  transform: skewX(12deg) !important;
  cursor: pointer;
  background-color: #627edf;
}

.tab-skrew li span {
  transform: skewX(-12deg) !important;
}

.tab-skrew li.active {
  background-color: #3d5fd9;
}

.iletisim-cities li {
  margin-bottom: 10px;
  opacity: 0.8;
  cursor: pointer;
}

.iletisim-cities li:hover {
  opacity: 1;
}

.iletisim-table {
  border-spacing: 20px;
  border-collapse: separate;
}

.kureye-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/assets/cancargo/mask/kurye/solid_arrows.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 20px;
}

.kureye-select option {
  font-family: "Montserrat";
  font-size: 1.2em;
}

.kureye-data .kureye-data-row:first-child .kureye-remove {
  display: none;
}

.dagitim_table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.dagitim_table tbody tr:nth-child(even) {
  background-color: transparent;
}

.dagitim_table td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-menu {
  top: 40%;
  left: 10px;
  min-height: 200px;
  display: block;
  width: 30px;
  border-radius: 5px;
  z-index: 20;
}

.side-menu .side-menu-box {
  min-height: 300px;
  display: block;
  width: 50px;
  border-radius: 5px;
}

.side-menu .side-menu-three li {
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px white solid;
  border-radius: 50%;
  background-color: #2e3d80;
  color: white;
  font-size: 0.8em;
  display: flex;
  margin-top: 20px;
  transition: all 0.2s;
  text-align: center;
  place-items: center;
}

.side-menu .side-menu-three li:first-child {
  margin-top: 1px;
}

.side-menu .side-menu-three li:hover {
  width: 250px;
  border-radius: 50px;
  font-size: 20px;
}

.side-menu-three-2 {
  background-image: url("/assets/images/555-011.png");
  background-color: white !important;
  background-size: 72px 76px;
  background-repeat: no-repeat;
}

.side-menu-three-3 li {
  flex-direction: column;
  display: flex;
}

.side-menu-three-2:hover {
  background-image: url("/assets/images/555-01.png");
  background-color: #2e3d80 !important;
  background-size: 72px 76px;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
  justify-content: start !important;
  padding-left: 20px;
}

.side-menu-three-3 i {
  font-size: 30px;
}

.side-menu-three-3 text {
  display: flex;
  justify-content: center;
  place-items: center;
  flex-direction: column;
}

.side-menu-three-3:hover span {
  display: inline;
}

.side-menu-three-3:hover i {
  font-size: 60px !important;
}

.side-menu-three-3:hover a {
  flex-direction: row-reverse;
  display: flex;
  font-size: 20px;
  place-items: center;
  gap: 10px;
}

.mobile-menu {
  display: none;
}

.box-boy img {
  display: none;
}

.mini-screen {
  display: none;
}

/* .big-screen {
  display: block;
} */

.mid-screen-hide {
  display: block;
}

.dideike-banner-2-info {
  float: right;
}

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

/** Tablet **/

@media screen and (min-width: 768px) and (max-width: 1150px) {
  /* .five-link {
    display: none;
  } */

  #mainMenu {
  }

  #mainMenu > ul > li {
    font-size: 0.7em;
  }

  .mid-screen-hide {
    display: none;
  }

  /* .big-screen {
    display: none;
  } */

  .fixed-header-on .main-menu > ul > li > a {
    padding: 5px !important;
  }

  .text-stroke-white {
    -webkit-text-stroke: 1px white;
  }

  .text-stroke-gray {
    -webkit-text-stroke: 1px gray;
  }

  .blue-hakkimizda .object-cover {
    display: none;
  }

  .blue-hakkimizda {
    background-image: url("/assets/cancargo/mask/Mask_Group_2.png");
    min-height: 400px;
    background-position: top left;
    /* background-size: ; */
    background-repeat: no-repeat;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan {
    place-items: start;
    margin-top: 20px;
    flex-direction: column;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan > div {
    padding-left: 10px;
    flex-direction: column;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan .blue-hakkimizda-daraja {
    margin-left: 0;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan * {
    font-size: 1.3em;
  }

  .blue-hakkimizda .blue-hakkimizda-blue-box {
  }

  .blue-hakkimizda .blue-hakkimizda-blue-box .blue-box {
    width: 85%;
  }

  .blue-hakkimizda-sedan {
    inset: unset;
    bottom: -30px;
    right: 0;
    width: 100%;
  }

  .online-sube-container {
    min-height: auto;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="1919px" height="999px" xmlns="http://www.w3.org/2000/svg" fill="rgba(213, 243, 255, 0.388)" viewBox="0 0 1920 999"><path d="M 0 0 L 1920 0 L 1920 867 L 1239.66015625 999 L 0 727 L 0 0 Z"></path></svg>');
    fill: rgba(213, 243, 255, 0.388);
    background-repeat: no-repeat;
    /* background-color: rgba(213, 243, 255, 0.388); */
    background-position: top left;
  }

  .online-sube-data {
    position: inherit;
    inset: unset;
    display: block;
  }

  .online-sube-data-flex {
    flex-direction: column;
  }

  .online-sube-data-flex-col-1 {
    margin-left: 0px;
    padding-left: 30px;
    width: 100%;
    z-index: 3;
  }

  .online-sube-data-flex-col-2 {
    /* margin-left: 0px;
    padding-left: 100px;
    width: 70%; */
    margin-top: -100px;
  }

  .online-sube-data-flex-col-1 h2 {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;
  }

  .online-sube-data-flex-col-1 p {
    margin-top: 10px;
    font-size: 0.8em;
  }

  .online-sube-data-flex-col-2 {
    z-index: 2;
  }

  .online-sube-data-flex-col-2 img {
    max-width: 140%;
  }

  .online-sube-data-flex-apps {
    margin-top: 5px;
  }

  .three-menu-button-flex {
    flex-direction: column;
    place-items: center;
    margin-top: 10px;
  }

  .three-menu-col .back-photo {
    width: 100%;
  }

  .three-menu-col {
    width: 100%;
  }

  .kureye-data-row span {
    display: block;
    height: 50px;
    text-align: center;
    width: 100%;
  }

  .odeme-container {
    width: 100%;
    padding: 10px;
    gap: 0.75rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .odeme-container-info ul li {
    min-width: 100px;
    font-size: 0.8em;
  }

  .sehirler_arasi_banner .sehirler_arasi_info {
    padding-left: 20px;
    margin-top: 5px;
  }

  .sehirler_arasi_banner .sehirler_arasi_info h1 {
    font-size: 3vw;
  }

  .tablet-mt-20 {
    margin-top: 20px;
  }

  .dedik-middle-list-level2 span {
    font-size: 15px;
  }

  .dideike-banner-2-info {
    float: none;
  }

  .side-menu {
    top: 30%;
    left: 10px;
    min-height: 100px;
  }

  .side-menu .side-menu-three li {
    width: 60px;
    height: 60px;
    font-size: 0.6em;
  }

  .side-menu .side-menu-box {
    min-height: 230px;
  }

  .side-menu .side-menu-three li:hover {
    width: 200px;
    border-radius: 50px;
    font-size: 14px;
  }

  .side-menu-three-2 {
    background-size: 60px 60px;
  }

  .side-menu-three-2:hover {
    background-size: 60px 60px;
  }

  .side-menu-three-3:hover a {
    font-size: 14px;
  }

  .side-menu-three-3:hover i {
    font-size: 40px !important;
  }
}

.mobile-menu {
  display: none;
}

.ozmenu {
  display: none;
}

.menu-open {
  display: none;
}

.five-link-bottom {
  display: none;
}

.circle-menu {
  display: none;
}

/***** Mobile *******/

@media screen and (max-width: 768px) {
  .five-link {
    display: none;
  }

  #mainMenu {
    display: none !important;
  }

  #socialMenu {
    display: none !important;
  }

  #firstRowMenu {
    flex-direction: row-reverse;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sticky-menu {
    border-bottom: 1px solid lightgray;
  }

  .logo {
    margin-left: 0px;
    margin-right: 10px;
  }

  #scrollToTop {
    bottom: 130px;
  }

  /** Menu**/

  .sticky-menu {
    background-color: transparent;
    /* backdrop-filter: blur(50px); */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 1px 2px -2px #dae2ff;
  }

  .ozmenu ul.ozmenu-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style: none;
    /* font-family: "Roboto", sans-serif; */
    padding-left: 0px;
  }

  .ozmenu ul.ozmenu-nav > li {
    position: relative;
    float: left;
    width: auto;
  }

  .ozmenu ul.ozmenu-nav > li a:hover {
    color: rgb(0, 0, 0) !important;
  }

  .ozmenu ul li.dropdownitem > a:after {
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    /* background-color: #000; */
    content: "";
    margin: 1px 0px 0px 3px;
    /* -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center; */
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: initial;
    content: "\f078";
  }

  .ozmenu ul li .dropdown {
    display: none;
    position: absolute;
    min-width: 200px;
  }

  .ozmenu ul.ozmenu-nav > li a {
    color: #333 !important;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 10px;
    /* background-color: #fff; */
    border-radius: 8px;
    display: inline-block;
    /* font-size: 14px; */
    height: 100%;
    position: relative;
  }

  .ozmenu ul li.dropdownitem:hover .dropdown {
    /* display: block;
    position: absolute;
    margin: 0;
    padding: 5px 0px;
    min-width: 220px;
    padding-top: 0px !important; */
  }

  .ozmenu ul li.dropdownitem:hover > a {
    border-radius: 8px 8px 0px 0px !important;
  }

  .ozmenu ul li.dropdownitem ul li.dropdownitem:hover > a {
    border-radius: 8px !important;
  }

  .ozmenu ul li.dropdownitem:hover .dropdown .dropdown {
    display: none;
  }

  .ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
    padding-left: 16px;
    position: absolute;
    margin: 0;
    padding-top: 0px !important;
    min-width: 200px;
    display: inline-table;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
  }

  .ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
    display: none !important;
    visibility: hidden;
  }

  .ozmenu ul li.dropdownitem .dropdown ul {
    list-style: none;
    /* background-color: #fff; */
    float: left;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
  }

  .ozmenu ul li.dropdownitem ul li a {
    color: #333 !important;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0px;
    float: left;
    width: 100%;
    border-radius: 0px;
    /* font-size: 14px; */
  }

  .ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
    color: #333 !important;
    padding-left: 7px;
    transition: all 0.15s ease-out;
  }

  /* Animations */

  .dropdownitem .dropdown {
    animation: translateDown 200ms 0ms ease-in-out forwards;
    transform-origin: top center;
  }

  .dropdownitem .dropdownitem .dropdown {
    transform-origin: top center !important;
    animation: translateX 200ms 0ms ease-in-out forwards !important;
  }

  @keyframes translateDown {
    0% {
      transform: scaleY(0);
    }

    80% {
      transform: scaleY(1.1);
    }

    100% {
      transform: scaleY(1);
    }
  }

  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }

    80% {
      transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  /* Dropdown + Dropdown */

  .ozmenu ul li.dropdownitem ul li .nav-dropdown:after {
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #000;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  .ozmenu ul.ozmenu-nav .dropdown ul li {
    float: left;
    width: 100%;
  }

  .ozmenu ul.ozmenu-nav .dropdown ul li a {
    padding: 8px 0px;
  }

  .ozmenu ul li.dropdownitem ul li a,
  .ozmenu ul li.dropdownitem ul li .dropdown ul li a {
    /* border-bottom: 1px dotted #eee; */
  }

  .ozmenu ul li.dropdownitem ul li:last-child a,
  .ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
    /* border-bottom: 0px !important; */
  }

  /* Dropdown + Dropdown */

  .ozmenu ul li.dropdownitem ul li a:before,
  .ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after {
    display: none !important;
  }

  .ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a {
    border-bottom: 0px !important;
  }

  .ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
  }

  /* Responsive Menu */

  .menu-close,
  .menu-open {
    display: none;
  }

  .menu-open,
  .menu-close {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 26px;
  }

  .menu-open {
    display: block;
  }

  .menu-close {
    display: none;
  }

  .ozmenu {
    position: relative;
    display: none;
  }

  .ozmenu.active {
    display: block;
  }

  .menu-open {
    display: block !important;
    float: right;
  }

  .mobile-menu-active .menu-close {
    display: block !important;
    z-index: 15;
    position: absolute;
    right: 13px;
    left: unset !important;
    top: 0px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
  }

  .mobile-menu-active .menu-home {
    display: block !important;
    z-index: 15;
    position: absolute;
    left: 13px;
    left: unset !important;
    top: 0px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
  }

  .ozmenu-nav {
    display: none !important;
  }

  .ozmenu.active .ozmenu-nav {
    display: block !important;
  }

  .ozmenu.active {
    position: fixed;
    left: 0px;
    top: 0px;
    margin-top: 0px !important;
    width: 40%;
    height: 100vh;
    display: flex;
    z-index: 14;
  }

  .ozmenu.active .ozmenu-nav {
    /* background-color: #fff; */
    float: left;
    margin-top: 0px;
    padding: 80px 20px;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transform-origin: top center !important;
  }

  .ozmenu.active .ozmenu-nav,
  .menu-close {
    animation: translateX 400ms 0ms ease-in-out forwards !important;
  }

  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-160px);
    }

    80% {
      transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .ozmenu ul.ozmenu-nav > li {
    float: left;
    width: 100%;
  }

  .ozmenu ul.ozmenu-nav > li a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #333;
    padding: 10px 0px;
    /* border-bottom: 1px solid #ddd; */
  }

  .ozmenu ul.ozmenu-nav > li a:hover {
    float: left;
    width: 100%;
    transition: all 0.25s ease-out;
    text-decoration: none;
    color: rgb(103, 130, 252) !important;
    padding: 10px 0px;
  }

  .ozmenu ul li.dropdownitem > a:hover:after {
    /* background-color: rgb(103, 130, 252) !important; */
  }

  .nav-dropdown.opened {
    color: rgb(103, 130, 252) !important;
    /* border-bottom: 1px solid rgba(103, 130, 252, 0.5) !important; */
  }

  .ozmenu ul.ozmenu-nav > li:last-child a {
    border-bottom: 0px solid #ddd;
  }

  .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {
    list-style: none;
    float: left;
    margin-left: 0px;
    padding-left: 7px;
  }

  .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
    padding-left: 15px;
  }

  .ozmenu.active ul li .nav-dropdown.opened + .dropdown {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0px;
    min-width: unset;
    padding-top: 0px !important;
    float: left;
  }

  .ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown {
    display: none;
  }

  #menu-overlay {
    /* background-color: rgba(0, 0, 0, 0.3); */
    float: left;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 13;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #menu-overlay.show {
    display: block !important;
  }

  .menu-icon {
    font-size: 30px !important;
  }

  .menu-open .open {
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 20px;
    /* background-color: #000; */
    /* -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center; */
    transition: all 0.2s ease-out;
  }

  .mobile-menu-active .menu-open .open,
  .menu-open .open:hover {
    /* -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>'); */
  }

  .menu-close .close {
    width: 38px;
    height: 38px;
    float: right;
    background: none;
    /* background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center; */
    transition: all 0.2s ease-out;
  }

  .menu-home .home {
    width: 38px;
    height: 38px;
    float: right;
    /* background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center; */
    transition: all 0.2s ease-out;
  }

  .menu-close .close:hover {
    /*background-color: #000;
     -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>'); */
  }

  .ozmenu.active ul li.dropdownitem > a.opened:after {
    /* -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important; */
    content: "\f077";
  }

  .ozmenu.active {
    width: 100vw;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }

  .ozmenu.active * {
    /* -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px); */
  }

  .menu-social-bottom {
    position: fixed;
    bottom: 80px;
  }

  .menu-social-bottom li a i::before {
    font-size: 30px;
  }

  .menu-social-bottom li i {
    color: rgba(0, 0, 0, 0.9);
  }

  .menu-social-bottom li input {
    /* border-color: rgba(46, 61, 128, 1); */
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .five-link-container {
    /* display: flex; */
    margin: 2px;
    /* border-radius: 20px; */
    position: fixed;
    bottom: 10px;
    z-index: 9;
  }

  .five-link-bottom {
    display: flex;
    border-radius: 20px;
    box-shadow: #aeb4d0 2px 2px 2px;
  }

  .five-link-bottom .grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .five-link-bottom li img {
    width: 2rem;
    height: 2rem;
  }

  .five-link-bottom li a {
    opacity: 1;
  }

  .five-link-bottom li span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .five-link-bottom li:hover a,
  .five-link-bottom li a:hover,
  .five-link-bottom li.active a {
    opacity: 0.5;
  }

  /* .five-link-bottom li::after {
    height: 40px;
    width: 100%;
    display: block;
    content: "";
  } */

  /* .five-link-bottom li.active {
    background-color: transparent;
    background-image: url("/assets/cancargo/blue-icons/mama.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60px;
  } */

  /****** Circle Menu ********/

  .circle-menu input {
    position: absolute;
    display: none;
  }

  .circle-menu * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .circle-menu {
    margin: 0 auto;
    position: fixed;
    bottom: 250px;
    right: 90px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .circle-menu .btn {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
  }

  .circle-menu .material-icons.md-36 {
    font-size: 36px;
    color: #03a9f4;
  }

  .circle-menu .btn {
    /* background: #eceff1; */
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #2e3d80;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .circle-menu .btn:not(:first-child) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -2;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    color: #2e3d80 !important;
    background-color: white;
    width: 60px;
    height: 60px;
    font-size: 35px;
  }

  .circle-menu .btn:nth-child(2) {
    left: 0px;
    top: 0px;
    transition-delay: 0s;
  }

  .circle-menu .btn:nth-child(3) {
    top: 0px;
    left: 0px;
    transition-delay: 0.1s;
  }

  .circle-menu .btn:nth-child(4) {
    left: 0px;
    top: 0px;
    transition-delay: 0.2s;
  }

  .circle-menu .btn:nth-child(5) {
    top: 0px;
    left: 0px;
    transition-delay: 0.3s;
  }

  .circle-menu .btn:nth-child(6) {
    top: 0px;
    transition-delay: 0.4s;
  }

  .circle-menu .btn:nth-child(7) {
    top: 0px;
    left: 0px;
    transition-delay: 0.5s;
  }

  .circle-menu .btn:nth-child(8) {
    left: 0px;
    transition-delay: 0.6s;
  }

  .circle-menu .btn:nth-child(9) {
    top: 0px;
    left: 0px;
    transition-delay: 0.7s;
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(2) {
    top: 50px;
    left: -100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(3) {
    left: -120px;
    top: -25px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(4) {
    top: -90px;
    left: -80px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(5) {
    top: -100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(6) {
    top: 100px;
    left: -100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(7) {
    top: 100px;
    left: -100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(8) {
    left: -150px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn:nth-child(9) {
    top: -100px;
    left: -100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .circle-menu .menuBtn,
  .circle-menu .closeBtn {
    position: absolute;
    transition: all 0.3s ease;
  }

  .circle-menu .closeBtn {
    transform: translateY(50px);
    opacity: 0;
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn .menuBtn {
    transform: translateY(-50px);
    opacity: 0;
  }

  .circle-menu input#toggle:checked ~ #show-menu .btn .closeBtn {
    transform: translateY(0px);
    opacity: 1;
  }

  .circle-menu {
    display: block;
  }

  .footer-grid * {
    /* font-size: 1em; */
  }

  footer {
    margin-bottom: 120px !important;
    padding-bottom: 120px;
  }

  .fixed-header-on .logo {
    background-image: url("/assets/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .blue-hakkimizda .object-cover {
    display: none;
  }

  .blue-hakkimizda {
    background-image: url("/assets/cancargo/mask/mobile/index/blue-hakkimizda.png");
    min-height: 100vh;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan {
    place-items: start;
    margin-top: 0px;
    flex-direction: column;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan > div {
    padding-left: 10px;
    flex-direction: column;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan .blue-hakkimizda-daraja {
    margin-left: 0;
  }

  .blue-hakkimizda .blue-hakkimizda-slogan * {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0px !important;
  }

  .blue-hakkimizda .blue-hakkimizda-blue-box {
    position: relative;
    inset: unset;
    top: unset;
  }

  .blue-hakkimizda .blue-hakkimizda-blue-box .blue-box {
    width: 95%;
  }

  .blue-hakkimizda .blue-hakkimizda-blue-box > div {
    width: 100%;
  }

  .blue-hakkimizda-next {
    display: none;
  }

  .blue-hakkimizda-sedan {
    inset: unset;
    bottom: -30px;
    right: 0;
    width: 100%;
  }

  .blue-hakkimizda-sedan > div {
    inset: unset;
    bottom: -30px;
    right: 0;
    width: 70%;
  }

  .blue-hakkimizda-slogan {
    inset: unset;
    right: 0;
    margin-top: -10px;
    position: relative;
  }

  #Layout {
    margin-top: 80px;
  }

  .eco {
    padding-right: 0px;
    background-image: none;
    min-height: auto;
  }

  .box-boy {
    min-height: auto;
    width: 50%;
    height: auto;
    padding-right: 10px;
    background-image: none;
    margin-top: -10px;
  }

  .box-boy img {
    display: block;
  }

  .box-boy-info-full {
    width: 50%;
    height: auto;
    margin-top: 10px;
    border-radius: 50%;
    box-shadow: gray 5px 0px 0px;
    padding: 30px;
    text-align: center;
    margin-bottom: 0px;
    padding-right: 5vw;
    margin-right: 10px;
    padding-top: 4vw;
  }

  .box-boy-info-full h1 {
    font-size: 4vw;
    color: #4a57a7;
    text-align: left;
    line-height: normal;
  }

  .box-boy-info-full h2 {
    font-size: 3vw;
    color: #a4abd3;
    text-align: left;
    margin-left: auto;
    line-height: normal;
  }

  .mini-screen {
    display: block;
  }

  .big-screen {
    display: none;
  }

  .road-bg {
    margin-top: 0px;
    z-index: 1;
  }

  .box-boy-info-text {
    background-color: #c5bf00;
    border-radius: 10px;
    padding: 20px;
    color: #000;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .box-boy-info-text p {
    color: #000;
  }

  .online-sube-container {
    min-height: auto;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="1919px" height="999px" xmlns="http://www.w3.org/2000/svg" fill="rgba(213, 243, 255, 0.388)" viewBox="0 0 1920 999"><path d="M 0 0 L 1920 0 L 1920 867 L 1239.66015625 999 L 0 727 L 0 0 Z"></path></svg>');
    fill: rgba(213, 243, 255, 0.388);
    background-repeat: no-repeat;
    /* background-color: rgba(213, 243, 255, 0.388); */
    background-position: top left;
  }

  .online-sube-data {
    position: inherit;
    inset: unset;
    display: block;
  }

  .online-sube-data-flex {
    flex-direction: column;
  }

  .online-sube-data-flex-col-1 {
    margin-left: 0px;
    padding-left: 30px;
    width: 100%;
    z-index: 3;
  }

  .online-sube-data-flex-col-2 {
    /* margin-left: 0px;
    padding-left: 100px;
    width: 70%; */
    margin-top: -100px;
  }

  .online-sube-data-flex-col-1 h2 {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;
  }

  .online-sube-data-flex-col-1 p {
    margin-top: 10px;
    font-size: 0.8em;
  }

  .online-sube-data-flex-col-2 {
    z-index: 2;
  }

  .online-sube-data-flex-col-2 img {
    max-width: 140%;
  }

  .online-sube-data-flex-apps {
    margin-top: 5px;
  }

  .can_app {
    width: 50px;
  }

  .online-sube-data-flex {
    place-items: end;
  }

  .three-menu-button-flex {
    flex-direction: column;
    place-items: end;
    margin-top: 10px;
  }

  #menu3 {
    padding: 0px;
    margin-top: 20px;
    width: 70%;
    flex-direction: column;
    gap: 10px;
  }

  .three-menu .back-image .content,
  .three-menu .back-image:hover .content {
    height: 340px;
    overflow: visible;
    -webkit-clip-path: none;
            clip-path: none;
    /* clip-path: url("#mask"); */
    background-position: top left;
    background-size: contain;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
    background-repeat: no-repeat;
    border-radius: 0%;
  }

  .three-menu .back-image:hover .content h3,
  .three-menu .back-image .content h3 {
    margin-bottom: 0;
    margin-top: 60px;
  }

  .three-menu-button-flex .three-menu-button {
    width: 100%;
    float: left;
  }

  .three-menu-col .back-photo {
    width: 100%;
  }

  .three-menu-col {
    width: 100%;
    margin-bottom: 80px;
  }

  #dagitim_map {
    margin-top: 0px;
    width: 99%;
  }

  .dagitim_info {
    width: 100%;
  }

  .dagitim_table * {
    font-size: 0.9em;
  }

  .banner_header .absolute {
    text-align: center;
    display: flex;
    place-items: center;
    margin-top: 0px;
  }

  .banner_header .text-6xl {
    font-size: 5vw;
    margin: 0px;
  }

  .banner_header .text-2xl {
    font-size: 3vw;
    margin: 0px;
  }

  .banner_header .text-7xl {
    font-size: 6vw;
    margin: 0px;
  }

  .dedike_banner_header .text-8xl {
    font-size: 10vw;
    margin: 0px;
  }

  /* .banner_header .text-8xl {
    font-size: 7vw;
    margin: 0px;
  } */

  .banner_header .text-9xl {
    font-size: 5.5vw;
    margin: 0px;
  }

  .banner_header .text-5xl {
    font-size: 4.5vw;
    margin: 0px;
  }

  .banner_header .text-4xl {
    font-size: 3.5vw;
    margin: 0px;
  }

  .banner_header .text-3xl {
    font-size: 4vw;
    margin: 0px;
  }

  .banner_header .absolute > div {
    padding-left: 10px;
  }

  .banner_header .absolute > div * {
    line-height: normal;
  }

  .iletisim-table {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    width: 100%;
    border-spacing: 1px;
  }

  .iletisim-table tr:first-child td {
    margin: 0px;
    padding: 0px;
    font-size: 3vw;
  }

  .iletisim-table tr:first-child ul {
    margin-top: 10px;
  }

  .iletisim-cities li {
    margin-bottom: 6px;
    padding-left: 10px;
    line-height: normal;
  }

  .iletisim_info {
    font-size: 3vw;
  }

  .iletisim_info td {
    padding: 10px;
    margin: 0px;
    min-height: 50px;
    height: auto;
  }

  .kureye-steps.step {
    width: 100%;
  }

  .kureye-steps.step-1,
  .kureye-steps.step-2,
  .kureye-steps.step-3 {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .kureye-steps.step-1 h1,
  .kureye-steps.step-2 h1 {
    font-size: 4vw;
  }

  .kureye-steps.step-1 > div,
  .kureye-steps.step-2 > div {
    margin-top: 10px;
  }

  .kureye-form {
    width: 100%;
    gap: 1.25rem;
  }

  .kureye-data-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
  }

  .kureye-data-row span {
    height: 30px;
    display: block;
  }

  .kureye_code_form {
    display: grid;
    gap: 0.5rem;
  }

  .kureye_code_code,
  .kureye_code_input,
  .kureye_code_button {
    width: 100%;
  }

  .kureye_code_code {
    min-height: 50px;
  }

  .kureye-red-button.text-lg {
    font-size: 1.05rem;
  }

  .kureye-red-button {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 350px;
  }

  .odeme-container {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .odeme-container-form {
    width: 100%;
    padding: 10px;
  }

  .odeme-container-info {
    width: 100%;
    padding: 10px;
  }

  .odeme-container-info ul li {
    min-width: 100px;
    font-size: 0.8em;
  }

  .krumsal-container {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0px;
  }

  .krumsal-container-info {
    flex-direction: column-reverse;
    margin: 0px;
    z-index: 10;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    margin-top: -60px;
  }

  .krumsal-container-image {
    width: 100%;
    flex-direction: column-reverse;
    margin: 0px;
    z-index: 0;
  }

  .krumsal-ne-yapiyoruz-container {
    width: 100%;
    flex-direction: column-reverse;
  }

  .krumsal-ne-yapiyoruz-image {
    width: 100%;
  }

  .krumsal-ne-yapiyoruz-info {
    width: 100%;
  }

  .krumsal-kalite-container {
    width: 100%;
    margin-top: 0px;
    flex-direction: column-reverse;
  }

  .krumsal-kalite-image {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .krumsal-kalite-info {
    width: 100%;
    z-index: 0;
    padding-right: 2rem;
  }

  .kalite-section .read-more {
    width: 100%;
  }

  .page-header.vizyon {
    height: auto;
  }

  .page-header.vizyon h1 {
    padding: 0px;
    text-align: center;
    width: 100%;
    font-size: 6.5vw;
    margin: 2.5rem;
  }

  .vizyon-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vizyon-section > div {
    width: 100%;
  }

  .vizyon-section .text-3xl {
    font-size: 18px;
  }

  .page-header.belgeler {
    height: auto;
  }

  .page-header.belgeler h1 {
    padding: 0px;
    text-align: center;
    width: 100%;
    font-size: 6.5vw;
    margin: 2.5rem;
  }

  .belgeler-wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .belgeler-section > div {
    width: 100%;
  }

  .belgeler-section .text-3xl {
    font-size: 18px;
  }

  .belgeleri-certificate {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    row-gap: 1.2rem;
    place-items: start;
  }

  .belgeler-top {
    width: 100%;
  }

  .belgeler-top .text-xl {
    font-size: 0.7em;
    font-weight: 300;
    line-height: normal;
  }

  .belgeler-monitor {
    width: 30%;
    margin-top: -4rem;
  }

  #modal {
    place-items: start;
    padding-top: 90px;
  }

  #modal-img {
    max-width: 100vw;
    max-height: 100vh;
  }

  .page-header.kvkk {
    height: auto;
  }

  .page-header.kvkk div {
    margin: 2rem;
  }

  .page-header.kvkk h1 {
    padding: 0px;
    text-align: left;
    width: 100%;
    font-size: 6.5vw;
    margin-left: 20px;
  }

  .page-header.kvkk h2 {
    padding: 0px;
    text-align: left;
    width: 100%;
    font-size: 4.5vw;
    margin-left: 20px;
  }

  .kvkk-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kvkk-section > div {
    width: 100%;
  }

  .kvkk-section .text-3xl {
    font-size: 18px;
  }

  .kvkk-text {
    padding: 1rem;
  }

  .kvkk-text h2 {
    font-size: 18px;
  }

  .kvkk-text p {
    font-size: 12px;
  }

  .page-header.bilgi-toplumu {
    height: 8rem;
    background-image: url("/assets/cancargo/mask/bilgi-toplumu/Mask_Group_23.png");
    min-height: auto;
    display: flex;
  }

  .page-header.bilgi-toplumu div {
    padding: 0px;
    margin-top: 5rem;
  }

  .page-header.bilgi-toplumu h1 {
    padding: 0px;
    /* text-align: center; */
    width: 100%;
    font-size: 6.5vw;
    margin: 2.5rem;
  }

  .bilgi-toplumu-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }

  .bilgi-toplumu-section > div {
    width: 100%;
  }

  .bilgi-toplumu-section .text-3xl {
    font-size: 18px;
    /* g:\Projects\Mostafa\Cankargo\caan wem mobile\Mask_Group_23_cml@2x.png */
  }

  .bilgi-toplumu-section-data {
    padding: 0px;
    font-size: 0.7em;
  }

  .bilgi-toplumu-section {
    width: 100%;
  }

  .bilgi-toplumu-section-data .grid div {
    border-color: #eeeeee;
  }

  .bilgi-toplumu-section .grid div:nth-child(2n + 1) {
    font-size: 0.9em;
  }

  .bilgi-toplumu-section .absolute-image {
    display: none;
  }

  /* ..bilgi-toplumu-section-data .grid,
  .bilgi-toplumu-section-data .grid div {
    border: 0px;
    padding-left: 0px !important;
  }
  .bilgi-toplumu-section .grid div:nth-child(2n + 2) {
    background-color: #eeeeee;
  } */

  .sehirler_arasi_banner .sehirler_arasi_info {
    padding-left: 10px;
    margin-top: 5px;
  }

  .sehirler_arasi_banner .sehirler_arasi_info > div {
    padding-left: 10px;
    margin-top: 5px;
  }

  .sehirler_arasi_info h1 {
    font-size: 4vw;
  }

  .sehirler_arasi_boy_box {
    flex-direction: column;
    width: 100%;
  }

  .sehirler_arasi_boy_box img,
  .sehirler_arasi_boy_box h1 {
    width: 100%;
    font-size: 4vw;
    line-height: normal;
    text-align: center;
  }

  .sehirler_arasi_boy_box h1 br {
    display: none;
  }

  .mobile-full {
    width: 95%;
  }

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

  .mobile-column-reverse {
    flex-direction: column-reverse;
  }

  .mobile-full h1,
  .mobile-full h2,
  .mobile-full h3 {
    font-weight: bold;
  }

  .mobile-full h1 br,
  .mobile-full h2 br,
  .mobile-full h3 br {
    display: none;
  }

  .text-2xl {
    font-size: 1.1rem;
  }

  .text-3xl {
    font-size: 1.3rem;
  }

  .text-4xl {
    font-size: 1.4rem;
  }

  .cankargo-adress-image {
    margin-top: 0px;
  }

  .cankargo-car-image {
    width: 100px;
  }

  .cankargo-boy-carrier-image {
    width: 200px;
  }

  .cankargo-boy-carrier-title {
    font-size: 4vw;
    margin-top: 10px;
  }

  .diploma_wrapper {
    gap: 4px;
    margin-top: 5px;
  }

  .diploma_wrapper img {
    min-width: 150px;
  }

  .diploma_wrapper_info {
    margin-top: 2px;
    padding: 4px;
  }

  .page-header.diploma {
    background-size: cover;
    height: 90px;
  }

  .mobile-mt-3 {
    margin-top: 3px;
  }

  .mobile-mt-10 {
    margin-top: 10px;
  }

  .mobile-mr-3 {
    margin-right: 3px;
  }

  .mobile-mr-10 {
    margin-right: 10px;
  }

  .dideike-banner-2 {
    gap: 10px;
    margin-top: 5px;
    background-color: rgba(190, 199, 212, 0.4);
    display: inline-table;
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }

  .dideike-banner-2 img {
    min-width: 150px;
    /* width: 50%; */
    float: left;
  }

  .dideike-banner-2-info {
    width: 100%;
    padding: 10px;
  }

  .dideike-banner-2-info h1 {
    font-size: 8vw;
  }

  .dideike-banner-2-info p {
    font-size: 0.8em;
  }

  .mobile-no-bg {
    background-color: transparent;
  }

  .mobile-no-padding {
    padding: 0px;
  }

  .mobile-no-padding-t {
    padding-top: 0px;
  }

  .mobile-no-padding-b {
    padding-bottom: 0px;
  }

  .mobile-no-padding-r {
    padding-right: 0px;
  }

  .mobile-no-padding-l {
    padding-left: 0px;
  }

  .mobile-no-margin {
    margin: 0px;
  }

  .mobile-no-margin-b {
    margin-bottom: 0px;
  }

  .mobile-no-margin-t {
    margin-top: 0px;
  }

  .mobile-no-margin-r {
    margin-right: 0px;
  }

  .mobile-no-margin-l {
    margin-left: 0px;
  }

  .mobile-padding-l-10-percent {
    padding-left: 10%;
  }

  .dedik-red-info {
    font-size: 0.8em;
    line-height: normal;
  }

  .dedik-blue-white-info {
    font-size: 1.2em;
    line-height: normal;
  }

  .dedik-grid-icon {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .dedik-grid-icon h2 {
    padding-top: 10px;
  }

  .dedik-grid-icon img {
    float: left;
  }

  .dedik-grid-icon p {
    clear: both;
  }

  .dedik-middle {
    height: 220px !important;
  }

  .dedik-middle h1 {
    font-size: 14vw;
  }

  .dedik-middle h2 {
    font-size: 7vw;
  }

  .dedik-middle-list-level1,
  .dedik-middle-list-level2 {
    width: 100%;
  }

  .dedik-middle-list-level2 span {
    font-size: 15px;
  }

  .dedik-footer-title {
    font-size: 4vw;
  }

  .dedike-middle-red h2 br {
    font-size: 1.3em;
  }

  .dedike-middle-red h2 {
    /* line-height: normal !important; */
    font-size: 1.3em;
    margin-top: 3px;
  }

  .banner_header .text-8xl {
    font-size: 8vw;
  }

  .parsiyel-banner-2 {
    gap: 10px;
    margin-top: 5px;
    background-color: rgba(190, 199, 212, 0.4);
    display: inline-table;
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }

  .parsiyel-banner-2 img {
    min-width: 200px;
    /* width: 50%; */
    float: left;
  }

  .parsiyel-banner-2-info {
    width: 100%;
    padding: 10px;
  }

  .parsiyel-banner-2-info h1 {
    font-size: 8vw;
  }

  .parsiyel-banner-2-info p {
    font-size: 0.8em;
  }

  .mobile-no-bg {
    background-color: transparent;
  }

  .mobile-no-padding {
    padding: 0px;
  }

  .dedik-red-info {
    font-size: 0.8em;
    line-height: normal;
  }

  .parsiyel-blue-white-info {
    font-size: 1.2em;
    line-height: normal;
  }

  .parsiyel-grid-icon {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .parsiyel-grid-icon h2 {
    padding-top: 10px;
  }

  .parsiyel-grid-icon img {
    float: left;
  }

  .parsiyel-grid-icon p {
    clear: both;
  }

  .parsiyel-middle {
    height: 220px !important;
  }

  .parsiyel-middle h1 {
    font-size: 14vw;
  }

  .parsiyel-middle h2 {
    font-size: 7vw;
  }

  .parsiyel-middle-list-level1,
  .parsiyel-middle-list-level2 {
    width: 100%;
  }

  .parsiyel-footer-title {
    font-size: 4vw;
  }

  .parsiyel-middle-red h2 br {
    font-size: 1.3em;
  }

  .parsiyel-middle-red h2 {
    /* line-height: normal !important; */
    font-size: 1.3em;
    margin-top: 3px;
  }

  .parsiyel-elektronik-middle p {
    font-size: 13px;
  }

  .parsiyel-elektronik-middle-image {
    width: 60px;
  }

  .parsiyel-elektronik-middle-title {
    font-size: 14px;
  }

  .parsiyel-elektronik-middle-phone {
    width: 150px;
  }

  .pariyel_karayoluyla_middle {
  }

  .pariyel_karayoluyla_middle h1 {
    font-size: 10vw;
  }

  .pariyel_karayoluyla_middle_2 {
    gap: 2px;
  }

  .pariyel_karayoluyla_middle_2 p {
    font-size: 13px;
  }

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

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

  .pariyel_karayoluyla_middle_blue .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }

  .pariyel_karayoluyla_middle_blue .grid p {
    font-size: 14px;
  }

  .pariyel_karayoluyla_middle_blue h2 {
    font-size: 25px;
  }

  .pariyel_karayoluyla_middle_blue .mobile-column {
    margin-top: 20px;
  }

  .pariyel_karayoluyla_middle_blue_info {
    margin-top: 50px;
  }

  p {
    font-size: 13px;
    font-family: "Montserrat";
  }

  .parsiyel-middle-list {
  }

  .parsiyel-middle-list-level2 span {
    font-size: 15px;
  }

  /*****Butik*******/

  .butik_banner_header .absolute {
    place-items: start;
  }

  .page-header.butik {
    background-size: cover;
    height: 90px;
  }

  .page-header.butik .text-5xl {
    font-size: 1.4rem;
    line-height: normal;
    padding: 0px;
    padding-left: 5px;
  }

  .butik-banner-2 {
    gap: 10px;
    margin-top: 5px;
    background-color: rgba(190, 199, 212, 0.4);
    display: inline-table;
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }

  .butik-banner-2 img {
    min-width: 200px;
    /* width: 50%; */
    float: left;
  }

  .butik-banner-2-info {
    width: 100%;
    padding: 10px;
  }

  .butik-banner-2-info h1 {
    font-size: 5vw;
  }

  .butik-banner-2-info p {
    font-size: 0.8em;
  }

  .butik-red-info {
    font-size: 0.8em;
    line-height: normal;
  }

  .butik-blue-white-info {
    font-size: 1.2em;
    line-height: normal;
  }

  .butik-grid-icon {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .butik-grid-icon h2 {
    padding-top: 10px;
  }

  .butik-grid-icon img {
    float: left;
  }

  .butik-grid-icon p {
    clear: both;
  }

  .butik-middle {
    /* height: 220px !important; */
  }

  .butik-middle h1 {
    font-size: 14vw;
  }

  .butik-middle h2 {
    font-size: 7vw;
  }

  .butik-middle-list-level1,
  .butik-middle-list-level2 {
    width: 100%;
  }

  .butik-middle-list-level2 span {
    font-size: 15px;
  }

  .butik-footer-title {
    font-size: 4vw;
  }

  .butik-middle-red h2 br {
    font-size: 1.3em;
  }

  .butik-middle-red h2 {
    /* line-height: normal !important; */
    font-size: 1.3em;
    margin-top: 3px;
  }

  .butik-zaman-middle p {
    font-size: 13px;
  }

  .butik-zaman-middle-image {
    width: 100px;
  }

  .butik-zaman-middle-title {
    /* font-size: 18px; */
  }

  .butik-zaman-middle-phone {
    width: 150px;
  }

  .butik-nedir-middle {
    gap: 2px;
    flex-direction: column;
  }

  .butik-nedir-middle .text-6xl {
    font-size: 1.5rem;
  }

  .butik_middle_blue {
    height: auto !important;
  }

  .butik_middle_blue .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }

  .butik_middle_blue .grid p {
    font-size: 0.8rem;
  }

  .butik_middle_blue h2 {
    font-size: 25px;
  }

  .butik_middle_blue .mobile-column {
    margin-top: 20px;
  }

  .butik_middle_blue_info {
    margin-top: 50px;
  }

  .butik-footer-title h2 {
    font-size: 7vw;
    line-height: normal;
  }

  .butik-footer-title h4 {
    font-size: 5vw;
  }

  .butik-footer-grid {
    gap: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 10px;
  }

  .butik-footer-button {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 13px;
  }

  .butik-footer-button p {
    font-size: 13px;
  }

  .dideike-banner-2-info {
    float: none;
  }

  .side-menu {
    display: none;
  }

  .diploma-banner-2 {
    gap: 10px;
    margin-top: 5px;
    background-color: transparent;
    /* rgba(190, 199, 212, 0.4);  */
    display: inline-table;
    margin-right: auto;
    margin-bottom: auto;
    width: 100%;
  }

  .diploma-banner-2 img {
    min-width: 200px;
    /* width: 50%; */
    float: left;
    margin-left: 10px;
  }

  .diploma-banner-2-info {
    width: 100%;
    padding: 10px;
  }

  .diploma-banner-2-info h1 {
    font-size: 5vw;
  }

  .diploma-banner-2-info p {
    font-size: 0.8em;
  }

  .fixed-header-on .sticky-menu + div {
    padding-top: 0px;
  }
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:to-blue-500:hover{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.hover\:pl-4:hover{
  padding-left: 1rem;
}

.hover\:pl-7:hover{
  padding-left: 1.75rem;
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.before\:hover\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before{
  content: var(--tw-content);
  text-align: center;
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:hover\:text-center:hover:focus{
  text-align: center;
}

.hover\:focus\:text-center:focus:hover{
  text-align: center;
}

@media (prefers-color-scheme: dark){
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  .dark\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
  }
}

@media (max-width: 1020px){
  .max-\[1020px\]\:hidden{
    display: none;
  }

  .max-\[1020px\]\:w-11\/12{
    width: 91.666667%;
  }

  .max-\[1020px\]\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px){
  .max-\[768px\]\:hidden{
    display: none;
  }

  .max-\[768px\]\:w-1\/3{
    width: 33.333333%;
  }

  .max-\[768px\]\:w-2\/3{
    width: 66.666667%;
  }

  .max-\[768px\]\:w-52{
    width: 13rem;
  }
}

@media (max-width: 640px){
  .max-\[640px\]\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .max-\[640px\]\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 540px){
  .max-\[540px\]\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 460px){
  .max-\[460px\]\:hidden{
    display: none;
  }

  .max-\[460px\]\:w-full{
    width: 100%;
  }

  .max-\[460px\]\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-\[460px\]\:flex-col{
    flex-direction: column;
  }
}

@media (max-width: 360px){
  .max-\[360px\]\:w-full{
    width: 100%;
  }

  .max-\[360px\]\:flex-col{
    flex-direction: column;
  }
}

@media (min-width: 640px){
  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:underline{
    text-decoration-line: underline;
  }
}

@media (prefers-color-scheme: dark){
  @media (min-width: 1024px){
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover{
      paint-order: markers;
    }
  }
}
