* {
  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;
}

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: 40px;
}

header nav .nav-links li a {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  position: relative;
}

header nav .nav-links a.active {
  font-size: 22px;
  color: #222222;
}
header nav .nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 6px;
  background-color: #4076f3;
}
#Home {
  width: 100%;
  height: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#Home .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#Home .container .box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom:86px;
}
#Home .container .box .p1 {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 80px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 25px;
}
#Home .container .box .p2 {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 67px;
}
#Home .container .box .down {
  display: flex;
  align-items: center;
  justify-content: center;
}
#Home .container .box .down img {
  width: 257px;
  height: 77px;
  margin-right: 40px;
}
#Home .container .box .down img:last-child {
  margin-right: 0;
}
#WhyChooseUs {
  width: 100%;
  display: flex;
  padding-top: 100px;
  flex-direction: column;
  align-items: center;
}
#WhyChooseUs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#WhyChooseUs .container .title {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}
#WhyChooseUs .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

#WhyChooseUs .container .list .item {
  width: 368px;
  height: 460px;
  background: #222222;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 22px;
  padding-top: 65px;
  margin-bottom: 48px;
}
#WhyChooseUs .container .list .item img {
  width: 100px;
  height: 100px;
  margin-bottom: 45px;
}
#WhyChooseUs .container .list .item span {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#WhyChooseUs .container .list .item p {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#UseCases {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
#UseCases .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#UseCases .container .title {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 39px;
}
#UseCases .container .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#UseCases .container .list .item {
  width: 100%;
  height: 179px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(138, 138, 138, 0.25);
  border-radius: 10px 10px 10px 10px;
  padding: 38px 35px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#UseCases .container .list .item span {
  width: 100px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(127, 127, 127, 0.25);
  border-radius: 50px 50px 50px 50px;
  font-family: Sitara, Sitara;
  font-weight: bold;
  font-size: 60px;
  color: #4076f3;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
#UseCases .container .list .item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#UseCases .container .list .item .text .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 28px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 28px;
}
#UseCases .container .list .item .text .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#Process {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#Process .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Process .container .title {
  width: 1005;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 70px;
}
#Process .container .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Process .container .content .left {
  width: 487px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Process .container .content .left p {
  width: 100%;
  border-radius: 42px 42px 42px 42px;
  height: 84px;
  line-height: 80px;
  background: #eff6ff;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 28px;
  box-sizing: border-box;
}
#Process .container .content .left .p1 {
  margin-left: 50px;
}
#Process .container .content .left .p2 {
  margin-left: 100px;
}
#Process .container .content img {
  width: 494px;
  height: 494px;
}
#ContactUs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #222222;
}
#ContactUs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ContactUs .container .title {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}
#ContactUs .container .content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#ContactUs .container .content .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 50px;
  border-right: 2px dashed #7a7a7a;
}
#ContactUs .container .content .left .p1 {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 36px;
  box-sizing: border-box;
}
#ContactUs .container .content .left .item {
  width: 100%;
  height: 71px;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 30px;
  padding: 12px 24px;
  box-sizing: border-box;
}
#ContactUs .container .content .left .item input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
#ContactUs .container .content .left .item input:focus {
  border: none;
  outline: none;
}
#ContactUs .container .content .left .item2 {
  height: 327px;
}
#ContactUs .container .content .left .item2 textarea {
  border: none;
  outline: none;
}
#ContactUs .container .content .left .item2 textarea:focus {
  border: none;
  outline: none;
}
#ContactUs .container .content .left .btn {
  width: 329px;
  height: 100px;
  background: #ffffff;
  box-shadow: inset 0px 1px 34px 0px rgba(255, 184, 5, 0.18);
  border-radius: 50px 50px 50px 50px;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#ContactUs .container .content .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 50px;
}
#ContactUs .container .content .right .p1 {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#ContactUs .container .content .right .item {
  width: 100%;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#ContactUs .container .content .right .item1 {
  padding: 23px 36px;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #0e55f9;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#ContactUs .container .content .right .item2 {
  padding: 38px 36px;
}
#ContactUs .container .content .right .item3 {
  padding: 51px 36px;
}
#Footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #ffffff;
}
#Footer .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Footer .container p {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 45px;
}
#Footer .container .p1 {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 50px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 35px;
}
.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;
}
#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%;
}
