html, body {
  margin: 0;
  height: 100%;
   overflow-x: hidden;
}
/* Border */
.col .bard .border{
 border-width:0px !important;
}

/* Border */
.masthead .bard .border{
 border-width:0px !important;
}

/* Row */
.masthead .row{
 transform:translatex(0px) translatey(0px);
}

/* Heading */
.device-mockup .bard h2{
 border-width:0px;
}

.ofan {
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 32px;
  line-height: 8px;
  background: url(..//img/of.svg) center no-repeat;
  background-size: contain;
}
.amazo {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 32px;
  background: url(..//img/amazon.svg) center no-repeat;
  background-size: contain;
}
.cashap {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background: url(..//img/cashapp.svg) center no-repeat;
  background-size: contain;
}
/* Column 4/12 */
#features .my-auto{ 
 height:25em;
}
/* Border */
.col .bard .border{
 display:flex;
 flex-wrap:wrap;
 float:none;
 opacity:1;
 height:380px;
 width:284px;
 border-width:5px !important;
 border-color:rgba(0,0,0,0.27) !important;
}

/* Bard */
#features .row .bard{
 float:none;
 justify-content:flex-end;
 display:inline-flex;
 flex-direction:row;
 align-items:center;
 box-shadow:29px 65px 63px -50px #725454;
}

/* Border */
.device-mockup .bard .border{
 border-color:rgba(0,0,0,0.15) !important;
 border-width:5px !important;
 height:408px;
}

/* Border */
#features .container .container-fluid .my-auto .device-container .device-mockup .bard .border{
 width:310px !important;
}

/* Bard */
.masthead .my-auto .bard{
 border-color:rgba(0,0,0,0.41);
 border-width:3px;
 box-shadow:42px 63px 63px -57px #9a7979;
}

/* Border */
.masthead .bard .border{
 border-width:4px !important;
 border-color:rgba(0,0,0,0.38) !important;
 height:406px;
 box-shadow:0px 5px 42px -13px #ffffff inset;
}

/* Border */
.masthead .container .row .my-auto .bard .border{
 width:318px !important;
}

/* Bard */
#features .device-mockup .bard{
 box-shadow:4px 47px 63px -26px #8c6868;
}


/* Device mockup */
#features .my-auto .device-mockup{
 transform:translatex(0px) translatey(0px);
}

@media (min-width:992px){

 /* Column 4/12 */
 #features .container .row .my-auto{
  width:100% !important;
 }
 
}

#features ul{
 margin-top:15px;
 margin-bottom:15px;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#000000, #0e0413);
}
.bomtainer .row{
 width:100vw !important;
 height:auto !important;
 display:inline-flex;
 margin-left:8%;
 flex-direction:row;
 flex-wrap:wrap;
  margin-top:40px;
 justify-content:center;
 align-items:center;
}

/* bomtainer */
.bomtainer{
 flex-direction:row;
 flex-wrap:wrap;
}

/* bard */
.bomtainer .bard{
 align-self:flex-end;
 flex-direction:row;
}

/* Menu */
.bomtainer nav{
 position:sticky;
}

.menu__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

*, *:after, *:before {
  box-sizing: border-box;
}

.menu--valentine .menu__item {
  position: relative;
  margin: 0 0.5em;
}

.menu__item {
  display: block;
  margin: 0.5em 0;
  padding: 15px;
}

*, *:after, *:before {
  box-sizing: border-box;
}

.menu--valentine .menu__item::after {
  right: 0px;
  transition-delay: 0.15s;
}

.menu--valentine .menu__item::before, .menu--valentine .menu__item::after {
  top: 0px;
  width: 2px;
  height: 100%;
  transform: scale3d(1, 0, 1);
}

.menu--valentine .menu__item::before, .menu--valentine .menu__item::after, .menu--valentine .menu__link::before, .menu--valentine .menu__link::after {
  content: "";
  position: absolute;
  background: white;
  transform-origin: 350% 350%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

*, *:after, *:before {
  box-sizing: border-box;
}

.menu--valentine .menu__item--current .menu__link {
  color: white;
}

.menu--valentine .menu__link {
  position: relative;
  display: block;
  min-width: 105px;
  text-align: left;
  color: #fff;
  transition: color 0.3s;
}

.menu__link {
  font-size: 1.05em;
  font-weight: bold;
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: white;
  outline: none;
}

*, *:after, *:before {
  box-sizing: border-box;
}

user agent stylesheet a:-webkit-any-link {
  color: -webkit-link;
  text-decoration: underline;
  cursor: auto;
}

.menu--valentine .menu__link::after {
  bottom: 0px;
}

.menu--valentine .menu__link::before, .menu--valentine .menu__link::after {
  left: 0px;
  width: 100%;
  height: 2px;
  transform: scale3d(0, 1, 1);
}

.menu--valentine .menu__item::before, .menu--valentine .menu__item::after, .menu--valentine .menu__link::before, .menu--valentine .menu__link::after {
  content: "";
  position: absolute;
  background: white;
  transform-origin: 350% 350%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

*, *:after, *:before {
  box-sizing: border-box;
}

.menu--valentine .menu__item--current::before, .menu--valentine .menu__item--current::after, .menu--valentine .menu__item--current .menu__link::before, .menu--valentine .menu__item--current .menu__link::after {
  transform: scale3d(1, 1, 1);
}

.menu--valentine .menu__link::before {
  top: 0;
  transition-delay: 0.1s;
}

.menu--valentine .menu__link::before, .menu--valentine .menu__link::after {
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale3d(0, 1, 1);
}

.menu--valentine .menu__item::before, .menu--valentine .menu__item::after, .menu--valentine .menu__link::before, .menu--valentine .menu__link::after {
  content: "";
  position: absolute;
  background: white;
  transform-origin: 350% 350%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

*, *:after, *:before {
  box-sizing: border-box;
}
.bomtainer {
  height: 100vh;
  width: 100vw;
  max-height: 800px;
  max-width: 1280px;
  min-height: 600px;
  min-width: 1000px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.border {
  height: 369px;
  width: 290px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
    justify-content: center;
  align-items: center;
  display: block;
}
.border:hover {
  border: 9px solid #fff;
}
.bard {
  height: 379px;
  width: 300px;
  background: #808080;
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  background: #000;
  box-shadow: 0 70px 63px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  flex-wrap:wrap;
}

.bard0 {
  background: url("../img/1.png") center center no-repeat;
  background-size: 300px;
  flex-wrap:wrap;
}
.bard0:hover {
  background: url("../img/1.png") left center no-repeat;
  background-size: 600px;
  flex-wrap:wrap;
}
.bard0:hover h2 {
  opacity: 1;
  flex-wrap:wrap;
}
.bard0:hover .fa {
  opacity: 1;
  flex-wrap:wrap;
}
.bard1 {
  margin-top: 15%;
  background: url("../img/2.png") center center no-repeat;
  background-size: 300px;flex-wrap:wrap;
}
.bard1:hover {
  background: url("../img/2.png") left center no-repeat;
  background-size: 600px;flex-wrap:wrap;
}
.bard1:hover h2 {
  opacity: 1;flex-wrap:wrap;
}
.bard1:hover .fa {
  opacity: 1;flex-wrap:wrap;
}
.bard2 {
  background: url("../img/3.png") center center no-repeat;
  background-size: 300px;flex-wrap:wrap;
}
.bard2:hover {
  background: url("../img/3.png") left center no-repeat;
  background-size: 600px;flex-wrap:wrap;
}
.bard2:hover h2 {
  opacity: 1;flex-wrap:wrap;
}
.bard2:hover .fa {
  opacity: 1;flex-wrap:wrap;
}
h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px;
  opacity: 0;
  transition: opacity 1s;
}
.fa {
  opacity: 0;
  transition: opacity 1s;
}
.icons {
  position: absolute;
  fill: #fff;
  color: #fff;
  height: 130px;
  top: 226px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgb(1 2 3 / 40%);
  border-radius: 10px;
}
.box {
	display: flex;
  position:sticky;
  margin-top:15px;
  justify-content:center;
  align-items:center;
}

.box .inner {
	width: 200px;
	height: 100px;
	line-height: 100px;
	font-size: 4em;
	font-family: sans-serif;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.box .inner:first-child {
	background-color: rgb(86, 33, 82);
	color: rgb(143, 99, 129);
	transform-origin: right;
	transform: perspective(100px) rotateY(-15deg);
}

.box .inner:last-child {
	background-color: rgb(121, 83, 131);
	color: antiquewhite;
	transform-origin: left;
	transform: perspective(100px) rotateY(15deg);
}

.box .inner span {
	position: absolute;
	animation: marquee 10s linear infinite;
}

.box .inner:first-child span {
	animation-delay: 4.5s;
	left: -100%;
}

@keyframes marquee {
	from {
		left: 100%;
	}

	to {
		left: -100%;
	}
}
