@font-face {
  font-family: "gotham-light";
  src: url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gotham-bold";
  src: url("../fonts/gotham_bold-webfont.woff2") format("woff2"), url("../fonts/gotham_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gotham-medium";
  src: url("../fonts/gotham_medium-webfont.woff2") format("woff2"), url("../fonts/gotham_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.gotham-light {
  font-family: "gotham-light";
}

.gotham-bold, #main #section-4 #speaker .item .inner .mid h5, #main #section-3 .item h5 {
  font-family: "gotham-bold";
}

.gotham-medium, body {
  font-family: "gotham-medium";
}

.text-green, #main #section-3 .item h5 {
  color: #006241;
}

.text-white {
  color: #fff;
}

.text-stroke {
  color: #006241;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #006241;
}

body {
  color: #333333;
}

img {
  max-width: 100%;
}

a {
  transition: all ease 0.5s;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#main {
  max-width: 1280px;
  margin: 0 auto;
}
#main #section-header {
  border-top: solid #B5A36A 25px;
  padding-top: 30px;
  text-align: center;
}
#main #section-header #comingsoon {
  margin-top: 140px;
}
#main #section-header #comingsoon h4 {
  font-size: 30px;
  letter-spacing: 8px;
  margin-top: -130px;
  margin-bottom: 40px;
}
#main #section-header .caption {
  font-size: 21px;
  max-width: 800px;
  margin: 0 auto;
}
#main #main-event {
  background: url("../images/top-bg.jpg") no-repeat;
  position: relative;
  background-size: cover;
  background-position: top center;
}
#main #main-event #curve {
  position: absolute;
  bottom: -90px;
}
#main #section-2 {
  background: #00A99D;
  color: #fff;
  padding: 40px 0;
}
#main #section-2 .text-stroke {
  /* color: #006241; */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  display: flex;
  align-items: center;
}
#main #section-2 .text-stroke i {
  margin: 0 15px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
}
#main #section-2 #frame-clients {
  background: url("../images/green-window.png");
  width: 409px;
  min-height: 500px;
  background-repeat: no-repeat;
  padding: 55px 35px 20px 20px;
  position: relative;
}
#main #section-2 #frame-clients .smile {
  position: absolute;
  top: 0;
  left: -60px;
}
#main #section-2 #frame-clients .wave {
  position: absolute;
  bottom: 20px;
  right: -30px;
}
#main #section-2 #frame-clients .inner {
  background: #E6DCD5;
  border-radius: 10px;
  padding: 15px 5px 15px 15px;
  text-align: center;
  height: 380px;
}
#main #section-2 #frame-clients .inner .item {
  padding: 15px 15px;
}
#main #section-2 .title {
  color: #FFBD00;
  font-size: 40px;
}
#main #section-2 .desc {
  font-size: 20px;
}
#main #section-2 .btn-brown {
  background: #C7B299;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 14px;
}
#main #section-3 {
  padding-top: 50px;
}
#main #section-3 .btn-brown {
  background: #C7B299;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 14px;
}
#main #section-3 .item {
  padding-left: 50px;
  position: relative;
}
#main #section-3 .item::before {
  content: "";
  background: url(../images/bg-frame.jpg) no-repeat;
  height: 240px;
  width: 240px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
#main #section-3 .item .inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#main #section-3 .item .inner .pict {
  position: relative;
  text-align: center;
}
#main #section-3 .item .inner .pict .sosmed {
  position: absolute;
  right: 15px;
  top: 10px;
}
#main #section-3 .item .media {
  padding: 15px 0;
}
#main #section-3 .item .job {
  color: #959697;
  font-size: 13px;
  letter-spacing: 1px;
}
#main #section-3 .item .desc {
  text-align: center;
  font-size: 15px;
  font-family: "gotham-light";
}
#main #section-4 {
  background: #FDF197;
}
#main #section-4 .header {
  position: relative;
}
#main #section-4 .header .desc {
  margin-top: -90px;
}
#main #section-4 .body {
  background: url("../images/bg-section-4.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}
#main #section-4 #speaker .item {
  max-width: 360px;
  padding: 0 15px;
}
#main #section-4 #speaker .item .inner {
  position: relative;
  margin-bottom: 30px;
}
#main #section-4 #speaker .item .inner .mid {
  background: url("../images/mid-frame.png") repeat-y;
  background-size: contain;
  padding: 20px;
}
#main #section-4 #speaker .item .inner .mid h5 {
  color: #0050C5;
}
#main #section-4 #speaker .item .inner .mid .job {
  color: #959697;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
}
#main #section-4 #speaker .item .inner .mid .desc {
  color: #4D4D4D;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
  font-family: "gotham-light";
}
#main #section-4 #speaker .item .inner .bot {
  background: url("../images/bot-frame.png") repeat-y;
  background-size: contain;
  height: 19px;
}
#main #section-4 #speaker .item .inner .join {
  text-align: center;
  margin-top: -15px;
}
#main #section-4 #speaker .item .inner .join a {
  background: #D239DC;
  color: #fff;
  border: 2px solid #0050C5;
  border-radius: 10px;
  padding: 10px 20px;
}
#main #section-4 #speaker #henry {
  margin-top: 200px;
}
#main #section-5 {
  background: url("../images/journey-bg.jpg") no-repeat top;
  background-size: cover;
  padding: 150px 0;
}
#main #section-5 #desc {
  margin-top: 40px;
  background: url("../images/the-journey.png") no-repeat;
  max-width: 465px;
  padding: 40px 50px;
  text-align: center;
  height: 620px;
  background-size: contain;
}
#main #section-5 #desc .inner {
  margin-top: 50px;
}
#main #section-5 #desc .inner .head {
  color: #809292;
  line-height: 1;
}
#main #section-5 #desc .inner .head .tag {
  font-size: 25px;
}
#main #section-5 #desc .inner .head .title {
  font-size: 35px;
  letter-spacing: 2px;
}
#main #section-5 #desc .inner .head .caption {
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #809292;
  font-size: 30px;
  letter-spacing: 3px;
}
#main #section-5 #desc .inner .text {
  margin-top: 30px;
}
#main #section-5 #journey .frame {
  background: url("../images/journey-frame.png") no-repeat;
  min-height: 500px;
  background-size: contain;
  padding: 60px 30px 30px 25px;
  position: relative;
}
#main #section-5 #journey .frame .button {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
#main #section-5 #journey .frame .button a {
  background: #FF9642;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #000;
}
#main #section-6 {
  position: relative;
}
#main #section-6 .plus {
  position: absolute;
  top: -60px;
  left: 250px;
}
#main #section-6 .crosline {
  position: absolute;
  right: 10px;
  top: -20px;
}

@media only screen and (max-width: 800px) {
  #main #section-2 #frame-clients {
    margin: 0 auto;
  }

  #main #section-3 .item .media {
    align-self: center;
  }

  #main #section-4 .header .desc {
    margin-top: -50px;
  }

  #main #section-5 {
    padding: 20px 0;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 550px) {
  #main #section-header #comingsoon {
    margin-top: 60px;
  }

  #main #section-header #comingsoon h4 {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    margin-top: -10px;
  }

  #main #section-header .caption {
    font-size: 16px;
  }

  #main #section-2 #frame-clients {
    width: 100%;
    min-height: 440px;
    background-repeat: no-repeat;
    padding: 55px 35px 20px 20px;
    position: relative;
    background-size: contain;
    margin-bottom: 30px;
  }

  #main #section-2 #frame-clients .smile {
    position: absolute;
    top: -20px;
    left: -10px;
  }

  #main #section-2 #frame-clients .inner {
    max-height: 350px;
  }

  #main #section-2 .title {
    font-size: 32px;
  }

  #main #section-2 .text-stroke {
    font-size: 26px;
  }

  #main #section-2 .desc {
    font-size: 16px;
  }

  #main #section-3 .item {
    margin-bottom: 40px;
  }

  #main #section-4 .header .desc {
    margin-top: -30px;
  }

  #main #section-4 #speaker #henry {
    margin-top: 0;
  }

  #main #section-5 #desc .inner .text {
    font-size: 13px;
    font-family: "gotham-light";
  }

  #main #section-5 #desc {
    height: 550px;
  }

  #main #section-5 #journey .frame {
    min-height: auto;
    background-size: contain;
    padding: 30px 30px 20px 15px;
    position: relative;
  }

  #main #section-6 .plus {
    position: absolute;
    top: -25px;
    left: 0;
    max-width: 50px;
  }

  #main #section-6 .crosline {
    position: absolute;
    right: 10px;
    top: -10px;
    max-width: 80px;
  }

  #main #section-2 #frame-clients .wave {
    position: absolute;
    bottom: -10px;
    right: 0;
    max-width: 70px;
  }

  #main #main-event #curve {
    max-width: 40px;
    bottom: -40px;
  }
}

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