.landingPage {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.pageContent {
  width: 77.6vw;
  padding: 64px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageTxt {
  height: 68.4vh;
  width: 35.9vw;
  display: flex;
  flex-direction: column;
}
.edu {
  width: 210px;
  height: 210px;
  margin-bottom: 20px;
}
.edu2 {
  display: none;
}
.head {
  color: var(--ASANKA-Red, #ec1c24);
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 20px;
}
.description {
  color: var(--Gray-800, #1d2939);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.btns {
  width: 20vw;
  display: flex;
  justify-content: space-between;
}

.screenshots {
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}
.screenshots img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#screenshots-lightbox {
  display: none;
}

.orderBtn button {
  height: 5.9vh;
  width: 7.6vw;
  display: flex;
  padding: 10px 38px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: none;
  background: var(--ASANKA-Red, #ec1c24);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 500;
}
.exploreBtn button {
  height: 5.9vh;
  width: 10.8vw;
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: none;
  background: var(--Error-50, #fef3f2);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--ASANKA-Red, #ec1c24);
  font-size: 16px;
  font-weight: 500;
}
.pageImage {
  width: 33vw;
  height: 79vh;
}
.pageImage img {
  width: 33vw;
  height: 79vh;
}

.introPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--Ros-50, #fff1f3);
}
.introPageContent {
  display: flex;
  width: 77.6vw;
  padding: 30px 0px;
  justify-content: space-between;
  align-items: center;
}
.introAsanka {
  width: 40vw;
  height: 45vh;
}
.asanka {
  width: 40vw;
  height: 45vh;
}
.introTxt {
  width: 33.4vw;
  /* height: 32.6vh; */
}
.introHead {
  color: var(--ASANKA-Red, #ec1c24);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.impactHead {
  color: var(--ASANKA-Red, #ec1c24);
  font-size: 22px;
  /* font-weight: 600; */
  margin-bottom: 20px;
}
.impactPoints {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.introDescription {
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.avatar {
  display: flex;
  height: 9.1vh;
  align-items: center;
}
.avatarWrap {
  position: relative;
}
.avatarPic {
  margin-right: 16px;
  position: absolute;
  top: -30px;
}
.pic {
  width: 64px;
  height: 64px;
  position: absolute;
}
.avatarPic img:nth-child(2) {
  left: 40px;
}

.avatarPic img:nth-child(3) {
  left: 70px;
}
.schools {
  position: relative;
  left: 150px;
}
.number {
  color: var(--Gray-900, #101828);
  font-size: 26px;
  font-weight: 500;
}
.sch {
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  font-weight: 400;
}

.eduBenefit {
  display: flex;
  padding: 10px 0px;
  flex-direction: column;
  align-items: center;
}
.eduBenefitsContent {
  width: 77.6vw;
  padding: 30px 0px;
  justify-content: space-between;
  align-items: center;
}
.eduHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eduHead {
  color: var(--ASANKA-Red, #ec1c24);
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.eduDescription {
  color: var(--Gray-800, #1d2939);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
  width: 44.8vw;
}
.benefits {
  display: grid;
  grid-template-columns: auto auto;
}
.benefit {
  display: flex;
  width: 37.8vw;
  padding: 22px;
  align-items: flex-start;
  border-radius: 24px;
  border: 2px solid var(--Gray-200, #eaecf0);
  background: var(--White, #fff);
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  margin: 0px 32px 32px 0;
}
.benImg {
  width: 65px;
  height: 65px;
  margin-right: 26px;
}
.benHead {
  color: var(--Gray-700, #344054);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.benDescription {
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  font-weight: 400;
}

.toolsPage {
  width: 100vw;
  display: flex;
  padding: 34px 0px;
  background: var(--Ros-50, #fff1f3);
}
.toolsPageContent {
  width: 91.7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.toolsBar {
  width: 77.5vw;
  display: flex;
  justify-content: space-between;
}
.toolsBtn {
  width: 41.1vw;
  display: flex;
}
.toolsBtn .Learn {
  color: var(--ASANKA-Red, #ec1c24);
  font-size: 24px;
  font-weight: 600;
  background: transparent;
  border: none;
  margin-right: 22px;
}
.admin,
.aca {
  color: var(--Gray-400, #98a2b3);
  font-size: 24px;
  font-weight: 600;
  background: transparent;
  border: none;
  margin-right: 22px;
}
.nextAndPrevious button {
  border-radius: 8px;
  background: var(--ASANKA-Red, #ec1c24);
  border: none;
}
.nextAndPrevious button img {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.tools {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 30px 27vw;
}
#toolBoxes {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.tool {
  display: inline-block;
  padding: 22px;
  flex-direction: column;
  border-radius: 24px;
  border: 2px solid var(--Gray-200, #eaecf0);
  background: var(--White, #fff);
  margin-right: 32px;
  height: 38.4vh;
}
.tool:nth-child(1),
.tool:nth-child(2),
.tool:nth-child(3) {
  width: 17.8vw;
}
.tool:nth-child(4) {
  width: 43.2vw;
}
.tool h4 {
  color: var(--Gray-700, #344054);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.tool p {
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  font-weight: 400;
}

.videoPage {
  width: 100vw;
  display: flex;
  justify-content: center;
}
.videoContent {
  width: 53.4vw;
  height: 78.6vh;
  padding: 64px 10px;
}
iframe {
  width: 52.2vw;
  height: 61.5vh;
  border-radius: 32px;
}

.localContentPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--Ros-50, #fff1f3);
}
.localContent {
  display: flex;
  padding: 64px 0px;
  flex-direction: column;
  align-items: center;
  width: 89.9vw;
}
.localHeader {
  color: var(--ASANKA-Red, #ec1c24);
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  width: 41.8vw;
  margin-bottom: 32px;
}
.contentImages {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 32px;
  margin-bottom: 32px;
}
.contentimg {
  width: 24.5vw;
  height: 27.4vh;
}
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_p {
  color: var(--Gray-800, #1d2939);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.contact_btn {
  width: 10.3vw;
  height: 5.9vh;
  display: flex;
  padding: 10px 38px;
  justify-content: center;
  align-self: center;
  align-items: center;
  border-radius: 8px;
  border: none;
  background: var(--ASANKA-Red, #ec1c24);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 500;
}

.demoPage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demoPageContent {
  width: 67.9vw;
  display: flex;
  padding: 64px 0px;
  flex-direction: column;
  align-items: center;
}
.demoHeader {
  color: var(--ASANKA-Red, #ec1c24);
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 32px;
}
#countryDemo {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 123px;
}
.countrydemo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countrydemo a img {
  width: 10.8vw;
  height: 24.7vh;
}
.name {
  color: var(--Gray-700, #344054);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6px;
}
.class1,
.class2 {
  color: var(--Gray-500, #667085);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}

.caseStudy {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--Ros-50, #fff1f3);
}
.caseStudyContent {
  width: 77.5vw;
  display: flex;
  padding: 64px 0px;
  flex-direction: column;
  align-items: center;
}
.caseStudyHeader {
  color: var(--ASANKA-Red, #ec1c24);
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 34px;
}
#studyBoxes {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
  margin-bottom: 34px;
}
.studyPic {
  width: 24.5vw;
  height: 33.6vh;
  margin-bottom: 16px;
}
.title {
  color: var(--Gray-700, #344054);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.caseDescription {
  color: var(--Gray-800, #1d2939);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.account {
  display: flex;
  width: 24.5vw;
  justify-content: space-between;
}
.companyProfile {
  display: flex;
}
.profilePic {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.company {
  width: 6.8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.companyName {
  color: var(--Gray-900, #101828);
  font-size: 14px;
  font-weight: 500;
}
.loc {
  color: var(--Gray-500, #667085);
  font-size: 14px;
  font-weight: 400;
}
.caseBtn {
  display: flex;
  justify-content: flex-end;
}
.caseDownload {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  justify-content: center;
  gap: 8px;
  width: 8.1vw;
  height: 5.3vh;
  border-radius: 8px;
  background: var(--Error-100, #fee4e2);
  color: var(--ASANKA-Red, #ec1c24);
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.downImg {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.viewBtn {
  display: flex;
  align-items: center;
}
.view {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: none;
  background: var(--ASANKA-Red, #ec1c24);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .pageContent {
    width: 100vw;
    padding: 10px 30px;
  }
  .pageTxt {
    width: 45vw;
  }
  .edu {
    width: 170px;
    height: 170px;
    margin-bottom: 15px;
  }
  .head {
    margin-bottom: 15px;
    font-size: 60px;
  }
  .description {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .btns {
    width: 36vw;
  }
  .orderBtn button {
    width: 10vw;
    font-size: 20px;
  }
  .exploreBtn button {
    width: 20vw;
    font-size: 20px;
  }
  .pageImage {
    width: 45vw;
    height: 79vh;
  }
  .pageImage img {
    width: 45vw;
    height: 79vh;
  }

  .introPageContent {
    width: 100vw;
    padding: 10px 30px;
  }
  .introAsanka {
    width: 30vw;
    height: 60vh;
  }
  .asanka {
    width: 30vw;
    height: 60vh;
  }
  .introTxt {
    width: 60vw;
  }
  .introHead {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .introDescription {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .pic {
    width: 64px;
    height: 64px;
  }
  .schools {
    position: relative;
    left: 160px;
  }
  .number {
    font-size: 26px;
  }
  .sch {
    font-size: 20px;
  }

  .eduBenefitsContent {
    width: 100vw;
    padding: 20px 30px;
  }
  .eduHead {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .eduDescription {
    font-size: 20px;
    width: 80vw;
  }
  .benefit {
    width: 45vw;
  }
  .benHead {
    font-size: 22px;
  }
  .benDescription {
    font-size: 20px;
  }

  .toolsPageContent {
    width: 100vw;
  }
  .toolsBar {
    width: 100vw;
    padding: 0px 50px;
  }
  .toolsBtn {
    width: 70vw;
  }
  .previous {
    margin-right: 20px;
  }
  .nextAndPrevious button img {
    width: 34px;
    height: 34px;
  }
  .tools {
    padding: 30px 0px 30px 35vw;
  }

  .tool {
    height: 45vh;
  }
  .tool:nth-child(1),
  .tool:nth-child(2),
  .tool:nth-child(3) {
    width: 25vw;
  }

  .videoContent {
    width: 80vw;
    display: flex;
    justify-content: center;
  }
  iframe {
    width: 70vw;
  }

  .localContent {
    width: 90vw;
    padding: 40px 30px;
  }
  .localHeader {
    width: 80vw;
    margin-bottom: 20px;
  }
  .contentImages {
    gap: 20px;
    margin-bottom: 20px;
  }
  .contentimg {
    width: 30vw;
    height: 32vh;
  }
  .contact_p {
    font-size: 22px;
  }
  .contact_btn {
    font-size: 20px;
    width: 20vw;
    height: 6.9vh;
  }

  .demoPageContent {
    width: 80vw;
  }
  .demoHeader {
    margin-bottom: 20px;
  }
  #countryDemo {
    gap: 60px;
  }
  .countrydemo a img {
    width: 13.8vw;
    height: 24.7vh;
  }
  .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .class1,
  .class2 {
    width: 15vw;
    font-size: 20px;
  }

  .caseStudyContent {
    width: 95vw;
  }
  .caseStudyHeader {
    font-size: 38px;
    margin-bottom: 20px;
  }
  #studyBoxes {
    display: grid;
    gap: 30px;
  }
  .studyPic {
    width: 30vw;
    margin-bottom: 10px;
  }
  .title {
    font-size: 22px;
  }
  .caseDescription {
    font-size: 20px;
  }
  .account {
    width: 30vw;
  }
  .profilePic {
    width: 54px;
    height: 54px;
    margin-right: 7px;
  }
  .company {
    width: 14vw;
  }
  .companyName {
    font-size: 18px;
  }
  .loc {
    font-size: 18px;
  }
  .caseDownload {
    width: 10vw;
    font-size: 18px;
  }
  .downImg {
    display: none;
  }
  .view {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .landingPage {
    width: 100vw;
  }
  .pageContent {
    width: 100vw;
    padding: 70px 30px 160px 30px;
  }
  .pageTxt {
    width: 50vw;
    height: 40vh;
  }
  .edu {
    width: 150px;
    height: 150px;
  }
  .head {
    margin-bottom: 13px;
  }
  .description {
    margin-bottom: 17px;
  }
  .btns {
    width: 43vw;
  }
  .orderBtn button {
    width: 15vw;
    font-size: 20px;
  }
  .exploreBtn button {
    width: 25vw;
    font-size: 20px;
  }
  .pageImage {
    width: 50vw;
    height: 40vh;
  }
  .pageImage img {
    width: 45vw;
    height: 40vh;
  }

  .introPageContent {
    width: 100vw;
  }
  .introAsanka {
    width: 40vw;
    height: 40vh;
  }
  .asanka {
    width: 40vw;
    height: 40vh;
  }
  .introTxt {
    width: 50vw;
  }
  .introDescription {
    margin-bottom: 5px;
  }

  .eduBenefitsContent {
    width: 100vw;
  }
  .eduDescription {
    width: 90vw;
    font-size: 20px;
  }
  .benDescription {
    font-size: 20px;
  }

  .toolsPageContent {
    width: 100vw;
  }
  .toolsBar {
    width: 100vw;
    padding: 0px 30px;
  }
  .toolsBtn .Learn {
    font-size: 21px;
    margin-right: 15px;
  }
  .admin {
    font-size: 21px;
    margin-right: 15px;
  }
  .aca {
    font-size: 21px;
    margin-right: 0px;
  }
  .tools {
    padding: 30px 0px 30px 45vw;
  }
  .tool {
    padding: 20px;
    height: 35vh;
    margin-right: 10px;
  }
  .tool:nth-child(1),
  .tool:nth-child(2),
  .tool:nth-child(3) {
    width: 29vw;
  }
  .tool:nth-child(4) {
    width: 50vw;
  }
  .tool h4 {
    font: 22px;
  }
  .tool p {
    font-size: 20px;
  }

  .videoPage {
    padding: 20px 10px 64px 10px;
  }
  .videoContent {
    width: 90vw;
    height: 40vh;
  }
  iframe {
    width: 80vw;
    height: 35vh;
  }

  .localHeader {
    margin-bottom: 20px;
  }
  .contentImages {
    display: grid;
    grid-template-columns: auto auto;
  }
  .contentimg {
    width: 45vw;
    height: 20vh;
  }
  .contact_btn {
    width: 35vw;
    height: 5vh;
  }

  .demoPageContent {
    width: 90vw;
  }
  .demoHeader {
    font-size: 32px;
    margin-bottom: 10px;
  }
  #countryDemo {
    gap: 40px;
  }
  .countrydemo a img {
    width: 16vw;
    height: 15vh;
  }
  .class1,
  .class2 {
    width: 17vw;
  }

  .caseStudyContent {
    padding: 30px 0px;
  }
  .caseStudyHeader {
    font-size: 40px;
  }
  #studyBoxes {
    display: grid;
    grid-template-columns: auto auto;
  }
  .studyPic {
    width: 45vw;
    height: 27vh;
    margin-bottom: 0px;
  }
  .title {
    font-size: 23px;
  }
  .caseDescription {
    font-size: 21px;
  }
  .account {
    width: 45vw;
  }
  .profilePic {
    width: 64px;
    height: 64px;
  }
  .company {
    width: 20vw;
  }
  .companyName {
    font-size: 21px;
  }
  .loc {
    font-size: 20px;
  }
  .caseDownload {
    width: 18vw;
    font-size: 19px;
  }
  .downImg {
    display: block;
    width: 34px;
    height: 34px;
  }
  .view {
    font-size: 21px;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .landingPage {
    width: 100vw;
  }
  .pageContent {
    width: 100vw;
    padding: 62px 20px;
  }
  .pageTxt {
    width: 50vw;
    height: 55vh;
  }
  .edu {
    width: 170px;
    height: 170px;
  }
  .head {
    font-size: 60px;
  }
  .description {
    font-size: 23px;
  }
  .btns {
    width: 43vw;
  }
  .orderBtn button {
    width: 15vw;
    font-size: 20px;
  }
  .exploreBtn button {
    width: 25vw;
    font-size: 21px;
  }
  .pageImage {
    width: 50vw;
    height: 50vh;
  }
  .pageImage img {
    width: 50vw;
    height: 50vh;
  }

  .introPageContent {
    width: 100vw;
    padding: 50px 30px;
  }
  .introAsanka {
    width: 35vw;
    height: 30vh;
  }
  .asanka {
    width: 35vw;
    height: 30vh;
  }
  .introTxt {
    width: 60vw;
  }

  .eduDescription {
    width: 95vw;
    font-size: 21px;
  }
  .benefit {
    padding: 15px;
  }
  .benImg {
    margin-right: 15px;
  }
  .benDescription {
    font-size: 21px;
  }

  .toolsPageContent {
    width: 100vw;
  }
  .toolsBar {
    width: 100vw;
    padding: 0px 20px;
  }
  .toolsBtn .Learn {
    font-size: 22px;
    margin-right: 15px;
  }
  .admin {
    font-size: 22px;
    margin-right: 15px;
  }
  .aca {
    font-size: 22px;
    margin-right: 0px;
  }
  .tools {
    padding: 30px 0px 30px 60vw;
  }
  .tool {
    margin-right: 7px;
    padding: 15px;
  }
  .tool:nth-child(1),
  .tool:nth-child(2),
  .tool:nth-child(3) {
    width: 33vw;
  }
  .tool:nth-child(4) {
    width: 50vw;
    margin-right: 60px;
  }
  .tool h4 {
    font-size: 22px;
  }
  .tool p {
    font-size: 20px;
  }

  .videoPage {
    padding: 5px 10px 64px 10px;
  }
  .videoContent {
    width: 90vw;
    height: 40vh;
  }
  iframe {
    width: 80vw;
    height: 35vh;
  }

  .localHeader {
    width: 90vw;
    margin-bottom: 20px;
  }
  .contentImages {
    display: grid;
    grid-template-columns: auto auto;
  }
  .contentimg {
    width: 45vw;
    height: 20vh;
  }
  .contact_btn {
    width: 30vw;
    height: 5vh;
  }

  .demoPageContent {
    width: 90vw;
  }
  .demoHeader {
    margin-bottom: 10px;
  }
  #countryDemo {
    gap: 30px;
  }
  .countrydemo a img {
    width: 19vw;
    height: 17vh;
  }
  .name {
    font-size: 22px;
  }
  .class1,
  .class2 {
    width: 22vw;
  }

  .caseStudyContent {
    padding: 30px 0px;
  }
  .caseStudyHeader {
    font-size: 40px;
  }
  #studyBoxes {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .studyPic {
    width: 45vw;
    height: 27vh;
    margin-bottom: 0px;
  }
  .title {
    font-size: 23px;
  }
  .caseDescription {
    font-size: 21px;
  }
  .account {
    width: 45vw;
  }
  .profilePic {
    width: 64px;
    height: 64px;
    margin-right: 0;
  }
  .company {
    width: 22vw;
  }
  .companyName {
    font-size: 20px;
  }
  .loc {
    font-size: 20px;
  }
  .caseDownload {
    width: 16vw;
    font-size: 21px;
  }
  .downImg {
    display: none;
  }
  .view {
    font-size: 21px;
  }
}

@media screen and (max-width: 600px) {
  .pageContent {
    width: 100vw;
    padding: 30px 30px 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .pageTxt {
    width: 90vw;
    height: 250px;
    /* height: 370px; */
  }
  .edu {
    display: none;
    /* width: 130px;
        height: 130px;
        margin-bottom: 7px; */
  }
  .edu2 {
    display: block;
    text-align: center;
    /* width: 130px;
        height: 130px;
        margin-bottom: 7px; */
  }
  .edu2 img {
    margin: auto;
  }
  .head {
    font-size: 45px;
    margin-bottom: 7px;
  }
  .description {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .btns {
    width: 65vw;
    display: flex;
  }
  .orderBtn button {
    width: 8vw;
    font-size: 17px;
  }
  .exploreBtn button {
    width: 35vw;
    font-size: 17px;
  }
  .pageImage {
    height: 224px;
    width: 90vw;
  }
  .pageImage img {
    height: 224px;
    width: 90vw;
    object-fit: cover;
  }

  .introPageContent {
    width: 100vw;
    padding: 40px 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .introTxt {
    width: 90vw;
  }
  .introHead {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .introDescription {
    font-size: 20px;
  }
  .pic {
    width: 62px;
    height: 62px;
  }
  .schools {
    position: relative;
    left: 140px;
  }
  .number {
    font-size: 26px;
  }
  .sch {
    font-size: 20px;
  }
  .introAsanka {
    width: 90vw;
    height: 40vh;
  }
  .asanka {
    width: 90vw;
    height: 40vh;
    object-fit: cover;
    /* margin-top: 20px; */
  }

  .eduBenefitsContent {
    width: 100vw;
    padding: 30px 10px;
  }
  .eduHead {
    font-size: 30px;
  }
  .eduDescription {
    width: 95vw;
    margin-bottom: 30px;
  }
  .benefits {
    display: grid;
    grid-template-columns: auto;
  }
  .benefit {
    width: 95vw;
    margin: 0px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px 10px;
    align-items: center;
  }
  .benHead {
    text-align: center;
    margin-bottom: 10px;
  }
  .benDescription {
    text-align: center;
  }

  .toolsPageContent {
    width: 100vw;
  }
  .toolsBar {
    width: 100vw;
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
  }
  .toolsBtn {
    width: 100vw;
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .toolsBtn .Learn {
    font-size: 18px;
    margin-right: 12px;
  }
  .admin {
    font-size: 18px;
    margin-right: 12px;
  }
  .aca {
    font-size: 18px;
    margin-right: 0px;
  }
  .nextAndPrevious {
    width: 90vw;
    display: flex;
    align-self: center;
    justify-content: space-between;
    padding-left: 20px;
    display: none;
  }
  .tools {
    padding: 10px 0px 30px 0px;
    display: flex;
  }
  #toolBoxes {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tool {
    margin-right: 10px;
    margin-left: 10px;
    height: 50vh;
  }
  .tool:nth-child(1) {
    width: 95vw;
    margin-bottom: 20px;
    height: 20vh;
  }
  .tool:nth-child(2) {
    width: 95vw;
    margin-bottom: 20px;
    height: 25vh;
  }
  .tool:nth-child(3) {
    width: 95vw;
    margin-bottom: 20px;
    height: 30vh;
  }
  .tool:nth-child(4) {
    width: 95vw;
  }

  .videoPage {
    padding: 0px 10px 64px 10px;
  }
  .videoContent {
    width: 100vw;
    height: 30vh;
  }
  iframe {
    width: 90vw;
    height: 27vh;
    border-radius: 20px;
  }

  .screenshots {
    height: 30vh;
  }
  .screenshots img {
    height: auto;
    width: 100vw;
    object-fit: contain;
  }

  #screenshots-lightbox {
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.671);
    height: 100vh;
    width: 100vw;
    z-index: 99;
  }

  #screenshots-lightbox img {
    height: auto;
    width: 100vw;
    object-fit: contain;
  }

  #close-lightbox {
    background-color: rgb(255, 85, 85);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 1rem;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-bottom: 20px;
    border-radius: 50%;
  }

  .localHeader {
    width: 95vw;
    margin: 20px;
    font-size: 24px;
  }
  .contentImages {
    display: grid;
    grid-template-columns: auto;
  }
  .contentimg {
    width: 90vw;
    height: 25vh;
    object-fit: cover;
  }
  .contact_p {
    font-size: 17px;
    width: 100vw;
  }
  .contact_btn {
    width: 45vw;
    height: 5vh;
    font-size: 17px;
  }

  .demoPageContent {
    width: 90vw;
    padding: 30px 0px;
  }
  .demoHeader {
    font-size: 26px;
    width: 90vw;
  }
  #countryDemo {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }
  .countrydemo a img {
    width: 70vw;
    height: 20vh;
  }
  .class1,
  .class2 {
    width: 50vw;
    text-align: center;
  }

  .caseStudyContent {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
  }
  .caseStudyHeader {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #studyBoxes {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
  }
  .studyPic {
    width: 85vw;
    height: 30vh;
    margin-bottom: 5px;
  }
  .title {
    font-size: 20px;
  }
  .caseDescription {
    font-size: 18px;
  }
  .account {
    width: 80vw;
  }
  .profilePic {
    width: 44px;
    height: 44px;
  }
  .company {
    width: 33vw;
  }
  .companyName {
    font-size: 16px;
  }
  .loc {
    font-size: 16px;
  }
  .caseDownload {
    width: 40vw;
    font-size: 17px;
  }
  .downImg {
    display: block;
  }
  .view {
    font-size: 17px;
  }
}
