@import url("custom.css");
@font-face {
  font-family: "StickNoBills";
  src: url("../../assets/font-family/StickNoBills/StickNoBills-VariableFont_wght.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/font-family/open-sans/OpenSans-ExtraBold.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/font-family/open-sans/OpenSans-Bold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/font-family/open-sans/OpenSans-SemiBold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/font-family/open-sans/OpenSans-Regular.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/font-family/open-sans/OpenSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/font-family/open-sans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../assets/font-family/open-sans/OpenSans-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../../assets/font-family/sofia-pro/SofiaPro-Medium.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../assets/font-family/Ubuntu/Ubuntu-Bold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../assets/font-family/Ubuntu/Ubuntu-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../assets/font-family/Ubuntu/Ubuntu-Regular.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../assets/font-family/Ubuntu/Ubuntu-Medium.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../../assets/font-family/Ubuntu/Ubuntu-Light.ttf");
  font-weight: 400;
  font-style: normal;
}
.d-none {
  display: none !important;
}

.ow-hidden {
  overflow: hidden;
}

.d-block {
  display: block !important;
}

/* width */
::-webkit-scrollbar {
  width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #deecd5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #598f37;
  border-radius: 8px;
  border: 5px solid transparent;
  background-clip: content-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #598f37;
  border-radius: 8px;
  border: 5px solid transparent;
  background-clip: content-box;
}

body {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  transition-duration: 0.8s;
}

a {
  color: black;
  text-decoration: unset;
}

* {
  color: black;
}

ul li {
  list-style-type: none;
}

header {
  background: #ffffff;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
  transition-duration: 0.6s;
}
header nav .logo-links {
  display: flex;
  align-items: center;
  max-width: 1617px;
  gap: 78px;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 28.5px 18px;
}
header nav .logo-links .logo .logo-black {
  display: block;
}
header nav .logo-links .logo .logo-white {
  display: none;
}
header nav .logo-links .logo svg {
  width: 200px;
}
header nav .logo-links .logo img {
  display: none;
}
header nav .logo-links .logo a {
  display: flex;
  justify-content: start;
}
header nav .logo-links .logo a:first-child {
  display: none;
}
header nav .logo-links .logo #hamburger-menu {
  display: none;
  width: 70px;
  cursor: pointer;
}
header nav .logo-links .logo #hamburger-menu path {
  stroke: black;
}
header nav .logo-links .links {
  gap: 75px;
  display: flex;
  top: 151px;
}
header nav .logo-links .links a {
  background-color: transparent !important;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #333333;
  display: flex;
  align-items: center;
}
header nav .logo-links .links .active {
  font-weight: 700;
  padding: 4px 0px;
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
}
header nav .social-icons {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #98a2b3;
  display: none;
}

.active-menu {
  background: rgba(47, 47, 47, 0.75) !important;
}
.active-menu nav .logo-links .logo .logo-black {
  display: none !important;
}
.active-menu nav .logo-links .logo .logo-white {
  display: flex;
}
.active-menu nav .logo-links .logo #hamburger-menu path {
  stroke: #ffffff;
}
.active-menu nav .logo-links .links a {
  background-color: transparent !important;
  color: #e8e7e7;
  border-color: rgba(255, 255, 255, 0.3333333333);
}
.active-menu nav .logo-links .links .active {
  border-color: rgba(255, 255, 255, 0.3333333333);
  background-color: transparent !important;
}
footer {
  background: #1f1d1d;
}
footer .container {
  max-width: 1194px;
  padding: 0px 20px;
  margin: 0px auto;
  padding-top: 93px;
  padding-bottom: 58px;
  display: flex;
  justify-content: space-between;
}

.wp {
  position: fixed;
  right: 60px;
  bottom: 150px;
  z-index: 3;
}
.wp img {
  width: 70px;
  height: auto;
}
footer .container .backg-to-top {
  display: none;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
footer .container .backg-to-top span {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 67.69%;
  text-align: center;
  color: #ffffff;
}
footer .container .logo-text {
  width: 200px;
}
footer .container .logo-text .logo {
  display: flex;
  align-items: center;
}
footer .container .logo-text .logo img {
  width: 100%;
  height: auto;
}
footer .container .logo-text .text p {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
footer .container .logo-text .social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
}
footer .container .logo-text .social-icons img {
  background: #598f37;
  border-radius: 8px;
  width: 20px;
  height: 20px;
  padding: 11px 10px;
}
footer .container .information {
  display: flex;
  width: 80%;
  margin-top: 26px;
  justify-content: space-between;
}
footer .container .information ul {
  margin-top: 0px;
  padding: 0px;
}
footer .container .information ul li {
  font-family: "Sofia Pro";
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 251px;
}
footer .container .information ul li:first-child {
  margin-bottom: 24px;
}
footer .container .information ul li a {
  color: #ffffff;
}
footer .container .information ul:first-child {
  margin-left: 195px;
}
footer .container .information ul:last-child li {
}
footer .container .information ul:last-child li a {
}
footer .container .information ul:last-child li:first-child {
}
footer .container .information ul .socialMedia {
  display: flex;
  gap: 40px;
}
footer .copy-right {
  background: #0e0e0e;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
}
footer .copy-right .text-red_tree {
  max-width: 488px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
footer .copy-right .text-red_tree .text p {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #e0d6d6;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 0px;
}
footer .copy-right .text-red_tree .text p:last-child {
  font-size: 12px;
  margin-bottom: 21px;
  font-weight: 300;
}
footer .copy-right .text-red_tree .red_three img {
  width: 83px;
  height: auto;
  margin-bottom: 10px;
}
footer .copy-right .text-red_tree .red_three h3 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 11px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
}
footer .copy-right .text-red_tree .red_three h5 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
}

.bg-transparency {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition-duration: 0.8s;
}

.active-transparency {
  transition-duration: 0.8s;
  display: block;
}

.zoom-area {
  display: none;
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6509803922);
  width: 100%;
  height: 100%;
  z-index: 4;
}
.zoom-area img {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 20px;
}
.zoom-area .close-icon {
  font-family: "Ubuntu";
  color: white;
  font-size: 86px;
  position: absolute;
  right: 60px;
  top: 60px;
  cursor: pointer;
}

.active-zoom-icon {
  display: block;
}

@media (max-width: 1500px) {
  header nav .logo-links {
    max-width: 1140px;
    justify-content: space-between;
    gap: 0px;
  }
  header nav .logo-links .logo a svg {
    display: flex;
    width: 160px;
  }
  header nav .logo-links .links {
    gap: 50px;
  }
}
@media (max-width: 1300px) {
  header nav .logo-links .links {
    gap: 55px;
  }
}
@media (max-width: 1200px) {
  header nav .logo-links {
    max-width: 992px;
  }
  header nav .logo-links .logo a svg {
    width: 130px;
  }
  header nav .logo-links .links {
    gap: 35px;
  }
}
@media (max-width: 1140px) {
  header nav .logo-links {
    gap: 28px;
    justify-content: space-between;
  }
  header nav .logo-links .links {
    gap: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  header nav .logo-links {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 768px;
  }
  header nav .logo-links .logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0px 18px;
  }
  header nav .logo-links .logo h3 {
    padding-left: 24px;
    font-size: 24px;
    line-height: 48px;
  }
  header nav .logo-links .logo svg {
    width: unset;
  }
  header nav .logo-links .logo img {
    display: block;
    cursor: pointer;
    width: 28px;
    height: 18.67px;
  }
  header nav .logo-links .logo #hamburger-menu {
    display: block;
    width: 28.5px;
    height: 19px;
  }
  header nav .logo-links .links {
    width: 320px;
    position: absolute;
    right: -340px;
    top: 116px;
    display: block;
    height: 100vh;
    background: #ffffff;
    row-gap: 24px;
    transition-duration: 0.8s;
    z-index: 999;
    top: 67px;
    background-color: #ffffff !important;
    margin: 0px;
  }
  header nav .logo-links .links a {
    padding-left: 58px;
    color: black;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #000000 !important;
    background-image: url("../../img/icons/arrow-mobile-nav.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 90%;
    height: 58px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  header nav .logo-links .links .active {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #000000 !important;
    padding-left: 58px !important;
    border: 0px;
  }
  header nav .logo-links .links .social-icons {
    margin-top: 80px;
    display: block;
  }
  header nav .logo-links .links .social-icons span {
    padding-bottom: 24px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #98a2b3;
    padding: 0px 48px;
    display: block;
  }
  header nav .logo-links .links .social-icons .icons {
    display: flex;
    justify-content: space-around;
    padding: 0px 28px;
    padding-bottom: 75.15px;
  }
  header nav .logo-links .links .social-icons .icons a {
    padding-left: 0px;
  }
  header nav .logo-links .links .social-icons .icons img {
    width: 24px;
    height: 24px;
  }
  header nav .logo-links .active {
    transition-duration: 0.8s;
    right: 0px;
    top: 67px;
  }
  .active-menu {
    background-color: rgba(47, 47, 47, 0.4588235294) !important;
  }
  footer .container {
    display: block;
    padding-top: 18px;
  }
  footer .container .backg-to-top {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .container .backg-to-top span {
    font-family: "Sofia Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 67.69%;
    text-align: center;
    color: #ffffff;
  }
  footer .container .logo-text {
    margin: 0px auto;
    margin-bottom: 59px;
  }
  footer .container .logo-text .logo {
    justify-content: center;
  }
  footer .container .logo-text .text p {
    margin: 0px auto;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 28px;
  }
  footer .container .information {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 0px auto;
    row-gap: 59px;
  }
  footer .container .information ul:first-child {
    margin: 0px;
  }
}
@media (max-width: 576px) {
  .wp {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 3;
  }
  header nav .logo-links {
    max-width: 576px;
  }
  header nav .logo-links .logo {
    padding: 0px 18px;
  }
  header nav .logo-links .logo .logo-black {
    display: flex;
  }
  header nav .logo-links .links {
    top: 67px;
  }
  header nav .logo-links .active {
    top: 67px;
  }
  footer {
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 43px;
    padding: 0px;
  }
  footer .container .logo-text .logo {
    justify-content: start;
  }
  footer .container .logo-text .text p {
    margin-left: 0px;
    text-align: center;
  }
  footer .container .information {
    text-align: center;
    justify-content: center;
    gap: 20px;
    row-gap: 59px;
  }
  footer .container .information ul {
    padding-left: 0px;
  }
  footer .container .information ul li {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  footer .container .information ul li:first-child {
    font-size: 18px;
    line-height: 26px;
  }
  .zoom-area .close-icon {
    font-size: 36px;
  }
} /*# sourceMappingURL=main.css.map */
