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

header {
  width: 100%;
  padding: 0px 0px 70px;
  background: url(Backgroun.png);
  background-size: cover;
  background-repeat: no-repeat;
}
header .head {
  max-width: 1400px;
  margin: auto;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head nav {
  position: relative;
  top: 5px;
  color: #A2A6A6;
  display: flex;
  align-items: start;
  gap: 30px;
}
header .head nav p:first-child {
  color: #35AFBF;
  border-bottom: 2px solid #35AFBF;
  padding-bottom: 8px;
}
header .head button {
  padding: 15px 40px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  background-color: #35AFBF;
  color: white;
}
header .head1 {
  position: relative;
  padding-left: 10% !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  padding: 140px 0px;
}
header .head1 h1 {
  font-size: 50px;
}
header .head1 h1 b {
  color: #35AFBF;
}
header .head1 p {
  font-size: 20px;
}
header .head1 button {
  padding: 15px 40px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  background-color: #35AFBF;
  color: white;
}
header .head1 img {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.sec1 {
  max-width: 1400px;
  margin: 100px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.sec1 .div1 {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.sec1 .div1 .vs1 {
  background-color: #D1F4F9;
  background-image: url(Backgroun.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.sec1 .div1 .divs1 {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 5%;
}

.sec2 {
  max-width: 1400px;
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2 .text2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
.sec2 .text2 h1 {
  font-size: 40px;
}
.sec2 .text2 button {
  color: #35AFBF;
  background: none;
  border: 2px solid #35AFBF;
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 10px;
}
.sec2 .img2 {
  width: 35% !important;
}

.sec3 {
  width: 100%;
  margin: 100px 0px;
  color: white;
  background-image: url(Backgroundg.png);
  padding: 110px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.sec4 {
  max-width: 1400px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.sec4 .div4 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sec4 .div4 .divs4 {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.sec5 {
  width: 100%;
  margin: 100px auto;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  background-image: url(Backgroun.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sec5 h4 {
  color: #4B4C4C;
  font-size: 30px;
}
.sec5 .mini4 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec5 .mini4 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sec6 {
  max-width: 1400px;
  margin: 150px auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.sec6 button {
  padding: 15px 40px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  background-color: #35AFBF;
  color: white;
}

footer {
  width: 100%;
  background-color: #2C353E;
}
footer .foot {
  max-width: 1400px;
  margin: auto;
  padding: 100px 0px 50px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #A2A6A6 !important;
}
footer .foot .foots {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  color: white;
}
footer .foot .foots p {
  color: #A2A6A6;
}
footer .foot .foots button {
  border: 2px solid #A2A6A6;
  background: none;
  padding: 10px 40px;
  border-radius: 10px;
  color: #A2A6A6;
}
footer .last {
  padding: 50px 0px;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}
footer .last .bar {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 30px;
}
footer .last .bar .nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .last .bar .pp {
  color: #A2A6A6;
}/*# sourceMappingURL=style.css.map */