* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  width: 100%;
  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: 835.58px 812px;
  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 {
  position: relative;
}
header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fdc021;
  border-radius: 0px;
}
#Home {
  width: 100%;
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 190px;
}
#Home .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#Home .container .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Home .container .left .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 64px;
  color: #331b3b;
  line-height: 96px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#Home .container .left .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #4a3652;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 64px;
}
#Home .container .left .down {
  width: 100%;
  display: flex;
  align-items: center;
}
#Home .container .left .down img {
  width: 183px;
  height: 57px;
  margin-right: 40px;
}
#Home .container .right {
  width: 50%;
  height: auto;
}
#About {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
}
#About .container {
  display: flex;

  align-items: center;
  justify-content: space-between;
}
#About .container .left {
  width: 50%;
  height: auto;
}
#About .container .right {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#About .container .right p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #4a3652;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#About .container .right .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #331b3b;
  line-height: 72px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#About .container .right .p1 span {
  color: #fdc021;
}
#Values {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 200px;
  position: relative;
}

#Values .bg {
  position: absolute;
  left: 0;
  top: 200px;

  height: 1064px;
  background: #ecf7ff;

  border-radius: 0px 400px 0px 0px;
}
#Values .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  z-index: 999;
  border-radius: 0px 0px 0px 0px;
}
#Values .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #331b3b;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#Values .container .small {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #78697e;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 96px;
}
#Values .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#Values .container .list .item {
  width: 330px;
  height: 285px;
  background: #ffffff;
  border-radius: 40px 40px 40px 40px;
  margin-bottom: 54px;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 70px;
}
#Values .container .list .item span {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #ffded4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 20px;
  color: #4a3652;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
  font-weight: 500;
  font-style: italic;
}
#Values .container .list .item .sp1 {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 20px;
  color: #331b3b;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#Values .container .list .item .sp2 {
  font-family: Inter, Inter;
  font-weight: 300;
  font-size: 14px;
  color: #78697e;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#WhyChoose {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 200px;
  position: relative;
}

#WhyChoose .bg {
  position: absolute;
  right: 0;
  top: 200px;

  height: 964px;
  background: #fff5f2;
  border-radius: 400px 0px 0px 0px;
}
#WhyChoose .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  z-index: 999;
  border-radius: 0px 0px 0px 0px;
}
#WhyChoose .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #331b3b;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 96px;
}
#WhyChoose .container .small {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #78697e;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 96px;
}
#WhyChoose .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#WhyChoose .container .list .item {
  width: 330px;
  height: 285px;
  background: #ffffff;
  border-radius: 40px 40px 40px 40px;
  margin-bottom: 54px;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 70px;
}
#WhyChoose .container .list .item span {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #ffded4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 20px;
  color: #4a3652;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
  font-weight: 500;
  font-style: italic;
}
#WhyChoose .container .list .item .sp1 {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 20px;
  color: #331b3b;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
#WhyChoose .container .list .item .sp2 {
  font-family: Inter, Inter;
  font-weight: 300;
  font-size: 14px;
  color: #78697e;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 0;
}
#Contact .container {
 
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Contact .container .p1 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #fdc021;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#Contact .container .p2 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #331b3b;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#Contact .container .p3 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 32px;
  color: #331b3b;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 96px;
}
#Contact .container .form-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
#Contact .container .form-box textarea {
  width: 900px;
  height: 400px;
  background: rgba(120, 105, 126, 0.04);
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #e6e6e6;
  padding: 24px;
}
#Contact .container .btn {
  width: 201px;
  height: 68px;
  background: #331b3b;
  border-radius: 24px 24px 24px 24px;
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#Footer {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #331b3b;
  padding: 90px 0;
}
#Footer .container {
  display: flex;

  align-items: center;
}
#Footer .container .left {
  width: 290px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 126px;
}
#Footer .container .left img {
  width: 200px;
  height: 200px;
  margin-bottom: 21px;
}
#Footer .container .left p {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Footer .container .right {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}
#Footer .container .right p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#backTop {
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
}

#backTop:hover {
  opacity: 1;
}

#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;
}
