@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=Outfit:wght@100..900&display=swap");
/* ///////// RESET ////////// */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

body {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  max-width: 100vw;
  font-family: "Big Shoulders", sans-serif;
}

/* ///////// RESET ////////// */

/* ///////// Colors ////////// */

:root {
  --grey-900: #151515;
  --grey-700: #444444;
  --white: #ffffff;
  --gold-500: #d5966c;
}

/* ///////// Colors ////////// */

/* ///////// TYPOGRAPHY ////////// */

.outfit-font {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.big-shoulders-font {
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.text-1 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 0px;
}
.text-2 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
}
.text-3 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.text-4 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--gold-500);
  text-transform: uppercase;
}
.text-5 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0px;
}
.text-6 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 3.64px;
}
.text-7 {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0px;
}

/* ///////// TYPOGRAPHY ////////// */
/* ///////// BUTTON ////////// */

.btn-1:link,
.btn-1:visited {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
}

.btn-text {
  background-color: var(--grey-900);
  padding: 1.5rem 2rem;
}
.btn-image {
  padding: 1.5rem;
  background-color: var(--gold-500);
}

.btn-1:hover .btn-text {
  background-color: var(--gold-500);
}

.btn-1:hover .btn-image {
  background-color: var(--grey-900);
}

.right-arrow,
.left-arrow {
  width: 8px;
  height: 20px;
}

/* ///////// BUTTON ////////// */

main {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.hero {
  max-width: 1110px;
  min-height: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-image: url(/starter-code/assets/desktop/image-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.hero h1 {
  max-width: 450px;
  margin-top: -200px;
}

.hero-content {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.feature-section {
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.your-day {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 400px;
  align-items: center;
}
.your-day-image-tablet {
  display: none;
}
.your-day-image-mobile {
  display: none;
}

.your-day-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 350px;
}

.be-inspired-image-tablet {
  display: none;
}
.smaller-inspired-image-tablet {
  display: none;
}
.be-inspired-image-mobile {
  display: none;
}
.smaller-inspired-image-mobile {
  display: none;
}

.come-and-be {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  max-width: 1110px;
  min-height: 722px;
}

.be-inspired-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}

.inspired-content {
  display: flex;
  flex-direction: column;
  padding: 4rem 3rem;
  gap: 2rem;
  background-color: var(--grey-900);
  color: var(--white);
}

footer {
  background-color: var(--grey-900);
  padding: 80px 165px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content,
.footer-content-location {
  display: flex;
  flex-direction: row;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  min-height: 75px;
  justify-content: space-between;
}

.footer-image {
  width: 160px;
  height: 58px;
}

.footer-content p {
  max-width: 430px;
  color: white;
}
.social-icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.facebook-icon,
.instagram-icon,
.twitter-icon {
  color: white;
  height: 28px;
  width: 28px;
}
.facebook-icon:hover,
.instagram-icon:hover,
.twitter-icon:hover {
  color: var(--gold-500);
}

/* ///////// LOCATION PAGE ////////// */

#location {
  background-color: var(--grey-900);
}
.location {
  max-width: 1440px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-image: url(/starter-code/assets/desktop/image-map.png);
  background-repeat: no-repeat;
  background-position: center;
}

.location-hero {
  margin-top: 20px;
  max-width: 1110px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.our-location {
  max-width: 1440px;
  min-height: 569px;
  padding: 130px 165px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.our-location-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.our-location-content h3 {
  color: white;
  max-width: 255px;
}

.our-address {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 540px;
}

.our-address p {
  color: white;
}

.our-address-top-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.location-footer {
  background-color: var(--gold-500);
}

.footer-content-location p {
  max-width: 430px;
  color: var(--grey-900);
}

.social-icons-location {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.facebook-icon-location,
.instagram-icon-location,
.twitter-icon-location {
  color: var(--grey-900);
  height: 28px;
  width: 28px;
}
.facebook-icon-location:hover,
.instagram-icon-location:hover,
.twitter-icon-location:hover {
  color: var(--white);
}
