@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Duck";
  src: url("../assets/fonts/iannnnn-DUCK/iannnnn-DUCK-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Monkey";
  src: url("../assets/fonts/iannnnn-MONKEY/TTF/iannnnn-MONKEY-Regular.ttf");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

.ugc-sec-1 {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #ff6f61 31%,
    #ff6f61 72%,
    #fff 100%
  );
  padding-bottom: 200px;
}
.ugc-sec-2 {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #ff6f61 25%,
    #ff6f61 93%,
    #fff 100%
  );
}

/* CSS Variables */
:root {
  --primary-color: #ff6f61;
  --secondary-color: #009499;
  --text-color: #363636;
  --white: #ffffff;
  --black: #000000;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Duck", sans-serif;
  --border-radius: 20px;
  --transition: all 0.3s ease;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 8px 15px rgba(0, 0, 0, 0.2);
  --font-thai: "Kanit", sans-serif;
}

/* .banner-section {
  height: calc(100vh - 90px);
  overflow: hidden;
} */
.video-mobile-section {
  margin-top: 100px;
  height: auto;
  width: 100%;
}
.banner-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.container-ugc {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 21px;
  /* overflow-x: hidden; */
}

section.card-section {
  padding-top: 40px;
}
.card-ugc {
  background-image: url("../assets/images/ugc/paper_background@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  /* min-height: 565px; */
  height: 100%;
}
.tape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  z-index: 2;
}
.card-content {
  height: 100%;
  min-height: 565px;
  padding: 43px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.card-content .img-100 {
  width: 250px;
}
.card-content .img-brand {
  width: 250px;
}
.card-title {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: clamp(25px, 1.56vw, 30px);
  line-height: clamp(29px, 2.08vw, 40px);
  color: #009499;
}
.card-desc {
  font-family: "Kanit", sans-serif !important;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(25px, 2vw, 30px);
  color: #009499;
}
.card-list {
  font-family: "Kanit", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.card-list p {
  margin-bottom: 0;
}
.card-content2 {
  height: 100%;
  min-height: 565px;
  padding: 35px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.card-title2 {
  font-family: "Monkey", sans-serif !important;
  font-weight: 700;
  font-size: clamp(40px, 3vw, 46px);
  line-height: clamp(42px, 4vw, 62px);
  letter-spacing: -0.6px;
  color: #ff6f61;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
.card-content2 .row:not(:last-child) {
  position: relative;
  margin-bottom: 20px;
}
.card-content2 .row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fbfaf200 0%, #ff6f61 49%, #fbfaf200 100%);
  opacity: 1;
}
.card-list2 {
  font-family: "Kanit", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.card-list2 p {
  margin-bottom: 0;
}
.card-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.card-heading2 {
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
}
.card-content3 {
  height: 100%;
  min-height: 565px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.card-title3 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: clamp(25px, 1.56vw, 30px);
  line-height: clamp(29px, 2.08vw, 40px);
  color: #009499;
  margin: 0;
}
.card-desc3 {
  position: absolute;
  right: 30px;
  bottom: -30px;
  margin: 0;
  font-family: "Monkey", sans-serif !important;
  font-weight: 700;
  font-size: clamp(30px, 2vw, 35px);
  line-height: clamp(40px, 3vw, 45px);
  letter-spacing: -0.6px;
  color: #ff6f61;
  display: inline-block;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
.card-desc3-2 {
  position: absolute;
  right: 0;
  bottom: -70px;
  margin: 0;
  font-family: "Monkey", sans-serif !important;
  font-weight: 700;
  font-size: clamp(30px, 2vw, 35px);
  line-height: clamp(40px, 3vw, 45px);
  letter-spacing: -0.6px;
  color: #ff6f61;
  display: inline-block;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
.card-content3 .row:not(:last-child) {
  position: relative;
  margin-bottom: 20px;
}
.card-content3 .row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fbfaf200 0%, #ff6f61 49%, #fbfaf200 100%);
  opacity: 1;
}
.whats-section {
  background: #fffefc 0% 0% no-repeat padding-box;
  opacity: 1;
}
.whats-section {
  margin-top: 0 !important;
}
.font-whats {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(45px, 3.1vw, 60px);
  /* line-height: clamp(50px, 2vw, 35px); */
  color: #ff6f61 !important;
}
.video-whats {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  display: block;
}
.whats-content {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.whats-video {
  position: relative;
  z-index: 1;
}
.whats-desc {
  font-family: "Google Sans", sans-serif;
  font-size: clamp(18px, 1.2vw + 0.5rem, 20px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #ff6f61 !important;
}
.whats-detail {
  text-align: left;
  font-family: "Google Sans", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.3;
  color: black;
  opacity: 1;
  margin-bottom: 0;
}
.video-whats2 {
  width: 100%;
  object-fit: contain;
  display: block;
}
.process-title {
  font-family: "MONKEY", sans-serif;
  font-size: clamp(70px, 4.8vw, 92px);
  font-weight: 700;
  line-height: clamp(80px, 5.1vw, 98px);
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
.ugc-card-green {
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: clamp(275px, 25vw, 400px);
  border-radius: 40px;
  overflow: hidden;
}
.card-1 {
  background-image:
    linear-gradient(#009499, #009499), url("../assets/images/ugc/01@2x.png");
}
.card-2 {
  background-image:
    linear-gradient(#009499, #009499), url("../assets/images/ugc/02@2x.png");
}
.card-3 {
  background-image:
    linear-gradient(#009499, #009499), url("../assets/images/ugc/03@2x.png");
}

.ugc-card-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  flex-direction: column;
}
.card-process-number {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ff6f61;
  font-size: 20px;
  line-height: 1.4;
}
.card-process-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  color: #ff6f61;
}

.card-process-desc {
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.4;
  color: #fff;
}
.card-process-desc2 {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.year-card1 {
  background-color: #ffffff;
  background-image: url("../assets/images/ugc/2026.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200%;
  border-radius: 50px;
  position: relative;
  width: 100%;
  height: 100%;
}
.year-card2 {
  background-color: #ffffff;
  background-image: url("../assets/images/ugc/2026.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 200%;
  border-radius: 50px;
  position: relative;
  width: 100%;
  height: 100%;
}
.year-title {
  font-family: "Kanit", sans-serif !important;
  font-weight: 500;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #009499;
}
.year-the {
  font-family: "Monkey", sans-serif;
  font-weight: 700;
  font-size: clamp(29px, 3vw, 41px);
  line-height: 1;
  letter-spacing: 0;
  color: #ff6f61;
  margin-bottom: 0;
}
.year-algorithm {
  font-family: "Monkey", sans-serif !important;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #ff6f61;
  opacity: 1;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
.year-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: clamp(24px, 3vw, 36px);
  letter-spacing: 0;
  color: #ff6f61;
}
.year-detail {
  font-family: "Google Sans", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.3;
  color: black;
  opacity: 1;
  margin-bottom: 0;
}
.year-sub {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.3;
  color: #009499;
}
.year-content-1,
.year-content-2 {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
}
.year-content-1-2,
.year-content-2-2 {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
}
.year-card1,
.year-card2 {
  padding: 40px 40px;
}
.year-content-1 {
  min-height: 200px;
}
.year-content-2 {
  min-height: 240px;
}
.algorithm-img {
  width: 50%;
  margin: 30px 20px;
}
.font-48 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 0;
}
.font-96 {
  position: absolute;
  top: 20px;
  margin-left: 130px;
  font-family: "Monkey", sans-serif;
  font-weight: 400;
  font-size: clamp(64px, 6vw, 96px);
  letter-spacing: 0;
  color: #ffffff !important;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  opacity: 1;
}
.why-3x {
  position: relative;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
  margin-right: 50px;
}
.result-3x {
  margin-bottom: 0;
  text-align: end;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
}
.x3 {
  text-align: center;
}
.number-3x {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}
.title-3x {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(24px, 3vw, 36px);
  letter-spacing: 0;
  color: #ffffff;
}
.desc-3x {
  font-family: "Google Sans", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.3;
  color: #ffffff;
  opacity: 1;
}
.desc-sub {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.43;
  letter-spacing: 0;
  color: #fff;
}
.three-x-item {
  position: relative;
}
.price-main {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #a7a7a7;
  border-radius: 40px;
  opacity: 1;
}
.price-main-black {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #a7a7a7;
  color: #000000 !important;
  border-radius: 40px;
  opacity: 1;
}
.card-top-1-1 {
  text-align: center;
  color: #000000;
  background: #d8d6d6 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
}
.package-header {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 2.5vw, 35px);
  line-height: clamp(34px, 3vw, 42px);
  letter-spacing: 0;
  text-align: center;
}
.package-target {
  font-family: "Google Sans", sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
.package-list {
  font-family: "Google Sans", sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
.package-clip {
  font-family: "Poppins", sans-serif;
  font-weight: 600;

  font-size: clamp(50px, 4vw, 55px);
  line-height: 1.2;

  letter-spacing: 0;
  text-align: center;
}
.package-sub {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 25px);
  line-height: clamp(24px, 2.5vw, 30px);

  letter-spacing: 0;
  opacity: 1;
}
.card-top-1-2 {
  text-align: center;
  background: rgba(216, 214, 214, 0.8);
  border-radius: 30px;
}

.card-top-1-3 {
  text-align: center;
  background: rgba(229, 229, 229, 0.7);
  border-radius: 25px;
}

.card-top-1-4 {
  background-color: rgba(235, 235, 235, 0.7);
  border-radius: 25px;
}
.card-top-2-1 {
  text-align: center;
  background: #009499;
  border-radius: 25px;
  opacity: 1;
}

.card-top-2-2 {
  text-align: center;
  background: rgba(0, 148, 153, 0.8);
  border-radius: 30px;
}

.card-top-2-3 {
  text-align: center;
  background: rgba(0, 148, 153, 0.7);
  border-radius: 25px;
}

.card-top-2-4 {
  background: rgba(0, 148, 153, 0.7);
  border-radius: 25px;
}

.card-top-3-1 {
  text-align: center;
  background: #ff6f61;
  border-radius: 25px;
  opacity: 1;
}

.card-top-3-2 {
  text-align: center;
  background: rgba(255, 111, 97, 0.8);
  border-radius: 30px;
}

.card-top-3-3 {
  text-align: center;
  background: rgba(255, 111, 97, 0.7);
  border-radius: 25px;
}

.card-top-3-4 {
  background: rgba(255, 111, 97, 0.7);
  border-radius: 25px;
}
.font-boost {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 37px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
}

.form-wrapper {
  background: #fff;
  border-radius: 40px;
}

.dropdown-menu {
  width: 100%;
  border-radius: 15px;
  padding: 10px 0;
}

.dropdown-item {
  white-space: normal;
  line-height: 1.4;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

#packageBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submit-btn {
  background: #009499 !important;
  color: #fff !important;
  border-radius: 59px !important;
}

.submit-btn:hover {
  background: #ff6f61;
}

.custom-input {
  border-radius: 25px !important;
  border: 1px solid #707070 !important;
  padding: 0 22px !important;
  height: 40px !important;
}

.custom-input:focus {
  border-color: #009499 !important;
  box-shadow: none !important;
}

.package-select {
  position: relative !important;
  width: 100%;
}

.package-btn {
  width: 100%;
  height: 58px;
  border: 1px solid #8f8f8f;
  border-radius: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  cursor: pointer;
  color: #9b9b9b;
  font-size: 18px;
}

.package-btn i {
  font-size: 28px;
  color: #b5b5b5;
  transition: 0.3s;
}

.package-select.active .package-btn {
  border-radius: 30px 30px 0 0;
}

.package-select.active i {
  transform: rotate(180deg);
}

.package-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #8f8f8f;
  border-top: none;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  z-index: 100;
}

.package-select.active .package-list {
  display: block;
}

.package-item {
  padding: 10px 24px !important;
  cursor: pointer !important;
}

.package-item:hover {
  background: #f5f5f5 !important;
}

.gray {
  color: #a7a7a7 !important;
}

.green {
  color: #1db4bf !important;
}

.orange {
  color: #ff6f61 !important;
}

.b-text {
  color: #6f6f6f !important;
}
.font-monkey-70 {
  text-align: center;
  font-family: "MONKEY", sans-serif;

  font-weight: 700;
  font-size: clamp(28px, 5vw, 70px);
  line-height: 1.1;

  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.font-kanit-20 {
  font-family: "Kanit", sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 500;
  line-height: clamp(20px, 2vw, 25px);
  letter-spacing: 0;
  color: #009499;
  opacity: 1;
}
.font-kanit-16-white {
  font-family: "Kanit", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: clamp(24px, 2vw, 32px);
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.card-ugc-risk {
  background-image: url("../assets/images/ugc/paper_background@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
  /* min-height: 565px; */
  height: 100%;
}
.card-content-risk {
  height: 100%;
  min-height: 565px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.font-risk {
  font-family: "Kanit", sans-serif !important;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: clamp(72px, 2.5vw, 35px);
  letter-spacing: 0;
  color: #009499;
  opacity: 1;
}
.font-Influencer {
  font-family: "Monkey", sans-serif !important;
  font-weight: 700;
  font-size: 30px;
  line-height: clamp(42px, 6vw, 98px);
  letter-spacing: 0;
  color: #ff6f61;
  display: inline-block;
  transform: matrix(1, -0.09, 0.07, 1, 0, 0);
}
.common {
  background: rgba(255, 111, 97, 0.17);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
}
.font-common {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #ff6f61;
}
.font-head-common {
  font-family: "Kanit", sans-serif !important;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #ff6f61;
  opacity: 1;
}
.font-sub-common {
  font-family: "Kanit", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.card-content-solution {
  height: 100%;
  min-height: 565px;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.solution {
  background-color: rgba(0, 148, 153, 0.16);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
}
.font-solution {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #009499;
}
.font-head-solution {
  font-family: "Kanit", sans-serif !important;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #009499;
  opacity: 1;
}
.font-sub-solution {
  font-family: "Kanit", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
.font-head-pain {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #ff6f61;
  opacity: 1;
}
.process-section {
  margin-top: 0 !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.section-3x {
  margin-top: 0 !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.risk-solution-section {
  margin-top: 0 !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.interest {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.why {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0;
  color: #ffffff;
}
.paneet-ugc {
  text-align: center;
  font-family: "Monkey", sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}
.font-risk {
  line-height: 1.2;
}
.ugc-underline-x {
  position: absolute;
  right: 70px;
  bottom: 30px;
  width: 25%;
  transform: matrix(1.2, -0.1, 0.1, 0.99, 0, 0);
  opacity: 1;
}
.ugc-underline {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 30%;
  transform: matrix(1, -0.05, 0.17, 0.98, 0, 0);
  opacity: 1;
}
.margin-25 {
  margin-bottom: 25px;
}
.common,
.solution {
  width: 100%;
}
.ugc-float-btn {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #009499;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 999px;
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  z-index: 9999;
  transition: 0.3s ease;
}

.ugc-float-btn.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
}
.ugc-float-btn:hover {
  opacity: 0.85;
}
.ugc-float-btn {
  padding: 20px 10px;
  width: 250px;
}
.click {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: 0;
  color: #ffffff !important;
}
@media (min-width: 376px) and (max-width: 575.98px) {
  .font-96 {
    margin-left: 145px;
  }
  .x3 {
    text-align: center;
  }
  .card-desc3-2 {
    right: 0;
    bottom: -60px;
  }
  .video-whats2 {
    width: 100%;
    object-fit: contain;
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .font-96 {
    margin-left: 280px;
  }
  .desc-3x {
    width: 80%;
    margin: 0 auto;
  }
  .year-card1,
  .year-card2 {
    padding: 30px 40px;
  }
  .year-content-1 {
    min-height: 150px;
  }
  .year-content-2 {
    min-height: 100px;
  }
  .algorithm-img {
    width: 30%;
    margin: 30px 20px;
  }
  .video-whats {
    width: 100%;
    object-fit: contain;
    display: block;
  }
  .whats-content {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  .card-desc3-2 {
    right: 30px;
    bottom: -60px;
  }
  .ugc-underline-x {
    position: absolute;
    right: 0px;
    bottom: -10px;
    width: 30%;
    transform: matrix(1.2, -0.1, 0.1, 0.99, 0, 0);
    opacity: 1;
  }
  .ugc-underline {
    position: absolute;
    right: 10px;
    bottom: -20px;
    width: 50%;
    transform: matrix(1, -0.05, 0.17, 0.98, 0, 0);
    opacity: 1;
  }
  .sol-content {
    width: 80%;
    margin: 0 auto;
  }
  .card-content-solution {
    padding: 40px 10px;
  }
  .card-process-desc2 {
    min-height: 60px;
  }
  .font-risk {
    line-height: 2;
  }
}

@media (max-width: 767.98px) {
  .three-x-item {
    position: relative;
    padding-bottom: 24px;
  }
  .three-x-item:not(:last-child)::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: 0px;
    width: 80%;
    height: 2px;
    transform: translateX(-50%);
    opacity: 0.53;

    background: linear-gradient(
      90deg,
      rgba(251, 250, 242, 0) 0%,
      #ffffff 49%,
      rgba(251, 250, 242, 0) 100%
    );
  }
}

/* =========================================
   Tablet
   iPad Portrait / Landscape
   768px ขึ้นไป
========================================= */
@media (min-width: 768px) {
  .ugc-float-btn {
    padding: 30px 30px;
    width: 300px;
  }
  .click {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 0;
    color: #ffffff !important;
  }
  .font-risk {
    line-height: 2;
  }
  .sol-content {
    width: 80%;
    margin: 0 auto;
  }
  .card-content-solution .row:not(:last-child) {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .card-content-solution .row:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 3px;
    background: linear-gradient(
      90deg,
      #fbfaf200 0%,
      #ff6f61 49%,
      #fbfaf200 100%
    );
  }
  .ugc-underline-x {
    position: absolute;
    right: 0px;
    bottom: -20px;
    width: 40%;
    transform: matrix(1.2, -0.1, 0.1, 0.99, 0, 0);
    opacity: 1;
  }
  .ugc-underline {
    position: absolute;
    right: 10px;
    bottom: -20px;
    width: 50%;
    transform: matrix(1, -0.05, 0.17, 0.98, 0, 0);
    opacity: 1;
  }
  .x3 {
    text-align: center;
  }
  .why-3x2 {
    position: relative;
    margin-bottom: 50px;
  }
  .why {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    color: #ffffff;
  }
  .paneet-ugc {
    text-align: center;
    font-family: "Monkey", sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
  }
  .font-96 {
    position: absolute;
    top: 20px;
    margin-left: 350px;
    font-family: "Monkey", sans-serif;
    font-weight: 400;
    font-size: clamp(64px, 6vw, 96px);
    letter-spacing: 0;
    color: #ff6f61;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    opacity: 1;
  }
  .three-x-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    height: 80%;
    transform: translateY(-50%);
    opacity: 0.53;
    background: linear-gradient(
      180deg,
      rgba(251, 250, 242, 0) 0%,
      #ffffff 49%,
      rgba(251, 250, 242, 0) 100%
    );
  }
  .algorithm-img {
    width: 30%;
  }
  .container-ugc {
    padding: 0 21px;
  }
  .card-content2 .row:not(:last-child) {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .card-content2 .row:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 3px;
    background: linear-gradient(
      90deg,
      #fbfaf200 0%,
      #ff6f61 49%,
      #fbfaf200 100%
    );
  }
  .card-list2 {
    width: 80%;
    margin: 0 auto;
  }

  .card-content3 .row:not(:last-child) {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .card-content3 .row:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 3px;
    background: linear-gradient(
      90deg,
      #fbfaf200 0%,
      #ff6f61 49%,
      #fbfaf200 100%
    );
  }
  .card-desc3-2 {
    right: 30px;
    bottom: -70px;
  }
  .video-whats {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .whats-content {
    position: relative;
    z-index: 2;
    margin-bottom: -150px;
  }
  .year-card1,
  .year-card2 {
    padding: 30px 30px;
  }
  .year-content-1 {
    min-height: 150px;
  }
  .year-content-2 {
    min-height: 100px;
  }
  .year-content-1-2 {
    min-height: 150px;
  }
  .year-content-2-2 {
    min-height: 150px;
  }
  .ugc-underline-x {
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 25%;
  }
  .card-process-desc2 {
    min-height: 60px;
  }
  .year-sub,
  .year-detail {
    width: 80%;
    margin: 0 auto;
  }
  .card-content-risk {
    height: 100%;
    min-height: 565px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
}

@media (min-width: 912) {
  .font-96 {
    margin-left: 130px;
  }
}

/* =========================================
   Laptop
   MacBook Air 13"
   Laptop ทั่วไป
   992px ขึ้นไป
========================================= */
@media (min-width: 992px) {
  .ugc-float-btn2 {
    width: 255px !important;
  }
  .ugc-float-btn {
    padding: 25px 25px;
    width: 200px;
  }
  .click {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: 0;
    color: #ffffff !important;
  }
  .x3 {
    text-align: end;
  }
  .year-sub,
  .year-detail {
    width: 100%;
  }
  .container-ugc {
    overflow-x: hidden;
  }
  .card-content .img-100 {
    width: 180px;
  }
  .card-content .img-brand {
    width: 200px;
  }
  .card-list2 {
    width: 100%;
    margin: 0 auto;
  }
  .card-content2 .row:not(:last-child)::after,
  .card-content3 .row:not(:last-child)::after {
    height: 2px;
  }
  .card-content3 .row:not(:last-child) {
    position: relative;
    margin-bottom: 10px;
  }
  .card-desc3-2 {
    bottom: -70px;
  }
  .card-heading2 {
    margin-bottom: 75px;
  }
  .card-desc3-2 {
    right: 0px;
    top: 50px;
  }
  .banner-section {
    height: 100vh;
    overflow: hidden;
    margin-top: 0;
  }

  .banner-video {
    width: 100%;
    height: 100%;
  }
  .video-whats {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .whats-content {
    position: relative;
    z-index: 2;
    margin-bottom: -200px;
  }
  .year-card1,
  .year-card2 {
    padding: 20px 20px;
  }
  .year-content-1 {
    min-height: 170px;
  }
  .year-content-2 {
    min-height: 140px;
  }
  .card-content-risk {
    padding: 10px 10px;
  }
  .card-content-solution {
    padding: 40px 10px;
  }
  .common {
    padding: 10px 20px;
  }
  .solution {
    padding: 10px 20px;
  }
  .ugc-underline-x {
    position: absolute;
    right: 0px;
    bottom: -10px;
    width: 30%;
  }
  .ugc-underline {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 40%;
    transform: matrix(1, -0.05, 0.17, 0.98, 0, 0);
    opacity: 1;
  }
  .card-process-desc2 {
    min-height: 100px;
  }
  .risk-1 {
    min-height: 50px;
  }
  .risk-2 {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .font-head-common,
  .font-head-solution {
    margin-bottom: 0;
  }
  .font-96 {
    margin-left: 130px;
  }
}

/* =========================================
   Desktop
   MacBook Pro 14"-16"
   Desktop Full HD
   1200px ขึ้นไป
========================================= */
@media (min-width: 1200px) {
  .ugc-float-btn2 {
    width: 270px !important;
  }
  .ugc-float-btn {
    padding: 30px 30px;
    width: 200px;
  }
  .click {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 0;
    color: #ffffff !important;
  }
  .font-96 {
    margin-left: 80px;
  }
  .card-process-desc2 {
    min-height: 130px;
  }
  .paneet-ugc {
    text-align: center;
    font-family: "Monkey", sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
  }
  .year-card1,
  .year-card2 {
    padding: 40px 40px;
  }
  .year-content-1 {
    min-height: 200px;
  }
  .year-content-2 {
    min-height: 160px;
  }
  .container-ugc {
    padding: 0;
  }

  .video-whats {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .card-desc3-2 {
    right: 0px;
    top: 65px;
  }
  .video-whats {
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .whats-content {
    position: relative;
    z-index: 2;
    margin-bottom: -120px;
  }
  .algorithm-img {
    margin: 10px 20px;
  }
  .card-content-risk {
    padding: 30px 10px;
  }
  .card-content-solution {
    padding: 40px 10px;
  }
  .card-content-risk {
    padding: 30px 20px 20px 25px;
  }
}

/* =========================================
   Large Desktop
   2K Monitor
   Ultrawide Monitor
   1400px ขึ้นไป
========================================= */
@media (min-width: 1400px) {
  .video-whats {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    display: block;
  }
  .whats-content {
    position: relative;
    z-index: 2;
    margin-bottom: -120px;
  }
  .card-content-risk {
    padding: 30px 20px 20px 25px;
  }
}

@media (min-width: 1920px) {
  .ugc-underline {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 40%;
    transform: matrix(1, -0.05, 0.17, 0.98, 0, 0);
    opacity: 1;
  }
  .video-whats {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    display: block;
  }
  .whats-content {
    position: relative;
    z-index: 2;
    margin-bottom: -120px;
  }
  .card-content2 .row:not(:last-child) {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .card-desc3-2 {
    right: 0px;
    top: 65px;
  }
  .algorithm-img {
    width: 30%;
  }
  .year-card1,
  .year-card2 {
    padding: 30px 40px;
  }
}
