@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
:root {
  --fontFamily: "Nunito Sans", sans-serif;
  --fontAlternate: "Pinyon Script", cursive;
  --textcolor: #333;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-size-adjust: 100%;
  margin-right: 0 !important;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  color: var(--textcolor);
  font-family: var(--fontFamily);
  font-optical-sizing: auto;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure,
address {
  margin: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
}
.mainwrapper {
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-height: 550px) {
  .mainwrapper {
    height: auto;
    padding: 2rem 0;
  }
}
.logo {
  width: 15rem;
  margin-bottom: 1rem;
}
@media (min-width: 350px) {
  .logo {
    width: 16rem;
  }
}
@media (min-width: 425px) {
  .logo {
    width: 18rem;
  }
}
@media (min-width: 1600px) {
  .logo {
    width: 22rem;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.textcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
}
.textcontent h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #c0a264;
  margin-bottom: 0.5rem;
}
@media (min-width: 350px) {
  .textcontent h1 {
    font-size: 1.8rem;
  }
}
.textcontent h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c0a264;
  margin-bottom: 0.5rem;
}
@media (min-width: 350px) {
  .textcontent h2 {
    font-size: 1.6rem;
  }
}
.textcontent p {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 350px) {
  .textcontent p {
    font-size: 1.45rem;
  }
}
@media (min-width: 425px) {
  .textcontent p {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .textcontent p {
    font-size: 1.6rem;
  }
}
.textcontent a {
  border-radius: 0.3rem;
  padding: 1rem 2rem;
  background-color: #d0aa64;
  color: #333;
  font-size: 1.45rem;
  display: inline-block;
  margin-top: 1rem;
  font-weight: 500;
  transition: all 300ms ease;
}
.textcontent a:hover {
  background-color: #333;
  color: #fff;
}
.flexside {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin-top: 2rem;
  border-top: 0.1rem dashed #333;
  padding-top: 2rem;
}
.flexside a {
  border-radius: 0.3rem;
  padding: 1rem;
  transition: all 300ms ease;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 350px) {
  .flexside a {
    font-size: 1.4rem;
  }
}
.instagram {
  background-color: #d0aa64;
  color: #333;
}
.instagram:hover {
  background-color: #333;
  color: #fff;
}
.map {
  background-color: #333;
  color: #fff;
}
.map:hover {
  background-color: #d0aa64;
  color: #333;
}
.flexside a i {
  margin-right: 0.5rem;
}
.mainimage {
  border-radius: 15rem 15rem 0 0;
  overflow: hidden;
  margin-top: 2rem;
  width: 15rem;
}
@media (min-width: 350px) {
  .mainimage {
    width: 20rem;
  }
}
.mainimage img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.webmainwrapper {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.webwrapperleft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8rem;
  width: 50%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.weblogo {
  width: 22rem;
  margin-left: -2rem;
}
.webwrapperleft .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.webwrapperleft .content p {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.webwrapperleft .content h1,
.webwrapperleft .content h2 {
  margin-bottom: 1rem;
  color: #d0aa64;
}
.webwrapperleft h1 {
  font-weight: 700;
  font-size: 2rem;
}
.webwrapperleft h2 {
  font-weight: 600;
  font-size: 1.8rem;
}
.webwrapperleft a {
  display: inline-block;
  border-radius: 0.3rem;
  background-color: #d0aa64;
  color: #333;
  font-weight: 500;
  margin-top: 2rem;
  transition: all 300ms ease;
  padding: 1rem 2rem;
}
.webwrapperleft a:hover {
  background-color: #333;
  color: #fff;
}
.mobilewrapperright {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/imagemain.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mobilewrapperright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.webimage {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  overflow: hidden;
  width: 40rem;
}
.webimage img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.instagram2,
.map2 {
  font-size: 1.4rem;
}
