:root {
  --bg-color: #fff;
  --block-color: #040000;
  --yellow-color: #e1c785;
  --yellow-color2: #cbbd7a;
  --green-color: #184240;
  --light-gray-color: #7d7d7d;
  --dark-gray-color: #4f4f4f;
  --font-family: 'Swei Spring', 'Microsoft JhengHei', sans-serif;
  --font-family-serif: 'Noto Serif TC';
  --font-family-sans: 'Noto Sans TC';
  --font-family-sinhala: 'SinhalaMN';
  --font-family-swei: 'Swei Spring';
}

html {
  font-size: 32px;
}
@media screen and (max-width: 1900px) {
  html {
    font-size: 28px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  z-index: 0;
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--txt-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #888;
}
body::-webkit-scrollbar-thumb {
  background: #ccc;
}
body::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

h1,
h2,
h3 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button {
  transition: all 0.3s 0s ease-in;
  text-decoration: none;
}

.l-wrapper {
  overflow: hidden;
}

h2,
h2 > p {
  font-weight: 400;
  font-size: 3.9rem;
}
@media screen and (max-width: 991px) {
  h2,
  h2 > p {
    font-size: 6.9rem;
  }
}

h3,
h3 > p {
  font-weight: 600;
  font-size: 3.3rem;
  line-height: 1;
}

h4,
h4 > p {
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1;
}

figure {
  position: relative;
}

figcaption {
  font-size: 0.5rem;
  color: #fff;
  position: absolute;
  bottom: 7px;
  right: 10px;
  z-index: 2;
  margin-bottom: 0;
}

.o-0 {
  opacity: 0;
}

.o-1 {
  opacity: 1;
}

.d-n {
  display: none;
}

.d-b {
  display: block;
}

.c-w {
  color: #fff !important;
}

.en {
  font-family: var(--font-family-sinhala);
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
}
.loader::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #198BBF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 40vh;
  left: calc(50% - 24px);
}

.container {
  position: relative;
  margin: 0 auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#section-kv {
  position: relative;
}
@media screen and (max-width: 991px) {
  #section-kv {
    min-height: 900px;
  }
}
@media screen and (max-width: 640px) {
  #section-kv {
    min-height: 500px;
  }
}
#section-kv h1 {
  display: none;
}
#section-kv .info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #section-kv .info {
    top: 43%;
  }
}
#section-kv .info .logo {
  width: 22vw;
  margin: 0 auto 2rem;
  display: block;
}
@media screen and (max-width: 991px) {
  #section-kv .info .logo {
    width: 12vw;
  }
}
#section-kv .info img.title {
  width: 36vw;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  #section-kv .info img.title {
    width: 73vw;
  }
}
#section-kv .info div.title {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
#section-kv .info div.title .p1 {
  font-size: 1.8rem;
  font-weight: 500;
  writing-mode: vertical-lr;
  color: #7D5A3A;
}
#section-kv .info div.title .p2 {
  font-size: 1.8rem;
  font-family: var(--font-family-sinhala);
  color: #12572F;
}
#section-kv .info div.title .p2 strong {
  font-size: 3.5rem;
}
#section-kv .info div.title .divider {
  color: #7D5A3A;
  position: relative;
}
#section-kv .info div.title .divider .p3 {
  font-size: 1.1rem;
  position: relative;
}
#section-kv .info div.title .divider .p3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7D5A3A;
  position: absolute;
  bottom: 0;
  left: 0;
}
#section-kv .info div.title .divider .p4 {
  font-size: 1.1rem;
}
#section-kv > img {
  width: 100%;
  display: block;
}

.info-text {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.info-text .title {
  position: relative;
  text-align: center;
  padding-bottom: 1.1rem;
}
.info-text .title > p {
  color: #fff;
}
.info-text .en {
  font-family: var(--font-family-sinhala);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 991px) {
  .info-text .en span {
    display: block;
    line-height: 0.7;
  }
}
.info-text .ch {
  font-size: 1.25rem;
  line-height: 1;
}
.info-text .ch i {
  font-family: var(--font-family-sinhala);
}
@media screen and (max-width: 991px) {
  .info-text .ch span {
    display: block;
    line-height: 1.5;
  }
}
.info-text .desc {
  position: relative;
  padding-top: 1.1rem;
}
.info-text .desc::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.info-text .desc p {
  font-size: 0.7rem;
  font-weight: 100;
  text-align: left;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 0;
}

.pic-wrap {
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .pic-wrap {
    overflow-x: scroll;
    /* width */
  }
  .pic-wrap::-webkit-scrollbar {
    height: 0;
  }
  .pic-wrap {
    /* Track */
  }
  .pic-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .pic-wrap {
    /* Handle */
  }
  .pic-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  .pic-wrap {
    /* Handle on hover */
  }
  .pic-wrap::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }
}
.pic-wrap p {
  font-size: 0.5rem;
  color: #fff;
  position: absolute;
  bottom: 7px;
  right: 10px;
  z-index: 2;
  margin-bottom: 0;
}

.bg-pic {
  display: block;
  width: 100%;
  max-width: initial;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .bg-pic {
    width: 1600px;
  }
}
@media screen and (max-width: 640px) {
  .bg-pic {
    width: 1400px;
  }
}

#section-1 {
  position: relative;
}
#section-1 .info-text {
  top: 3rem;
}
@media screen and (max-width: 1200px) {
  #section-1 .info-text {
    top: 2rem;
  }
}
@media screen and (max-width: 991px) {
  #section-1 .info-text {
    top: 4rem;
  }
}
#section-1 .hand-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#section-1 .icon-hand {
  width: 100px;
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 50px);
  z-index: 2;
}
#section-2 {
  position: relative;
}
#section-2 .info-text {
  width: initial;
  top: initial;
  left: initial;
  right: 3.5rem;
  bottom: 4rem;
  transform: none;
}
@media screen and (max-width: 991px) {
  #section-2 .info-text {
    width: 100%;
    left: 50%;
    right: auto;
    top: 6rem;
    bottom: auto;
    transform: translateX(-50%);
    text-align: center;
  }
  #section-2 .info-text .title {
    text-align: center;
  }
}
#section-2 .info-text .title > p {
  color: #fff;
  font-weight: 500;
  text-shadow: 0px 0px 5px #000;
}
@media screen and (max-width: 991px) {
  #section-2 .info-text .title > p {

  }
}

#section-3 {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #section-3 {
    background: url("../images/s3-bg.png") no-repeat center top;
    background-size: cover;
    height: 670px;
  }
  #section-3 figure img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #section-3 {
    height: initial;
    background: none;
  }
  #section-3 figure img {
    display: block;
  }
}
#section-3 .info-text {
  width: 1240px;
}
@media screen and (max-width: 1900px) {
  #section-3 .info-text {
    width: 1085px;
  }
}
@media screen and (max-width: 1500px) {
  #section-3 .info-text {
    width: 932px;
  }
}
@media screen and (max-width: 991px) {
  #section-3 .info-text {
    width: 475px;
  }
}
@media screen and (max-width: 640px) {
  #section-3 .info-text {
    width: calc(100% - 6rem);
  }
}
#section-3 .info-text .desc {
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #section-3 .info-text .desc p {
    display: inline;
  }
}

#section-4 {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #section-4 {
    background: url("../images/s4-bg.jpg") no-repeat center top;
    background-size: cover;
    height: 670px;
  }
  #section-4 figure img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #section-4 {
    background: url("../images/s4-bg.jpg") no-repeat center top;
    background-size: cover;
    height: 670px;
  }
}
@media screen and (max-width: 991px) {
  #section-4 {
    height: initial;
    background: none;
  }
  #section-4 figure img {
    display: block;
  }
}
#section-4 .info-text {
  /* top: 14%; */
  top: 30%;
}
@media screen and (max-width: 991px) {
  #section-4 .info-text {
    /* top: 11%; */
    top: 38%;
  }
}
#section-4 .info-text * {
  color: #ffffff !important;
}
#section-4 .info-text .desc::after {
  background-color: #ffffff;
}
#section-4 .info-text .desc p {
  text-align: center;
  font-weight: 300;
  font-size: 0.75rem;
}

#section-from {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url("../images/new_tree.png") no-repeat left top, url("../images/form-tree.png") no-repeat center bottom, url("../images/form-bg.png") repeat center top;
  background-size: 30% auto, contain, contain;
}
@media screen and (max-width: 991px) {
  #section-from {
    padding-top: 8rem;
    background-image: url("../images/new_tree.png"), url("../images/form-tree.png"), url("../images/form-bg-m.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left top, center bottom, center top;
    background-size: 30% auto, 1920px, contain;
  }
}
@media screen and (max-width: 640px) {
  #section-from {
    padding-top: 6rem;
    padding-bottom: 10rem;
    background-image: url("../images/new_tree.png"), url("../images/form-tree.png"), url("../images/form-bg-m.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left top, center bottom, center top;
    background-size: 30% auto, 1200px, contain;
  }
}
#section-from .container {
  width: 1200px;
}
@media screen and (max-width: 1400px) {
  #section-from .container {
    width: 1010px;
  }
}
@media screen and (max-width: 1200px) {
  #section-from .container {
    width: 950px;
  }
}
@media screen and (max-width: 991px) {
  #section-from .container {
    width: 100%;
  }
}
#section-from .logo {
  display: block;
  width: 325px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 991px) {
  #section-from .logo {
    width: 12vw;
  }
}
#section-from .bird {
  display: block;
  width: 225px;
  position: absolute;
  top: -2rem;
  left: calc(50% + 260px);
}
@media screen and (max-width: 991px) {
  #section-from .bird {
    width: 26vw;
    left: calc(50% + 13vw);
    top: 3rem;
  }
}
#section-from h5 {
  font-family: var(--font-family-sans);
  font-size: 0.9rem;
  font-weight: 500;
  color: #076334;
  margin-bottom: 1.5rem;
  text-align: center;
}
#section-from .title {
  width: 380px;
  display: block;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 1200px) {
  #section-from .title {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  #section-from .title {
    width: 200px;
  }
}
#section-from .info-wrap {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  #section-from .info-wrap {
    display: block;
    width: calc(100% - 100px);
    max-width: 520px;
  }
}
@media screen and (max-width: 640px) {
  #section-from .info-wrap {
    width: calc(100% - 64px);
  }
}
#section-from .info-wrap .text {
  width: calc(50% - 7px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #section-from .info-wrap .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#section-from .info-wrap .text p {
  display: flex;
  height: 72px;
  font-weight: 500;
  font-size: 0.65rem;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 14px;
  background-color: #fff;
  align-items: center;
  padding: 0 0.7rem;
  box-shadow: 1px 1px 2px #666;
}
#section-from .info-wrap .text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #section-from .info-wrap .text p {
    height: 50px;
  }
}
#section-from .info-wrap .maps {
  width: calc(50% - 8px);
}
@media screen and (max-width: 991px) {
  #section-from .info-wrap .maps {
    width: 100%;
  }
}
#section-from .info-wrap .maps iframe {
  width: 100%;
  height: 589px;
}
@media screen and (max-width: 991px) {
  #section-from .info-wrap .maps iframe {
    height: 200px;
  }
}
#section-from .form-wrap {
  width: 100%;
  margin-top: 2.5rem;
}
#section-from .form-wrap .control {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: 1s;
}
@media screen and (max-width: 991px) {
  #section-from .form-wrap .control {
    margin-bottom: 0;
  }
}
#section-from .form-wrap .control > * {
  width: calc(50% - 2rem);
  margin: 0 0.5rem 0.5rem;
}
@media screen and (max-width: 991px) {
  #section-from .form-wrap .control > * {
    width: 100%;
  }
}
#section-from .form-wrap .control-col {
  width: calc(50% - 8px);
  margin: 0;
}
@media screen and (max-width: 991px) {
  #section-from .form-wrap .control-col {
    width: 100%;
  }
}

#section-from .form-wrap .control-email {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #section-from .form-wrap .control-email {
    width: 100%;
  }
}
#section-from .form-wrap h2 {
  font-family: var(--font-family-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  #section-from .form-wrap form {
    width: calc(100% - 100px);
    max-width: 520px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap form {
    width: calc(100% - 64px);
  }
}
#section-from .form-wrap input[type=text], #section-from .form-wrap input[type=tel], #section-from .form-wrap input[type=email] {
  display: flex;
  width: 100%;
  height: 72px;
  font-family: var(--font-family-swei);
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 16px;
  background-color: #fff;
  align-items: center;
  padding: 0 0.6rem;
  border: 0;
  box-shadow: 1px 1px 2px #666;
}
#section-from .form-wrap input[type=text]:focus, #section-from .form-wrap input[type=tel]:focus, #section-from .form-wrap input[type=email]:focus {
  outline: none;
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap input[type=text], #section-from .form-wrap input[type=tel], #section-from .form-wrap input[type=email] {
    height: 50px;
    margin-bottom: 12px;
  }
}
#section-from .form-wrap input[type=text]::placeholder, #section-from .form-wrap input[type=tel]::placeholder, #section-from .form-wrap input[type=email]::placeholder {
  color: #676666;
}
#section-from .form-wrap input[type=button] {
  display: block;
  width: fit-content;
  height: 50px;
  width: 260px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: #fff;
  font-family: var(--font-family-serif);
  font-size: 0.75rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #00625C;
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap input[type=button] {
    width: calc(100% - 1rem);
    height: 50px;
    margin: 0 0.5rem 0.5rem;
  }
}
#section-from .form-wrap input[type=button]:hover {
  cursor: pointer;
}
#section-from .form-wrap input[type=button].btn-code {
  width: 100%;
  height: 72px;
  box-shadow: 1px 1px 1px rgba(31, 23, 21, 0.7490196078);
  color: #fff;
  background-color: #80653F;
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap input[type=button].btn-code {
    width: 100%;
    height: 50px;
    margin: 0;
  }
}
#section-from .form-wrap input[type=submit] {
  display: flex;
  width: 100%;
  height: 72px;
  background-color: #80653F;
  font-family: var(--font-family-serif);
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap input[type=submit] {
    height: 50px;
  }
}
#section-from .form-wrap input[type=submit]:hover {
  cursor: pointer;
}
#section-from .form-wrap select {
  width: 100%;
  height: 72px;
  margin: 0;
  margin-bottom: 16px;
  padding: 0 0.6rem;
  border: 0;
  background-color: #fff;
  font-family: var(--font-family-swei);
  font-size: 0.75rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #676666;
  box-shadow: 1px 1px 2px #666;
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap select {
    width: 100%;
    height: 50px;
  }
}
#section-from .form-wrap select option {
  background-color: #fff;
  color: #333;
}
#section-from .form-wrap select.active {
  color: #333;
}
#section-from .form-wrap select.active option {
  color: #333;
}
#section-from .form-wrap .txt-zipcode {
  display: none !important;
}
#section-from .form-wrap .control-group {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}
#section-from .form-wrap .control-group label {
  display: flex;
  width: calc(40% - 16px);
  font-family: var(--font-family-sans);
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1.2;
  letter-spacing: 1px;
  background-color: #fff;
  align-items: center;
  padding: 0 1.1rem;
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap .control-group label {
    width: calc(45% - 12px);
    margin-right: 12px;
  }
}
#section-from .form-wrap .link-btn {
  display: flex;
  width: 100%;
  height: 72px;
  background-color: #1EAF96;
  font-family: var(--font-family-sans);
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap .link-btn {
    height: 42px;
    font-size: 0.9rem;
  }
}
#section-from .form-wrap .privacy {
  margin: 1rem auto;
}
#section-from .form-wrap .privacy p {
  font-family: var(--font-family-sans);
  font-size: 0.65rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
}
#section-from .form-wrap .privacy p:first-of-type {
  font-size: 0.75rem;
}
@media screen and (max-width: 991px) {
  #section-from .form-wrap .privacy p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap .privacy p {
    font-size: 0.6rem;
  }
}
#section-from .form-wrap .privacy a {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #section-from .form-wrap .privacy a {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  #section-from .form-wrap .privacy a {
    font-size: 0.6rem;
  }
}

.scroll-auto-hide {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.2s ease;
}

.scroll-auto-hide.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 1.2s ease, visibility 0s linear 1.2s;
}