@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.bg-dark{
    background-color: none !important;
}
.navbar a{
    color: #26348b;
    font-size: 1.2rem;
}
.navbar a .fas{
   vertical-align: middle;
    font-size: 2rem;
    margin-right: 5px;
}
.btn-primary{
    background-color: #01274C;
    border-color: #01274C;
}
.btn-secondary{
    background-color: #c27b00;
    border-color: #c27b00;
}
#hero{
    padding-top: 60px;
    color: rgb(41, 41, 41);
    background: linear-gradient(to bottom,  #ffa203, #e39002, #c27b00);
    
}
.hero_left{
    padding-top: 70px;
}
.title{
    font-weight: 300 !important;
}
.title span{
    font-size: 5rem;
    font-weight: bold;
}
.social li{
    padding: 5px 0;
}
input{
    border:none;
    padding: 10px;
    margin-right: -5px;
}
.btn-info{
    background: #FCB41A  !important;
    border:none;
    font-weight: bold;
    margin-top: -3px;
    border-radius:0  30px 30px 0;
    padding: 10px 20px;
}
.hero_right{
    position: relative;
}
.gift_box{
    top: 70px;
    position: absolute;
}
#blank{
    padding: 50px 0;
}

#teaser{
    background-color: #01264c;
    padding: 100px 0;
    color:#fff;
}
.teaser_box{
    border:1px solid #003870
}
.icon{
    background-color: #26348b; 
    display: inline-block;   
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#step{    
    background-image: url(../images/bare-chart.png);
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    position: relative;
}
#step::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
    background-color: #01264ce5;
}
#step .container{
    position: relative;
}
.step_box{
    background-color: #0000009b;
    margin-top: 50px;
    padding: 60px 0 20px 0;
    position: relative;
    margin-bottom: 15px;
}
.step_box h4{
    font-weight: 700;
}
.icons{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border:5px solid #01274C;
    color: #c27b00;
    position: absolute;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
}
#bonus{
    padding: 50px;
    font-size: 5rem;
    font-weight: bolder;
    text-align: center;
    background-color: #c27b00;
    color: #fff;
}
#terms_condition{
    padding: 50px 0;
}
#terms_condition ol {
counter-reset: my-awesome-counter;
list-style: none;
padding-left: 40px;
}
#terms_condition ol li {
margin: 0 0 0.5rem 0;
counter-increment: my-awesome-counter;
position: relative;
border-bottom: 1px solid #eaeaea;
padding-bottom: 10px;
}
#terms_condition ol li::before {
content: counter(my-awesome-counter);
color: #fcd000;
font-weight: bold;
position: absolute;
--size: 32px;
left: calc(-1 * var(--size) - 10px);
line-height: var(--size);
width: var(--size);
height: var(--size);
top: 0;
background: #01264c;
border-radius: 50%;
text-align: center;
box-shadow: 1px 1px 0 #999;
}
#disclaimer{
    background-color: #01274C;
    padding: 30px 0;
    color: #fff;
}
footer{
    background-color: #01274C;
    padding: 10px 0;
    color: #fff;    
    box-shadow: 0 2px 5px #000;
}
@media(max-width:768px){
    .hero{
        padding-top: 10px;
    }
    .hero_right{
        margin-top: 50px;
        position: relative;
    }
    .gift_box{
        top: 30px;
    }
    .gift_box img{
        width: 100px;
    }
    .excited{
        text-align: right;
    }
    .excited img{
        width: 80%;
    }
}