@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --clr-primary-700: #252122;
  --clr-primary-700-opaque: #252122d2;
  --clr-primary-500: #5d5d5d;
  --clr-primary-300: #a19e9e;
  --clr-primary-200: rgb(223, 220, 220);
  --clr-primary-100: rgb(246, 245, 240);
  --clr-gold-500: #d4af37;
  --clr-gold-300: #f6e27a;
  --ff-fancy: 'Bacasime Antique', serif;
  --ff-header: 'Playfair Display', serif;
  --ff-body: 'Lato', sans-serif;
  scroll-behavior: smooth;
}

/* Reset default browser styles */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

/* Set default font and font size */
body {
  font-family: var(--ff-body);
  font-size: 16px;
  color: var(--clr-primary-700);
  background-color: var(--clr-primary-700);
  box-sizing: border-box;
}

/* Headings */
h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--ff-fancy);
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: var(--ff-header);
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6px;
  font-weight: 500;
  font-family: var(--ff-header);
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
  font-weight: 600;
  font-family: var(--ff-header);
}

h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4px;
  font-weight: 600;
  font-family: var(--ff-header);
}

h6 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 4px;
  font-weight: 400;
  font-family: var(--ff-header);
}

/* Body text */
p {
  margin-bottom: 16px;
}

/* Links */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Lists */
ul,
ol {
  margin-bottom: 16px;
  list-style: none;
}

li {
  margin-bottom: 4px;
}

/* Additional elements */
/* For example: buttons, input fields, etc. */

.logo {
  color: inherit;
}
.logo:hover {
  text-decoration: none;
}

.logo-heading {
  text-align: center;
  margin-top: 0.2em;
  background-image: radial-gradient(
    circle at center,
    #a57b3b 0%,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #a57b3b 100%
  );
  color: transparent;
  -webkit-background-clip: text;
}

.hero_text_primary {
  /* text-shadow: 5px 5px 5px black; */
  text-shadow: -1px -1px 3px #00000036, 1px -1px 3px #00000036,
    -1px 1px 3px #00000036, 1px 1px 3px #00000036;
  font-size: 5rem;
}
.hero_text_secondary {
  /* text-shadow: 5px 5px 5px black; */
  text-shadow: -1px -1px 3px #00000036, 1px -1px 3px #00000036,
    -1px 1px 3px #00000036, 1px 1px 3px #00000036;
  font-size: 2rem;
}
.hero_text_container {
  color: var(--clr-primary-200);
  /* text-shadow: 5px 5px 5px black; */
  text-shadow: -1px -1px 3px #00000036, 1px -1px 3px #00000036,
    -1px 1px 3px #00000036, 1px 1px 3px #00000036;
  max-width: 60% !important;
  margin-top: 10vh;
  margin-left: 5rem;
}

.button-link {
  text-decoration: none !important;
  padding: 1rem 2rem;
  background-color: var(--clr-primary-100);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.448);
  color: var(--clr-primary-700);
  text-shadow: none;
  font-size: 1.3rem;
  cursor: pointer;
  display: grid;
  place-content: center;
  text-align: center;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  outline: 0;
  border-radius: 5px;
  padding: 0.6em 1.2em;
}
.button-link:hover {
  background-color: var(--clr-gold-300);
}
.button-link:active {
  transform: scale(0.98);
}
.text-center {
  text-align: center;
}

.services-section {
  min-height: 100vh;
  background-color: var(--clr-primary-100);
  padding: 2rem;
  /* background-image: url('./images/riding_horse.jpeg'); */
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0) 100%
    ),
    url('./images/riding_horse.jpeg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.services-header {
  color: var(--clr-primary-100);
  text-shadow: -1px -1px 3px #00000036, 1px -1px 3px #00000036,
    -1px 1px 3px #00000036, 1px 1px 3px #00000036;
}
.services-header h2 {
  font-size: 4rem !important;
}
.services-header h5 {
  font-size: 1.6rem;
}
.container {
  max-width: 1800px;
  padding: 30px;
}
.center {
  margin: auto;
}

/* Navbar */
.navbar-main__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: relative;
  max-width: 500px;
  margin: auto;
  white-space: nowrap;
  font-size: 1.3rem;
  z-index: 100;
}

.navbar-main__link {
  border-radius: 5px;
  color: var(--clr-primary-200);
  text-decoration: none;
  padding: 0.6em 1.2em;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  outline: 0;
}
.navbar-main__link:hover {
  background-color: #f3f3f3;
  text-decoration: none;
  color: var(--clr-primary-500);
}

.underline-effect {
  position: relative;
  display: inline-block;
}

.underline-effect::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: var(--clr-gold-500); /* Change color to your preference */
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
  transform-origin: bottom right;
}

.underline-effect:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.image-section-wrapper {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-section__block {
  /* background-color: var(--clr-primary-700-opaque); */
  color: var(--clr-primary-100);
  padding: 2em;
  /* box-shadow: 0px 0px 9px var(--clr-primary-700); */
  max-width: 80vw;
  border-radius: 2em;
}

/* .services-section {
  background-color: var(--clr-primary-700);
  display: flex;
  gap: 2em;
  padding-top: 20vh;
  padding-bottom: 20vh;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url('./images/rect.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.services-section__service-card {
  background-color: white;
  padding: 3em 1em;
  border-radius: 2em;
  text-align: center;
  max-width: 18em;
  box-shadow: 0px 0px 15px #252122;
} */
/* 
.service-card__p {
  margin-top: 1em;
} */
/* 
.service-card__list {
  list-style: disc;
  padding: 2em;
} */

.content-side-left,
.content-side-right {
  display: flex;
  background-color: var(--clr-primary-100);
  flex-wrap: wrap;
  font-size: larger;
  border-radius: 2em;
}

.content-side-right {
  flex-direction: row-reverse;
}

.content-side__content {
  flex: 1;
  display: grid;
  place-content: center;

  padding: clamp(1em, 5em, 10vw);
  padding-left: 0;
  padding-right: 0;
}

.content-side__img-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-side__img__left {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2em 0 0 2em;
}
.content-side__img__right {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 2em 2em 0;
}

.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.flex {
  display: flex;
}
.gap-1 {
  gap: 1rem;
}

.content-wrapper {
  padding-left: clamp(1em, 7em, 10vw);
  padding-right: clamp(1em, 7em, 10vw);
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.about_us-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.about_us-container h3 {
  text-decoration: 1px rgba(148, 148, 148, 0.392) underline;
  text-underline-offset: 0.25em;
}

.grid-center {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 0;
  margin: 0;
}
/* 
.services {
  display: flex;
  flex-direction: column;
}
.services-img-wrapper {
  width: 100%;
  max-width: 15rem;
  padding: 1rem;
}
.services-img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
} */

header {
  /* display: flex;
  background-image: url('/images/curve.svg');
  background-size: cover;
  background-repeat: no-repeat; */
}

.img {
  width: 100%;
}

.footer {
  display: grid;
  place-content: center;
  padding: 2em 0;
  background-color: var(--clr-gold-500);
  text-align: center;

  background-image: radial-gradient(
    circle at center,
    #a57b3b 0%,
    #cb9b51 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #a57b3b 100%
  );
  color: transparent;
  -webkit-background-clip: text;
}
.logo-link {
  background-color: var(--clr-primary-200);
  padding: 8px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: grid;
  place-content: center;
}

#home {
  min-height: 100vh;
  background-color: none;
  padding: 10px;
  display: 'flex';
  justify-content: center;
}

#header_container {
  min-height: 100vh;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0) 100%
    ),
    url('images/horses.webp');
  background-size: cover;
  background-position: right;
  position: relative;
  max-width: 1800px;
  padding: 10px;
}
.logo-link:hover {
  background-color: #cb9b51;
  box-shadow: 0px 0px 9px var(--clr-primary-500);
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer img {
  width: 20px;
}

.copyright {
  font-size: 0.7rem;
  margin: 2em auto 0.5em;
}

.footer .email-link {
  color: inherit;
}

/* Hamburger Menu */
.hamburger {
  cursor: pointer;
  z-index: 99;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 101;
}

.bar {
  display: block;
  width: 40px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--clr-gold-500);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.navbar-main__container {
  /* background-color: #252122; */
  /* display: none; */
  max-width: 600px;
  margin: auto;
  display: grid;
  justify-content: flex-start;
}

@media screen and (min-width: 600px) {
  .hamburger,
  .bar {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .content-side-left,
  .content-side-right {
    flex-direction: column;
  }
  .content-side__img__left {
    border-radius: 0 0 2em 2em;
  }
  .content-side__img__right {
    border-radius: 0 0 2em 2em;
  }
}
@media screen and (max-width: 900px) {
  .hero_text_container {
    max-width: 100% !important;
    margin-left: 0;
  }
  .hero_text_primary {
    font-size: 3rem;
  }
  .hero_text_secondary {
    font-size: 1rem;
  }
}

@media screen and (max-width: 599px) {
  .navbar-main__list {
    /* display: none; */
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    /* top: 1000%;  */
    transition: all 0.2s;
  }
  .navbar-main__list.active {
    display: block;
    position: fixed;
    left: 10%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    margin: 0;
  }

  .navbar-main__link {
    color: var(--clr-primary-500);
  }

  .navbar-main__list__item {
    font-size: 2rem;
    margin: 2em;
  }

  .navbar-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hamburger {
  }

  .logo-heading {
    text-align: left;
    font-size: 2em;
    margin: unset;
    max-width: 90%;
  }
}

/* Services Section */
/* .services-section {
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
}
*/

.services-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 2rem;
}

.service-box {
  background: #ffffffcd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px;
  width: 300px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s;
  padding: 1em;
  height: 13rem;
}

.service-box_img {
  background-image: url('./images/SkyleeandPhoenix.jpeg');
  background-size: cover;
}

.service-box:hover {
  transform: translateY(-10px);
}

.service-box img {
  width: 4em;
  height: auto;
}
/*

.service-box p {
  font-size: 1em;
  margin: 1em;
} */

.quote-content {
  background: #f4f4f4;
  border-radius: 2em;
  padding: 2em;
}

/* Responsive */
@media (max-width: 900px) {
  .services-container {
    justify-content: center;
  }

  /* .service-box {
    width: 80%;
  } */
}

.image-section-wrapper {
  background-position: 90%;
}
/* 
.services-section {
  display: flex;
} */
