/*
Theme Name: Aprova
Theme URI: #
Author: Aprova
Author URI: #
Description: Aprova - MultiPurpose Creative HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Fonts Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
/------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body, html{
    margin: 0;
    padding: 0;
	overflow-x:hidden;
}
body{
    line-height: 28px;
    color: #444444;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
    color: #212235;
    font-weight: 700;
    margin: 0 0 15px;
}
button:focus{
    outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
a{
    color: #212235;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.bitcoin_btn{
    height: 68px;
    padding: 2px;
    background-image: linear-gradient(90deg, rgba(108,0,255,1) 0%, rgba(242,25,148,1) 100%);
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.bitcoin_btn span{
    position: relative;
    z-index: 4;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 18px 30px;
    text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, rgba(108,0,255,1) 0%, rgba(242,25,148,1) 100%);
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.bitcoin_btn::after {
    position: absolute;
    left: 2px;
    top: 2px;
    content: '';
    width: 98.5%;
    height: 64px;
    border-radius: 27px;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.bitcoin_btn:hover:after{
    color: #fff;
    background: rgba(255, 255, 255, 0);
}
.bitcoin_btn:hover span{
    color: #fff;
    -webkit-text-fill-color: #fff;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.sec_title{
    font-size: 35px;
    line-height: 45px;
    color: #212235;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
    margin: 0 0 22px;
}
.sec_desc{
    margin: 0 0 52px;
}
.white{
    color: #fff;
}