/*
! tailwindcss v3.3.3 | 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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.top-12 {
  top: 3rem;
}

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

.mr-\[48px\] {
  margin-right: 48px;
}

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

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

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-6 {
  height: 1.5rem;
}

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

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

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

.h-screen {
  height: 100vh;
}

.w-6 {
  width: 1.5rem;
}

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.p-\[2px\] {
  padding: 2px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-6 {
  line-height: 1.5rem;
}

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

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

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

.tracking-\[-0\.12px\] {
  letter-spacing: -0.12px;
}

.tracking-\[-0\.14px\] {
  letter-spacing: -0.14px;
}

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

.tracking-\[-1\.44px\] {
  letter-spacing: -1.44px;
}

.tracking-\[-1\.4px\] {
  letter-spacing: -1.4px;
}

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

/* fonts */

/* colors */

:root {
  --black: #111111;
  --green: #1B5B31;
  --green-shadow: #184828;
  --grey: #F5F0EC;
  --beige: #DCC1AB;
}

/* js props */

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transition: .3s cubic-bezier(.17,.67,.21,1.69);
}

.rotate-reset {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: .3s cubic-bezier(.17,.67,.21,1.69);
}

.shadow {
  background: linear-gradient(360deg, #DCC1AB 0%, rgba(214, 183, 158, 0.00) 100%);
}

.fade {
  transition: all .3s ease;
}

/* navbar styles */

.nav-item {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--black);
}

.nav-item:hover {
  color: var(--green);
  cursor: pointer;
}

.nav-item:hover path{
  fill: var(--green);
}

.offer:hover .drop-menu{
  visibility: visible;
  display: inline;
}

.drop-item {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  z-index: 20;
  position: relative;
  background-color: #fff;
  padding: 20px 24px;
  transition: .3s cubic-bezier(.17,.67,.21,1.69);
}

.drop-item:hover {
  color: var(--grey);
  cursor: pointer;
}

.drop-item::before,
.drop-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: var(--green);
  transition: .3s cubic-bezier(.17,.67,.21,1.69);
}

.drop-item::after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
}

.drop-item:hover::after {
  width: 100%;
}

.offer:hover .drop-menu{
  visibility: visible;
  display: inline;
}

/* burger menu */

.burger-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* search bar */

#search-box {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--black);
}

#search-box .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

#search-box .container .close:hover {
  opacity: 1;
}

#search-box .container .close:before, #search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
}

#search-box .container .close:before {
  transform: rotate(45deg);
}

#search-box .container .close:after {
  transform: rotate(-45deg);
}

#search-box form {
  position: relative;
}

#search-box input {
  background-color: var(--grey);
  border: 1px solid var(--grey);
  box-shadow: none;
  padding: 12px 74px 12px 20px;
  font-size: 24px;
  height: 84px;
  border-radius: 24px;
  display: block;
  color: var(--black);
  width: 360px;
  justify-content: center;
}

#search-box .container input:focus {
  outline: none;
}

/* hero styles */

.hero {
  background-color: var(--beige);
  height: calc(100vh - 72px);
  max-height: calc(100vh - 72px);
}

.slide-btn {
  display: flex;
  padding: 12px 24px 14px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  transition: all .2s ease;
}

.slide-btn svg {
  transition: all .2s ease;
}

.slide-btn:nth-child(1) {
  background-color: var(--green);
  color: var(--grey);
}

.slide-btn:nth-child(2) {
  border-radius: 200px;
  border: 1px solid var(--green);
  color: var(--green);
}

.slide-btn:nth-child(1):hover {
  background-color: var(--green-shadow);
}

.slide-btn:nth-child(2):hover {
  color: var(--green-shadow);
  border-color: var(--green-shadow);
}

.slide-btn:nth-child(2):hover svg {
  margin-top: 4px;
}

.slide-btn:nth-child(2):hover path {
  fill: var(--green-shadow);
}

.slide-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: var(--black);
  align-self: stretch;
  transition: all .3s cubic-bezier(.17,.67,.21,1.69);
}

.slide-text h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  transition: all .5s cubic-bezier(.17,.67,.21,1.69);
}

.slide-pic {
  background-size: cover;
  background-position: center;
  background: lightgray 50% / no-repeat;
  position: relative;
  z-index: 0;
}

.slide-pic::before,
.slide-pic::after {
  content: '';
  background: var(--grey);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slide-pic::before {
  top: 0;
  left: 0;
  right: auto;
}

.slide-pic::after {
  bottom: 0;
  right: 0;
  left: auto;
}

/* animation toggle */

.slide-pic.changed::before {
  width: 100%;
  right: 0;
  left: auto;
}

.slide-pic.changed::after {
  width: 100%;
  left: 0;
  right: auto;
}

/* slide change arrows */

.slide-btn-box {
  background-color: var(--grey);
  padding: 24px 32px;
}

.slide-btn-box button:hover path{
  fill: var(--green);
}

/* Offer section */

.offer-box {
  background-color: var(--grey);
  font-family: 'Inter', sans-serif;
}

.offer-box h2 {
  color: var(--green);
}

.offer-box h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--black);
}

.offer-box h3 em {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  color: var(--black);
}

.offer-box p {
  color: var(--black);
}

.offer-card {
  display: flex;
  height: 370px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 28px;
  transition: all .2s cubic-bezier(.17,.67,.21,1.69);
}

.offer-card h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--black);
  transition: all .3s cubic-bezier(.17,.67,.21,1.69);
}

.offer-card p {
  font-family: 'Inter', sans-serif;
  color: var(--black);
  transition: all .4s cubic-bezier(.17,.67,.21,1.69);
}

.offer-card button {
  color: var(--green);
  border-bottom: 1px solid var(--green);
  width: auto;
  align-self: flex-start;
  transition: all .3s cubic-bezier(.17,.67,.21,1.69);
}

.offer-card button p {
  font-family: 'Inter', sans-serif;
  color: var(--green);
}

.offer-card button path {
  fill: var(--green);
}

.offer-card:hover {
  cursor: pointer;
}

.offer-card:hover h3 {
  margin-top: 5px;
  color: var(--green);
}

.offer-card:hover button {
  gap: 13px;
}

.offer-card:hover p {
  margin-top: 2px;
}

/* offer click data */

.click-data h3 {
  color: var(--black);
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.click-data p {
  color: var(--black);
  font-size: 14px;
}

.click-data span {
  color: var(--beige);
  font-weight: 300;
  font-style: italic;
  font-family: 'Inter', sans-serif;
  align-self: flex-end;
}

/* About section */

.about-section {
  background-color: var(--green);
  height: 100vh;
}

.about-section h2 {
  font-family: 'Inter', sans-serif;
  color: var(--grey);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.12px;
}

.about-section h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--grey);
  letter-spacing: -1.44px;
}

.about-section em {
  font-family: 'Inter', sans-serif;
  font-style: italic;
}

.about-section p {
  color: var(--grey);
  font-family: 'Inter', sans-serif;
  line-height: 150%;
  letter-spacing: -0.16px;
}

.about-img {
  background-image: url("../src/assets/about_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-btn {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 12px 22px 14px 22px;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  z-index: 0;
  border-radius: 200px;
  border: 1px solid var(--grey);
  color: var(--grey);
  font-family: 'Inter', sans-serif;
  line-height: 150%;
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.about-btn path {
  fill: var(--grey);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.about-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: var(--grey);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  border-radius: 200px;
}

.about-btn:hover::after {
  width: 100%;
}

.about-btn:hover {
  border-color: var(--beige);
  color: var(--green-shadow);
}

.about-btn:hover path {
  fill: var(--green-shadow)
}

/* Portfolio section */

.portfolio {
  background-color: var(--beige);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.portfolio h2 {
  color: var(--green);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.12px;
}

.portfolio h3 {
  color: var(--black);
  font-family: 'Montserrat', sans-serif;
  line-height: 115%;
  letter-spacing: -1.44px;
  font-weight: 500;
}

.portfolio em {
  font-family: 'Inter', sans-serif;
  letter-spacing: normal;
}

.portfolio button {
  border-radius: 200px;
  border: 1px solid var(--black);
  align-self: center;
  margin-bottom: 15px;
  color: var(--black, #111);
  text-align: center;
  font-family: 'Inter', sans-serif;
  line-height: 150%;
}

.portfolio button path {
  fill: var(--black);
}

.portfolio button svg {
  transition: all 0.2s cubic-bezier(.5, .24, 0, 1);
}

.portfolio button:hover svg {
  margin-top: 4px;
}

#macy-container {
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease;
}

#macy-container a:hover {
  cursor: pointer;
}

.new-child {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Contact section */

.contact {
  background-color: var(--grey);
}

.contact p {
  color: var(--grey, #F5F0EC);
  font-family: 'Inter', sans-serif;
  line-height: 150%;
  letter-spacing: -0.16px;
}

.contact button {
  display: flex;
  padding: 10px 24px 12px 24px;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  line-height: 150%;
  /* 24px */
  color: var(--green);
  border-radius: 200px;
  background: var(--grey);
  transition: all 0.2s ease;
}

.contact button:hover {
  background-color: var(--black);
  color: var(--grey);
}

.contact .rect {
  background-color: var(--green);
}

.rect h3 {
  color: var(--grey);
  font-family: 'Montserrat', sans-serif;
  line-height: 120%;
  letter-spacing: -2px;
}

.rect em {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Footer section */

footer {
  background-color: var(--black);
}

footer .cta p{
  color: var(--grey);
  font-family: 'Inter', sans-serif;
  line-height: 150%;
  letter-spacing: -0.16px;
}

footer .cta button {
  display: flex;
  padding: 12px 24px 14px 24px;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  background: var(--green);
  color: var(--grey);
  text-align: center;
  font-family: 'Inter', sans-serif;
  line-height: 150%;
  transition: all 0.2s ease;
}

footer hr {
  background-color: var(--grey);
}

footer a {
  color: var(--grey);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.14px;
}

footer span {
  color: var(--grey, #F5F0EC);
  font-family: 'Inter';
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.14px;
}

footer button:hover {
  background-color: var(--grey);
  color: var(--green);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

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

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

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

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-\[32px\] {
    gap: 32px;
  }

  .sm\:gap-\[72px\] {
    gap: 72px;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px;
  }

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

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

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

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[44px\] {
    gap: 44px;
  }

  .md\:gap-\[64px\] {
    gap: 64px;
  }

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:ml-\[96px\] {
    margin-left: 96px;
  }

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

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

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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