@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
      url('../fonts/Rubik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.woff2') format('woff2'),
      url('../fonts/Rubik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-ExtraBold.woff2') format('woff2'),
      url('../fonts/Rubik-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Bold.woff2') format('woff2'),
      url('../fonts/Rubik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
      url('../fonts/Rubik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
      url('../fonts/Rubik-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Black.woff2') format('woff2'),
      url('../fonts/Rubik-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



:root {
  --blue-color: #0000ff;
  --indigo-color: #6610f2;
  --purple-color: #6f42c1;
  --pink-color: #d63384;
  --red-color: #ff4148;
  --orange-color: #fd7e14;
  --yellow-color: #ffc107;
  --green-color: #27ae60;
  --teal-color: #20c997;
  --cyan-color: #21e8df;
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #979797;
  --gray-dark-color: #343a40;
  --gray-100-color: #f8f9fa;
  --gray-200-color: #e9ecef;
  --gray-300-color: #dee2e6;
  --gray-400-color: #ced4da;
  --gray-500-color: #adb5bd;
  --gray-600-color: #6c757d;
  --gray-700-color: #495057;
  --gray-800-color: #343a40;
  --gray-900-color: #212529;
  --primary-color: #054146;
  --secondary-color: #12BCCA;
  --success-color: #27ae60;
  --info-color: #0dcaf0;
  --warning-color: #ffc107;
  --danger: -color var(--red);
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --gradient-color: linear-gradient(to right, #4851a8, #582a9b);
  --body-font-family: "Rubik";
  --body-font-size: 14px;
  --body-font-weight: 400;
  --body-line-height: 22px;
  --body-color: #ffffff;
  --body-bg: #F5F5F5;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-style-italic: italic;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #acacac;
  --border-radius: 3px;
  --link-color: #000000;
  --link-hover-color: var(--secondary-color);
}

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: #666666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px auto;
  position: relative;
  min-height: 100%;
  background-color: var(--body-bg);
  max-width: 768px;
}

.sticky-footer {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  position: relative;
  min-height: 100%;
  padding-bottom: 60px;
  background-color: var(--body-bg);
}

html {
  height: 100%;
}
ul,
li,
span,
img,
p,
figure,
img,
ol,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
  margin: 0px;
  padding: 0px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}


/* ********************************************* */
.upi-header-wapper {
  background-color: #3a3a3a;
  padding: 15px;
  border-radius: 0 0 16px 16px;
}
.upi-header-sec {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.upi-back-btn{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.upi-back-btn img{
  margin-right: 10px;
}
.upi-header-right{
  display: flex;
  gap: 10px;
  align-items: center;
}
.upi-theme-btn{
  border-radius: 4px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 6px;
  display: block;
  background: var(--secondary-color);
  border:1px solid var(--secondary-color);
  line-height: 26px;
}
.upi-bdr-theme-btn{
  border-radius: 4px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 6px;
  display: block;
  border:1px solid var(--secondary-color);
  line-height: 26px;
}
.upi-search-btn-img{
  margin-right: 5px;
}
a:hover{
  color: #fff;
}

/* ************************UPI section css************************ */

.upi-tab-wrapper{
  padding: 15px;
}
.upi-tab-wrapper .nav-link {
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 4px;
  width: calc(100% / 4 - 9px);
  padding: 5px;
  height: 55px;
  text-align: center;
  line-height: 40px;
}
.upi-tab-wrapper .nav-link img {
    object-fit: cover;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.upi-tab-wrapper .nav{
  display: flex;
  gap: 12px;
  border: none;
}
.upi-tab-wrapper .nav .nav-link.active{
  border:2px solid #000000;
}
.upi-tab-wrapper .tab-content{
  margin-top: 20px;
}
.upi-heading {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.upi-mobile-sec{
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.upi-mobile-sec::after {
  display: block;
  content: "";
  background-color: #3a3a3a;
  position: absolute;
  bottom: 0px;
  left: -15px;
  width: calc(100% + 30px);
  height: 70%;
  z-index: -1;
  border-radius: 16px 16px 0 0;
}
.upi-mobile-sec ul{
  margin-top: 35px;
  list-style: none;
  position: relative;
}
.caring-img {
  position: absolute;
  top: -70px;
  left: 0;
}
.upi-step-list li{
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 15px;
}
.upi-step-list li:last-child{
  margin-bottom: 0px;
}
.upi-step-list li .upi-step-number{
  background:#000000;
  font-size: 12px;
  width: 21px;
  height: 21px;
  line-height:23px;
  border-radius: 100%;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
.upi-step-list li .upi-step-text{
  width: calc(100% - 36px);
}
.upi-step-list::after {
  content: "";
  display: block;
  border: 1px dashed #ccc;
  position: absolute;
  top: 2px;
  left: 9px;
  height: 95%;
  z-index: 0;
}
.upi-all-step-sec {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.upi-step-img-sec{
  border: 1px solid #D9D9D9;
  border-radius: 0 0 16px 16px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
}
.upi-step-img-sec img {
  width: 220px;
  border-radius: 10px;
  max-width: 100%;
}
.upi-step-one-sec {
  margin: 0;
  width: calc(50% - 10px);
}
.upi-step-one-sec h6{
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background-color: var(--primary-color);
  padding: 12px;
  text-align: center;
  border-radius: 16px 16px 0 0;
  text-transform: uppercase;
}
.upi-step-img-sec p{
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.upi-transfer-vdo-sec{
  position: relative;
  width:100%;
  max-width: 250px;
  margin: 0 auto;
}
.upi-transfer-vdo-sec {
  max-width: 100%;
}
.upi-transfer-vdo-sec video, .upi-transfer-vdo-sec iframe {
  width: 341px;
  height: 100vh;
  border-radius: 40px;
  border: 10px solid #000;
}
.upi-play-btn:hover{
  width: 70px;
  height: 70px;
  line-height: 60px;
}
.upi-play-btn img{
  margin-left: 6px;
}
.upi-step-one-sec h6{
  background-color: #3a3a3a;
}
.landscape-view iframe, .landscape-view video {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
}

