/*
! tailwindcss v3.0.24 | 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)
*/

@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --et-blue: #1260FE;
  --et-purple: #550ECA;
  --et-purple-rgb: 85, 14, 202;
  --et-pink: #DE0977;
  --et-pink-rgb: 222, 9, 119;
  --et-Lpink: #F929BB;
  --et-gray: #58595B;
  --et-gray2: #5C707E;
  --black: #181818;
  --white: #ffffff;
  --font-kalam: "Kalam", cursive;
  --font-kanit: "Kanit", sans-serif;
  --font-inter: "Inter", sans-serif;
  --font-lato: "Lato", sans-serif;
}

a,
button {
  transition: 0.4s ease;
}


.et-btn:hover {
  color: var(--white);
  background-color: #FF0000;
}

*,
::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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Raleway, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-10 {
  top: 2.5rem;
}

.left-10 {
  left: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.right-10 {
  right: 2.5rem;
}

.left-1 {
  left: 0.25rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-40 {
  top: -10rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-40 {
  height: 10rem;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-24 {
  height: 6rem;
}

.h-10 {
  height: 2.5rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-accentCyan {
  --tw-border-opacity: 1;
  border-color: hsl(176 68% 64% / var(--tw-border-opacity));
}

.bg-accentCyan {
  --tw-bg-opacity: 1;
  background-color: hsl(176 68% 64% / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-darkBlue2 {
  --tw-bg-opacity: 1;
  background-color: hsl(216 53% 9% / var(--tw-bg-opacity));
}

.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: hsl(217 28% 15% / var(--tw-bg-opacity));
}

.bg-logo-light-mode {
  background-image: url('../images/logo-light-mode.svg');
}

.bg-curvy-light-mode {
  background-image: url('../resortstay/12.jpg');
}

.bg-contain {
  background-size: contain;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.text-center {
  text-align: center;
}

.font-opensans {
  font-family: Open Sans, sans-serif;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-extralight {
  font-weight: 200;
}

.leading-normal {
  line-height: 1.5;
}

.leading-5 {
  line-height: 1.25rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-accentCyan {
  --tw-text-opacity: 1;
  color: hsl(176 68% 64% / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ficon:hover {
  filter: invert(80%) sepia(37%) saturate(7048%) hue-rotate(132deg)
    brightness(105%) contrast(104%);
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-accentCyan:hover {
  --tw-text-opacity: 1;
  color: hsl(176 68% 64% / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.dark .dark\:bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: hsl(217 28% 15% / var(--tw-bg-opacity));
}

.dark .dark\:bg-darkBlue1 {
  --tw-bg-opacity: 1;
  background-color: hsl(218 28% 13% / var(--tw-bg-opacity));
}

.dark .dark\:bg-darkBlue3 {
  --tw-bg-opacity: 1;
  background-color: hsl(219 30% 18% / var(--tw-bg-opacity));
}

.dark .dark\:bg-darkBlue2 {
  --tw-bg-opacity: 1;
  background-color: hsl(216 53% 9% / var(--tw-bg-opacity));
}

.dark .dark\:bg-logo-dark-mode {
  background-image: url('../images/logo-dark-mode.svg');
}

.dark .dark\:bg-curvy-dark-mode {
  background-image: url('../images/bg-curvy-dark-mode.svg');
}

.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark .dark\:focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}



.et-3-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
  height: 56px;
  background: linear-gradient(89.75deg, #550ECA 0.15%, #F929BB 99.83%);
  color: var(--white);
  font-size: 17px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .et-3-btn {
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .et-3-btn {
    height: 45px;
    padding: 0 15px;
  }
}
.et-3-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(89.75deg, #F929BB 0.15%, #550ECA 99.83%);
  opacity: 0;
  transition: 0.4s ease;
}
.et-3-btn:hover::before {
  opacity: 1;
}

.et-banner-slider-dots {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.et-banner-slider-dots span {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.4s ease;
  vertical-align: top;
}

.et-banner-slider-dots span::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
}

.et-banner-slider-dots span.swiper-pagination-bullet-active {
  border-color: var(--white);
}

.et-banner {
  clip-path: polygon(-2.414% 72.042%, -1.07% 5.984%, -1.07% 5.984%, -0.902% 3.452%, -0.515% 1.058%, 0.071% -1.169%, 0.84% -3.199%, 1.772% -5.002%, 2.851% -6.546%, 4.057% -7.802%, 5.372% -8.74%, 6.779% -9.33%, 8.258% -9.541%, 95.78% -10.2%, 95.78% -10.2%, 97.39% -9.977%, 98.908% -9.31%, 100.313% -8.239%, 101.584% -6.804%, 102.699% -5.046%, 103.635% -3.005%, 104.372% -0.722%, 104.887% 1.764%, 105.159% 4.413%, 105.166% 7.183%, 101.347% 88.143%, 101.347% 88.143%, 101.161% 90.144%, 100.804% 92.024%, 100.292% 93.759%, 99.64% 95.328%, 98.862% 96.706%, 97.974% 97.872%, 96.991% 98.803%, 95.927% 99.475%, 94.798% 99.866%, 93.618% 99.954%, 93.618% 99.954%, 93.026% 99.878%, 92.443% 99.723%, 91.871% 99.491%, 91.313% 99.184%, 90.772% 98.804%, 90.25% 98.353%, 89.749% 97.832%, 89.272% 97.244%, 88.821% 96.59%, 88.399% 95.873%, 85.267% 90.109%, 85.267% 90.109%, 84.341% 88.66%, 83.32% 87.515%, 82.226% 86.676%, 81.08% 86.142%, 79.906% 85.917%, 78.725% 86.001%, 77.561% 86.396%, 76.435% 87.103%, 75.37% 88.123%, 74.388% 89.458%, 74.388% 89.458%, 73.406% 90.792%, 72.341% 91.812%, 71.215% 92.518%, 70.05% 92.913%, 68.87% 92.997%, 67.695% 92.772%, 66.55% 92.239%, 65.455% 91.399%, 64.434% 90.254%, 63.509% 88.805%, 63.509% 88.805%, 62.584% 87.357%, 61.563% 86.212%, 60.468% 85.372%, 59.323% 84.839%, 58.148% 84.614%, 56.968% 84.698%, 55.803% 85.092%, 54.677% 85.799%, 53.612% 86.819%, 52.63% 88.154%, 52.63% 88.154%, 51.648% 89.488%, 50.583% 90.508%, 49.457% 91.215%, 48.293% 91.609%, 47.112% 91.693%, 45.938% 91.468%, 44.792% 90.935%, 43.698% 90.096%, 42.677% 88.951%, 41.751% 87.502%, 41.751% 87.502%, 40.826% 86.053%, 39.805% 84.908%, 38.711% 84.068%, 37.565% 83.535%, 36.391% 83.31%, 35.21% 83.394%, 34.046% 83.789%, 32.92% 84.495%, 31.854% 85.515%, 30.873% 86.85%, 30.522% 87.411%, 30.522% 87.411%, 29.572% 88.72%, 28.543% 89.752%, 27.454% 90.505%, 26.323% 90.98%, 25.169% 91.174%, 24.01% 91.088%, 22.866% 90.72%, 21.755% 90.069%, 20.694% 89.135%, 19.704% 87.917%, 15.339% 81.66%, 15.339% 81.66%, 14.647% 80.797%, 13.907% 80.113%, 13.131% 79.61%, 12.329% 79.288%, 11.512% 79.148%, 10.692% 79.19%, 9.879% 79.415%, 9.084% 79.824%, 8.319% 80.418%, 7.593% 81.196%, 7.593% 81.196%, 6.274% 82.466%, 4.9% 83.137%, 3.52% 83.25%, 2.179% 82.849%, 0.925% 81.977%, -0.197% 80.676%, -1.138% 78.99%, -1.852% 76.96%, -2.293% 74.63%, -2.414% 72.042%);
}
.et-banner .swiper {
  clip-path: polygon(-1.823% 76.863%, -1.823% 8.45%, -1.823% 8.45%, -1.7% 5.724%, -1.345% 3.138%, -0.776% 0.726%, -0.014% -1.476%, 0.923% -3.434%, 2.015% -5.114%, 3.244% -6.481%, 4.589% -7.5%, 6.031% -8.137%, 7.552% -8.357%, 92.5% -8.357%, 92.5% -8.357%, 94.021% -8.137%, 95.463% -7.5%, 96.808% -6.481%, 98.037% -5.114%, 99.129% -3.434%, 100.066% -1.476%, 100.829% 0.726%, 101.397% 3.138%, 101.752% 5.724%, 101.875% 8.45%, 101.875% 86.993%, 101.875% 86.993%, 101.78% 89.103%, 101.505% 91.104%, 101.065% 92.971%, 100.475% 94.675%, 99.75% 96.19%, 98.905% 97.49%, 97.954% 98.548%, 96.913% 99.337%, 95.797% 99.83%, 94.62% 100%, 94.62% 100%, 94.045% 99.959%, 93.478% 99.838%, 92.92% 99.638%, 92.375% 99.361%, 91.843% 99.01%, 91.329% 98.585%, 90.834% 98.089%, 90.361% 97.523%, 89.912% 96.89%, 89.49% 96.19%, 86.172% 90.243%, 86.172% 90.243%, 85.218% 88.788%, 84.174% 87.656%, 83.063% 86.848%, 81.907% 86.363%, 80.729% 86.201%, 79.551% 86.363%, 78.395% 86.848%, 77.284% 87.656%, 76.24% 88.788%, 75.286% 90.243%, 75.286% 90.243%, 74.332% 91.698%, 73.289% 92.829%, 72.178% 93.637%, 71.022% 94.122%, 69.844% 94.284%, 68.666% 94.122%, 67.51% 93.637%, 66.399% 92.829%, 65.355% 91.698%, 64.401% 90.243%, 64.401% 90.243%, 63.447% 88.788%, 62.403% 87.656%, 61.292% 86.848%, 60.137% 86.363%, 58.958% 86.201%, 57.78% 86.363%, 56.624% 86.848%, 55.513% 87.656%, 54.47% 88.788%, 53.516% 90.243%, 53.516% 90.243%, 52.562% 91.698%, 51.518% 92.829%, 50.407% 93.637%, 49.251% 94.122%, 48.073% 94.284%, 46.895% 94.122%, 45.739% 93.637%, 44.628% 92.829%, 43.584% 91.698%, 42.63% 90.243%, 42.63% 90.243%, 41.676% 88.788%, 40.632% 87.656%, 39.521% 86.848%, 38.366% 86.363%, 37.188% 86.201%, 36.009% 86.363%, 34.854% 86.848%, 33.743% 87.656%, 32.699% 88.788%, 31.745% 90.243%, 31.406% 90.85%, 31.406% 90.85%, 30.483% 92.277%, 29.475% 93.419%, 28.402% 94.274%, 27.282% 94.84%, 26.132% 95.115%, 24.973% 95.097%, 23.822% 94.785%, 22.698% 94.175%, 21.619% 93.266%, 20.605% 92.056%, 16.115% 85.796%, 16.115% 85.796%, 15.405% 84.937%, 14.652% 84.27%, 13.866% 83.793%, 13.058% 83.507%, 12.24% 83.412%, 11.421% 83.507%, 10.613% 83.793%, 9.827% 84.27%, 9.074% 84.937%, 8.364% 85.796%, 8.364% 85.796%, 7.072% 87.204%, 5.713% 87.99%, 4.335% 88.195%, 2.987% 87.861%, 1.716% 87.029%, 0.569% 85.74%, -0.406% 84.038%, -1.161% 81.963%, -1.65% 79.558%, -1.823% 76.863%);
}
.et-banner-slider .swiper-slide-active .et-banner-bottom-title {
  transform: translateX(0);
}
.et-banner-slider .swiper-slide-active > div {
  background-position: right bottom;
}
.et-banner .swiper-slide > div {
  transition: background 2.4s ease;
}
.et-banner-bottom-title {
  transform: translateX(100px);
  transition: 2.4s ease;
}
.et-banner-vectors img {
  transform: rotate(45deg);
  animation: spin 3.5s linear reverse infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0) scale(1);
  }
  25%, 100% {
    transform: rotate(90deg) scale(1);
  }
  50% {
    transform: rotate(90deg) scale(0.8);
  }
}
@keyframes etSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.et-banner-3-clipped {
  animation: clipMove 7s ease forwards infinite;
}

@keyframes clipMove {
  0% {
    clip-path: polygon(100% 0, 149% 0, 192% 100%, 144% 100%);
  }
  30% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }
  60% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }
  100% {
    clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
  }
}
.et-3-banner-vector {
  animation: moveX 7s ease forwards infinite;
}

@keyframes moveX {
  0% {
    left: 50%;
    opacity: 0;
  }
  30% {
    left: 68%;
    opacity: 25%;
  }
  60% {
    left: 68%;
    opacity: 25%;
  }
  100% {
    left: 68%;
    opacity: 25%;
  }
}

.et-section-display-font {
  font-family: var(--font-kalam);
}

/* section sub title */
.et-section-sub-title {
  position: relative;
  padding-left: 40px;
  font-family: var(--font-kalam);
  color: var(--et-blue);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .et-section-sub-title {
    margin-bottom: 6px;
  }
}
.et-section-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--et-blue);
}
.et-section-title {
  font-family: var(--font-kanit);
  font-weight: 500;
  font-size: 45px;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -1px;
}
@media screen and (max-width: 1399px) {
  .et-section-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .et-section-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .et-section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .et-section-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 479px) {
  .et-section-title {
    font-size: 30px;
  }
}
.et-section-title span.colored {
  font-family: var(--font-kalam);
  font-weight: 700;
  color: var(--et-pink);
}

.et-3-section-sub-title {
  text-transform: uppercase;
  font-size: 17px;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  margin-bottom: 5px;
}
.et-3-section-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 5px;
  background: url(../img/et-3-sub-title-vector.svg) center center no-repeat;
  background-size: 100% 100%;
}
.et-3-section-title {
  font-weight: 600;
  font-size: clamp(26px, 2.5vw, 48px);
  line-height: 1.3;
}

.et-4-section-sub-title {
  position: relative;
  padding-left: 40px;
  font-family: var(--font-kalam);
  color: var(--et-purple);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .et-4-section-sub-title {
    margin-bottom: 6px;
  }
}
.et-4-section-sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--et-purple);
}
.et-4-section-title {
  font-family: var(--font-kanit);
  font-weight: 500;
  font-size: 55px;
  color: var(--black);
  line-height: 1.05;
}
@media screen and (max-width: 1199px) {
  .et-4-section-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .et-4-section-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .et-4-section-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .et-4-section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 479px) {
  .et-4-section-title {
    font-size: 32px;
  }
}
.et-4-section-title span.colored {
  font-family: var(--font-kalam);
  font-weight: 700;
  color: var(--et-pink);
}



.et-about-stat {
  position: relative;
}
.et-about-stat h6 span {
  -webkit-text-stroke: 1px var(--et-Lpink);
}
.et-about-stat:not(:first-child)::before {
  content: "";
  position: absolute;
  right: 100%;
  height: 65px;
  width: 1px;
  background-color: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
}
.et-about__action {
  background: url(../img/about-action-bg.jpg);
}

.et-countdown .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  font-size: 55px;
  font-weight: 500;
  width: 67px;
}
@media screen and (max-width: 575px) {
  .et-countdown .number {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .et-countdown .number {
    font-size: 40px;
  }
}

.et-tab {
  height: 0;
  opacity: 0;
  transition: 0.2s ease;
  pointer-events: none;
}
.et-tab.active {
  height: auto;
  opacity: 1;
  pointer-events: all;
}



.et-countdown .number {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  font-size: 55px;
  font-weight: 500;
  width: 90px;
}
@media screen and (max-width: 575px) {
  .et-countdown .number {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .et-countdown .number {
    font-size: 40px;
  }
}


.breadcrumb-menu > li:nth-child(3n+1) {
  flex-basis: 100%;
}
