* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  /* color: #3b5bdb; */
  color: #ebeffb;
  /* background-color: #d8def8; */
  background-color: #fff;
}

strong {
  font-weight: 500;
}

header {
  height: 100vh;

  background-image: linear-gradient(
      rgba(34, 34, 34, 0.6),
      rgba(34, 34, 34, 0.6)
    ),
    url(/images/ho-03.png);

  background-size: cover;
  background-position: top;
  /* position: relative; */

  /* color: rgba(6, 9, 22, 0.603); */

  /* clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%); */

  margin-bottom: 4.8rem;
}

/* ************* */
/* HEADER        */
/* LOGO AND TEXT */
/* ************* */

.header-logo-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  /* padding: 4rem; */
}
.logo-company {
  width: 7rem;
}

.logo-text {
  /* color: #3b5bdb; */
  color: #ebeffb;
  /* color: #fff; */
  font-size: 3rem;
  font-weight: 500;
}

/* ****************** */
/* NAVIGATION */
/* ****************** */

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  /* color: #3b5bdb; */
  color: #ebeffb;
  font-weight: 400;
  font-size: 1.6rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  /* color: #1c5f29; */
  color: #233783;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  /* background-color: #2f9e44; */
  background-color: #3b5bdb;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #0d3961;
}

/* ******* */
/* BUTTONS */
/* ******* */
/* BUTTONS */
.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;

  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.btn--full:link,
.btn--full:visited {
  background-color: #3b5bdb;
  color: #fff;
}

.btn--full:hover,
.btn--full:active {
  /* background-color: #1c5f29; */
  background-color: #0d3961;
}

.btn--outline:link,
.btn--outline:visited {
  background-color: #ebeffb;
  color: #121b42;
}

.btn--outline:hover,
.btn--outline:active {
  background-color: #fff;

  /* border: 3px solid #fff; */

  /* Trick to add border inside */
  box-shadow: inset 0 0 0 3px #3552c5;
}

.btn--form {
  background-color: #45260a;
  color: #fdf2e9;
  align-self: end;
  padding: 1.2rem;
}

.btn--form:hover {
  background-color: #fff;
  color: #555;
}

.link:link,
.link:visited {
  display: inline-block;
  color: #e67e22;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.link:hover,
.link:active {
  color: #cf711f;
  border-bottom: 1px solid transparent;
}

/* ********* */
/* HERO LEFT */
/* ********* */
.hero-left {
  background-color: rgba(6, 9, 22, 0.4);
  box-shadow: 0 2.4rem 4.8rem rgb(255, 255, 255, 0.6);

  padding: 4rem;
  border-radius: 10px;
}

.hero-main-text {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;

  /*   
  background-color: rgba(6, 9, 22, 0.4);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2.4rem 4.8rem rgb(255, 255, 255, 0.6); */
}

.hero-sub-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  /* background-color: rgba(6, 9, 22, 0.4); */
  /* background-color: #3552c5; */

  /* padding: 2rem; */
  border-radius: 10px;
  /* box-shadow: 10px 10px rgba(34, 34, 34, 0.08); */
  /* box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.075); */
  /* color: rgba(235, 239, 251, 0.512); */
  /* box-shadow: 0 2.4rem 4.8rem rgb(255, 255, 255, 0.6); */
}

/* HERO RIGHT */
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;

  /* ************************ */
  background-color: rgba(6, 9, 22, 0.4);
  box-shadow: 0 2.4rem 4.8rem rgb(255, 255, 255, 0.6);

  padding: 4rem;
  border-radius: 10px;
}

.imp-rem {
  padding: 5px 0;
  border-radius: 10px;
}

.rem-titles {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}

.rem-link {
  /* background-color: rgba(235, 239, 251, 0.2); */
  /* background-color: rgba(6, 9, 22, 0.4); */
  font-size: 1.6rem;
  line-height: 1.5;
  /* margin-left: 2rem; */
  /* padding: 2rem 3rem; */
  /* border-radius: 10px; */
  /* box-shadow: 0 2.4rem 4.8rem rgb(255, 255, 255, 0.4); */
}

.events-holidays {
  margin-left: 2rem;
  padding: 5px;
  background-color: yellow;
  border-radius: 10px;
  color: red;
  /* text-decoration: none; */
}

.events-ho-text {
  padding: 5px;
  background-color: yellow;
  border-radius: 10px;
  color: red;
}

.done {
  color: #9daded;
}

.ho-event {
  display: inline-block;
  background-color: yellow;
  /* color: #121b42; */
  color: red;
  padding: 0 1rem;
  border-radius: 5px;
  font-size: 1.4rem;
}

.done-event {
  color: #1766af;
  font-style: italic;
}

/* ********** */
/* ESSENTIALS */
/* ********** */
.comp-essentials {
  /* background-color: red; */
  /* background-color: #c4cef4; */
  background-color: #d8def8;
  padding: 3.6rem;
  border-radius: 10px;
}

.comp-essential-text {
  color: #3b5bdb;
  /* color: #121b42; */
  font-size: 3rem;
  font-weight: 600;
  /* padding: 6rem; */
  padding-top: 6rem;
  /* padding-left: 6rem; */
  padding-bottom: 3rem;
  /* padding-bottom: 3.6rem; */
  /* margin-left: 9.6rem; */
}

.comp-essential-subtext {
  /* color: #121b42; */
  color: #3b5bdb;
  font-size: 2rem;
  font-weight: 500;

  /* padding-left: 6rem; */
  padding-bottom: 3rem;
  /* margin-left: 9.6rem; */
}

.ups-external {
  margin-bottom: 4.6rem;

  /* background-color: green;
  padding: 3.6rem;
  color: #3b5bdb; */
}

.essentials {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}

.img-subtext {
  display: flex;
  align-items: center;
  gap: 9.6rem;
}

.ups-icon {
  height: 2rem;
  margin-right: 1.2rem;
}

.ups-icon img {
  display: block;
  width: 50%;
  transition: all 0.4s;
}

.ups {
  /* background-color: #ebeffb; */
  padding: 4rem;
  border-radius: 10px;
  margin-bottom: 4.6rem;
  color: #3b5bdb;
}

.ups-text {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}

.ups-subtext {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 3.6rem;
  /* background-color: #c4cef4; */
}

.ups-img {
  height: 300px;
  padding: 3.6rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}

.ups-img:hover {
  /* transform: translateY(-1.2rem); */
  /* box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.3); */

  transform: scale(1.1);
}

.specs-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.specs-text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
}

.inst-video {
  margin-left: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}

.initialization-title {
  padding: 4rem 0;
  margin-left: 1rem;
  /* align-items: center; */
}

/* ******** */
/* PRINTERS */
/* ******** */

.printers {
  /* justify-content: center; */
}

.printer-box {
  background-color: #fff;
  height: 40rem;
  width: 100%;
  /* align-items: center; */
  /* justify-content: center; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  background-size: cover;
  overflow: hidden;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

.printer-box:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 4.8rem rgba(0, 0, 0, 0.2);
}

.inst-icon {
  /* padding: 1rem; */
  margin-left: 4rem;
  width: 4rem;
}

.printer-installation {
  /* background-color: #c4cef4; */
  color: #3b5bdb;
  height: 40rem;
  width: 100%;
  /* align-items: center; */
  /* justify-content: center; */
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
  border-radius: 10px;
  /* 
  background-size: cover;
  overflow: hidden;
  */
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.2); */
  /* transition: all 0.4s; */
  border-top: solid;
  border: solid;
}

.initialization-title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}

.ini-button {
  margin-left: 4rem;
  margin-bottom: 2rem;
}

.epson-img {
  width: 100%;
}

.printer-specs-text {
  padding: 3.4rem 0 3.4rem 5rem;
  margin-left: 4rem;
  /* margin-left: 4rem; */
  font-size: 1.8rem;
}

.install-video {
  font-size: 1.8rem;
  /* padding: 0 4rem; */
}

/* ***** */
/* TABLE */
/* ****** */

table {
  /* width: 50%; */
  /* margin-top: 2.4rem; */
  font-size: 1.4rem;
  /* border-collapse: collapse; */
}

th,
td {
  padding: 1.6rem;
  text-align: left;
}

thead tr {
  background-color: #0d3961;
  color: #fff;
}
/* 
thead th {
  width: 25%;
} */

thead th {
  width: 25%;
}

tbody tr:nth-child(odd) {
  background-color: #fff;
}

tbody tr:nth-child(even) {
  /* background-color: #75aada; */
  background-color: #c4cef4;
  /* color: #fff; */
}

.request {
  /* background-color: #c4cef4; */
  background-color: #d8def8;
  /* background-color: #fff; */
  padding: 3.6rem;
  color: #3b5bdb;
}
.table-id-request {
  /* background-color: #ebeffb; */
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  border-radius: 10px;
}

.icons {
  stroke: #1971c2;
  stroke-width: 10%;
  width: 2rem;
  height: 2rem;
}

.table-title {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.table-text {
  color: #3b5bdb;
  font-size: 2rem;
  font-weight: 500;
  /* background-color: red; */
}

.table {
  color: #3b5bdb;
}

.request {
  margin-bottom: 3.6rem;
}

.done-id {
  background-color: greenyellow !important;
}
/* 
.repairs {
  margin-bottom: 3.6rem;
} */

/*
.id-received {
  background-color: #ebeffb;
  padding: 2rem;
  width: 100%;
  margin-bottom: 5.2rem;
  align-items: flex-start;
}


.service-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
*/

/* **************** */
/* DOWNLOAD Section */
/* **************** */
.downloads {
  background-color: #1766af;
  padding: 2rem;

  /* border-radius: 10px; */
  /*
   border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 45rem;
  padding: 2.4rem;
  margin-bottom: 4.6rem;
  */
}

.dload-main-text {
  font-size: 2.4rem;
  color: #ebeffb;
  margin-left: 4rem;
  padding: 4rem 5rem;
  /* padding-left: 4rem; */
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.dload-box {
  background-color: #e7f5ff;
  color: #3b5bdb;
  /* padding: 2rem; */
  border-radius: 10px;
  height: 30rem;
  width: 100%;
  justify-items: center;
}

.dload-text {
  font-size: 1.4rem;
  /* font-style: italic; */
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1rem;
}

.dload-icon-down {
  margin-left: 1rem;
  width: 1.6rem;
}

.dload-icon-right {
  margin-left: 1rem;
  width: 1.8rem;
}

.bmq-dload-logo {
  /* padding: 4rem 0 4rem 4rem; */
  width: 25%;
  /* padding-top: 2rem; */
  margin-left: 12rem;
  margin-bottom: 1.8rem;
  /* padding-left: 2rem; */
}

.sss-logo {
  width: 50%;
}

.bir-logo {
  width: 50%;
}

.it-dept-logo {
  margin-left: 12rem;
  width: 30%;
}

.bir-dload-text {
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.5;
  font-weight: 400;
}

.id-request-header {
  display: flex;
  align-items: center;
  padding: 4rem 4rem 2rem 4rem;
}

.id-req-title {
  /* padding: 0 1rem; */
  /* margin-bottom: 2rem; */
  font-size: 2rem;
}

.id-dload-text {
  display: flex;
  align-items: center;
}

.download-apps {
  background-color: #1766af;
  padding: 2.4rem;
  /* margin-bottom: 4.6rem; */
  margin-bottom: 9.6rem;

  /* background-color: #fff; */
}

.download-text {
  font-size: 2.4rem;
  padding: 1rem;
  margin-bottom: 2.4rem;
  color: #fff;
}

.download-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.download-textbox {
  background-color: #e7f5ff;
  border-radius: 10px;
  height: 30rem;
}

.download-title {
  padding: 2rem;
}

.download-icons {
  width: 2rem;
}

.download-bir {
  background-color: blue;
  /* height: 25rem; */
}

.sss-logo {
  width: 18rem;
  /* align-self: center; */
  margin-left: 10rem;
}

.bir-logo {
  width: 12rem;
  /* align-self: center; */
  margin-top: 2rem;
  margin-left: 12rem;
  margin-bottom: 2rem;
}

.philhealth-logo {
  height: 12rem;
  /* align-self: center; */
  margin-top: 2rem;
  margin-left: 8rem;
  margin-bottom: 2rem;
}

.download-philhealth {
  background-color: purple;
  /* height: 25rem; */
}

.download-text2 {
  font-size: 1.8rem;
}

.download-files {
  margin-left: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  margin-top: 1.6rem;
}
/******** */
/* events */
/* ****** */
/* 
.events {
  height: 80vh;
  background-color: #0d3961;
  border-radius: 10px;
} */

/* ****** */
/* FOOTER */
/* ****** */

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3.6rem 9.6rem;
  background-color: #ebeffb;
  color: #1e2e6e;
  /* align-items: center; */
  justify-content: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

  /* border-radius: 10px; */
  border-top: solid;
  /* border-bottom: solid; */
  /* margin-left: 20rem; */
}

.logo-col {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
}

.footer-logo-img {
  width: 3rem;
}

.main-footer-text {
  font-size: 1.6rem;
}

.footer-text {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
}

.it-col {
  display: flex;
  gap: 2rem;
}
/*
.it-dept-logo {
  background-color: #233783;
  padding: 2rem;
}
  */

.it-logo {
  width: 5rem;
}
