* {
  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: 100% 800px;
  padding-top: 190px;
}

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 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: #3a5aff;
}
#Home {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Home .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Home .container .p1 {
  width: 100%;

  font-family: Montserrat, Montserrat;
  font-weight: 800;
  font-size: 64px;
  color: #2f281e;
  line-height: 96px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
}
#Home .container .p1 span {
  color: #3a5aff;
}
#Home .container .p2 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #544837;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 32px;
}
#Home .container .down {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Home .container .down img {
  width: 183px;
  height: 56px;
  margin-right: 40px;
}
#OurCompany {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 148px 0;
}
#OurCompany .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#OurCompany .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#OurCompany .container .line {
  width: 79px;
  height: 4px;
  border: 1px solid #3a5aff;
  background: #3a5aff;
  margin-bottom: 80px;
  border-radius: 2px;
}
#OurCompany .container .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
#OurCompany .container .box .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#OurCompany .container .box .left p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #575757;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#OurCompany .container .box .right {
  width: 500px;
  height: 494px;
}
#OurCompany .container .Our-Core-Values {
  width: 100%;
  height: 218px;
  background: rgba(58, 90, 255, 0.06);
  box-shadow: 4px 4px 0px 0px #3a5aff;
  border-radius: 40px 40px 40px 40px;
  padding: 20px;
}
#OurCompany .container .Our-Core-Values .p1 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}
#OurCompany .container .Our-Core-Values .p2 {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: Inter, Inter;
 
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#OurCompany .container .Our-Core-Values .p2 span {
  font-weight: bold;
}

#OurProduct {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(58, 90, 255, 0.06);
  border-radius: 0px 0px 0px 0px;
  padding-top: 148px;
}
#OurProduct .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#OurProduct .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#OurProduct .container .line {
  width: 79px;
  height: 4px;
  border: 1px solid #3a5aff;
  background: #3a5aff;
  margin-bottom: 80px;
  border-radius: 2px;
}
#OurProduct .container .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 340px;
  background: #ffffff;
  border-radius: 40px 40px 40px 40px;
  margin-bottom: 80px;
  padding: 40px 0;
}
#OurProduct .container .box .p1 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}
#OurProduct .container .box .p2 {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #585858;
  line-height: 38px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#OurProduct .container .box .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 200px;
}
#OurProduct .container .box .list .item {
  height: 122px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#OurProduct .container .box .list .item img {
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
}
#OurProduct .container .box .list .item span {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#SomeAdvantages {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 148px;
}
#SomeAdvantages .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#SomeAdvantages .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 24px;
}
#SomeAdvantages .container .line {
  width: 79px;
  height: 4px;
  border: 1px solid #3a5aff;
  background: #3a5aff;
  margin-bottom: 80px;
  border-radius: 2px;
}
#SomeAdvantages .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#SomeAdvantages .container .item {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
#SomeAdvantages .container .item img {
  width: 102px;
  height: 102px;
  margin-bottom: 20px;
}
#SomeAdvantages .container .item span {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#SomeAdvantages .container .item p {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #585858;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#Contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background: #3a5aff;
}
#Contact .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  position: relative;
}
#Contact .container .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  line-height: 80px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#Contact .container .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
#Contact .container .p3 {
  margin-bottom: 40px;
}
#Contact .container a {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 20px;
  color: #ffe500;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  text-transform: none;
  margin-top: 20px;
}
#Contact .container .down {
  width: 183px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 60px;
}
#Contact .container .down img {
  width: 183px;
  height: 56px;
  margin-bottom: 40px;
}
#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%;
}
.fqa {
  width: 40%;
  height: auto;
}
.fqa-container .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.fqa-container .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(164, 164, 164, 0.25);
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 30px;
}
.fqa-container .item-title {
  width: 100%;
  align-items: flex-start;
  padding: 35px 30px;
  display: flex;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.fqa-container .item-title .sp1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.fqa-container .item-title .img1 {
  width: 58px;
  height: 58px;
  margin-right: 20px;
}
.fqa-container .item-title .img2 {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.fqa-container .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
  box-sizing: border-box;
  display: none;
}
.fqa-container .show .content {
  display: block !important;
}
.fqa-container .show .sp1 {
  color: #3a5aff !important;
}
.fqa-container .content p {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #585858;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
