/*!
Theme Name: Coindox
Theme URI: https://webangon.com/coindox/
Author: XpressBuddy
Author URI: https://xpressbuddy.com
Description: Coindox is a WordPress theme for Tech Startup company
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coindox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.hero__progress {display: none !important}
.hero__coin {display: none !important}

.elementor-heading-title span {
   background: linear-gradient(90deg, rgba(0,121,255,1) 0%, rgba(0,170,255,1) 50%, rgba(0,212,255,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-title span {
   background: linear-gradient(90deg, rgba(0,121,255,1) 0%, rgba(0,170,255,1) 50%, rgba(0,212,255,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}






.elementor-button {


    text-align: center;
    padding-right:2rem;
    padding-left: 2rem;
    font-weight: 600;
    text-decoration: none;
    color: #283d1f;
    background: #3C12D4 ;
    cursor: pointer;
    transition: ease-out .5s;

    border-radius: 10px;
    box-shadow: inset 0 0 0 0 #0b0b12;
    overflow: hidden;


}


.elementor-button:hover {
    transition: .3s linear;
    color: #fff;
   
 
    box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0);
}



.py-13 {padding:2rem;}

.rounded-4 {border-radius: 20px;}
.rounded-5 {border-radius:2rem;}


.fs-four, h4, h4>a {
    font-size: 24px;
    line-height: 130%;
}

.stricked-menu {background-color:#111111;}

.display-three {font-size:42px;}


.header__account a {background-color: 	transparent !important; border:2px solid #00aaff;}

.brand__item  img {height:50px; width:auto;}


.faq__wrap {
    padding: 0 0px;
}

.accordion_box .block {



  border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .08);
    padding: 28px 24px;
    transition: .5s linear;  
    margin-bottom:10px;
    padding-top: 10px;
}

.accordion_box .block .acc-btn {

    padding:0;
    font-size:20px;
}



.active-block {
background-color:#00aaff !important;
color:#fff !important;

}


.accordion_box .active-block .content p, .accordion_box .active-block .content ul li {color:#fff !important;}

.accordion_box .block .content {border-top:0;}


.accordion_box .block .acc-btn::before {

    border-top:14px solid #00aaff;
}