@import url('https://fonts.googleapis.com/css2?family=Poppins: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&family=SUSE:wght@100..800&display=swap');

*{
  padding: 0;
  margin: 0;
}

section{
  padding: 0rem 4rem;
}

.mainHeading{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}

.secondaryHeading{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
}

.subHeading{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.75rem;
}

.secondarySubHeading{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
}

.blue{
 background-color: #23473c;
 display: flex;
 flex-direction: column;
 gap: 0.2rem;
 padding: 1rem 1.5rem;
 justify-content: end;
 color: white;
}

.orange{
  background-color: #9f7d3c;
  display: flex;
 flex-direction: column;
 gap: 0.2rem;
 padding: 1rem 1.5rem;
 justify-content: end;
 color: white;
}

.secondary{
  background-color: #F4EBD0;
  display: flex;
 flex-direction: column;
 gap: 0.2rem;
 padding: 1rem 1.5rem;
 justify-content: end;
 color: black;
}

.bgDark{
  background-color: #0a0d10;
  display: flex;
 flex-direction: column;
 gap: 0.2rem;
 padding: 1rem 1.5rem;
 justify-content: end;
 color: white;
}

.bgLight{
  background-color: white;
  display: flex;
 flex-direction: column;
 gap: 0.2rem;
 padding: 1rem 1.5rem;
 justify-content: end;
 color: black;
}

.colorPalleteBox{
  width: 12rem;
  height: 10rem;
}

.colourContainer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.paragraphText{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  max-width: 75%;
}

.inTextLink{
      font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
    word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.1rem;
  max-width: 75%;
}

.inputContainer{
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
}

.inputFormContainer{
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  width: 100%;
}

.mt-xs{
  margin-top: 0.25rem;
}

.mt-s{
  margin-top: 0.75rem;
}

.mt-small{
  margin-top: 1.75rem;
}

.mt-base{
  margin-top: 3.5rem;
}

.mt-extra{
margin-top: 5.75rem;
}

.navReal{
  z-index: 40;
  background: #23473c;
  height: max-content;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.navLeft {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

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

.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}

.navToggle {
  display: none;
}

.nav{
  width: 70vw;
  background: #23473c;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.navButton{
  color: white;
  background-color: transparent;
  padding: 1rem;
  border: none;
  transition: 0.3s ease-in-out all;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-family: "Poppins";
  font-size: 0.8rem;
  padding: 0rem 1.2rem;
  font-weight: 400;
  opacity: 40%;
}

.navButtonActive{
  color: #F4EBD0;
  background-color: transparent;
  padding: 1rem;
  border: none;
  transition: 0.3s ease-in-out all;
  text-decoration: none;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.8rem;
}

.navButton:hover,
.navButton:focus{
  cursor: pointer;
  opacity: 100%;
  transform: scale(0.92);
}

.primaryCTA{
  background-color: #23473c;
  color: white;
  border: none;
  padding: 0.5rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: ease-in-out 0.3s all;
  width: max-content;
}

.primaryCTA:hover,
.primaryCTA:focus{
  background-color: #b7c9c3;
  color: #142d26;
  cursor: pointer;
}

.secondaryCTA{
  background-color: #D6AD60;
  color: white;
 border: none;
  padding: 0.5rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: ease-in-out 0.3s all;
  width: max-content;
}

.secondaryCTA:hover,
.secondaryCTA:focus{
  background-color: #795f2e;
  color: white;
  cursor: pointer;
}

.altCTA{
  background-color: #efefef;
  color: black;
  border: none;
  padding: 0.5rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: ease-in-out 0.3s all;
  width: max-content;
}

.altCTA:hover,
.altCTA:focus{
  background-color: #5b5858;
  color: white;
  cursor: pointer;
}

.inTextLink{
  color: #9f7d3c;
  transition: 0.3s ease-in-out all;
  text-decoration: none;
}

.inTextLink:hover,
.inTextLink:focus{
  color: #d3bc91;
  text-decoration: underline;
}

.input-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  width: 30rem;
}

.input {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0.5rem 0.75rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #23473c;
  transition: 0.3s ease-in-out all;
}

.input:hover,
.input:focus{
  background-color: #23473c;
  color: white;
  border: 0.1rem solid white;
}

.submit-button{
  background-color: #23473c;
  color: white;
  border: none;
  padding: 0.5rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: ease-in-out 0.3s all;
  width: max-content;
}

.submit-button:hover,
.submit-button:focus{
  background-color: #b7c9c3;
  color: #142d26;
  cursor: pointer;
}


.inputLabel{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: #6c6e71;
}

.contactForm{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 50%;
  padding: 2rem;
  background-color: #fafafa;
  border-radius: 1rem;
}

.inputForm{
  padding: 0.6rem 0.8rem;
  border: solid 0.15rem #3f89dd;
  background-color: transparent;
  font-family: "Poppins";
  font-size: 1rem;
  border-radius: 40rem;
  outline: none;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.imageLink {
  display: block;
  width: 20rem;
  height: 20rem;
  transition: 0.3s ease-in-out all;
  border: 2rem solid #142d26;
  border-radius: 1rem;
}

.imageLink:focus,
.imageLink:hover {
  border-radius: 4rem;
}

.navLeft{
  display: flex;
  flex-direction: row;
  align-items: center; 
}

.navLogo{
  width: 3%;
  height: max-content;
  margin-right: 1rem;
}



.productCardButtons{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1rem;
}

.productCardButtons button{
  width: 100%;
}

.header{
  padding: 4rem 8rem 7rem 14rem;
  background-color: #23473c;
  color: white;
}


.colourSection{
  margin-top: 1rem;
}

.roundedLeft{
  border-radius: 1rem 0rem 0rem 1rem;
}

.roundedRight{
  border-radius: 0rem 1rem 1rem 0rem;
}

.fontContainer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4rem;
}

.fontShowCard {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  align-items: center;
  border-bottom: 0.1rem solid #e4e7ea;
  padding: 1.5rem 0rem;
  min-height: 4rem;
}

.fontShowCard p {
  margin: 0; 
  text-align: left;
}

.footer{
  background: #23473c;
  padding: 5rem 14rem;
}

.footerText{
 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem; 
  color: white;
}

.footerText2{
font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: white;
  opacity: 50%;
}

.buttonContainer{
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.page{
  padding: 0rem 14rem;
}
.productCard {
  width: 25rem;
  background: #fafafa;
  border-radius: 0.5rem;
  position: relative;
}

.productCard img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.productCardText {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  font-style: normal;
  font-size: 0.9rem;
  color: #55575a;
}

.table1ImageContainer {
  width: 100%;
  border: none;
  height: 25rem;
  background-image: url(./assets/tableImg1.png);
  background-size: cover;
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  transition: background-image 0.3s ease;
  background-position: center;
}

.productCard:hover .table1ImageContainer {
  background-image: url(./assets/tableImg2.png);
  cursor: pointer;
}

.cardTextContainer {
  padding: 0rem 2rem 2rem 2rem;
}

.contactCard{
  background-color: #fafafa;
  width: max-content;
  padding: 2rem 2.75rem;
  width: 60%;
  border-radius: 0.75rem;
}

.images{
  width: 20rem;
  height: 20rem;
}

.productImgs{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.desktop{
  visibility: visible;
}

.mobile{
  visibility: hidden;
}

.hamburger{

}

.line{
    width: 100%;
    background-color: #e4e7ea;
    height: 0.1rem;
}