@charset "utf-8";
/* CSS Document */

.scrolling.abuout-us { 
	margin-top: -50px;
	top: -100px; 
	left: 0; 
}
.border-right-intro {
	width: 100%;
	max-width: 1340px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.border-right-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px; /* ➤ ห่างจากขอบขวา 20px */
  width: 1px;  /* ความหนาเส้น */
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4)
  );
}
.border-left-intro {
	width: 100%;
	max-width: 1095px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.border-left-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px; /* ➤ ห่างจากขอบขวา 20px */
  width: 1px;  /* ความหนาเส้น */
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4)
  );
}
.border-right-goal {
	width: 100%;
	max-width: 940px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.border-right-goal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px; /* ➤ ห่างจากขอบขวา 20px */
  width: 1px;  /* ความหนาเส้น */
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4)
  );
}
.border-left-goal {
	width: 100%;
	max-width: 1340px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	display: block;
}
.border-left-goal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px; /* ➤ ห่างจากขอบขวา 20px */
  width: 1px;  /* ความหนาเส้น */
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4),
    rgba(108, 86, 123, 0.4)
  );
}
.right-fill {
	width: calc(100% - 20px);
	height: 350px;
	margin: 30px 0;
	max-width: calc(((100% - 1340px) / 2) + 1340px);
	margin-left: calc((100% - 1340px) / 2);
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url("../img/about/orchid-intro-bg.jpg");
	background-size: 2500px auto;
	background-repeat: no-repeat;
	background-position: left center;
	animation: bgPan-right 100s linear infinite alternate;
}
.left-fill {
	width: calc(100% - 20px);
	max-width: calc(((100% - 1340px) / 2) + 1340px);
	height: 350px;
	margin: 30px 0;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url("../img/about/orchid-goal-bg.jpg");
	background-size: 2500px auto;
	background-repeat: no-repeat;
	background-position: right center;
	animation: bgPan-left 100s linear infinite alternate;
}

@keyframes bgPan-right {
  0% { background-position: left center; }
  100% { background-position: right center; }
}

@keyframes bgPan-left {
  0% { background-position: rightcenter; }
  100% { background-position: left center; }
}


/* ------------------INTRO ------------------ */
.about-us-intro { 
	padding: 0 0 20px;
	overflow: hidden;
}
.about-us-intro h1 {
	font-size: clamp(28px, 17vw, 80px);
	font-weight: 900; 
	color: var(--purple04-color);
	text-transform: uppercase;
	line-height: 70px;
	text-align: left;
}
.about-us-intro h2 {
	padding: 0 30% 0 0;
	font-size: clamp(28px, 14vw, 60px);
	font-weight: 600; 
	color: var(--purple02-color);
	text-align: left;
}
.about-us-intro h3 {
	margin-top: -16px;
	padding: 0 30% 0 0;
	font-size: clamp(22px, 14vw, 24px);
	font-weight: 400; 
	color: var(--purple02-color);
	text-align: left;
}
.about-us-intro h3.right {
	padding:  0 0 0 36%;
	text-align: right;
}
.about-us-intro p {
	padding: 0 0 0 60%;
	font-size: clamp(14px, 14vw, 18px);
	font-weight: 200;
	text-align: right;
}


/* ------------------JOURNEY ------------------ */
.about-us-journey { 
	padding: 60px 0 0;
	overflow: hidden;
}
.about-us-journey .journey-head { width: 100%; }
.about-us-journey h1 {
	font-size: clamp(28px, 17vw, 80px);
	font-weight: 900; 
	color: var(--green00-color);
	text-transform: uppercase;
	line-height: 70px;
}
.about-us-journey h2 {
	font-size: clamp(28px, 14vw, 40px);
	font-weight: 600; 
	color: var(--green02-color);
}
.about-us-journey h3 {
	font-size: clamp(22px, 14vw, 26px);
	font-weight: 400; 
	color: var(--green03-color);
}
.about-us-journey p {
	font-size: clamp(14px, 14vw, 18px);
	font-weight: 200; 
}
.about-us-journey hr { 
	margin: 60px auto 80px;
	background-color: rgba(78,100,53,.2);
}
.about-us-journey .box-img {
	width: 100%; 
	height: auto;
	margin-bottom: 30px;
	display: block; 
	position: relative;
	overflow: hidden;
}
.about-us-journey img { 
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	transition: opacity 0.6s ease-out;
}
.about-us-journey .box-img img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.about-us-journey .box-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.about-us-journey .row .col-md-4 { text-align: left; }
.about-us-journey .row .col-md-4:nth-child(2) { padding-top: 70px;}


/* ------------------GOAL ------------------ */
.about-us-goal { 
	padding: 50px 0 0;
	overflow: hidden;
}
.about-us-goal h1 {
	font-size: clamp(28px, 17vw, 80px);
	font-weight: 900; 
	color: var(--purple04-color);
	text-transform: uppercase;
	line-height: 70px;
	text-align: right;
}
.about-us-goal h2 {
	font-size: clamp(28px, 14vw, 40px);
	font-weight: 600; 
	color: var(--purple02-color);
}
.about-us-goal h3 {
	padding: 30px 30% 0 0;
	font-size: clamp(22px, 14vw, 24px);
	font-weight: 400; 
	color: var(--purple02-color);
	text-align: left;
}
.about-us-goal h3.right {
	padding:  0 0 30px 36%;
	text-align: right;
}
.about-us-goal p {
	padding: 10px 60% 0 0;
	font-size: clamp(14px, 14vw, 18px);
	font-weight: 200; 
}

