@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@200;400;500;600;700;800&display=swap);
/*NOTE: Disabled Tailwind css as it is not required for this project*/

/*@import 'tailwindcss/base';*/

/*@import 'tailwindcss/components';*/

/*@import 'tailwindcss/utilities';*/

@font-face{
  font-family: 'Dimbo';

  src: url(/fonts/DimboRegular.eot?bad468b1d0d47e098923715a625774a4);

  src: url(/fonts/DimboRegular.eot?bad468b1d0d47e098923715a625774a4?#iefix) format('embedded-opentype'),
        url(/fonts/DimboRegular.woff2?caa0be98c440568e84eea89622a68630) format('woff2'),
        url(/fonts/DimboRegular.woff?08243f5cc1cf3f552a5a7d413d229166) format('woff'),
        url(/fonts/DimboRegular.ttf?40e687494f25ea0b1012ac1d683e83bb) format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

:focus{
  outline:none;
}

body{
  font-family: 'Heebo', sans-serif; font-size:18px; font-weight:500; line-height:1.4;
}

.dimbo{
  font-family: 'Dimbo';
}

input:not([type="checkbox"], [type="radio"]), select{ font-size: 14px; border: 1px solid #010101; border-radius: 100px; padding: 10px 20px; display: block; width: 100%; height:36px; -webkit-appearance:none; -moz-appearance:none; appearance:none;
}

select{ background: url(/images/select-arrow.png?a799fac22079f0fddbaa9547d69cfdce) no-repeat right 13px center; background-size: 18px; line-height: 1; padding-right: 30px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{ -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0;
}

::-webkit-input-placeholder{ color: #898987;
}

::-moz-placeholder{ color: #898987;
}

:-ms-input-placeholder{ color: #898987;
}

:-moz-placeholder{ color: #898987;
}

::-webkit-inner-spin-button, ::-webkit-calendar-picker-indicator{ display: none; -webkit-appearance: none;
}

button.bttn{ cursor:pointer;  border: 0; display: block !important; width: 100%;
}

.small-container, .lg-container{ max-width: 350px; margin: 0 auto; padding: 0 10px;
}

.lg-container{ max-width: 485px;
}

.d-none{
  display:none !important;
}

h2{
  font-weight: 600;
}

a{
  text-decoration:none;
}

li{
  list-style:none;
}

.full-height{
  min-height:100vh;
}

.black{
  color:#000;
}

.text-center{
  text-align:center;
}

.text-right{
  text-align:right;
}

.position-relative{
  position:relative;
}

.uppercase{
  text-transform:uppercase;
}

.img-fluid{
  max-width:100%; height:auto; display:block;
}

.br-100{ border-radius: 100px;
}

.f-400{ font-weight: 400;
}

.f-8{
  font-size:8px;
}

.f-10{
  font-size:10px;
}

.f-12{
  font-size:12px;
}

.f-14{
  font-size:14px;
}

.f-15{
  font-size:14px;
}

.f-16{
  font-size:16px;
}

.f-18{
  font-size:18px;
}

.f-24{
  font-size:24px;
}

.f-48{
  font-size:48px;
}

.mt-1{
  margin-top:10px;
}

.mb-1{
  margin-bottom:10px;
}

.mt-2{
  margin-top:20px;
}

.mb-2{
  margin-bottom:20px;
}

.mt-3{
  margin-top:30px;
}

.mb-3{
  margin-bottom:30px;
}

.mt-4{
  margin-top:40px;
}

.mb-4{
  margin-bottom:40px;
}

.pt-1{
  padding-top:10px;
}

.pb-1{
  padding-bottom:10px;
}

.pt-2{
  padding-top:20px;
}

.pb-2{
  padding-bottom:20px;
}

.pt-3{
  padding-top:30px;
}

.pb-3{
  padding-bottom:30px;
}

.pt-4{
  padding-top:40px;
}

.pb-4{
  padding-bottom:40px;
}

.bttn:hover, .bttn1:hover{ opacity: 0.9;
}

.bttn1 *, select{ cursor: pointer;
}

.bttn{ background: #F7CA19; display: block; text-align: center; padding: 10px; display:  block; font-size: 12px; border-radius: 100px; color: #000;
}

.bttn.disable{
  background: #ECECEC; color: #898987; pointer-events: none;
}

.bttn1{ cursor:pointer; display: inline-block; background: #363636; color: #fff; padding: 6px 22px; border-radius: 100px; font-weight: 400;
}

.bttn1 img{ vertical-align: sub; max-width: 17px; margin: 0 0px 0 5px;
}

.bttn1 label{ line-height: 1; vertical-align: middle;
}

.sucess-bttn:not(.disable){ font-size: 0 !important; min-height: 30px; background: #f7ca19 url(/images/smile-icon2.png?89fcfac55c260a592c77a4421182077a) no-repeat center center; background-size: 30px;
}

img {
  display: inline-block;
}

.d-flex{
  display:flex;
}

.align-items-center{ align-items: center;
}

.justify-content-center{ justify-content: center;
}

.airways-bg{ background: url(/images/buddy-banner.png?506ea68461562a2b296af73fd0d08d46) no-repeat center center; background-size:cover; padding: 40px 0;
}

.airways-row .left-col, .airways-row .right-col{
  flex:0 0 50%; max-width:50%; height:100vh; position: relative;
}

.logo-title img.logo{ max-width: 80px; max-height: 80px; margin-bottom:20px;
}

.logo-title span{ display: block;
}

.logo-title span:first-child{ font-weight: 700; letter-spacing: 0.7px;
}

input.amount{ border: 2px solid #ececec; border-radius: 16px; font-size: 46px; text-align: center; font-weight: 600; background: #ECECEC; caret-color: #F7CA19;     height: auto;
}

input.amount:focus{ border-color:#F7CA19;
}

.center-col{ height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center;
}

.left-col .payments-bttn{ position: absolute; bottom: 35px;     width: 100%;
}

.airways-logo img.logo{ max-width: 50px; max-height: 50px; border-radius: 100px; vertical-align: sub; margin-right: 8px;
}

.airways-logo a{ font-size: 40px;
}

.airways-logo label{ background: #ECECEC; display: block; width: 44px; font-size: 11px; padding: 2px 0; border-radius: 6px; margin: 0 auto 15px;
}

.get-more{ position: absolute; bottom: 35px; right: 0; left: 0;
}

.get-more a.bttn{ display: inline-block; padding: 10px 16px; font-size: 15px; box-shadow: 0px 6px 12px #00000029;
}

.get-more a img{ max-width: 30px; margin: 0 0 0 8px; vertical-align: middle;
}

.bttn-shadow{ box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 10%);
}

.get-more-mobile img.logo{ max-width: 40px; max-height: 40px; margin-right: 8px;
}

.get-more-mobile{ background: #ECECEC url(/images/right-arrow.png?ec4ff61b1cc8271c4998dbf0ab25821c) no-repeat right 10px center; position: absolute; bottom: 0; width: 100%; padding: 6px 10px;
}

.editable-field{ position: relative;
}

.editable-field .amount{ margin: 6px 0 !important;
}

.small-bttn{ display: inline-block; padding: 7px 15px;
}

.payment-ap input.amount{ background: transparent !important; border: 0; padding: 0; font-size: 50px;
}

.payment-ap .done{ position: absolute; top: 50%; right: 0; transform: translate3d(0,-50%,0);
}

.edit-amount .edit-icon{ width: 32px; height: 32px; display: inline-block; background: #ECECEC; border-radius: 100px; vertical-align: middle; margin: 0 10px; cursor:pointer; position: relative;
}

.edit-amount .edit-icon img{ max-width: 17px; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0);
}

.payment-ap span.reference{ letter-spacing: 0.4px;
}

.tab-content{ display: none;
}

.tab-content.current{ display: inherit; transition: 0.3s ease all;
}

.tabs-nav li{ flex: 1;
}

.tabs-nav{ background: #ECECEC; border-radius: 100px; padding: 2px;
}

.tabs-nav a{ font-size: 15px; padding: 8px 10px; display: block; cursor: pointer;
}

.tabs-nav .current a{ background: #f7ca19; border-radius: 100px;
}

.half-filed{
  gap:20px;
}

.field-group input, .field-group select{ margin-bottom: 17px;
}

.bttn-2{ font-family: 'Dimbo'; font-size:20px; padding:2px 6px; height: 36px;
}

.card-info input[type="password"]{ font-size: 30px; letter-spacing: 2px; line-height:1;
}

.card-info input[type="password"]::-webkit-input-placeholder, .signin-filed input[type="password"]::-webkit-input-placeholder{ font-size: 14px; position:relative; letter-spacing: 0px;
  top:-5px;
}

input.card-number{ background: url(/images/icon-card-empty-states.svg?b2d0c52b78940f9837c246716b905b44) no-repeat 95% 50%; background-size: 25px; padding-right: 70px;
}

.sign-in-col{ flex: 1; padding-left:20px;
}

.scan-pay-col{ flex: 0 0 190px; border-right: 1px solid #ececec; padding-right: 20px;
}

.qr-img img.smile-icon{ position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); max-width: 50px;
}

.scan-pay-col small{ margin: 4px 0 0 0; display: block; font-size: 11px; letter-spacing: 0.5px;
}

.signin-filed input[type="password"]::-webkit-input-placeholder{ font-size: 13px;  position:relative; top:-4px;
}

.signin-filed input[type="password"]{ font-size: 24px; letter-spacing: 3px; line-height: 1; background: url(/images/eye-icon.png?92c4fb636cfba1cac326c51b676bd035) no-repeat right 13px center; background-size: 20px;
  padding-right:40px;
}

a.bttn.small-padding{ /* padding-top: 6px; */
  /* padding-bottom: 6px; */
  height: 34px; line-height: 30px;
}

.signin-filed select option{ font-size: 14px; font-weight:600;
}

.bttn.bttn-2.small-padding{ font-size: 18px;
}

.signed-us h5 img{ max-width: 14px; display: inline-block; vertical-align: middle; margin: 0 0 0 4px;
}

.signed-us h5{ color: #5f5f5f; margin-top:2px; font-weight: 500;
}

.crypto-info textarea{ width: 100%; resize: none; border: 1px solid #eaeaea; border-radius: 4px; min-height: 25vh; padding: 15px;
}

.reference-merchant div.merchant{
  margin:5px 0 15px; opacity:0.5;
}

.edit-amount{ padding-left: 35px;
}

.tab-main{ min-height: 375px;
}

ul.card-select{ font-size: 14px; border: 1px solid #010101; border-radius: 100px; width: 100%; background: url(/images/select-arrow.png?a799fac22079f0fddbaa9547d69cfdce) no-repeat right 13px center; background-size: 18px;
  margin-bottom:13px; height: 36px; cursor:pointer;
}

.card-select li:not(.selected){ display: none;
}

.card-select li{ padding: 8px 20px;
}

.choose-card-modal{ width: 300px; margin: 0 auto; position: fixed; top: 50%; left: 25%; background: #fff; padding: 15px 20px; transform: translate(-50%, -50%); box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 51%); border-radius: 8px;
}

.card-modal li{ font-size: 14px; position: relative;
}

.card-modal li input{
  display:none;
}

.card-modal li label{ display: block; padding: 10px 0; border-bottom: 1px solid #ececec; cursor:pointer;     font-weight: 400;
}

.card-modal li label:after{ content: ""; height: 16px; width: 16px; border: 1px solid #000; display: block; border-radius: 100px; position: absolute; right: 0; top: 12px;
}

.card-modal li label:before{ content: ""; height: 4px; width: 8px; border: solid #000; border-width: 2px 2px 0 0; display: block; position: absolute; right: 4px;
  transform: rotate(133deg); top: 17px; z-index: 3; opacity: 1;
}

.card-modal li input:checked + label:after{
  background-color: #F7CA19; border-color: #F7CA19;
}

.bg-blurry{ overflow:hidden;
}

.paymeny-done-modal{ width: 450px; position: fixed; top: 50%; left: 25%; transform: translate(-50%, -50%);
}

.paymeny-done-modal h1{ font-size: 60px; padding: 60px 0; font-weight: 400; background: url(/images/yellow_bg1.png?4da1f318bb8509d6c73db793e15f4181) no-repeat center center; background-size: contain; margin: 0 0 40px;
}

.paymeny-done-box .get-more{ position: static;
}

.payments-bttn li{ display: inline-block;
}

.payments-bttn li img{ max-height: 32px;
}

button span#lottie{
  margin: 0 auto;
}

.card-number.discover{ background: url(/images/discover.jpg?cf9f04b2405f075b337b1ad8600b7450) no-repeat 95% 50%; background-size: 40px;
}

.card-number.visa{ background: url(/images/visa.png?14406ae6e39c4539fa8755b4cb9cb352) no-repeat 95% 50%; background-size: 38px;
}

.card-number.amex{ background: url(/images/amex.png?016b5725305bf05dbe1d567216ef3694) no-repeat 95% 50%; background-size: 38px;
}

.card-number.diners{ background: url(/images/diners.png?c4cca89efc0b6c34b8037430673b8993) no-repeat 95% 50%; background-size: 20px;
}

.card-number.jcb{ background: url(/images/jcb.png?c19dbddb10c9c762bcc302312f346c2a) no-repeat 95% 50%; background-size: 27px;
}

.card-number.mastercard{ background: url(/images/mastercard.png?3e8e174ada27100c74514f20803a5707) no-repeat 95% 50%; background-size: 30px;
}

.alta-form{ width: 100%;
}

.crypto-info li img{ max-width: 28px; border-radius: 100px;
}

.crypto-col label{ font-size: 16px; display: block; margin-top: 7px;
}

.crypto-col input{ display: none;
}

.crypto-col{ position: relative; padding: 15px 0 0;
}

.crypto-col input + label:before{ content: ""; height: 80px; width: 100%; border: 1px solid #ececec; position: absolute; top: 0; border-radius: 14px; display: block; cursor: pointer;
}

.crypto-info ul li{ flex: 0 0 33%; padding: 12px; margin-bottom: 5px;
}

.crypto-col input:checked + label:before{ border-color: #f7ca19; box-shadow: 0px 0px 0px 1px #f7ca19;
}

.crypto-info ul{ flex-wrap: wrap; margin: 0 -12px;
}

.crypto-info .next-btn{ max-width: 310px; margin: 15px auto 0;
}

.crypto-summary li{ display: flex; align-items: center; justify-content: space-between; padding: 2px 0; font-weight: 400; font-size: 14px;
}

.crypto-summary ul:not(.no-border){
  border-bottom: 1px solid #ececec; margin-bottom: 5px; padding-bottom: 2px;
}

.crypto-summary .total li label:last-child{ color: #ff3f3f;
}

.crypto-summary ul.total{ padding-bottom: 3px;
}

.crypto-current-info .bttns .bttn{ min-width: 165px; margin: 0 7px;
}

.bttn-style2{ background: transparent; border: 1px solid #000 !important;
}

.bttn-style2:hover{ background: #F7CA19; border: 1px solid #F7CA19 !important;
}

.crypto-qr img{ max-height: 160px; margin: 15px 0 25px;
}

.crypto-qr .reference{ letter-spacing: 0.3px;
}

.crypto-qr h6{ font-weight: 400; letter-spacing: 0.8px;
}

.edit-amount a:hover{ background: #f7ca19;
}

.crypto-current-info .bttns .bttn-style2{ padding: 9px;
}

.crypto-current-info button{ font-weight: 600;
}

.left-col .payments-bttn{
  bottom: 0; padding-bottom: 20px; background: #fff;
}

.center-col{ overflow: auto;
}

.alta-form {
  padding: 200px 0 125px 0;
}

/* MEDIA CSS */

@media (min-width: 1025px) and (max-height: 800px){
  .field-group input, .field-group select{ margin-bottom: 10px;
  }

  .alta-form input.amount{ margin: 0;
  }

  .payment-tabs > h2.f-18.mt-3{ margin: 20px 0 15px;
  }

  .tab-main{ min-height: 350px;
  }

  .logo-title img.logo{ max-width: 60px; max-height: 60px; margin-bottom: 10px;
  }

  .tabs-nav a{ font-size: 14px; padding: 6px 7px;
  }
}

@media (max-width: 1400px) and (min-width: 1024px){
  .field-group input, .field-group select{ margin-bottom:8px;
  }

  /* .left-col .payments-bttn{ bottom: 20px; } */

  .left-col .payments-bttn{
    bottom: 0; padding-bottom: 20px; background: #fff;
  }

  .alta-form input.amount{ margin: 0;
  }

  .tab-main{ min-height: 320px;
  }

  .logo-title img.logo{ max-width: 60px; max-height: 60px; margin-bottom: 10px;
  }

  .tabs-nav a{ font-size: 14px; padding: 6px 7px;
  }

  .crypto-summary li{ font-size: 13px; padding: 1px 0;
  }

  .center-col{ overflow: auto;
  }

  .alta-form {
    padding: 200px 0 125px 0;
  }
}

@media(min-width:1024px){
  .desktop-hide{
    display:none !important;
  }

  .alta-form{ margin-top: -65px;
  }

  .bg-blurry .center-col{ filter: blur(6px); -webkit-filter: blur(6px);
  }

  .bg-blurry .center-col:after{ content: ""; height: 150%; width: 150%; background: rgb(0 0 0 / 40%); display: block; position: absolute;
  }

  /* .payments-bttn li img{ max-height: 28px; } */
}

@media(max-width:1023px){
  .airways-row{ display: block;
  }

  .airways-row .left-col, .airways-row .right-col{ max-width: 100%; height: auto;
  }

  .airways-row{
    min-height:100%;
  }

  .airways-bg{ margin: 10px; height: 290px !important; background-position: 10% 56%; border-radius: 10px; padding: 0; overflow: hidden;
  }

  .mobile-hide{ display: none !important;
  }

  .payments-bttn a.bttn1{ min-width: 290px;
  }

  .small-container{ max-width: 550px;
  }

  .center-col{ display: block; padding: 20px 0; height:auto;
  }

  .amount-pay h6{ margin-bottom: 10px;
  }

  .logo-title.mobile-inline{ display: flex; align-items: center; gap: 10px; justify-content: center; text-align: left;
  }

  .logo-title img.logo{ max-width: 70px; max-height: 70px; margin-bottom: 7px;
  }

  .paying-info .logo-title img.logo{ max-width: 80px; max-height: 80px; margin-bottom: 10px;
  }

  .payment-ap, .payment-ap input.amount{ text-align: left; margin-bottom:0;
  }

  .card-info .field-group{
    margin-bottom:20px
  }

  .payment-ap{ max-width: 280px; margin: 0 auto;
  }

  .edit-amount a{ text-align: center; position: absolute; right: 0; margin-top: 15px;
  }

  .bg-blurry main{ filter: blur(6px); -webkit-filter: blur(6px); position: relative; overflow: hidden;
  }

  .bg-blurry main:after{ content: ""; height: 150%; width: 150%; background: rgb(0 0 0 / 50%); display: block; position: absolute; top: -30px; right: -30px;
  }

  .choose-card-modal, .paymeny-done-modal{ left: 50%;
  }

  .amount-pay.payment-ap .edit-amount{ padding: 10px 0 0; font-size: 34px;
  }

  .payment-ap span.reference, .paying-info .logo-title span:first-child{ opacity: 0.7;
  }

  .paying-info input.amount{ font-size: 44px; padding: 6px 20px;
  }

  .alta-form {
    padding: 0;
  }
}

@media(max-width:767px){
  .airways-bg{ height: 280px !important; background-size: 720px; background-position: 50% 55%;
  }

  .small-container{ max-width: 400px;
  }

  .scan-pay-col{
    display:none;
  }

  .sign-in-col{ padding-left: 0;
  }

  .crypto-info textarea{ min-height: 55vh; margin-bottom:-35px;
  }

  .small-container.card-info, .small-container.token-info{ padding: 0;     max-width: 100%;
  }

  .tab-main{ min-height: 300px;
  }

  .tab-content{ padding: 0 10px;
  }

  .paymeny-done-modal h1{ background-size: cover; padding: 52px 0; margin: 0 0 60px;
  }

  .paymeny-done-modal{ width: 100%; left: 0; right: 0; transform: translate(-0%, -50%);
  }

  .logo-title img.logo{ max-width: 55px; max-height: 55px;
  }

  input.amount{ font-size: 32px;     margin-top: 20px;
  }

  .tabs-nav a{ font-size: 13px; padding: 5px;
  }

  .amount-pay h2.text-center{ margin: 30px 0 10px;
  }

  .get-more-mobile img.logo{ max-width: 30px; max-height: 30px; margin-right: 5px;
  }

  .get-more-mobile p{ line-height: 1.4; font-size: 11px; letter-spacing: 0.8px;
  }

  .get-more-mobile p b{ font-size: 9px; letter-spacing: 0.2px;
  }

  .get-more-mobile{ background-size: 26px; padding: 3px 10px;
  }

  .bttn-2{ font-size: 18px;
  }

  .signed-us .signin-filed{ margin: 0 0 20px !important;
  }

  .signed-us h5{ margin: -5px 0 15px;
  }

  .signin-filed.mt-4.mb-4{ margin: 0 0 18px 0;
  }

  .tabs-nav{ margin-left: 8px; margin-right: 8px;
  }

  .crypto-info ul li{ padding: 7px; margin-bottom: 14px;
  }

  .crypto-col label, .crypto-summary li{ font-size: 13px;
  }

  .crypto-current-info .bttns .bttn{ min-width: 140px; margin: 0 5px;
  }
}

@media(max-width:600px){
  .airways-bg{ height: 240px !important; background-size: 570px; background-position: 50% 57%;
  }

  .field-group input{ margin-bottom: 10px;
  }
}

@media(max-width:490px){
  .airways-bg{ height: 190px !important; background-size: 470px; background-position: 50% 57%;
  }

  .tab-content h2, .payment-tabs h2.f-18{ margin-bottom: 10px;
  }

  .payments-bttn li img{ max-height: 23px;
  }
}

@media(max-width:400px){
  .airways-bg{ height: 160px !important; background-size: 370px; background-position: 50% 60%;
  }

  .small-container{ max-width: 290px;
  }
}

