 html {
    scroll-behavior: smooth;
    height:100%;
  }
 body {
    overflow-x:hidden;
    height:100%;
    color: black;
    font-family: Montserrat;
  }
  
  nav.navbar{
    font-family: Raleway;
    font-weight: 600;
  }
  .navbar-btn>.btn.btn-warning{
    color:white !important;
    font-weight: 600;
    background-color: #e30925;
    border-color: #8e0113;
    opacity: 0.85;
  }
  .navbar-btn>.btn.btn-warning:hover{
    opacity: 1;
    background-color:#ba0018;
    transition: all 0.2s;
 }
.carousel-caption {
  position: absolute;
  right: 50%;
  bottom: 53%;
  left: 5.5%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: left;
}
.carousel-caption h1{
  font-size: 35px;
  font-weight: 800;
  font-family: Raleway;
}
.carousel-caption .btn-warning{
  margin-top: 9px;
}

@media (max-width: 1100px) {
  .carousel-caption {
    right: 42%;
    bottom: 35%;
    left: 4.5%;
    padding-top: 10px;
  }
  .carousel-caption h1{
    font-size: 25px;
  }
  .carousel-caption p{
    font-size: 15px;
  }
  .carousel-caption .btn-warning{
    font-size: 14px !important; 
    margin-top: 7px;
  }

}

@media (max-width: 650px) {
  .carousel-caption {
    right: 30%;
    bottom: 1%;
    left: 4%;
    padding-top: 0px;
  }
  .carousel-caption h1{
    font-size: 20px;
  }
  .carousel-caption p{
    font-size: 11.5px;
    line-height: 15px;
  }
  .carousel-caption .btn-warning{
    font-size: 9px !important; 
    margin-top: 4.5px;
  }

}

.carousel-caption .btn-warning, .navbar-btn .btn-warning{   
  font-weight: 700;
  letter-spacing: 0.65px;
  }
  .counter{
    margin-top: 0px;
    background-color: #000000;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 25px;
    color: white;
}
.counter-count-style{
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}
.employee-p{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    
}
.counter .fa, .counter .fas{ 
    color: #24ffff;
}

@media (max-width: 650px) {
  .investors,.experience,.withdraw{
    margin-top: 6px;
  }
  .employee-p{
    font-size: 9.5px;
  }
  .bestcrypto{
    font-size: 16px;
  }
  .simpleicontext{
    font-size: 9.5px;
  }
}

.trade-with-us{
  background-color: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 25px;
}
.trade-with-us .neverbeeneasier h2{
   padding-top: 30px;
   color:#0203f5;
   font-weight: 700;
  }
  .trade-with-us .neverbeeneasier h6{
    font-weight: 600;
    color: #262626;
   }
   .neverbeeneasier p{
     font-size: 19px;
     padding-top: 10px;
   }
   .neverbeeneasier-p-break{
     display: block;
     margin-bottom: 8.5px;
   }

   .slideanimation {visibility:hidden;
   }
   .sliderider {
     animation-name: slident;
     -webkit-animation-name: slident;
     animation-duration: 0.6s;
     -webkit-animation-duration: 1s;
     visibility: visible;
   }
   @keyframes slident {
     0% {
       opacity: 0;
       transform: translateX(70%);
     } 
     100% {
       opacity: 1;
       transform: translateX(0%);
     }
   }
   @-webkit-keyframes slident {
     0% {
       opacity: 0;
       -webkit-transform: translateX(70%);
     } 
     100% {
       opacity: 1;
       -webkit-transform: translateX(0%);
     }
   }

.slideanim {visibility:hidden;
}
.slider {
  animation-name: sliden;
  -webkit-animation-name: sliden;
  animation-duration: 0.6s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes sliden {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes sliden {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}


.whyus{
  text-align: center;
  color: #000000;
}
.whyus h2{
  font-weight: 700;
  padding-top: 40px;
}
.whyus .whyusheading h6, .whyus h4{
  color: #404040;
  margin-bottom: 40px;
}
.whyus .fasyellow{
  color: #e72f46;
}
.icon-circle{
  color:#0203f5;

}
.whyusbox h6{
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.whyusbox p{
  text-align: left;
}
.simple{
  text-align: center;
  background-color: #0B1226;
  color: white;
  padding-bottom: 35px;
  padding-top: 35px;
}
.simple h2{
  font-weight: 700;
  margin-bottom: 10px;
}
.simple .fas{
  color:#24ffff;
}
.simpleicontext{
  margin-top: 7px;
  font-weight: 500;
}
.startearning{
  font-size: 21px; 
  font-family: Raleway;
}
.simple .navbar-btn .btn-warning{
  font-weight: 700;
  letter-spacing: 0.9px;
  color: black !important;
  font-family: Raleway;
}



.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.8;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.8;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.4);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
.pricingheader{
  text-align: center;
  font-weight: 700;
  margin-bottom: 28px;
}
section .btn-warning, section .badge-warning, section .btn-warning:hover{
  background-color: #e72f46;
}
section .badge-warning{
  color: white;
}
.partnerheader{
  text-align: center;
  font-weight: 700;
  color: white;
  padding-top: 12px;
}
.partnercontainer{
  background-color:#0d0d0d;
  text-align: center;
  padding-bottom: 22px;
}
footer{
  background-color: black;
  color: white;
  padding-top: 25px;
  margin-bottom: 0px;
}
.footer-top{
  padding-bottom: 25px;
  background-image: url("giphy.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer-bottom{
  border-top: 1px solid white;
  padding-bottom: 12px;
  padding-top: 12px;
}
footer h5{
  padding-bottom: 20px;
  font-weight: 800;
}
footer a, footer a:visited, footer a:hover{
  color: white;
}
footer .socialmedia li{
  padding-bottom: 9.5px;
}
footer .links li, footer .contactfooter li{
  padding-bottom: 5px;
  letter-spacing: 0.5;
}


h1 .page-head{ 
  color:#0b4e85;
  font-weight: 900;
 }
 .btn-contact button{
   letter-spacing: 0.5px;
   background-color: #e30925;
   border-color: #8e0113;
   opacity: 0.85;
 }
 .btn-contact button:hover{
   opacity: 1;
   background-color:#ba0018;
   transition: all 0.2s;
}
.about-h4{
  color: #0b4e85;
  font-weight: 800;
}
.tl{
  margin-top: 16px !important;
}
.about-server-img{
  padding-top: 6px;
}
#demo1{
  background-color:#f2f2f2;
  color: black;
}
#demo1 h3{
padding-top: 25px;
font-weight: 700;
font-size:35px;
}
.carousel-indicators li.active {
  background-color: #0203f5;
}
.carousel-indicators li{
  background-color: #404040;
}

.item h4 {
  font-size: 21px;
  line-height: 1.375em;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 0.7em;
}
@media (max-width: 800px) {

  .item h4 {
    font-size: 19px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .item>h4 span.quotation{
    font-size: 23px;
  }

}

.item span {
  font-weight: bold;
  font-size: 19px;
}
.item>h4 span.quotation{
  font-weight: bold;
  font-size: 25px;
}
.checked {
  color: #f5a21c;
}
.fa-star{
  margin-bottom: 3px;
  margin-top: 7px;
}

@media (max-width: 750px) {
  .footer-bottom{
    font-size: 11.5px;
  }
}
.help .card-header{
  font-weight: 600;
}

.brand-name{
  color: #0b4e85;
  font-weight: 900;
  letter-spacing: 0.5px;
}
@media (max-width: 720px){
  .brand-name{
    font-size: 14px;
  }
}
@media (max-width: 720px){
  .contactfooter .emailholder{
    font-size: 14px;
  }
}