@font-face {
  font-family: "JioType-Black";
  src: url(../fonts/JioType-Black.woff2);
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "JioType-Bold";
  src: url(../fonts/JioType-Bold.woff2);
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "JioType-Medium";
  src: url(../fonts/JioType-Medium.woff2);
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "JioType-MediumItalic";
  src: url(../fonts/JioType-MediumItalic.woff2);
  font-style: normal;
  font-weight: normal; }
* {
  box-sizing: border-box; }

div,
section {
  display: block; }

.container-fluid, .container {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.container {
  margin: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

:root {
  --container_width: 100%;
  --transition: ease all 300ms;
  --headerHeight: 0px;
  --container_left_space: calc((100% - var(--container_width)) / 2);
  --primary_color: #1e40c1;
  --secondary-color: #9eb5fa;
  --bg_color1: #010e93;
  --bg_color2: #d90c8d;
  --bg_color3: #00b358;
  --color-white: #fff;
  --color_text: #000e45;
  --color-black: #141414; }
  @media (min-width: 768px) and (max-width: 991px) {
    :root {
      --container_width: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    :root {
      --container_width: 970px; } }
  @media (min-width: 1200px) {
    :root {
      --container_width: 1170px; } }

.bg_color1 {
  background-color: var(--primary_color); }

.bg_color2 {
  background-color: var(--bg_color2); }

.bg_color3 {
  background-color: var(--bg_color3); }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

body {
  margin: 0;
  font-family: "JioType-Black"; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "JioType-Black"; }

.text_md {
  font-size: 60px;
  line-height: 75px;
  font-weight: 400;
  margin: 0 0 20px; }
  @media (max-width: 991px) {
    .text_md {
      font-size: 32px;
      line-height: 38px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .text_md {
      font-size: 40px;
      line-height: 45px; } }

.text_reg {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0 0 20px; }
  @media (max-width: 1199px) {
    .text_reg {
      font-size: 28px;
      line-height: 32px; } }

.text_sm {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .text_sm {
      font-size: 12px;
      line-height: 15px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .text_sm {
      font-size: 24px;
      line-height: 30px; } }

.text_xs {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .text_xs {
      font-size: 13px;
      line-height: 15px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .text_xs {
      font-size: 18px;
      line-height: 23px; } }

.text_xxs {
  font-family: "JioType-Medium";
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 0 20px; }
  @media (max-width: 360px) {
    .text_xxs {
      font-size: 14px;
      line-height: 14px; } }

.color-white {
  color: var(--color-white); }

.color_black {
  color: var(--color-black); }

.primary_btn {
  color: #000e45;
  padding: 13px 20px;
  border-radius: 22px;
  text-decoration: none;
  background-color: #9eb5fa; }
  @media (max-width: 767px) {
    .primary_btn {
      font-size: 10px;
      padding: 7px 12px; } }
  @media (max-width: 360px) {
    .primary_btn {
      padding: 13px 10px; } }
  .primary_btn .btn_play_icon {
    margin: auto;
    padding-right: 6px;
    display: inline-block;
    vertical-align: bottom; }

.secondary_btn {
  padding: 12px 20px;
  color: var(--color-white);
  border-radius: 22px;
  margin-left: 25px;
  text-decoration: none;
  border: 1px solid var(--color-white); }
  @media (max-width: 767px) {
    .secondary_btn {
      padding: 13px 15px;
      margin-left: 10px; } }
  @media (max-width: 360px) {
    .secondary_btn {
      padding: 13px 10px; } }
  .secondary_btn .btn_play_icon {
    margin: auto;
    padding-left: 10px;
    display: inline-block;
    vertical-align: bottom; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(5px);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s; }

.modal {
  position: fixed;
  top: 46%;
  left: 50%;
  width: 415px;
  border-radius: 32px;
  margin-left: -205px;
  margin-top: -150px;
  background: var(--color-white);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  padding: 60px 40px 40px 40px;
  transition: 0.3s ease-out;
  transform: translateY(45px); }
  @media (max-width: 767px) {
    .modal {
      width: 96%;
      top: 50%;
      left: 50%;
      margin-left: 0;
      margin-top: 0;
      transform: translate(-50%, -50%) !important; } }
  .modal.letsGo {
    background: transparent; }
    .modal.letsGo .mobile_outer {
      position: relative; }
      .modal.letsGo .mobile_outer .vivo-mobi {
        margin: 0 auto; }
      .modal.letsGo .mobile_outer .close {
        position: absolute;
        top: 50px;
        right: 35px;
        width: 22px;
        height: 23px;
        color: var(--primary_color);
        cursor: pointer;
        border: 0;
        background-color: #fff;
        font-family: "JioType-Medium";
        border-radius: 100%;
        transition: linear 1s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal.letsGo .mobile_outer .close:hover {
          background-color: #e7ebf8; }
  .modal .step_1 {
    display: block; }
    .modal .step_1.hide {
      display: none; }
  .modal .step_2 {
    display: none; }
    .modal .step_2.show {
      display: block; }
  .modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    color: var(--primary_color);
    cursor: pointer;
    border: 0;
    background-color: transparent;
    font-family: "JioType-Medium";
    font-size: 25px;
    border-radius: 100%;
    transition: linear 1s ease-in-out; }
    .modal .close:hover {
      background-color: #e7ebf8; }
  .modal .register {
    margin: 0;
    font-weight: 900;
    padding-bottom: 6px;
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: -0.72px;
    line-height: 1.3333333333;
    font-family: JioType, helvetica, arial, sans-serif; }
    @media (max-width: 767px) {
      .modal .register {
        font-size: 1.2rem; } }
  .modal .otp_section {
    margin: 20px 0 0;
    text-align: center; }
  .modal .otp-number-input {
    width: 15%;
    font-size: 20px;
    text-align: center;
    color: var(--color-black);
    font-family: "JioType-Medium";
    padding: 5px 5px;
    margin: 0 0 10px;
    border: none;
    border-bottom: 2px solid var(--color-black);
    border-radius: 0; }
    .modal .otp-number-input:hover {
      border-bottom: 2px solid var(--primary_color); }
    .modal .otp-number-input::placeholder {
      color: #947e41;
      font-size: 20px;
      opacity: 0.7; }
    .modal .otp-number-input:focus-visible {
      outline: none; }
  .modal p {
    margin: 0;
    font-weight: 500;
    text-transform: none;
    font-size: 0.875rem;
    letter-spacing: -0.07pxs;
    line-height: 1.4285714286;
    font-family: JioType, helvetica, arial, sans-serif; }
  .modal .error {
    font-size: 14px;
    font-family: JioType, helvetica, arial, sans-serif; }
  .modal .btn_section p {
    cursor: pointer;
    text-align: center;
    font-family: "JioType-Black";
    color: var(--color-white);
    background-color: #bac5f0; }
  .modal .btn_section .otp .active {
    display: none; }
  .modal .btn_section .resend_otp {
    color: #0a2885;
    font-size: 16px;
    font-family: "JioType-Medium";
    text-align: left;
    margin-bottom: 40px;
    background-color: transparent; }

.active {
  visibility: visible;
  opacity: 1; }

.active + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.custom-field {
  width: 100%;
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  --field-padding: 12px;
  border-top: 35px solid transparent; }

.custom-field input {
  border: none;
  width: 100% !important;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 0;
  border-radius: 3px;
  width: 250px;
  outline: none;
  font-size: 14px;
  color: #141414;
  border-radius: 0;
  margin-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.65); }
  .custom-field input:hover {
    border-bottom: 2px solid #0f3cc9; }

.custom-field .placeholder {
  position: absolute;
  left: 0;
  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #1414149e;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  box-sizing: border-box;
  font-family: JioType, helvetica, arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 1rem;
  letter-spacing: -0.08px;
  line-height: 1.5; }

.custom-field input.dirty + .placeholder,
.custom-field input:focus + .placeholder,
.custom-field input:not(:placeholder-shown) + .placeholder {
  top: -10px;
  font-size: 1rem;
  color: #222; }

.custom-field .error-message {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 12px;
  color: #fff;
  height: 24px; }

.custom-field .error-message:empty {
  opacity: 0; }

/* THREE */
.custom-field.three {
  --draw-duration: 0.1s;
  --draw-color: #222;
  --draw-line-width: 2px;
  --draw-easing: linear; }

.f_w_l {
  font-weight: 300; }

.f_w_r {
  font-weight: 400; }

.f_w_m {
  font-weight: 500; }

.f_w_s {
  font-weight: 600; }

.f_w_b {
  font-weight: 700; }

.l_h_2 {
  line-height: 1.2; }

.l_h_3 {
  line-height: 1.3; }

.l_h_4 {
  line-height: 1.4; }

.l_h_5 {
  line-height: 1.5; }

.l_h_6 {
  line-height: 1.6; }

.m_tb_0 {
  margin: 0; }

.m_b_5 {
  margin: 0 0 5px; }

.m_t_5 {
  margin: 5px 0 0; }

.m_tb_5 {
  margin: 5px 0; }

.m_b_10 {
  margin: 0 0 10px; }

.m_t_10 {
  margin: 10px 0 0; }

.m_tb_10 {
  margin: 10px 0; }

.m_b_20 {
  margin: 0 0 20px; }

.m_t_20 {
  margin: 20px 0 0; }

.m_tb_20 {
  margin: 20px 0; }

.m_b_30 {
  margin: 0 0 30px; }

.m_t_30 {
  margin: 30px 0 0; }

.m_tb_30 {
  margin: 30px 0; }

@media (min-width: 1200px) {
  .p_lr_100 {
    padding-left: 100px;
    padding-right: 100px; } }

.pl_5 {
  padding-left: 5px; }

.pl_10 {
  padding-left: 10px; }
  @media (max-width: 767px) {
    .pl_10 {
      padding-left: 5px; } }

.pl_20 {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .pl_20 {
      padding-left: 5px; } }

.p_t {
  padding-top: 20px; }

.pt_10 {
  padding-top: 20px; }

.pb_10 {
  padding-bottom: 10px; }

.ptb_10 {
  padding: 10px 0; }

.pt_20 {
  padding-top: 20px; }

.pb_20 {
  padding-bottom: 20px; }

.ptb_20 {
  padding: 20px 0; }

.pt_30 {
  padding-top: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.ptb_30 {
  padding: 30px 0; }

.pt_40 {
  padding-top: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.ptb_40 {
  padding: 40px 0; }

.ptb_60 {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .ptb_60 {
      padding: 40px 0; } }

.pt_60 {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .pt_60 {
      padding-top: 40px; } }

.pb_60 {
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .pb_60 {
      padding-bottom: 40px; } }

.ptb_90 {
  padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    .ptb_90 {
      padding: 60px 0; } }

.pt_90 {
  padding-top: 90px; }
  @media only screen and (max-width: 767px) {
    .pt_90 {
      padding-top: 60px; } }

.pb_90 {
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .pb_90 {
      padding-bottom: 60px; } }

.ptb_100 {
  padding: 100px 0; }
  @media only screen and (max-width: 991px) {
    .ptb_100 {
      padding: 60px 0; } }

.pt_100 {
  padding-top: 100px; }
  @media only screen and (max-width: 991px) {
    .pt_100 {
      padding-top: 60px; } }

.pb_100 {
  padding-bottom: 100px; }
  @media only screen and (max-width: 991px) {
    .pb_100 {
      padding-bottom: 60px; } }

.section_title span {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .section_title span {
      display: inline; } }

.color_white {
  color: var(--color-white); }

.border_radius10 {
  border-radius: 10px; }

.border_radius_15 {
  border-radius: 17px; }

.text_center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_justify {
  text-align: justify; }

.text_uppercase {
  text-transform: uppercase; }

.d_f {
  display: flex; }

.f_w {
  display: flex;
  flex-wrap: wrap; }

.f_w_j {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.f_j {
  display: flex;
  justify-content: space-between; }

.f_justify {
  justify-content: space-between; }

.f_w_se {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.f_w_around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.f_w_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.f_r_aj_between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.f_r_aj_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.f_r_a_center {
  display: flex;
  align-items: center; }

.a_center {
  align-items: center; }

.f_r_j_center {
  display: flex;
  justify-content: center; }

.f_c_aj_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.f_c_a_center {
  display: flex;
  flex-direction: column;
  align-items: center; }

.f_c_j_center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.f_d {
  flex-direction: row-reverse; }

.hidden {
  display: none !important; }

.visible-lg {
  display: block; }
  @media (max-width: 1199px) {
    .visible-lg {
      display: none !important; } }

.hidden-xs {
  display: block; }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important; } }

.hidden-sm {
  display: block; }
  @media (min-width: 767px) and (max-width: 1024px) {
    .hidden-sm {
      display: none !important; } }

.hidden-sm-xs {
  display: block; }
  @media (max-width: 1024px) {
    .hidden-sm-xs {
      display: none !important; } }

.visible-sm-xs {
  display: none; }
  @media (max-width: 1024px) {
    .visible-sm-xs {
      display: block !important; } }

.visible-sm {
  display: none; }
  @media (min-width: 767px) and (max-width: 1024px) {
    .visible-sm {
      display: block !important; } }

.visible-xs {
  display: block; }
  @media (min-width: 767px) {
    .visible-xs {
      display: none !important; } }

.default_transition {
  transition: all 800ms ease-out; }

.toTop[data-scroll] {
  transition: all 0.5s ease-out; }
.toTop[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0); }
.toTop[data-scroll="out"] {
  opacity: 0;
  transform: translateY(100px); }

.toBottom[data-scroll] {
  transition: all 0.5s ease-out; }
.toBottom[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0); }
.toBottom[data-scroll="out"] {
  opacity: 0;
  transform: translateY(-100px); }

.toLeft[data-scroll] {
  transition: all 0.5s ease-out; }
.toLeft[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0); }
.toLeft[data-scroll="out"] {
  opacity: 0;
  transform: translateX(-100px); }

.toRight[data-scroll] {
  transition: all 0.5s ease-out; }
.toRight[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0); }
.toRight[data-scroll="out"] {
  opacity: 0;
  transform: translateX(100px); }

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background: var(--color-white); }
  @media (max-width: 767px) {
    ::-webkit-scrollbar {
      height: 0;
      background: transparent; } }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 0; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-white); }

.intro {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden; }
  .intro #clip_svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all 5s;
    object-fit: cover; }
    .intro #clip_svg.clip_svg_anim {
      transform: scale(100); }
  .intro .center_logo.center_logo_anim {
    display: none !important; }
  .intro .intro-inner {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden; }
    .intro .intro-inner .center_logo {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 60px;
      position: absolute;
      inset: 0;
      margin: auto;
      width: fit-content;
      background: #3535f3;
      height: fit-content;
      border-radius: 85px;
      padding: 10px 25px 10px 10px;
      overflow: hidden;
      animation: 0.5s mainBx 0.5s forwards;
      z-index: 1; }
      @media (min-width: 768px) {
        .intro .intro-inner .center_logo {
          transform: scale(1.5); } }
@keyframes mainBx {
  0% {
    width: 370px; }
  100% {
    width: 120px; } }
      .intro .intro-inner .center_logo .txt_dv {
        font-size: 50px;
        display: block;
        color: #fff;
        font-style: italic;
        padding-left: 8px;
        animation: 0.5s endNone 0.5s forwards; }
@keyframes endNone {
  0% {
    height: 100px;
    opacity: 1; }
  100% {
    height: 0px;
    opacity: 0; } }
      .intro .intro-inner .center_logo .same_class {
        transform: translateX(0);
        position: relative;
        z-index: 1; }
        .intro .intro-inner .center_logo .same_class.anim_same_class {
          animation: translateA 0.5s forwards; }
          .intro .intro-inner .center_logo .same_class.anim_same_class.anim_same_class1 {
            animation: imgWidth 0.5s forwards; }
@keyframes translateA {
  0% {
    transform: translateX(0);
    left: 0%; }
  100% {
    transform: translateX(calc(-100% + 15px));
    left: 100%; } }
@keyframes imgWidth {
  0% {
    transform: translateX(calc(-100% + 15px));
    left: 100%; }
  100% {
    transform: translateX(0);
    left: calc(100% - 3px); } }
      .intro .intro-inner .center_logo::after {
        content: "";
        position: absolute;
        background-color: #3535f3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 85px;
        transition: 0.3s;
        width: 0%;
        animation: widthX 0.5s forwards; }
@keyframes widthX {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
  .intro #dots {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .intro #dots.dots1 {
      left: 20px; }
    .intro #dots.dots2 {
      right: 20px; }
    .intro #dots div {
      background-color: #fb7017;
      height: 12px;
      width: 12px;
      border-radius: 50%; }
      .intro #dots div:nth-child(7n + 10) {
        background-color: #6160f2; }
      .intro #dots div:nth-child(7n + 15) {
        background-color: #0c3dd4; }

/*# sourceMappingURL=base.css.map */
