@font-face {
  font-family: "OfficeworksPrint";
  src: url("../woff/officeworksprint-demi-webfont.woff") format("woff"),
    url("../woff2/officeworksprint-demi-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html{
  margin:0;
}

html body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.header {
  width: 100%;
  height: 108px;
}
.logo {
  margin-left: 72px;
  margin-top: 38px;
  margin-bottom: 38px;
}
.banner {
  width: 100%;
  height: 453px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
}
.banner-left {
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(218, 25, 46, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-right {
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-shrink: 0;
  background-image: url("../png/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-left-heading {
  color: rgba(255, 255, 255, 1);
  font-size: 45px;
  font-family: OfficeworksPrint;
  line-height: 54px;
  margin-bottom: 22px;
}
.banner-left-content {
  display: flex;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
}
.banner-pattern {
  margin-bottom: 22px;
}
.banner-left-text {
  color: rgba(255, 255, 255, 1);
  font-family: "Arial";
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.contact-container {
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-content {
  width: 70%;
}
.contact-heading {
  font-family: OfficeworksPrint;
  font-weight: 594;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  margin-top: 100px;
}
.cards {
  display: flex;
  flex-direction: row;
  padding: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.call-card {
  width: 35%;
  height: 580px;
  border-radius: 9px;
  background-color: #ffffff;
  padding: 20px;
  margin-right: 40px;
}
.call-icon {
  width: 45px;
  height: 45px;
}
.call-us-title {
  padding: 0;
  margin: 0;
  font-family: OfficeworksPrint;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.call-us-text {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.link{
  color: #da192e;
  font-weight: 700;
  text-decoration: none;
}

.call-us-number {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 700;
  color: #da192e;
  line-height: 26px;
}
.call-us-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.call-us-arrow {
  margin-left: 10px;
}
.email-card {
  width: 35%;
  height: 580px;
  border-radius: 9px;
  background-color: #ffffff;
  padding: 20px;
}
.email-icon {
  width: 58px;
  height: 45px;
}
.email-us-title {
  padding: 0;
  margin: 0;
  font-family: OfficeworksPrint;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.email-us-text {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.email-us-email {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 700;
  color: #da192e;
  line-height: 26px;
}
.email-us-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.email-us-link {
  color: inherit;
  display: flex;
  justify-content: center;
  width: 22px;
  height: 16px;
}
.email-us-arrow {
  margin-left: 10px;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container {
  display: flex;
  flex-direction: row;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 100px;
  margin-bottom: 20px;
  width: 100%;
}
.footer-social-icons {
  margin-left: 100px;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.footer-group-1 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer-group-2 {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer-logo {
  width: 138px;
  height: 38px;
}
.icon {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon {
  size: 1.5em;
}
.icon:hover {
  background-color: #da192e;
  color:rgba(255, 255, 255, 1);
  border-radius: 50%;
  transition: background 2s;
}
.icon:hover:before {
  color:rgba(255, 255, 255, 1) !important;
}
.social-icon:hover img:before {
  color:rgba(255, 255, 255, 1) !important;
}
.footer-terms {
  margin-right: 60px;
  opacity: 0.6;
  font-family: "Arial";
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width: 480px) {
  html body {
    margin: 0;
    padding: 0;
  }
  .root {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 0;
    margin: 0;
  }
  .logo {
    margin: 0;
    width: 130px;
    height: 36px;
  }
  .banner {
    display: flex;
    flex-direction: column;
  }
  .banner-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner-right {
    width: 100%;
    height: 60%;
    z-index: 999;
  }
  .banner-left-heading {
    font-size: 35px;
    font-family: OfficeworksPrint;
    line-height: 54px;
    margin-bottom: 22px;
    padding: 4px;
    text-align: center;
  }
  .banner-left-content {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-left-text-container {
    display: flex;
    align-items: flex-start;
    padding: 10px;
  }
  .banner-left-text {
    padding: 0 10px;
  }
  .contact-heading {
    font-size: 20px;
    line-height: 30px;
    font-weight: 594;
    padding: 10px;
  }
  .contact-container {
    padding: 20px;
    margin-top: 60px;
  }
  .contact-content {
    width: 100%;
  }
  .cards {
    display: flex;
    flex-direction: column;
    margin: 10px 20px 40px 15px;
  }
  .call-card {
    width: 100%;
  }
  .call-card {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .email-card {
    width: 100%;
  }
  .footer-logo {
    width: 88px;
    height: 24px;
  }
  .footer-container {
    margin-top:40px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .icon {
    width: 36px;
    height: 36px;
  }
  .footer-group-1 {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-group-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-group-1 {
    margin-bottom: 20px;
  }
  .footer-social-icons {
    margin-left: 20px;
  }
  .footer-terms {
    margin-right: 10px;
    letter-spacing: 0.5px;
  }
}
