@import url('https://fonts.googleapis.com/css2?family=Prompt: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');
/* variables */

:root {
  --primary: #d6b984;
  --secondary: #313e20;
  --danger: #dc3545;
  --gray: #f1f2f2;
  --white: #fff;
  --black: #010101;
  --body: #6d6f71;
  --footer: #313e20;
  --center-box-640: 640px;
  --center-box-720: 720px;
  --center-box-720: 820px;
  --center-box-920: 920px;
  --center-box-1024: 1024px;
}

/* end variables */

/* reset */
.desktop {
  display: initial !important
}

.mobile {
  display: none !important
}

@media screen and (max-width:990px) {
  .desktop {
    display: none !important
  }

  .nav-desktop {
    display: none !important
  }

  .mobile {
    display: initial !important
  }
}

body {
  background-color: var(--black);
  color: var(--primary);
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}

p,
a,
ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
  transition: all .2s;
}

main>.container {
  padding: 50px 15px;
}

.header-logo {
  width: 160px;
  height: 100px;
}

.navbar-main {
  background-color: var(--black) !important;
  border-bottom: 2px solid;
}

.navbar-dark .navbar-nav.main-menu .nav-link {
  /* color: #c4a779; */
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-dark .navbar-nav.main-menu .nav-link:hover {
  color: var(--white);
}

.navbar-dark .navbar-nav.main-menu .nav-link.active {
  color: var(--white);
}

.social-media {
  gap: 10px;
  display: flex !important;
}

.social-media .social-media-icon {
  background-color: var(--primary);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media .social-media-icon:hover {
  background-color: var(--gray);
}

.social-media .social-media-icon svg {
  width: 16px;
  height: 16px;
}

.mobile-navbar svg {
  width: 26px;
}

.mobile-navbar-box {
  display: flex;
  gap: 25px;
  align-items: center;
}

.offcanvas-start {
  background-color: #101010;
}

.offcanvas-body {
  padding: 0;
}

.mobile-menu {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.mobile-menu .nav-item {
  border-bottom: 1px solid var(--white);
}

.mobile-menu .nav-item:last-child {
  border-bottom: 0;
}

.mobile-menu .nav-item a {
  text-transform: uppercase;
  color: var(--white);
  font-size: 14px;
}

.mobile-menu .nav-item a:hover,
.mobile-menu .nav-item a.active {
  color: var(--primary);
}

/* Swiper */
.section-slider {
  padding-top: 7.8rem;
}

.section-slider .swiper {
  width: 100%;
  height: 100%;
}

.section-slider .swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}

.section-slider .swiper-button-next,
.section-slider .swiper-button-prev {
  background-color: rgba(0, 0, 0, .7);
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all .2s;
}

.section-slider .swiper-button-next:hover,
.section-slider .swiper-button-prev:hover {
  background-color: var(--black);
}

.section-slider .swiper-button-next:after,
.section-slider .swiper-button-prev:after {
  color: var(--primary);
  font-size: 26px;
  font-weight: bold;
}

/* .swiper-container {
  width: 100%;
 
}

.swiper-slide {
 
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-container {
  background-color: rgba(0, 0, 0, 0.25);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--primary);
  padding: 10px;
  top: 58%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 25%;
  width: 40px;
  height: 40px;
}

.swiper-button-prev { 
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23010101'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next { 
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23010101'%2F%3E%3C%2Fsvg%3E");
}

.swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
} */

.swiper-slide h2 {
  pointer-events: none;
  opacity: 0;
  color: #886d52;
  font-size: calc(3vw);
  letter-spacing: -1px;
  transform: translateY(-5%) scale(0.8);
  transition: 1s ease;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary);
}

.swiper-slide-active h2 {
  opacity: 1;
  transform: translateY(0%) scale(1);
  transition: 1s ease;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 10px;
  margin: 0;
}

a.btn-whatsapp {
  width: 50px;
  height: 50px;
  right: 25px;
  bottom: 25px;
  background-image: url("assets/dist/img/whatsapp.png");
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .3));
  background-size: cover;
  position: fixed;
  z-index: 100;
}

.main-title {
  text-transform: uppercase;
}

.btn-send-mobile {
  background-color: var(--primary);
  padding: .375rem .75rem;
  color: var(--black);
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid;
}

.btn-send-mobile:hover {
  background-color: var(--black);
  color: var(--primary);
}

h2.section-title,
h1.section-title {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item {
  background-color: #464646;
  border-bottom: 1px solid var(--primary);
}

.accordion-button {
  padding: 2rem 1.25rem;
  font-size: 2.5rem;
  color: #f5daa8;
  background-color: #2e2e2e;
}

.accordion-button:not(.collapsed) {
  color: #f5daa8;
  background-color: #2e2e2e;
}

.accordion-button::after {
  width: 3.25rem;
  height: 3.25rem;
  background-size: 3.25rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5daa8'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5daa8'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.accordion-body .image {
  width: 50%;
}

.accordion-body .image img {
  width: 100%;
  height: auto;
}

.accordion-body .details {
  width: 50%;
}

.accordion-body .details ul {
  display: flex;
  flex-flow: column;
  gap: 15px;
  font-size: 1.2rem;
}

.accordion-body .details ul li {
  list-style-type: disclosure-closed;
}

.accordion-body .details ul li span {
  color: var(--white);
}

.about-us-box {
  display: flex;
  align-items: center;
}

.about-us-box .details {
  padding: 10px 50px;
}

.about-us-box .details p {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 25px;
  font-family: var(--bs-font-sans-serif);
}

.our-story-box {
  display: flex;
  align-items: center;
}

.our-story-box .details {
  padding: 10px 50px;
}

.our-story-box .details p {
  font-size: 28px;
  color: var(--white);
  margin-bottom: 25px;
  font-family: var(--bs-font-sans-serif);
}

.section-our-partners {
  background-color: var(--white);
}

.section-our-partners .section-title {
  color: var(--black);
}

.swiper-gallery {
  width: 100%;
  padding-bottom: 25px;
}

.swiper-gallery .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 370px;
  height: 300px;
}

.swiper-gallery .swiper-slide img {
  display: block;
  width: 100%;
}

.modal {
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-content {
  background-color: var(--black);
}

.modal-title {
  color: var(--primary);
}

.card {
  background-color: #010101;
  border: 1px solid var(--primary);
}

.card-body {
  color: var(--primary);
}

.swiper-partners {
  width: 100%;
  height: 100%;
}

.swiper-partners .swiper-wrapper {
  align-items: center;
}

.swiper-partners .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-partners .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 225px;
  height: 100%;
  object-fit: cover;
}

.footer {
  border-top: 5px solid;
}

.footer-box {
  display: flex;
  gap: 100px;
}

.footer-box-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-menu {
  display: flex;
  gap: 100px;
}

.footer-menu .nav-link {
  color: var(--primary);
}

.footer-menu .nav-link.active {
  color: var(--white);
}

.footer-menu .nav-link:hover {
  color: var(--white);
}

.footer-info ul {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.footer-info ul a {
  color: gray;
}

.footer-info ul a:hover {
  color: var(--white);
}

.all-rights-reserved {
  color: var(--black);
  background-color: var(--primary);
  font-size: 14px;
}

.inner-page-bg {
  padding-top: 7.8rem;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.inner-page-bg::after {
  content: '';
  display: inline-block;
  padding-top: 25%;
}

.demo-gallery>ul {
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
}

.demo-gallery>ul>li {
  list-style: outside none none;
}

.demo-gallery>ul>li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a;
}

.contact-us-box h3 {
  text-transform: uppercase;
}

.contact-us-box iframe {
  width: 100%;
  margin-top: 2rem;
}

.btn-submit {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-submit:hover {
  background-color: #baa071;
}

@media screen and (max-width:1200px) {
  .about-us-box {
    flex-flow: column;
    gap: 25px;
  }

  .our-story-box {
    flex-flow: column;
    gap: 25px;
    flex-direction: column-reverse;
  }

  .our-story-box .details,
  .about-us-box .details {
    text-align: center;
  }

  .about-us-box .image img,
  .our-story-box .image img {
    width: 100%;
  }
}

@media screen and (max-width:1024px) {
  .demo-gallery>ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media screen and (max-width:990px) {
  .section-slider .swiper-slide {
    min-height: 60vh;
  }

  .accordion-body {
    flex-flow: column;
    flex-direction: column-reverse;
    gap: 50px;
  }

  .accordion-body .image,
  .accordion-body .details {
    width: 100%;
  }

  .accordion-body .details {
    padding: 30px 20px 0px 35px;
  }

  .accordion-body .details ul {
    font-size: 1rem;
  }

  .about-us-box .details {
    padding: 10px 25px;
  }

  .about-us-box .details p {
    margin-bottom: 15px;
  }

  .our-story-box .details {
    padding: 10px 25px;
  }

  .our-story-box .details p {
    margin-bottom: 15px;
  }

  .footer-box {
    flex-flow: column;
    gap: 10px;
  }

  .footer-box .logo {
    margin: 0 auto;
  }

  .footer-box-menu {
    flex-flow: column;
    gap: 20px;
  }

  .footer-info {
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .section-slider .swiper-slide {
    min-height: 48vh;
  }

  .gap-mobile {
    /* gap: 20px; */
  }

  .contact-us-box iframe {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:520px) {
  .section-slider .swiper-slide {
    min-height: 28vh;
  }

  .inner-page-bg::after {
    padding-top: 30%;
  }

  .swiper-gallery .swiper-slide {
    width: 300px;
    height: 240px;
  }

  .demo-gallery>ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .about-us-box .image iframe {
    width: 100%;
    min-width: 360px;
  }
}

@media screen and (max-width:400px) {
  .navbar-dark .navbar-brand {
    margin-right: 0.7rem;
  }

  .mobile-navbar-box {
    gap: 10px;
  }

  h2.section-title,
  h1.section-title {
    font-size: 2rem;
  }

  .accordion-button {
    padding: 1.5rem 1rem;
    font-size: 2rem;
  }

  .accordion-button::after {
    width: 2.25rem;
    height: 2.25rem;
    background-size: 2.25rem;
  }

  .accordion-body .details ul {
    font-size: 0.9rem;
  }
}