* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #ECF0FF;
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: clamp(300px, 100%, 1000px);
  padding: 5px 40px;
  gap: 5%;
}
header img {
  width: clamp(150px, 50%, 200px);
}
header p {
  font-weight: 600;
  color: #192945;
}

section {
  width: 100%;
}
section .sectionHeader {
  margin: auto;
  padding: 0px 40px;
  width: clamp(300px, 100%, 1000px);
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .sectionHeader img:nth-of-type(1) {
  width: clamp(50px, 90%, 280px);
}
section .sectionHeader img:nth-of-type(2) {
  width: clamp(50px, 90%, 580px);
}
section .sectionHeader img {
  width: clamp(50px, 90%, 250px);
}
section .mainsection {
  width: clamp(300px, 100%, 1000px);
  width: 100% !important;
  padding: 0px 40px;
  background-color: #4c65ff;
  min-height: 500px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section .mainsection .paragraph {
  color: #ECF0FF !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1px;
  gap: 20px;
  flex: 1;
  max-width: 500px;
  height: 400px;
  min-height: 400px;
}
section .mainsection .paragraph h1 {
  font-size: 25px;
  font-weight: 900;
}
section .mainsection .paragraph p {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
section .mainsection .qrw-wrap {
  flex: 1;
  height: 400px;
  background-color: transparent !important;
  border: none !important;
}
section .lastsection {
  width: 100%;
  padding: 20px;
  min-height: 400px;
  background-color: #ECF0FF;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 20px 0px;
  align-items: center;
  gap: 20px;
}
section .lastsection h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 40px;
  color: #192945;
  width: 100%;
  text-align: center;
}
section .lastsection img {
  width: 100%;
  background-size: cover;
  opacity: 0.9;
}
section .footersection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  padding: 20px 40px;
  width: clamp(300px, 100%, 1000px);
  margin: auto;
  gap: 20px;
}
section .footersection div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
section .footersection div b {
  color: #192945;
  font-weight: 800;
  font-size: 16px;
}
section .footersection div b:hover {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  color: #4c65ff;
}
section .footersection div p {
  color: #192945;
  font-weight: 400;
  font-size: 10;
}
section .footersection div p:hover {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  color: #4c65ff;
}

@media (max-width: 900px) {
  header {
    padding: 10px;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  header p:nth-of-type(3), header p:nth-of-type(4) {
    display: none;
  }
  .sectionHeader {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    gap: 5px;
    width: 100%;
    margin-top: 0px !important;
  }
  .mainsection {
    flex-direction: column !important;
    justify-content: start !important;
    align-items: center;
    padding: 10px !important;
    width: 100% !important;
    gap: 4px !important;
  }
  .mainsection .paragraph {
    width: 100% !important;
    text-align: center !important;
    height: auto !important;
    min-height: 300px !important;
  }
  .mainsection .paragraph i {
    text-align: center !important;
    margin: 0px auto;
  }
  .mainsection .qrw-wrap {
    height: auto !important;
  }
  .slogan {
    left: auto !important;
  }
  .footersection {
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 20px 10px !important;
    gap: 20px !important;
  }
}/*# sourceMappingURL=index.css.map */