/**
*
* Generic Styles
*/


ul {
  list-style: none;
  text-align: left;
  padding-inline-start: 0;
  margin-block-start: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #123f67;
}

li {
  line-height: 1.5;
}

/**
*
* End Generic Styles
*/


.one-color-ergokarta {
  position: relative;
  width: 252px;
  height: 66.51px;
}

#title{
    position: relative;
    left: 0;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    /* font-size: 72px; */
    letter-spacing: 0;
    /* line-height: 79.2px; */
    font-size: calc(2vw + 2vh + 0.2vmin);  /* Responsive font size based on viewport width */
    line-height: 1.2; /* Relative line height */
}

#title-two{
  position: relative;
  left: 0;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #fff;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 79.2px;
}

#subtitle {
    position: relative;
    left: 0;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    /* font-size: 36px; */
    letter-spacing: 0;
    /* line-height: 49.7px; */
    font-size: calc(0.5vw + 2vh + 0.2vmin);
    line-height: 1.2em;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* header {
  display: flex;
    width: 100%;
    align-items: center;
    gap: 48px;
    padding: 16px 80px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #123f67;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--coolgray-20);
} */

.two-div-section, .four-div-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
}

 .box {
  /* background: #f4f4f4; */
  padding: 2rem;
  /* text-align: center; */
}

footer {
  background: #333;
  color: #333;
  text-align: center;
  padding: 1rem 0;
}

.footer .col {
  display: flex;
  width: 100%;
}

.certifications {
  display: flex;
  margin-left: 20px;
  gap: 20px;
}

.quick-links {
  display: flex;
  justify-content: flex-end;
}

.footer-iso {
  /* flex: 0 0 calc((65 / 100)* 20%);
  width: calc(100vw - 25%); */
  text-align: center;
}

.footer-iso img {
  max-width: 70px;
  display: block;
  margin: 0 auto;
}

.footer-iso p {
  font-size: .75em;
  text-align: center***;
}

.two-div-section-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 1rem;
  padding: 2rem; */
  gap: 2rem;
  padding: 5rem;
  background-color: #123f67;
}

/* .text-wrapper-prim {
  position: relative;
  top: -1px;
  left: 0;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 32.3px;
  letter-spacing: 0;
  line-height: 44.6px;
} */

.text-wrapper-sec {
  /* position: relative; */
  display: flex;
  align-items: flex-start;
  width: 509px;
  top: 44px;
  left: 0;
  font-family: "Roboto-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 26.9px;
  letter-spacing: 0;
  line-height: 1.5em;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  /* border: 1px solid #ccc; */
  align-items: flex-start;
  gap: 27px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.image {
  /* flex: 1; */
  max-width: 50%;
}

/* .image img {
  width: 100%;
  height: auto;
  display: block;
} */

.content {
  flex: 1;
  max-width: 50%;
  padding: 0 20px;
}

.text-wrapper-prim {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 32.3px;
  letter-spacing: 0;
  line-height: 44.6px;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  background-color: #f7f7f7;
}

.top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* justify-content: center; */
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.one-color-dark {
  position: relative;
  width: 166px;
  height: 43.81px;
  object-fit: cover;
}

.rectangle {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 2px;
  background-color: #38598b;
}

.bottom {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  /* justify-content: center; */
}

.menu {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.menu-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
  position: relative;
  flex: 0 0 auto;
}

.menu-item-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--other-menu-m-font-family);
  font-weight: var(--other-menu-m-font-weight);
  color: #000000;
  font-size: var(--other-menu-m-font-size);
  letter-spacing: var(--other-menu-m-letter-spacing);
  line-height: var(--other-menu-m-line-height);
  white-space: nowrap;
  font-style: var(--other-menu-m-font-style);
}

.text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-s-font-family);
  font-weight: var(--body-s-font-weight);
  color: #000000;
  font-size: var(--body-s-font-size);
  letter-spacing: var(--body-s-letter-spacing);
  line-height: var(--body-s-line-height);
  white-space: nowrap;
  font-style: var(--body-s-font-style);
}

.four-div-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  max-width: 80%;
}

.four-div-section-container, h1, p {
  text-align: center;
}

/* .four-div-section-container, h2, p {
  text-align: center;
} */

.line {
  width: 60%;
  height: 2px;
  background: #38598b;
  margin: 20px auto;
}

.flex-container {
  display: flex;
  flex-direction: wrap;
}

.flex-item {
  flex: 1;
}

.flex-item, img {
  max-width: 100%;
  height: auto;
}

.overlap-group-2 {
  position: relative;
  width: 1086px;
  height: 830px;
  top: -7px;
  /* left: 10%; */
}

.mockup-ergokarta {
  width: 80%;
    height: 100%;
    top: 20%;
    left: 50%;
    object-fit: cover;
    padding-top: 30%;
}
 .phone {
  width: 100%;
  height: 160%;
  top: -7px;
  left: 0;
  object-fit: cover;
} 

/* .mockup-ergokarta {
  position: absolute;
    width: 60%;
    height: 80%;
    top: 0;
  left: 0;
    object-fit: cover;
} */

/* .phone {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
} */

/* .ellipse {
  width: 358px;
  height: 27px;
  top: 794px;
  left: 240px;
  border-radius: 178.88px/13.37px;
  position: absolute;
  background-color: #0202021a;
  filter: blur(16px);
} */

.ellipse {
    /* position: absolute; */
    bottom: -10px;
    left: 50%;
    /* transform: translateX(-50%); */
    /* width: 40px; */
    height: 20px;
    background-color: #ccc;
    border-radius: 178.88px / 13.37px;
    filter: blur(16px);
}


/* .ellipse-2 {
  width: 212px;
  height: 15px;
  top: 780px;
  left: 672px;
  border-radius: 106.06px/7.34px;
  position: absolute;
  background-color: #0202021a;
  filter: blur(16px);
} */

.line-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-title-content {
  flex: 1;
  text-align: center;
}
.title-line {
  flex: 1;
  border-top: 2px solid #38598b;
}

.line-title {
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #123f67;
    letter-spacing: 0;
    white-space: nowrap;
    font-size: calc(2vw + 2vh + 0.2vmin); /* Responsive font size based on viewport width */
    line-height: 0.5; /* Relative line height */
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#123f67;
  color: white;
  padding: 10px 20px;
}

.logo {
  font-weight: bold;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  margin-right: 20px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav a {
  color: white;
  text-decoration: none;
}

.left, .right {
  flex: 1;
}

.left {
  text-align: left;
  font-weight: bold;
}

.right {
  text-align: right;
  font-weight: 500;
}

/* .flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  flex-basis: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.flex-item img {
  margin-right: 20px;
}

.text {
  text-align: left;
} */

.benefits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-container, .item {
  display: flex;
  width: 80%;
  margin-bottom: 20px;
}

.benefits-container, img {
  max-width: 100%;
  margin-right: 20px;
}

.benefits-container, .text {
  /* width: 100%; */
  align-items: flex-start;
  top: 44px;
  left: 0;
  font-family: "Roboto-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: calc(0.5vw + 1vh + 0.2vmin);
  line-height: 1em;
  letter-spacing: 0;
}

.benefits-container, .text h2 {
  /* font-size: 24px; */
  margin: 0;
}

.benefits-container, .text p {
margin-left: auto;
text-align: left;

}

.benefits-left-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.benefits-left-container, .centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20%;
}

.benefits-left-container, img {
  max-width: 100%;
}

.left-div {
  flex: 1;
  display: flex;
  align-items: flex-start;
  width: 100%;
  top: 44px;
  left: 0;
  font-family: "Roboto-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: calc(2vw + 2vh + 0.2vmin);
  letter-spacing: 0;
  line-height: 1.5em;
}

.ergokarta-logo-white-bg {
  /* width: 100%; */
}

/* @media (max-width: 768px) {
  .benefits-container {
      flex-direction: column;
  }

  .benefit-img, .text {
      flex: initial;
      width: 100%;
  }
} */

@media(max-width: 992px) {
  .footer .top {
    flex-direction: column;
  }

  .certifications {
    margin-left: 0;
  }

  .footer .bottom {
    flex-direction: column;
    align-items: center;
  }

  .quick-links li {
    text-align: center;
  }
}

 @media (min-width: 768px) {
    .two-div-section-two {
      flex-direction: row;
    }
    #box-left, #box-right {
      width: 50%;
    }
    .box {
      flex: 1;
      /* background: #f4f4f4; */
      padding: 2rem;
      /* text-align: center; */
  }
  }
  @media (max-width: 768px) {

    .benefits-container, .text {
      width: 100%;
      
    }
    .box {
      /* flex: 1; */
      /* background: #f4f4f4; */
      padding: 2rem;
      /* text-align: center; */
    }
  }

.images-flex-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30%;
}

.image-wrapper {
  flex: 1;
  margin: 5px;
  display: inline-block;
}

.image-wrapper-2 {
  flex: 1;
  margin: 5px;
  display: inline-block;
}

/* img {
  max-width: 100%;
  height: auto;
} */