@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

:root {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  --color-primary: #fc6e04;
  --accent-primary: #fc6e04;
  --accent-secondary: #000;
  --accent-primary-muted: #b16b37;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #000;
  --header-footer-text-color: #000;

  --text-hover-color: #fc6e04;

  --bg-color-primary: #fff;
  --bg-color-secondary: #eee;
  --bg-color-tertiary: #000;

  --lang-btn-text: #fff;
  --input-bg-color: #fff;

  --surface-color: #fff;
  --surface-color-secondary: #fff;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #fc6e04;
  --btn-bg2: #d3d3d3;
  --btn-border: #fc6e04;
  --btn-text-color: #1a1a1a;
  --btn-text-color-secondary: #ffffff;
  --btn-hover-bg: #1a1a1a;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ******** Global ******** */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--text-color-primary);
  margin: 0;
}

a {
  color: var(--text-color-primary);
  text-decoration: none;
  transition: color 0.25s;
}

nav a {
  color: var(--text-color-primary);
  text-decoration: inherit;
  transition: color 0.25s;
}
a:hover {
  /* color: var(--text-hover-color); */
  color: var(--btn-hover-bg);
}

body {
  background: var(--bg-color-primary);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

body[data-theme="dark2"] {
  --color-primary: #fc6e04;
  --accent-secondary: #fc6e04;

  --text-color-primary: #ffffff;
  --text-color-secondary: #000;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #fc6e04;

  --bg-color-primary: #1f1f1f;
  --bg-color-secondary: #1f1f1f;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #262626;
  --surface-color-secondary: #262626;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #2196f3;
  --btn-hover-bg: #023e7d;
  --btn-color: #ffffff;
}

body[data-theme="dark2"] input,
body[data-theme="dark2"] textarea,
body[data-theme="dark2"] input:focus,
body[data-theme="dark2"] textarea:focus {
  background-color: var(--input-bg-color);
  color: var(--text-color-primary);
}

body[data-theme="blue"] {
  --color-primary: #fc6e04;
  --accent-primary: #2196f3;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #023e7d;

  --text-color-primary: #000;
  --text-color-secondary: #000;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #2196f3;

  --bg-color-primary: #fff;
  --bg-color-secondary: #001845;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #dfe3f3;
  --surface-color-secondary: #475691;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #2196f3;
  --btn-color: #ffffff;
  --btn-border: #2196f3;
  --btn-hover-bg: #023e7d;
  --btn-hover-text: #ffffff;
}
body[data-theme="blue2"] {
  --color-primary: #fc6e04;
  --accent-primary: #2196f3;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #023e7d;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #2196f3;

  --bg-color-primary: #fff;
  --bg-color-secondary: #00379e;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #dfe3f3;
  --surface-color-secondary: #475691;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #1756b5;
  --btn-hover-bg: #5494d6;
  --btn-color: #ffffff;
}

body[data-theme="light-blue"] {
  --color-primary: #2196f3;
  --accent-primary: #2196f3;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #023e7d;

  --text-color-primary: #000;
  --text-color-secondary: #000;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #2196f3;

  --bg-color-primary: #fff;
  --bg-color-secondary: #0466c8;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #dfe3f3;
  --surface-color-secondary: #475691;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #0078f3;
  --btn-hover-bg: #023e7d;
  --btn-color: #ffffff;
}
body[data-theme="light-blue2"] {
  --color-primary: #2196f3;
  --accent-primary: #2196f3;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #023e7d;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #024f8d;

  --bg-color-primary: #fff;
  --bg-color-secondary: #2588eb;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #dfe3f3;
  --surface-color-secondary: #6293d3;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #0164b2;
  --btn-hover-bg: #023e7d;
  --btn-color: #ffffff;
}

body[data-theme="green"] {
  --color-primary: #2c9361;
  --accent-primary: #2c9361;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #0a6539;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #0a6539;

  --bg-color-primary: #fff;
  --bg-color-secondary: #10bc69;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #e2f3e8;
  --surface-color-secondary: #10bc69;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #2c9361;
  --btn-hover-bg: #0a6539;
  --btn-color: #ffffff;
}
body[data-theme="green2"] {
  --color-primary: #2c9361;
  --accent-primary: #2c9361;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #0a6539;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #0a6539;

  --bg-color-primary: #fff;
  --bg-color-secondary: #10bc83;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #e2f3e8;
  --surface-color-secondary: #10bc69;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #0e5f38;
  --btn-hover-bg: #10bc69;
  --btn-color: #ffffff;
}

body[data-theme="orange"] {
  --color-primary: #f48c06;
  --accent-primary: #f48c06;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #f7b267;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #f7b267;

  --bg-color-primary: #fff;
  --bg-color-secondary: #fc662c;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #fbe0d3;
  --surface-color-secondary: #f48c06;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #f48c06;
  --btn-hover-bg: #f7b267;
  --btn-color: #ffffff;
}
body[data-theme="orange2"] {
  --color-primary: #f48d06;
  --accent-primary: #f48c06;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #f7b267;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #f7b267;

  --bg-color-primary: #fff;
  --bg-color-secondary: #ff4800;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #fbe0d3;
  --surface-color-secondary: #f48c06;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #f48c06;
  --btn-hover-bg: #f7b267;
  --btn-color: #ffffff;
}

body[data-theme="purple"] {
  --color-primary: #b2a5ff;
  --accent-primary: #7c5bca;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #b2a5ff;

  --text-color-primary: #000;
  --text-color-secondary: #000;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #b2a5ff;

  --bg-color-primary: #fff;
  --bg-color-secondary: #493d9e;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #edeaff;
  --surface-color-secondary: #6c60b5;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #7c5bca;
  --btn-hover-bg: #b2a5ff;
  --btn-color: #ffffff;
}
body[data-theme="purple2"] {
  --color-primary: #b2a5ff;
  --accent-primary: #7c5bca;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #b2a5ff;

  --text-color-primary: #000;
  --text-color-secondary: #fff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #b2a5ff;

  --bg-color-primary: #fff;
  --bg-color-secondary: #623bce;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #edeaff;
  --surface-color-secondary: #6c60b5;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #381883d9;
  --btn-hover-bg: #b2a5ff;
  --btn-color: #ffffff;
}

body[data-theme="red"] {
  --color-primary: #ffa5a5;
  --accent-primary: #ad0000;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #750000;

  --text-color-primary: #000;
  --text-color-secondary: #ffffff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #4d1414;

  --bg-color-primary: #fff;
  --bg-color-secondary: #e30000;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #edeaff;
  --surface-color-secondary: #b56060;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #ff5a5f;
  --btn-hover-bg: #b21e35;
  --btn-color: #ffffff;
}
body[data-theme="red2"] {
  --color-primary: #ffa5a5;
  --accent-primary: #e40000;
  --accent-secondary: #2196f3;
  --accent-primary-muted: #750000;

  --text-color-primary: #000;
  --text-color-secondary: #ffffff;
  --text-color-tertiary: #363636;
  --text-color-quaternary: #eee;
  --header-footer-text-color: #fff;

  --text-hover-color: #4d1414;

  --bg-color-primary: #fff;
  --bg-color-secondary: #ac0404;
  --bg-color-tertiary: #eee;

  --lang-btn-text: #000;
  --input-bg-color: #383838;

  --surface-color: #edeaff;
  --surface-color-secondary: #b56060;

  --shadow-color-primary: 0, 0, 0, 0.1;

  --btn-bg: #ff5a5f;
  --btn-hover-bg: #b21e35;
  --btn-color: #ffffff;
}

/* Button colors */
body[data-btn-color="dark"] {
  --btn-bg: #000000;
  --btn-bg2: #252525;
  --btn-border: transparent;
  --btn-text-color: #ffffff;
}
body[data-btn-hover="dark"] {
  --btn-hover-bg: #5f5f5f;
}
body[data-btn-color="dark2"] {
  --btn-bg: #2b2b2b;
  --btn-bg2: #b3b3b3;
  --btn-border: transparent;
  --btn-text-color: #d8d8d8;
}
body[data-btn-hover="dark2"] {
  --btn-hover-bg: #5f5f5f;
}

body[data-btn-color="green"] {
  --btn-bg: #00d873;
  --btn-bg2: #2c9361;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="green"] {
  --btn-hover-bg: #0a6539;
}
body[data-btn-color="green2"] {
  --btn-bg: #01a34a;
  --btn-bg2: #2aca7d;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="green2"] {
  --btn-hover-bg: #21c777;
}

body[data-btn-color="blue"] {
  --btn-bg: #005bff;
  --btn-bg2: #3a76c5;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="blue"] {
  --btn-hover-bg: #023e7d;
}
body[data-btn-color="blue2"] {
  --btn-bg: #0043c0;
  --btn-bg2: #3a76c5;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="blue2"] {
  --btn-hover-bg: #225eac;
}

body[data-btn-color="light-blue"] {
  --btn-bg: #0178b7;
  --btn-bg2: #0178b7;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="light-blue"] {
  --btn-hover-bg: #1f4386;
}
body[data-btn-color="light-blue2"] {
  --btn-bg: #2196f3;
  --btn-bg2: #4786e6;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="light-blue2"] {
  --btn-hover-bg: #023e7d;
}

body[data-btn-color="purple"] {
  --btn-bg: #7c5bca;
  --btn-bg2: #7000cc;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="purple"] {
  --btn-hover-bg: #b2a5ff;
}
body[data-btn-color="purple2"] {
  --btn-bg: #5a15fd;
  --btn-bg2: #7000cc;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="purple2"] {
  --btn-hover-bg: #b2a5ff;
}

body[data-btn-color="orange"] {
  --btn-bg: #f48c06;
  --btn-bg2: #cc5200;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="orange"] {
  --btn-hover-bg: #f7b267;
}
body[data-btn-color="orange2"] {
  --btn-bg: #dd6b00;
  --btn-bg2: #cc5200;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="orange2"] {
  --btn-hover-bg: #f7b267;
}

body[data-btn-color="red"] {
  --btn-bg: #f30810;
  --btn-bg2: #cc0000;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="red"] {
  --btn-hover-bg: #b21e35;
}
body[data-btn-color="red2"] {
  --btn-bg: #b61f24;
  --btn-bg2: #cc0000;
  --btn-border: transparent;
  --btn-text-color: #fff;
}
body[data-btn-hover="red2"] {
  --btn-hover-bg: #d35165;
}

body[data-btn-color="white"] {
  --btn-bg: #fff;
  --btn-bg2: #d3d3d3;
  --btn-border: #fff;
  --btn-text-color: #1a1a1a;
}
body[data-btn-hover="white"] {
  --btn-hover-bg: #5c5c5c;
}

button {
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: var(--bg-color-tertiary);
  cursor: pointer;
  transition: border-color 0.25s;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.btn {
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  /* background-color: var(--accent-primary); */
  background-color: var(--btn-bg);
  /* color: var(--text-color-primary); */
  color: var(--btn-text-color);
  cursor: pointer;
  transition: color 0.25s, background-color 0.25s;
}

.btn:hover {
  /* background-color: var(--bg-color-secondary); */
  background-color: var(--btn-hover-bg);
  /* color: var(--text-hover-color); */
  color: var(--btn-hover-text);
}

.main-wrapper {
  overflow: hidden;
}

main {
  min-height: calc(100vh - 177px);
}

.container,
.home,
.photos-container {
  height: 100%;
}

.photos-container h2 {
  text-align: center;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

.prevent-scroll {
  overflow: hidden;
}

.active {
  color: var(--color-primary);
}

.loader {
  width: 18px;
  height: 18px;
  border: 3px solid #696969;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: flex;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ******** Header ******** */
.header {
  position: relative;
  background-color: var(--bg-color-secondary);
}

.header a,
.header h2 {
  color: var(--header-footer-text-color);
}

.header-container {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.mobile-navbar .navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding-block: 2rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  z-index: 10;
}

.mobile-navbar .navigation .nav-list {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--header-footer-text-color);
}

.mobile-navbar .nav-list a {
  color: var(--text-color-primary);
}

.nav-list li {
  padding-block: 5px;
}

.nav-list li:hover > a {
  /* color: var(--text-hover-color); */
  color: var(--btn-hover-bg);
}

.dropdown {
  position: relative;
}

.dropdown ul {
  margin: 0;
  padding: 10px 0;
  background: var(--surface-color-secondary);
  display: block;
  position: absolute;
  visibility: hidden;
  list-style: none;
  left: 0;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(var(--shadow-color-primary));
}

.dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.dropdown ul li {
  min-width: 200px;
  padding-block: 5px;
}

.dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  color: var(--header-footer-text-color);
}

.mobile-navbar .nav-list .dropdown ul a {
  color: var(--header-footer-text-color);
}

.dropdown ul a i {
  font-size: 12px;
}

.dropdown ul a:hover,
.dropdown ul .active:hover,
.dropdown ul li:hover > a {
  /* color: var(--text-hover-color); */
  color: var(--btn-hover-bg);
}

.lang-btn {
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  background-color: var(--accent-primary);
  color: var(--lang-btn-text);
  cursor: pointer;
  transition: color 0.25s, background-color 0.25s;
}

.lang-btn:hover {
  color: var(--text-color-secondary);
  background-color: var(--accent-primary-muted);
}

.language,
.language:focus {
  position: relative;
  color: var(--btn-text-color);
  background-color: var(--accent-primary);
  background-color: var(--btn-bg);
  /* color: var(--header-footer-text-color); */
  color: var(--btn-color);
  /* border: 1px solid var(--accent-primary); */
  border: 1px solid var(--btn-border);
  font-size: 14px;
  padding: 8px 25px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.language:hover,
.language:focus:hover {
  color: var(--btn-hover-text);
  /* background-color: var(--accent-primary-muted); */
  background-color: var(--btn-hover-bg);
}

.language.lang-list-active {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /* padding-inline: 45px; */
}

.language p {
  margin: 0;
  /* color: var(--header-footer-text-color); */
  color: var(--btn-text-color);
}

.languages-list {
  margin: 0;
  padding: 4px 10px 5px;
  width: calc(100% + 2px);

  position: absolute;
  top: 100%;
  left: -1px;

  list-style: none;
  display: flex;
  flex-direction: column;

  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

  /* background-color: var(--accent-primary); */
  background-color: var(--btn-bg);

  transition: opacity 0.3s, transform 0.3s;
}

.languages-list li {
  padding: 5px 0;
  text-align: center;
  margin: 0;
  transition: transform 0.2s;
}

.languages-list li:hover {
  transform: scale(1.2);
}
.languages-list li a {
  /* color: var(--header-footer-text-color); */
  color: var(--btn-text-color);
}
.languages-list li:hover a {
  /* color: var(--header-footer-text-color); */
  color: var(--btn-text-color);
}

.lang-list-active .languages-list {
  pointer-events: initial;
  opacity: 1;
  transform: scale(1);
}

.menu-button,
.menu-button.w--open {
  background-color: #0000;
  z-index: 10;
}

.menu-button {
  width: 25px;
  height: 18px;
  position: relative;
  display: none;
  flex-direction: column;
  gap: 6px;
}

.menu-button .menu-button-line {
  width: 25px;
  height: 2px;
  background-color: #000000;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.menu-button-line:nth-child(1) {
  transform-origin: top left;
}

.menu-button.open > .menu-button-line:nth-child(1) {
  transform: rotate(45deg);
}

.menu-button.open > .menu-button-line:nth-child(2) {
  opacity: 0;
}

.menu-button-line:nth-child(3) {
  transform-origin: bottom left;
}

.menu-button.open > .menu-button-line:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .navigation {
    display: none;
  }

  .menu-button {
    display: flex;
  }
}

/* ******** Footer ******** */

footer {
  padding-top: 1rem;
  background-color: var(--bg-color-secondary);
}

footer a,
footer h4,
footer a,
footer span,
footer p {
  color: var(--header-footer-text-color);
}

.footer-container {
  /*padding-block: 1.5rem;*/
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-content {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-block: 1rem;
}

.footer-content .sitename {
  font-size: 24px;
  font-weight: 600;
}

.footer-nav,
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav h4,
.footer-links h4,
.socials h4 {
  font-size: 16px;
}

.footer-nav-list,
.footer-links ul,
.socials {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0;
}

.bi-chevron-right {
  /* color: var(--accent-primary); */
  color: var(--btn-bg);
}

.socials {
  display: flex;
  gap: 0.5rem;
}

.social-links a {
  width: 25px;
  display: inline-block;
  transform: scale(1.3);
  transition: transform 0.15s;
}

.social-links a:hover {
  transform: scale(1.4);
}

.footer-rights {
  padding-block: 1rem;
  margin-inline: auto;
  width: 100%;
  border-top: 1px solid #00000018;
}

.footer-rights p {
  text-align: center;
}

@media (max-width: 768px) {
  .footer-content {
    justify-content: center;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
  }
}

/* ******** Home ******** */
.home {
  padding-block: 5rem;
}

.home-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.home-header h1 {
  font-size: 3rem;
  margin-bottom: 1.25rem;
}

.home-header p {
  font-size: 1.25rem;
}

.home-header :is(h1, p) {
  text-align: center;
}

@media (max-width: 768px) {
  .home {
    padding-block: 2.5rem 1rem;
  }

  .home-header {
    margin-bottom: 4rem;
  }

  .home-header h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .home-header p {
    font-size: 1rem;
  }
}

/* ******** Category slider ******** */
.see-all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 1rem;
  font-feature-settings: "case" on;
}

.see-all svg path {
  fill: var(--text-color-primary);
  transition: fill 0.25s;
}

.see-all:hover svg path {
  /* fill: var(--accent-primary); */
  fill: var(--btn-hover-bg);
}

.photos-container {
  position: relative;
  margin-block: 7rem;
}

.swiper {
  padding: 1rem !important;

  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  max-width: 250px;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.slider-img {
  display: block;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.25s;
}

.slider-img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .photos-container {
    margin-block: 1rem;
  }
}

/* ******** About Page******** */

.about-wrapper {
  padding-block: 2rem;
}

.about-wrapper h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.about-content img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
  }
}

/* ******** Contact Page******** */

.info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-item i {
  font-size: 20px;
  /* color: var(--accent-color); */
  color: var(--btn-text-color);
  /* background: color-mix(in srgb, var(--accent-color), transparent 92%); */
  background: color-mix(in srgb, var(--btn-bg), transparent 92%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.php-email-form {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.contact-page-container {
  padding-block: 2rem;
}

.contact-page-container h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}

.contact i {
  /* color: var(--text-color-primary); */
  color: var(--btn-text-color);
  /* background: var(--accent-primary); */
  background: var(--btn-bg);
}

.contact iframe {
  border-radius: 8px;
}

.php-email-form label {
  color: var(--text-color-primary);
}

/* ******** Photo Gallery Page******** */

.photo-gallery {
  padding: 32px 0;
}

.photo-gallery h2 {
  text-align: center;
}

.gallery-img {
  cursor: pointer;
}

.category-tabs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-block: 3rem 2rem;
}
.category-tabs button {
  background-color: transparent;
  color: var(--text-color-primary);
  /* border: 1px solid var(--accent-primary); */
  border: 1px solid var(--btn-bg);
}
.category-tabs button.filter-active {
  /* background-color: var(--accent-primary); */
  background-color: var(--btn-bg);
  color: var(--text-color-secondary);
  /* border: 1px solid var(--accent-primary); */
  border: 1px solid var(--btn-bg);
}

.photo-gallery h3 {
  margin-block: 3rem;
  text-align: start;
}

.grid-resizer,
.gallery-img {
  width: 250px;
  margin: 5px;
}
.gallery-img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.masonry {
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));*/
  /*grid-template-rows: masonry;*/
  /*gap: 20px;*/
}

/* ******** Video Gallery Page******** */

.video-gallery {
  padding: 32px 0;
}

.video-gallery h2 {
  text-align: center;
}

.gallery-video {
  cursor: pointer;
}

.gallery-video {
  position: relative;
  width: 250px;
  margin: 5px;
}

/* .gallery-video a {
  position: relative;
} */

.video-item {
  position: relative;
}

.gallery-video img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.video-item div {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* border-radius: 50%; */
  /* fill: #706652; */

  /* z-index: 5; */
  /* transition: fill 0.25s, background-color 0.25s; */
}

.video-item svg {
  /* width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%; */
  width: 100%;
  height: 100%;
  /* transform: scale(3); */
  background-color: #ffffff8c;
  border-radius: 50%;
  fill: #706652;

  z-index: 5;
  transition: fill 0.25s, background-color 0.25s, transform 0.25s;
}

.video-item:hover svg {
  /* transform: scale(2) translate(-25%, -25%); */
  transform: scale(1.2);
  background-color: #ffffffc2;
  /* fill: var(--text-hover-color); */
  fill: var(--btn-hover-bg);
}
.video-item svg path {
  transform: translateX(1px);
}
