/*
! tailwindcss v3.4.10 | 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;
}

body {
  overflow-wrap: break-word;
  background-color: var(--primary-color);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white-color);
}

body .title,body .title-small,body .subtitle,body .subtitle-btn,body p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

p {
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary-color);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--white-color);
}

h1 .title,h1 .title-small,h1 .subtitle,h1 .subtitle-btn,h1 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--white-color);
}

h2 .title,h2 .title-small,h2 .subtitle,h2 .subtitle-btn,h2 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--white-color);
}

h3 .title,h3 .title-small,h3 .subtitle,h3 .subtitle-btn,h3 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h4 {
  color: var(--white-color);
}

h4 .title,h4 .title-small,h4 .subtitle,h4 .subtitle-btn,h4 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--white-color);
}

h5 .title,h5 .title-small,h5 .subtitle,h5 .subtitle-btn,h5 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h6 {
  color: var(--white-color);
}

h6 .title,h6 .title-small,h6 .subtitle,h6 .subtitle-btn,h6 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.container {
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
  }
}

.btn-default {
  display: flex;
  gap: 1rem;
  border-radius: 50px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 18 33 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-default:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(153 109 245 / var(--tw-bg-opacity));
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

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

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[15px\] {
  right: 15px;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

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

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

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.mb-\[50px\] {
  margin-bottom: 50px;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[150px\] {
  margin-top: 150px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

.h-full {
  height: 100%;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

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

.min-h-\[40vh\] {
  min-height: 40vh;
}

.min-h-\[85vh\] {
  min-height: 85vh;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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 {
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.\!rounded-\[10px\] {
  border-radius: 10px !important;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

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

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

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

.border-\[10px\] {
  border-width: 10px;
}

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

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

.border-\[\#00796B1A\] {
  border-color: #00796B1A;
}

.border-white {
  border-color: var(--white-color);
}

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

.bg-\[\#020B17\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 23 / var(--tw-bg-opacity));
}

.bg-\[\#05162E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 22 46 / var(--tw-bg-opacity));
}

.bg-\[\#06211a70\] {
  background-color: #06211a70;
}

.bg-\[\#1A1A1A\]\/75 {
  background-color: rgb(26 26 26 / 0.75);
}

.bg-\[\#272727\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF0F\] {
  background-color: #FFFFFF0F;
}

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

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

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

.from-\[\#020B1700\] {
  --tw-gradient-from: #020B1700 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 11 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#020B17\] {
  --tw-gradient-to: rgb(2 11 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020B17 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#020B17\] {
  --tw-gradient-to: #020B17 var(--tw-gradient-to-position);
}

.\!bg-cover {
  background-size: cover !important;
}

.\!bg-center {
  background-position: center !important;
}

.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}

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

.\!p-0 {
  padding: 0px !important;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-\[25px\] {
  padding-inline-start: 25px;
}

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

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

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

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

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

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

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

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

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

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

.\!text-\[12px\] {
  font-size: 12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[300\] {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#0073BB\] {
  --tw-text-opacity: 1;
  color: rgb(0 115 187 / var(--tw-text-opacity));
}

.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#9A9A9A\] {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

.text-\[\#BABABA\] {
  --tw-text-opacity: 1;
  color: rgb(186 186 186 / var(--tw-text-opacity));
}

.text-\[\#C9C9C9\] {
  --tw-text-opacity: 1;
  color: rgb(201 201 201 / var(--tw-text-opacity));
}

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

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

.text-primary {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-white {
  color: var(--white-color);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

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

.shadow-\[0_2px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 2px 12px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 2px 12px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

:root {
  --primary-color: #020b17;
  --secondary-color: #c9c9c9;
  --white-color: #ffffff;
  --accent-color: #00b86b;
  --black-color: #272727;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

@media screen and (max-width: 1200px) and (min-width: 320px) {
  .container {
    max-width: 100%;
  }
}

/*new theme css start*/

.title {
  font-size: 36px;
  line-height: 48px;
}

.title-small {
  font-size: 25px;
  line-height: 36px;
}

.subtitle {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

.subtitle-btn {
  display: inline-flex;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--primary-color);
}

.text-white .title,
.text-white .title-small,
.text-white .subtitle,
.text-white .subtitle-btn,
.text-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  color: var(--white-color);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-gradient .title,.btn-gradient .title-small,.btn-gradient .subtitle,.btn-gradient .subtitle-btn,.btn-gradient p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-gradient:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.btn-gradient {
  background: linear-gradient(to right, #0073bb, #00b86b);
  box-shadow: 0 4px 15px rgba(0, 121, 107, 0.3);
}

.btn-gradient:hover {
  background: linear-gradient(to left, #0073bb, #00b86b);
  box-shadow: 0 6px 20px rgba(0, 121, 107, 0.4);
  transform: translateY(-1px);
}

.btn-normal {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  color: var(--white-color);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-normal .title,.btn-normal .title-small,.btn-normal .subtitle,.btn-normal .subtitle-btn,.btn-normal p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-normal:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.btn-normal {
  background: linear-gradient(to right, #ffffff1f, #ffffff05);
  box-shadow: 0 4px 15px rgba(0, 121, 107, 0.3);
}

.btn-normal:hover {
  background: linear-gradient(to left, #ffffff1f, #ffffff05);
  box-shadow: 0 6px 20px rgba(0, 121, 107, 0.4);
  transform: translateY(-1px);
}

.btn-gradient .arrow-icon,
.btn-normal .arrow-icon {
  width: 8px;
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-gradient:hover .arrow-icon,
.btn-normal:hover .arrow-icon {
  --tw-translate-x: 3px;
  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));
}

.btn-primary {
  border-width: 1px;
  border-color: var(--accent-color) !important;
  background-color: var(--accent-color) !important;
}

.rs-box-1 {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
  padding: 2rem;
}

.rs-box-1:hover {
  background: linear-gradient(to right, #e6c200, #005a4f);
  box-shadow: 0 6px 20px rgba(0, 121, 107, 0.4);
  transform: translateY(-1px);
  border: 1px solid #f1f1f1;
}

.rs-box-title-1 {
  font-size: 25px;
  line-height: 38px;
  color: var(--primary-color);
  word-break: break-all;
}

.rs-box-2 {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
  padding: 2rem;
}

.rs-box-2:hover {
  background: linear-gradient(to right, #2eb67d, #fbc02d);
  box-shadow: 0 6px 20px rgba(0, 121, 107, 0.4);
  transform: translateY(-1px);
  border: 1px solid #f1f1f1;
}

.rs-box-2 h3 {
  font-size: 25px;
  line-height: 38px;
  color: var(--primary-color);
  word-break: break-all;
}

.rs-box-2 p {
  font-size: 16px;
  line-height: 22px;
  color: var(--secondary-color);
}

.rs-box-2:hover h3,
.rs-box-2:hover p {
  color: var(--white-color);
}

.rs-box-2:hover h3 .title,.rs-box-2:hover h3 .title-small,.rs-box-2:hover h3 .subtitle,.rs-box-2:hover h3 .subtitle-btn,.rs-box-2:hover h3 p,
.rs-box-2:hover p .title,
.rs-box-2:hover p .title-small,
.rs-box-2:hover p .subtitle,
.rs-box-2:hover p .subtitle-btn,
.rs-box-2:hover p p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer {
}

footer ul {
  display: flex;
  gap: 0.5rem;
}

footer ul li {
}

footer ul li a {
  border-radius: 9999px;
  background-color: var(--black-color);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  color: var(--white-color);
}

footer ul li a .title,footer ul li a .title-small,footer ul li a .subtitle,footer ul li a .subtitle-btn,footer ul li a p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer a:hover {
  color: var(--secondary-color);
}

.social-footer {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.75rem;
  background-color: transparent;
}

.banner {
  padding-top: 225px;
  padding-bottom: 175px;
  text-align: center;
}

.banner h1 {
  margin-bottom: 1.25rem;
  font-size: 45px;
  line-height: 55px;
}

.banner p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
}

.banner p .title,.banner p .title-small,.banner p .subtitle,.banner p .subtitle-btn,.banner p p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

/*new theme css end*/

/*when you try to write new class combine of tailwind class start*/

/*we can move this also inside components*/

.card-img {
  border-radius: 5px;
  background-color: var(--white-color);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .card-img {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.card-img img {
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card-img:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.scale-animation {
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.scale-animation:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.box {
  border-radius: 15px;
  border-width: 1px;
  border-color: #ededed24;
  --tw-bg-opacity: 1;
  background-color: rgb(29 26 38 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {
  .box {
    padding: 1.5rem;
  }
}

/*when you try to write new class combine of tailwind class end*/

/*overwrite default class style using base start*/

/*overwrite default class style using base end*/

/*create a component start. when creating a component using tailwind css*/

/*create a component end*/

header {
  position: absolute;
}

/* Custom styles for smooth transition */

.header-menu {
  transition: all 0.1s ease-in-out;
}

.header-menu.sticky {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding-left: 22px;
  padding-right: 22px;
  z-index: 999999;
  background: linear-gradient(to right, #020b1700, #020b17, #00796b, #08443c);
}

header {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  z-index: 99999;
}

.drawer-hidden {
  transform: translateX(-100%);
}

.drawer-visible {
  transform: translateX(0);
}

.menu-bg {
  border-radius: 15px;
  background-color: var(--white-color);
}

@media (min-width: 1240px) {
  .menu-bg {
    border-radius: 100px;
  }
}

.sticky .menu-bg {
  border-radius: 0px;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  nav ul {
    gap: 1rem;
  }
}

@media (min-width: 1240px) {
  nav ul {
    gap: 1.5rem;
  }
}

nav ul li {
  position: relative;
}

nav ul li a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
}

nav ul li a .title,nav ul li a .title-small,nav ul li a .subtitle,nav ul li a .subtitle-btn,nav ul li a p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1240px) {
  nav ul li a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

nav ul li a:hover {
  color: var(--accent-color);
}

nav ul.sub-menu {
  position: absolute;
  right: 0px;
  top: 35px;
  display: flex;
  display: none;
  width: 250px;
  flex-direction: column;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 40px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

nav ul li:hover ul.sub-menu {
  display: flex;
}

nav ul li ul.sub-menu a:hover:after {
  bottom: -15px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a:after {
  content: "⌵";
  font-size: 25px;
  color: #dddddd;
  position: absolute;
  right: -5px;
  top: -3px;
}

.menu-item-has-children.menu-cta > a {
  padding-inline-end: 40px;
}

.menu-item-has-children.menu-cta > a:after {
  right: 15px;
}

@media (min-width: 1200px) {
  nav ul li a:hover:before {
    content: "";
    position: absolute;
    z-index: 999;
    height: 2px;
    width: 100%;
    background: var(--accent-color);
    left: 0;
    bottom: -25px;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .menu-item-has-children > a:after {
  }

  nav ul.sub-menu {
    position: relative;
    top: 0px;
    display: block;
    background-color: transparent;
    padding-bottom: 0px;
  }

  nav ul.sub-menu a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .menu-cta {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
  }
}

.menu-cta > a {
  border-radius: 100px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: var(--white-color);
}

.menu-cta > a .title,.menu-cta > a .title-small,.menu-cta > a .subtitle,.menu-cta > a .subtitle-btn,.menu-cta > a p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-cta > a {
  background: linear-gradient(to right, #903ef9, #552593);
}

.menu-cta > a:hover {
  color: var(--white-color) !important;
  background: linear-gradient(to right, #00796b, #ffd700);
}

.menu-cta > a:hover:before {
  display: none;
}

/*nav ul li:last-child a {*/

/*    @apply px-3 py-2 rounded-[6px] hover:text-white font-[500];*/

/*}*/

#drawer {
  background: linear-gradient(to left, #00796b, #08443c);
}

.myMenu {
  cursor: pointer;
}

.myMenu span {
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  width: 25px;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.myMobileMenu ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.myMobileMenu ul li a {
  color: var(--white-color);
}

.myMobileMenu ul li a .title,.myMobileMenu ul li a .title-small,.myMobileMenu ul li a .subtitle,.myMobileMenu ul li a .subtitle-btn,.myMobileMenu ul li a p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*.myMobileMenu ul li:last-child a {*/

/*    @apply block w-full text-center;*/

/*}*/

/*.text-shadow {*/

/*    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.75);;*/

/*}*/

/*.form-control {*/

/*    @apply p-3 border border-[#DDDDDD]  rounded-md w-full focus:border-[green] focus-visible:outline-none  placeholder:text-[#B7BCC5];*/

/*}*/

/*.form-select {*/

/*    @apply p-3 border border-[#DDDDDD]  rounded-md focus:border-green focus-visible:outline-none appearance-none w-full font-[500] ;*/

/*}*/

/*.form-select {*/

/*    background-image: url("data:image/svg+xml,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0.5L5 5.5L10 0.5H0Z' fill='%23757575'/%3e%3c/svg%3e");*/

/*    background-size: 10px;*/

/*    background-repeat: no-repeat;*/

/*    background-position: 95% center;*/

/*}*/

.tab-items h2 {
  font-size: 20px;
  line-height: 28px;
  color: var(--secondary-color);
}

.tab-items p {
  margin-top: 0.75rem;
  font-size: 16px;
  line-height: 22px;
  color: var(--secondary-color);
}

.tab-items-single {
  position: relative;
  cursor: pointer;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.tab-items-single p {
  height: 0px;
  opacity: 0;
}

.tab-items-single.active p {
  height: 100%;
  opacity: 1;
}

.tab-items-single.active .title,
.tab-items-single.active .subtitle,
.tab-items-single:hover .title,
.tab-items-single:hover .subtitle {
  --tw-text-opacity: 1;
  color: rgb(188 136 255 / var(--tw-text-opacity));
}

.tab-items-content {
  display: none;
}

.active.sm-show {
  display: flex;
}

@media (min-width: 992px) {
  .active.sm-show {
    display: none;
  }
}

/* Desktop content visibility */

.rs-tab .lg-hidden .tab-items-content {
  display: none;
}

.rs-tab .lg-hidden .tab-items-content.active {
  display: block;
}

/* Smooth transitions for tab content */

.tab-items-content {
  opacity: 0;
}

.tab-items-content.active {
  display: block;
  opacity: 1;
}

@media (min-width: 992px) {
  .tab-items-content.active {
    display: none;
  }
}

/* Tab hover effects */

.tab-items-single {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tab-items-single.active:hover {
  transform: none;
}

.tab-items-single.active:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  left: -27px;
  z-index: 999;
  top: 0;
  width: 10px;
  height: 100%;
  border-radius: 0 5px 5px 0;
}

.tab-items {
  position: relative;
}

.tab-items:before {
  content: "";
  position: absolute;
  background: #bababa;
  left: -2px;
  z-index: 999;
  top: 25px;
  width: 2px;
  height: calc(100% - 50px);
}

.slick-prev,
.slick-next {
  position: relative;
  font-size: 0;
}

.slick-prev:before {
  content: url(../img/pre.svg);
  position: absolute;
  z-index: 9999;
  left: -30px;
  top: 30%;
}

.slick-next:before {
  content: url(../img/next.svg);
  position: absolute;
  z-index: 9999;
  right: -30px;
  top: 30%;
}

.slickMentorCareerActive .slick-prev:before,
.slickMentorCareerActive .slick-next:before {
  top: 40%;
}

.slickDots .slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.slickDots .slick-dots li.slick-active {
  --tw-bg-opacity: 1;
  background-color: rgb(188 136 255 / var(--tw-bg-opacity));
}

.slickDots .slick-dots li {
  height: 6px;
  width: 26px;
  cursor: pointer;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(85 37 147 / var(--tw-bg-opacity));
}

.slickDots .slick-dots li button {
  display: none;
}

.border-after > div {
  position: relative;
}

.border-after > div:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ffffff;
  left: -25px;
  top: 0;
  margin: 0 auto;
}

.border-after div:first-child:after {
  display: none;
}

/*direction change slider*/

.slickTestemonialLTR-container {
  direction: rtl;
}

.slickTestemonialLTR .box {
  direction: ltr;
}

.slickTestemonialLTR .box:hover,
.slickTestemonialRTL .box:hover {
  cursor: not-allowed;
}

/*direction change slider*/

/*post loop*/

.post-loop {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 26 40 / var(--tw-bg-opacity));
  padding: 1rem;
}

.post-loop:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 6 12 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
  .post-loop {
    flex-wrap: nowrap;
  }
}

.post-loop h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.post-loop p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

.post-meta {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}

.list-icon {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}

.pagination .wp-pagenavi span.current,
.pagination .wp-pagenavi a:hover {
  border: 1px solid;
  border-color: #ddd !important;
  background: #857979 !important;
  color: #000000 !important;
}

.pagination .wp-pagenavi span,
.pagination .wp-pagenavi a {
  padding: 10px 15px !important;
}

.pagination .wp-pagenavi {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
}

.category-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 15px;
}

.category-list a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 4px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 5px;
}

.category-list a:hover {
  border-color: var(--accent-color);
  font-weight: 700;
  color: var(--accent-color);
}

ul.category-list ul a {
  padding-inline-start: 20px;
}

.current-category {
  border-bottom-width: 4px !important;
  border-color: var(--accent-color) !important;
  color: var(--accent-color) !important;
}

.category-list a:hover .list-icon,
.current-category .list-icon {
  background-color: #996df5;
}

.category-list-section.active {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border-radius: 0.375rem;
  background-color: var(--black-color);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  --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);
  width: calc(100% - 30px);
  z-index: 999;
}

.hamburger {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.hamburger span {
  height: 3px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active state */

.hamburger.active span:nth-child(1) {
  --tw-translate-y: 14px;
  --tw-rotate: 43deg;
  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));
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  --tw-translate-y: -8px;
  --tw-rotate: -45deg;
  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));
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  color: var(--secondary-color);
}

.rf10-content h2,
.rf10-content h3,
.rf10-content h4,
.rf10-content h5,
.rf10-content h6,
.rf10-content p,
.rf10-content hr,
.rf10-content ul,
.rf10-content ol {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.rf10-content ol {
  margin-inline-start: 2rem;
  list-style-type: decimal;
}

.rf10-content ol ol li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  list-style: lower-alpha;
}

.rf-tags a {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 26 40 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 16px;
}

.rf-tags a:hover {
  background-color: var(--accent-color);
  text-decoration-line: underline;
}

.rf-post-body a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(188 136 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.rf-post-body b,
.rf-post-body strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(188 136 255 / var(--tw-text-opacity));
}

form label {
  color: var(--black-color);
}

.openings h2,
.openings h3,
.openings h4,
.openings h5,
.openings h6 {
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.openings ul li {
  margin-inline-start: 2rem;
  list-style-type: disc;
}

.color-title span {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #8049F3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(128 73 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FF7081 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.text-gradient span {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FFFFFF 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);
  --tw-gradient-to: #2DC686 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* Video Modal start */

.video-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.video-modal.active {
  opacity: 1;
  pointer-events: auto;
}

body.video-modal-open {
  overflow: hidden;
}

.video-modal-content {
  position: relative;
  width: 700px;
  max-width: 90vw;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
}

.video-modal.active .video-modal-content {
  transform: scale(1);
}

.video-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 999999999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-modal-close:hover {
  background-color: #af0606;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  min-height: 400px;
}

.video-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Video card hover effects */

.video-card {
  transition: all 0.3s ease-in-out;
}

.video-card:hover {
  transform: translateY(-4px);
}

.play-button {
  transition: all 0.3s ease-in-out;
}

.video-card:hover .play-button {
  transform: scale(1.1);
}

.featured-video-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.featured-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.bio h4 {
  margin-bottom: 1rem;
  font-size: 16px;
}

.bio h3 {
  font-size: 36px;
  line-height: 48px;
}

.bio p {
  margin-bottom: 1.5rem;
}

.line {
  position: relative;
  padding-inline-start: 32px;
}

.line:before {
  content: "";
  width: 26px;
  height: 3px;
  position: absolute;
  background: #0073bb;
  top: 45%;
  left: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  display: inline-flex;
  animation: marquee 35s linear infinite;
  min-width: 100%;
}

.speakers {
  --tw-bg-opacity: 1;
  background-color: rgb(5 22 46 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-inline-start: 10px;
  padding-inline-end: 5px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .speakers {
    padding-top: 100px;
    padding-inline-start: 100px;
    padding-inline-end: 50px;
  }
}

.speaker-scroller {
  height: 575px;
  overflow-y: auto;
  padding-inline-end: 5px;
}

@media (min-width: 768px) {
  .speaker-scroller {
    padding-inline-end: 50px;
  }
}

#speakerSearch {
  width: 250px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 23 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-inline-start: 40px;
  color: var(--white-color);
}

#speakerSearch::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

#speakerSearch::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

#speakerSearch .title,#speakerSearch .title-small,#speakerSearch .subtitle,#speakerSearch .subtitle-btn,#speakerSearch p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#speakerSearch:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(1px + 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);
  --tw-ring-color: var(--accent-color);
}

.searchIcon {
  position: absolute;
  left: 0.75rem;
  top: 15px;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.speaker-card {
  position: relative;
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #FFFFFF0F;
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.speaker-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

.location-tab.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.countdown-item {
  min-width: 130px;
  border-radius: 10px;
  background-color: #0073BB1F;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .countdown-item {
    min-width: 150px;
    padding: 1.5rem;
  }
}

.countdown-label {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(137 193 228 / var(--tw-text-opacity));
}

.reposts-container {
  max-width: 800px;
}

.reposts-container P {
  padding-bottom: 1rem;
  font-size: 18px;
}

figure.wp-block-table.aligncenter {
  border: 2px solid;
  padding: 15px;
}

figure.wp-block-table.aligncenter td {
  padding: 15px;
}

.myBtn {
  background: linear-gradient(to right, #0073bb, #00b86b);
  box-shadow: 0 4px 15px rgba(0, 121, 107, 0.3);
  display: inline-block;
  padding: 15px 35px;
  border-radius: 35px;
  margin-top: 15px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}

.myBtn:hover {
  background: linear-gradient(to left, #0073bb, #00b86b);
  box-shadow: 0 6px 20px rgba(0, 121, 107, 0.4);
  transform: translateY(-1px);
}

.myBannerSwiper .swiper-button-next,.myBannerSwiper .swiper-button-prev {
  color: var(--white-color);
}

.myBannerSwiper .swiper-button-next .title,.myBannerSwiper .swiper-button-next .title-small,.myBannerSwiper .swiper-button-next .subtitle,.myBannerSwiper .swiper-button-next .subtitle-btn,.myBannerSwiper .swiper-button-next p,.myBannerSwiper .swiper-button-prev .title,.myBannerSwiper .swiper-button-prev .title-small,.myBannerSwiper .swiper-button-prev .subtitle,.myBannerSwiper .swiper-button-prev .subtitle-btn,.myBannerSwiper .swiper-button-prev p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.myBannerSwiper .swiper-button-next:after,.myBannerSwiper .swiper-button-prev:after {
  font-size: 20px;
}

#myModal{
  z-index: 999999;
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:text-\[\#005a94\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 90 148 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  color: var(--white-color);
}

.hover\:shadow-md:hover {
  --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);
}

.hover\:ring-4:hover {
  --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(4px + 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);
}

.group:hover .group-hover\:right-3 {
  right: 0.75rem;
}

.group:hover .group-hover\:top-3 {
  top: 0.75rem;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:text-\[\#e6c200\] {
  --tw-text-opacity: 1;
  color: rgb(230 194 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  color: var(--white-color);
}

@media (min-width: 480px) {
  .sm\:max-w-\[150px\] {
    max-width: 150px;
  }

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

  .sm\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:\!text-\[14px\] {
    font-size: 14px !important;
  }

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

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

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

  .md\:hidden {
    display: none;
  }

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

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:\!rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px !important;
  }

  .md\:\!rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .md\:\!rounded-tl-\[10px\] {
    border-top-left-radius: 10px !important;
  }

  .md\:\!rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

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

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1240px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }
}