/* Tailwind css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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;
  }
}

.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: grid;
  height: 100%;
  width: 100%;
  place-content: center;
}

.navbar-link {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.navbar-item {
  padding-bottom: 0.875rem;
}

.btn {
  display: flex;
  height: 3rem;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-primary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

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

.exp-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.item-title {
  font-size: 3.75rem;
  line-height: 1;
}

.gallery-list {
  display: grid;
  gap: 1rem;
}

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

@media (min-width: 768px) {
  .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

@media (min-width: 768px) {
  .subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-80 {
  right: -20rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-5 {
  top: 1.25rem;
}

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-screen {
  height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

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

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

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

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.bg-center {
  background-position: center;
}

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.opacity-0 {
  opacity: 0;
}

.delay-700 {
  transition-delay: 700ms;
}

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

/* style.css */

/* copyright 2023 codewithsadee */

/* CUSTOM PROPERTY */

:root {
  /* COLORS */
  /* backgroud colors */
  --bg-white: hsl(0, 0%, 100%);
  --bg-black-alpha-20: hsla(0, 0%, 0%, 0.2);
  --bg-lavender-blush: hsl(0, 100%, 98%);
  --bg-majorelle-blue: hsl(249, 95%, 63%);
  --bg-ocean-blue: hsl(249, 63%, 54%);
  --bg-majorelle-blue-alpha-5: hsla(249, 95%, 63%, 0.05);
  --bg-misty-rose: hsl(0, 100%, 95%);
  --bg-red-salsa: hsl(357, 94%, 63%);
  --bg-red-salsa-alpha-5: hsla(357, 94%, 63%, 0.05);
  --bg-english-vermillion: hsl(357, 64%, 53%);
  --bg-chrome-yellow-alpha-5: hsla(40, 100%, 50%, 0.05);
  --bg-sunglow-alpha-10: hsla(48, 100%, 50%, 0.1);
  --bg-gainsboro: hsl(0, 0%, 85%);
  /* text color */
  --text-white: hsl(0, 0%, 100%);
  --text-gunmetal: hsl(209, 40%, 14%);
  --text-light-coral: hsl(357, 96%, 73%);
  --text-granite-gray: hsl(210, 4%, 38%);
  --text-majorelle-blue: hsl(249, 95%, 63%);
  --text-sunglow: hsl(48, 100%, 50%);
  /* border color */
  --border-gainsboro: hsl(0, 1%, 85%);
  /* TYPOGRAPHY */
  /* font family */
  --ff-poppins: "Poppins", sans-serif;
  /* font size */
  --fontSize-1: 4.2rem;
  --fontSize-2: 3.6rem;
  --fontSize-3: 2.5rem;
  --fontSize-4: 2.4rem;
  --fontSize-5: 2rem;
  --fontSize-6: 1.6rem;
  --fontSize-7: 1.5rem;
  /* font weight */
  --weight-bold: 700;
  --weight-semiBold: 600;
  --weight-medium: 500;
  /* SPACING */
  --section-spacing: 80px;
  /* BOX SHADOW */
  --shadow-1: 0 2px 10px hsla(209, 40%, 14%, 10%);
  --shadow-2: 0 5px 10px hsla(249, 95%, 63%, 25%);
  --shadow-3: 0 5px 10px hsla(357, 64%, 53%, 25%);
  --shadow-4: 0 30px 50px hsla(357, 64%, 53%, 30%);
  /* RADIUS */
  --radius-pill: 200px;
  --radius-circle: 50%;
  --radius-30: 30px;
  --radius-20: 20px;
  /* TRANSITION */
  --transition-1: 250ms ease;
  --transition-2: 500ms ease;
  --cubic-out: cubic-bezier(0.05, 0.83, 0.52, 0.97);
}

body.nav-active {
  overflow: hidden;
}

ion-icon {
  width: 40px;
  height: 40px;
}

.icons {
  transform: translate(50%, -50%);
  background-color: var(--bg-white);
  border-radius: var(--radius-circle);
  box-shadow: var(--shadow-1);
}

/* RESET */

/* REUSED STYLE */

.h-container {
  padding-inline: 16px;
}

.btn {
  padding-inline: 30px;
  color: var(--text-white);
  transition: var(--transition-1);
  border-radius: var(--radius-pill);
}

.btn-primary {
  background-color: var(--bg-majorelle-blue);
}

.btn-primary:is(:hover, :focus-visible) {
  background-color: var(--bg-ocean-blue);
  box-shadow: var(--shadow-2);
}

.btn-secondary {
  background-color: var(--bg-red-salsa);
}

.btn-secondary:is(:hover, :focus-visible) {
  background-color: var(--bg-english-vermillion);
  box-shadow: var(--shadow-3);
}

.section {
  -webkit-padding-after: var(--section-spacing);
          padding-block-end: var(--section-spacing);
}

.img-holder {
  aspect-ratio: var(--width) / var(--height);
  background-color: var(--bg-gainsboro);
  overflow: hidden;
}

.gallery img {
  width: 100%;
}

/* PRELOADER */

.service {
  padding-top: 30px;
}

.section-subtitle {
  color: var(--text-majorelle-blue);
  font-weight: var(--weight-medium);
}

.section-title {
  margin-block: 10px;
  line-height: 1.5;
}

.service-card:nth-child(2) {
  background-color: var(--bg-chrome-yellow-alpha-5);
}

.service-card:nth-child(3) {
  background-color: var(--bg-red-salsa-alpha-5);
}

.service-card:nth-child(4) {
  background-color: var(--bg-majorelle-blue-alpha-5);
}

.service-card {
  border-radius: var(--radius-20);
}

.service-card .card-title {
  margin-block: 10px 5px;
}

.preloader {
  background-color: var(--bg-lavender-blush);
  transition: var(--transition-1);
}

.preloader.remove {
  visibility: hidden;
  opacity: 0;
}

.preloader-inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 10px;
  background-color: var(--bg-black-alpha-20);
  filter: blur(4px);
  z-index: -1;
  animation: dropShadow 700ms ease-in-out infinite alternate;
}

@keyframes dropShadow {
  0% {
    width: 40%;
  }

  100% {
    width: 80%;
  }
}

/* HEADER */

.header {
  padding-block: 30px;
}

.header.active {
  position: fixed;
  background-color: var(--bg-white);
  box-shadow: var(--shadow-1);
  animation: slideIn 500ms ease forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar {
  z-index: 1;
  background-color: var(--bg-white);
  transition: 400ms var(--cubic-out);
}

.navbar.active {
  transform: translateX(-320px);
  transition: 500ms;
  visibility: visible;
}

.navbar-list {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.navbar-link {
  color: var(--text-gunmetal);
  padding-block: 8px;
  transition: var(--transition-1);
}

.navbar-link::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 14px;
  background-color: var(--bg-majorelle-blue);
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-radius: 5px;
  opacity: 0;
  transition: var(--transition-1);
}

.navbar-link:is(:hover, :focus-visible, .active)::before {
  opacity: 1;
}

.navbar-item:is(:hover, :focus-visible, .active) {
  transform: translateX(10px);
}

.header-action {
  -webkit-margin-before: auto;
          margin-block-start: auto;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  -webkit-border-before: 1px solid var(--border-gainsboro);
          border-block-start: 1px solid var(--border-gainsboro);
}

.login-btn {
  color: var(--text-gunmetal);
  transition: var(--transition-1);
}

.login-btn:is(:hover, :focus-visible) {
  opacity: 0.6;
}

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

.overlay.active {
  opacity: 0.5;
  visibility: visible;
}

/* HERO */

.hero {
  -webkit-padding-before: 150px;
          padding-block-start: 150px;
}

.hero-title {
  margin-block: 20px;
}

.title {
  color: var(--text-gunmetal);
  font-weight: var(--weight-semiBold);
}

.hero-subtitle {
  background-color: var(--bg-misty-rose);
  color: var(--text-light-coral);
  border-radius: var(--radius-pill);
}

.hero-text {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.hero .btn-secondary {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.hero-btn {
  color: var(--text-gunmetal);
  font-weight: var(--weight-medium);
  transition: var(--transition-1);
}

.hero-btn .btn-img {
  background-color: var(--bg-gainsboro);
  border-radius: var(--radius-circle);
  box-shadow: var(--shadow-1);
}

.img-cover {
  border-radius: inherit;
}

.hero-btn:is(:hover, :focus-visible) {
  color: var(--text-majorelle-blue);
}

/* DESTINATION */

.desti .section-title {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.desti-card .card-banner {
  border-radius: var(--radius-30);
}

.desti-card:is(:hover, :focus-within) .img-cover {
  transform: scale(1.05);
}

.desti-card .card-price {
  background-color: var(--bg-white);
  color: var(--text-majorelle-blue);
  font-weight: var(--weight-bold);
  padding: 5px 15px;
  border-radius: var(--radius-pill);
}

.desti-card .card-title {
  margin-block: 15px 5px;
  transition: var(--transition-1);
}

.desti-card .card-title:is(:hover, :focus-visible) {
  color: var(--text-majorelle-blue);
}

.desti-card :is(.card-rating, .span) {
  display: flex;
  align-items: center;
}

.desti-card .card-rating {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.desti-card .card-rating .span {
  background-color: var(--bg-sunglow-alpha-10);
  border-radius: var(--radius-pill);
}

.desti-card .card-rating ion-icon {
  color: var(--text-sunglow);
}

.desti .btn {
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.exp .section-text {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.exp-item {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

.exp-item .item-title {
  color: var(--bg-majorelle-blue);
  font-weight: var(--weight-bold);
}

.exp-shape {
  left: -10px;
  filter: drop-shadow(--shadow-4);
}

/* GALLERY */

.item-banner {
  border-radius: var(--radius-20);
}

.section-title {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.gallery-list {
  display: grid;
  gap: 15px;
}

/* CTA */

.cta-card {
  background-color: var(--bg-misty-rose);
  padding: 60px 20px;
  text-align: center;
  border-radius: var(--radius-30);
}

.cta .section-title {
  margin-block: 0 20px;
}

.cta .btn {
  margin-inline: auto;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

/* FOOTER */

.footer-top {
  gap: 40px;
  padding-block: 60px;
}

.footer-brand .footer-text {
  margin-block: 20px;
}

.social-link {
  color: var(--bg-majorelle-blue);
  transition: var(--transition-1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: var(--radius-pill);
}

.input-wrapper ion-icon,
.social-link ion-icon {
  width: 32px;
  height: 32px;
}

.social-link:is(:hover, :focus-visible) {
  background-color: var(--bg-majorelle-blue);
  color: var(--text-white);
}

.footer-list-title {
  color: var(--text-gunmetal);
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}

.footer-link {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.footer-link:is(:hover, :focus-visible) {
  text-decoration: underline;
}

.footer-list .footer-text {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}

.input-feild {
  padding-inline: 25px 60px;
  border: 1px solid var(--border-gainsboro);
  color: var(--text-gunmetal);
  border-radius: var(--radius-pill);
}

.input-feild:focus {
  border-color: var(--bg-majorelle-blue);
}

.input-btn {
  background-color: var(--bg-majorelle-blue) !important;
  place-items: center;
  border-radius: var(--radius-circle);
  right: 5px;
  color: var(--text-white);
}

.input-btn ion-icon {
  transform: translateX(-2px) rotate(45deg);
}

/* MEDIA QUERIES */

@media (min-width: 575px) {
  .h-container {
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }

  /* navbar */

  .navbar {
    max-width: 350px;
    padding-inline: 40px;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }

  /* hero */

  .hero-text {
    max-width: 42ch;
  }

  .hero .wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .hero .btn,
  .hero .btn-secondary {
    -webkit-margin-after: 0 !important;
            margin-block-end: 0 !important;
  }

  /* Service */

  .service .h-container {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  /* destination */

  .desti-list {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .btn {
    height: 60px;
    padding-inline: 40px;
  }

  :is(.desti, .gallery) :is(.section-subtitle, .section-title) {
    text-align: center;
  }

  .preloader img {
    width: 80px;
    height: 80px;
  }

  /* HERO */

  .hero {
    -webkit-padding-before: 180px;
            padding-block-start: 180px;
  }

  .hero-subtitle {
    padding: 10px 30px;
  }

  .hero-btn {
    gap: 32px;
  }

  .hero-btn .btn-img {
    width: 70px;
    height: 70px;
  }

  .hero-btn ion-icon {
    padding: 10px;
  }

  .hero-banner {
    max-width: 550px;
    margin-inline: auto;
  }

  /* Service */

  .serviece .h-container {
    gap: 35px;
  }

  .service-card {
    padding: 40px 30px;
  }

  .service-card .card-title {
    margin-block: 20px 10px;
  }

  /* BESTI */

  .desti .section-title {
    -webkit-margin-after: 65px;
            margin-block-end: 65px;
  }

  .desti-list {
    gap: 50px 30px;
  }

  .desti-card .card-title {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }

  .desti .btn {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }

  /* EXPERIENCE */

  .exp .section-text {
    max-width: 600px;
  }

  .exp-list {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .exp-item {
    gap: 15px;
  }

  .exp-item .item-title {
    font-size: 3rem;
  }

  .exp-banner {
    max-width: 550px;
    margin-inline: auto;
  }

  /* GALLERY */

  .gallery .section-title {
    -webkit-margin-after: 65px;
            margin-block-end: 65px;
  }

  .gallery-list {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .gallery-item:nth-child(n + 3) {
    grid-column: 1/3;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

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

  /* HEADER */

  .nav-toggle-btn,
  .navbar-top,
  .overlay {
    display: none;
  }

  .navbar,
  .navbar.active {
    all: unset;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }

  .navbar-list {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    display: flex;
    gap: 30px;
    margin-inline: auto;
  }

  .navbar-link:is(:hover, :focus-visible, .active) {
    transform: unset;
  }

  .navbar-item {
    padding-bottom: 0px;
  }

  .navbar-link::before {
    width: 10px;
    height: 3px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-action {
    border: none;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    gap: 30px;
  }

  .header.active {
    padding-block: 15px;
  }

  .hero .h-container {
    grid-template-columns: 0.8fr 1fr;
    gap: 0px;
    align-items: center;
  }

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

  .hero-banner {
    max-width: unset;
  }

  /* Service */

  .service .title-wrapper {
    -webkit-padding-end: 100px;
            padding-inline-end: 100px;
  }

  /* Desti */

  .desti-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .exp .h-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
  }

  .exp-content {
    order: 1;
  }

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

  .exp-item {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }

  /* Gallery */

  .gallery-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery img {
    width: 100%;
    height: 100%;
  }

  .gallery-list:nth-child(n + 3) {
    grid-column: auto;
  }

  .gallery-item:nth-child(3) {
    grid-column: 3/5;
    grid-row: 1/3;
  }

  .gallery-item:nth-child(n + 4) {
    grid-column: span 2;
  }

  .gallery .item-banner {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
  }

  .cta .section-title {
    max-width: 25ch;
    margin-inline: auto;
  }
}

@media (min-width: 1200px) {
  .h-container {
    max-width: 1150px;
  }

  /* Header */

  .header .logo img {
    width: 11rem;
  }

  .navbar-list {
    gap: 3rem;
  }

  .header-action {
    gap: 2.5rem;
  }

  .header-action .subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .hero-title {
    margin-block: 30px;
  }

  .hero-text {
    -webkit-margin-after: 50px;
            margin-block-end: 50px;
  }

  /* Service */

  .service .h-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .service .title-wrapper {
    grid-column: span 3;
  }

  .service h2 {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }

  /* Desti */

  .desti-card .card-content {
    padding-top: 20px;
  }

  .desti-card .card-rating,
  .desti-card .card-text {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }

  /* Experience */

  .exp .section-text {
    margin-block: 30px 40px;
  }

  .exp-list {
    gap: 50px;
  }

  /* CTA */

  .cta-card {
    padding-bottom: 120px;
  }

  /* Footer */

  .footer-top {
    grid-template-columns: 1fr 0.5fr 0.6fr 0.6fr 1fr;
    gap: 60px;
  }

  .footer-list li {
    margin-top: 10px;
  }
}

@media (min-width: 1400px) {
  .h-container {
    max-width: 1350px;
  }

  .navbar-list {
    gap: 70px;
  }

  /* Service */

  .service .section-title {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }

  .service .title-wrapper {
    grid-column: auto;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }

  .service .h-container {
    grid-template-columns: 1fr repeat(3, 0.9fr);
    gap: 50px;
  }

  .service-card:nth-child(3) {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }

  /* Desti */

  .desti-list {
    gap: 50px;
  }

  /* Footer */

  .footer-top {
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
  }
}
