/*
! tailwindcss v3.4.7 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type="button"]),
input:where([type="reset"]),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-\[72px\] {
  top: 72px;
}

.top-16 {
  top: 4rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.z-\[99\] {
  z-index: 99;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

.w-\[58\%\] {
  width: 58%;
}

.w-full {
  width: 100%;
}

.w-\[63\%\] {
  width: 63%;
}

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[95px\] {
  gap: 95px;
}

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

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

.border {
  border-width: 1px;
}

.border-yellow-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(247 202 6 / var(--tw-border-opacity));
}

.bg-yellow-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 202 6 / var(--tw-bg-opacity));
}

.bg-\[url\(\.\.\/images\/bg-2\.png\)\] {
  background-image: url(../images/bg-2.png);
}

.bg-\[url\(\.\.\/images\/bg-3\.png\)\] {
  background-image: url(../images/bg-3.png);
}

.bg-\[url\(\.\.\/images\/bg-4\.png\)\] {
  background-image: url(../images/bg-4.png);
}

.bg-\[url\(\.\.\/images\/bg-5\.png\)\] {
  background-image: url(../images/bg-5.png);
}

.bg-\[url\(\.\.\/images\/bg\.png\)\] {
  background-image: url(../images/bg.png);
}

.bg-\[url\(\.\.\/images\/footer-bg\.png\)\] {
  background-image: url(../images/footer-bg.png);
}

.bg-\[url\(\.\.\/images\/hero-img\.png\)\] {
  background-image: url(../images/hero-img.png);
}

.bg-cover {
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[50px\] {
  padding-bottom: 50px;
}

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

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

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

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

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

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

.pt-\[18px\] {
  padding-top: 18px;
}

.pt-\[86px\] {
  padding-top: 86px;
}

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

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

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

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

.font-league-spartan {
  font-family: League Spartan, sans-serif;
}

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

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

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

.text-\[24px\] {
  font-size: 24px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[56px\] {
  font-size: 56px;
}

.text-\[72px\] {
  font-size: 72px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.text-\[32px\] {
  font-size: 32px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[102\%\] {
  line-height: 102%;
}

.leading-\[112\%\] {
  line-height: 112%;
}

.leading-\[124\%\] {
  line-height: 124%;
}

.leading-\[126\%\] {
  line-height: 126%;
}

.leading-\[135\%\] {
  line-height: 135%;
}

.leading-\[136\%\] {
  line-height: 136%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[21px\] {
  line-height: 21px;
}

.tracking-\[-0\.154px\] {
  letter-spacing: -0.154px;
}

.tracking-\[-0\.176px\] {
  letter-spacing: -0.176px;
}

.tracking-\[-0\.264px\] {
  letter-spacing: -0.264px;
}

.tracking-\[-0\.288px\] {
  letter-spacing: -0.288px;
}

.tracking-\[-2\.6px\] {
  letter-spacing: -2.6px;
}

.tracking-\[-2\.8px\] {
  letter-spacing: -2.8px;
}

.tracking-\[-2px\] {
  letter-spacing: -2px;
}

.tracking-\[-4\.32px\] {
  letter-spacing: -4.32px;
}

.tracking-\[0\.16px\] {
  letter-spacing: 0.16px;
}

.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}

.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}

.tracking-\[0\.64px\] {
  letter-spacing: 0.64px;
}

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

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

.text-yellow-1000 {
  --tw-text-opacity: 1;
  color: rgb(247 202 6 / var(--tw-text-opacity));
}

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

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

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

.scrollbar::-webkit-scrollbar {
  height: 4px;
}

.scrollbar::-webkit-scrollbar-track {
  width: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #000000;
}

.menu-open {
  display: block;
}

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

.hover\:text-yellow-1000:hover {
  --tw-text-opacity: 1;
  color: rgb(247 202 6 / var(--tw-text-opacity));
}

@media (min-width: 575px) {
  .sm\:top-\[72px\] {
    top: 72px;
  }

  .sm\:w-\[375px\] {
    width: 375px;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:pt-\[157px\] {
    padding-top: 157px;
  }

  .sm\:pt-\[30px\] {
    padding-top: 30px;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }
}

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

  .md\:top-12 {
    top: 3rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

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

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[76px\] {
    height: 76px;
  }

  .md\:w-\[48\%\] {
    width: 48%;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-\[107px\] {
    padding-bottom: 107px;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pl-\[58px\] {
    padding-left: 58px;
  }

  .md\:pl-\[60px\] {
    padding-left: 60px;
  }

  .md\:pl-\[65px\] {
    padding-left: 65px;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-\[165px\] {
    padding-right: 165px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-\[156px\] {
    padding-top: 156px;
  }

  .md\:pt-\[160px\] {
    padding-top: 160px;
  }

  .md\:pt-\[73px\] {
    padding-top: 73px;
  }

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

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

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[44px\] {
    font-size: 44px;
  }

  .md\:text-\[54px\] {
    font-size: 54px;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }

  .md\:text-\[60px\] {
    font-size: 60px;
  }

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

  .md\:leading-\[102\%\] {
    line-height: 102%;
  }

  .md\:leading-\[39px\] {
    line-height: 39px;
  }

  .md\:tracking-\[-0\.388px\] {
    letter-spacing: -0.388px;
  }

  .md\:tracking-\[-1\.6px\] {
    letter-spacing: -1.6px;
  }

  .md\:tracking-\[-2\.6px\] {
    letter-spacing: -2.6px;
  }

  .md\:tracking-\[0\.24px\] {
    letter-spacing: 0.24px;
  }

  .md\:tracking-\[0\.32px\] {
    letter-spacing: 0.32px;
  }

  .md\:tracking-\[0\.8px\] {
    letter-spacing: 0.8px;
  }

  .md\:tracking-\[1\.28px\] {
    letter-spacing: 1.28px;
  }
}

@media (min-width: 992px) {
  .lg\:left-\[120px\] {
    left: 120px;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

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

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:px-\[109px\] {
    padding-left: 109px;
    padding-right: 109px;
  }

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

  .lg\:pr-\[62px\] {
    padding-right: 62px;
  }

  .lg\:pt-\[105px\] {
    padding-top: 105px;
  }

  .lg\:pt-\[148px\] {
    padding-top: 148px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

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

  .lg\:leading-\[124\%\] {
    line-height: 124%;
  }

  .lg\:tracking-\[-3\.6px\] {
    letter-spacing: -3.6px;
  }

  .lg\:tracking-\[-5\.6px\] {
    letter-spacing: -5.6px;
  }
}

@media (min-width: 1200px) {
  .xl\:w-auto {
    width: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:py-\[198px\] {
    padding-top: 198px;
    padding-bottom: 198px;
  }

  .xl\:pr-\[135px\] {
    padding-right: 135px;
  }

  .xl\:pr-\[260px\] {
    padding-right: 260px;
  }

  .xl\:pt-\[256px\] {
    padding-top: 256px;
  }

  .xl\:text-\[112px\] {
    font-size: 112px;
  }

  .xl\:text-\[68px\] {
    font-size: 68px;
  }

  .xl\:text-\[72px\] {
    font-size: 72px;
  }

  .xl\:text-\[88px\] {
    font-size: 88px;
  }
}

@media (min-width: 1365px) {
  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*
html{
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
*/
:target::before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}
.enu_diena_page :target::before {
  content: none;
}
#my-menu li a {
  color: white;
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  margin: 0;
}
#link-top {
  opacity: 1;
  position: fixed;
  width: -webkit-fill-available;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0vw 4vw 0vw 4vw;
  justify-content: space-between;
  align-items: center;
  z-index: 99992;
  height: 70px;
  top: 0px;
  left: 0px;
  right: 0px;
}
/* Internet Explorer 11+ */
_:-ms-fullscreen,
:root #link-top {
  width: 93%;
}

/* Internet Explorer 10+ */
_:-ms-lang(x),
#link-top {
  width: 93%;
}

@supports (-ms-ime-align: auto) {
  #link-top {
    width: 93%;
  }
}

#banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: center;
}
#logo {
  display: -webkit-flex;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
#logo a {
  padding: 0;
  width: 140px;
}
.menu {
  width: 40px;
  margin-left: 70px;
}
.menu img {
  width: 100%;
  cursor: pointer;
}
.login {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  opacity: 0.8;
  z-index: 100;
}
.login a {
  font-size: 12px;
}
.login li {
  display: inline;
  list-style: none;
  margin-right: 13px;
  cursor: pointer;
}
#link-top .login a {
  color: white;
}
.login a:hover {
  color: #2cc654 !important;
}
.login li:hover {
  color: #2cc654 !important;
}
#link-top.show {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#link-top.show .logo {
  background-image: url(../img/logo2.png?ver=20220816);
  height: 53px;
  top: 8px;
  width: 190px;
}
#link-top.show .login a {
  color: rgb(159, 159, 159);
}

.capture {
  position: absolute;
  margin-top: 20vw;
  margin-left: 12vw;
  width: 40%;
}
.capture h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: left;
  font-size: 27px;
  line-height: 1.1;
  padding-bottom: 13px;
}
.capture p {
  margin: 0;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 17px;
  text-align: left;
  opacity: 0.8;
}
#banner span {
  color: #2cc654;
}
.capture span {
  color: #2cc654;
}

#menu-content {
  display: none;
  position: fixed;
  background-color: rgba(7, 205, 96, 0.95);
  padding: 70px;
  padding-top: 7vw;
  top: 0;
  z-index: 99991;
}
#menu-content a {
  font-size: 1.2vw;
  line-height: 1.5;
  font-weight: 400 !important;
  opacity: 1;
  padding-bottom: 0 !important;
}
#menu-content a:hover {
  text-decoration: underline;
}
.yellow:hover {
  color: yellow;
}
.violet:hover {
  color: violet;
}
.greenn:hover {
  color: green;
}
#menu-content li {
  padding: 0;
  line-height: 1.5;
}
.sub {
  margin-left: 27px;
  display: none;
}
div#blog-head-item {
  width: 350px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
input.blog-head-item {
  float: right;
  width: 250px;
}
.blog-head-item2 {
  width: 350px;
  height: 100px;
  box-sizing: border-box;
  border-color: #ccc;
}
input#sl {
  font-family: "Poppins", sans-serif;
  background-color: #16b01a !important;
  color: white;
  font-size: 13px !important;
  padding: 0.5vw 27px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-transform: uppercase;
}

input#sl:hover {
  border: 1px solid #7eb079;
  background-color: #2cc654 !important;
}
/*.collapsed span:before{*/
/*content: "\25BC";*/
/*}*/
/*.expanded span:after{*/
/*content: "\25B2";*/
/*}*/

#topmenu {
  display: flex;
}
.logo {
  background-size: 98%;
  background-repeat: no-repeat;
  background-image: url(../img/logo.png);
  height: 100px;
  width: 138px;
  z-index: 100;
  position: absolute;
  top: 7px;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 900px) {
  .logo {
    background-size: 98%;
    background-repeat: no-repeat;
    background-image: url(../images/izaugsmeskods/logo-horizontal.png);
    height: 100px;
    width: 138px;
    z-index: 100;
    position: absolute;
    top: 7px;
  }
  #menu-content {
    padding: 20px;
    padding-top: 120px;
    width: 100%;
    font-size: 25px;
  }
  .login {
    display: none;
    width: 74%;
  }
  #link-top .login a {
    font-size: 18px;
  }
  #topmenu {
    margin-top: 2vw;
    justify-content: flex-end;
  }
  .menu {
    width: 50px;
    margin-left: 0;
    position: fixed;
    right: 0;
    margin-top: 60px;
    margin-right: 21px;
  }
  #link-top {
    display: block;
    position: absolute;
  }
  #logo a {
    position: absolute;
    top: 16px;
  }
  .logo {
    background-size: contain;
    /*height: 6.5vw;*/
    width: 25vw;
  }
  #banner {
    height: 150vw;
    background-position: center;
  }

  .capture {
    position: relative;
    width: 85%;
    margin: auto;
    text-align: center;
    top: 80vw;
  }
  .capture h2 {
    text-align: center;
    font-size: 83px;
    line-height: 1;
    padding-bottom: 70px;
  }
  .capture p {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
  }
  #menu-content a {
    font-size: 25px;
  }
  #topmenu ul {
    margin-top: 10px;
  }
}
