
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,700i,800');


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&display=swap');
*{margin:0;padding:0;}




body{
	color:#585858;	
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
a, a:hover {
  color: #FF7F2A;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}
.bg-outer {
  background: url(../images/squircle-header-min.png.) no-repeat center top;
  background-size: contain;
}

header {
  box-shadow: 0 0 0px #ddd;
}
.logo img {
	max-width: 100%;
}
.header-phone img {
	max-width: 288px;
}

.heading1 {
  font-size: 45px;
  margin: 0;
  font-weight: 600;
}
.banner .heading2 {
  font-weight: 600;
  font-size: 74px;
  margin: 0;
}
.banner p {
	max-width: 480px;
}
.points {
  padding: 0;
}
.points li {
  list-style: none;
}
.points li i {
  color: orange;
  margin-right: 5px;
}

.jump {
  position:relative;
  -webkit-animation:jump 2s ease-in-out infinite;
  animation:jump 2s ease-in-out infinite
 }
 @-webkit-keyframes jump {
  0% {
   top:3px
  }
  50% {
   top:-3px
  }
  100% {
   top:3px
  }
 }
 
 .scroll-arrow {
  font-size: 25px;
  color: #414b61;
  margin-right: 10px;
}
.header-tooltip {
  font-size: 13px;
  display: flex;
  margin-top: 57px;
}
.bounce {
  -webkit-animation: bounce 4s ease-in-out infinite;
  animation: bounce 4s ease-in-out infinite;
}
@keyframes bounce {
  0% {
   -webkit-transform:translateY(0);
   transform:translateY(0)
  }
  30% {
   -webkit-transform:translateY(-60px);
   transform:translateY(-60px)
  }
  40% {
   -webkit-transform:translateY(15px);
   transform:translateY(15px)
  }
  50% {
   -webkit-transform:translateY(-12px);
   transform:translateY(-12px)
  }
  60% {
   -webkit-transform:translateY(5px);
   transform:translateY(5px)
  }
  70% {
   -webkit-transform:translateY(0);
   transform:translateY(0)
  }
  100% {
   -webkit-transform:translateY(0);
   transform:translateY(0)
  }
 }
 p.drop-cap::first-letter {
	font-size: 65px;
	float: left;
	margin: 0 5px 0px 0;
  line-height:40px
}
li {
  margin-bottom: 5px;
}

h2 i {
  color: #FC8E12;
  font-size: 30px;
}
ul {
  padding-left: 15px;
}
footer {
	border-top: 1px solid #eee;
  padding: 10px 0;
  background: rgb(251,103,68);
  background: linear-gradient(90deg, rgba(251,103,68,1) 0%, rgba(255,186,0,1) 35%, rgba(251,103,68,1) 100%); 
}
footer a{
  color: white;
}
.social {
	text-align: center;
}
.social ul{
  margin: 0;
}
.social li {
	list-style: none;
	display: inline-block;
	padding: 0 4px;
}

.social li a {
	color: #fff;
	font-size: 22px;
	/* border: 1px solid #ccc; */
	border-radius: 50%;
	width: 30px;
	display: inline-block;
	height: 30px;
}
.social li a:hover {
  color: #1a1a1a;
}
.copyright p {
	text-align: center;
	margin: 0;
  font-size: 13px;
  color: #fff;
}
.about-home{
  position: relative;
}
.about-home::after {
	content: "OmniWallet";
	position: absolute;
	font-size: 78px;
	transform: rotate(90deg);
	left: 100%;
	bottom: 125px;
	font-weight: 600;
	color: #eaeaea;
}

.to-scroll {
  color: black;
  font-size: 15px;
}
.to-scroll:hover {
  color: #FC8E12;
  text-decoration: none;
}

@media (max-width:990px){

  .banner .heading2 {
    font-weight: 600;
    font-size:49px;
    margin: 0;
  }
  .about-home::after {
    right: 83px;
font-size: 50px;
top: 47px;
left: inherit;
  }

}
@media (min-width:768px){
  .banner .heading2 br{
    display: none;
  }
}

@media (max-width:767px){
.about-home::after {
	display: none;
}
.header-phone img {
  max-width: 100%;
}
h2.heading4 {
  font-size: 22px;
  display: flex;
}
h2.heading4 i {
  margin-right: 8px;
  font-size: 25px;
}

}
@media (max-width:575px){
.bg-outer{
background-size: 647px;

}
}