/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com | Modified as per Themesfor.app requirements by Themesfor.App*/

body {
  background-color: ##e6e6ff;
  background-size: cover;
}

.redges {
  border-radius: 8px;
}

/* Container needed to hold the button in place */
.gallery-item {
  position: relative; /* Creates a positioning context */
  display: inline-block; /* Shrinks container to fit the image size */
}

.gallery-item img {
  display: block; /* Removes tiny gap under image */
  max-width: 100%; /* Responsive sizing */
}

/* The Button Styling */
.square-btn {
  position: absolute;
  top: -15px;    /* Distance from top edge */
  right: -15px;  /* Distance from right edge */
  /* z-index: 0;
  
  /* Shape & Size */
  width: 30px;
  height: 30px;
  border-radius: 8px;
  
  /* Flexbox centers the text/icon inside */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Visuals */
  background-color: rgba(0, 0, 255, 0.1); /* White with 70% opacity */
  color: #0000ff;
  text-decoration: none; /* Removes underline */
  font-weight: bold;
  font-family: sans-serif;
  border: 0px solid white;
  transition: background-color 0.1s ease;
}

/* Hover Effect */
.square-btn:hover {
  background-color: rgba(0, 0, 255, 1); /* Solid white on hover */
  cursor: pointer;
}

@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --tracking-normal: 0em;
    --radius-xl: 0.75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .flex {
    display: flex;
  }
  .h-auto {
    height: auto;
  }
  .h-big {
    height: 35vw;
  }
  .w-full {
    width: 100%;
  }
  .w-auto {
    width: auto;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .columns-2 {
    columns: 2;
  }
  .flex-col {
    flex-direction: column;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .place-self-center {
    place-self: center;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tfa-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tfa-leading, var(--text-lg--line-height));
  }
  .font-semibold {
    --tfa-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-normal {
    --tfa-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .shadow {
    --tfa-shadow: 0 1px 3px 0 var(--tfa-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tfa-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tfa-inset-shadow), var(--tfa-inset-ring-shadow), var(--tfa-ring-offset-shadow), var(--tfa-ring-shadow), var(--tfa-shadow);
  }
  .md\:columns-3 {
    @media (width >= 48rem) {
      columns: 3;
    }
  }
  .md\:gap-15 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tfa-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-balance {
    @media (width >= 48rem) {
      text-wrap: balance;
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:text-\[42px\] {
    @media (width >= 80rem) {
      font-size: 42px;
    }
  }
  .\[\&\>img\:not\(\:first-child\)\]\:mt-5 {
    &>img:not(:first-child) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:\[\&\>img\:not\(\:first-child\)\]\:mt-10 {
    @media (width >= 64rem) {
      &>img:not(:first-child) {
        margin-top: calc(var(--spacing) * 10);
      }
    }
  }
}
@property --tfa-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tfa-tracking {
  syntax: "*";
  inherits: false;
}
@property --tfa-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tfa-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tfa-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tfa-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tfa-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tfa-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tfa-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tfa-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tfa-font-weight: initial;
      --tfa-tracking: initial;
      --tfa-shadow: 0 0 #0000;
      --tfa-shadow-color: initial;
      --tfa-shadow-alpha: 100%;
      --tfa-inset-shadow: 0 0 #0000;
      --tfa-inset-shadow-color: initial;
      --tfa-inset-shadow-alpha: 100%;
      --tfa-ring-color: initial;
      --tfa-ring-shadow: 0 0 #0000;
      --tfa-inset-ring-color: initial;
      --tfa-inset-ring-shadow: 0 0 #0000;
      --tfa-ring-inset: initial;
      --tfa-ring-offset-width: 0px;
      --tfa-ring-offset-color: #fff;
      --tfa-ring-offset-shadow: 0 0 #0000;
    }
  }
}



.tfa-padding-top-0px {
                padding-top: 0px !important;
              }
.tfa-padding-right-0px {
                padding-right: 0px !important;
              }
.tfa-padding-bottom-0px {
                padding-bottom: 0px !important;
              }
.tfa-padding-left-0px {
                padding-left: 0px !important;
              }
.tfa-padding-top-0px {
                padding-top: 0px !important;
              }
.tfa-padding-right-0px {
                padding-right: 0px !important;
              }
.tfa-padding-bottom-0px {
                padding-bottom: 0px !important;
              }
.tfa-padding-left-0px {
                padding-left: 0px !important;
              }


.rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}

.row-image {
  height: 19vw;
}

@media screen and (max-width: 688px) {
.row-image {
  height: 25vw;
}
