@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes belowHeaderLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes popUpModel {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

body {
  background-color: #fff;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: center;
}

.linearGradient {
  background: rgb(111, 68, 181);
  background: linear-gradient(39deg,
      rgba(111, 68, 181, 1) 9%,
      rgba(60, 78, 162, 1) 43%,
      rgba(37, 39, 104, 1) 100%);
  height: 620px;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
}

.custom-shape-divider-bottom-1608655195 {
  position: relative;
  top: 330px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1608655195 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 300px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1608655195 .shape-fill {
  fill: #fff;
}

.webContainer {
  width: 75%;
  display: flex;
  align-self: center;
  flex-direction: column;
  /* z-index: 2; */
}

.headerHolder {
  display: flex;
  position: absolute;
  top: 20px;
  width: 75%;

  justify-content: space-between;
}

.headerHolder img {
 max-width: 200px;
  /* height: 100px; */
}

.headerButHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  width: 60%;
}

.headerHolder a {
  padding: 10px;
  border-radius: 100px;
  border: solid 2px rgb(111, 68, 181);
  text-decoration: none;
  color: #fff;
  font-weight: '400';
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.headerHolder i {
  display: none;
}

#drawerContent {
  display: none;
}

.belowHeader {
  display: flex;
  width: 100%;
  position: relative;
  top: 150px;
  height: 50vh;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;

}

.belowHeader img {
  width: 15%;
}

.belowHeader h1 {
  color: #fff;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 80%;
}

.belowHeader p {
  color: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  width: 70%;
  font-weight: 400;
  line-height: 30px;
}

.belowHeader div {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}

.belowHeader a {
  display: flex;
  align-items: center;
  font-size: 14.4px;
  background-color: rgb(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-weight: '400';
  font-family: 'Roboto', sans-serif;
  justify-content: center;
  width: 250px;
}

.belowHeader a:hover {
  background-color: rgb(0, 0, 0, 0.8);
}

.productContainer {
  position: relative;
  top: 150px;
  display: flex;
  flex-direction: row;
  z-index: 3;
  margin-top: 100px;
  justify-content: center;
  width: 100%;
}

.productContainer img {
  width: 100%;
}

.productContainer .popup-link{
  display: flex;
  width: 242px;
  height: 37px;
  padding: 10px 7px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.40);
  color: #FFF;
  text-align: center;
  font-family: "Roboto";
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: absolute;
  align-self: center;
  transition: transform 0.3s ease;
}
.productContainer .popup-link:hover{
  background: #000;
  transform: scale(1.1);
}

.linearGradientMid {
  background: rgb(111, 68, 181);
  background: linear-gradient(39deg,
      rgba(111, 68, 181, 1) 9%,
      rgba(60, 78, 162, 1) 43%,
      rgba(37, 39, 104, 1) 100%);
  height: 420px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.playStoreContainer {
  display: flex;
  width: 60%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.playStoreContainer h1 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  width: 60%;
}

.playStoreContainer img {
  width: 80%;
}

.a_tagImg {
  display: flex;
  justify-content: flex-end;
  flex:1;
  margin-left: 15%;
}

.featuresMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 10px;
}

.featuresMenuHolder {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
}

.featuresMenuHolder h1 {
  color: #3f3844;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.featuresMenuHolder h2 {
  color: #3f3844;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
}

.FOne {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  width: 300px;
  max-height: 320px;
  box-shadow: 9px 16px 13px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 9px 16px 13px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 9px 16px 13px 5px rgba(0, 0, 0, 0.14);
  text-align: center;
  margin-top: 50px;
}

.MenuImageHolder {
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgb(111, 68, 181);
  background: linear-gradient(39deg,
      rgba(111, 68, 181, 1) 9%,
      rgba(60, 78, 162, 1) 43%,
      rgba(37, 39, 104, 1) 100%);
  border: solid 5px #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -20px;
  align-self: center;
  box-shadow: 2px 10px 13px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 2px 10px 13px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 10px 13px 5px rgba(0, 0, 0, 0.14);
}

.FOne h2 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  color: #3f3844;
  padding-bottom: 15px;
}

.FOne p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #3f3844;
  padding: 0px 10px 25px 10px;
  line-height: 25px;
}


.secondaryContainer {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 80%;
}

.SecondaryOneHolder {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 10px;
}

.SecondaryOneHolderLeft {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.SecondaryOneHolderLeft img {
  max-width: 100%;
  align-self: center;
}

.SecondaryOneHolderRight {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
}

.SecondaryOneHolderRight h2 {

  font-size: 24px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}

.secondaryMenuImageHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(111, 68, 181);
  background: linear-gradient(39deg,
      rgba(111, 68, 181, 1) 9%,
      rgba(60, 78, 162, 1) 43%,
      rgba(37, 39, 104, 1) 100%);
  border: solid 3px #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  align-self: flex-start;
  box-shadow: 2px 10px 13px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 2px 10px 13px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 10px 13px 5px rgba(0, 0, 0, 0.14);
}

.SecondaryOneHolderRight h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}

.SecondaryOneHolderRight p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #3f3844;
  line-height: 30px;
}

.SecondaryOneHolderRight a {
  display: flex;
  align-items: center;
  font-size: 16px;
  background-color: rgb(0, 0, 0, 0.1);
  max-width: 40%;
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  color: #3f3844;
  font-weight: '400';
  font-family: 'Roboto', sans-serif;
  justify-content: center;
}

.linearGradientMidBottom {
  display: flex;
  width: 100%;
  height: 169px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(230deg, rgba(111, 68, 181, 0.20) 9%,
      rgba(60, 78, 162, 0.20) 43%,
      rgba(37, 39, 104, 0.20) 100%);
}

.linearGradientMidBottom h1 {
  color: #3F3844;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  width: 40%;
}

.detailedContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
  column-gap: 10px;
  row-gap: 40px;
  justify-content: center;
}

.detailedHolder {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 40%;
  max-height: 500px;
  row-gap: 40px;

}

.detailedHolder h2 {
  color: #000;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}

.detailedHolder p {
  color: #3F3844;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.detailedHolder a {
  display: flex;
  align-items: center;
  font-size: 16px;
  background-color: rgb(0, 0, 0, 0.1);
  max-width: 40%;
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  color: #3f3844;
  font-weight: '400';
  font-family: 'Roboto', sans-serif;
  justify-content: center;
}


.popUpModal {
  position: fixed;

  justify-content: center;

  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgb(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  animation: popUpModel 0.4s;

}

.formHolder {
  margin-top: 5%;
  display: flex;
  border-radius: 7px;
  background-color: #fff;
  height: max-content;
  width: 40%;
  justify-content: center;
  border: solid 1px #c1c1c1;
}

.form {
  padding: 10px;
  display: flex;
  width: 90%;
  flex-direction: column;
}

.form h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.form p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #3f3844;
  margin-top: 10px;
}

.form input[type='text'] {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  padding: 15px;
  border: solid 1px rgba(111, 68, 181, 0.6);
  border-radius: 7px;
}

.form input[type='email'] {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  padding: 15px;
  border: solid 1px rgba(111, 68, 181, 0.6);
  border-radius: 7px;
}

.form input[type='submit'] {
  background: rgb(111, 68, 181);
  background: linear-gradient(90deg,
      rgba(111, 68, 181, 1) 9%,
      rgba(60, 78, 162, 1) 43%,
      rgba(37, 39, 104, 1) 100%);
  border-radius: 7px;
  width: 40%;
  font-size: 16px;
  color: #fff;
  padding: 15px;
  border: solid 1px rgba(111, 68, 181, 0.6);
  cursor: pointer;
}

.form input[type='button'] {
  width: 40%;
  padding: 15px;
  border: solid 1px rgba(111, 68, 181, 0.6);
  border-radius: 7px;
  cursor: pointer;
}

.form textarea {
  width: 100%;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  border-radius: 7px;
}

.custom-shape-divider-top-1608928872 {
  position: relative;
  top: 0px;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1608928872 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 300px;
  transform: rotateY(180deg);
  top: 1;
}

.custom-shape-divider-top-1608928872 .shape-fill {
  fill: #fff;
}

.linearGradientBottom {
  background: rgb(111, 68, 181);
  background: linear-gradient(199deg,
      rgba(111, 68, 181, 1) 9%,
      rgba(60, 78, 162, 1) 43%,
      rgba(37, 39, 104, 1) 100%);
  height: 420px;
  position: relative;
  top: 250px;
  left: 0;
  justify-content: center;
  width: 100%;
}

#contactHover:hover {
  background: rgb(111, 68, 181);
  background: linear-gradient(199deg,
      rgba(111, 68, 181, 0.3) 9%,
      rgba(60, 78, 162, 0.3) 43%,
      rgba(37, 39, 104, 0.3) 100%);
}

#belowHeaderLeftMobile img {
  display: none;
}

.mainFooterContainer {
  width: 70%;
  z-index: 2;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mainFooterContainer p {
  color: #c1c1c1;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}

.footerContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 50px;
  align-items: center;
  flex-wrap: wrap;
}

.footerLeft {
  display: flex;
  width: 30%;
  flex-direction: row;
  margin-top: 10px;
  margin-left: 20px;
}

.footerLeft img {
  max-width: 100%;
  max-height: 100%;
}

.footerLeft p {
  color: #fff;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  line-height: 30px;
  padding-left: 20px;
}

.footerRight {
  display: flex;
  width: 65%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-evenly;
  column-gap: 20px;

}

.footerRight h2 {
  color: #fff;
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
}

.footerRight p {
  color: #c1c1c1;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  margin-top: 10px;
}

.footerRight a {
  color: #c1c1c1;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  margin-top: 10px;
}

.footerRightSection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.statusModal {
  position: fixed;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgb(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  animation: popUpModel 0.4s;
  display: flex;
  align-items: center;
}

.statusContainer {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: max-content;
  border-radius: 10px;
  border: solid 1px #c1c1c1;
  flex-direction: column;
  padding: 40px;
}

.statusContainer h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.statusContainer p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #3f3844;
  margin-top: 10px;
  text-align: center;

}

.statusContainer img {
  width: 15%;
  margin-top: 80px;
}
.headerHolder .burgerMenu{
  display: none;
}

/* for phone landscape and tablet protrate */

@media (max-width: 900px) {
  .webContainer {
    width: 100%;
    display: flex;
    align-self: center;
    z-index: 2;

  }

  .headerHolder {
    position: 'absolute';
    top: 10px;
    z-index: 2;
    width: 100%;
  }

  .headerButHolder {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: center;
    width: 100%;

  }

  .headerButHolder a {
    display: flex;
    font-size: 14.4px;
    color: #fff;
    font-weight: '400';
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
  }

  .headerHolder img {
    width: 120px;
    /* height: 60px; */
  }

  .headerHolder i {
    display: flex;
    color: #fff;
    align-self: center;
    position: relative;
    right: 30px;
  }

  #drawerContent {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .headerButHolderMobile {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    width: 80%;
    height: 100%;

    align-items: center;
  }

  .headerButHolderMobile a {
    display: flex;
    width: 80%;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: '400';
    font-family: 'Roboto', sans-serif;
    padding: 4vw;
  }

  .headerButHolderMobile hr {
    width: 80%;
  }

  .belowHeader {
    display: flex;
    width: 100%;
    position: relative;
    top: 130px;
    height: 50vh;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
  }

  .belowHeader img {
    width: 20%;
  }

  .belowHeader h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 80%;
  }

  .belowHeader p {
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 90%;
    font-weight: 400;
    line-height: 30px;
  }

  .belowHeader div {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
  }

  .belowHeader a {
    display: flex;
    align-items: center;
    font-size: 14.4px;
    background-color: rgb(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-weight: '400';
    font-family: 'Roboto', sans-serif;
    justify-content: center;
  }

  .belowHeader a:hover {
    background-color: rgb(0, 0, 0, 0.8);
  }

  .productContainer {
    position: relative;
    top: 150px;
    display: flex;
    flex-direction: row;
    z-index: 3;
    margin-top: 100px;
    justify-content: center;
    width: 100%;
  }

  .productContainer img {
    width: 90%;
  }
  .productContainer .popup-link{
    width: 24%;
    font-size: 13px;
  }

  .linearGradientMid {
    background: rgb(111, 68, 181);
    background: linear-gradient(39deg,
        rgba(111, 68, 181, 1) 9%,
        rgba(60, 78, 162, 1) 43%,
        rgba(37, 39, 104, 1) 100%);
    height: 400px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .playStoreContainer {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

  }

  .playStoreContainer h1 {
    color: #fff;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    width: 50%;
  }

  .playStoreContainer img {
    width: 80%;
  }

  .linearGradientMidBottom h1 {
    color: #3F3844;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    width: 80%;
  }

  .detailedContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    column-gap: 10px;
    row-gap: 40px;
  }

  .detailedHolder {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 49%;
    row-gap: 40px;
  }

  .footerContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
    row-gap: 40px;
  }

  .footerLeft {
    display: flex;
    width: 90%;
    flex-direction: row;
    margin-top: 10px;
    justify-content: center;

  }

  .footerRight {
    width: 93%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
  }

  .linearGradientBottom {
    background: rgb(111, 68, 181);
    background: linear-gradient(199deg,
        rgba(111, 68, 181, 1) 9%,
        rgba(60, 78, 162, 1) 43%,
        rgba(37, 39, 104, 1) 100%);
    height: 620px;
    position: relative;
    top: 450px;
    left: 0;
    justify-content: center;
    width: 100%;
  }

  .formHolder {
    margin-top: 8%;
    display: flex;
    border: solid 1px #c1c1c1;
    border-radius: 7px;
    background-color: #fff;
    height: max-content;
    width: 80%;
    justify-content: center;
    overflow-y: scroll;
    /* align-items: center; */
  }

  #belowHeaderRightMobile {
    display: none;
  }

  #belowHeaderLeftMobile img {
    display: flex;
    animation: transitionIn 2s;
    max-width: 100%;
    height: 60%;
    margin-top: 10px;
  }

  #belowHeaderLeftMobile {
    text-align: center;
    align-items: center;
    line-height: 20px;
    width: 100%;
    margin-top: 30px;
  }

  #belowHeaderLeftMobile p {
    padding: 20px;
  }

  #belowHeaderLeftMobile a {
    padding: 20px;
  }

  .statusModal {
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgb(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    animation: popUpModel 0.4s;
    display: flex;
    align-items: center;
  }

  .statusContainer {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: max-content;
    border-radius: 10px;
    border: solid 1px #c1c1c1;
    flex-direction: column;
    padding: 40px;
  }

  .statusContainer h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }

  .statusContainer p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #3f3844;
    margin-top: 10px;
    text-align: center;

  }

  .statusContainer img {
    width: 18%;
    margin-top: 80px;
  }

  .mainFooterContainer {
    width: 80%;
    display: flex;
  }

  .footerLeft img {
    object-fit: contain;
    width: 290px;
    margin-bottom: 20%;
  }
  .headerHolder .burgerMenu{
    display: none;
  }
}
.footerLogo{
  column-gap: 15.4px;
  display: flex;
}



/** For mobile devices **/

@media (max-width: 600px) {
  .custom-shape-divider-bottom-1608655195 svg {
    width: calc(300% + 1.3px);
    height: 230px;
  }

  .custom-shape-divider-bottom-1608655195 {
    top: 300px;
  }

  .linearGradient {
    background: rgb(111, 68, 181);
    background: linear-gradient(39deg,
        rgba(111, 68, 181, 1) 9%,
        rgba(60, 78, 162, 1) 43%,
        rgba(37, 39, 104, 1) 100%);
    height: 515px;
  }

  .headerHolder img {
    width: 150px;
    /* height: 60px; */
  }

  .webContainer {
    width: 100%;
    display: flex;
    align-self: center;
    z-index: 2;
  }

  .headerButHolder {
    display: none;
  }

  #drawerContent {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .headerButHolderMobile {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 100px;
    background: #fff;
    width: 80%;
    height: 100%;

    align-items: center;
  }

  .headerButHolderMobile a {
    display: flex;
    width: 80%;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: '400';
    font-family: 'Roboto', sans-serif;
    padding: 4vw;
  }

  .headerButHolderMobile hr {
    width: 80%;
  }

  .belowHeader {
    display: flex;
    width: 100%;
    position: relative;
    top: 100px;
    height: 50vh;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
  }

  .belowHeader img {
    width: 50%;
  }

  .belowHeader h1 {
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 95%;
  }

  .belowHeader p {
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 90%;
    font-weight: 400;
    line-height: 25px;
  }

  .belowHeader div {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .belowHeader a {
    display: flex;
    align-items: center;
    font-size: 12px;
    background-color: rgb(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-weight: '400';
    font-family: 'Roboto', sans-serif;
    justify-content: center;
    width: 90%;
  }

  .belowHeader a:hover {
    background-color: rgb(0, 0, 0, 0.8);
  }

  .productContainer {
    position: relative;
    top: 80px;
    display: flex;
    flex-direction: row;
    z-index: 3;
    margin-top: 100px;
    justify-content: center;
    width: 100%;
  }

  .productContainer img {
    width: 90%;
  }

  .linearGradientMid {
    background: rgb(111, 68, 181);
    background: linear-gradient(39deg,
        rgba(111, 68, 181, 1) 9%,
        rgba(60, 78, 162, 1) 43%,
        rgba(37, 39, 104, 1) 100%);
    height: 250px;
    /* top: 100px; */
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .playStoreContainer {
    display: flex;
    width: 85%;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }

  .playStoreContainer h1 {
    color: #fff;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    width: 50%;
  }

  .playStoreContainer img {
    width: 90%;
  }

  .SecondaryOneHolder {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }

  .SecondaryOneHolderLeft {
    width: 100%;

    justify-content: center;
  }

  .SecondaryOneHolderLeft img {
    max-width: 80%;
  }

  .SecondaryOneHolderRight {
    width: 100%;
    align-self: center;
    /* background-color: #000; */

    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
  }

  .secondaryMenuImageHolder {
    align-self: center;
  }

  .linearGradientMidBottom h1 {
    color: #3F3844;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    width: 80%;
  }

  .detailedContainer {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    column-gap: 10px;
    row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .detailedHolder {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    /* max-height: 500px; */
    row-gap: 40px;

  }

  .detailedHolder h2 {
    color: #000;
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    text-align: center;
  }

  .detailedHolder p {
    color: #3F3844;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;

  }

  .detailedHolder a {
    display: flex;
    align-items: center;
    font-size: 16px;
    background-color: rgb(0, 0, 0, 0.1);
    max-width: 40%;
    padding: 10px;
    border-radius: 100px;
    text-decoration: none;
    color: #3f3844;
    font-weight: '400';
    font-family: 'Roboto', sans-serif;
    justify-content: center;
    align-self: center;

  }

  .mainFooterContainer {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 2;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footerContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .footerLeft {
    display: flex;
    width: 90%;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;

  }

  .footerRight {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 20px;
  }

  .linearGradientBottom {
    background: rgb(111, 68, 181);
    background: linear-gradient(199deg,
        rgba(111, 68, 181, 1) 9%,
        rgba(60, 78, 162, 1) 43%,
        rgba(37, 39, 104, 1) 100%);
    height: 530px;
    position: relative;
    top: 410px;
    left: 0;
    justify-content: center;
    width: 100%;
  }

  .formHolder {
    margin-top: 8%;
    display: flex;
    border: solid 1px #c1c1c1;
    border-radius: 7px;
    background-color: #fff;
    height: max-content;
    width: 90%;
    justify-content: center;
  }

  .statusModal {
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgb(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    animation: popUpModel 0.4s;
    display: flex;
    align-items: center;
  }

  .statusContainer {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: max-content;
    border-radius: 10px;
    border: solid 1px #c1c1c1;
    flex-direction: column;
    padding: 40px;
  }

  .statusContainer h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }

  .statusContainer p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #3f3844;
    margin-top: 15px;
    text-align: center;

  }

  .statusContainer img {
    width: 18%;
    margin-top: 80px;
  }

  .footerLeft img {
    width: 80%;
    margin-bottom: 3%;
    margin-left: 12%;
  }

  .mobileSpace {
    margin-top: 5%;
  }
  .headerHolder .burgerMenu{
    display: flex;
    margin-top: 5%;
    margin-right: 3%;
  }
  .productContainer .popup-link{
    width: 40%;
    font-size: 10px;
  }
}