/* GENERAL */

/* FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

-sPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 */

/* COLORS 


#235031
#315659         #223c3e
#2978A0
#BCAB79
#C6E0FF   TINT: #eef6ff

second set
#384D48
#6e7271
#acad94
#d8d4d5
#E2E2E2
*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

.container {
  width: 100%;
  max-width: 120rem;
  /* padding: 0 3.2rem; */
  margin: 0 auto;
}
.grid {
  display: grid;
  gap: 4.2rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--2-cols--footer {
  grid-template-columns: 15% 85%;
  width: 20rem;
  grid-gap: 1rem;
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid--center-v {
  align-items: center;
  justify-content: space;
}

.margin-bottom {
  margin-bottom: 24rem;
}

h1 {
  display: inline-block;
  font-size: 8rem;
  margin-bottom: 3.2rem;
  line-height: 1.05;
}

h2 {
  display: block;
  font-size: 5.4rem;
  font-weight: 500;
  color: #384d48;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
  letter-spacing: 0.75px;
}

.heading-tertiary {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #bcab79;
  font-size: 5.2rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

h4 {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  color: #384d48;
  margin-bottom: 3.2rem;
}

/* HEADER */
.header {
  height: 100vh;
  position: relative;
  width: 100vw;
  /* background-color: black; */
  /* background-image: linear-gradient(
      rgba(34, 34, 34, 0.45),
      rgba(34, 34, 34, 0.45)
    ),
    url(images/Kitchen3.jpg); */

  background-size: cover;

  color: #e2e2e2;
}

.logo {
  max-width: 20rem;
  height: auto;
}

.slogan {
  color: #e2e2e2;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: solid 1px #d8d4d5;

  height: 9.6rem;
  padding: 0 4.8rem;
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6.2rem;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  color: #e2e2e2;
  padding: 1rem 1rem;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  color: #d8d4d5;
  /* padding: 3.3rem 1rem; */
  background-color: #384d48;
  transition: 0.2s;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: currentColor;
  font-weight: 500;
  font-size: 2.2rem;
  transition: all 0.3;
  /* padding: 3.3rem 1rem; */
  color: #e2e2e2;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #d8d4d5;
  background-color: #384d48;
  transition: 0.2s;
}

.header-container {
  max-width: 120rem;
  height: 30rem;
  margin: auto;
  margin-top: 24rem;
  text-align: center;
  /* margin-bottom: 16rem; */
}

/* p {
  font-size: 20px;
  line-height: 1.6; */
/* margin-bottom: 48px; */
/* } */

.btn:link,
.btn:visited {
  margin-top: 8rem;
  font-size: 3.2rem;
  font-weight: 600;
  background-color: #acad94;
  color: #384d48;
  text-decoration: none;
  display: inline-block;
  padding: 24px 40px;
  /* border-radius: 9px; */
}

.btn:hover,
.btn:active {
  background-color: #384d48;
  color: #e2e2e2;
  /* transform: scaleX(1.1) scaleY(1.3); */
  transition: 0.2s;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
}

/* ABOUT US */
/* SECTION INFO */
.section-info {
  padding: 4.8rem;
}

.section-info-header {
  position: relative;
  justify-content: center;
  text-align: left;
  width: 120rem;
  margin-bottom: 8rem;
  margin: 0 auto;
}

.container_about-us {
  width: 120rem;
  margin: auto;
  position: relative;
  /* left: 30%; */
  text-align: center;
}

.about-us_title {
  color: #384d48;
}

/* ************* OUR SERViCES ********************
****************************************** */

.services {
  /* height: 100vh; */
  width: 80%;
  margin: auto;
}

.services-header {
  margin: auto;
  text-align: right;
  margin-bottom: 8rem;
}

.body-text-content {
  font-size: 2rem;
  margin-bottom: 4rem;
  text-align: center;
  color: #384d48;
}

.service-card {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}

.card {
  width: 100%;
  height: 30rem;
  padding: 2em 1.5em;
  background: linear-gradient(white 50%, #acad94 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  /* border-radius: 5px; */
  /* box-shadow: 0 0 35px rgba(0, 0, 0, 0.12); */
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  cursor: pointer;
  transition: 0.5s;
}
.service-title {
  font-size: 2rem;
  font-weight: 600;
  color: #384d48;
  margin: 2rem 0;
}
p {
  color: #384d48;
  /* font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em; */
}
.icon-wrapper {
  background-color: #acad94;
  position: relative;
  margin: auto;
  margin-bottom: 2.4rem !important;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: ##d8d4d5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #6e7271;
  color: #384d48;
}
.card:hover h3 {
  color: #384d48;
}
.card:hover p {
  color: #384d48;
}

.contact-information-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 2rem;
  text-decoration: none;
  font-size: 1.8rem;
  list-style: none;
}

/* Create two columns that float next to eachother */
.contact-column {
  margin-top: 6px;
  padding: 2rem;
  margin: 0 auto;
  max-width: 100%;
}

.contact-column-2 {
  align-self: center;
  justify-self: center;
}

.contact-img {
  max-width: 100%;
  height: auto;
}

.contact-info {
  text-decoration: none;
}

.phone-number {
  text-decoration: none;
  color: #000;
}

.nav-call-us {
  background-color: orange;
  color: #fff;
  border-radius: 500px;
  padding: 1rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 2.2rem;
  transition: all 0.3;
}

.nav-call-us:active {
  transform: scaleX(1.2);
  background-color: orangered;
}

.nav-call-us:hover {
  background-color: orangered !important;
}

.call-us-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 2.8rem;
  padding: 1rem;
  color: #fff;
  background-color: orange;
  border-radius: 500px;
  margin-bottom: 5rem;
}

.call-us-btn:hover {
  background-color: orangered;
}

.call-us-btn:active {
  /* transform: scaleY(1.2); */
  transform: translateY(2px);
}

/* .gallery {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  height: auto;
  margin: auto;
  gap: 1rem;
  justify-content: space-around;
  justify-items: center;
  align-content: center;
  align-items: center;
} */

.gallery {
  display: flex;
  flex-direction: column;
  max-width: 130rem;
  width: 80%;
  height: auto;
  margin: 7rem auto;
  gap: 1rem;
  justify-content: space-around;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.slides {
  display: flex;
  gap: 1rem;
  /* max-width: 120rem; */
  width: 100%;
  height: auto;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.img-container {
  justify-content: center;
  object-fit: fill;
  max-height: 30rem;
  overflow: hidden;
  object-fit: fill;
  object-fit: cover;
  object-position: bottom;
}

.gallery-img {
  width: 100%;
  max-height: 35rem;
  object-fit: cover;
  object-position: bottom;
  transition: all 0.5s;
}

.gallery-img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/***************************
Open Gallery Slide with JS   */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 5;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
}

.open-gallery {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-content: space-around;
  align-items: center;
}

.open-gallery-img {
  /* max-height: 90%; */
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 90%;
  margin: 1rem;
  justify-self: center;
}

.icons-arrow {
  display: block;
  font-size: 7rem;
  color: orange;
  cursor: pointer;
  width: 10%;
}
.icon-arrow-right {
  position: absolute;
  right: 3rem;
}

.icon-arrow-left {
  position: absolute;
  left: 3rem;
}
.icons-arrow:hover,
.btn--close-modal:hover {
  transform: scale(1.1);
}

.icons-arrow:active,
.btn--close-modal:active {
  transform: scale(1);
}

.btn--close-modal {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 1rem;
  right: 1.6rem;
  font-size: 5rem;
  cursor: pointer;

  color: orange;
  /* border-radius: 1000px; */
}

.hidden {
  display: none;
}

/* *************CONTACT US********************
****************************************** */

/* ********************* */

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  margin-left: auto;
  margin-right: auto;
}

input[type="submit"] {
  background-color: #acad94;
  color: white;
  padding: 1.2rem 2rem;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #384d48;
  margin: 0 auto;
}

/* Style the container/contact section */
.contact-heading {
  text-align: center;
  padding-top: 2rem;
}

.container-contact {
  width: 100%;
  max-width: 150rem;
  padding: 1rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.grid-contact {
  column-gap: 3rem;
}

/* Clear floats after the columns  */
/* .row:after {
  content: "";
  display: table;
  clear: both;
} 



/* FOOTER **************************************
***********************************************/
.footer {
  padding: 4rem 0 1rem 0;
  border-top: 1px solid #eee;
}

.about-us {
  width: 100%;
  padding: 0;
  margin: 0;
}

.grid--footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr 0.5fr;
  justify-content: end;
  gap: 2rem;
  width: 80%;
  margin: auto;
}

.nav-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  margin-bottom: 1.4rem;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  max-width: 35rem;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.6rem;
}

.social-links {
  display: flex;
  gap: 1.6rem;
}

.icons-social {
  height: 2.6rem;
  width: 2.6rem;
  transition: all 0.05s;
}

.icons-social:hover {
  color: orange;
  cursor: pointer;
  transform: scale(1.3);
}

.icons-social:active {
  transform: scale(1);
}

.icons-contact {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
}

.footer-link {
  font-size: 1.6rem;
  color: #384d48;
  transition: all 0.3s;
  display: flex;
  line-height: 1.6;
  letter-spacing: 0.03em;
  /* display: inline; */
}

.footer-link:hover,
.footer-link:active {
  color: #555;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 2.4rem auto 0 auto;
  padding: 1.6rem 1.6rem 0;

  border-top: solid 1.5px #767676;
}

.copyright-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #767676;
  margin-top: auto;
  margin-bottom: 1.2rem;
}

.card-text {
  font-size: 1.6rem;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }

  .main-nav-list {
    gap: 2.2rem;
  }
}

@media screen and (max-width: 600px) {
  .column,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
  .logo {
    max-width: 60%;
  }

  .contact-column {
    width: 100%;
    height: auto;
  }

  .contact-info {
    font-size: 1.5rem;
  }

  .section-info,
  .services {
    padding: 0.8rem;
  }

  .call-us-btn {
    font-size: 1.9rem;
  }

  .gallery {
    width: 100%;
    padding: 0.5rem;
  }

  .main-nav-list {
    gap: 2.2rem;
  }
}

@media screen and (max-width: 420px) {
  .contact-img {
    max-width: 100%;
    width: 30rem;
    height: auto;
  }
  .contact-info {
    font-size: 1.2rem;
  }

  .call-us-btn {
    font-size: 1.5rem;
  }
  .card-text {
    font-size: 1.4rem;
  }

  .body-text-content {
    font-size: 1.5rem;
  }
}
