@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-LightItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-BlackItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Italic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Italic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-MediumItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Black.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Black.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-BoldItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Light.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Light.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Bold.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Bold.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Medium.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Medium.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Thin.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Thin.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-ThinItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Regular.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Regular.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* using rem unit */
html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f6f7;
}

.header {
  min-height: 9rem;
  background-color: #f5f6f7;
  align-items: center;
}
.header-scroll {
  background-color: white !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.header-brand {
  padding: 1rem;
}
.header-brand img {
  display: block;
}
.header-collapse {
  margin-bottom: 0;
}
.header-menu {
  align-items: center;
  margin-bottom: 0;
  gap: 0.6rem;
}
.header-item {
  vertical-align: baseline;
}
.header-item:first-child .header-link {
  color: #a9161c;
}
.header-item:nth-child(6) .header-link {
  padding: 1.3rem;
}
.header-item:nth-child(6) .header-link i {
  font-size: 1.8rem;
  line-height: 1.2rem;
  display: block;
}
.header-item:nth-child(6) {
  position: relative;
  z-index: 1;
}
.header-item:nth-child(7) .header-link {
  padding: 1rem 21.64px;
}
.header-item:last-child .header-link {
  color: #a9161c;
  padding: 0.8rem 29.285px;
  border: 2px solid #a9161c;
  border-radius: 1rem;
}
.header-item:last-child .header-link:hover {
  background-color: #a9161c;
  color: #f5f6f7;
}
.header-link {
  text-decoration: none;
  color: #2f4858;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  padding: 1rem;
  display: block;
}
.header-link:hover {
  color: #a9161c;
}
.header-divide {
  height: 28px;
  background-color: #c1c9cd;
  border: 2px solid #c1c9cd;
  border-radius: 5px;
}
.header #header-search-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 6.7rem;
  z-index: 20;
}
.header-search {
  width: 40rem;
  height: 5rem;
  border: 1px solid #c1c9cd;
  background-color: #f5f6f7;
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
  border-radius: 1rem;
  z-index: 999;
}
.header-search-icon {
  max-width: 1.8rem;
}
.header-search-icon i {
  font-size: 1.8rem;
  line-height: 1.4rem;
  display: block;
}
.header-search-input {
  width: 100%;
}
.header-search-input input {
  width: 100%;
  border: none;
  background-color: #f5f6f7;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.header-search-input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 1.4rem;
  width: 1.4rem;
  background-image: url("../../vendor/unicons/svg/fi-br-cross.svg ");
  background-size: 100%;
}

.header-tablet-wrapper {
  display: none;
}

.header-tablet {
  min-height: 9rem;
  background-color: #f5f6f7;
  align-items: center;
}
.header-tablet-brand {
  max-width: 200px;
  padding: 1rem;
}
.header-tablet-brand img {
  display: block;
}
.header-tablet-collapse {
  margin-bottom: 0;
}
.header-tablet-menu {
  align-items: center;
  margin-bottom: 0;
  gap: 0.6rem;
}
.header-tablet-item {
  vertical-align: baseline;
}
.header-tablet-item .header-link {
  padding: 1.3rem;
}
.header-tablet-item i {
  font-size: 1.8rem;
  line-height: 1.2rem;
  display: block;
}
.header-tablet-link {
  text-decoration: none;
  color: #2f4858;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  padding: 1rem;
  display: block;
}
.header-tablet-link:hover {
  color: #a9161c;
}

#baner-contain {
  padding: 0;
  margin: 0;
  height: 100%;
}

#baner-col {
  padding-left: 4.2%;
  padding-right: 4.8%;
}

.baner {
  display: flex;
  justify-content: center;
  background-color: #f5f6f7;
}
.baner-wrapper {
  max-width: 1440px;
  overflow: hidden;
}
.baner-contain {
  height: 100%;
  z-index: 1;
}
.baner-row {
  min-height: 75rem;
  width: 100%;
  margin: 0;
}
.baner-col-left {
  display: flex;
  align-items: center;
  position: relative;
}
.baner-col-left::after {
  content: url("../image/Baner/Scan100x100.svg");
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-16px, 60px);
}
.baner-col-right img {
  max-width: 100%;
  top: 0;
  right: 0;
  transform: translate(80px, 122px);
}
.baner-content {
  width: 100%;
  padding: 0 6rem;
}
.baner-heading {
  font-family: "Roboto", sans-serif;
  margin-bottom: 5.6rem;
}
.baner-heading-logo {
  font-size: 5.6rem;
  line-height: 6.4rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
}
.baner-heading-logo img {
  width: 28rem;
}
.baner-heading-slogan {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
  color: #2f4858;
}
.baner-desc {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #2f4858;
  margin-bottom: 5.6rem;
  text-align: justify;
}
.baner-btn {
  gap: 4rem;
}
.baner-btn-logIn, .baner-btn-signUp {
  width: 20rem;
  height: 6rem;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner-btn-logIn {
  color: #1a1a1a;
  background-color: #f5f6f7;
}
.baner-btn-logIn:hover {
  color: #1a1a1a;
  background-color: #ebedef;
}
.baner-btn-signUp {
  background-color: #a9161c;
  color: #f5f6f7;
}
.baner-btn-signUp:hover {
  color: #f5f6f7;
  background-color: #871216;
}

.feature {
  font-family: "Roboto", sans-serif;
  background-color: #2f4858;
}
.feature .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.feature-head {
  margin-bottom: 1rem;
}
.feature-title {
  justify-content: center;
  color: #f5f6f7;
}
.feature-title-items {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 5.4rem;
}
.feature-title-items h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
.feature-title-items p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0;
}
.feature-line {
  row-gap: 4rem;
}
.feature-line .feature-wrapper-card:first-child,
.feature-line .feature-wrapper-card:nth-child(4) {
  justify-content: start;
}
.feature-line .feature-wrapper-card:nth-child(2),
.feature-line .feature-wrapper-card:nth-child(5) {
  justify-content: center;
}
.feature-line .feature-wrapper-card:nth-child(3),
.feature-line .feature-wrapper-card:last-child {
  justify-content: end;
}
.feature-card {
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #f5f6f7;
  border: 10px;
  max-width: 350px;
  max-height: auto;
  padding: 2rem 1rem;
}
.feature-card-icon {
  margin-bottom: 1.6rem;
}
.feature-card-icon i {
  font-size: 7rem;
  display: block;
  line-height: 1rem;
}
.feature-card-tile {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
}
.feature-card-desc {
  font-family: "Roboto", sans-serif;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.feature-card:hover {
  background-color: #f5f6f7;
  color: #2f4858;
  border-radius: 1rem;
  transition: 400ms linear;
}

.usage {
  font-family: "Roboto", sans-serif;
  background-color: #a9161c;
  position: relative;
  justify-content: center;
}
.usage-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.usage-head {
  display: flex;
}
.usage-title-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #f5f6f7;
  padding-top: 1rem;
  padding-bottom: 5.4rem;
}
.usage-title-items h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
.usage-title-items p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0;
}
.usage-video-iframe {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 52rem;
}
.usage-video-iframe iframe {
  width: 68%;
  height: 94%;
  z-index: 10;
}
.usage-base {
  position: absolute;
  width: 100%;
  height: 20rem;
  background-color: #871216;
  bottom: 0;
  z-index: 1;
}
.usage-contain {
  position: relative;
}
.usage-contain::before {
  content: url("../image/Usage/scanDocument.svg");
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: translateY(60px);
}
.usage-contain::after {
  content: url("../image/Usage/scanDocument.svg");
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translateY(404px);
}

.signUpfree {
  height: 80rem;
  margin: auto;
  background-color: #f5f6f7;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.signUpfree-area {
  max-width: 1440px;
  height: 100%;
}
.signUpfree-wrapper {
  gap: 1rem;
  padding: 0px;
  height: 100%;
}
.signUpfree-image {
  align-items: center;
  align-content: center;
}
.signUpfree-image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 2rem 2rem 0;
}
.signUpfree-detail {
  width: 59rem;
  height: 56rem;
  padding: 0 5rem 0 5rem;
  margin: auto;
}
.signUpfree-content {
  flex-direction: column;
  justify-content: center;
}
.signUpfree-title, .signUpfree-desc {
  font-family: "Roboto", sans-serif;
  margin-bottom: 4.8rem;
}
.signUpfree-title {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #a9161c;
}
.signUpfree-desc {
  font-size: 1.8rem;
  color: #2f4858;
  text-align: justify;
}
.signUpfree-button {
  width: 20rem;
  height: 6rem;
  border-radius: 10px;
  border: 1px solid #a9161c;
  background: #f5f6f7;
  line-height: 2.6rem;
  font-weight: 500;
  color: #a9161c;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.signUpfree-button span {
  font-size: 1.8rem;
}
.signUpfree-button i {
  margin-left: 1rem;
  font-size: 2.1rem;
  line-height: 1.8rem;
}
.signUpfree-button:hover {
  background-color: #a9161c;
  color: #f5f6f7;
}

.signUpfree::after {
  content: url("../image/SignUpFree/3lines.svg");
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(440px);
}

#reasonUse-col {
  padding-left: 6rem;
}

.reasonUse {
  background-color: #a9161c;
  color: white;
}
.reasonUse-col {
  padding: 0;
  justify-content: flex-end;
}
.reasonUse-detail {
  max-width: 75rem;
  flex-direction: column;
  padding-top: 80px;
  justify-content: center;
  margin-right: 3rem;
  display: block;
}
.reasonUse-heading {
  font-family: "Roboto", sans-serif;
  padding: 1rem 0;
}
.reasonUse-heading h1 {
  font-size: 3.2rem;
  line-height: 4rem;
}
.reasonUse-line {
  font-family: "Roboto", sans-serif;
  margin-bottom: 3.2rem;
}
.reasonUse-caption {
  font-family: "Roboto", sans-serif;
  padding: 1rem 0;
}
.reasonUse-caption h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 0;
}
.reasonUse-text {
  font-family: "Roboto", sans-serif;
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.reasonUse-text p {
  text-align: justify;
}
.reasonUse-img {
  width: 100%;
}
.reasonUse img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.footer {
  font-family: "Roboto", sans-serif;
  background-color: #1e202f;
  color: #f5f6f7;
  padding: 8rem 0 4rem;
}
.footer-row {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer-col {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer-logo {
  padding-left: 1rem;
}
.footer-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  padding-left: 1.4rem;
}
.footer-items {
  padding: 0 1rem;
}
.footer-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.footer-icon {
  color: #a9161c;
  align-self: stretch;
  padding-top: 0.2rem;
}
.footer-icon i {
  font-size: 1.6rem;
  line-height: 8px;
  display: block;
}
.footer-caption {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #b3b3b3;
}
.footer-caption:hover {
  color: #f5f6f7;
}

.copyRight {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.copyRight-slogan {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
  padding: 1rem;
}
.copyRight-slogan span {
  color: #a9161c;
}
.copyRight-col {
  align-items: center;
  justify-content: end;
}
.copyRight-icons i {
  font-size: 3rem;
  margin-left: 1.2rem;
}
.copyRight-icons i:hover {
  color: #a9161c;
}

.go-top {
  position: fixed;
  bottom: 100px;
  right: 60px;
  padding: 18px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 1000;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #a9161c;
  padding: 0px 11px;
  color: #f5f6f7;
  position: absolute;
  bottom: 10px;
  font-size: 28px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1), -4px -4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1440px) {
  #reasonUse-img {
    max-height: 70rem;
  }
}
@media screen and (max-width: 1200px) {
  #baner-col {
    padding-right: 1.8%;
  }
  .baner {
    position: relative;
    overflow: hidden;
  }
  .baner-row {
    min-height: 70rem;
  }
  .baner-col-left::after {
    transform: translate(-16px, 30px);
  }
  .baner-col-right img {
    position: absolute;
    max-width: 55%;
    right: 1rem;
  }
  .baner-content {
    padding-left: 6rem;
    padding-right: 5rem;
  }
  .feature-line .feature-wrapper-card:first-child,
.feature-line .feature-wrapper-card:nth-child(2) {
    justify-content: center;
  }
  .feature-line .feature-wrapper-card:nth-child(3),
.feature-line .feature-wrapper-card:nth-child(4) {
    justify-content: center;
  }
  .feature-line .feature-wrapper-card:nth-child(5),
.feature-line .feature-wrapper-card:last-child {
    justify-content: center;
  }
  .usage-video-iframe {
    height: 52rem;
  }
  .usage-video-iframe iframe {
    width: 68%;
    height: 85%;
    z-index: 10;
  }
  #reasonUse-col {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .baner-row {
    min-height: 72rem;
  }
  .baner-col-left::after {
    transform: translate(-16px, 24px);
  }
  .baner-col-right {
    min-height: 45rem;
  }
  .baner-col-right img {
    max-width: 55%;
    transform: translate(120px, 140px);
  }
  .baner-content {
    padding-left: 4rem;
    padding-right: 0rem;
  }
  .feature-card {
    max-height: auto;
  }
  .signUpfree {
    height: 75rem;
  }
  .signUpfree::after {
    transform: translateY(510px);
  }
  .usage-video-iframe {
    height: 52rem;
  }
  .usage-video-iframe iframe {
    width: 68%;
    height: 70%;
    z-index: 10;
  }
  .usage-contain::before {
    content: url("../image/Usage/scanDocument_100x100.svg");
    transform: translateY(120px);
  }
  .usage-contain::after {
    content: url("../image/Usage/scanDocument_100x100.svg");
    transform: translateY(436px);
  }
  #reasonUse-col {
    padding-left: 5rem;
  }
  .footer-logo {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .is-show {
    transform: translateX(0) !important;
  }
  .is-show-dropdown {
    display: block;
  }
  .header-desktop {
    display: none;
  }
  .header-tablet {
    position: relative;
  }
  .header-tablet-wrapper {
    display: block;
  }
  .header-tablet .header-dropdown {
    border-radius: 0;
    width: 100%;
    height: 100vh;
    padding: 1rem 4rem;
    background-color: #f5f6f7;
    position: absolute;
    left: 0;
    top: 11rem;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 20;
  }
  .header-tablet .header-dropdown-link:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .header-tablet .header-dropdown-link:last-child a {
    border: 1px solid #a9161c;
    border-radius: 1rem;
    color: #a9161c;
  }
  .header-tablet .header-dropdown-link a {
    color: #1e202f;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 1rem 1rem;
  }
  .header-tablet .header-dropdown-link a:hover {
    color: #f5f6f7;
    border-radius: 1rem;
    background-color: #a9161c;
  }
  #baner-col {
    padding-left: 3%;
    padding-right: 1%;
  }
  .baner-row {
    min-height: 68rem;
  }
  .baner-col-right img {
    transform: translate(110px, 140px);
  }
}
@media screen and (max-width: 820px) {
  .is-show {
    transform: translateX(0) !important;
  }
  .is-show-dropdown {
    display: block;
  }
  .header-desktop {
    display: none;
  }
  .header-tablet {
    position: relative;
  }
  .header-tablet-wrapper {
    display: block;
  }
  .header-tablet .header-dropdown {
    border-radius: 0;
    width: 100%;
    height: 150vh;
    padding: 1rem 4rem;
    background-color: #f5f6f7;
    position: absolute;
    left: 0;
    top: 9rem;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 20;
  }
  .header-tablet .header-dropdown-link:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .header-tablet .header-dropdown-link:first-child a {
    color: #a9161c;
  }
  .header-tablet .header-dropdown-link:nth-child(5), .header-tablet .header-dropdown-link:nth-child(6) {
    position: relative;
  }
  .header-tablet .header-dropdown-link a {
    color: #2f4858;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 1rem 1rem;
    justify-content: space-between;
    position: relative;
  }
  .header-tablet .header-dropdown-link a:hover {
    color: #f5f6f7;
    border-radius: 1rem;
    background-color: #a9161c;
  }
  .header-tablet-dropdownUser {
    margin-top: 1rem;
    border-radius: 1rem;
    width: 100%;
    padding: 1rem;
    background-color: white;
    display: none;
    z-index: 20;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.05), 5px 5px 10px rgba(0, 0, 0, 0.05);
  }
  .header-tablet-dropdownUser-link a {
    color: #1e202f;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 1rem 2rem;
  }
  .header-tablet-dropdownUser-link a:hover {
    color: #f5f6f7;
    border-radius: 5px;
    background-color: #a9161c;
  }
  .header-tablet-dropdownUser-link:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .header-tablet-dropdownUser-link:last-child a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start;
  }
  .header-tablet-dropdownUser-link:last-child i {
    font-family: 1.8rem;
    line-height: 1rem;
    display: block;
  }
  .header-tablet-dropdownAdmin {
    margin-top: 1rem;
    border-radius: 1rem;
    width: 100%;
    padding: 1rem;
    background-color: white;
    display: none;
    z-index: 20;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.05), 5px 5px 10px rgba(0, 0, 0, 0.05);
  }
  .header-tablet-dropdownAdmin-link a {
    color: #1e202f;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 1rem 2rem;
  }
  .header-tablet-dropdownAdmin-link a:hover {
    color: #f5f6f7;
    border-radius: 5px;
    background-color: #a9161c;
  }
  .header-tablet-dropdownAdmin-link:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  #baner-col-left {
    width: 100%;
  }
  #baner-col-right {
    width: 100%;
  }
  .baner-row {
    flex-direction: column-reverse;
  }
  .baner-col-left::after {
    transform: translate(-16px, -400px);
  }
  .baner-col-right img {
    min-width: 60%;
    transform: translate(50px, 50px);
  }
  .baner-content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 5rem;
  }
  .baner-btn {
    justify-content: space-between;
  }
  .baner-btn-logIn {
    width: 35rem;
  }
  .baner-btn-signUp {
    width: 35rem;
  }
  .usage-video-iframe {
    height: 40rem;
  }
  .usage-video-iframe iframe {
    width: 68%;
    height: 68%;
    z-index: 10;
  }
  .usage-contain::before {
    content: url("../image/Usage/scanDocument_100x100.svg");
    transform: translateY(130px);
  }
  .usage-contain::after {
    transform: translateY(316px);
  }
  .signUpfree {
    height: 900px;
  }
  .signUpfree-wrapper {
    flex-direction: column;
    padding-top: 60px;
  }
  .signUpfree-image {
    padding-left: 5rem;
    padding-right: 5rem;
    flex-direction: column;
  }
  .signUpfree-image img {
    -o-object-fit: fill;
       object-fit: fill;
    border-radius: 0;
  }
  .signUpfree-detail {
    margin: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .signUpfree::after {
    transform: translate(40px, 603px);
  }
  #reasonUse-col {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .baner-row {
    flex-direction: column-reverse;
  }
  .baner-col-right img {
    min-width: 70%;
    transform: translate(70px, 50px);
  }
  .usage-video-iframe {
    height: 40rem;
  }
  .usage-video-iframe iframe {
    width: 80%;
    height: 80%;
    z-index: 10;
  }
  .usage-contain::before {
    content: none;
  }
  .usage-contain::after {
    transform: translateY(180px);
  }
  #reasonUse-img,
#reasonUse-col {
    width: 100%;
  }
  .reasonUse-row {
    flex-direction: column-reverse;
  }
  .reasonUse img {
    height: 70rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 576px) {
  .baner-col-left::after {
    transform: translate(-16px, -420px);
  }
  .baner-col-right img {
    max-width: 70%;
    transform: translate(70px, 80px);
  }
  .baner-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
  .feature-title-items {
    text-align: left;
  }
  .usage-video-iframe {
    height: 36rem;
  }
  .usage-video-iframe iframe {
    width: 90%;
    height: 74%;
  }
  .reasonUse img {
    height: 50rem;
  }
}
@media screen and (max-width: 428px) {
  .baner-col-left::after {
    transform: translate(-16px, -420px);
  }
  .baner-col-right img {
    max-width: 90%;
    transform: translate(70px, 130px);
  }
  .baner-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
  }
  .usage-video-iframe {
    height: 30rem;
  }
  .usage-video-iframe iframe {
    width: 90%;
    height: 72%;
  }
  .signUpfree {
    height: 718px;
  }
  .signUpfree-wrapper {
    padding-top: 60px;
  }
  .signUpfree-image {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .signUpfree-detail {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .signUpfree::after {
    transform: translate(10px, 530px);
  }
  .reasonUse img {
    height: 50rem;
  }
  .footer-logo {
    padding-left: 10px;
  }
}/*# sourceMappingURL=style.css.map */