@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  scroll-behavior: smooth;
}

nav {
  margin-left: 5rem;
  margin-right: 5rem;
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav > a {
  color: black;
}

.nav-main-title {
  font-size: 2rem;
  font-weight: 500;
}

main {
  background-color: #fff;
}

.main-showcase-welcomer {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  position: relative;
}

.main-showcase-welcomer > img {
  width: 100%;
}

.showwelc-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showelc-ct2 {
  margin-left: 5rem;
  margin-right: 5rem;
  text-align: center;
}

.welc-title {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.see-products {
  background-color: #0000;
  color: black;
  border: 2px solid black;
  border-radius: 9999px;
  padding: 1rem;
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
}

iics {
  font-family: "Inter", sans-serif;
  margin-left: 2rem;
}

iicsi {
  font-family: "Inter", sans-serif;
}

.headline-buttons {
  margin-top: 3rem;
}

.see-products:hover {
  background-color: black;
  color: white;
}

section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.sect-title {
  font-size: 2rem;
}
.sect-body {
  line-height: 1.5rem;
}
.contact-info > i {
  margin-right: 2ch;
}
.contact-info-list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.flex-sect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sect-img {
  max-width: 50%;
  overflow: hidden;
  margin-left: 5rem;
}

.sect-img > img {
  width: 100%;
  border-radius: 10px;
}

.flex-sect > .sect-texts {
  max-width: 50%;
}

.copy-texts {
  margin-bottom: 5rem;
  color: #888;
}

.contact-map-view {
  position: relative;
}

.pagination-buttons {
  font-size: 1.5rem;
  text-align: right;
  margin-top: 2rem;
}

.copy-texts > a {
  color: black;
}

.pagination-buttons > div {
  display: inline-block;
  cursor: pointer;
}

.map-info-box {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: #000000d5;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 1rem;
  border-radius: 10px;
  color: white;
}
.address-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.address-text {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
}
.get-route-gmaps {
  margin-top: 2rem;
  border: 2px solid #555;
  border-radius: 999999px;
  padding: 0.5rem;
  padding-left: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.get-route-gmaps:hover {
  background-color: black;
  color: white;
}

.welcback {
  position: relative;
  top: 0;
  left: 0;
  min-height: 100vh;
}

.welcback > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -1;
}

#map {
  margin-top: 3rem;
  width: 100%;
  height: 40rem;
  margin-bottom: 3rem;
  border: 1px solid #888;
  border-radius: 10px;
}

.product-shelf {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-obj {
  overflow: hidden;
  border: 2px solid #cccccc88;
  border-radius: 15px;
  padding: 1rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 2rem;
  width: 23%;
}

.product-obj > img {
  width: 100%;
  height: 12rem;
  border-radius: 15px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.product-obj > img:hover {
  opacity: 0.7;
}

.product-obj > .product-id {
  font-family: monospace;
  font-size: 0.8rem;
  color: #ccc;
  margin-top: 0.5rem;
}
.product-obj > .product-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.product-obj > .product-addtl {
  margin-top: 1rem;
  color: #ddd;
}

.devtools-map {
  width: 100%;
}
.devtools-ovh {
  overflow: hidden;
}

.photo-view-detailed {
  position: fixed;

  top: 0;
  left: 0;
  background-color: #000000aa;
  width: 100vw;
  height: 100vh;
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-view-overlay {
  height: 80vh;
  position: relative;
  width: 80vw;
  background-color: white;
  border-radius: 25px;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.photo-view-overlay-img {
  width: calc(50% - 5rem);
  overflow: hidden !important;
  position: relative;
  height: 100%;
  margin-right: 5rem;
  border-radius: 25px;
}
.photo-view-overlay-img > img {
  height: 100%;
}

.product-view-texts {
  width: 50%;
}

.product-view-texts > .product-code {
  font-family: monospace;
  font-size: 1.5rem;
  color: #aaa;
  margin-top: 0.5rem;
}
.product-view-texts > .product-title {
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.photo-view-overlay > .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  transition: color 0.2s ease;
}
.photo-view-overlay > .close-button:hover {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #00000088;
  font-size: 1.5rem;
  cursor: pointer;
}

.product-view-texts > .contact-now {
  color: black;
  display: inline-block;
  margin-top: 2rem;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
}

.product-view-texts > .contact-now:hover {
  color: #555;
  text-decoration: none;
}

.dn {
  display: none !important;
}

.about-us-sect {
  background-color: #dee8f5aa;
  padding: 2rem;
  padding-left: 3rem;
  padding-right: 2rem;
  border-radius: 25px;
}

.contact-sect {
  background-color: #f5dee6aa;
  padding: 2rem;
  padding-left: 3rem;
  padding-right: 2rem;
  border-radius: 25px;
}

#products {
  background-color: #005c99;
  color: white;
  padding: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.about-us-sect,
.contact-sect {
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 2rem;
}

main {
  padding-top: 3rem;
}
.copy-texts {
  margin-left: 2rem;
}
.preview-banner{
  background-color: #D72638;
  padding: 1rem;
  color: white;
}

.preview-banner > div > iics {
  display: inline-block;
  margin-right: 2rem;
  font-weight: bold;
}

@media (max-width: 600px) {
  .product-shelf {
    display: block;
  }
  .product-obj {
    width: 100%;
  }

  .product-obj > img {
    height: auto;
  }

  .photo-view-overlay {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  .photo-view-overlay-img {
    width: 100%;
    height: 50%;
    margin-top: 2rem;
  }
  .photo-view-overlay-img > img {
    width: 100%;
    height: 150%;
  }
  .product-view-texts {
    margin-top: 2rem;
    width: 100%;
  }

  .contact-now {
    display: none !important;
  }

  #products {
    padding: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contact-sect,
  .about-us-sect {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  nav > a {
    display: none;
  }

  nav {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .showelc-ct2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .about-us-sect {
    display: block;
  }
  .sect-texts {
    max-width: 100% !important;
  }
  .about-us-sect > .sect-img {
    margin-top: 2rem;
    max-width: 100%;
    margin-left: unset;
  }

  .contact-info-list {
    display: block;
  }

  .contact-info-list > * {
    margin-top: 1rem;
  }
  .preview-banner > div > iics {
    margin-left: 0;
  }
  .preview-banner {
    line-height: 1.75rem;
  }
  .nav-main-title {
    text-align: center;
  }
  nav {
    justify-content: center;
  }
}

