* {
  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;
  overflow-x: hidden;
}

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: transparent;
}

.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 {
  height: 60px;
}

header nav .logo a {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 24px;
  color: #0a0d20;
  line-height: 36px;
  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;
  background: #f7f7fd;
  border-radius: 100px 100px 100px 100px;
  padding: 16px 40px;
}

header nav .nav-links li {
  margin-right: 40px;
}

header nav .nav-links li a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

header nav .nav-links a.active {
  font-weight: bold;
  font-size: 16px;
  color: #3056d3;
  line-height: 24px;
}

#Home {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 148px;
}

#Home .container {
  height: 680px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 680px;
  padding-top: 135px;
}
#Home .container .p1 {
  width: 80%;
  font-family: Epilogue, Epilogue;
  font-weight: bold;
  font-size: 64px;
  color: #000000;
  line-height: 96px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 34px;
}
#Home .container .p2 {
  width: 60%;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #525252;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#LoanProducts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  position: relative;
}
#LoanProducts .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#LoanProducts .container .title {
  font-family: Epilogue, Epilogue;
  font-weight: bold;
  font-size: 40px;
  color: #3d3d3d;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
#LoanProducts .container .title img {
  width: 92px;
  height: 82px;
  margin-right: 24px;
}

#OurAdvantages {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  position: relative;
}
#OurAdvantages .Vector {
  width: 130px;
  height: 176px;
  position: absolute;
  top: -70px;
  right: -40px;
}
#OurAdvantages .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#OurAdvantages .container .title {
  font-family: Epilogue, Epilogue;
  font-weight: bold;
  font-size: 40px;
  color: #3d3d3d;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
#OurAdvantages .container .title img {
  width: 92px;
  height: 82px;
  margin-right: 24px;
}
#OurAdvantages .container .list {
  width: 100%;

  background: #ffffff;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.13);
  border-radius: 35px 35px 35px 35px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#OurAdvantages .container .list .item {
  width: 329px;
  height: 232px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#OurAdvantages .container .list .item img {
  width: 50px;
  height: 50px;
  margin-bottom: 32px;
}
#OurAdvantages .container .list .item .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 28px;
  color: #3d3d3d;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}
#OurAdvantages .container .list .item .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #525252;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#ApplicationProcess {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
}
#ApplicationProcess .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ApplicationProcess .container .title {
  font-family: Epilogue, Epilogue;
  font-weight: bold;
  font-size: 40px;
  color: #3d3d3d;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
#ApplicationProcess .container .title img {
  width: 92px;
  height: 82px;
  margin-right: 24px;
}
#ApplicationProcess .ap_bg {
  width: 100%;
  height: auto;
}
#AboutUs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 200px 0;
}
#AboutUs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  box-sizing: border-box;
  background: linear-gradient(188deg, #3171de 0%, #4ac0f2 100%);
  border-radius: 35px 35px 35px 35px;
  opacity: 0.8;
}
#AboutUs .container .title {
  width: 100%;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 80px;
}
#AboutUs .content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#AboutUs .container .left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 23px;
}
#AboutUs .container .left .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#AboutUs .container .left .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#AboutUs .container .right {
  width: 35%;
  height: auto;
}
#AboutUs .box-span {
  width: 92px;
  height: 82px;
  top: 200px;
  left: 0;
  position: absolute;
}
#ContactUs {
  width: 100%;
  padding: 80px;
  background: linear-gradient(180deg, #3171de 0%, #704af2 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ContactUs .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ContactUs .container .p1 {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 67px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#ContactUs .container .p2 {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#ContactUs .container .p2 span {
  margin-left: 100px;
}
#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%;
}
