@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}
body{
  
}

.header h2{
    width:80%;
    margin-top:50px;
    font-weight:bold;
    margin-bottom:40px;
}

.header2 h2{
    width:80%;
    
    font-weight:bold;
    margin-bottom:40px;
    text-align:center;
}
.header2 p{
    width:80%;
    text-align:center;
}
.navbar-default{
    border:0;
    background:black !important;
    background-color:black !important;;
    padding:20px;
    margin-bottom:0;
}
.navbar-default .navbar-nav>li>a{
    color:white;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#0b5784;
}
.jumbotron{
    padding:40px 0 40px 0;
 
   
    margin-bottom:0;
}
.parallax{
 background-image: url("ani.png");

  /* Set a specific height */
background-position:none;
    background-size:cover;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}
.parallax2{
 background-image: url("middle.png");

  /* Set a specific height */
background-position:none;
    background-size:cover;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}
.jumbotron p{
    font-size:15px;
    margin-top:35px;
    color:white;
}
.jumbotron h1{
  color:white;
  font-size:40px;
}
 .button{
background:white;
color:rgb(17,147,224);
    font-weight:bold;
padding:10px 20px;
border-radius:24px;
width:fit-content;
font-size:15px;
margin-top:30px;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.button:hover{
  color:#0b5784;
    cursor:pointer;
}
h1{
    font-weight:700;
     font-family: 'Poppins', sans-serif;
    line-height: normal;
}
 .button2{
background:#191919;
color:white;
    font-weight:bold;
padding:10px 20px;
border-radius:24px;
width:fit-content;
font-size:15px;
margin-top:30px;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.button2:hover{
  color:#0b5784;
    cursor:pointer;
}
.button3{
background:#191919;
color:white;
    font-weight:bold;
padding:10px 20px;
width:fit-content;
font-size:15px;
margin-top:30px;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    display:block;
    margin:10px auto;
    border-radius: 10px;
    border: solid #4a4a4a 2px;
}
.button3:hover{
  color:#0b5784;
    cursor:pointer;
}
.box{
    width:auto;
    height:auto;
    background:white;
    padding:20px 20px 0 20px;
    overflow:hidden;
}
.box img{
display:block;
margin:10px auto;
}
.header22{
    padding:100px;
}
.footer{
    background:#191919;
    background-repeat: repeat;
    padding:50px;
}
.copyright{
    padding:15px;
    background:#0f80c3;
}




.welcome{
    width:100%;
    height:auto;
    overflow: hidden;
    background-image:url(welcome.png);
    
    padding-top:30px;
    background-repeat: no-repeat;
}
#welcome{
    font-weight:bold;
    color:#6c4392;
}
.first_left{
    width:100%;
    height:auto;
   
    padding:20px;
    
}
.first_left h2{
    font-weight:bold;
}


.first_right{
    width:100%;
    height:auto;
    
    padding:20px;
   
}
.colour{
    color:#6c4392;
    font-weight:bold;
}
.container_own{
    max-width:1450px;
    margin:0 auto;
}
.money{
    width:100%;
    height:auto;
   background-image:url(money_white.png);
    background-repeat: no-repeat;
    padding:100px;
    padding-top:110px;
    margin-bottom:60px;
    
    overflow:hidden;
}
.money_right {
    width: 100%;
    height: auto;
    
   
}
.box_free{
   width: auto;
    min-height: 100px;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    border:solid 1px #cecece;
}
.box_free2{
   width: auto;
    min-height: 100px;
    text-align: center;
   
    padding:5px;
    margin-bottom: 20px;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.footer ul li {
    list-style:none;
    color:white;
    padding:5px;

}
.footer ul{
    padding:0;
}

.fa-mobile{
    font-size:26px;
    margin-right:5px;
    position:relative;top:4px;
}
.fa-skype{
    font-size:20px;
    margin-right:5px;
    position:relative;top:3px;
}
.fa-envelope{
    font-size:18px;
    margin-right:5px;
    position:relative;top:2px;
}
.grey{
    background:#f7f7f7;
}
.review_flags img {
    width: 35px;
    text-align: left;
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
.image_animation{
    width:60px;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}

.image_animation:hover{
    cursor:pointer;
    transform:scale(0.9);
}
.recommended{
    background:white;
}

.logo_background {
    background: #15212a;
    padding: 30px 20px;
}
.icon_box {
    background: #f0f0f0;
    margin-bottom: 5px;
    height: 51px;
    padding: 5px;
    min-width: 70px;
    text-align: center;
    margin: 5px;
}
.icon_box2 {
    background: #f0f0f0;
    margin-bottom: 5px;
    height: 51px;
    padding: 8px 18px;
    min-width: 70px;
    text-align: center;
    margin: 5px;
    color: black;
    font-weight: bold;
}
.whole_bonus {
    background: #1a3f58;
    padding: 10px 20px;
    text-align: center;
    min-height: 105px;
    overflow: hidden;
    color: white;
    margin-bottom: 10px;
}
.whole_row {
    padding: 10px;
    background: white;
    overflow: hidden;
    margin-bottom: 10px;
}

.button1_table {
    width: 100%;
    min-height: 48px;
    background: #191919;
    text-align: center;
    border-bottom: 4px solid #6b6b6b;
    padding-top: 12px;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}
.button2_table {
    width: 100%;
    min-height: 48px;
    background: #dadadd;
    text-align: center;
    border-bottom: 4px solid #9e9e9e;
    padding-top: 12px;
    color: #696969;
    font-weight: bold;
}
.disclaimer a {
    color: #626466;
    text-decoration: underline;
}

.rights {
    text-align: right;
    color: white;
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 5px;
}
#blue-box {
position:fixed;
width:10px;

    right: 70px;
    bottom: 20px;
}
#blue-box img{
background: white;
    padding: 0 7px;
    border: 2px solid red;
    border-radius:50%;
    transition:0.4s;
    -o-transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
#blue-box img:hover{
    cursor:pointer;
}


.options_firsts2 {
    padding-left: 20px;
    margin: 0;
    margin-top: 5px;
    color: #1F2D48;
    font-weight: bold;
    font-size: 23px;
}

.options_second2 {
    padding-left: 20px;
    color: grey;
    margin: 0;
    font-size: 13px;
}

.options_first2 {
    padding-left: 20px;
    margin: 0;
    color: #1f2d48;
    font-weight: bold;
    font-size: 16px;
}

.options_first2 {
    padding-left: 20px;
    margin: 0;
    color: #1f2d48;
    font-weight: bold;
    font-size: 16px;
}

.table_list {
    list-style: none;
    padding: 0;
}

.table_list li {
    color: #8e8e8e;
}

.visit_button {
    margin-top: 15px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background: #1F2D48;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.options2 {
    border-bottom: #dadada solid 1px;
    height: auto;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
}
@media(max-width:650px){
    .footer{
        padding:10px;
    }
}
.jumbotron2{
    background-image:url(bitcoin_background.png);
    height:auto;
    padding:20px;
    width:100%;
    background-size:cover;
}