body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #222222;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

body {
  background: rgb(4, 13, 38);
}

.ps-main .epip-1 {
  position: absolute;
  left: 0px;
  bottom: 20%;
  filter: blur(180px);
  background: rgba(60, 72, 192, 0.6);
  width: 340px;
  height: 340px;
}
.ps-main .epip-2 {
  position: absolute;
  right: 0px;
  bottom: 10%;
  filter: blur(180px);
  background: rgba(101, 228, 152, 0.6);
  width: 420px;
  height: 420px;
}
.ps-main .epip-3 {
  position: absolute;
  right: 50%;
  top: 10%;
  filter: blur(180px);
  background: rgba(9, 114, 121, 0.6);
  width: 210px;
  height: 210px;
}
.ps-main .ps-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.ps-main .ps-header .menu {
  display: flex;
  justify-content: center;
}
.ps-main .ps-header .menu .item {
  margin: 0 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 4%;
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
.ps-main .ps-header .menu .item.active {
  opacity: 1;
}
.ps-main .ps-header .button {
  width: auto;
  white-space: none;
}
.ps-main .ps-header .button a {
  padding: 20px 38px;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 4%;
}
@media (max-width: 991px) {
  .ps-people {
    display: none;
  }
}
.ps-people .img1 {
  position: absolute;
  right: 150px;
  bottom: 10%;
  transform: rotate(15deg);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgb(101, 228, 152);
}
.ps-people .img2 {
  position: absolute;
  left: 110px;
  bottom: 15%;
  transform: rotate(-15deg);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgb(101, 228, 152);
}
.ps-people .img3 {
  position: absolute;
  left: 10px;
  top: 45%;
  transform: rotate(-15deg);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgb(87, 97, 255);
}
.ps-people .img4 {
  position: absolute;
  right: 110px;
  top: 45%;
  transform: rotate(15deg);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgb(87, 97, 255);
}
.ps-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
}
.ps-content .block-1 {
  width: 100%;
  max-width: 950px;
  text-align: center;
}
.ps-content .block-1 .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 4%;
  color: #fff;
}
.ps-content .block-1 .title .green {
  color: rgb(101, 228, 152);
}
.ps-content .block-1 .title .red {
  color: rgb(255, 101, 36);
}
.ps-content .block-1 .title .blue {
  color: rgb(87, 97, 255);
}
.ps-content .block-1 .desc {
  color: #01e6ff;
  /* opacity: 0.6; */
  font-size: 20px;
  font-weight: 200;
  line-height: 31px;
  letter-spacing: 4%;
  text-align: center;
}
.ps-content .block-1 .politicanblock .circles {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 20;
  position: relative;
}
.ps-content .block-1 .politicanblock .circles .big {
  width: 250px;
  height: 250px;
  border: 3px solid rgb(101, 228, 152);
  border-radius: 50%;
}
.ps-content .block-1 .politicanblock .circles .mini {
  border: 3px solid rgb(87, 97, 255);
  background: rgba(87, 97, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 164px;
  text-align: center;
}
.ps-content .block-1 .politicanblock .circles .mini .score {
  color: rgb(87, 221, 255);
  font-size: 64px;
  font-weight: 200;
  line-height: 32px;
  letter-spacing: 4%;
}
.ps-content .block-1 .politicanblock .circles .mini .desc {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 4%;
}
.ps-content .block-1 .politicanblock .info {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
.ps-content .block-1 .politicanblock .info .name {
  color: rgb(101, 228, 152);
  font-size: 48px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 4%;
}
.ps-content .block-1 .politicanblock .info .type {
  color: rgb(255, 255, 255);
  margin-top: 60px;
  font-size: 24px;
  font-weight: 200;
  line-height: 31px;
  letter-spacing: 4%;
  text-align: center;
}
.ps-content .block-1 .inputblock {
  border: 1px solid rgb(87, 97, 255);
  border-radius: 10px;
  background: rgba(87, 97, 255, 0.1);
  padding: 27px;
  display: flex;
}
.ps-content .block-1 .inputblock input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 4%;
}
.ps-content .block-1 .inputblock input::-moz-placeholder {
  opacity: 0.6;
}
.ps-content .block-1 .inputblock input::placeholder {
  opacity: 0.6;
}
.ps-content .block-1 .inputblock button {
  border-radius: 10px;
  background: rgb(87, 97, 255);
  padding: 16px 45px;
  color: #fff;
  white-space: nowrap;
  margin-left: 25px;
  border: 0;
}

@media only screen and (max-width: 600px) {
	.ps-content .block-1 .title {
	  font-size: 19px;
	  line-height: 25px;
    z-index: 20;
    position: relative;
	}
	.ps-content {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: initial;
	  margin-top: 57px;
	}
	
	.ps-content .block-1 .inputblock {
		padding: 16px 27px;
		width: 80% !important;
	  margin: 0 auto !important;
    position: relative;
    z-index: 20;
	}
  .ps-content .block-1 .politicanblock .circles .big {
    width: 120px;
    height: 120px;
  }
  .ps-content .block-1 .politicanblock .circles .mini {
    
    width: 84px;
    height: 84px;
  }
  .ps-content .block-1 .politicanblock .circles .mini .desc {
    font-size: 11px;

  }
  
  }/*# sourceMappingURL=main.css.map */
