/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shanti&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Shanti&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;

  font-family: "Poppins", sans-serif;

  color: white;
}

* a {
  text-decoration: none;
  cursor: pointer;
}

:root {
  --orange: #f77a45;
  --liOrag: #ef8539cc;
  --headerBck: #212121;
  --userBack: #4a4a4a;
  --footBack: #1c1c1c54;
  --dsWht: #d9d9d9;
  --dsRed: #dd1a1a;
  --dsBle: #1655b4;

  --gryBtnFill: #4d4c4c;

  --overLayGrey: #444444;
  --overLayWhite: hsla(0, 0%, 100%, 0.16);

  --blkDropShadow: drop-shadow(10px 10px 10px #000000);
  --blkDropSdTrs: drop-shadow(10px 10px 4px #00000080);
  --greyDropShadow: 10px 10px 6px #cecaca40;

  --joinUs-grd: linear-gradient(to right, #ab500e, #381705);
  --blkGry-grd: linear-gradient(to right, #3a3939, #171616);
  --listImgBck-grd: linear-gradient(to right, #3030304d, #8484844d);
  --orangeLinear: linear-gradient(to right, #b8400c, #f59d77);
  --lighOrgLinear: linear-gradient(to right, #f08436, #6f2c07cc);
  --darkOrgLinear: linear-gradient(to right, #d67027, #823904);
  --inPre-grd: linear-gradient(to right, #898888, #404040);
}

body {
  height: auto;
  width: 100%;
  object-fit: cover;
  background-color: #000000;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.5rem;
}

.pRefr3-h3 {
  text-align: center;
}

/* Header */
.logo {
  margin: auto 20px;
}
.li-head a:hover {
  color: #ab500e;
}
.header {
  background-color: var(--headerBck);
  /* height: 80px; */
  display: flex;
  justify-content: space-between;
}

.header ul {
  display: flex;
  list-style: none;
}

.li-head {
  color: #fff;
  margin: 20px 10px;
  padding: 10px;
}

.li-head a {
  font-size: 0.85rem;
}

.org a {
  color: var(--orange);
}

/*  Buttons */

.joinUs-btn,
.KnowMore-btn,
.join-usMobile {
  text-decoration: none;
  background: var(--joinUs-grd);
  box-shadow: inset 3px 3px 4px #00000040;
  margin: auto 30px;
  padding: 14px;
  border-radius: 30px;
  font-size: 0.85rem;
}

/* Home.html - landing page*/

/* HmFrame and footer */
.Hmframe {
  padding: 2vw 4vw;
}

/* HmFrame 1 */

.Hmframe-1 {
  padding-bottom: 10vw;
}

.fr1-content {
  margin: 0 auto;
  width: 65vw;
  padding-top: 33vw;
}

.Hmframe-1-h1 {
  text-align: center;
  color: var(--orange);
  font-family: "Shanti", sans-serif;
  font-weight: 500;
  margin-top: -335px;
  /* position: relative; */
}

.Hmframe-1-h3 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}

.Hmframe-1-txt {
  font-size: 14px;
  text-align: center;
}

/* HmFrame 2 */
.vector {
  mask-image: url("../../Public/Images/Hmframe-2-1.png");
}

.orgh1 {
  color: var(--orange);
  font-size: 2.5rem;
}

.f2-h1Headers {
  padding: 50px;
  margin-bottom: 10px;
}

.orgh1,
.f2-fFam {
  font-family: "Roboto Slab", serif;
  font-weight: 800;
}

.f2text {
  margin-right: 5vw;
}

.f2-ul {
  list-style-type: none;
  font-size: 1.5rem;
  font-weight: 200;
  padding: 1vw 2vw;
  align-items: center;
}

.f2-ul img {
  height: 27px;
  position: relative;
  top: 0.1vw;
  right: 0.1vw;
}

.fr2-content {
  display: flex;
  justify-content: space-evenly;
  gap: 4vw;
}

.f2Img {
  margin-left: 5vw;
  box-shadow: -50px -45px 0px #ab500e;
  height: 380px;
}

.btn-place {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.KnowMore-btn {
  margin-right: 10vw;
  font-size: 1.3rem;
}

/* HmFrame 3 */

.orgh2 {
  font-size: 2rem;
  color: var(--orange);
}

.f3-fF {
  font-weight: 300;
}

.f3-flexCont {
  display: flex;
  padding: 4vw 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.f3-textCont p {
  text-align: justify;
}

/* HmFrame 4 */

.Hmframe-4 {
  display: flex;
  justify-content: space-around;
  padding: 7vw 7vw 10vw 7vw;
}

.imgBx {
  background: var(--darkOrgLinear);
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  box-shadow: inset 8px 3px 4px #00000047;
}

.addFlex {
  display: flex;
  justify-content: space-between;
}

.f4-homelogo img {
  filter: var(--blkDropShadow);
}

.BtnBx {
  border: 2px white solid;
  border-radius: 100px;
}

.imgBx img {
  height: 50px;
  width: 50px;
  justify-content: space-around;
}

.textBx {
  align-items: center;
  text-align: center;
  padding: 1.15rem;
  display: inline-block;
}

/* Hmframe 5 */

.f5-fFOrg {
  color: var(--orange);
  margin-top: 2vw;
}

.fr5-flexBox {
  display: flex;
  justify-content: space-around;
  padding: 2vw 2vw 6vw 2vw;
}

.f5-bx {
  max-width: 30vw;
  margin: 1.5vw;
  box-shadow: var(--greyDropShadow);
}

.f5-imgBx img {
  width: 100%;
  margin-bottom: -0.7vw;
  overflow: hidden;
}

.f5-TxtOverlay {
  background-color: var(--overLayGrey);
  padding: 1.5vw;
  display: flex;
  justify-content: space-between;
}

.overlayIcon img {
  width: 65px;
  height: 65;
  position: relative;
  top: -5vw;
  right: -4vw;
}

/* Hmframe 6 */
.Hmframe-6 {
  padding: 0 0 3vw 0;
}

.f6-ff {
  margin: 2rem;
  font-size: 32px;
}

.f6-head {
  padding: 2vw;
}

.f6-gridBox {
  display: grid;
  width: 100%;
}

.f6-GdBx {
  display: flex;
  align-items: center;
  text-align: center;
  word-wrap: wrap;
  width: 16vw;
  background-color: var(--overLayWhite);
  padding: 0.5vw;
}

.f6-GdBx p {
  font-size: 0.85rem;
}

/* Hmframe 7 */

.f7-Head {
  padding: 4vw 0;
}

.f7-body {
  display: flex;
  justify-content: space-between;
  padding: 1vw;
}

.reAbt p {
  font-size: 0.95rem;
}

.userReview p {
  font-size: 0.75rem;
}

.reviewDesign {
  padding: 8vw 0;
  display: flex;
}

.dsCirc {
  background-color: var(--dsWht);
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  position: relative;
}

.cir2 {
  background-color: var(--dsRed);
  right: 3vw;
}

.cir3 {
  background-color: var(--dsBle);
  right: 6vw;
}

.cir4 {
  right: 9vw;
}

.f7-userReviewInfo,
.f7-Detail {
  max-width: 45vw;
  text-align: justify;
}

/* User review */
.f7-userReviewInfo {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  height: 30vw;
  max-width: 400px;
  background-color: var(--userBack);
  padding: 2.5vw;
  border-radius: 1vw;
  box-shadow: inset 7px 7px 4px #00000040;
}

.userInfo {
  display: flex;
  gap: 2vw;
}

.userInfo .name {
  display: inline-block;
  margin: auto 0.1vw;
}

.userImg,
.userImg img {
  width: 10vw;
  height: 10vw;
}

.userRating {
  display: flex;
  gap: 0.45vw;
}

.userReview {
  overflow: hidden;
}

/* Footer */

.footer {
  padding: 6vw 2vw 2vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footDesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footSlogan {
  font-family: "Roboto Slab", serif;
  font-weight: 800;
}

.contractUsBtn {
  display: inline-flex;
  gap: 15px;
  text-decoration: none;
  background: var(--lighOrgLinear);
  box-shadow: inset 3px 3px 4px #00000040;
  border-radius: 3rem;
  padding: 5px 15px;
}

.contractUsBtn .txt {
  font-size: 1.1rem;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
}

.contractUsBtn .img {
  width: 50px;
}

.contractUsBtn .img img {
  width: 100%;
  height: 100%;
}

.footerBox {
  background-color: var(--footBack);
  display: flex;
  justify-content: space-between;
}

.ftFlCont {
  padding: 2rem;
  max-width: 34.5vw;
}

.newsTxt {
  padding: 3vw 1vw;
}

.newslater form {
  border: 2px white solid;
  padding: 5px;
  margin: 1vw;
  display: flex;
  justify-content: space-between;
  max-width: 340px;
}

.newslater form input {
  background: transparent;
  border: none;
  margin: 5px;
  overflow: scroll;
}

.newslater form button {
  color: black;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 5px;
}

.qckLinksList,
.contactItms {
  list-style: none;
}

.contUs,
.qckLnk {
  font-weight: bold;
}

.linkTxt {
  display: inline-block;
  margin-top: 1.5vw;
}

.ctInfo {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.copyRts-Footer {
  text-align: center;
  position: relative;
  top: 0;
}

/* EntreP.html */

.EnpFrame {
  margin: 0 auto;
  padding: 0 4vw;
}

/* Enframe 1 */

.Enfr-1-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15vw 0 40vw 0;
}

.Enfr-1-head h1 {
  text-shadow: 0 15px 3px #ffffffb4;
  font-weight: 600;
}

.Enfr1-content,
.proIcons,
.proIcon {
  gap: 1.25rem;
  display: flex;
  z-index: 1;
  justify-content: right;
}

.proIcons {
  margin-top: -28vw;
  justify-content: space-evenly;
}

.buttonIcon img {
  width: 80%;
  height: 80%;
}

.buttonIcon {
  background-color: var(--gryBtnFill);
  width: 20vw;
  max-width: 70px;
  height: 20vw;
  max-height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.proIcon {
  flex-direction: column;
  align-items: center;
  width: 100px;
}

/* EnpFrame 2 */

.enff-2 {
  padding: 4vw 2vw;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
}

.Enfr2-content {
  display: flex;
  justify-content: center;
}

.Enfr2-content img {
  margin: -1vw;
}

.Enfr2-vFig img {
  width: 85vw;
}

/* EnpFrame-3 */

.EnpFrame-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
}

.pRefr3-head {
  padding: 4vw 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.Enpfr3-processes {
  display: flex;
  gap: 2vw;
  padding: 1vw 0;
}

.procImg,
.procImg img {
  width: 80px;
  height: 80px;
}

.enfr3-pt {
  width: 40vw;
  font-size: 1.1rem;
}

.Enfr2-Desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* Common section */
/* pRefr3-GrdBx */

.pRefr3-GrdBx {
  display: grid;
  margin: 0 auto;
  /* padding-bottom: 4vw; */
  max-width: 1050px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(50px, auto);
}

.gdBxHt1 {
  grid-area: ht1;
}

.gdBxHt2 {
  grid-area: ht2;
}

.gdBxHt3 {
  grid-area: ht3;
}

.gdBxHt4 {
  grid-area: ht4;
}

.gdBxHt5 {
  grid-area: ht5;
}

.gdBxCt1 {
  grid-area: ct1;
}

.gdBxCt2 {
  grid-area: ct2;
}

.gdBxCt3 {
  grid-area: ct3;
}

.gdBxCt4 {
  grid-area: ct4;
}

.gdBxCt5 {
  grid-area: ct5;
}

.gdBxIm1 {
  grid-area: im1;
}

.gdBxIm2 {
  grid-area: im2;
}

.gdBxIm3 {
  grid-area: im3;
}

.gdBxIm4 {
  grid-area: im4;
}

.gdBxIm5 {
  grid-area: im5;
}

.gdBxFlo1 {
  grid-area: fl1;
}

.gdBxFlo2 {
  grid-area: fl2;
}

.gdBxFlo3 {
  grid-area: fl3;
}

.gdBxFlo4 {
  grid-area: fl4;
}

.hd-bx-head {
  font-size: 1.2rem;
  height: 4vw;
  position: relative;
  top: 1vw;
  left: 3vw;
}

.gdBx-desc {
  margin: 1.25rem;
}

.gdBx-dscPnt {
  font-size: 0.85rem;
  text-align: justify;
}

.gdBxCont {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}

.gdBxFlow,
.gdBxImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1vw;
  position: relative;
}

.gdBxImg::after {
  content: "";
  background: var(--listImgBck-grd);
  border-radius: 50%;
  width: 26vw;
  max-width: 290px;
  height: 26vw;
  max-height: 290px;
  position: absolute;
  z-index: 0;
  filter: blur(10px);
}

.gdBxImg img {
  width: 18vw;
  max-width: 200px;
  height: 18vw;
  max-height: 200px;
  z-index: 2;
  filter: var(--blkDropSdTrs);
}

.gdBxFlow img {
  width: 65vw;
  max-width: 750px;
  height: 6vw;
  margin: 2vw;
}

/* EnpFrame-4 */

.pRefr4-Head {
  display: flex;
  justify-content: center;
  padding: 2vw;
}

.elgCrt {
  font-weight: 300;
}

.pRefr4-FlxBx {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  padding: 4vw 2vw;
}

.pRefr4-txtBx {
  display: flex;
  max-width: 30vw;
  flex-direction: column;
  padding: 2vw 2vw 2vw 1vw;
  background-color: #111;
  border: 2px #fff solid;
  gap: 2vw;
}

.pfr4tx1 {
  order: 1;
}

.pRefr4-tchBrd {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pfr4tx2 {
  order: 3;
}

.pRefr4-tchBrd img {
  width: 32vw;
  height: 32vw;
}

.pPfr4-pts {
  display: flex;
}

.chkVect {
  margin: 10px;
  position: relative;
  top: -1vw;
}

.chkVect,
.chkVect img {
  width: 32px;
  height: 32px;
}

.pPfr4-pts .text {
  font-size: 0.85rem;
  text-align: justify;
}

.bOld {
  font-weight: 500;
}

/* IntraP.html */

.Infr-1-head {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  padding: 20vw 2vw 60vw 2vw;
}

.Infr-1-head h1 {
  background: var(--inPre-grd);
  padding: 1.5vw 2.5vw;
}

.Infr1-content {
  display: flex;
  justify-content: flex-end;
  margin-right: 2vw;
}

.Infr1-content .proIcons {
  background-color: var(--liOrag);
  padding: 20px 40px;
}

.InpFrame-3 {
  padding: 4vw;
}

@media screen and (min-width: 1000px) {
  .header-mobile {
    display: none;
  }

  /* Home.html */

  /* Hmframe 2 */
  .f2Img img {
    width: 35vw;
    max-width: 600px;
  }

  /* Hmframe 3 */

  .f3-h1Head {
    display: inline-block;
    text-align: center;
    margin: 3vw auto;
  }

  .f3-mobTxt {
    display: none;
  }

  .f3-FlBox {
    max-width: 40vw;
    min-width: 385px;
    display: flex;
    padding: 20px;
    margin-top: 20px;
  }

  .f3-imgCont img {
    width: 8vw;
    padding: 15px;
    margin: 5px 10px;
  }

  /* Hmframe 4 */
  .f4-gridBox {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: minmax(80px, auto);
    grid-template-areas:
      "  .  bk1 bk1  .   .  bk5 bk5  .  "
      "  .  bk1 bk1  .   .  bk5 bk5  .  "
      "  .   .   .  hwl hwl  .   .   .  "
      "  .   .   .  hwl hwl  .   .   .  "
      " bk2 bk2  .  hwl hwl  .  bk4 bk4 "
      " bk2 bk2  .  hwl hwl  .  bk4 bk4 "
      "  .   .   .   .   .   .   .   .  "
      "  .   .   .  bk3 bk3  .   .   .  "
      "  .   .   .  bk3 bk3  .   .   .  ";
  }

  .box1 {
    grid-area: bk1;
  }

  .box2 {
    grid-area: bk2;
  }

  .box3 {
    grid-area: bk3;
  }

  .box4 {
    grid-area: bk4;
  }

  .box5 {
    grid-area: bk5;
  }

  .f4-homelogo {
    grid-area: hwl;
  }

  .f4-homelogo img {
    width: 100%;
    max-width: 300px;
    position: relative;
    left: 0vw;
  }

  .BtnBx {
    margin: 0.5vw 2vw;
    max-height: 90px;
    max-width: 225px;
  }

  .imgBx {
    position: relative;
    top: 1vw;
    right: 1vw;
  }
  .box3 {
    position: relative;
    top: 6vw;
  }

  /* Hmframe 6 */
  .f6-gridBox {
    padding: 3vw 0;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: minmax(80px, auto);
    grid-template-areas:
      "  .   .  bx1  .  bx2  .  bx3  .  "
      "  .   .  pt1  .  pt2  .  pt3  .  "
      " rdm rdm rdm rdm rdm rdm rdm rdm "
      "  .  pt4  .  pt5  .  pt6  .   .  "
      "  .  bx4  .  bx5  .  bx6  .   .  ";
  }

  .f6-roadmap img {
    width: 100%;
  }

  .f6-roadmap {
    grid-area: rdm;
  }

  .f6-vPath,
  .f6-GdBx {
    position: relative;
  }

  .gBx1 {
    grid-area: bx1;
    left: 2vw;
  }

  .gBx2 {
    grid-area: bx2;
    right: 7vw;
  }

  .gBx3 {
    grid-area: bx3;
    right: 17vw;
  }

  .gBx4 {
    grid-area: bx4;
    left: 6vw;
  }

  .gBx5 {
    grid-area: bx5;
    right: 3vw;
  }

  .gBx6 {
    grid-area: bx6;
    right: 13vw;
  }

  .vPath1,
  .vPath2,
  .vPath3 {
    top: 0.5vw;
  }

  .vPath1 {
    grid-area: pt1;
    left: 9.5vw;
  }

  .vPath2 {
    grid-area: pt2;
  }

  .vPath3 {
    grid-area: pt3;
    right: 9.5vw;
  }

  .vPath4 {
    grid-area: pt4;
    left: 14vw;
  }

  .vPath5 {
    grid-area: pt5;
    left: 5vw;
  }

  .vPath6 {
    grid-area: pt6;
    right: 5vw;
  }

  .f6-mobRoadMap,
  .f6-hPath {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  /* original Header */
  .header {
    display: none;
  }

  /* Mobile Header */
  /* hello */
  .logo {
    margin: 0;
  }

  .header-mobile .mob-header .logo img {
    height: 50px;
    margin: 3vw auto;
    margin-left: 3vw;
  }

  .header-mobile {
    background-color: var(--headerBck);
    position: relative;
    width: 100%;
  }

  .mob-header {
    display: flex;
    justify-content: space-between;
  }

  .menu-toggle-btn img {
    cursor: pointer;
  }

  #closeBtn,
  #hamBtn {
    width: 40px;
    height: 50px;
    margin: 3vw;
  }

  .MobMenu {
    text-decoration: none;
    padding: 20px 30px;
    border-bottom: 2px solid grey;
  }

  .mob-menu-content {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    /* height: 100%; */
    transition: left 0.3s ease;
    background-color: #000000;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mob-menu-content.open {
    left: 0;
  }

  .menu-toggle-btn {
    cursor: pointer;
  }

  .menu-toggle-btn img {
    width: 24px;
    height: 24px;
  }

  #closeBtn {
    display: none;
  }

  .first a {
    color: var(--orange);
  }

  .first {
    border-top: 2px solid grey;
  }

  .join-usMobile {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 120px;
    font-size: 1rem;
  }

  /* Home.html */

  .Hmframe {
    padding: 5vw 5vw;
  }

  /* Hmframe 1 */
  .fr1-content {
    width: 80vw;
    padding-top: 50%;
  }

  .Hmframe-1-txt {
    font-size: 0.8rem;
    padding-bottom: 10vw;
  }

  .f1-txt-part-2 {
    display: none;
  }

  /* Hmframe 2 */
  .f2-h1Headers {
    padding: 4vh 4vw 8vh 4vw;
  }

  .orgh1,
  .f2-fFam {
    font-size: 1.5rem;
  }

  .fr2-content {
    flex-direction: column;
  }

  .f2Img img {
    width: 75vw;
  }

  .f2-ul {
    font-size: 1.25rem;
    font-weight: 300;
    align-items: normal;
    padding-bottom: 4vw;
  }

  .f2-ul img {
    position: relative;
    top: 1vw;
    right: 2vw;
  }

  .btn-place .k {
    display: none;
  }

  .btn-place {
    justify-content: center;
  }

  /* Hmframe 3 */
  .f3-h1Head {
    max-width: 80vw;
    margin: 0 auto;
    padding-top: 5vw;
  }

  .orgh2,
  .f3-fF {
    font-size: 1.5rem;
  }

  .f3-deskTxt {
    display: none;
  }

  .f3-flexCont {
    flex-direction: column;
  }

  .f3-imgflxBx {
    display: flex;
    justify-content: flex-start;
    gap: 4vw;

    padding: 2vw 0;
  }

  .f3-FlBox {
    max-width: 85vw;
    padding: 6vw 3vw;
  }

  .f3-imgCont img {
    width: 90px;
    height: 90px;
  }

  .f3-mobTxt {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .f3-mobTxt h3 {
    text-align: center;
    word-wrap: wrap;
    font-size: 1.15rem;
  }

  .f4-gridBox {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }

  .f4-homelogo {
    display: flex;
    justify-content: space-around;
  }

  .f4-homelogo img {
    width: 50vw;
  }

  .imgBx {
    width: 3.5rem;
    height: 3.5rem;
  }

  .imgBx img {
    height: 40px;
    width: 40px;
  }

  /* Hmframe 5 */
  .fr5-flexBox {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3vw;
  }

  .f5-bx {
    /* width: 35vw; */
    max-width: 280px;
    margin: 3vw auto;
  }

  /* HmFrame 6 */

  .f6-ff {
    font-size: 1.3rem;
  }

  .Hmframe-6 {
    padding: 0;
  }

  .f6-roadmap,
  .f6-vPath {
    display: none;
  }

  .f6-mobRoadMap,
  .f6-mobRoadMap img {
    width: 40vw;
    height: 100%;
  }

  .f6-gridBox {
    margin: 0 auto;
    max-width: 639px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: minmax(60px, auto);
    grid-template-areas:
      " mr1 hp1 bx1 "
      " mr1 hp2 bx2 "
      " mr2 hp3 bx3 "
      " mr2 hp4 bx4 "
      " mr3 hp5 bx5 "
      " mr3 hp6 bx6 ";
  }

  .mobRd1 {
    grid-area: mr1;
  }

  .mobRd2 {
    grid-area: mr2;
  }

  .mobRd3 {
    grid-area: mr3;
  }

  .f6-hPath,
  .f6-GdBx {
    position: relative;
  }

  .f6-GdBx p {
    font-size: 1.05rem;
  }

  .f6-hPath {
    left: 1vw;
  }

  .f6-hPath img {
    width: 70px;
  }

  .f6-GdBx {
    height: 120px;
    width: 250px;
    padding: 1vw;
    right: 2vw;
  }

  .gBx1 {
    grid-area: bx1;
    top: 8vw;
  }

  .gBx2 {
    grid-area: bx2;
    top: 24vw;
  }

  .gBx3 {
    grid-area: bx3;
    top: 6vw;
  }

  .gBx4 {
    grid-area: bx4;
    top: 9vw;
  }

  .gBx5 {
    grid-area: bx5;
    top: 6vw;
  }

  .gBx6 {
    grid-area: bx6;
    top: 8vw;
  }

  .hPath1 {
    grid-area: hp1;
    top: 13vw;
  }

  .hPath2 {
    grid-area: hp2;
    top: 28vw;
  }

  .hPath3 {
    grid-area: hp3;
    top: 11vw;
  }

  .hPath4 {
    grid-area: hp4;
    top: 13vw;
  }

  .hPath5 {
    grid-area: hp5;
    top: 11vw;
  }

  .hPath6 {
    grid-area: hp6;
    top: 13vw;
  }

  /* Hmframe 7 */
  .f7-body {
    flex-direction: column;
  }

  .f7-userReviewInfo,
  .f7-Detail {
    max-width: 85vw;
  }

  .f7-userReviewInfo {
    height: 280px;
  }

  /* footer */
  .newslater form {
    flex-direction: column;
    width: 23vw;
  }

  /* Common section */
  /* pRefr3-GrdBx */

  .pRefr3-GrdBx {
    grid-template-areas:
      " ct1 ct1 im1 "
      " fl1 fl1 fl1 "
      " im2 ct2 ct2 "
      " fl2 fl2 fl2 "
      " ct3 ct3 im3 "
      " fl3 fl3 fl3 "
      " im4 ct4 ct4 "
      " fl4 fl4 fl4 "
      " ct5 ct5 im5 ";
  }

  /* EnpFrame-4 */

  /* .pRefr4-FlxBx {
        flex-direction: column;
    } */
}

@media screen and (min-width: 800px) {
  /* Common section */
  /* pRefr3-GrdBx */

  .pRefr3-GrdBx {
    grid-template-areas:
      " ht1 ht1 im1 "
      " ct1 ct1 im1 "
      " fl1 fl1 fl1 "
      " im2 ht2 ht2 "
      " im2 ct2 ct2 "
      " fl2 fl2 fl2 "
      " ht3 ht3 im3 "
      " ct3 ct3 im3 "
      " fl3 fl3 fl3 "
      " im4 ht4 ht4 "
      " im4 ct4 ct4 "
      " fl4 fl4 fl4 "
      " ht5 ht5 im5 "
      " ct5 ct5 im5 ";
  }

  .gdBxIm1,
  .gdBxIm3,
  .gdBxIm5 {
    left: 2vw;
  }

  .gdBxIm2,
  .gdBxIm4 {
    right: 2vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .fr1-content {
    padding-top: 70%;
  }
}
@media screen and (max-width: 576px) {
  .Hmframe {
    padding: 20px;
  }
  .fr1-content {
    width: 100%;
    padding-top: 80%;
  }
  .Hmframe-1-h1 {
    font-size: 36px;
  }
  .Hmframe-1-h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .Hmframe {
    padding: 10px;
  }
  .fr1-content {
    width: 100%;
    padding-top: 450px;
  }
  .Hmframe-1-h1 {
    font-size: 24px;
  }
  .Hmframe-1-h3 {
    font-size: 20px;
  }
  .Hmframe-1-txt {
    font-size: 12px;
  }
  .f2Img {
    margin-left: 5vw;
    box-shadow: -100px -35px 0px #ab500e;
    height: 275px;
  }
}

@media screen and (max-width: 840px) {
  /* Common section */
  /* pRefr3-GrdBx */

  .pRefr3-GrdBx {
    grid-template-areas:
      " ht1 ht1 im1 "
      " ct1 ct1 ct1 "
      " fl1 fl1 fl1 "
      " im2 ht2 ht2 "
      " ct2 ct2 ct2 "
      " fl2 fl2 fl2 "
      " ht3 ht3 im3 "
      " ct3 ct3 ct3 "
      " fl3 fl3 fl3 "
      " im4 ht4 ht4 "
      " ct4 ct4 ct4 "
      " fl4 fl4 fl4 "
      " ht5 ht5 im5 "
      " ct5 ct5 ct5 ";
  }

  .gdBxFlow {
    display: none;
  }

  .gdBxCont {
    padding: 3vw 1vw;
  }

  .gdBx-desc {
    margin: 1.25rem 1.25rem 1.25rem 10vw;
  }

  .gdBxHCont {
    display: flex;
    align-items: center;
  }

  .gdBxHt1,
  .gdBxHt3,
  .gdBxHt5 {
    padding-left: 6vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
  /* Home.html */

  /* Hmframe 2 */
  .f2Img,
  .fr2-content {
    margin: 0 auto;
    max-width: 520px;
  }

  .f2Img img {
    max-width: 520px;
  }

  /* Hmframe 3 */
  .f3-flexCont {
    max-width: 560px;
    margin: 0 auto;
  }

  /* Hmframe 4 */
  .f4-homelogo img {
    max-width: 350px;
  }

  .f4-homelogo {
    width: 50vw;
    margin: 0 auto;
  }

  /* Hmframe 5 */
  .f5-bx {
    max-width: 75vw;
  }

  /* Hmframe 6 */
  .f6-mobRoadMap,
  .f6-mobRoadMap img {
    width: 32vw;
    max-width: 260px;
  }

  .f6-GdBx {
    height: 100px;
  }
}

@media screen and (max-width: 640px) {
  /* Mobile Header */
  .header-mobile .mob-header .logo img {
    height: 38px;
    margin: 5.75vw 4vw;
  }

  #closeBtn,
  #hamBtn {
    width: 40px;
    height: 45px;
    margin: 4.5vw 5vw 4vw 5vw;
  }

  /* Home.html */

  /* HmFrame 6 */
  .f6-GdBx {
    right: 6vw;
    height: 20vw;
    width: 35vw;
  }

  .f6-GdBx p {
    font-size: 1rem;
  }

  .gBx1 {
    top: 8vw;
  }

  .gBx2 {
    top: 34vw;
  }

  .gBx3 {
    top: 7vw;
  }

  .gBx4 {
    top: 10vw;
  }

  .gBx5 {
    top: 7vw;
  }

  .gBx6 {
    top: 10vw;
  }

  .hPath1 {
    top: 14vw;
  }

  .hPath2 {
    top: 40vw;
  }

  .hPath3 {
    top: 13vw;
  }

  .hPath4 {
    top: 16vw;
  }

  .hPath5 {
    top: 13vw;
  }

  .hPath6 {
    top: 16vw;
  }

  /* footer */
  .footerBox {
    flex-direction: column;
    align-items: center;
  }

  .ftFlCont {
    max-width: 85vw;
    align-items: center;
  }

  .qckLnk {
    margin-bottom: 1rem;
  }

  .qckLinksList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .newsTxt,
  .footLogo,
  .newslater form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* Entre.html */

  /* EnpFrame 1 */

  .Enfr-1-head h1 {
    font-size: 2rem;
  }

  .Enfr1-content .proIcons {
    margin: 0 auto;
  }

  .Enfr1-content .proIcon {
    margin: 30vw 0 1vw 0;
    width: 24vw;
  }

  .desc {
    font-size: 0.75rem;
  }

  /* EnpFrame 2 */

  .enff-2 {
    font-size: 1rem;
  }
}

/*--------------about.html----------------------------*/

.homepage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh;
  background-image: url("./public/images/abstract 1.png");
  background-size: cover;
  background-position: center;
}

.homepage-text-span-one {
  color: transparent;
  font-family: "Black Han Sans";
  -webkit-text-stroke: 1px #f4723a;
  font-size: 2.2rem;
}

.homepage-text-span-two {
  color: transparent;
  font-family: "Black Han Sans";
  -webkit-text-stroke: 1px #d67027;
  font-size: 2.2rem;
}

.homepage-text-container {
  color: white;
  text-align: start;
  padding: 10px;
  max-width: 700px;
  padding-right: 70px;
}

.homepage-text-container h2 {
  font-size: 2.6em;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .homepage-text-container {
    padding: 40px;
  }

  .homepage-text-container h2 {
    font-size: 2rem;
  }

  .homepage-text-container h2 {
    font-size: 2rem;
  }

  .homepage {
    height: 100vh;
  }
}

/*-----------------------------------------*/
.about-container {
  background-image: url(./public/vectors/Vector%201.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 20px 0px 40px;
  background-color: #2c2b2b;
}

.about-section-full {
  display: flex;
  padding: 30px;
}

.about-text {
  flex: 1 1 50%;
  color: white;
  text-align: start;
  padding: 40px;
}

.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image img {
  border-radius: 10px;
  width: 75%;
}

.best-col {
  color: #d67027;
}

.left-about-p {
  text-align: start;
  font-size: 18px;
}
@media (max-width: 992px) {
  .about-section-full {
    display: flex;
    padding: 30px 10px;
  }
  .about-text {
    padding: 40px 10px;
  }
  .about-section-full {
    display: flex;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .about-section-full {
    flex-direction: column;
    padding: 10px;
  }
}

.vmv-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.vmv-container-full {
  background: #444;
}

.card {
  background-color: whitesmoke;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  transition: transform 0.2s;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.card h2 {
  margin-bottom: 15px;
  color: #080808;
  font-size: 1.3rem;
}

.card p {
  color: #080808;
  line-height: 1.6;
  text-align: justify;
  font-size: 0.9rem;
  padding: 10px;
}

.card:hover {
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  .card {
    flex: 1 1 calc(50% - 20px);
  }

  .vmv-container {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .card {
    flex: 1 1 100%;
  }
}

/*--------------------storyline-container---------------------*/
.storyline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px;
  margin-left: 20px;
  background-image: url(./public/vectors/Vector\ 1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.image-container {
  flex: 1 1 300px;
  padding: 50px;
  margin-left: 30px;
}

.image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.text-container {
  flex: 1 1 300px;
  padding: 10px;
  text-align: justify;
  color: white;
}

.text-container p {
  font-size: 0.8rem;
}

.storyline-heading {
  color: #ff6421;
}

@media (max-width: 768px) {
  .storyline {
    flex-direction: column;
    margin-top: 20px;
    padding: 10px;
  }

  .image-container,
  .text-container {
    flex: 1 1 100%;
    text-align: justify;
  }

  .about-container {
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .storyline {
    flex-direction: row;
  }
}

/*----------------privacy-policy------------------------------*/

.container-policy-tab {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-nav-pills {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  padding-top: 100px;
}

.custom-nav-item {
  margin-right: 10px;
}

.custom-nav-link {
  padding: 10px 20px;
  background-color: var(--liOrag);
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.custom-nav-link:hover,
.custom-nav-link.active {
  background-color: var(--orange);
}

.tab-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: black;
}

.tab-heading {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: black;
  font-weight: 400;
}

.tab-subheading {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 400;
}

.tab-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.tab-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: var(--userBack);
  border-width: 2px;
}

.tab-span {
  color: #00a01d;
  text-decoration: underline;
  font-size: 0.8rem;
}

.italic {
  font-style: italic;
  font-weight: 500;
}

/*----------------------- IntraP.html------------------------------ */
@media (max-width: 768px) {
  .container-IntreP {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    /* padding: 50px; */
  }

  /* .header-mobile{
    /* margin-bottom: 20px; */

  .intra-p-text {
    flex: 1 1 300px;
    padding: 10px;
    text-align: justify;
    color: white;
  }

  .intra-p-image {
    flex: 1 1 300px;
    padding: 50px;
    margin-left: 30px;
  }
  .InpFrame InpFrame-2 {
    width: 100%;
    height: 500px;
  }
  .Enfr2-head {
    padding: 2px;
  }
  /* Mobile first approach to style the content for mobile view */
  .InpFrame .Enfr2-head {
    text-align: center;
    padding: 10px;
  }

  .InpFrame .enff-2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  /* Handling the image to stack properly on mobile devices */
  .InpFrame .Enfr2-content {
    display: flex;
    flex-direction: column; /* Make the images stack on top of each other for mobile */
    align-items: center;
  }

  .Enfr2-vFigMob,
  .Enfr2-vFig {
    max-width: 100%; /* Ensure images do not exceed the container width */
    margin: 10px 0; /* Add some spacing for better presentation */
  }

  .Enfr2-vFig img,
  .Enfr2-vFigMob img {
    width: 100%; /* Make sure images are responsive */
    height: auto;
  }

  /* The context and list styling */
  .Enfr2-context {
    margin-top: 20px;
    margin: 0;
  }

  .enfr3-pt {
    width: 100%;
  }

  .Enfr2-Desc {
    list-style-type: disc;
    padding: 20px;
    margin: 20px;
    text-align: start;
  }

  .Enfr3-pt {
    margin: 5px 0;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  /* Add media query for larger screens */
  @media (min-width: 768px) {
    .InpFrame {
      padding: 40px;
    }

    /* Align images side by side for larger devices */
    .Enfr2-content {
      flex-direction: row;
      justify-content: space-between;
    }

    .Enfr2-head {
      padding: 20px;
    }

    .Enfr2-vFig,
    .Enfr2-vFigMob {
      max-width: 45%; /* Ensure images take up half the space each */
    }

    .Enfr2-Desc {
      padding-left: 30px;
    }

    .pRefr4-txtBx {
      max-width: 75vw;
    }
  }

  /* -------------------------------------------For Eligibilty-Criteria-Section------------------------------------------------ */

  /* Mobile first approach for content styling */
  .pRefr4-Head {
    text-align: center;
    padding: 10px;
  }

  .elgCrt {
    font-size: 1.5rem;
  }
  .pRefr4-FlxBx {
    display: flex;
    flex-direction: column; /* Stack all elements vertically for mobile view */
    align-items: center;
  }

  /* Image styling to ensure responsiveness */
  .pRefr4-tchBrd {
    max-width: 100%;
    margin: 20px 0;
  }

  .pRefr4-tchBrd img {
    width: 100%;
    height: auto;
  }

  /* Text box styling to stack vertically on mobile view */
  .pRefr4-txtBx {
    width: 100%;
    padding: 15px;
    max-width: 75vw;
  }

  .pPfr4-pts {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .chkVect {
    flex-shrink: 0;
    margin-right: 10px;
  }

  .chkVect img {
    width: 20px; /* Adjust icon size for mobile */
    height: auto;
  }

  .text {
    flex-grow: 1;
  }

  .bOld {
    font-weight: bold;
  }

  /* Media query for larger screens */
  @media (min-width: 768px) {
    .InpFrame {
      padding: 40px;
    }

    /* Arrange text boxes side by side for larger devices */
    .pRefr4-FlxBx {
      flex-direction: row; /* Align text boxes side by side for larger screens */
      justify-content: space-between;
    }

    .pRefr4-txtBx {
      width: 45%; /* Take up roughly half the width each */
      padding: 20px;
      max-width: 75vw;
    }

    .pRefr4-tchBrd {
      max-width: 40%; /* Ensure the image doesn't take too much space */
      margin-right: 20px;
    }

    .elgCrt {
      font-size: 2rem;
    }
  }

  .proIcons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; /* To handle content wrapping on smaller screens */
  }

  .proIcon {
    flex: 1; /* Makes each item take up equal width */
    max-width: 150px; /* Limits the width of each item */
    margin: 10px; /* Adds spacing between items */
    text-align: center;
  }

  /* Mobile View */
  @media (max-width: 768px) {
    .proIcons {
      flex-direction: row; /* Stack items vertically on smaller screens */
      align-items: center;
    }

    .proIcon {
      max-width: 100%; /* Allow items to take full width */
      margin: 15px 0; /* Adds vertical spacing between items */
    }

    .buttonIcon img {
      max-width: 100%;
      height: auto; /* Makes sure images are resized properly */
    }
  }

  /* ------------------------ContactUs.html------------------------------------- */

  body {
    /* background-color: #f8f9fa; */
    font-family: Arial, sans-serif;
  }

  .contact-info i {
    font-size: 2rem;
    color: #28a745;
  }

  .contact-info h5 {
    font-weight: bold;
  }

  .contact-info p {
    margin: 0;
  }

  .form-control {
    border-radius: 0;
    border: 1px solid #ced4da;
  }

  .btn-custom {
    background-color: #28a745;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
  }

  .btn-custom:hover {
    background-color: #218838;
  }

  .map-container iframe {
    width: 100%;
    border: 0;
    height: 450px;
  }

  .shadow-lg {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  h1 {
    font-weight: bold;
  }

  p {
    font-size: 1.1rem;
  }
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 32px;
}
.reAbt p {
  font-size: 16px;
}
.userReview p {
  font-size: 14px;
}
.txt h5 {
  font-size: 28px;
}
