@import url("https://fonts.googleapis.com/css2?family=MuseoModerno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
.btn_round {
  background: var(--white);
  border: 0.25rem solid rgba(255, 255, 255, 0.24);
  border-radius: 2.5rem;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 1px 4px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 4px 1px 3px rgba(0, 0, 0, 0.1);
}
.btn_round__outline {
  outline: 0.25rem solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_round span i {
  display: none;
}

.primary_btn {
  padding: 0.875rem 2rem !important;
  background: var(--btn-primary-bg);
  border-radius: 2.5rem;
  border: none;
  font-weight: bold;
  font-size: 0.875rem !important;
  color: var(--btn-primary-bg-contrast);
  text-transform: uppercase;
  cursor: pointer;
}

.btn_home {
  margin-left: 2rem;
}

.pa-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  grid-gap: 1rem;
}

.pa-card {
  height: 13rem;
  padding: 1rem;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25), inset -4px -4px 1rem #C7C4ED;
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25), inset -4px -4px 1rem #C7C4ED;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.pa-card:hover {
  background: #e6f6ff;
}
.pa-card .icon {
  width: 100%;
  height: 8.875rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.pa-card .icon img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pa-card h4 {
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.pa-card p {
  line-height: 1.25rem;
  margin-bottom: 0;
}
.pa-card p::first-letter {
  text-transform: capitalize;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.pa-header {
  width: 100%;
  height: auto;
}

.footer-container {
  width: 100%;
  /* height: 35.1875rem; */
  background-image: url(../img/banner.gif);
  /* background-position: right bottom; */
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -35.1875rem; */
}


#homeVideo {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}
.home_footer {
  position: absolute;
  bottom: 0;
}
.home_footer img {
  width: 100%;
}

.pa-backbar {
  background: var(--primary-color);
  min-height: 5rem;
  border-radius: 1.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pa-backbar .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pa-backbar__title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  margin-left: 1rem;
  /* margin-bottom: 0px; */
  color: var(--primary-color-contrast);
}

.logo {
  position: relative;
  z-index: 2;
}

.intro {
  width: 100%;
  height:660px;
  /* height: 100vh; */
  /* background-color: var(--surface-bg);  */
  /* background-position: center; */
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* background-image: url(../img/banner.gif); */
  /* background-repeat: round; */
 

}
.intro::after {
  content: ".";
  /* background-image: url(./../img/footer-bg.svg); */
  background-color: transparent;
  background-size: cover;
  width: 100%;
  height: 28.75rem;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  background-repeat: no-repeat;
  right: 0;
  background-position: 0 bottom;
  /* background-size: 110%; */
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  /* height: calc(100vh - 25.625rem); */
  max-width: 40rem;
  display: flex;
  align-items: center;
}
.bg-image{
  /* height: 100%; */
  height: 640px;
  width: 100%;
}
.intro__content p {
  font-size: 0.875rem;
  /* color: #fff; */
  color: #000;
  /* margin-top: -6rem; */
  /* margin: 1rem 0; */
}
.intro__img {
  max-width: 100%;
}


.intro__logo img {
  width: 9.375rem;
}

.intro-container {
  position: relative;
  z-index: 2;
  /* background-image: url(../img/banner.gif); */
  background-repeat: no-repeat;
  /* height: 100%; */
  position:absolute;
  left: 4%;
}

.banner-caption{
  position: absolute;
  left: 0;
}
/* video player */
.video_container {
  height: 100%;
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.5rem;
  position: relative;
}

.aspectratio[data-ratio="16:9"] {
  padding-top: 56.25%;
}

.aspectratio {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 99;
}

.fun-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
  border: 0;
  height: 100%;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.fun-video-player-details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
}

.fun-video-player-details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-player-title {
  /* margin-right: auto; */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #27282D;
}

.video-player-subtitle {
  padding-top: 0.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #646464;
}

.video-player-action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.player-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  border: none;
  background: none;
}

.player-btn img {
  width: 1.5rem;
  height: 1.5rem;
}

.player-btn span {
  font-weight: 400;
  padding-top: 0.25rem;
  font-size: 0.625rem;
  line-height: 1rem;
  color: #666666;
}

.separator {
  border-left: 1px solid #979797;
  height: 2.1875rem;
  width: 0.0625rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.inner-animation-size {
  width: 20rem;
  height: 20rem;
  position: absolute;
  right: 17%;
  bottom: 0;
}

video {
  pointer-events: none;
}




:root {
  --primary-theme:#7132BD;
  --primary-theme-contrast:#fff;
  --surface-bg:#7132BD;
  --surface-bg2:#ffffff80;
  --primary-color:#64B2DC;
  --primary-color-contrast:#fff;
  --white:#fff;
  --black:#000;
  --text-color:#333;
  --btn-primary-bg:#13033D;
  --btn-primary-bg-contrast:#fff;
}

html, body {
  height: 100%;
  margin: 0;
}

.footer-content {
  min-height: 100%;
  margin: 0 auto -20.875rem;
}

body {
  /* background-color: var(--surface-bg); */
  /* background-image: url(../img/jadui-pitara-bg.jpg); */
  font-family: "MuseoModerno", cursive, Arial, Helvetica, sans-serif;
  font-display: auto;
  background-repeat: round;
}

.primary-font {
  font-family: "MuseoModerno", cursive, Arial, Helvetica, sans-serif;
}

p {
  font-family: "Lato", sans-serif, Arial, Helvetica, sans-serif;
}

.pa-ct-move-up {
  padding-bottom: 29.5625rem;
}

.explore-page {
  background-image: url(./../img/2ndpage-bubbles.svg); /* The image used */
  background-color: var(--surface-bg); /* Used if the image is unavailable */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}/*# sourceMappingURL=styles.css.map */

.pitara-video-desktop {
  cursor: pointer;
}
.pitara-video-mobile{
  display: none;
}

.jadui-pitara-section img{
  height: 100%;
  width: 100%;
    
}

.jadui-pitara-section .card-item{

  margin: 10px 0px;
  border: 15px solid #fff;
  border-radius: 16px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .footer-container {
    background-position: right;
  }
}

@media (max-width: 767.98px) {
  .intro__content {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .intro__img {
    position: relative;
    z-index: 2;
    margin-top: -11.25rem;
  }
}
@media (min-aspect-ratio: 16/9) {
  #homeVideo {
    width: 100%;
    height: 100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #homeVideo {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .pitara-video-desktop {
    /* height: 100% !important; */
    /* background-image: url(../img/jadui-pitara-bg.jpg); */
    display: none;
  
  }
  .pitara-video-mobile{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
  }
 
}

.jadui-pitara .head-title{
  display: flex;
  justify-content: center;
  

}
.jadui-pitara {
  position: relative;
 /* padding-top: 70px; */
 
}
.adui-pitara-bg{
  position: relative;
}
.jadui-pitara .head-title{
  display: flex;
  justify-content: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.bg-img_one {
  background-image: url(../img/circle_right.png);
  background-repeat: no-repeat;
  z-index: -1;
}
/* .bg-img_two {
  background-image: url(../img/circle_right.png);
  background-repeat: no-repeat;
}
.bg-img_two {
  background-image: url(../img/circle_left.png);
  background-repeat: no-repeat;

} */

.jadui-pitara-bg{
  position: relative;
  width: 100%;
}

.ejadu-cart {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.card-desc {
  padding: 21px 0;
}
.desc-title {
  font-weight: bold;
  padding: 3px 0;
}
img.footer-img {
  width: 100%;
}
.action-btn-download {
  background-color: #cf4147;
  display: inline-flex;
  padding: 10px;
  color: #fff;
  border-radius: 22px;
  cursor: pointer;
}

.cart-img {
  min-height: 244px;
  height: 344px;
  padding: 15px;
}
.extion-btn span {
  padding: 10px;
}

.action-btn-mobile {
  background-color: #01c9ba;
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
}

.action-btn-mobile a {
  color: white;
  text-decoration: none;
}

.action-btn-mobile img {
  padding: 0 6px;
}
.app-section{
  padding: 80px 0;
  z-index: 99999999;

}

.footer-jadoo-bg {
  background-image: url(../img/footer.png);   background-repeat: no-repeat;
  position: relative;   
  min-height: 200px; 
  height: 200px;
  width: 100%;
  background-size: cover;
}

.footer-link {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-link {
  position: absolute;
  left: 0;
  top: 71px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-link ul{
  list-style: none;
}

.footer-link ul li {
  list-style: none;
}

.footer-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-family: "MuseoModerno", cursive, Arial, Helvetica, sans-serif;
}
.footer-link ul li {
  list-style: none;
  padding: 10px;
}

.footer-link ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.privacy-policy{
  border-top: 1px solid gray;
}

#downloadAppModal .modal-header{
  border-bottom: 0;
}
.privacy-policy{
  font-family: 'Noto Sans';
}

.jadu-vector-img{
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.bg-img_one {
  background-image: url(../img/circle_right.png);
  left: 0;
  z-index: -1;
}
.bg-img_two {
  background-image: url(../img/circle_left.png);
  right: 0;
  background-position: right top;
  bottom: 30px;
  z-index: -1;
}
.bg-img_three {
  background-image: url(../img/arrow.png);
  left: 0;
  bottom: -25%;
  background-position: left bottom;
  background-size: 35%;
  z-index: -1;
}
.bg-img_four {
  background-image: url(../img/circle-design.png);
  right: 5px;
  background-position: right bottom;
  bottom: 0px;
  z-index: -1;
}
.footer {
  padding-top: 10%;
}
@media (max-width: 767px) {
 
  .jadu-vector-img{
    display: none;
  }
}

.footer-pitara-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* New Responsive css */
@media (max-width:991px){
    .bg-img_three, .bg-img_four{
      display: none;
  }
  .cart-img{
    height: auto;
    padding: 0;
  }
  .ejadu-cart{
      padding-bottom: 30px;
  }
}
@media (max-width: 576px) { 
  .footer-link{
      justify-content: start;
      align-items: center;
      padding-left: 20px;
  }
  .footer-link ul{
      display: block;
  }
  .footer{
      padding-top: 0;
  }
  .footer-pitara-img{
      max-width: 40%;
  }
 
  .app-section {
      padding: 40px 0;
  }
 
}
@media (max-width: 426px) {
  .intro-container img{
    max-width: 60%;
   }
}
@media (min-width: 426px) and (max-width: 767.98px) {
  .intro-container img{
    max-width: 40%;
   }
}
@media (min-width: 576px) and (max-width: 768px) { 
  .footer-pitara-img{
    max-width: 35%;
  }
 }
 .logo{
  padding-top: 5px;
 }