* {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #252B42;
}

body {
  background-color: #252B42;
  color: white;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav a {
  color: white;
  text-decoration: none;
}
header div {
  display: flex;
  align-items: center;
  gap: 20px;
}
header div button:first-child {
  border: none;
  background-color: transparent;
  color: white;
}
header div button:last-child {
  background-color: #23A6F0;
  color: white;
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
}
header .icons {
  display: none;
}

.section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  margin-bottom: 120px;
}
.section1 aside:first-child {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section1 aside:first-child h1 {
  font-size: 70px;
}
.section1 aside:first-child p {
  font-size: 20px;
}
.section1 aside:first-child div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section1 aside:first-child div button {
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
}
.section1 aside:first-child div button:first-child {
  background-color: #23A6F0;
}
.section1 aside:first-child div button:last-child {
  background-color: transparent;
  border: 1px solid white;
}
.section1 aside:first-child img {
  top: 100px;
  left: 0px;
  position: absolute;
}
.section1 aside:last-child {
  position: relative;
}
.section1 aside:last-child img:last-child {
  left: 0;
  z-index: -1;
  top: 30px;
  position: absolute;
}

.menu_mobile {
  display: none;
}

.section2 {
  margin-bottom: 100px;
}
.section2 .sec2-container {
  max-width: 1200px;
  margin: auto;
}
.section2 .sec2-container .sec2-cnt {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section2 .sec2-container .sec2-cnt .sec2-block1 {
  border: 2px solid rgb(255, 255, 255);
  width: 30%;
  color: #ffffff;
  display: flex;
  padding: 25px;
  gap: 25px;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 5px;
}

.section3 {
  margin-bottom: 100px;
}
.section3 .sec3-container {
  max-width: 1200px;
  margin: auto;
}
.section3 .sec3-container .sec3-content {
  background-color: rgb(255, 255, 255);
  width: 70%;
  margin: auto;
  text-align: center;
  color: #000;
  padding-bottom: 30px;
  border-radius: 10px;
}

.section4 {
  margin-bottom: 100px;
  margin-bottom: 150px;
}
.section4 .section4-container {
  max-width: 1200px;
  margin: auto;
}
.section4 .section4-container .sec4-content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.section4 .section4-container .sec4-content .sec4-block1 {
  width: 24%;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 20px;
  border: 2px solid white;
  align-items: center;
}

.section5 {
  margin-bottom: 100px;
}
.section5 .sec5-container {
  max-width: 1200px;
  margin: auto;
}
.section5 .sec5-container .sec5-content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.section5 .sec5-container .sec5-content .sec5-block1 {
  background-color: rgb(255, 255, 255);
  width: 48%;
  display: flex;
  color: #000;
  padding: 30px;
  gap: 70px;
  border-radius: 10px;
}
.section5 .sec5-container .sec5-content .sec5-block1 .sec5-text {
  margin-left: 25px;
}
.section5 .sec5-container .sec5-content .sec5-block1 .sec5-text .free {
  color: #23A6F0;
  margin-bottom: 10px;
}
.section5 .sec5-container .sec5-content .sec5-block1 .sec5-btn {
  color: #23A6F0;
}
.section5 .sec5-container .sec5-content .sec5-block1 .sec5-btn .sec5-button {
  background-color: #23A6F0;
  padding: 15px 60px;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
}

.section6 .sec6-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 570px;
  align-items: center;
  font-size: 20px;
}
.section6 .sec6-container .d {
  width: 50%;
}

.sec6-img {
  background-color: #FAFAFA;
  height: 350px;
}
.sec6-img .ssa {
  background-color: red;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.sec6-img .ssa .sec6-cntainer {
  position: absolute;
  width: 1000px;
  height: 650px;
  top: -450px;
  left: 150px;
  display: flex;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text {
  background-color: rgb(255, 255, 255);
  width: 100%;
  color: #000;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text .inp1 {
  margin-left: 30px;
  margin-top: 25px;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text .inp1 label {
  font-weight: 500;
  margin-bottom: 20px;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text .inp1 input {
  padding: 10px;
  width: 85%;
  height: 55px;
  border-radius: 7px;
  background-color: #F9F9F9;
  border: 2px solid #E6E6E6;
  margin-top: 10px;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text .inp1 ::-moz-placeholder {
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text .inp1 ::placeholder {
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text .inp1 select {
  padding: 10px;
  width: 85%;
  height: 55px;
  border-radius: 7px;
  background-color: #F9F9F9;
  border: 2px solid #E6E6E6;
  margin-top: 10px;
}
.sec6-img .ssa .sec6-cntainer .sec6-cnt-text .inp1 select .e {
  font-weight: 400;
  background-color: #E6E6E6;
  border: 2px solid #E6E6E6;
}
.sec6-img .ssa .sec6-cntainer .sec6-btn {
  background-color: #23A6F0;
  color: #fff;
  margin-top: 40px;
  margin-left: 30px;
  width: 82%;
  height: 60px;
  border: none;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 600;
}

.footer {
  background-color: #252B42;
}
.footer .footer-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

@media (max-width: 900px) {
  .footer .footer-container {
    flex-direction: column;
    margin-top: -400px;
    text-align: center;
  }
  .sec6-img {
    display: none;
  }
  .section5 .sec5-container {
    max-width: 1200px;
    margin: auto;
  }
  .section5 .sec5-container .sec5-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .section5 .sec5-container .sec5-content .sec5-block1 {
    background-color: rgb(255, 255, 255);
    width: 48%;
    display: flex;
    color: #000;
    padding: 30px;
    gap: 70px;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .section5 .sec5-container .sec5-content .sec5-block1 .sec5-text {
    margin-left: 0;
    font-size: 20px;
  }
  .section5 .sec5-container .sec5-content .sec5-block1 .sec5-text .free {
    color: #23A6F0;
    margin-bottom: 10px;
  }
  .section5 .sec5-container .sec5-content .sec5-block1 .sec5-btn {
    color: #23A6F0;
    margin-top: -30px;
  }
  .section5 .sec5-container .sec5-content .sec5-block1 .sec5-btn .sec5-button {
    background-color: #23A6F0;
    padding: 20px 60px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    border-radius: 5px;
  }
  .section4 .section4-container {
    max-width: 1200px;
    margin: auto;
  }
  .section4 .section4-container .sec4-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section4 .section4-container .sec4-content .sec4-block1 {
    width: 47%;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .section3 .sec3-container .sec3-content {
    width: 90%;
  }
  .section3 .sec3-container .sec3-content p {
    width: 250px;
    margin: auto;
  }
  .section2 .sec2-container .sec2-cnt {
    flex-direction: column;
  }
  .section2 .sec2-container .sec2-cnt .sec2-block1 {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  header nav, header div {
    display: none;
  }
  .icons {
    display: flex !important;
  }
  .section1 {
    flex-direction: column;
  }
  .section1 aside:last-child img {
    width: 100%;
  }
  .menu_mobile {
    display: block;
  }
  .menu_mobile nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
  .menu_mobile a {
    color: white;
    font-size: 30px;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */