@import url("/assets/fonts/Niagara.woff");
@import url("/assets/fonts/Niagara.woff2");

@font-face {
  font-family: "Niagara";
  src: url("/assets/fonts/Niagara.woff") format("woff"),
    url("/assets/fonts/Niagara.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@keyframes moveToRight {
  50% {
    transform: translate(8px, 0px);
  }
}
@keyframes menuDown {
  0% {
    top: -640px;
  }
  100% {
    top: 0px;
  }
}
@keyframes itemAppear {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateReverse {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(-360deg);
  }
}
@keyframes rotateReverse2 {
  0% {
    transform: rotateZ(0deg) scale(1);
  }
  100% {
    transform: rotateZ(-360deg) scale(1);
  }
}
@keyframes rotateReverse-sm {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg) scale(0.84);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(-360deg) scale(0.84);
  }
}
@keyframes rotateReverse-sm2 {
  0% {
    transform: rotateZ(0deg) scale(0.84);
  }
  100% {
    transform: rotateZ(-360deg) scale(0.84);
  }
}
@keyframes fade-down {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

:root {
  --bg: #d6d6d6;
  --field-color: #333333;
  --label-color: #9b9b9b;
  --accent-start: #bea068;
  --accent-end: #ad8e55;
  --transition: 0.2s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff !important;
  overflow-x: hidden;
}
body main {
  display: none;
  background-color: #ffffff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Niagara", serif !important;
}

p {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

::-moz-selection {
  background-color: #ad8e55 !important;
  color: #fff8f0;
}

::selection {
  background-color: #ad8e55 !important;
  color: #fff8f0;
}

::-webkit-scrollbar {
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  width: 0px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

.cursor {
  width: 40px;
  height: 40px;
  background-color: #ad8e55 !important;
  border-radius: 50%;
  position: absolute;
  opacity: 0.99;
  pointer-events: none;
  z-index: 999999;
}
.cursor.active {
  width: 60px;
  height: 60px;
  mix-blend-mode: screen;
}

/*! locomotive-scroll v3.3.11 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
/* START */
/* END */
body {
  font-family: "Niagara", serif !important;
  color: #ad8e55 !important;
  font-size: 24px;
}

.heading-primary {
  font-family: "Niagara", serif !important;
  font-size: 80px;
  line-height: 65px;
  font-weight: 400;
  color: #ad8e55 !important;
}

#heading-primary {
  font-family: "Niagara", serif !important;
  font-size: 80px;
  line-height: 65px;
  font-weight: 400;
  color: #ad8e55 !important;
}

.heading-secondary {
  font-family: "Niagara", serif !important;
  font-size: 108px;
  font-weight: 400;
  color: #ad8e55 !important;
}

#heading-secondary {
  font-family: "Niagara", serif !important;
  font-size: 98px;
  font-weight: 400;
  color: #ad8e55 !important;
}

.paragraph {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #674b18 !important;
  line-height: 30px;
}

#paragraph-1 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #ad8e55 !important;
  line-height: 30px;
}

#paragraph-2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #ad8e55 !important;
  line-height: 30px;
}

#paragraph-3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #ad8e55 !important;
  line-height: 30px;
}

#paragraph-4 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #ad8e55 !important;
  line-height: 30px;
}

#paragraph-5 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #ad8e55 !important;
  line-height: 30px;
}

#paragraph-6 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #ad8e55 !important;
  line-height: 30px;
}

#paragraph-7 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #674b18 !important;
  line-height: 30px;
}

#paragraph-8 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #ad8e55 !important;
  line-height: 30px;
}

/* HEADER FOR BIG SCREENS */
header.big-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff !important;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 120px;
  z-index: 9999;
  padding: 40px 80px;
}
@media only screen and (max-width: 1260px) {
  header.big-screen {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 760px) {
  header.big-screen {
    padding: 36px 40px;
  }
}
@media only screen and (max-width: 680px) {
  header.big-screen {
    padding: 36px 30px;
  }
}
@media only screen and (max-width: 420px) {
  header.big-screen {
    height: 74px;
    padding: 46px 30px 0 30px;
  }
}
header.big-screen #logo {
  flex-basis: 120px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1260px) {
  header.big-screen #logo {
    flex-basis: 100px;
  }
}
@media only screen and (max-width: 420px) {
  header.big-screen #logo {
    height: 28px;
  }
}
header.big-screen #logo a#logo-link {
  height: auto;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ad8e55 !important;
  text-decoration: none;
  letter-spacing: 3px;
}
header.big-screen #logo a#logo-link:hover,
header.big-screen #logo a#logo-link:focus,
header.big-screen #logo a#logo-link:active {
  background-color: transparent !important;
  color: #ad8e55 !important;
}
@media only screen and (max-width: 1260px) {
  header.big-screen #logo a#logo-link {
    flex-basis: 100px;
  }
}
@media only screen and (max-width: 420px) {
  header.big-screen #logo a#logo-link {
    height: 28px;
  }
}
header.big-screen #logo a#logo-link p#logo-text {
  font-size: 22px;
  color: #ad8e55 !important;
}
header.big-screen #logo a#logo-link p#logo-text:hover,
header.big-screen #logo a#logo-link p#logo-text:focus,
header.big-screen #logo a#logo-link p#logo-text:active {
  background-color: transparent !important;
  color: #ad8e55 !important;
}
header.big-screen div.header-nav-search-menu-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header.big-screen div.header-nav-search-menu-btns nav.header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}
@media only screen and (max-width: 1260px) {
  header.big-screen div.header-nav-search-menu-btns nav.header-nav {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 920px) {
  header.big-screen div.header-nav-search-menu-btns nav.header-nav {
    display: none;
  }
}
header.big-screen div.header-nav-search-menu-btns nav.header-nav a {
  text-decoration: none;
}
header.big-screen div.header-nav-search-menu-btns nav.header-nav a.nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 5px;
  margin: 20px 40px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1260px) {
  header.big-screen div.header-nav-search-menu-btns nav.header-nav a.nav-item {
    margin: 20px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  header.big-screen div.header-nav-search-menu-btns nav.header-nav a.nav-item {
    margin: 15px 15px;
  }
}
header.big-screen
  div.header-nav-search-menu-btns
  nav.header-nav
  a.nav-item:hover,
header.big-screen
  div.header-nav-search-menu-btns
  nav.header-nav
  a.nav-item:focus,
header.big-screen
  div.header-nav-search-menu-btns
  nav.header-nav
  a.nav-item:active {
  background-color: transparent !important;
}
header.big-screen
  div.header-nav-search-menu-btns
  nav.header-nav
  a.nav-item
  span {
  font-family: "Niagara", serif !important;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #ad8e55 !important;
  letter-spacing: 2px;
  transition: all 0.2s ease;
}
header.big-screen
  div.header-nav-search-menu-btns
  nav.header-nav
  a.nav-item
  span:hover,
header.big-screen
  div.header-nav-search-menu-btns
  nav.header-nav
  a.nav-item
  span:focus,
header.big-screen
  div.header-nav-search-menu-btns
  nav.header-nav
  a.nav-item
  span:active {
  background-color: transparent !important;
}
header.big-screen div.header-nav-search-menu-btns div.search-menu-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .search-btn {
  margin-right: 36px;
  cursor: pointer;
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn {
  width: 80px;
  z-index: 99999;
}
@media only screen and (max-width: 1260px) {
  header.big-screen
    div.header-nav-search-menu-btns
    div.search-menu-btns
    .menu-btn {
    width: 46px;
  }
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button {
  width: 80px;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px;
  color: #ad8e55 !important;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button:hover,
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button:focus,
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button:active {
  background-color: transparent !important;
}
@media only screen and (max-width: 1260px) {
  header.big-screen
    div.header-nav-search-menu-btns
    div.search-menu-btns
    .menu-btn
    button {
    width: 46px;
  }
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button
  .menu-icon {
  width: 30px;
  height: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button
  .menu-icon
  div {
  width: 30px;
  height: 1px;
  background-color: #ad8e55 !important;
  transition: all 0.5s ease;
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button
  .menu-icon
  div.two {
  margin-left: 30px;
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button
  .menu-icon
  div.opened {
  transform: translate(0px, 4px) rotate(45deg);
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button
  .menu-icon.opened
  div {
  transform: translate(0px, 4px) rotate(45deg);
}
header.big-screen
  div.header-nav-search-menu-btns
  div.search-menu-btns
  .menu-btn
  button
  .menu-icon.opened
  div.two {
  transform: translate(-15px, -6px) rotate(-45deg);
}
header.big-screen nav.menu-nav {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 100vh;
  width: 101vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff !important;
  transition: all 0.6s cubic-bezier(0.77, -0.01, 0.59, 0.87);
}
header.big-screen nav.menu-nav ul {
  list-style: none;
}
header.big-screen nav.menu-nav ul.menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  header.big-screen nav.menu-nav ul.menu-items {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
header.big-screen nav.menu-nav ul.menu-items li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.5s ease;
}
header.big-screen nav.menu-nav ul.menu-items li:not(:last-child) {
  margin-right: 60px;
}
@media only screen and (max-width: 900px) {
  header.big-screen nav.menu-nav ul.menu-items li:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 760px) {
  header.big-screen nav.menu-nav ul.menu-items li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
header.big-screen nav.menu-nav ul.menu-items li a {
  text-decoration: none;
  font-family: "Niagara", serif !important;
  font-size: 80px;
  color: #ad8e55 !important;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s cubic-bezier(0.77, -0.01, 0.59, 0.87);
  transform: translateX(-40px);
}
@media only screen and (max-width: 1300px) {
  header.big-screen nav.menu-nav ul.menu-items li a {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  header.big-screen nav.menu-nav ul.menu-items li a {
    font-size: 42px;
  }
}
@media only screen and (max-width: 900px) {
  header.big-screen nav.menu-nav ul.menu-items li a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 700px) {
  header.big-screen nav.menu-nav ul.menu-items li a {
    font-size: 34px;
  }
}
@media only screen and (max-width: 400px) {
  header.big-screen nav.menu-nav ul.menu-items li a {
    font-size: 32px;
  }
}
@media only screen and (max-width: 400px) {
  header.big-screen nav.menu-nav ul.menu-items li a {
    font-size: 30px;
  }
}
header.big-screen nav.menu-nav ul.contact {
  position: absolute;
  bottom: 30px;
  right: 0px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 760px) {
  header.big-screen nav.menu-nav ul.contact {
    left: 50%;
    width: 80%;
  }
}
header.big-screen nav.menu-nav ul.contact li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.5s cubic-bezier(0.77, -0.01, 0.59, 0.87);
  transform: translateX(-10px);
}
header.big-screen nav.menu-nav ul.contact li p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.9px;
  opacity: 0.6;
  color: #ad8e55 !important;
  margin-right: 10px;
}
header.big-screen nav.menu-nav ul.contact li a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.9px;
  opacity: 0.6;
  color: #ad8e55 !important;
  transition: all 0.3s ease;
}
header.big-screen nav.menu-nav ul.contact li a:hover {
  text-decoration: underline;
}

/* MEDIA QUERIES STARTS */
/* 1160px */
/* MEDIA QUERIES ENDS */
/* FOOTER FOR BIG SCREENS */
footer#contact.big-screen {
  width: 100vw;
  height: auto;
  height: auto;
  margin: 0px;
  padding: 30px 80px;
  background-color: #ffffff !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px -0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px -0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px !important;
}
@media only screen and (max-width: 1260px) {
  footer#contact.big-screen {
    padding: 60px 50px 20px 50px;
  }
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen {
    padding: 60px 40px 16px 40px;
  }
}
@media only screen and (max-width: 680px) {
  footer#contact.big-screen {
    padding: 60px 30px 16px 30px;
  }
}
footer#contact.big-screen article {
  width: 100%;
}
footer#contact.big-screen article:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  footer#contact.big-screen article:not(:last-child) {
    margin-bottom: 30px;
  }
}
footer#contact.big-screen article.upper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen article.upper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
  }
}
footer#contact.big-screen article.upper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(1.5);
  width: 100%;
  height: 1px;
  background-color: #ad8e55;
  opacity: 0.5;
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen article.upper::after {
    width: 78%;
  }
}
@media only screen and (max-width: 400px) {
  footer#contact.big-screen article.upper::after {
    width: 80%;
  }
}
footer#contact.big-screen article.upper nav.footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen article.upper nav.footer-nav {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
footer#contact.big-screen article.upper nav.footer-nav a {
  text-decoration: none;
}
footer#contact.big-screen article.upper nav.footer-nav a.nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 5px;
  margin: 20px 40px;
  transition: all 0.3s ease;
}
footer#contact.big-screen article.upper nav.footer-nav a.nav-item:hover,
footer#contact.big-screen article.upper nav.footer-nav a.nav-item:focus,
footer#contact.big-screen article.upper nav.footer-nav a.nav-item:active {
  background-color: transparent !important;
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen article.upper nav.footer-nav a.nav-item {
    padding: 10px 0px;
    margin: 10px 0px 10px 0px;
  }
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen
    article.upper
    nav.footer-nav
    a.nav-item:not(:last-child) {
    margin-right: 20px;
  }
}
footer#contact.big-screen article.upper nav.footer-nav a.nav-item span {
  font-family: "Niagara", serif !important;
  font-size: 20px;
  color: #ad8e55 !important;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.2s ease;
}
footer#contact.big-screen article.upper nav.footer-nav a.nav-item span:hover,
footer#contact.big-screen article.upper nav.footer-nav a.nav-item span:focus,
footer#contact.big-screen article.upper nav.footer-nav a.nav-item span:active {
  background-color: transparent !important;
}
footer#contact.big-screen article.upper div.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

footer#contact.big-screen article.upper div.social-icons a img {
  width: 24px !important;
  height: 24px !important;
}

footer#contact.big-screen article.upper div.social-icons a {
  text-decoration: none;
}
footer#contact.big-screen article.upper div.social-icons a:not(:first-child) {
  margin-left: 20px;
}
footer#contact.big-screen article.lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  position: relative;
}

.privacy-terms {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 760px) {
  footer#contact.big-screen article.lower {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
footer#contact.big-screen article.lower div.copyright p#copyright-text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #ad8e55 !important;
  opacity: 0.6;
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen article.lower div.copyright {
    margin-bottom: 20px;
  }
}
footer#contact.big-screen article.lower div.privacy-terms {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer#contact.big-screen article.lower div.privacy-terms a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.9px;
  opacity: 0.6;
  color: #ad8e55 !important;
  transition: all 0.3s ease;
}
footer#contact.big-screen article.lower div.privacy-terms a:hover {
  text-decoration: underline;
}
footer#contact.big-screen article.lower div.privacy-terms span {
  text-decoration: none;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.9px;
  opacity: 0.6;
  color: #ad8e55 !important;
  margin: 0 5px;
}
@media only screen and (max-width: 760px) {
  footer#contact.big-screen article.lower div.privacy-terms {
    margin-bottom: 20px;
  }
}
footer#contact.big-screen article.lower div.developed-by p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.9px;
  opacity: 0.6;
  color: #ad8e55 !important;
}
footer#contact.big-screen article.lower div.developed-by p a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #ad8e55 !important;
  transition: all 0.3s ease;
}
footer#contact.big-screen article.lower div.developed-by p a:hover {
  text-decoration: underline;
}

/* MEDIA QUERIES STARTS */
/* 1160px */
/* MEDIA QUERIES ENDS */
main {
  width: 100vw;
  height: 60vh;
  background-color: #1a150c !important;
  color: #ad8e55 !important;
  margin: 0px auto 0 auto;
  padding: 40px 140px 0px 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  main {
    padding: 0px 60px;
  }
}
@media only screen and (max-width: 760px) {
  main {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 680px) {
  main {
    padding: 0px 30px;
  }
}
main section#hero {
  width: 60%;
  height: 100vh;
  margin: 0px 80px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 760px) {
  main section#hero {
    width: 90%;
    margin: 0px 0px 20px 0px;
  }
}
@media only screen and (max-width: 420px) {
  main section#hero {
    margin: 0px 0px 20px 0px;
  }
}
main section#hero div.hero-text-content {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-img-container {
  position: relative !important;
  background-image: url("../../assets/images/header-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .hero-img-container {
    height: 50vh;
    background-position: left center;
  }
}

@media only screen and (max-width: 480px) {
  .hero-img-container {
    height: 40vh;
  }
}

.hero-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 24px !important;
  line-height: 1.8 !important;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff;
  z-index: 999 !important;
  padding: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .hero-text {
    padding: 30px;
  }

  .hero-img-container h1 {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}

@media only screen and (max-width: 480px) {
  .hero-text {
    padding: 20px;
  }

  .hero-img-container h1 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
}

@media only screen and (max-width: 760px) {
  main section#hero div.hero-text-content {
    width: 100%;
  }
}
@media only screen and (max-width: 330px) {
  main section#hero div.hero-text-content {
    height: 50vh;
  }
}
main section#hero div.hero-text-content .hero-img {
  width: 100%;
  height: 60vh;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1260px) {
  main section#hero div.hero-text-content .hero-img {
    width: 70vw;
  }
}
@media only screen and (max-width: 760px) {
  main section#hero div.hero-text-content .hero-img {
    top: 66%;
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  main section#hero div.hero-text-content .hero-img {
    top: 64%;
  }
}
@media only screen and (max-width: 700px) {
  main section#hero div.hero-text-content .hero-img {
    top: 63%;
  }
}
@media only screen and (max-width: 660px) {
  main section#hero div.hero-text-content .hero-img {
    top: 61%;
  }
}
@media only screen and (max-width: 620px) {
  main section#hero div.hero-text-content .hero-img {
    top: 59%;
  }
}
@media only screen and (max-width: 600px) {
  main section#hero div.hero-text-content .hero-img {
    top: 58%;
  }
}
@media only screen and (max-width: 580px) {
  main section#hero div.hero-text-content .hero-img {
    top: 56%;
  }
}
@media only screen and (max-width: 560px) {
  main section#hero div.hero-text-content .hero-img {
    top: 54%;
  }
}
@media only screen and (max-width: 540px) {
  main section#hero div.hero-text-content .hero-img {
    top: 52%;
  }
}
@media only screen and (max-width: 500px) {
  main section#hero div.hero-text-content .hero-img {
    top: 50%;
  }
}
@media only screen and (max-width: 480px) {
  main section#hero div.hero-text-content .hero-img {
    top: 48%;
  }
}
@media only screen and (max-width: 460px) {
  main section#hero div.hero-text-content .hero-img {
    top: 46%;
  }
}
@media only screen and (max-width: 440px) {
  main section#hero div.hero-text-content .hero-img {
    top: 44%;
  }
}
@media only screen and (max-width: 420px) {
  main section#hero div.hero-text-content .hero-img {
    top: 45%;
  }
}
@media only screen and (max-width: 390px) {
  main section#hero div.hero-text-content .hero-img {
    top: 50%;
  }
}
@media only screen and (max-width: 360px) {
  main section#hero div.hero-text-content .hero-img {
    top: 48%;
  }
}
@media only screen and (max-width: 330px) {
  main section#hero div.hero-text-content .hero-img {
    top: 46%;
  }
}
main section#hero div.hero-text-content .hero-img:hover {
  mix-blend-mode: normal;
}

main section#hero div.hero-text-content a#cta-btn {
  position: absolute;
  top: 70%;
  left: 10%;
  transform: translate(-50%, -50%);
  border: 1px solid #ad8e55 !important;
  text-decoration: none;
  padding: 24px 24px;
  font-size: 22px;
  color: #ad8e55 !important;
  font-family: "Montserrat", sans-serif !important;
  outline: 0;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 116%;
    padding: 18px 9px 18px 18px;
    left: 50%;
    width: 236px;
  }
}
@media only screen and (max-width: 720px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 116%;
  }
}
@media only screen and (max-width: 700px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 110%;
  }
}
@media only screen and (max-width: 660px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 105%;
  }
}
@media only screen and (max-width: 620px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 100%;
  }
}
@media only screen and (max-width: 600px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 91%;
  }
}
@media only screen and (max-width: 580px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 95%;
  }
}
@media only screen and (max-width: 560px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 90%;
  }
}
@media only screen and (max-width: 540px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 85%;
  }
}
@media only screen and (max-width: 500px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 85%;
  }
}
@media only screen and (max-width: 480px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 79%;
  }
}
@media only screen and (max-width: 460px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 75%;
  }
}
@media only screen and (max-width: 440px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 70%;
  }
}
@media only screen and (max-width: 420px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 70%;
    font-size: 20px;
    width: 232px;
  }
}
@media only screen and (max-width: 400px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 65%;
  }
}
@media only screen and (max-width: 390px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 78%;
  }
}
@media only screen and (max-width: 360px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 74%;
  }
}
@media only screen and (max-width: 330px) {
  main section#hero div.hero-text-content a#cta-btn {
    top: 76%;
  }
}
main section#hero div.hero-text-content a#cta-btn::before {
  content: "";
  position: absolute;
  background-color: #ad8e55 !important;
  transition: 0.2s linear;
  top: 0;
  bottom: 0;
  right: -1px;
  height: 100%;
  width: 39%;
  z-index: -1;
  -webkit-clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 420px) {
  main section#hero div.hero-text-content a#cta-btn::before {
    width: 42%;
  }
}
main section#hero div.hero-text-content a#cta-btn svg {
  margin-left: 20px;
  margin-bottom: -2px;
  background-color: transparent !important;
}
@media only screen and (max-width: 420px) {
  main section#hero div.hero-text-content a#cta-btn svg {
    margin-left: 25px;
  }
}
main section#hero div.hero-text-content a#cta-btn svg line {
  stroke: #fff8f0;
}
main section#hero div.hero-text-content a#cta-btn:hover,
main section#hero div.hero-text-content a#cta-btn:focus,
main section#hero div.hero-text-content a#cta-btn:active {
  font-weight: 300;
  background-color: transparent !important;
  outline: 0;
  color: #fff8f0 !important;
}
@media only screen and (max-width: 420px) {
  main section#hero div.hero-text-content a#cta-btn:hover svg,
  main section#hero div.hero-text-content a#cta-btn:focus svg,
  main section#hero div.hero-text-content a#cta-btn:active svg {
    margin-left: 27px;
  }
}
main section#hero div.hero-text-content a#cta-btn:hover::before {
  width: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
main section#hero div.lines {
  position: absolute;
  top: 18%;
  left: 14%;
  width: 168px;
  height: 68.11px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 760px) {
  main section#hero div.lines {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media only screen and (max-width: 360px) {
  main section#hero div.lines {
    top: 23%;
  }
}
main section#hero div.lines div.line-v {
  width: 1px;
  height: 68.11px;
  background-color: #ad8e55 !important;
}
main section#hero div.lines div.line-h {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 1px;
  background-color: #ad8e55 !important;
}
main section#hero div.scroll-down img {
  position: absolute;
  top: 82%;
  left: 88%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 760px) {
  main section#hero div.scroll-down {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
  }
  main section#hero div.scroll-down img {
    width: 160px !important;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

main section#hero div.scroll-down img.circle-text {
  animation: rotate 30s linear 0s infinite;
}

main {
  width: 100vw;
  height: auto;
  background-color: #1a150c !important;
  margin: 0px auto 0px auto;
  padding: 40px 140px 40px 140px;
  background-color: #1a150c !important;
  color: #ad8e55 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  main {
    padding: 0px 60px;
  }
}
@media only screen and (max-width: 760px) {
  main {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 680px) {
  main {
    padding: 0px 30px;
  }
}
main section#artworks {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 80px 120px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ad8e55 !important;
}

main section#artworks h1.artworks-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 108px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-left: 160px;
}

main section#artworks div.artworks-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: grab;
  height: 650px;
  padding: 0px 0px 0 200px;
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.5s ease;
  transform: scale(0.98);
  will-change: transform;
  position: relative;
  perspective: 6000px;
}

main section#artworks div.artworks-container::-webkit-scrollbar {
  width: 0px;
  /*   display: none; */
}
main section#artworks div.artworks-container::-webkit-scrollbar-track {
  background: rgba(229, 194, 229, 0);
}
main section#artworks div.artworks-container::-webkit-scrollbar-thumb {
  background: rgba(148, 201, 209, 0);
}
main section#artworks div.artworks-container.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}
main section#artworks div.artworks-container article.artwork {
  transition: all 0.5s ease;
  position: relative;
}
main section#artworks div.artworks-container article.artwork:not(:last-child) {
  margin-right: -60px;
}
main section#artworks div.artworks-container article.artwork img {
  width: 607px;
  height: 536px;
  mix-blend-mode: lighten;
  transition: all 3s ease;
}
main section#artworks div.artworks-container article.artwork img:hover {
  mix-blend-mode: normal;
}

main section#artworks div.artworks-container article.artwork .artwork__info {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 18px 32px;
  background-color: #ad8e55 !important;
  color: #fff8f0 !important;
}
main section#artworks div.artworks-container article.artwork .artwork__info a {
  text-decoration: none;
  color: #fff8f0 !important;
  background-color: #ad8e55 !important;
}
main
  section#artworks
  div.artworks-container
  article.artwork
  .artwork__info
  a:hover,
main
  section#artworks
  div.artworks-container
  article.artwork
  .artwork__info
  a:focus,
main
  section#artworks
  div.artworks-container
  article.artwork
  .artwork__info
  a:active {
  background-color: transparent !important;
  color: #fff8f0 !important;
}
main
  section#artworks
  div.artworks-container
  article.artwork
  .artwork__info
  a
  h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  color: #fff8f0 !important;
}
main
  section#artworks
  div.artworks-container
  article.artwork
  .artwork__info
  a
  h3:hover,
main
  section#artworks
  div.artworks-container
  article.artwork
  .artwork__info
  a
  h3:focus,
main
  section#artworks
  div.artworks-container
  article.artwork
  .artwork__info
  a
  h3:active {
  background-color: transparent !important;
  color: #fff8f0 !important;
}

main section#artworks div.artworks-container article.artwork .artwork__info p {
  font-size: 20px;
  color: #ad8e55 !important;
}
main section#artworks div.artworks-container article.artwork:nth-child(even) {
  transform: scale(0.9) rotate3d(-40, -40, -40, 20deg);
}
main
  section#artworks
  div.artworks-container
  article.artwork:nth-child(even):hover {
  transform: scale(1) rotate3d(0, 0, 0, 0deg);
  margin: 0 80px 0 50px;
}
main section#artworks div.artworks-container article.artwork:nth-child(odd) {
  transform: scale(0.9) rotate3d(40, 40, 40, 20deg);
}
main
  section#artworks
  div.artworks-container
  article.artwork:nth-child(odd):hover {
  margin: 0 80px 0 50px;
  transform: scale(1) rotate3d(0, 0, 0, 0deg);
}
main section#artworks div.artworks-container article.artwork::before {
  content: "";
  position: absolute;
  top: 48.9%;
  left: 50.7%;
  transform: translate(-50%, -50%);
  width: 101.5%;
  height: 100%;
  opacity: 0.9;
  z-index: 99;
}
main section#artworks img.radial-beams {
  position: absolute;
  top: 50px;
  left: 60px;
  transform: translate(-50%, -50%);
  animation: rotateReverse 30s linear 0s infinite;
}

@media only screen and (max-width: 760px) {
  main section#artworks {
    margin: 120px 0px 24px 0px;
  }

  main section#artworks div.artworks-container {
    padding: 0px 0px 0 20px;
  }

  main section#artworks div.artworks-container article.artwork .artwork__img {
    width: 340px !important;
    height: 340px !important;
    mix-blend-mode: lighten;
    transition: all 3s ease;
  }

  main section#artworks div.artworks-container {
    height: 480px !important;
  }

  main section#artworks img.radial-beams {
    top: 60px !important;
  }

  main
    section#artworks
    div.artworks-container
    article.artwork:nth-child(even):hover {
    transform: scale(1) rotate3d(0, 0, 0, 0deg);
    margin: 0 20px 0 50px;
  }
  main
    section#artworks
    div.artworks-container
    article.artwork:nth-child(odd):hover {
    margin: 0 20px 0 50px;
    transform: scale(1) rotate3d(0, 0, 0, 0deg);
  }

  main
    section#artworks
    div.artworks-container
    article.artwork
    .artwork__info
    a
    h3 {
    width: 260px !important;
    font-size: 14px !important;
    white-space: nowrap; /* tek satırda kalmasını sağlar */
    overflow: hidden; /* taşan kısmı gizler */
    text-overflow: ellipsis;
  }

  main section#artworks img.radial-beams {
    top: -10px;
    animation: rotateReverse-sm 30s linear 0s infinite;
  }
}

main section#about {
  position: relative;
  width: 100vw;
  height: auto;
  padding: 60px 20px;
  background-image: url("/assets/imagesArt/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ad8e55 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-container {
  width: 100%;
  height: auto;
  max-width: 1200px !important;
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 20px;
}

/* Text Container */
main section#about div.text-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

main section#about div.text-container h2.heading-secondary {
  margin-bottom: 0;
  font-size: clamp(36px, 8vw, 98px);
  line-height: 1.1;
  text-align: center;
  width: 100%;
}

main section#about div.text-container p.paragraph.paragraph--regular {
  font-size: clamp(16px, 2.5vw, 22px);
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

main section#about .about-img-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

main section#about .about-img-container img {
  width: 100%;
  height: auto;
}
.btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-start; /* yatayda ortaya al */
  align-items: center; /* dikeyde ortalasa da olur, ama yüksekliği yoksa fark etmez */
}

.about-btn {
  position: relative; /* artık relative */
  display: inline-block; /* inline-block olunca genişlik/kısa kodlama olur */
  /* top/left/transform satırlarını kaldırıyoruz! */
  z-index: 0; /* pseudo-element'in -1 ile butonun hemen arkasında kalmasını sağlar */
  overflow: visible;
  border: 1px solid #ad8e55 !important;
  text-decoration: none;
  padding: 24px 24px;
  font-size: 22px;
  color: #ad8e55 !important;
  font-family: "Montserrat", sans-serif !important;
  outline: 0;
  cursor: pointer;
}

.about-btn::before {
  content: "";
  position: absolute;
  background-color: #ad8e55 !important;
  transition: 0.2s linear;
  top: 0;
  bottom: 0;
  right: -1px;
  height: 101%;
  width: 39%;
  z-index: -1;
  -webkit-clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
}

a.about-btn:hover,
a.about-btn:focus,
a.about-btn:active {
  font-weight: 300;
  background-color: transparent !important;
  outline: 0;
  color: #fff8f0 !important;
}

a.about-btn:hover::before {
  width: 101%;
  height: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.about-btn svg line {
  stroke: #fff8f0;
}
/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Small Mobile - 320px to 480px */
@media only screen and (max-width: 480px) {
  main section#about {
    padding: 40px 15px;
    gap: 30px;
  }

  main section#about .about-container {
    grid-template-columns: 100%;
    gap: 50px;
  }

  main section#about .about-content {
    gap: 40px;
    padding: 0 10px;
  }

  main section#about div.text-container {
    z-index: 1;
    gap: 20px;
  }

  main section#about div.text-container h2.heading-secondary {
    font-size: clamp(32px, 10vw, 48px);
    text-align: center;
  }

  main section#about div.text-container p.paragraph.paragraph--regular {
    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.5;
    text-align: center;
  }
  main section#about div.text-container .btn-container {
    justify-content: center;
  }

  main section#about div.text-container .btn-container a.about-btn {
    padding: 18px 18px;
    font-size: 16px;
  }

  main section#about .about-img-container img.about-img-container-artcycle {
    display: none !important;
  }

  main section#about .about-img-container img.about-img-container-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    filter: blur(10px);
    z-index: 0;
  }
}

/* Large Mobile - 481px to 768px */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  main section#about {
    padding: 50px 20px;
    gap: 35px;
  }

  main section#about .about-container {
    grid-template-columns: 100%;
    gap: 50px;
  }

  main section#about .about-content {
    gap: 50px;
    padding: 0 15px;
  }

  main section#about div.text-container {
    z-index: 1;
    gap: 25px;
  }

  main section#about div.text-container h2.heading-secondary {
    text-align: center;
  }

  main section#about div.text-container p.paragraph.paragraph--regular {
    text-align: center;
    max-width: 600px;
  }
  main section#about div.text-container .btn-container {
    justify-content: center;
  }

  main section#about div.text-container .btn-container a.about-btn {
    padding: 18px 18px;
    font-size: 16px;
  }

  main section#about .about-img-container img.about-img-container-artcycle {
    display: none !important;
  }

  main section#about .about-img-container img.about-img-container-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    filter: blur(10px);
    z-index: 0;
  }
}

/* Tablet - 769px to 1024px */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main section#about {
    padding: 60px 30px;
  }

  main section#about .about-content {
    gap: 60px;
    padding: 0 20px;
  }

  main section#about div.text-container h2.heading-secondary {
    text-align: left;
  }

  main section#about div.text-container p.paragraph.paragraph--regular {
    text-align: left;
    max-width: 700px;
    margin: 0;
  }
}

/* Small Desktop - 1025px to 1200px */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  main section#about {
    padding: 70px 40px;
  }

  main section#about .about-content {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }

  main section#about div.text-container {
    z-index: 1;
    gap: 35px;
  }

  main section#about div.text-container h2.heading-secondary {
    text-align: left;
  }

  main section#about div.text-container p.paragraph.paragraph--regular {
    text-align: left;
    margin: 0;
  }
}

/* Large Desktop - 1201px and above */
@media only screen and (min-width: 1201px) {
  main section#about {
    padding: 80px 60px;
  }

  main section#about .about-content {
    flex-direction: row;
    align-items: center;
    gap: 100px;
  }

  main section#about div.text-container h2.heading-secondary {
    text-align: left;
    font-size: 98px;
  }

  main section#about div.text-container p.paragraph.paragraph--regular {
    text-align: left;
    font-size: 22px;
    margin: 0;
  }
}

/* Ultra Wide Desktop - 1400px and above */
@media only screen and (min-width: 1400px) {
  main section#about {
    padding: 80px 80px;
  }

  main section#about .about-content {
    gap: 120px;
  }
}

/* ========================================
   LANDSCAPE ORIENTATION ADJUSTMENTS
   ======================================== */

/* Mobile Landscape */
@media only screen and (max-height: 600px) and (orientation: landscape) {
  main section#about {
    padding: 30px 20px;
    gap: 25px;
  }

  main section#about .about-content {
    gap: 30px;
  }

  main section#about div.text-container {
    z-index: 1;
    gap: 15px;
  }

  main section#about div.text-container h2.heading-secondary {
    font-size: clamp(28px, 6vw, 40px);
  }

  main section#about div.text-container p.paragraph.paragraph--regular {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.4;
  }
}

div.loading-screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999999;
  background-color: #ffffff !important;
  transition: all 0.5s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
div.loading-screen p {
  font-size: 42px;
  color: #ad8e55 !important;
  transition: all 0.1s ease-in;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  animation: fade-down 1.2s ease 0.8s forwards;
} /*# sourceMappingURL=home.css.map */

.loader {
  width: 64px;
  height: 12px;
  background: radial-gradient(circle 6px, #333333 100%, transparent 0),
    radial-gradient(circle 6px, #333333 100%, transparent 0);
  background-size: 12px 12px;
  background-position: left center, right center;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px 0px;
}
.loader:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ad8e55;
  inset: 0;
  margin: auto;
  animation: mvX 0.6s, mvY 0.3s;
  animation-timing-function: cubic-bezier(0.5, -300, 0.5, 300);
  animation-iteration-count: infinite;
}

@keyframes mvX {
  100% {
    left: 0.85px;
  }
}
@keyframes mvY {
  100% {
    top: 0.5px;
  }
}

.form-container {
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.form-title {
  color: #ad8e55;
  font-size: 108px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.form-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 600px;
}

/* Textarea satırı tam genişlik */
.textarea-group {
  grid-column: 1 / -1;
}

.form-group {
  position: relative;
}

.form-field {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--label-color);
  padding: 0.75rem 0;
  font-size: 1rem;
  color: var(--field-color);
  resize: none;
  transition: border-color var(--transition), border-width var(--transition);
}

/* placeholder'ı tamamen gizle, label animasyonu için */
.form-field::placeholder {
  color: transparent;
}

/* Label başlangıçta input içindeymiş gibi */
.form-label {
  position: absolute;
  top: 0.75rem;
  left: 0;
  font-size: 1rem;
  color: var(--label-color);
  pointer-events: none;
  transition: transform var(--transition), color var(--transition),
    font-size var(--transition);
}

/* Input aktif ya da içerikliyse label yukarı çıksın */
.form-field:focus + .form-label,
.form-field:not(:placeholder-shown) + .form-label {
  transform: translateY(-1.5rem);
  font-size: 0.85rem;
  color: var(--accent-end);
  font-weight: 600;
  border-bottom-width: 3px;
}

/* Focus durumu border gradient olsun */
.form-field:focus {
  border-image: linear-gradient(
      to right,
      var(--accent-start),
      var(--accent-end)
    )
    1;
}

.connect_title {
  font-size: 21px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  color: #9b9b9b !important;
  padding: 0 24px;
  text-align: center;
}

/* Gönder butonu */
.form-submit {
  grid-column: 1 / -1;
  padding: 0.75rem;
  background: linear-gradient(to right, var(--accent-start), var(--accent-end));
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity var(--transition);
}

.form-submit:hover {
  opacity: 0.9;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

/* Chrome, Safari, Edge */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  background-clip: content-box !important;
}

/* Firefox */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  color: #000 !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 2. Görsele bu animasyonu uygulayan sınıf */
.loader-logo {
  display: inline-block;
  animation: spin 10s linear infinite;
}

/* ========================================================
   2) Tablet Boyut (≤ 768px) — form başlığını küçült, aralıkları azalt
   ======================================================== */
@media (max-width: 768px) {
  .connect_title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    padding: 0 12px;
  }

  .form-main {
    max-width: 500px;
    gap: 1rem; /* Form alanları arasındaki boşluğu biraz azalt */
  }

  .form-field {
    font-size: 0.95rem; /* Metin boyutunu biraz küçült */
    padding: 0.65rem 0; /* Dikey padding azalt */
  }

  .form-label {
    font-size: 0.95rem; /* Label metnini biraz küçült */
  }

  .form-submit {
    font-size: 0.95rem;
    padding: 0.65rem;
  }
}

/* ========================================================
   3) Küçük Ekran (≤ 500px) — iki sütunu tek satıra indir, kenar boşluklarını ayarla
   ======================================================== */
@media (max-width: 500px) {
  .form-main {
    grid-template-columns: 1fr; /* Tek sütun */
    max-width: 100%; /* Tam genişlik kullan */
    padding: 0 1rem; /* Kenarlara boşluk ekle */
    gap: 1.4rem; /* Alanlar arası boşluğu daha da azalt */
  }

  .textarea-group {
    grid-column: 1 / -1; /* Textarea zaten tam genişlik */
  }

  .form-field {
    font-size: 0.9rem; /* Daha küçük metin */
    padding: 0.5rem 0;
  }

  .form-label {
    top: 0.5rem;
    font-size: 0.9rem;
  }

  .form-submit {
    font-size: 0.9rem;
    padding: 0.6rem;
  }

  .connect_title {
    font-size: 16px;
    padding: 0 12px;
    text-align: center; /* Mobilde ortala */
  }
}

/* ========================================================
   4) Çok Küçük Ekran (≤ 360px) — ekstra küçültme, satır yüksekliği
   ======================================================== */
@media (max-width: 360px) {
  .form-field {
    font-size: 0.85rem;
    padding: 0.4rem 0;
  }

  .form-label {
    top: 0.2rem;
    font-size: 0.85rem;
  }

  .form-submit {
    font-size: 0.85rem;
    padding: 0.5rem;
  }

  .connect_title {
    font-size: 14px;
  }

  .about__btn {
    width: 100%;
    text-align: center;
    position: relative;
  }

  .about__btn a#about-btn {
    width: auto;
    display: inline-block;
    position: relative;
    font-size: 14px !important;
  }

  .img-container-logo {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 150px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
  }
}

.loader-logo {
  display: inline-block; /* Görselin boyutlarını korur */
  animation: spin 10s linear infinite; /* 5 saniyede tam tur, sabit hız, sonsuz */
}

#shopping {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.shopping-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 108px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-left: 160px;
}

.shopping-img {
  width: 100%;
}

.shopping-img img {
  display: block;
  width: 100%;
  height: auto;
}

.about__btn {
  margin: 24px 0px;
  text-align: center;
  position: relative;
  width: 100%;
}

.about__btn a#about-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #ad8e55 !important;
  text-decoration: none;
  padding: 18px 24px;
  font-size: 18px;
  color: #ad8e55 !important;
  font-family: "Montserrat", sans-serif !important;
  outline: 0;
  cursor: pointer;
  text-shadow: 0 1px 0 rgb(0, 0, 0) !important;
}

.about__btn a#about-btn::before {
  content: "";
  position: absolute;
  background-color: #ad8e55 !important;
  transition: 0.2s linear;
  top: 0;
  bottom: 0;
  right: -1px;
  height: 100%;
  width: 39%;
  z-index: -1;
  -webkit-clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
}

.about__btn a#about-btn svg {
  margin-left: 20px;
  margin-bottom: -2px;
  background-color: transparent !important;
}

.about__btn a#about-btn svg line {
  stroke: #fff8f0;
}
.about__btn a#about-btn:hover,
.about__btn a#about-btn:focus,
.about__btn a#about-btn:active {
  font-weight: 300;
  background-color: transparent !important;
  outline: 0;
  color: #fff8f0 !important;
}

.about__btn a#about-btn:hover::before {
  width: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ! */
/* Thank-you mesajı */
.thank-you {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  border: 2px solid #ad8e55;
  border-radius: 8px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 4px 20px rgba(173, 142, 85, 0.1);
}

.thank-you h2 {
  color: #ad8e55;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.thank-you p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive thank-you */
@media (max-width: 768px) {
  .thank-you {
    margin: 1.5rem auto;
    padding: 1.5rem;
    max-width: 90%;
  }

  .thank-you h2 {
    font-size: 1.8rem;
  }

  .thank-you p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .thank-you {
    padding: 1rem;
    margin: 1rem auto;
  }

  .thank-you h2 {
    font-size: 1.5rem;
  }
}

.icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  transform: scale(1);
}
.icon.error {
  border-color: #f27474;
}
.icon.error .x-mark {
  position: relative;
  display: block;
}
.icon.error .errorLine {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.icon.error .errorLine.left {
  transform: rotate(45deg);
  left: 17px;
}
.icon.error .errorLine.right {
  transform: rotate(-45deg);
  right: 16px;
}

.icon.success {
  border-color: #b39d76;
}
.icon.success::after,
.icon.success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  transform: rotate(45deg);
}
.icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}
.icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(173, 142, 85, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.icon.success .successLine {
  height: 5px;
  background-color: #ad8e55;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.icon.success .successLine.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.icon.success .successLine.long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
