@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo/Exo-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Exo-bold";
  src: url("../fonts/Exo/Exo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Ultra-Light";
  src: url("../fonts/Montserrat/Montserrat-UltraLight.otf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat/Montserrat-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.btn-primary {
  font-family: "Montserrat-Light", Roboto, Arial, Verdana, sans-serif;
}
body {
  background-color: #EDFDFF;
  font-family: "Montserrat-Ultra-Light", Roboto, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo-Bold", Roboto, Arial, Verdana, sans-serif;
}
p {
  font-family: "Montserrat-Ultra-Light", Roboto, Arial, Verdana, sans-serif;
  font-size: 16px;
  color: black;
  font-weight: 100;
}
b {
  font-family: "Montserrat-Light", Roboto, Arial, Verdana, sans-serif;
}
.navbar {
  background-color: white;
}
.navbar-text {
  color: gray;
  padding-top: 10px;
}
@media screen and (max-width: 920px) {
  .navbar-text {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 860px) {
  .navbar-text {
    display: none;
  }
}
.navbar-brand img {
  padding-left: 15px;
  height: 40px;
}
.navbar-nav .nav-link {
  color: black;
  font-weight: 900;
  height: max-content;
}
.pink-button {
  background-color: #e6007e;
  color: #ffffff !important;
  border: none;
  padding-top: 13px;
  align-self: center;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.pink-button:hover {
  background-color: #b30062;
}
@media screen and (max-width: 768px) {
  .pink-button {
    background-color: white;
    color: black !important;
  }
  .pink-button:hover {
    background-color: white;
  }
}
.custom-navbar {
  border-bottom: 2px solid #4a4a4a;
}
.container-navbar {
  padding-left: calc((100vw - 1500px) / 2);
  /* Adjust for larger screens */
  padding-right: calc((100vw - 1500px) / 2);
}
@media screen and (max-width: 1500px) {
  .container-navbar {
    padding-left: 20px;
    /* Default padding for smaller screens */
    padding-right: 20px;
  }
}
.white-background {
  background-color: #ffffff;
}
#services-boxes {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  #services-boxes {
    width: 100%;
    margin-left: 0;
    /* Start from the most left */
  }
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  #services {
    width: 100%;
    margin: 0;
    /* Start from the most left */
    align-items: center;
    max-width: calc(100% - 5px);
    /* Adjust the width to fit the screen */
  }
}
.second-menu-button {
  background-color: transparent;
  color: #ffffff !important;
  align-self: center;
  border-color: white;
  border-width: 2px;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .second-menu-button {
    max-width: 70%;
  }
}
#buy-button {
  background-color: #e6007e;
  color: #ffffff !important;
  border-color: #800046;
}
#buy-button:hover {
  border-color: #ffffff;
}
.card-headline {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .emoji-icon {
    display: none !important;
  }
}
#rent-button {
  background-color: #FFED00;
  color: #000000 !important;
  border-color: #998e00;
}
#rent-button:hover {
  border-color: #ffffff;
}
#service-button {
  background-color: #009FE3;
  color: #ffffff !important;
  border-color: #00587d;
}
#service-button:hover {
  border-color: #ffffff;
}
#buy-button2 {
  background-color: #e6007e;
  color: #ffffff !important;
  border-color: #b30062;
  border-width: 3px;
}
#buy-button2:hover {
  border-color: #ffffff;
}
#rent-button2 {
  background-color: #FFED00;
  color: #000000 !important;
  border-color: #ccbe00;
  border-width: 3px;
}
#rent-button2:hover {
  border-color: black;
}
#service-button2 {
  background-color: #009FE3;
  color: #ffffff !important;
  border-color: #007bb0;
  border-width: 3px;
}
#service-button2:hover {
  border-color: #ffffff;
}
#buttons {
  background-color: #00938C;
}
.image-card {
  position: relative;
  max-width: 50%;
  /* adjust as needed */
  margin: 2rem auto;
  z-index: 1;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .image-card {
    max-width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .image-card {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .image-card {
    max-width: 100%;
  }
}
.image-card canvas {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.image-wrapper {
  position: relative;
}
.image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* Cover bottom half */
  background: #00938C;
  z-index: 0;
}
#plotter-img {
  position: relative;
  max-width: 50%;
  z-index: 1;
  padding-bottom: 30px;
}
.yellow-text {
  color: #FFED00;
}
#contact {
  background-color: #005855;
  border-radius: 35px;
}
.navbuttons {
  height: 50px;
  font-weight: 700;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Exo-Bold", Roboto, Arial, Verdana, sans-serif !important;
}
.no-padding {
  padding: 0;
}
#h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #h1 {
    font-size: 2rem;
  }
}
h2,
h3,
h1 {
  font-weight: 600;
  color: #e6007e;
}
.square-column {
  color: black;
  background-color: #ffffff;
  margin-top: 20px;
  border: 1px solid black;
  margin: 10px;
  padding: 40px;
  height: 400px;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}
.square-column:hover {
  box-shadow: #4a4a4a 0px 0px 10px 0px;
}
.img-detail-left {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .img-detail-left {
    display: none !important;
  }
}
.img-detail-right {
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .img-detail-right {
    display: none !important;
  }
}
#send-button {
  width: 70%;
  background-color: #009FE3;
  color: #ffffff !important;
  border-color: #007bb0;
  border-width: 3px;
}
#send-button:hover {
  border-color: black;
}
#contact-img {
  width: 50%;
  max-width: 200px;
  border-radius: 50%;
}
.service-detail-img {
  width: 400px;
}
.text-detail-left {
  background-color: #EDFDFF;
  padding: 30px;
  border-radius: 30px;
}
.text-detail-right {
  background-color: #EDFDFF;
  padding: 30px;
  border-radius: 30px;
}
.check {
  color: #e6007e;
  font-size: 20px;
  font-weight: 900;
}
#footer {
  background-color: #005855;
  text-align: center;
  color: black;
  font-size: 14px;
  position: relative;
  bottom: 0;
  width: 100%;
}
#footer-copyright {
  background-color: #9AD8D8;
}
.footer-text {
  color: #ffffff;
}
#footer-headline-contact {
  color: #109ef6 !important;
}
#footer-headline-operating-hours {
  color: #FFF466 !important;
}
#footer-headline-our-services {
  color: #e6007e !important;
}
