@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overscroll-behavior: contain;
}

html {
  font-size: 16px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

::-webkit-scrollbar-track {
  background-color: #f5ead7;
}

::-webkit-scrollbar {
  border-radius: 1rem;
  width: 0.2rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #201d1a;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #730f11;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
}

a {
  color: #ce6629;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #730f11;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", serif;
}

.btn {
  font-size: 1rem;
  color: #ce6629;
  background-color: #6d3526;
  border: none;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  color: #ce6629;
  background-color: #6d3526;
}
.btn:hover {
  color: #ce6629;
  background-color: #730f11;
}

main {
  width: 100%;
  overflow-x: hidden;
}

.box-shadow {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1rem;
  bottom: -1rem;
  z-index: 99;
  background: #ce6629;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  transition: all 0.4s;
  color: #fff;
}
.back-to-top i {
  font-size: 1.5rem;
  line-height: 0;
}
.back-to-top:hover {
  background: #4a2a22;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 1rem;
}

main {
  width: 100%;
  background-color: #fff;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #201d1a;
  margin-bottom: 1rem;
  text-align: justify;
}

.bg_gray {
  background-color: #f4f4f4;
}

@media (max-width: 992px) {
  .pattern_2 {
    background: none;
  }
}
.main_title {
  position: relative;
  margin-bottom: 25px;
  position: relative;
}
.main_title span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
}
.main_title span em {
  width: 60px;
  height: 2px;
  background-color: #978667;
  display: block;
}
.main_title h2 {
  font-size: 32px;
  font-size: 2rem;
  max-width: 600px;
  margin: 20px 0 0 0;
}
.main_title p {
  max-width: 600px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.main_title a {
  position: absolute;
  right: 65px;
  bottom: 0;
  font-weight: 500;
}

.main_title.center {
  text-align: center;
}
.main_title.center span {
  margin: auto;
}
.main_title.center span em {
  margin: auto;
}
.main_title.center h2 {
  max-width: inherit;
  font-size: 34px;
  font-size: 2.125rem;
}
.main_title.center p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  max-width: inherit;
}

.main_title.version_2 a {
  right: 0;
}

@media (max-width: 767px) {
  .main_title {
    margin-bottom: 10px;
  }
  .main_title h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .main_title.center h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .main_title.version_2 a {
    display: none;
  }
}
@media (max-width: 991px) {
  .main_title a {
    display: none;
  }
}
section {
  padding: 7rem 0rem;
  background-color: rgba(245, 234, 215, 0.25);
}
section .container {
  height: 100%;
}
section .section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
section .section-header .title {
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  background-color: #730f11;
  color: #fff;
  position: relative;
}
section .section-header .subtitle {
  font-size: 2.5rem;
  line-height: 2.55rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", serif;
  color: #6d3526;
  margin-top: 1rem;
  text-align: center;
  position: relative;
}
section .section-header .subtitle span {
  color: #ce6629;
}
section .section-header.center {
  text-align: center;
}
section .section-header.align-left {
  text-align: left;
  align-items: flex-start;
}
section .section-header.align-left .title {
  text-align: left;
}
section .section-header.align-left .title::after {
  left: 0;
  transform: none;
}
section .section-header.align-left .subtitle {
  text-align: left;
}
section .section-header.align-left .background {
  text-align: left;
  transform: translateX(-20%);
}
section .section-header.align-right {
  text-align: right;
  align-items: flex-end;
}
section .section-header.align-right .title {
  text-align: right;
}
section .section-header.align-right .title::after {
  right: 0;
  transform: none;
}
section .section-header.align-right .subtitle {
  text-align: right;
}
section .button {
  padding: 0.45rem 1.5rem;
  border: none;
  border-radius: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: #6d3526;
  transition: all 0.5s;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 0.85rem;
  position: relative;
  overflow: hidden;
  outline: 2px solid #6d3526;
}
section .button:hover {
  color: #fff;
  transform: scale(1.1);
  outline: 2px solid #4a2a22;
  box-shadow: 4px 5px 17px -4px #4a2a22;
}
section .button:hover::before {
  width: 250%;
}
section .button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #4a2a22;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}
section.dark-bg {
  background-color: #201d1a;
}
section.dark-bg .section-header .title {
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(245, 234, 215, 0.5);
  color: #fff;
  position: relative;
}
section.dark-bg .section-header .subtitle {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", serif;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
  position: relative;
}
section.dark-bg .section-header .subtitle span {
  color: #f5ead7;
}
section.dark-bg .section-header.center {
  text-align: center;
}
section.dark-bg .section-header.align-left {
  text-align: left;
  align-items: flex-start;
}
section.dark-bg .section-header.align-left .title {
  text-align: left;
}
section.dark-bg .section-header.align-left .title::after {
  left: 0;
  transform: none;
}
section.dark-bg .section-header.align-left .subtitle {
  text-align: left;
}
section.dark-bg .section-header.align-left .background {
  text-align: left;
  transform: translateX(-20%);
}
section.dark-bg .section-header.align-right {
  text-align: right;
  align-items: flex-end;
}
section.dark-bg .section-header.align-right .title {
  text-align: right;
}
section.dark-bg .section-header.align-right .title::after {
  right: 0;
  transform: none;
}
section.dark-bg .section-header.align-right .subtitle {
  text-align: right;
}
section.dark-bg p {
  color: #fff;
}
section.dark-bg .button {
  padding: 0.45rem 1.5rem;
  border: none;
  border-radius: 2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 0.85rem;
  position: relative;
  overflow: hidden;
  outline: 2px solid #fff;
  background: transparent;
}
section.dark-bg .button:hover {
  color: #730f11;
  transform: scale(1.1);
  outline: 2px solid #f5ead7;
  box-shadow: 0px 0px 1rem 0.25rem rgba(245, 234, 215, 0.25);
}
section.dark-bg .button:hover::before {
  width: 250%;
}
section.dark-bg .button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f5ead7;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

/* icon style and hover */
.cta-button {
  width: 7.5rem;
  height: 56px;
  overflow: hidden;
  border: none;
  color: #fff;
  background: none;
  position: relative;
  padding-bottom: 1.5rem;
  cursor: pointer;
}
.cta-button:before {
  content: "";
  position: absolute;
  height: 0.1rem;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  background: currentColor;
  transition: transform 0.25s ease-out;
}
.cta-button:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cta-button:hover .clone > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cta-button:hover .clone > :nth-child(1) {
  transition-delay: 0.15s;
}
.cta-button:hover .clone > :nth-child(2) {
  transition-delay: 0.2s;
}
.cta-button:hover .clone > :nth-child(3) {
  transition-delay: 0.25s;
}
.cta-button:hover .clone > :nth-child(4) {
  transition-delay: 0.3s;
}
.cta-button:hover .text > * {
  opacity: 1;
  transform: translateY(-60px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cta-button:hover svg {
  transform: translateY(-50%) rotate(0deg);
}
.cta-button .clone > * {
  transform: translateY(60px);
}
.cta-button div,
.cta-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.cta-button .clone > *,
.cta-button .text > * {
  opacity: 1;
  font-size: 1.1rem;
  transition: 0.2s;
}
.cta-button svg {
  width: 1.5rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-50deg);
  transition: 0.2s ease-out;
}
.cta-button span {
  margin-right: 0.25rem;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.home-button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0.8rem 1.3rem rgba(0, 0, 0, 0.15);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: #730f11;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  gap: 10px;
  font-weight: bold;
  border: 3px solid rgba(255, 255, 255, 0.3019607843);
  outline: none;
  overflow: hidden;
  width: 100%;
}
.home-button:hover {
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.6);
}
.home-button:hover .icon {
  transform: translate(4px);
}
.home-button:hover::before {
  animation: shine 1.5s ease-out infinite;
}
.home-button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}
.home-button .icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button-cta {
  margin: auto;
  padding: 0.75rem 1.5rem;
  transition: all 0.2s ease;
  position: relative;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.button-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #6d3526;
  width: 3rem;
  height: 100%;
  transition: all 0.3s ease;
}
.button-cta span {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #4a2a22;
}
.button-cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #4a2a22;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.button-cta:hover span {
  color: #fff;
}
.button-cta:hover:before {
  width: 100%;
  background: #4a2a22;
}
.button-cta:hover svg {
  stroke: #fff;
  transform: translateX(0);
}
.button-cta:active {
  transform: scale(0.95);
}

#hero {
  width: 100%;
  height: 100vh;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  padding-bottom: 2.5rem;
  background: rgba(12, 12, 12, 0.1);
}
#hero .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hero .video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(12, 12, 12, 0);
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.75) 0%, rgba(12, 12, 12, 0) 100%);
  z-index: 1;
}
#hero .video-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: rgba(12, 12, 12, 0);
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.65) 0%, rgba(12, 12, 12, 0) 100%);
  z-index: 0;
}
#hero .video-wrapper .video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
}
#hero .video-wrapper .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
#hero .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hero .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(12, 12, 12, 0);
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.75) 0%, rgba(12, 12, 12, 0) 100%);
  z-index: 1;
}
#hero .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: rgba(12, 12, 12, 0);
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.65) 0%, rgba(12, 12, 12, 0) 100%);
  z-index: 0;
}
#hero .image-wrapper .image-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
}
#hero .image-wrapper .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 12, 12, 0.25);
  transition: all 0.4s;
  z-index: 1;
}
#hero .image-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  position: relative;
}
#hero .contents {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}
#hero .contents .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
#hero .contents .text h1 {
  opacity: 0;
}
#hero .contents .text h2 {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
#hero .contents .text p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 1.5rem;
  display: none;
}
#hero .contents .buttons {
  flex: 0;
  display: inline-flex;
  height: auto;
  margin-bottom: 1rem;
}
#hero .contents .buttons a {
  white-space: nowrap;
  color: #fff;
  border-radius: 5rem;
  padding: 0.5rem 0.9rem;
  border: 0.1rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#hero .contents .buttons a .bi {
  font-size: 1.5rem;
  transform: translateY(-10%);
}
#hero .contents .buttons a:hover {
  background-color: #fff;
  color: #201d1a;
  box-shadow: 0px 0px 46px 17px rgba(255, 255, 255, 0.25);
}
@media (max-width: 992px) {
  #hero {
    padding-bottom: 1rem;
  }
  #hero .contents .text p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #hero .contents .text h2 {
    font-weight: 800;
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
  #hero .contents .text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #hero .contents .buttons {
    flex: 0;
    display: none;
  }
}

.about {
  position: relative;
  z-index: 1;
}
.about .section-header {
  margin: 0;
  margin-bottom: 2rem;
}
.about .image-container {
  z-index: 2;
}
.about .button-container {
  margin-top: 2.5rem;
}
.about .about-card {
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 1.5rem;
  transition: all 0.4s;
}
.about .about-card-content {
  padding: 1.5rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.about .about-card-header {
  font-size: 1.5rem;
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 800;
}
.about .about-card-text {
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #201d1a;
}
.about .about-card-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.about .about-card-image img {
  transition: all 0.4s;
  filter: grayscale(0%);
}
.about .about-card:hover {
  box-shadow: 1px 1px 1.5rem 0rem rgba(74, 42, 34, 0.75);
}
.about .about-card:hover .about-card-image img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  .about {
    padding: 7rem 1rem;
  }
}

.mission-vision {
  padding-top: 0;
  padding-bottom: 0;
}
.mission-vision.dark-bg {
  background-color: #201d1a;
  color: #fff;
}
.mission-vision .mv-box-body {
  padding: 2.5rem 3.5rem;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mission-vision .mv-box-body:nth-child(even) {
  align-items: flex-start;
  padding-left: 0;
}
.mission-vision .mv-box-body:nth-child(odd) {
  align-items: flex-end;
  padding-right: 0;
}
.mission-vision .mv-box-header {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.mission-vision .mv-box-image-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.mission-vision .mv-box-image-container img {
  transition: all 0.4s;
  filter: grayscale(100%);
}
.mission-vision .mv-box-image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 29, 26, 0.5);
  transition: all 0.4s;
  z-index: 1;
}
.mission-vision .mv-box-image-container:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.mission-vision .mv-box-image-container:hover::before {
  background: transparent;
}

.cta {
  min-height: 20vh;
  background-color: #6d3526;
  background-image: url("/images/cta_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.cta h2 {
  margin: 1rem 0rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: white;
  z-index: 2;
}
.cta h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", serif;
  color: #fff;
  position: relative;
  line-height: 3rem;
  z-index: 2;
}
.cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 15, 17, 0.25);
  z-index: -1;
}

#log {
  height: 100vh;
}
#log .forms {
  background-color: #fff;
  padding: 2rem;
}
#log .forms .error {
  text-align: center;
  color: #FC4F4F;
}
#log .forms .log_head {
  text-align: center;
  margin-bottom: 2.5rem;
}
#log .forms .log_head h3 {
  color: #4a2a22;
}
#log .forms .log_head h3 span {
  color: #6d3526;
  font-weight: 700;
}
#log .forms .log_head p {
  color: rgba(74, 42, 34, 0.5);
}
#log .forms form {
  margin: 0.5rem 0rem;
}
#log .forms form .form-group {
  margin: 1rem 0rem;
  margin-top: 1.5rem;
  color: rgba(74, 42, 34, 0.9);
}
#log .forms form .form-group input {
  height: 2.7rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(74, 42, 34, 0.1);
  color: #4a2a22;
  font-family: "Poppins", sans-serif;
}
#log .forms form .form-group input:active, #log .forms form .form-group input:focus {
  box-shadow: none;
  border: 1px solid #6d3526;
}
#log .forms form .form-group input::placeholder {
  color: rgba(74, 42, 34, 0.4);
}
#log .forms form .forgot {
  text-align: right;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  text-decoration: underline;
  color: rgba(74, 42, 34, 0.8);
}
#log .forms form .forgot a {
  color: rgba(74, 42, 34, 0.5);
}
#log .forms form button {
  width: 100%;
  background-color: #6d3526;
  border: none;
  padding: 0.6rem 1.5rem;
  margin: 1rem 0rem;
  color: #ce6629;
  transition: all 0.3s ease-in-out;
}
#log .forms form button:hover {
  background-color: #4a2a22;
}
#log .forms .log_footer {
  text-align: center;
  font-size: 0.8rem;
}
#log .forms .log_footer a {
  font-weight: 600;
}

#error-section {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#error-section .error-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#error-section .error-container h3 {
  color: #fff;
}
#error-section .error-container h4 {
  color: #fff;
}
#error-section .error-container p {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

#header {
  background: transparent;
  z-index: 999;
  padding: 1.5rem 0;
  transition: all 0.5s ease-in-out;
}
#header .logo {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  z-index: 997;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .logo svg, #header .logo img {
  height: 2.5rem;
  width: auto;
  margin-right: 0.5rem;
}
#header .logo h1 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin: 0;
}
#header .logo h1 span {
  color: #4a2a22;
}
#header .navbar {
  margin: 0.5rem auto;
}
#header .navbar .nav-items {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  z-index: 998;
  position: relative;
}
#header .navbar .nav-items .nav-item {
  position: relative;
  margin: 0rem 1.5rem;
}
#header .navbar .nav-items .nav-item .nav-link {
  margin: 0rem;
  padding: 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#header .navbar .nav-items .nav-item .nav-link i {
  font-size: 1rem;
  line-height: 0;
  margin-left: 5px;
}
#header .navbar .nav-items .nav-item .nav-link.active {
  font-weight: 500;
}
#header .navbar .nav-items .nav-item.nav-btn {
  display: none;
}
#header .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 1rem;
}
#header .btn-group .btn {
  padding: 0.3rem 1rem;
  background-color: transparent;
  border-radius: 5rem;
  color: #fff;
  border: 0.08rem solid #fff;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 0.9rem;
  font-weight: 400;
  z-index: 97;
  transition: all 0.3s ease;
}
#header .btn-group .btn:hover {
  color: #201d1a;
  background-color: #fff;
  box-shadow: 0px 0px 2rem 1rem rgba(255, 255, 255, 0.15);
}
#header .harmburger {
  cursor: pointer;
  margin: 0rem 0.5rem;
  margin-left: 1rem;
  z-index: 999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  width: 2rem;
  height: 2rem;
}
#header .harmburger .lin {
  background-color: #fff;
  height: 0.15rem;
  border-radius: 1rem;
  width: 1.8rem;
  margin: 0.15rem 0rem;
  transition: all 0.3s ease-in-out;
}
#header .harmburger .lin:nth-child(1) {
  width: 1.3rem;
}
#header .harmburger .lin:nth-child(2) {
  width: 1.6rem;
}
#header .harmburger .lin:nth-child(3) {
  width: 1.1rem;
}
#header .harmburger.active .lin {
  width: 1.8rem;
}
#header .harmburger.active .lin:nth-child(1) {
  transform: translateY(0.45rem) rotate(-45deg);
}
#header .harmburger.active .lin:nth-child(2) {
  opacity: 0;
}
#header .harmburger.active .lin:nth-child(3) {
  transform: translateY(-0.45rem) rotate(45deg);
}
#header.inner-page, #header.header-scrolled {
  padding: 1rem 0;
}
#header.inner-page .navbar .nav-items .nav-item .nav-link::after, #header.header-scrolled .navbar .nav-items .nav-item .nav-link::after {
  background-color: #6d3526;
}
#header.inner-page .navbar .nav-items .nav-item:hover .nav-link, #header.header-scrolled .navbar .nav-items .nav-item:hover .nav-link {
  color: #6d3526;
}
#header.inner-page {
  padding: 1rem;
  background: #0c0c0c;
  box-shadow: 0 0.5rem 2rem rgba(12, 12, 12, 0.05);
}
#header.header-scrolled {
  padding: 0.85rem 0;
  background: rgba(32, 29, 26, 0.85);
  box-shadow: 0 0.5rem 2rem rgba(12, 12, 12, 0.45);
}
@media (max-width: 992px) {
  #header {
    padding: 1.5rem 0rem;
  }
  #header .navbar .nav-items {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(32, 29, 26, 0.5);
    backdrop-filter: blur(1rem);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(0, 100%);
    padding: 2.5rem;
    transition: all 0.3s ease-in-out;
  }
  #header .navbar .nav-items .nav-item {
    position: relative;
    margin: 0.75rem 0rem;
    padding: 0rem 0rem;
  }
  #header .navbar .nav-items .nav-item .nav-link {
    color: #fff;
    font-size: 1.75rem;
  }
  #header .navbar .nav-items .nav-item .nav-link::after {
    height: 0.2rem;
    bottom: 0;
  }
  #header .navbar .nav-items .nav-item .nav-link.active {
    color: #fff;
    border: none;
    font-weight: 500;
  }
  #header .navbar .nav-items .nav-item .nav-link.active::after {
    background-color: #fff;
    transform: translate(0, 0);
  }
  #header .navbar .nav-items.active {
    transform: translate(0, 0);
  }
  #header .navbar .nav-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 29, 26, 0.25);
  }
  #header .harmburger {
    display: flex;
  }
  #header.header-scrolled {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  #header .logo svg {
    margin-left: 0.5rem;
    height: 2.5rem;
  }
  #header .navbar .nav-items .nav-item.nav-btn {
    display: block;
  }
  #header .btn {
    display: none;
  }
}

footer {
  width: 100%;
  margin-top: auto;
  background-color: #201d1a;
  color: #fff;
}
footer .cc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
  font-size: 0.8rem;
}
footer .cc a {
  font-weight: 700;
}
footer .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-links a {
  background-color: rgba(109, 53, 38, 0.2);
  margin: 0rem 0.2rem;
  padding: 0.15rem 0.3rem;
  border-radius: 5rem;
  transition: all 0.3s ease;
  color: #ce6629;
}
footer .social-links a .ico {
  width: 1rem;
  height: 1rem;
}
footer .social-links a:hover {
  background-color: #6d3526;
  color: #4a2a22;
}
footer .head {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
footer .pr {
  padding-right: 7rem;
}
footer p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  margin-bottom: 1rem;
  text-align: justify;
}
footer p span {
  color: #f5ead7;
}
footer i {
  margin-right: 0.5rem;
}
footer a {
  color: #ce6629;
}
footer a:hover {
  color: #f5ead7;
}
footer .cc-box {
  background-color: #201d1a;
  position: relative;
}
footer .cc-box .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.3;
}
footer .cc-box .container {
  position: relative;
  z-index: 1;
}

#preloader {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #201d1a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease-out;
  z-index: 9999;
}

@keyframes abox1 {
  0% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
  75% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 0px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
@keyframes abox2 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  25% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  50% {
    width: 112px;
    height: 48px;
    margin-top: 0px;
    margin-left: 0px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  100% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
}
@keyframes abox3 {
  0% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  12.5% {
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-left: 64px;
  }
  25% {
    width: 48px;
    height: 112px;
    margin-top: 0px;
    margin-left: 64px;
  }
  37.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  50% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  62.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  75% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  87.5% {
    width: 48px;
    height: 48px;
    margin-top: 64px;
    margin-left: 64px;
  }
  100% {
    width: 112px;
    height: 48px;
    margin-top: 64px;
    margin-left: 0px;
  }
}
