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

.header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

nav a {
  font-size: 18px;
  text-decoration: none;
  color: black;
}

nav a:hover {
  color: blue;
  border-bottom: 3px solid blue;
  font-size: 20px;
}

div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

div button {
  background-color: white;
  color: black;
  border: none;
  border-bottom: 2px solid grey;
  padding: 10px;
  border-radius: 10px;
  width: 130px;
}

.sec1, .sec6 {
  width: 1400px;
  height: 600px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#D4E7FE), to(#FFFFFF));
  background: linear-gradient(#D4E7FE, #FFFFFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div2 {
  width: 450px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.div2 p {
  background-color: aliceblue;
  color: blue;
  width: 200px;
  height: 20px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.div2 h1 {
  width: 100%;
  font-size: 45px;
}

.div3 .bn1 {
  background-color: blue;
  color: white;
  padding: 15px;
}

.sec2 {
  width: 1400px;
  height: 600px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec3, .sec5, .sec7 {
  max-width: 1400px;
  height: 400px;
  margin: auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div4 {
  width: 320px;
  height: 320px;
  padding: 20px;
  background-color: aliceblue;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 30px grey;
          box-shadow: 0px 0px 30px grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.div4 .divv, .div4 .divvv {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd2 {
  max-width: 500px;
  height: 140px;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  display: block;
}

.sec4 {
  max-width: 1200px;
  margin: auto;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.div5 {
  width: 450px;
  height: 150px;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px grey;
          box-shadow: 0px 0px 30px grey;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon {
  max-width: 500px;
  height: 80px;
  margin: auto;
  margin-top: 30px;
}

.div6 {
  width: 340px;
  height: 450px;
  display: block;
  text-align: center;
}

.footer1 {
  max-width: 1521px;
  height: 400px;
  background-color: #2B2B39;
  color: white;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}

.a1 {
  width: 600px;
  height: 300px;
}

.a1 .a2 {
  width: 150px;
  height: 300px;
  display: block;
}

.a3 {
  width: 400px;
  height: 300px;
  color: white;
  display: block;
}

.a3 input {
  width: 80%;
  padding: 20px;
  background-color: #d4e7fe00;
  border-radius: 20px;
  border: 3px solid grey;
}

.footer2 {
  max-width: 1521px;
  margin: auto;
  height: 100px;
  background-color: #20202D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
/*# sourceMappingURL=style.css.map */