*,
*:after,
*:before {
  box-sizing: border-box;
}

@font-face {
  font-family: "gajFont";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/bold.woff") format("woff");
}
@font-face {
  font-family: "gajFont";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/fat.woff") format("woff");
}
@font-face {
  font-family: "gajFont";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/regular.woff") format("woff");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

@font-face {
  font-family: regular;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/regular.woff") format("woff");
}

@font-face {
  font-family: fat;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fat.woff") format("woff");
}

@font-face {
  font-family: bold;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/bold.woff") format("woff");
}

body {
  background: #87999a;
  font-family: bold;
}

.logo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}
.logo img {
  max-width: 100%;
}
header {
  padding: 20px 0;
}

footer {
  padding: 100px 0 20px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin: 0 auto;
  align-items: center;
}

.container {
  max-width: 100%;
  flex-grow: 1;
}

.content {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}

.item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  color: #ffffff;
  background-size: cover !important;
}

.item a {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.item h2 {
  color: #ffffff;
  display: flex;
  flex-flow: column;
  font-family: "gajFont" !important;
  font-weight: 800 !important;
}

.item h2 span {
  font-family: "gajFont" !important;
  font-weight: normal !important;
}

@media (min-width: 768px) {
  .display-lg {
    display: block;
  }

  .display-sm {
    display: none;
  }

  .title {
    flex-direction: column;
    line-height: 40px;
  }

  .title span {
    /* display: block;
    margin: 5px; */
    text-align: center;
  }
  .mobileTitle {
    display: none;
  }
  .title .title-top {
    font-family: regular;
    font-size: 20px;
    white-space: no-wrap;
  }

  .title .title-bottom {
    font-family: "bold";
    font-size: 50px;
    line-height: 20px;
    line-height: 50px;
  }
  .content {
    margin-top: 180px;
    justify-content: start;
  }
  .item {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 146px;
    position: relative;
    width: 25%;
    color: #ffffff;
    background-size: cover !important;
  }
  .item img {
    position: absolute;
    bottom: 85px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .title-bottom .partOne {
    font-family: "gajFont";
    font-weight: 400;
    font-size: 20px;
  }
  .title-bottom .partTwo {
    font-family: "gajFont";
    font-weight: 800;
  }
  .order-1 {
    background: url("images/desktop/05.png") no-repeat 0 0;
  }

  .order-2 {
    background: url("images/desktop/02.png") no-repeat 0 0;
    margin-right: -59px;
  }

  .order-3 {
    background: url(images/desktop/03.png) no-repeat 0 0;
    margin-right: -59px;
  }

  .order-4 {
    background: url(images/desktop/04.png) no-repeat 0 0;
    margin-right: -59px;
  }

  .order-5 {
    background: url(images/desktop/01.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
    margin-right: -67px;
    align-items: center !important;
    font-family: fat3;
  }

  .title-top {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .display-lg {
    display: none;
  }
  .mobileTitle {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #fff;
  }
  .display-sm {
    display: block;
  }

  .content {
    flex-direction: column;
    margin: 0 auto;
    width: 335px;
  }

  .banner img {
    max-width: 100%;
  }

  .item {
    width: 100%;
    height: 192px;
  }
  .item a {
    display: flex;
    text-align: center;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
  }
  .item a img {
    width: 30%;
  }

  .item h2 {
    position: relative;
    text-align: right !important;
    padding-right: 20px;
  }

  .item h2:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0 !important;
    width: 7px;
    height: 50px;
  }
  .item h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 46px !important;
    border-width: 8px;
    border-style: solid;
    border-color: #ffbd3e transparent transparent transparent;
  }

  .item h2 span {
    display: block !important;
  }

  .title {
    flex-direction: row-reverse;
    padding: 20px 0 0;
    font-size: 25px;
    height: auto;
  }

  .title > span {
    display: none;
  }

  .order-1 {
    order: 2;
    background: url("images/mobile/box4.png") no-repeat 0 0;
  }
  mobile .order-1 h2:before {
    background-color: #1bb2d2;
  }

  .order-2 {
    order: 3;
    background: url(images/mobile/box1.png) no-repeat 0 6px;
    margin-top: 0;
  }
  .order-1 h2:before {
    background-color: #a7adc3;
  }
  .order-2 h2:before {
    background-color: #3db282;
  }

  .order-3 {
    order: 3;
    background: url(images/mobile/box2.png) no-repeat 0 6px;
    margin-top: 0;
    height: 212px !important;
  }
  .order-3 h2:before {
    background-color: #a7adc3;
  }
  .order-5 {
    display: none;
  }
  .order-4 {
    order: 3;
    background: url(images/mobile/box3.png) no-repeat 0 6px;
    margin-top: 0;
    height: 212px !important;
  }
  .order-4 h2:before {
    background-color: #3db282;
  }

  .order-5 {
    flex-direction: column !important;
    background-color: transparent;
  }

  .title-top {
    font-family: regular;
  }

  .title-bottom {
    font-family: fat;
  }
}

a:link,
a:visited {
  color: #fff;
}

.productList {
  position: relative;
}

.image-wrapper {
  position: absolute;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  z-index: 22;
}
