@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

/* navigation */

.navbar-brand{
    color: #232323 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
}
.nav-masthead .nav-link {
  color: #da2c46;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #da2c46;
}

.nav-masthead .active {
  border-bottom-color: #da2c46;
}

a.nav-link{
    color: #222 !important;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}
a.nav-link:hover{
    color: #da2c46 !important;
}
.navbar-dark .navbar-toggler{
    background-color: #2a2b57 !important;
}

.btnnn{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: rgb(255, 255, 255) !important;
    border-radius: 30px;
    background: none;
    line-height: 1.33;
    border-color: #fff;
    color: #222;   
}
.btnnn:hover{
    background-color: #eeeeee !important;
    border-color: #da2c46 !important;
    color: #da2c46 !important;
}

/* Tradingview info-section */
.info-section{
    padding: 40px 0px;
    position: relative;
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
/* Tradingview info-section */

/* Strategies section  */
.bg-section{
    min-height: 400px;
    background-image: url(../images/bg.png) !important;
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
}
.tradingView-section{
    min-height: 500px;
    background-image: url(../images/bg.png) !important;
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    /* margin-bottom: 60px; */
    overflow: hidden;
}

.pricing-section .pricing-page .title-box {
    margin-bottom: 59px;
}
.title-box {
    position: relative;
    display: block;
}
.pricing-section.pricing-page .title-box .sec-title {
    text-align: left;
}
.title-box .sec-title {
    padding: 0px !important;
    text-align: center !important;
    margin: 0px;
}
.sec-title {
    position: relative;
    display: block;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: #222;
    font-weight: 700;
    font-family: 'Arimo', sans-serif;
}
.title-box .text {
    padding: 0px;
    text-align: center;
    margin-top: 41px;
    position: relative;
}
.sec-title h5:before {
    background: #da2c46;
    position: absolute;
    content: '';
    height: 2px;
    top: 12px;
    right: 0px;
}
.sec-title h5  span{
    color: #da2c46;  
}
.card-header {
    position: relative;
    display: block;
    padding: 5px 0px 22px 0px;
}
.price-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.btnn{
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #da2c46;
    border-radius: 30px;
    background: none;
    line-height: 1.33;
    border-color: #da2c46;    
}

.btnn:hover{
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    background: #da2c46;
    line-height: 1.33;
    border-color: #da2c46;    
}
  
  /* Banner */
  .header-bg{
    background-image: url(../images/royal5.webp);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
  }
  
  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    background-image: url(../images/btc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;


  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }
  
  
  /*
   * Extra utilities
   */
  
  .flex-equal > * {
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      flex: 1;
    }
  }

  /* ---------------- About Features, why invest with us------------------------------ */
.powerful_features {
    display: block;
    overflow: hidden;
    /* margin-top: 10px; */
}

.powerful_features .tittle {
    padding-bottom: 50px;
}

.powerful_features .tittle h2 {
    font-size: 52px;
    font-weight: 700;
}

.powerful_features .screen_img {
    background: url("../images/screen-bg.png") no-repeat left top;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 70px;
}

.powerful_features .screen_img img {
    min-width: 100%;
    animation: float-bob-y infinite 2s linear;
}

.powerful_features .screen_col {
    padding-left: 50px;
}

/* .powerful_features .screen_conent {
    min-width: 680px;
    margin-top: 2px;
} */

.powerful_features .screen_conent .rshap {
    border-radius: 50%;
    background-image: -moz-linear-gradient(-93deg, #00A843 0%, #fcd2d4 100%);
    background-image: -webkit-linear-gradient(-93deg, #00A843 0%, #fcd2d4 100%);
    background-image: -ms-linear-gradient(-93deg, #00A843 0%, #fcd2d4 100%);
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
    margin-bottom: 35px;
}

.powerful_features .screen_conent .rshap:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 13px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-93deg, #00A843 0%, #fcd2d4 100%);
    background-image: -webkit-linear-gradient(-93deg, #00A843 0%, #fcd2d4 100%);
    background-image: -ms-linear-gradient(-93deg, #00A843 0%, #fcd2d4 100%);
    width: 14px;
    height: 14px;
    animation: float-bob-y infinite 2s linear;
}

.powerful_features .screen_conent h2 {
    font: 700 32px/42px "Muli", sans-serif;
    color: #36253f
}

@media (max-width: 100%) {
    .powerful_features .screen_conent h2 {
        font: 700 24px/42px "Muli", sans-serif;
        color: #36253f;
    }
}

.powerful_features .screen_conent h2 b {
    border-bottom: 10px solid rgba(253, 164, 47, 0.53);
    line-height: 20px;
    display: inline-block;
}

.powerful_features .screen_conent p {
    color: rgba(40, 35, 49, 0.8);
    padding-top: 65px;
}

.powerful_features .screen_conent .creating_list {
    display: block;
    overflow: hidden;
    min-height: 400px;
    padding-top: 30px;
    padding-bottom: 55px;
}

.powerful_features .screen_conent .creating_list li {
    display: block;
    padding-left: 55px;
    position: relative;
    color: rgba(40, 35, 49, 0.8);
    padding-bottom: 22px;
}

.powerful_features .screen_conent .creating_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    font-size: 1.5rem;
    left: 0;
    width: 33px;
    color: #da2c46;
}

.powerful_features .screen_conent .theme_btn {
    min-width: 199px;
    box-shadow: 0px 45px 75px 0px rgba(103, 103, 105, 0.35);
}

/*------------------security--------------------------------- */
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  fill: currentcolor;
  transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

/* ---------------------faq-------------------*/
.bg{
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg1{
  background-image: url(../images/screen-bg.png);
  position: relative;
  top: 5px !important;
}
.bg2{
  background-image: url(../images/exprence-bss.png);
}
.bg3{
  background-image: url(../images/exprence-shap.png);
}
.plan{
    margin-bottom: 180px !important;
  }
.plan-bg{
  background-image: url(../images/background3.PNG);
  background-repeat: no-repeat;
  position: absolute;
  min-height: 450px !important;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
}
.mining-plan {
  position: relative;
  top: 250px !important;
  min-height: 550px !important;
}


/* about  */
.about-bg {
  position: relative;
  top: 110px;
  min-height: 350px;
  background-image: url(../images/about-bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-text{
  position: relative;
  top: 150px !important;
}
.about-img {
  min-height: 400px;
  background-image: url(../images/about-img.jpg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.text{
    background-color: rgba(15, 15, 15, 0.5);
    padding: 15px;
}

.tradingview-widget-container{
    border-top: 1px solid rgb(228, 228, 228) !important;
    border-bottom: 1px solid rgb(228, 228, 228) !important;
    height: 550px !important;
    font-size: 50px !important;
    line-height: 50px !important;
}
.experience-box{
    position: relative ;
    margin: 20px ;
}

.experience-content{
    position: absolute;
    top: 20px;
    right: 10px;
    bottom: 20px;
    left: 19px;
    padding: 30px;
    z-index: 1;
    width: 290px;
    height: 360px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 20px 25px 15px rgb(0 0 0 / 35%);
    box-shadow: 0 20px 25px 15px rgb(0 0 0 / 35%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.experience-content h2{
    font-size: 180px;
    line-height: 100%;
    margin: 50px 0 0;
    color: #252a37;
    font-family: 'gilroy', sans-serif;
    font-weight: 700;
}
.experience-content p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Asap', sans-serif;
}
.slick-slide{
    margin: 0 10px;
}

.referral-bg{
    background-image: url(../images/background3.PNG);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}
.sec-title ul li {
    list-style-type: none;
}

.about-title::before{
  content: '-';
  color: #da2c46;
}
.about-bg{
  position: relative;
  top: 110px;
  min-height: 350px;
  background-image: url('/images/bg-about.jpg') !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  /* background-size: cover; */
}
.contact-section{
  position: relative;
  top: 150px;
  background-image: url(../images/bg.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-btn{
  position: relative;
  top: 200px !important;
  background-color: #21293A !important;
  min-width: 150px;
}

.bd-footer{
  position: relative;
  top: 110px !important;
}
.about-img{
  min-height: 400px;
  background-image: url('/images/banner1.jpg') !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

