html {
  scroll-behavior: smooth;
}
body {
  background-color: #070606;
  color: white;
  margin: 0;
  font-family: "Lexend", sans-serif;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.navBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 80%;
  margin-left: 10%;
  background-color: #070606;
}
.navImage {
  padding: 10px;
}
.logo {
  width: 200px;
}

.navText {
  list-style: none;
  display: flex;
  gap: 20px;
}
.navText li a {
  text-decoration: none;
  font-size: 22px;
  cursor: pointer;
  color: white;
}
.content {
  position: relative;
}
.mainImage {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.title {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 700px;
}
.title h2 {
  font-size: 48px;
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
}

h2 {
  font-size: 48px;
}
p {
  font-size: 24px;
}
.aboutUs {
  padding: 100px 10%;
  text-align: center;
  width: 80%;
}
.ourProducts {
  padding: 50px 10%;
  text-align: center;
}
.contactUs {
  text-align: center;
  padding: 50px 10%;
  clear: both;
}
.gridContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4rem;
}
.productLogo {
  width: 300px;
}
.center {
  display: flex;
  justify-content: center;
  align-self: center;
}
.logoContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 200px;
  border: #262424 solid 2px;
  border-radius: 15px;
  padding: 10px;
  background-color: #0a0909;
}
.prodContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 80%;
  padding: 1rem 1rem;
}
.prodContent h3,
.prodContent p {
  margin: 5px 0;
}
.prodContent h3 {
  font-size: 32px;
}
.prodContent p {
  font-size: 20px;
}
.subText {
  color: #aca9a9;
}
footer {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
  clear: both;
}
.office {
  padding: 30px;
  position: relative;
  text-align: left;
  background-color: #262424;
  border: #262424 2px solid;
  border-radius: 0px 15px 0px 15px;
}
.office h3 {
  font-size: 30;
}
.office p {
  font-size: 24;
}
.padBot {
  padding-bottom: 100px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .title {
    position: absolute;
    align-self: center;
    justify-content: center;
    top: 5%;
    right: 0;
    width: auto;
  }
  .title h2 {
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    width: auto;
  }
  .gridContainer {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
  .order {
    order: 1;
  }
  .title {
    width: 500px;
    top: 5%;
    right: 0%;
  }
  .padBot {
    padding-bottom: 0px;
  }
  .navBar {
    width: 90%;
    margin-left: 10%;
  }
}
@media (max-width: 600px) {
  .navBar {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
  }
  .navImage {
    padding: 0;
  }
  .logo {
    width: 100px;
  }
  .navText li a {
    gap: 0px;
    font-size: 12px;
    text-wrap: nowrap;
  }
  .content {
    position: relative;
  }
  .mainImage {
    height: auto;
    width: 100%;
    object-fit: contain;
    opacity: 0.5;
  }
  .title {
    position: absolute;
    align-self: center;
    justify-content: center;
    top: 5%;
    left: 0;
    right: 0;
    width: auto;
  }
  .title h2 {
    font-size: 24px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    width: auto;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 12px;
  }
  .aboutUs {
    padding: 20px 0px;
    text-align: center;
    justify-self: center;
    width: 80%;
  }
  .ourProducts {
    padding: 20px 0px;
    text-align: center;
    justify-self: center;
    width: 80%;
  }
  .contactUs {
    text-align: center;
    justify-self: center;
    padding: 20px 0px;
    width: 80%;
  }
  .gridContainer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
  .productLogo {
    width: 200px;
  }
  .logoContainer {
    width: 250px;
    height: 125px;
    padding: 10px;
  }
  .prodContent {
    text-align: left;
    width: 80%;
    padding: 1rem 1rem;
  }
  .prodContent h3 {
    font-size: 16px;
  }
  .prodContent p {
    font-size: 10px;
  }
  .order {
    order: 1;
  }
  .padBot {
    padding-bottom: 0px;
  }
  .office {
    padding: 30px;
    background-color: #262424;
    border: #262424 2px solid;
    border-radius: 0px 15px 0px 15px;
  }
  .office h3 {
    font-size: 15;
  }
  .office p {
    font-size: 12;
  }
  footer {
    font-size: 12px;
  }
}
