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

@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%);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

::-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;
  font-weight: normal;
  font-style: normal;
  color: #ad8e55 !important;
  font-size: 24px;
}

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

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

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

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

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

#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: #ad8e55 !important;
  line-height: 30px;
}

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

/* Tablet (up to 1024px) */
@media (max-width: 1024px) {
  .paragraph,
  #paragraph-1,
  #paragraph-2,
  #paragraph-3,
  #paragraph-4,
  #paragraph-5,
  #paragraph-6,
  #paragraph-7,
  #paragraph-8 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}

/* Mobile (up to 600px) */
@media (max-width: 600px) {
  .paragraph,
  #paragraph-1,
  #paragraph-2,
  #paragraph-3,
  #paragraph-4,
  #paragraph-5,
  #paragraph-6,
  #paragraph-7,
  #paragraph-8 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* 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;
  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 inset;
}
@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;
  font-size: 32px;
  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
  div.opened.two {
  transform: translate(-15px, -6px) 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;
  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 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  background-color: #1a150c !important;
  color: #ad8e55 !important;
  margin: 0px auto 0px auto;
  padding-top: 200px;
  padding-bottom: 60px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1000px) {
  main {
    padding-top: 240px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 760px) {
  main {
    padding-top: 240px;
    padding-bottom: 40px;
  }
}
main section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.3s ease;
}
main section article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 80px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1260px) {
  main section article {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 760px) {
  main section article {
    padding: 6px 40px;
  }
}
@media only screen and (max-width: 680px) {
  main section article {
    padding: 6px 30px;
  }
}
main section article div.img-wrapper {
  transition: all 0.3s ease;
  width: 76%;
  height: auto;
  position: relative;
  margin-bottom: 260px;
}
@media only screen and (max-width: 1200px) {
  main section article div.img-wrapper {
    margin-bottom: 240px;
  }
}
@media only screen and (max-width: 1100px) {
  main section article div.img-wrapper {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  main section article div.img-wrapper {
    margin-bottom: 180px;
  }
}
@media only screen and (max-width: 920px) {
  main section article div.img-wrapper {
    margin-bottom: 160px;
    width: 80%;
  }
}
@media only screen and (max-width: 760px) {
  main section article div.img-wrapper {
    margin-bottom: 80px;
    width: 100%;
  }
}
main section article div.img-wrapper div.lines {
  position: absolute;
  top: -10%;
  left: 10%;
  width: 168px;
  height: 68.11px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 760px) {
  main section article div.img-wrapper div.lines {
    top: -16%;
    left: 27%;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media only screen and (max-width: 600px) {
  main section article div.img-wrapper div.lines {
    top: -20%;
    left: 27%;
  }
}
@media only screen and (max-width: 500px) {
  main section article div.img-wrapper div.lines {
    top: -24%;
    left: 27%;
  }
}
main section article div.img-wrapper div.lines div.line-v {
  width: 1px;
  height: 68.11px;
  background-color: #ad8e55 !important;
}
main section article div.img-wrapper 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 article div.img-wrapper div.img-container {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main section article div.img-wrapper div.img-container img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}

main section article div.img-wrapper div.scroll-down img.circle-text {
  animation: rotate 30s linear 0s infinite;
}
main section article div.about__text {
  width: 76%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1260px) {
  main section article div.about__text {
    margin-bottom: 280px;
  }
}
@media only screen and (max-width: 920px) {
  main section article div.about__text {
    width: 80%;
  }
}
@media only screen and (max-width: 760px) {
  main section article div.about__text {
    margin-bottom: 260px;
    width: 100%;
  }
}
main section article div.about__text h1 {
  font-size: 200px;
  line-height: 230px;
  margin-bottom: 60px;
  width: auto;
}
@media only screen and (max-width: 1640px) {
  main section article div.about__text h1 {
    font-size: 190px;
    line-height: 230px;
  }
}
@media only screen and (max-width: 1565px) {
  main section article div.about__text h1 {
    font-size: 180px;
    line-height: 230px;
  }
}
@media only screen and (max-width: 1492px) {
  main section article div.about__text h1 {
    font-size: 170px;
    line-height: 210px;
  }
}
@media only screen and (max-width: 1418px) {
  main section article div.about__text h1 {
    font-size: 160px;
    line-height: 200px;
  }
}
@media only screen and (max-width: 1344px) {
  main section article div.about__text h1 {
    font-size: 150px;
    line-height: 190px;
  }
}
@media only screen and (max-width: 1270px) {
  main section article div.about__text h1 {
    font-size: 140px;
    line-height: 180px;
  }
}
@media only screen and (max-width: 1136px) {
  main section article div.about__text h1 {
    font-size: 130px;
    line-height: 170px;
  }
}
@media only screen and (max-width: 1062px) {
  main section article div.about__text h1 {
    font-size: 120px;
    line-height: 155px;
  }
}
@media only screen and (max-width: 988px) {
  main section article div.about__text h1 {
    font-size: 110px;
    line-height: 145px;
  }
}
@media only screen and (max-width: 873px) {
  main section article div.about__text h1 {
    font-size: 100px;
    line-height: 135px;
  }
}
@media only screen and (max-width: 803px) {
  main section article div.about__text h1 {
    font-size: 90px;
    line-height: 125px;
  }
}
@media only screen and (max-width: 760px) {
  main section article div.about__text h1 {
    font-size: 80px;
    line-height: 105px;
    margin-bottom: 40px;
    width: 660px;
  }
}
@media only screen and (max-width: 640px) {
  main section article div.about__text h1 {
    width: auto;
  }
}
@media only screen and (max-width: 566px) {
  main section article div.about__text h1 {
    font-size: 70px;
    line-height: 95px;
  }
}
@media only screen and (max-width: 510px) {
  main section article div.about__text h1 {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 454px) {
  main section article div.about__text h1 {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 442px) {
  main section article div.about__text h1 {
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 420px) {
  main section article div.about__text h1 {
    font-size: 48px;
    line-height: 68px;
    margin-bottom: 40px;
    width: 300px;
  }
}
@media only screen and (max-width: 380px) {
  main section article div.about__text h1 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 36px;
    width: 275px;
  }
}
@media only screen and (max-width: 320px) {
  main section article div.about__text h1 {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 36px;
    width: 260px;
  }
}
main section article div.about__text div.radial-beams-paragraphs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1260px) {
  main section article div.about__text div.radial-beams-paragraphs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
main
  section
  article
  div.about__text
  div.radial-beams-paragraphs
  img.radial-beams {
  width: 180px;
  height: 180px;
  animation: rotateReverse2 30s linear 0s infinite;
  margin-right: 60px;
}
@media only screen and (max-width: 1260px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1260px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    margin-bottom: 60px;
    position: absolute;
    bottom: -19%;
    right: 4%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1000px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -17%;
    right: 4%;
  }
}
@media only screen and (max-width: 900px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -16%;
    right: 4%;
  }
}
@media only screen and (max-width: 789px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -15%;
    right: 4%;
  }
}
@media only screen and (max-width: 760px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -18%;
    right: 5%;
    animation: rotateReverse-sm2 30s linear 0s infinite;
  }
}
@media only screen and (max-width: 680px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -17%;
    right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -15%;
    right: 4%;
  }
}
@media only screen and (max-width: 600px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -14%;
    right: 4%;
  }
}
@media only screen and (max-width: 540px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -13%;
    right: 4%;
  }
}
@media only screen and (max-width: 500px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -12%;
    right: 4%;
  }
}
@media only screen and (max-width: 460px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -11%;
    right: 4%;
  }
}
@media only screen and (max-width: 420px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -10%;
    right: 3%;
  }
}
@media only screen and (max-width: 400px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -10%;
    right: 2%;
  }
}
@media only screen and (max-width: 380px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -9%;
    right: -1%;
  }
}
@media only screen and (max-width: 360px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -8.7%;
    right: -3%;
  }
}
@media only screen and (max-width: 350px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -8%;
    right: -6%;
  }
}
@media only screen and (max-width: 320px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -7.5%;
    right: -6%;
  }
}
@media only screen and (max-width: 300px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    img.radial-beams {
    bottom: -7%;
  }
}
main
  section
  article
  div.about__text
  div.radial-beams-paragraphs
  div.paragraphs {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.3s ease;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1260px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    div.paragraphs {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 760px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    div.paragraphs {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 360px) {
  main
    section
    article
    div.about__text
    div.radial-beams-paragraphs
    div.paragraphs {
    margin-bottom: 0px;
  }
}
main
  section
  article
  div.about__text
  div.radial-beams-paragraphs
  div.paragraphs
  p.paragraph {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 33px;
}
main
  section
  article
  div.about__text
  div.radial-beams-paragraphs
  div.paragraphs
  p.paragraph:not(:last-child) {
  margin-bottom: 40px;
}
main section div.lines {
  position: absolute;
  bottom: -2%;
  left: 28%;
  width: 84px;
  height: 68.11px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 760px) {
  main section div.lines {
    left: 22%;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
main section div.lines div.line-v {
  width: 1px;
  height: 68.11px;
  background-color: #ad8e55 !important;
}
main section div.lines div.line-h {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 1px;
  background-color: #ad8e55 !important;
}

div.loading-screen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999999;
  font-family: "Montserrat", sans-serif !important;
  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;
}

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

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