/*
 * Font Name: DB HelvethaicaMon X 
 */
@font-face {
  font-family: "DB HelvethaicaMon X";
  src: url("../fonts/DB HelvethaicaMon X.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DB HelvethaicaMon X";
  src: url("../fonts/DB HelvethaicaMon X Bd.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DB HelvethaicaMon X";
  src: url("../fonts/DB HelvethaicaMon X Blk.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --s-accent: #d71817;
  --c-transition-hover: .4s ease all;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  color: white;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DB HelvethaicaMon X";
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: var(--c-transition-hover) !important;
}
a:hover {
  transform: scale(1.1) !important;
}

.container {
  padding: 0 25px;
  max-width: 1280px;
  margin: 0 auto;
}

.section-1 {
  background-image: url("../img/bg-crop.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 686px;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
}
.header .header-cta {
  display: flex;
  align-items: center;
}
.header .header-cta a {
  font-family: "DB HelvethaicaMon X";
  font-size: 40px;
  font-weight: 600;
  color: var(--s-accent);
  min-width: 300px;
  height: 53px;
  border-radius: 20px;
  background-color: white;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 rgba(23, 110, 159, 0.55);
}
.header .header-cta a div {
  padding-top: 18px;
}
.header .header-cta a img {
  width: 37px;
  margin-left: 15px;
}

.site-brand {
  background-color: white;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 10px 25px;
}
.site-brand img {
  max-width: 90px;
}

.btn-cta-1 {
  height: 62px;
  width: 300px;
  border-radius: 23px;
  background-color: var(--s-accent);
  box-shadow: 4px 4px 0 rgba(47, 110, 144, 0.68), 4px 5px 4px 1px rgba(23, 38, 12, 0.53);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cta-1 img {
  width: 70%;
}

.banner {
  display: flex;
  align-items: flex-end;
  height: 560px;
}
.banner .banner-info {
  min-width: 58%;
  padding-left: 60px;
  padding-bottom: 50px;
}
.banner .banner-info .h1-wrap {
  position: relative;
}
.banner .banner-info .h1-wrap h1 {
  color: var(--s-accent);
  font-size: 80px;
  line-height: 75px;
  text-shadow: 10px 9px 6px rgba(17, 101, 141, 0.28);
  -webkit-text-stroke: 12px white;
  /* width and color */
  font-weight: 600;
  margin: 0 0 15px;
}
.banner .banner-info .h1-wrap h1.shadow {
  position: absolute;
  -webkit-text-stroke: 0px;
  /* width and color */
  text-shadow: none;
  top: 0;
  margin: 0;
}
.banner .banner-info h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 0.8;
  margin-top: 40px;
  color: #000;
  text-shadow: 2px 2px 0 rgba(60, 138, 189, 0.55);
}
.banner .banner-img {
  display: flex;
  align-items: flex-end;
}
.banner .banner-img img {
  width: 100%;
  max-width: 100%;
}
.banner .banner-img.-mobile {
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
.banner .banner-line {
  max-width: 350px;
  margin-left: -18px;
  margin-bottom: 15px;
  display: block;
}
.banner .banner-line img {
  width: 100%;
}

.section-2 {
  background-image: url("../img/bg-red.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  width: 100%;
  position: relative;
}
.section-2 .route {
  position: absolute;
  right: 0;
  width: 70%;
  height: 616px;
  object-fit: contain;
}
.section-2 .container-inner {
  display: flex;
}
.section-2 .container-inner .second-left, .section-2 .container-inner .section-right {
  min-width: 50%;
  max-width: 50%;
}
.section-2 h2 {
  color: white;
  font-size: 60px;
  line-height: 65px;
  text-shadow: 4px 4px 0 rgba(102, 0, 3, 0.55);
  font-weight: 600;
  margin: 0 0 15px;
}
.section-2 .second-left {
  padding: 30px 20px 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-2 .second-left img {
  width: 70px;
  margin-left: -50px;
  margin-bottom: 30px;
}
.section-2 .second-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
}
.section-2 .second-right img.pins {
  position: absolute;
  z-index: 0;
  width: 500px;
}
.section-2 .second-right img.scooter {
  position: relative;
  z-index: 1;
  width: 400px;
}
.section-2 .note {
  font-size: 30px;
}

.section-3 {
  background-image: url("../img/bg-grass.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-3 .line-top {
  width: 230px;
  position: absolute;
  left: 20%;
  top: -30px;
}
.section-3 .flash {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-3 .title {
  position: relative;
  display: flex;
  justify-content: end;
}
.section-3 .title h1 {
  font-size: 80px;
  text-align: left;
  text-shadow: 4px 3px 0 rgba(69, 133, 168, 0.68);
}
.section-3 .title::before {
  content: url("../img/flash.svg");
  width: 60px;
  height: 100%;
  position: absolute;
  left: 30%;
}
.section-3 .container-top {
  min-height: 600px;
  padding-top: 60px;
  text-align: right;
}
.section-3 .container-top .content {
  position: relative;
}
.section-3 .container-top img.milks {
  margin-top: -10px;
  width: 90%;
}
.section-3 .container-bottom {
  min-height: 598px;
  margin-top: -200px;
  position: relative;
  display: flex;
}
.section-3 .line-bottom {
  width: 230px;
  position: absolute;
  left: 40%;
  top: -30px;
}
.section-3 .meji-text {
  display: inline-block;
  font-size: 110px;
  font-weight: 600;
  position: relative;
}
.section-3 .meji-text span {
  -webkit-text-stroke: 12px white;
}
.section-3 .meji-text .shadow {
  color: var(--s-accent);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  text-shadow: none;
}
.section-3 .content {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.section-3 .content .left, .section-3 .content .right {
  width: 50%;
}
.section-3 .content .left {
  padding-left: 60px;
  padding-bottom: 80px;
  position: relative;
}
.section-3 .content .left h1 {
  font-size: 80px;
  font-weight: 600;
  text-shadow: 4px 4px 0 rgba(53, 79, 24, 0.55);
  line-height: 69.27px;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.section-3 .content .right {
  display: flex;
  align-items: flex-end;
}
.section-3 .content img.people {
  width: 100%;
  z-index: 1;
}
.section-3 .coffee {
  width: 350px;
  position: absolute;
  right: 0;
  bottom: 90px;
}
.section-3 .emoji-d {
  width: 110px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.btn-cta-3 {
  position: absolute;
  bottom: 250px;
  left: 60px;
  height: 62px;
  width: 300px;
  border-radius: 23px;
  background-color: var(--s-accent);
  box-shadow: 4px 5px 4px 1px rgba(23, 38, 12, 0.53);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cta-3 img {
  width: 70%;
}

.btn-cta-4 {
  height: 62px;
  width: 300px;
  border-radius: 23px;
  background-color: var(--s-accent);
  box-shadow: 4px 5px 4px 1px rgba(23, 38, 12, 0.53);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cta-4 img {
  width: 70%;
}

/*# sourceMappingURL=style.css.map */
