/* Body $$ Html */
body, html{
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
  background: #fff;
}
.site-container{
  background: #fff;
  display: table;
  height: inherit;
  width: 100%;
  margin: 0px !important;
  margin-bottom: 0px;
  padding: 0px !important;
}
a{
  text-decoration: none !important;
  color: #000 !important;
  font-size: 14px;
}

.menu-bar{
  background: #000;
}

.header-mobile{
  background: #000;
}
.db-mobile-nav{
  background: #0d0f14;
  border-bottom: 1px solid #2f3a4d;
}

.index-header-active{
  background: #fff;
  border-bottom: 1px solid #e1e5ef;
}
.index-header-active a{
  color: #000 !important;
}
.index-header-active .name-brand{
  color: #0052FF;
}
.index-header-active .reg-btn{
  background-color: #0052FF !important;
  box-shadow: none !important;
  color: #fff !important;
}
.index-header-active .m-bar{
  background: #000 !important;
}


/* intro section */
.ball{
  height: 30px;
  width: 30px;
  /* background: radial-gradient(circle at 100px 100px, #fff, #1a56c5, #1CA7EC); */
  background: radial-gradient(circle at 30% 30%, #fff, #0b7ce6, #1a56c5);
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 100px;
  animation: floating 5s infinite linear;
}
.ball-2{
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at 30% 30%, #f1f3f5, #e0e3e7, #6c8db8);
  top: auto;
  bottom: 70px;
  left: 50px;
  animation: floating 8s infinite linear;
}
.ball-3{
  width: 50px;
  height: 50px;
  background: radial-gradient(circle at 30% 30%, #fff, #1CA7EC, #1a56c5);
  top: 90px;
  bottom: auto;
  right: 50px;
  left: auto;
  z-index: 1;
  animation: floating 8s infinite linear;
}
.ball-4{
  background: radial-gradient(circle at 30% 30%, #fff, #0b7ce6, #1a56c5);
}


.the-line{
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.the-line img{
  height: 150px;
  width: 100%;
}

/* mobile mockup */
.mobile-mockup{
  width: 300px;
  height: 500px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
}



/* --------- */


/* Colors $$ Backgrounds */
.dark-bg{
  background: #fff !important;
}
.dark-bg2{
  background: #fff !important;
}
.dark-bg3{
  background: #fff !important;
}
.dark-bg4{
  background: #fff !important;
}
.dark-bg5{
  background: #fff !important;
}
.dark-bg6{
  background: #fff;
}
.dark-bg33{
  background: #fff !important;
}
.primary-color{
  color: #4842e9 !important;
}
.primary-bg{
  background: #5853f6 !important;
}
.secondary-bg{
  background: #f9f9fa !important;
}

.bg-none{
  background: none !important;
}

.primary-bg-gradient{
  background: linear-gradient(50deg, #6d68f1, #352feb);
}

.white-bg{
  background: #fff !important;
}
.white-bg-2{
  background: #232731 !important;
}
.green-color{
  color: #0ac989 !important;
}
.green-bg{
  background: #0ac989 !important;
}
h1, h2, h3, h4, h5, p, small, span, label, i{
  color: #000;
}
.grey-color{
  color: #5f5e5e !important;
}
.grey-color-2{
  color: #c8ceea !important;
}
.grey-color-3{
  color: grey !important;
}
.grey-color-from-light{
  color: #505669;
}

.error-text{
  color: #e43737;
}
.white-text{
  color: #fff !important;
}
.white-text2{
  color: #fff !important;
}
.black-text{
  color: #000 !important;
}
/* ------------- */

/* Fonts $$ font-size $$ font-weight */
.roboto{
  font-family: 'roboto';
}
.ubuntu{
  font-family: 'ubuntu';
}
.sans-pro{
  font-family: 'source sans pro';
}
.meri-weda{
  font-family: 'merriweather sans';
}
.noto-sans{
  font-family: 'noto sans';
}

/* --------- */
.anuphan{
  font-family: 'anuphan';
  font-weight: 400;
}
.anuphan-2{
  font-family: 'anuphan';
  font-weight: 500;
}
.anuphan-3{
  font-family: 'anuphan';
  font-weight: 600;
}

.gabarito{
  font-family: 'gabarito';
}

.xsmall{
  font-size: 14px !important;
}
.xsmall2{
  font-size: 14px;
}
.bold-text{
  font-weight: bold;
}
/* ----------------------------- */


/* Buttons */
button{
  background: #5853f6;
  border:none;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  color: #fff;
  width: 100%;
  font-family: 'anuphan';
  font-size: 14px;
}

.btn-rounded{
  border-radius: 30px !important;
}

.btn-grey{
  background: rgb(233, 235, 238);
  color: #000;
}
.btn-border{
  border: 1px solid #ffcf01 !important;
}
.btn-open{
  background: none;
  color: #ffcf01;
  border: 1px solid #ffcf01;
}

button:focus{
  outline: 0px;
  box-shadow: 0px;
  -webkit-box-shadow:none;
}

button:hover{
  opacity: .9;
}

.polygon-btn{
  background: #2a3548;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 12px;
  z-index: 1;
  font-weight: bold;
  color: #3777ed;
  text-align: center;
  cursor: pointer;
}

.pointed-left{
  background: #2a3548;
}

.polygon-btn-blank{
  background: transparent;
  color: #81869b;
}

.dismiss-btn{
  background: #383d4c;
  color: #d1d9e9 !important;
}

/* --------------------------------------------- */


/* Forms $$ Inputs $$ select $$ Labels */
.form-wrapper{
  position: relative;
  margin: 25px 0px;
}

.form-wrapper input{
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #c4c7d4;
  border-radius: 4px;
  color: #000 !important;
  background: transparent;
}
.form-wrapper select{
  width: 100%;
  height: 55px;
  border: 1px solid #c4c7d4;
  border-radius: 4px;
  padding: 0px 15px;
  color: #000 !important;
  background: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus, select:focus{
  box-shadow: none !important;
  outline: none !important;
}

.form-wrapper label{
  position: absolute;
  top: 16px; left: 15px;
  font-size: 14px;
  color: #7989a8;
  transition: linear 0.2s;
  pointer-events: none;
}
@media (max-width:576px){
  .form-wrapper label{
      top: 16px;
      left: 20px;
  }
}

.form-wrapper input:focus + label,
.form-wrapper input:not(:placeholder-shown) + label
{
    top: -10px;
    font-size: 14px;
    background: white;
    padding: 0px 6px;
    color: #302f2f;
    border-radius: 4px;
    left: 10px;
} 

@media (min-width:1200px){
  .form-wrapper input:focus + label,
  .form-wrapper input:not(:placeholder-shown) + label
  {
      background: white;
  } 
}


.form-wrapper select:focus + label,
.form-wrapper select:valid + label,
.form-wrapper textarea:focus + label,
.form-wrapper textarea:valid + label
{
    top: -8px;
    font-size: 14px;
    background: #fff;
    padding: 0px 4px;
    color: #000;
}
@media (min-width:1200px) {
  .form-wrapper select:focus+label,
  .form-wrapper select:valid+label
  {
    background: #fff;
  }
}


/* input icons and text */
.form-wrapper .has-icon{
  padding-right: 30% !important;
  position: relative;
}
.form-wrapper .input-icon-wrapper{
  position: absolute;
  right: 10px;
  top: 2px;
  display: flex;
  height: 100%;
  width: auto;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 0px 4px 4px 0px;
}
.input-icon{
  color: var(--text-color);
  position: relative;
  top: -1px !important;
}
@media (max-width: 576px){
  .input-icon{
      top: -1px !important;
  }
  .psw-c-icon{
    top: -1px !important;
  }
}

.winged-text{position: relative; justify-content: center; align-items: center; display: flex;}
.winged-text .line{
    height: 1px; width: 100%;
    background: #2b2b2d;
}

.winged-text h5{
  position: absolute; top: -8px;
  background: #000; font-size: 14px !important;
  padding: 0px 12px;
  color: #7989a8;
}

@media (min-width: 768px){
  .winged-text .line{
    background: #3a3a3d;
  }
  .winged-text h5{
    background: #181b24;
  }
}

.post-form{
  padding: 50px;
  border-radius: 20px;
}
@media (max-width:768px){
  .post-form{
    padding-left: 30px;
    padding-right: 30px;
    background: transparent;
  }
}
@media (min-width:1200px) {
  .post-form {
    width: 50%;
    margin-top: 10%;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.input-fill{
  background: #e7eaf0 !important;
}
input{
  caret-color: #000 !important;
}
/* -------------------------------------------- */


/* Dialog $$ Messages */
.dialog{
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}
.dialogContent{
  box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #172D3E;
  padding: 20px;
  width: 80%;
  border-radius: 8px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media(min-width: 968px) {
  .dialogContent {
    width: 35%;
  }
}


/* ----------------------------------------- */

/* Others */
.pointer{
  cursor: pointer;
}
.border-bottom{
  border-bottom: 1px solid #f0f2f5 !important;
}

.border-top-light{
  border-top: 1px solid #dee2e6 !important;
}
.border-light{
  border: 1px solid #dee2e6 !important;
}
.border-bottom-light{
  border-bottom: 1px solid #dee2e6 !important;
}

.my-border{
  border: 1px solid #2f3a4d !important;
}
.blue-border{
  border: 2px solid #3777ed;
}

.top-1{ position: relative; top: 1px !important; }
.top-2{ position: relative; top: 2px !important; }
.top-3{ position: relative; top: 3px !important; }
.top-4{ position: relative; top: 4px !important; }
.top-5{ position: relative; top: 5px !important; }
.top-6{ position: relative; top: 6px !important; }
.top-7{ position: relative; top: 7px !important; }
.top-8{ position: relative; top: 8px !important; }

.n-top-1{ position: relative; top: -1px !important; }
.n-top-2{ position: relative; top: -2px !important; }
.n-top-3{ position: relative; top: -3px !important; }

.add-radius{
  border-radius: 8px !important;
}
.add-radius-2{
  border-radius: 30px;
}
.add-radius-3{
  border-radius: 12px !important;
}

.page-pb{
  padding-bottom: 80px;
}

  /* dual ring animation */
  .lds-dual-ring {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    background: #1a1d25;
    border-radius: 8px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #276df1;
    border-color: #276df1 transparent #276df1 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .lds-dual-ring-grey:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #999eb2;
    border-color: #999eb2 transparent #999eb2 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }

/* animated Success */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #0ac989;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #0ac989;
  stroke-miterlimit: 10;
  margin: 0% auto;
  box-shadow: inset 0px 0px 0px #0ac989;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px transparent;
  }
}
/* End Animated Success */

.border-none{
  border: none !important;
}

.post-box{
  background: #fff;
  padding: 12px;
  border-radius: 6px;
}
.fit-content{
  width: fit-content !important;
}

.side-bar-mobile{
  position: fixed;
  right: 0;
  width: 75%;
  height: 100%;
  background: #101028;
  z-index: 999999;
  top: 0 !important;
  overflow: auto !important;
  padding-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.side-bar-mobile a{
  color: #fff !important;
}
.overlayDiv{
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.side-bar{
  background: #101028;
  height: 100vh;
  z-index: 99 !important;
  left: 0px;
  overflow: auto;
  margin: 0px;
  }

.side-bar .side-link{
  color: white !important;
  font-size: 14px !important;
  display: flex;
  align-items: 'center';
}

.side-bar .side-link-active{
  background: #24243e;
}

.side-bar .bi{
  color:#fff;
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}

.timeline-wrapper .timeline-body{
  border-left: 1px dashed #40434f;
  margin-left: 10px;
  padding-left: 37px;
  margin-top: 4px;
}

.cs-list-item:hover{
  background: #e9eaeb !important;
  cursor: pointer;
}
.hide{
  display: none !important;
}

.bottom-padding{
  padding-bottom: 80px;
}
.sigil{
  color: #fff !important;
  padding: 3px 8px;
  border-radius: 4px;
}
.sigil-waiting{
  background: #212836;
  color: #276df1 !important;
}
.sigil-paid{
  background: #1b332f;
  color: #3bdec3 !important;
}
.sigil-danger{
  color: #e94747; background: #452626; 
}

.sigil-unavailable{
  background: rgba(214, 96, 96, 0.9);
}
.sigil-error{
  background: rgba(226, 88, 88, 0.9);
}

.position-relative{
  position: relative !important;
}

.context-menu{
  position: absolute;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  top: 90%;
  padding: 0px 12px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}

#particles-js{
  position: absolute;
  width: 100%;
  height: 90vh;
  opacity: .2;
  top: 0;
  left: 0;
}

.app-showcase{
  width: 280px;
  margin: 0 auto;
  bottom: 40px;
  backdrop-filter: blur( 6px );
  position: absolute;
  left: 100px;
  z-index: 2;
  background: white;
  border-radius: 20px;
}

.app-showcase-wrp{
  z-index: 2;
  position: relative;
}
.app-showcase-connect{
  width: 250px;
  height: 300px;
  margin: 0 auto;
  bottom: 80px;
  backdrop-filter: blur( 6px );
  position: absolute;
  left: 160px;
  z-index: 1;
  background: white;
  border-radius: 50px;
  background: transparent;
  border: 1px dashed #81869b;
}

.border-left-gradient{
  border-left: 1px solid red;
}

.gradient-border{
  border-left: 3px solid !important;
  border-image: linear-gradient(to bottom, #000, transparent) 1 !important;
}
.gradient-border-2{
  border-left: 3px solid !important;
  border-image: linear-gradient(to bottom, #0a57f0, transparent) 1 !important;
}

  /* scroll menu */
  .scrollmenu {
    overflow-x: scroll;
    width: 100% !important;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 12px;
    white-space: nowrap;
  }.scrollmenu::-webkit-scrollbar {
    display: none;
  } 
  .scrollmenu .s-m-item {
    display: inline-block;
    white-space: normal;
  }
.account-control-panel{
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 56px;
  min-width: 260px;
}.account-control-panel .a-p-inner:hover{
background: #eff0f5;
}

.account-control-panel-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 99;
  left: 0;
  top: 0;
}

.toggle-icon{
  width: 30px;
  height: 16px;
  background: none;
  position: relative;
  top: 6px;
  border-radius: 20px;
}
.toggle-icon::before{
  position: absolute;
  right: 3px;
  top: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: ' ';
}

.toggle-icon-on{
  background: #3777ed;
}

/* Preloader */
.page-preloader{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(225, 225, 225, 0.3);
  z-index: 28928;
}
.page-preloader-wrapper{
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Preloader */
.pre-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #dee2e6;
  border-bottom-color: #5853f6;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  left: 25%;
  top: 25%;
  position: relative;
  transform: translate(-50%, -50%);
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  }  
/* End preloader */


.scroll-top-btn{
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 12px;
  z-index: 999;
  display: none;
}
.scroll-top-btn i{
  background: #0a57f0;
  border: 2px solid #3b71dd;
  border-radius: 50%;
}
.i-section-height{
  height: 500px;
}
.index-overlay{
  background: rgba(30, 41, 59, 0.8);
}
.pulse-mt{
  margin-top: 70px;
}

@media (max-width:570px){
  .i-section-height{
    height: 400px;
  }
  .index-overlay{
    background: rgba(30, 41, 59, 0.85);;
  }
  .pulse-mt{
    margin-top: 60px;
  }
}

.back-video{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: auto;
	min-width: 100%;
	min-height: 100%;
}

@media(min-aspect-ratio: 16/9){
  .back-video{
    width: 100%;
    height: auto;
  }
}
@media(max-aspect-ratio: 16/9){
  .back-video{
    width: auto;
    height: 100%;
  }
}

@media (max-width:576px){
  .back-video{
    transform: translateX(-50%);
  }
}

.index-intro-bg{
  background-image: url('/static/assets/images/3d-rendering-elegant-white-background-with-flowing-fabric-waves_158469-95.avif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.intro-bg-overlay{
  /* background: rgba(0 , 0, 0, .1); */
  margin-top: 70px;
}

.intro-txt{
  font-size: 60px;
}

  /* Tabs Button ======================== */
  .tabs{
    padding: 8px 12px;
    font-size: 14px;
    color: grey !important;
    cursor: pointer;
  }
  @media(max-width:576px){
    .tabs{
      font-size: 12px;
    }
  }
  .tabs:hover{
    background: #f8f9fa;
    border-radius: 4px 4px 0px 0px;
  }
  .tabs.active{
    position: relative;
    color: black !important;
    font-weight: 500;
  }

  .tabs.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #5853f6;
    border-radius: 4px;
  }

  /* -- */
  .tabs-pill-wrapper{
    background: #f3f6f8;
    border-radius: 4px;
    padding: 2px;
  }
  .tabs-pill{
    font-size: 14px;
    padding: 4px 12px;
    cursor: pointer;
    color: grey !important;
  }
  @media(max-width:576px){
    .tabs-pill{
      font-size: 12px;
    }
  }
  .tabs-pill.active{
    background: #fff;
    color: #000 !important;
    border-radius: 4px;
    font-weight: 500;
  }
  /* ========= END =========  */

  .dpb-fb{
    position: absolute;
    right: 0;
    top: 80px;
  }
  
  .sm-ci{
    margin-top: 140px;
  }
  
  @media (max-width:576px){
    .dpb-fb{
      position: relative;
      left: 40px;
      top: -15px;
    }
    .sm-ci{
      margin-top: 50px;
    }
  }









/* MEDIA QUERIES CLASSES */
/* Desktop screen */
@media (min-width:1200px){
  .i-i-pd{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .fix-mt{
    margin-top: 100px;
  }
  .bg-lg-none{
    background: none !important;
  }
  .border-lg-none{
    border: none !important;
  }
  .monstText{
    font-size: 38px;
  }
  .monst-text-2{
    font-size: 45px;
  }
  .fit-content-lg{
    width: fit-content;
  }
}


/* mobile screen */
@media (max-width:576px){
  .intro-txt{
    font-size: 40px;
  }
  .index-intro-bg{
    background-image: url('/static/assets/images/3d-rendering-elegant-white-background-with-flowing-fabric-waves_158469-95.avif');
  }
  .intro-bg-overlay{
    margin-top: 56px;
  }

  .align-center-sm{
    text-align: center;
  }
  .bg-sm-none{
    background: none !important;
  }
  .xsmall-sm{
    font-size: 14px !important;
  }
  .xsmall2{
    font-size: 12px !important;
  }
  .border-mobile-none{
    border: none !important;
  }
  .style-scrollbar::-webkit-scrollbar {
    display: none;
  }
  h1{
    font-size: 32px;
  }
  .app-showcase{
    margin: inherit;
    margin-left: auto;
  }
  .app-showcase-2{
    left: 0;
  }
  .app-showcase-shield{
    left: 16px;
    bottom: 190px;
  }
  .app-showcase-ball{
    right: 0;
  }

  .px-mobile-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .monstText{
    font-size: 28px !important;
  }
  .text-center-sm{
    text-align: center;
  }
  .fix-mt-sm{
    margin-top: 100px !important;
  }

  .mobile-mockup{
    width: 240px;
    height: 400px;
  }
  .ball-2{
    left: 30px;
    right: auto;
    bottom: 50px;
    top: auto;
  }
  .ball-3{
    top: auto;
    bottom: 50px;
    right: 10px;
  }
  
  .app-showcase{
    left: 0;
    right: auto;
    bottom: 115px;
  }
  .app-showcase-connect{
    left: 50px;
    height: 100px;
    bottom: auto;
    top: -10px;
  }
  .index-jumbo{
    font-size: 34px !important;
  }
}