@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #315dc0;
  color: white;
  font-family: "Raleway", sans-serif;
  /* overflow: hidden; */
  font-weight: 900;
}
body {
  border: 1px solid rgba(249, 249, 249, 0.105);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
}

Webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* margin: 100px 150px; */
  /* border: 2px solid red; */
  margin: 10px 150px;
  min-height: 100vh;
  /* min-width: 100vw; */
}

.title {
  display: flex;
  flex-direction: column;
  /* z-index: 1; */
  opacity: 1;
}

.theme {
  font-size: 20px;
  font-weight: 900;
  /* border: 2px solid black; */
}

.logo a {
  font-size: 90px;
  /* border: 2px solid yellow; */
  /* font-weight: bold; */
  font-family: "Fredoka One", cursive;
  text-decoration: none;
  cursor: pointer;
}

.logo a,
.logo a:visited,
.logo a:hover,
.logo a:active {
  color: inherit;
}

.motto {
  font-size: 25px;
  margin: 10px 0px;
}

.img1 {
  /* align-items: flex-end; */
  margin-left: auto;
  /* image-resolution: 1080px; */
  justify-content: flex-end;
}

.img1 img {
  height: 25rem;
  /* width: 40rem; */
  max-width: 100%;
  display: block;
}

.line {
  font-size: 25px;
  /* border: 2px solid rgb(199, 54, 79); */
  width: 45%;
  margin: 10px 0px;
  text-align: left;
}

#mentor,
#problems {
  /* height: 50vh; */
  min-height: 50vh;
  /* min-width: 100vh; */
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* min-width: 100vw; */
}

.problem-box1 {
  margin: 25px 0px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
}

.problem-box2 {
  margin: 25px 0px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
}

.head1 {
  text-align: center;
  justify-content: center;
  font-family: "Fredoka One", cursive;
  font-size: 40px;
  display: block;
  margin: auto;
  align-items: center;
}

.box1 {
  /* border: 2px solid brown; */
  padding: 34px;
  margin: 2px 55px;
  /* border-radius: 28px; */
  /* background: #f2f2f2; */
  margin-bottom: 20px;
  padding: 10px 80px;
  width: 100%;
  /* border: 2px solid brown; */
  padding: 34px;
  margin: 2px 55px;
  /* border-radius: 28px; */
  /* background: #f2f2f2; */
  margin-bottom: 20px;
}
.box2 {
  /* border: 2px solid brown; */
  padding: 34px;
  margin: 2px 55px;
  /* border-radius: 28px; */
  /* background: #f2f2f2; */
  margin-bottom: 20px;
}
.box3 {
  /* border: 2px solid brown; */
  padding: 34px;
  margin: 2px 55px;
  /* border-radius: 28px; */
  /* background: #f2f2f2; */
  margin-bottom: 20px;
}
/* 
.box1 img {
  height: 160px;
  margin: auto;
  display: block;
} */
/* .box2 img {
  height: 160px;
  margin: auto;
  display: block;
} */

.probHead {
  margin: 2px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "Fredoka One", cursive;
}
.solHead {
  margin: 2px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "Fredoka One", cursive;
}
.head3 {
  margin: 2px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "Fredoka One", cursive;
}

.box1 p {
  margin: 2px 0px;
  text-align: center;
}
.box2 p {
  margin: 2px 0px;
  text-align: center;
}
.box3 p {
  margin: 2px 0px;
  text-align: center;
}

.zero {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 50px;
  color: #315dc0;
  text-align: center;
  font-weight: bold;
  background: #fff;
  /*align-items: center;
  justify-content: center;
  */
  font-family: "Fredoka One", cursive;
  margin: 4px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* section #solutions {
  background-color: #fff;
} */

#solutions {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 100vh;
  /* min-width: 100vw; */
  /* background-color: white !important; */
}

.box3 {
  /* border: 2px solid white; */
  margin: 50px auto;
  padding: 0px 150px;
}
.box3 p {
  /* border: 2px solid white; */
  margin-top: 4px;
  font-size: 18px;
}

.head3 {
  align-items: center;
  border-bottom: 5px solid white;
  border-radius: 40%;
  font-size: 45px;
  width: 40rem;
  /*margin-top: 20rem;
  */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.boxHead1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.boxHead1 img {
  height: 25rem;
  /* width: 30rem; */
  margin-top: 5rem;
  max-width: 100%;
  display: block;
}

#implementation {
  display: grid;
  /* grid-template-rows: 1fr 3fr 1fr 2fr; */
  /* grid-template-rows: 1fr 3fr 1fr 2fr; */
  /* grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr); */
  margin: 0px 10px 0px 10px;
  min-height: 100vh;
  /* min-width: 100vw; */
  justify-content: center;
  align-items: center;
}

.fullBox {
  display: flex;
  flex-direction: column;
}

.head4 {
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 45px;
  /* margin-top: 32rem; */
  font-family: "Fredoka One", cursive;
}

#box4-1 {
  display: flex;
}

#box4-2 {
  display: flex;
}

.img05 {
  /* width: 50%; */
  margin: 10px auto 10px auto;
  display: flex;
  justify-content: center;
  /* height: 10rem; */
  height: auto;
  width: auto;
}

.img05 img {
  /* height: 20rem;
  width: 30rem; */
  max-width: 50vw;
  display: block;
  /* width: 50rem; */
  -o-object-fit: contain;
}

#box4-1 {
  /* margin: 10px 100px; */
  margin: 20px 175px;
  justify-content: center;
  align-items: center;
}

#box4-2 {
  margin: 20px 340px;
  /* margin-left: auto;
  margin-right: auto; */
  justify-content: center;
  align-items: center;
}

section {
  border: 1px solid rgba(249, 249, 249, 0.105);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* #box4-1 p,
#box4-2 p {
  margin: 2px 0px;
  text-align: center;
} */

.impHead {
  margin: 2px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "Fredoka One", cursive;
}

.box4_1 {
  /* width: 0; */
  width: 100%;
  margin: 10px 25px;
  height: 8rem;
}

.box4_2 {
  width: 22rem;
  margin: 25px 75px;
  height: 8rem;
}

.box4_1 p {
  margin-top: 4px;
  text-align: center;
}

.box4_2 p {
  margin-top: 4px;
  text-align: center;
}

#pointSys {
  display: grid;
  /* flex-direction: column; */
  min-height: 100vh;
  /* min-width: 100vw; */
  /* align-items: center; */
}

.boxHead2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* height: 1rem; */
  /* height: calc(20vh - 10px); */
}

.head5 {
  /* align-items: center; */
  /* justify-content: center; */
  /* margin: auto; */
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 15px;
  /* margin-top: 32rem; */
  font-family: "Fredoka One", cursive;
}

.head2Content {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.pointBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 50px;
  /* height: 50vh; */
}

.box5-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20rem;
}

.box5_1 {
  margin: 5px 5px;
  padding: 10px 50px;
  /* border: 2px solid white; */
  height: 10rem;
}

.box5_1 p {
  text-align: center;
}

.box5-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 22rem;
}

.box5_2 {
  margin: 5px 5px;
  padding: 10px 50px;
  /* border: 2px solid white; */
  height: 10rem;
}

.box5_2 p {
  text-align: center;
}

.pointHead {
  margin: 2px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  font-family: "Fredoka One", cursive;
}

.img06 img {
  /* height: 20rem; */
  /* width: 30rem; */
  max-width: 100%;
  display: block;
}

#benefits {
  margin: 50px 50px 0px 50px;
  /* margin-top: 50px; */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* min-width: 100vw; */
}

.benefitsPara {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fredoka One", cursive;
  font-size: 30px;
  font-weight: 100;
}

.benefitsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.head6 {
  align-items: center;
  border-bottom: 5px solid white;
  border-radius: 40%;
  font-size: 45px;
  /* width: 40rem; */
  /*margin-top: 20rem;
  */
  border-radius: 5px;
  margin: 10rem;
  width: 15rem;
  text-align: center;
  font-family: "Fredoka One", cursive;
  font-weight: 500;
}

.contentBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
  margin-bottom: 40px;
  width: 30rem;
}

.contentBox img {
  height: 5rem;
  width: 5rem;
}

.contentBox p {
  width: 100%;
  font-size: 20px;
  font-weight: 800;
}

/* Media Query */
@media screen and (max-width: 1310px) {
  #solutions {
    display: flex;
    margin: 0px 40px;
  }

  .head3 {
    align-items: center;
    border-bottom: 5px solid white;
    border-radius: 40%;
    font-size: 45px;
    width: 40rem;
    margin-top: 10rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .boxHead1 img {
    /* display: none; */
    /* margin-top: 10rem; */
  }

  .box1 {
    /* width: 20rem; 
    padding: 10px 58px;  */
  }

  .head {
    margin: 0px 100px;
  }

  #implementation {
    margin: 0px 0px 0px 0px;
  }

  #benefits {
    margin: 0px 0px 0px 0px;
  }

  .benefitsPara {
    margin-top: 50px;
  }

  #box4-1 {
    margin: 20px 200px;
  }
}

@media screen and (max-width: 1290px) {
  .boxHead1 img {
    display: none;
    /* margin-top: 10rem; */
  }

  .box4_1 {
    margin: 10px 34px;
  }

  .box4_1 p {
    width: 100%;
  }
  section {
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px) {
  #solutions {
    flex-direction: column;
  }

  .head {
    margin: 0px 50px;
  }
  .box5_1 {
    margin: 22px 5px;
  }
  .box5-1 {
    height: 25rem;
  }
  .box5-2 {
    height: 25rem;
  }
  .box5_2 {
    margin: 40px 5px;
  }
  .head3 {
    margin-top: 2rem;
  }
  .box3 {
    padding: 0px 16rem;
  }
  .img1 img {
    height: 20rem;
  }
  #box4-1 {
    margin: 20px 240px;
  }
}

@media screen and (max-width: 1166px) {
  .img06 img {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  #box4-1 {
    margin: 20px 270px;
  }
  .box4_1 {
    margin: 10px 48px;
    height: 9rem;
  }
}

@media screen and (max-width: 1080px) {
  .box1 {
    padding: 34px 0px;
  }
  .box2 {
    padding: 34px 0px;
  }
  .img1 img {
    height: 19rem;
  }
  .box4_1 {
    margin: 10px 14px;
  }
  .box4_1 p {
    width: 18em;
  }
  .box4_2 {
    margin: 25px 45px;
  }

  .benefitsBox {
    flex-direction: column;
  }

  .head6 {
    margin: 2rem;
  }
  .contentBox {
    width: 34rem;
  }
  .contentBox img {
    margin-right: 20px;
  }
  #box4-1 {
    margin: 20px 305px;
  }
  .img05 img {
    max-width: 60vw;
  }
}

@media screen and (max-width: 960px) {
  .head {
    margin: 0px 20px;
  }

  .img1 img {
    height: 18rem;
  }

  .logo a {
    font-size: 75px;
  }
  .motto {
    font-size: 22px;
    margin: 10px 0px 2rem 0px;
  }
  .line {
    font-size: 22px;
    margin: 20px 0px;
  }

  #problems {
    margin-top: 20px;
  }

  .head1 {
    font-size: 34px;
  }

  .zero {
    width: 90px;
    height: 90px;
    line-height: 92px;
    font-size: 45px;
  }

  .probHead {
    font-size: 28px;
  }

  .head3 {
    font-size: 34px;
    width: 29rem;
  }

  .solHead {
    font-size: 27px;
  }
  .img05 img {
    max-width: 64vw;
  }
  .impHead {
    font-size: 35px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 20px;
    font-weight: 900;
  }
}

@media screen and (max-width: 950px) {
  /* .img05 {
    display: none;
  } */

  .fullBox {
    display: flex;
  }

  #box4-1 {
    flex-direction: column;
  }

  #box4-2 {
    flex-direction: column;
  }

  .box4_1 {
    width: 22rem;
    margin: 25px 45px;
  }

  .box4_1 p {
    width: auto;
  }
  .impHead {
    font-size: 35px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 20px;
    font-weight: 900;
  }
}

@media screen and (max-width: 890px) {
  .box1 {
    margin: 2px 24px;
  }

  .impHead {
    font-size: 35px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 20px;
    font-weight: 900;
  }
}

@media screen and (max-width: 880px) {
  .box5_2 {
    padding: 10px 24px;
    margin: 60px 5px;
  }
  .box5_2 p {
    margin-top: 9px;
  }
  .box5_1 {
    margin: 60px 5px;
  }
  .box5_1 p {
    margin-top: 9px;
  }
  .box5-2 {
    margin-bottom: 59px;
  }
  .benefitsPara {
    padding: 0px 150px;
    text-align: center;
  }
  .box2 {
    margin: 2px 28px;
  }
  .probHead {
    font-size: 26px;
  }
  .contentBox img {
    margin-right: 35px;
  }
  .box3 {
    padding: 0px 11rem;
  }
  .impHead {
    font-size: 35px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 20px;
    font-weight: 900;
  }
}

@media screen and (max-width: 800px) {
  .box5_1 {
    height: 100vh;
    margin: 55px 0px;
  }
  .impHead {
    font-size: 35px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 20px;
    font-weight: 900;
  }
}

@media screen and (max-width: 700px) {
  .pointBox {
    flex-direction: column;
  }
  .box5_1 {
    /* margin: 31px 0px; */
    margin: 15px 0px;
  }
  .box5-1 {
    height: 20rem;
  }
  .box5_2 {
    margin: 20px 5px;
  }
  .box5-2 {
    height: 20rem;
  }
  .impHead {
    font-size: 35px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 20px;
    font-weight: 900;
  }
  #pointSys {
    margin-top: 14px;
  }
}

@media screen and (max-width: 620px) {
  .box3 {
    padding: 0px 4rem;
  }
  .contentBox {
    font-size: 18px;
  }
  .img05 img {
    max-width: 80vw;
  }
  .box4_1 {
    margin: 10px 45px;
  }
  .box4_2 {
    margin: 10px 45px;
  }
  .line {
    width: 75%;
  }
  .box1 {
    margin: 2px auto;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 18px;
    font-weight: 900;
  }
}

@media screen and (max-width: 530px) {
  .problem-box1 {
    flex-direction: column;
    margin: 0px 90px;
  }
  .problem-box2 {
    flex-direction: column;
    margin: 0px 90px;
  }
  .box1 {
    padding: 15px 0px;
  }
  .box2 {
    padding: 15px 0px;
  }
  #problems {
    margin-bottom: 20px;
  }
  #mentor {
    margin-bottom: 10px;
  }

  .head1 {
    margin-top: 10px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 18px;
    font-weight: 900;
  }
  .head5 {
    font-size: 40px;
  }
  .head2Content {
    font-size: 21px;
  }
  .pointHead {
    font-size: 26px;
  }
  .benefitsPara {
    padding: 0px 115px;
  }
  .contentBox img {
    margin-right: 20px;
    margin-left: 16px;
  }
  .contentBox p {
    font-size: 18px;
  }
  .contentBox {
    width: 30rem;
  }
  #solutions {
    margin: 0px 28px;
  }
  .motto {
    margin-bottom: 5rem;
  }
  .line {
    margin-top: 30px;
  }
  .logo a {
    font-size: 65px;
  }
  #problems {
    margin-top: 20px;
  }
  .head4 {
    font-size: 40px;
  }
  .impHead {
    font-size: 30px;
  }
  .head3 {
    width: 19rem;
  }
  .pointBox {
    height: 45rem;
  }
  .benefitsPara {
    padding: 0px 78px;
  }
  .box5-2 {
    height: 19rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 482px) {
  .box5_2 {
    padding: 10px 0px;
  }
  .box5_1 {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 460px) {
  .benefitsPara {
    padding: 0px 10px;
  }
  .contentBox {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .contentBox p {
    font-size: 16px;
  }
  .box5-1 {
    margin-bottom: 15px;
  }
  .box5_1 {
    margin: 8px 0px;
  }
  .box5-2 {
    margin: 25px 0px;
  }
  .box3 {
    padding: 0px 0rem;
  }
  .box2 p {
    width: 18rem;
  }
  .box1 p {
    width: 18rem;
  }
}

@media screen and (max-width: 400px) {
  .img1 {
    margin-left: auto;
    margin-right: auto;
  }
  .img1 img {
    /* height: 16rem; */
    height: auto;
  }
}

@media screen and (max-width: 387px) {
}

@media screen and (max-width: 370px) {
  #solutions {
    margin: 0px 10px;
  }
  #implementation {
    margin: 0px 0px 0px 0px;
  }
  .box4_1 p,
  .box4_2 p {
    font-size: 17px;
  }
  .box4_1,
  .box4_2 {
    width: 19rem;
  }
  .head1 {
    font-size: 32px;
  }
  .line {
    width: 100%;
  }
  .pointHead {
    font-size: 23px;
  }
}
