html {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

p,
div,
a {
  word-break: break-word;
}

body {
  margin: 0 auto;
}

footer > div:first-child {
  border-top: 1px solid rgb(0 0 0 / 0.1);
  padding: 1rem 0;
}

.container {
  width: min(100%, calc(60ch + 4rem));
  margin-top: 5vh;
  margin-bottom: 5vh;
}

div > span {
  font-size: 0.8rem;

  color: rgb(117 101 47);
}

.gap-4 > a + a {
  margin-left: 1rem;
}

.font-medium {
  font-weight: 600;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.w-full {
  width: 100%;
}
.h-112 {
  height: 28rem;
}
.fit-cover {
  object-fit: cover;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.image-container {
  display: flex;
}

.image-container img {
  width: 50%;
  height: auto;
  margin-right: 10px;
}
/* Changes dex */

.section__box.monheim-video .laptop {
  position: relative;
  text-align: center;
}

.section__box.monheim-video .screen {
  position: absolute;
  top: 14px;
  left: 23%;
  width: 54.5%;
  height: 80.5%;
  overflow: hidden;
}

.section__box.monheim-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.section__box.monheim-video img {
  max-width: 70%;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .section__box.monheim-video img {
  max-width: 100%;

}
.section__box.monheim-video .screen{
  left: 11%;
  width: 78.5%;
  top: 9px;
}
}
.trusted.horizontal {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.trusted.horizontal a img {
    max-width: 55%;
}
.laptop-box {
    text-align: center;
}
.laptop-box .section__box h2.section__title {
    font-size: 20px;
    line-height: 1;
}

/* Popup CSS */
.popup-shade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.popup-shade .info-pop form .item div#signature {
    width: 200px;
    height: 150px;
    border: 2px solid #a99955;
}

.popup-shade .info-pop {
  width: 49%;
  margin: 0 auto;
  border: 2px solid #a99955;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}

.popup-shade .info-pop form .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 3px 0;
}

.popup-shade .info-pop form .item label {
  font-size: 20px;
  padding-left: 0;
  padding-bottom: 25px;
  line-height: 150%;
  display: flex;
  align-items: center;
}

.popup-shade .info-pop form .item ul {
  padding: 0;
  margin: 0;
}

.popup-shade .info-pop form .item ul li {
  list-style: none;
  padding: 6px 30px;
}
.popup-shade .info-pop form .item li input[type="text"] {
  width: 100%;
}
.popup-shade .info-pop form .item ul li:first-child {
  border-bottom: 0;
}

.popup-shade .info-pop form .item input[type="text"] {
  width: 50%;
  padding: 9px;
}

.popup-shade .info-pop form .item .input-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.popup-shade .info-pop form .item .input-group .item {
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.popup-shade .info-pop form .item .input-group .item label {
  padding: 0;
}

.popup-shade .info-pop form .item .input-group .item input {
  width: 40px;
  height: 25px;
  accent-color: #a99955;
  cursor: pointer;
}

.submit {
  padding: 6px 60px;
  font-size: 19px;
  border: none;
  background: #a99955;
  color: #fff;
  text-transform: uppercase;
  float: right;
  margin: 30px 0 0 0;
  cursor: pointer;
}

.popup-shade.second-pop {
  display: none;
}

.popup-shade .message p {
  margin: 0px 0 30px 0;
  padding: 0;
  font-family: 'SofiaPro', Arial, Verdana, sans-serif;
  font-size: 21px;
  line-height: 40px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #00000061;
}

button.submit {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background-color: #5ebadc;
  color: #fff;
  margin-top: 17px;
  display: block;
  max-width: 100%;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  min-width: 290px;
  background: #a99955;
  border-radius: 40px;
  padding: 20px 0;
}

.popup-shade .info-pop form .item label.error {
  font-size: 12px;
  position: absolute;
  color: red;
  white-space: nowrap;
  bottom: -11px;
  right: 0;
  height: fit-content !important;
  padding: 0;
}

.popup-shade .info-pop form .item .input-group .item {
  position: relative;
}

.popup-shade .info-pop form .item {
  position: relative;
  margin: 9px 0;
}

.popup-shade .info-pop form .item .input-group .item label#bussiness_name-error {
  bottom: -20px;
  height: fit-content;
}

.popup-shade .info-pop form .item  input.error {
  border-color: red;
}

.popup-shade .info-pop form .item input {
  box-shadow: none;
  border: 2px solid #a99955
}

.popup-shade .info-pop {
    overflow-y: auto;
    height: 90%;
    padding: 40px 35px;
    display: grid;
}

.popup-shade .info-pop form .item label {
    padding-bottom: 0 !important;
}

.popup-shade .info-pop form .item {
    margin: 20px 0px !important;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
  .popup-shade .info-pop form .item ul {
      width: 100%;
      padding: 10px 0;
  }

  .popup-shade .info-pop form .item .input-group .item input {
      width: 38px !important;
  }

  .popup-shade .info-pop {
      width: 94%;
  }

  .popup-shade .info-pop {
      padding: 30px 20px 100px 20px;
      height: 90%;
      overflow-y: scroll;
  }

  .popup-shade .info-pop form .item .input-group .item {
      width: 50%;
      flex-direction: row;
      justify-content: center;
  }

  .popup-shade .info-pop form .item {
      flex-direction: column;
      justify-content: start;
      align-items: self-start;
  }

  .popup-shade .info-pop form .item input {
      width: 100% !important;
      box-sizing: border-box;
  }

  .popup-shade .info-pop form .item .input-group {
      justify-content: space-between;
      width: 100%;
  }

  .popup-shade {
      height: 100%;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .popup-shade .info-pop {
      width: 90%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .popup-shade .info-pop {
      width: 80%;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    height: 100vh; 
}

.button-container::before {
    content: ""; 
    flex: 1 1 auto;
}
