* {
  margin: 0;
  font-family: sans-serif;
}

.header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
  align-items: center;
}
.header .divpages {
  display: flex;
  gap: 20px;
  font-size: 20px;
}
.header .divinp input {
  width: 200px;
  height: 30px;
  border: 1px solid rgba(128, 128, 128, 0.4);
}

.seciton1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-image: url(./images/base.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
}
.seciton1 .divleftss1 button {
  width: 200px;
  height: 40px;
  background-color: #E7F1FE;
  color: #217BF4;
  border: none;
  border-radius: 10px;
}
.seciton1 .divleftss1 h1 {
  font-size: 60px;
  width: 500px;
}
.seciton1 .divleftss1 p {
  color: gray;
  width: 500px;
  font-size: 20px;
}
.seciton1 .divleftss1 .divbutton button {
  background-color: #217BF4;
  color: white;
  height: 50px;
  width: 150px;
}
.seciton1 .divleftss1 .divbutton .btnss1 {
  background-color: white;
  color: #217BF4;
  border: 2px solid #217BF4;
}
.seciton1 .divleftss1 .divbutton {
  display: flex;
  gap: 20px;
}
.seciton1 .divleftss1 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.seciton2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
}
.seciton2 .divleftss2 p {
  color: #217BF4;
  font-size: 20px;
}
.seciton2 .divleftss2 h1 {
  font-size: 50px;
  width: 500px;
}
.seciton2 .divleftss2 h3 {
  color: gray;
  width: 500px;
  font-size: 20px;
}
.seciton2 .divleftss2 .divpagesss2 p {
  color: black;
  font-family: sans-serif;
}
.seciton2 .divrightss2 .divgridd2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 260px);
  grid-template-rows: repeat(2, 230px);
}
.seciton2 .item1 {
  grid-row: span 2;
  padding-top: 50px;
}
.seciton2 .item2 img {
  border-radius: 10px;
}
.seciton2 .item3 img {
  border-radius: 10px;
}

.section3 {
  display: flex;
  gap: 30px;
  padding: 60px;
  background: #f5f5f5;
  justify-content: center;
}

.cardss3 {
  width: 230px;
  background: white;
  padding: 30px;
  border-radius: 10px;
}

.zg3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.pagss3 {
  color: blue;
  margin-bottom: 20px;
}

.textss3 {
  color: gray;
  margin-bottom: 20px;
}

.linkss3 {
  color: blue;
  text-decoration: none;
}

.contentss3 {
  width: 350px;
}

.pag1ss3 {
  color: blue;
  margin-bottom: 20px;
}

.zg1ss3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.pag2ss3 {
  color: gray;
  margin-bottom: 20px;
}

.btnss3 {
  width: 170px;
  height: 50px;
  background: blue;
  color: white;
  border: none;
  border-radius: 10px;
}

.section4 {
  padding: 60px;
  background: #f5f7fb;
  text-align: center;
  padding-top: 100px;
}

.pagss4 {
  color: blue;
  margin-bottom: 15px;
}

.zgss4 {
  font-size: 40px;
  margin-bottom: 20px;
}

.pag2ss4 {
  color: gray;
  margin-bottom: 50px;
}

.boxss4 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.cardss4 {
  width: 400px;
  background: white;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  gap: 20px;
  text-align: left;
}

.iconss4 {
  width: 60px;
  height: 60px;
  background: blue;
  border-radius: 15px;
  color: white;
  text-align: center;
  padding-top: 15px;
}

.icon2ss4 {
  width: 60px;
  height: 60px;
  background: red;
  border-radius: 15px;
  color: white;
  text-align: center;
  padding-top: 15px;
}

.icon3ss4 {
  width: 60px;
  height: 60px;
  background: orange;
  border-radius: 15px;
  color: white;
  text-align: center;
  padding-top: 15px;
}

.zg2ss4 {
  margin-bottom: 15px;
}

.textss4 {
  color: gray;
}

.section5 {
  padding: 60px;
  background: #f5f5f5;
  text-align: center;
}

.pagss5 {
  color: blue;
  margin-bottom: 15px;
}

.zgss5 {
  font-size: 40px;
  margin-bottom: 20px;
}

.textss5 {
  color: gray;
  margin-bottom: 30px;
}

.btnboxss5 {
  width: 350px;
  background: #e9edf5;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.btnss5 {
  width: 100px;
  height: 45px;
  border: none;
  background: transparent;
  border-radius: 10px;
}

.btn2ss5 {
  width: 100px;
  height: 45px;
  border: none;
  background: blue;
  color: white;
  border-radius: 10px;
}

.cardboxss5 {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.cardss5 {
  width: 220px;
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(181, 175, 175, 0.651);
}

.imgss5 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.zg2ss5 {
  margin-bottom: 10px;
}

.pag2ss5 {
  color: gray;
}

.section6 {
  background: #eef4ff;
  padding: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.leftss6 {
  width: 400px;
}

.pagss6 {
  color: blue;
  margin-bottom: 20px;
}

.zgss6 {
  font-size: 50px;
  margin-bottom: 30px;
}

.textss6 {
  color: gray;
  margin-bottom: 30px;
}

.btnboxss6 {
  display: flex;
  gap: 20px;
}

.btnss6 {
  width: 140px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: white;
}

.btn2ss6 {
  width: 140px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #2d2d6d;
  color: white;
}

.imgss6 {
  width: 700px;
}

.section7 {
  padding: 60px;
  background: white;
  text-align: center;
}

.pagss7 {
  color: blue;
  margin-bottom: 15px;
}

.zgss7 {
  font-size: 40px;
  margin-bottom: 50px;
}

.boxss7 {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.cardss7 {
  width: 300px;
  text-align: left;
}

.imgss7 {
  width: 300px;
  height: 250px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.zg2ss7 {
  margin-bottom: 20px;
}

.textss7 {
  color: gray;
}

.text2ss7 {
  color: blue;
}

.footer {
  background: #2b2b42;
}

.footer1 {
  display: flex;
  justify-content: space-around;
  padding: 60px;
}

.zgss8 {
  color: white;
  margin-bottom: 20px;
}

.pagss8 {
  color: #d1d1d1;
  margin-bottom: 15px;
}

.pag2ss8 {
  color: #d1d1d1;
  margin-bottom: 20px;
}

.inputboxss8 {
  display: flex;
}

.inputss8 {
  width: 200px;
  height: 45px;
  border: none;
  padding-left: 15px;
}

.btnss8 {
  width: 120px;
  height: 45px;
  border: none;
  background: white;
}

.footer2 {
  background: #232338;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
}

.pag3ss8 {
  color: white;
}

.logoss8 {
  color: white;
}

.iconboxss8 {
  display: flex;
  gap: 15px;
}

.iconss8 {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
}/*# sourceMappingURL=style.css.map */