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

.white {
  color: white;
}

.blue {
  color: #8EC2F2;
}

header {
  padding-bottom: 100px;
  background-image: url(./%23hero-cover.5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
header img {
  display: none !important;
}
header .content {
  max-width: 1200px;
  margin: auto;
}
header .content .navbar {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content .navbar div {
  display: flex;
  align-items: center;
  gap: 100px;
}
header .content .navbar div nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .content .navbar .icon {
  display: none !important;
}
header .content .navbar button {
  background-color: #23A6F0;
  color: white;
  padding: 9px 15px;
  border-radius: 5px;
  border: none;
}
header .content .none {
  display: none !important;
}
header .content .section {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content .section .text h1 {
  font-size: 100px;
}
header .content .section .text p {
  font-size: 20px;
  width: 50%;
}
header .content .section .text div {
  display: flex;
  gap: 10px;
}
header .content .section .text div .button {
  background-color: #23A6F0;
  color: white;
  padding: 9px 15px;
  border-radius: 15px;
  border: none;
}
header .content .section .text div .button2 {
  background-color: #23A6F0;
  color: white;
  padding: 9px 15px;
  border-radius: 15px;
  border: none;
  border: 1px solid white;
  color: white;
  background-color: transparent;
}
header .content .section .box {
  width: 40%;
  padding: 30px 20px;
  background-color: white;
  border-radius: 7px;
}
header .content .section .box h2 {
  text-align: center;
}
header .content .section .box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .content .section .box div input {
  border-radius: 7px;
  border: 1px solid #E6E6E6;
  padding: 10px 17px;
}
header .content .section .box button {
  background-color: #23A6F0;
  color: white;
  padding: 15px 125px;
  border-radius: 5px;
  border: none;
}

.section2 {
  padding: 100px 0px;
  max-width: 1200px;
  margin: auto;
}
.section2 .text {
  text-align: center;
  padding-bottom: 30px;
}
.section2 .text p {
  width: 35%;
  margin: auto;
}
.section2 .box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section2 .box div img {
  border-radius: 10px;
}
.section2 .box div div {
  border-radius: 10px;
  position: relative;
  top: -20px;
  padding: 40px 30px;
  border: 1px solid #23A6F0;
}
.section2 .box div div p {
  margin-top: 5px;
}

.section3 {
  padding: 100px 0px;
  max-width: 1200px;
  margin: auto;
}
.section3 .text {
  text-align: center;
  padding-bottom: 30px;
}
.section3 .text p {
  width: 35%;
  margin: auto;
}
.section3 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section3 .box div {
  padding: 30px;
  border: 1px solid #DEDEDE;
}

.section4 {
  max-width: 1200px;
  margin: auto;
}
.section4 .text {
  text-align: center;
  width: 40%;
  margin: auto;
}
.section4 .grid {
  margin-top: 30px;
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(3, 1fr);
  gap: 30px;
}
.section4 .grid .item {
  padding: 25px;
  display: flex;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.section4 .grid-none {
  display: grid;
  grid-template: repeat(7, 1fr)/repeat(1, 1fr);
  gap: 20px;
  display: none !important;
}
.section4 .grid-none .item1 {
  padding: 25px;
  display: flex;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.section5 {
  padding: 100px 0px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.section5 aside {
  text-align: center;
  width: 50%;
  margin: auto;
}
.section5 .img2 {
  display: none !important;
}

.section6 {
  background-color: #252B42;
  padding: 70px 0px;
}
.section6 .content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section6 .content .text {
  display: none !important;
}
.section6 .content .input {
  background-color: white;
  display: flex;
  align-items: center;
}
.section6 .content .input input {
  padding: 10px 20px;
  border: none;
}
.section6 .content .input button {
  background-color: #23A6F0;
  color: white;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
}

.section7 {
  max-width: 1200px;
  margin: auto;
  padding: 50px;
}
.section7 .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.section7 .end {
  padding: 15px;
  background-color: #FAFAFA;
  text-align: center;
}

@media (max-width: 500px) {
  * {
    overflow-x: hidden;
  }
  .white {
    color: black;
  }
  .grey {
    color: #737373;
  }
  header {
    background-image: none;
  }
  header img {
    display: block !important;
    width: 100%;
  }
  header .content {
    display: none;
  }
  .section2 {
    padding: 100px 10px;
  }
  .section2 .text h1 {
    font-size: 45px;
  }
  .section2 .text p {
    width: 80%;
  }
  .section2 .box {
    flex-direction: column;
  }
  .section3 {
    padding: 100px 10px;
  }
  .section3 .text h1 {
    font-size: 45px;
  }
  .section3 .text p {
    width: 80%;
  }
  .section3 .box {
    flex-direction: column;
  }
  .section4 {
    padding: 100px 10px;
  }
  .section4 .text {
    width: 70%;
  }
  .section4 .grid {
    display: none;
    gap: 10px;
  }
  .section4 .grid-none {
    display: block !important;
  }
  .section4 .grid-none .item1 {
    margin-bottom: 10px;
  }
  .section5 {
    padding: 100px 10px;
    text-align: center;
  }
  .section5 .text {
    width: 70%;
  }
  .section5 .img {
    display: none;
  }
  .section5 .img2 {
    display: block !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .section6 {
    padding: 70px 10px;
  }
  .section6 .content {
    flex-direction: column;
    gap: 30px;
  }
  .section6 .content .text {
    display: block !important;
    text-align: center;
  }
  .section6 .content .text h1 {
    color: white;
  }
  .section6 .content .text2 {
    display: none;
  }
  .section7 {
    padding: 50px 70px;
  }
  .section7 .box {
    flex-direction: column;
    gap: 40px;
  }
}/*# sourceMappingURL=style.css.map */