* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 848px;
  background: #ffffff;
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 848px;
  background-position: 100% 0;
}

a,
span {
  display: inline-block;
}

.header-active .polygon .img1 {
  display: none;
}

.header-active .polygon .img2 {
  display: block;
}

/* header */
header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  /* background: rgba(255, 255, 255, 0.16); */
}

.header-active {
  background-color: #fff;
  font-weight: bold;
}

header nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}

header nav .logo h1 {
  display: flex;
  align-items: center;
}

header nav .logo h1 img {
  width: 60px;
  height: 60px;
}

header nav .logo {
  height: 60px;
}

header nav .logo a {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin-left: 20px;
}

header nav .logo .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

header nav .logo a img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

header nav .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav .nav-links li {
  margin-right: 30px;
}

header nav .nav-links li a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

header nav .nav-links a.active {
  color: #f96200;
  position: relative;
}

header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #f96200;
  border-radius: 50px;
}

#Home {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18%;
}

#Home .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#Home .container .p1 {
  width: 60%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 64px;
  color: #121212;
  line-height: 96px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}

#Home .container .p1 span {
  color: #f96200;
}

#Home .container .p2 {
  width: 60%;
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 32px;
  color: #666d80;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 72px;
}

#Home .container .btn {
  width: 219px;
  height: 64px;
  background: #f96200;
  border-radius: 16px 16px 16px 16px;
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 160px;
}

#section2 .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

#section2 .title {
  width: 100%;
  text-align: right;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 52px;
  color: #121212;
  line-height: 78px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}

#section2 .line {
  width: 186px;
  height: 8px;
  background: #f96200;
  border-radius: 0px 0px 0px 0px;
}

#section2 .list {
  width: 100%;
  height: 678px;
  position: relative;
}

#section2 .item {
  width: 541px;
  height: 184px;
  background: #ffffff;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.02),
    0px 7px 5px 0px rgba(0, 0, 0, 0.03), 0px 13px 10px 0px rgba(0, 0, 0, 0.04),
    0px 22px 18px 0px rgba(0, 0, 0, 0.04), 0px 42px 33px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  border-radius: 28px 28px 28px 28px;
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
}

#section2 .item img {
  width: 80px;
  height: 80px;
  margin-right: 40px;
}

#section2 .item .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

#section2 .item .text .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

#section2 .item .text .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #666d80;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#section2 .item1 {
  top: 100px;
  left: 0;
}

#section2 .item2 {
  top: 150px;
  right: 0;
}

#section2 .item3 {
  top: 350px;
  left: 52px;
}

#section3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}

#section3 .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#section3 .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 52px;
  color: #121212;
  line-height: 78px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
}

#section3 .container .list {
  width: 100%;
  display: flex;
  align-items: center;
}

#section3 .container .list .left {
  height: 360px;
  display: flex;
  flex: 2;
  background: #121212;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 105px;
  padding-right: 71px;
  box-sizing: border-box;
}

#section3 .container .list .left .p1,
#section3 .container .list .right .p1 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 80px;
  color: #f96200;
  line-height: 120px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
}

#section3 .container .list .left .p2,
#section3 .container .list .right .p2 {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

#section3 .container .list .right {
  height: 360px;
  display: flex;
  flex: 2;
  background: #121212;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 105px;
  padding-left: 71px;
  box-sizing: border-box;
}

#section3 .container .list .middle {
  display: flex;
  flex: 1.5;
  height: 390px;
  background: #f96200;
  border-radius: 0px 0px 0px 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#section3 .container .list .middle .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  line-height: 120px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
}

#section3 .container .list .middle .p2 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

#section4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 240px;
}

#section4 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#section4 .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 52px;
  color: #121212;
  line-height: 78px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 100px;
}

#section4 .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section4 .container .list .item {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.02),
    0px 7px 5px 0px rgba(0, 0, 0, 0.03), 0px 13px 10px 0px rgba(0, 0, 0, 0.04),
    0px 22px 18px 0px rgba(0, 0, 0, 0.04), 0px 42px 33px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  border-radius: 28px;
  padding: 40px;
  box-sizing: border-box;
  padding-bottom: 0;
}

#section4 .container .list .item a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #666d80;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
  text-decoration: none;
}

#section4 .container .list .item a:hover {
  text-decoration: underline;
}

#section4 .container .list .item .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #121212;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}

#Footer {
  width: 100%;
  display: flex;
  align-items: center;
  background: #121212;
  padding: 60px 0;
}

#Footer .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

#Footer .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}

#Footer .container p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}

#Footer .container .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}

#Footer .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#Footer .container .box2 {
  width: 47%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
#Footer .container .box2 p{
  align-items: center;
  display: flex;
}
#Footer .container .box2 img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

#section5 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#section5 .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 90px;
}

#section5 .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 52px;
  color: #121212;
  line-height: 78px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
}

#section5 .container .line {
  width: 186px;
  height: 8px;
  background: #f96200;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 40px;
}

#section5 .container .p1 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #121212;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 85px;
}

#section5 .container .p2 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

#section5 .container .p3 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #666d80;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}

#section5 .container .m_bg_box {
  width: 100%;
  height: 670px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url("../images/m_bg2.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 930px 670px;
}

#section5 .container .m_bg_box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

#section5 .container .m_bg_box .item span {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #666d80;
  line-height: 30px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

#section5 .container .m_bg_box .item img {
  width: 62px;
  height: 62px;
  margin: 0 24px;
}

#section5 .container .m_bg_box .item1 {
  top: 92px;
  right: 0;
}

#section5 .container .m_bg_box .item2 {
  top: 200px;
  left: 0;
}

#section5 .container .m_bg_box .item3 {
  bottom: 100px;
  right: 0;
}

#section5 .container .m_bg_box .item4 {
  bottom: 200px;
  left: 0;
}

#section5 .container .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#section5 .container .bottom .box {
  width: 951px;
  height: 200px;
  background: rgba(249, 98, 0, 0.06);
  border-radius: 20px 0px 0px 20px;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #f96200;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
  justify-content: flex-start;
}

#section5 .container .bottom .cr {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  right: 250px;
  top: 100px;
}

#section5 .container .bottom .m2 {
  width: 400px;
  height: 400px;
  z-index: 999;
}

#section5 .container .bottom .m1 {
  width: 220px;
  height: 177px;
  position: absolute;
  top: 0;
  left: -82px;
}

#section6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 240px 0;
}

#section6 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#section6 .container .list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section6 .container .list .item {
  width: 380px;
  height: 412px;
  background: #ffffff;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.02),
    0px 7px 5px 0px rgba(0, 0, 0, 0.03), 0px 13px 10px 0px rgba(0, 0, 0, 0.04),
    0px 22px 18px 0px rgba(0, 0, 0, 0.04), 0px 42px 33px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  border-radius: 32px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

#section6 .container .list .item p {
  width: 100%;
}

#section6 .container .list .item img {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

#section6 .container .list .item .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}

#section6 .container .list .item .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #666d80;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#section6 .container .list .box1 {
  width: 785px;
  height: 412px;
  background: #121212;
  border-radius: 32px 32px 32px 32px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#section6 .container .list .box1 .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 52px;
  color: #f96200;
  line-height: 78px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
}

#section6 .container .list .box1 .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 44px;
}

#backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}

#backTop img {
  width: 100%;
  height: 100%;
}

.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  padding-top: 40px;
}

.custom-alert p {
  margin-bottom: 15px;
  font-size: 16px;
}

.custom-alert span {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.custom-alert button:hover {
  background-color: #0056b3;
}