@font-face {
  font-family: font1;
  src: url(./fonts/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvbQoi-E.woff2);
}
@font-face {
  font-family: font1;
  src: url(./fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: font1;
}

html {
  display: flex;
  justify-content: center;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  max-width: 1890px;
  overflow-x: hidden;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: white;
  max-width: 1890px;
}
header #mainHead {
  width: 100%;
  background: linear-gradient(90deg, #1a71fb, #7a41f2);
  padding: 1.01rem 0;
}
header #mainHead h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.9rem;
  color: white;
}
header nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  justify-content: space-between;
  padding: 2.5rem 1.55rem;
  padding-right: 2.1rem;
}
header nav #logo img {
  width: 7.86rem;
}
header nav #menu i {
  font-size: 1.3rem;
}
header nav #menuBar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.55rem;
  display: none;
}
header nav #menuBar ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
header nav #menuBar ul li {
  list-style: none;
  position: relative;
  padding: 1rem 0;
}
header nav #menuBar ul li a {
  border-radius: 2rem;
  padding: 0.7rem 0.8rem;
  text-decoration: none;
  color: rgb(81, 78, 78);
  font-family: font1;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
}
header nav #menuBar ul li .hoverDiv {
  width: 11.5rem;
  background-color: rgb(251, 251, 251);
  border-radius: 0.5rem;
  position: absolute;
  left: -33%;
  top: 80%;
  padding: 1.4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  box-shadow: 0 0 22px rgb(161, 157, 157);
  display: none;
  background-color: white;
}
header nav #menuBar ul li .hoverDiv h4 {
  width: 100%;
  font-weight: 400;
  font-size: 0.89rem;
  color: #7d8182;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  text-transform: capitalize;
  cursor: pointer;
}
header nav #menuBar ul li .hoverDiv h4:hover {
  background-color: rgba(207, 223, 235, 0.3607843137);
  color: #0468d7;
}
header nav #menuBar ul li:hover a {
  background-color: rgba(207, 223, 235, 0.3607843137);
  color: #0468d7;
}
header nav #menuBar ul li:nth-child(3) a {
  color: #0468d7;
}
header nav #menuBar > span {
  cursor: pointer;
  border-radius: 50%;
  padding: 0.5rem;
}
header nav #menuBar > span i {
  font-size: 1rem;
  font-weight: 800;
}
header nav #menuBar > span:hover {
  background-color: rgba(207, 223, 235, 0.3607843137);
}
header nav #menuBar button {
  padding: 0.8rem 2.6rem;
  border-radius: 50rem;
  border: 0.1rem solid #0468d7;
  outline: none;
  font-weight: 600;
  font-size: 0.9rem;
  background-color: #0468d7;
  color: white;
  cursor: pointer;
}
header nav #menuBar button:hover {
  background-color: white;
  color: #0468d7;
}
@media (min-width: 1000px) {
  header nav {
    padding: 0.25rem 2.6rem;
  }
  header nav #menu {
    display: none;
  }
  header nav #menuBar {
    display: flex;
  }
}

main #sec1 {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 6.1rem;
  display: flex;
  justify-content: center;
  gap: 0rem;
  background: linear-gradient(235deg, #f3fcff, #fbe1eb);
}
main #sec1 .homeContent {
  width: 93%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.75rem;
  flex-direction: column;
}
main #sec1 .homeContent .homeImg {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-direction: column;
  text-align: center;
}
main #sec1 .homeContent .homeImg div {
  width: 100%;
  padding-top: 0.5rem;
}
main #sec1 .homeContent .homeImg div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #sec1 .homeContent .homeImg h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
}
main #sec1 .homeContent .homeInfo {
  width: 100%;
  text-align: center;
}
main #sec1 .homeContent .homeInfo p {
  font-size: 2.2rem;
  color: rgb(67, 65, 65);
}
main #sec2 {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
}
main #sec2 #imgContent {
  width: 88%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main #sec2 #imgContent .box {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  overflow: hidden;
}
main #sec2 #imgContent .box .line {
  width: 100%;
  height: 0.12rem;
  background-color: #d6d9dc;
}
main #sec2 #imgContent .box h2 {
  font-size: 1.5rem;
}
main #sec2 #imgContent .box p {
  font-size: 1.2rem;
  width: 88%;
  color: #5d6061;
}
main #sec2 #imgContent .box .imgBox {
  width: 100%;
  overflow: hidden;
}
main #sec2 #imgContent .box .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #sec3 {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
}
main #sec3 > div {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main #sec3 > div .img-div {
  width: 100%;
  overflow: hidden;
}
main #sec3 > div .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #sec3 > div .paraInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
}
main #sec3 > div .paraInfo h5 {
  font-size: 1.34rem;
  color: rgb(62, 58, 58);
  font-weight: 500;
}
main #sec3 > div .paraInfo h1 {
  font-size: 2.9rem;
  font-family: font1;
  font-weight: 600;
}
main #sec3 > div .paraInfo p {
  font-size: 1.26rem;
  font-weight: 400;
  color: rgb(101, 96, 96);
}
main #sec3 > div .paraInfo .btns {
  width: 100%;
  padding-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  overflow: hidden;
}
main #sec3 > div .paraInfo .btns button {
  font-size: 0.9rem;
  padding: 0.5rem 1.4rem;
  border-radius: 2rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
main #sec3 > div .paraInfo .btns button:nth-child(1) {
  border: 0.1rem solid #0468d7;
  color: #0468d7;
}
main #sec3 > div .paraInfo .btns button:nth-child(1):hover {
  background-color: #0468d7;
  color: white;
}
main #sec3 > div .paraInfo .btns button:nth-child(2) i {
  margin-left: 0.4rem;
}
main #sec4 {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  background: linear-gradient(260deg, #b6f2f8, #f4f4d0);
}
main #sec4 > div {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main #sec4 > div .img-div {
  width: 100%;
  overflow: hidden;
}
main #sec4 > div .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #sec4 > div .paraInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
}
main #sec4 > div .paraInfo h5 {
  font-size: 1.34rem;
  color: rgb(62, 58, 58);
  font-weight: 500;
}
main #sec4 > div .paraInfo h1 {
  font-size: 2.9rem;
  font-family: font1;
  font-weight: 600;
}
main #sec4 > div .paraInfo p {
  font-size: 1.26rem;
  font-weight: 400;
  color: rgb(101, 96, 96);
}
main #sec4 > div .paraInfo .btns {
  width: 100%;
  padding-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  overflow: hidden;
}
main #sec4 > div .paraInfo .btns button {
  font-size: 0.9rem;
  padding: 0.5rem 1.4rem;
  border-radius: 2rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
main #sec4 > div .paraInfo .btns button:nth-child(1) {
  background-color: #0468d7;
  color: white;
}
main #sec4 > div .paraInfo .btns button:nth-child(1):hover {
  background-color: #0468d7;
  color: white;
}
main #sec4 > div .paraInfo .btns button:nth-child(2) i {
  margin-left: 0.4rem;
}
main #sec5 {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
}
main #sec5 > div {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main #sec5 > div .img-div {
  width: 100%;
  overflow: hidden;
}
main #sec5 > div .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #sec5 > div .paraInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
}
main #sec5 > div .paraInfo h5 {
  font-size: 1.34rem;
  color: rgb(62, 58, 58);
  font-weight: 500;
}
main #sec5 > div .paraInfo h1 {
  font-size: 2.9rem;
  font-family: font1;
  font-weight: 600;
}
main #sec5 > div .paraInfo p {
  font-size: 1.26rem;
  font-weight: 400;
  color: rgb(101, 96, 96);
}
main #sec5 > div .paraInfo .btns {
  width: 100%;
  padding-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  overflow: hidden;
}
main #sec5 > div .paraInfo .btns button {
  font-size: 0.9rem;
  padding: 0.5rem 1.4rem;
  border-radius: 2rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
main #sec5 > div .paraInfo .btns button:nth-child(1) {
  border: 0.1rem solid #0468d7;
  color: #0468d7;
}
main #sec5 > div .paraInfo .btns button:nth-child(1):hover {
  background-color: #0468d7;
  color: white;
}
main #sec5 > div .paraInfo .btns button:nth-child(2) i {
  margin-left: 0.4rem;
}
main #sec6 {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  background: linear-gradient(260deg, #b6f2f8, #f4f4d0);
}
main #sec6 > div {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main #sec6 > div .img-div {
  width: 100%;
  overflow: hidden;
}
main #sec6 > div .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #sec6 > div .paraInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  overflow: hidden;
}
main #sec6 > div .paraInfo h5 {
  font-size: 1.34rem;
  color: rgb(62, 58, 58);
  font-weight: 500;
}
main #sec6 > div .paraInfo h1 {
  font-size: 2.9rem;
  font-family: font1;
  font-weight: 600;
}
main #sec6 > div .paraInfo p {
  font-size: 1.26rem;
  font-weight: 400;
  color: rgb(101, 96, 96);
}
main #sec6 > div .paraInfo .btns {
  width: 100%;
  padding-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  overflow: hidden;
}
main #sec6 > div .paraInfo .btns button {
  font-size: 0.9rem;
  padding: 0.5rem 1.4rem;
  border-radius: 2rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
main #sec6 > div .paraInfo .btns button:nth-child(1) {
  background-color: #0468d7;
  color: white;
}
main #sec6 > div .paraInfo .btns button:nth-child(1):hover {
  background-color: #0468d7;
  color: white;
}
main #sec6 > div .paraInfo .btns button:nth-child(2) i {
  margin-left: 0.4rem;
}
main #sec7 {
  width: 100%;
  padding: 4.2rem 0;
  display: flex;
  justify-content: center;
}
main #sec7 > div {
  width: 90%;
  overflow: hidden;
}
main #sec7 > div #instBox {
  width: 100%;
  background-image: url(./images/instBox.png);
  background-size: cover;
  background-position: center;
  background-color: #042449;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-radius: 2rem;
  padding: 6rem 3rem;
}
main #sec7 > div #instBox h1 {
  font-size: 3rem;
}
main #sec7 > div #instBox p {
  font-size: 1.2rem;
  width: 90%;
}
main #sec7 > div #instBox .btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
main #sec7 > div #instBox .btns button {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 3rem;
  border: none;
  outline: none;
  background: none;
  color: white;
  font-weight: 500;
}
main #sec7 > div #instBox .btns button:nth-child(1) {
  background-color: white;
  color: #1661d9;
}
@media (min-width: 1000px) {
  main #sec1 .homeContent .homeImg {
    flex-direction: row-reverse;
    padding: 0 6rem;
    gap: 0rem;
  }
  main #sec1 .homeContent .homeImg div {
    width: 58%;
    padding: 1rem;
  }
  main #sec1 .homeContent .homeImg h1 {
    font-size: 4.5rem;
    text-align: start;
    line-height: 4.86rem;
    width: 50%;
    padding-top: 1rem;
    padding-left: 1.5rem;
  }
  main #sec1 .homeContent .homeInfo {
    width: 70%;
  }
  main #sec2 #imgContent {
    flex-direction: row;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
  main #sec2 #imgContent .box {
    gap: 2rem;
  }
  main #sec2 #imgContent .box h2 {
    font-size: 1.75rem;
    font-weight: 600;
  }
  main #sec2 #imgContent .box p {
    font-size: 1.26rem;
  }
  main #sec2 #imgContent .box div {
    margin-top: 2.5rem;
    text-align: center;
    width: 90%;
  }
  main #sec3 > div {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
    padding: 0rem 4.9rem;
  }
  main #sec3 > div .img-div {
    width: 43%;
  }
  main #sec3 > div .paraInfo {
    width: 50%;
  }
  main #sec3 > div .paraInfo h1 {
    font-size: 3.9rem;
    font-weight: 800;
  }
  main #sec3 > div .paraInfo p {
    font-size: 1.3rem;
    width: 90%;
  }
  main #sec3 > div .paraInfo .btns {
    margin-top: 0.5rem;
  }
  main #sec3 > div .paraInfo .btns button {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1.8rem;
  }
  main #sec4 > div {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
    padding: 2rem 4.9rem;
  }
  main #sec4 > div .img-div {
    width: 42%;
  }
  main #sec4 > div .paraInfo {
    width: 50%;
  }
  main #sec4 > div .paraInfo h1 {
    font-size: 3.9rem;
    font-weight: 800;
    line-height: 3.9rem;
  }
  main #sec4 > div .paraInfo p {
    font-size: 1.3rem;
    width: 90%;
  }
  main #sec4 > div .paraInfo .btns {
    margin-top: 0.5rem;
  }
  main #sec4 > div .paraInfo .btns button {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1.8rem;
  }
  main #sec5 > div {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
    padding: 2rem 4.9rem;
  }
  main #sec5 > div .img-div {
    width: 42%;
  }
  main #sec5 > div .paraInfo {
    width: 50%;
  }
  main #sec5 > div .paraInfo h1 {
    font-size: 3.9rem;
    font-weight: 800;
    line-height: 3.9rem;
  }
  main #sec5 > div .paraInfo p {
    font-size: 1.3rem;
    width: 90%;
  }
  main #sec5 > div .paraInfo .btns {
    margin-top: 0.5rem;
  }
  main #sec5 > div .paraInfo .btns button {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1.8rem;
  }
  main #sec6 > div {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
    padding: 2rem 4.9rem;
  }
  main #sec6 > div .img-div {
    width: 42%;
  }
  main #sec6 > div .paraInfo {
    width: 50%;
  }
  main #sec6 > div .paraInfo h1 {
    font-size: 3.9rem;
    font-weight: 800;
    line-height: 3.9rem;
  }
  main #sec6 > div .paraInfo p {
    font-size: 1.3rem;
    width: 90%;
  }
  main #sec6 > div .paraInfo .btns {
    margin-top: 0.5rem;
  }
  main #sec6 > div .paraInfo .btns button {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.7rem 1.8rem;
  }
  main #sec7 > div {
    width: 82%;
  }
  main #sec7 > div #instBox {
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 4.5rem 4.2rem;
    gap: 1rem;
  }
  main #sec7 > div #instBox h1 {
    font-size: 3.7rem;
  }
  main #sec7 > div #instBox .btns {
    margin-top: 0.7rem;
  }
  main #sec7 > div #instBox .btns button {
    font-size: 0.9rem;
  }
}

footer {
  background-color: #f8f9fa;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  padding-top: 4rem;
  padding-bottom: 1.3rem;
}
footer > div {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
footer > div .footInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
footer > div .footInfo .right {
  padding: 0rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
footer > div .footInfo .right div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
footer > div .footInfo .right div h3 {
  font-size: 1.2rem;
}
footer > div .footInfo .right div p {
  font-size: 1.1rem;
  color: rgb(78, 75, 75);
  text-transform: capitalize;
}
footer > div .icons {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 0.3rem;
}
footer > div .icons span svg {
  color: rgb(101, 97, 97);
}
footer > div .line {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(198, 187, 187, 0.711);
}
footer > div .terms {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-direction: column;
  padding-bottom: 1.3rem;
}
footer > div .terms .imp p {
  font-size: 0.9rem;
  color: rgb(95, 91, 91);
}
footer > div .terms .tags {
  display: flex;
  justify-content: center;
  align-items: top;
  gap: 1.24rem;
}
footer > div .terms .tags span {
  color: rgb(120, 113, 113);
}
@media (min-width: 1000px) {
  footer > div {
    width: 92%;
  }
  footer > div .footInfo {
    flex-direction: row;
    justify-content: space-between;
  }
  footer > div .footInfo .left img {
    width: 79%;
  }
  footer > div .footInfo .right {
    flex-direction: row;
    gap: 7.9rem;
    padding-right: 8rem;
  }
  footer > div .footInfo .right div h3 {
    font-size: 1.05rem;
    font-weight: 600;
  }
  footer > div .footInfo .right div p {
    font-size: 1rem;
  }
  footer > div .icons {
    justify-content: start;
    gap: 1rem;
  }
  footer > div .terms {
    flex-direction: row;
    justify-content: space-between;
    text-align: start;
    align-items: flex-start;
  }
  footer > div .terms .imp {
    width: 70%;
  }
  footer > div .terms .imp P {
    font-size: 0.88rem;
  }
  footer > div .terms .tags {
    font-size: 0.865rem;
  }
  footer > div .terms .tags span {
    color: rgb(80, 76, 76);
  }
}/*# sourceMappingURL=style.css.map */