
:root {
--Black-Rock:#0B0527;
--white: #ffffff;
--Dark-Orange:#FAB12F;
--Silver-Chalice:#ADA8A8;

}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700
}

p {
  font-weight: 400;
  line-height: 1.6;
  color: #38434c;
  font-size: 1.0625rem;
}
/* owl crousel start */
.owl-carousel,
.owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
color: #fff;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #d6d6d6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: #869791;
color: #fff;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #d6d6d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}
/* owl croulse end */
/* Navbar Start */
.bitcoin-navbar {
padding: 16px 0 !important;
background-color: var(--Black-Rock);
color: var(--white);
}
.bitcoin-navbar .navbar-brand {
font-weight: bold;
font-size: 1rem;
color: var(--white);
}
.bitcoin-navbar .nav-link {
color: var(--white);
font-weight: 500;
padding: 8px 20px;
transition: color 0.3s ease;
position: relative;
font-size: 16px;
}
.bitcoin-navbar .nav-link::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 0;
background-color: var(--Dark-Orange); 
transition: width 0.6s ease;
}
.bitcoin-navbar .nav-link:hover::after {
width: 100%;
}
.bitcoin-navbar .nav-link:hover {
color: var(--Dark-Orange);
}
.bitcoin-navbar .navbar-nav {
gap: 30px;
align-items: center;
}
.bitcoinlogo {
width: 60px;
}
.navbar-nav .nav-link.active{
    color: var(--Dark-Orange);
}
/* end */
/* banner start */
.banner-img {
  position: relative; 
  background: url(../images/bitcoin-banner.webp) center center / cover no-repeat;
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 0, 22, 0.65); 
  z-index: 0;
}

.banner-content {
  position: relative;
  z-index: 1; 
}

.banner-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #e0e0e0;
  margin: 0.5rem 0;
  font-weight: 400;
}

.banner-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 6.5rem;
  color: var(--Dark-Orange); 
  font-weight: 700;
  letter-spacing: 2px;
  margin: 1rem 0;
  text-transform: uppercase;
}
.banner-content h2 span{
  color: var(--white);
}
.banner-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--Black-Rock);
  background: linear-gradient(90deg, #fab12f, #ffcc00);
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
  transition: all 0.3s ease;
}

.banner-btn:hover {
  background: linear-gradient(90deg, #fab12f, #ffd700);
  color: var(--Black-Rock);
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
}
.loginbtn{
      display: inline-block;
margin-left: 16px;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--Black-Rock);
    background: linear-gradient(90deg, #fab12f, #ffcc00);
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    transition: all 0.3s 
ease;
}
.loginbtn:hover {
  background: linear-gradient(90deg, #fab12f, #ffd700);
  color: var(--Black-Rock);
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
}
/* banner end */
/* about section start */
.bitcoin-card {
  position: relative;
  background: url(../images/bitcoinbg.webp) center center / cover no-repeat;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  padding: 40px 25px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bitcoin-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); 
  border-radius: 8px;
  z-index: 0;
}


.bitcoin-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: var(--Dark-Orange);
  margin-top: 15px;
  z-index: 1;
  position: relative;
}

.bitcoin-card p {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  color: #ddd;
  margin-top: 10px;
  line-height: 1.6;
}
.bitcoin-section{
  margin-top: -100px;
}
.trading-content{
  padding: 60px 0;
}
.trading-img img{
  width: 100%;
}
.trading-text h3{
  color: var(--Black-Rock);
}
.trading-text h3 span{
  color: var(--Dark-Orange);
} 
.trading-text .headline h3{
  font-size: 2rem;
}
.trading-text .headline{
  text-align: start;
  margin-bottom: 20px;
}
.trading-text p { 
  line-height: 1.8;             
  margin-bottom: 15px;   
  font-family: 'Open Sans', sans-serif;
}

.trading-text p .highlight {
  color: #787878;
}
/* about section end */
/* crypto-banner start */
.crypto-banner {
  background: var(--Black-Rock); 
  color: var(--white);
  font-family: 'Open Sans', sans-serif;
}


.update-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--Dark-Orange);
  margin-bottom: 10px;
    display: flex;
  height: 100%;
  align-items: center;
  margin-bottom: 0;
}

.update-item {
  background:var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 20px 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.update-value {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--Dark-Orange);
  margin-bottom: 5px;
}

.update-description {
  font-size: 0.95rem;
  color: var(--Black-Rock);
}


/* crypto-banner end */
/* feature section start */
.feature-section{
  padding: 80px 0;
}
.headline{
  text-align: center;
}

.feature-card {
  /* background:var(--Black-Rock); */
  border: 1px solid var(--Silver-Chalice);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  color: #e0e0e0;
  max-width: 350px;
  margin: 20px auto;

}


.feature-card .feature-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: var(--Black-Rock);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.feature-card .feature-img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.feature-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color:var(--Dark-Orange);
  margin-bottom: 15px;
}

.feature-card p {
  font-family: 'Open Sans', sans-serif;
   color: #38434c;
  font-size: 1.0625rem;
 text-align: justify;
  line-height: 1.6;
  margin-bottom: 0;
}
.headline{
  margin-bottom: 40px;
}
.headline h3{
  font-size: 2.5rem;
  color: var(--Black-Rock);
}
.headline h3 span{
  color: var(--Dark-Orange);
}
.headline p{
  margin-bottom: 0;
}
/* feature section end */
/* register start */
.register-section {
  background: url(../images/digitalbg.webp) center/cover no-repeat;
  width: 100%;
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: var(--white);
}
.register-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7); 
  z-index: 0;
}

.register-content {
  position: relative;
  z-index: 1; 
}
.register-content {
  background: rgba(0,0,0,0.7); 
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.register-content .headline{
  color: var(--white);
}
.register-content .headline h3{
  color: var(--white);
}
.register-section .form-control {
  border-radius: 50px;
  padding: 12px 20px;
  margin-bottom: 20px;
  border: none;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  font-size: 1rem;
}

.register-section .form-control::placeholder {
  color: #ddd;
}

.register-section button {
  background: var(--Dark-Orange);
  color: var(--Black-Rock);
  font-weight: 700;
  padding: 12px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;

}

.register-section button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
}

/* register end */
/* live chart start */

.live-chart-section {
  padding: 80px 0;
}


.crypto-menubar {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-left: 0;
  margin-bottom: 20px;
}

.crypto-menubar li {
  list-style: none;
}

.crypto-menubar .nav-link {
  color:var(--Black-Rock);
  border: 1px solid var(--Dark-Orange);
  background: rgba(255, 215, 0, 0.1);
  padding: 8px 24px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.crypto-menubar .nav-link:hover {
  background: var(--Dark-Orange);
  color: #0e0e0e;
}

.crypto-menubar .dropdown-menu {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  border: none;
 padding:0!important;
}

.crypto-menubar .dropdown-item {
  color: var(--Dark-Orange);
  transition: all 0.2s ease;
  padding: 8px 12px;
}

.crypto-menubar .dropdown-item:hover {
  background: var(--Dark-Orange);
  color: #0e0e0e;
}

.chart-table .form-control {
  padding: 8px 20px;
  background:var(--white);
  border: 1px solid var(--Silver-Chalice);
  color:var(--Black-Rock);
}
.form-control:focus{
  box-shadow: none!important;
}
.chart-table .btn-outline-success {
 
  padding: 8px 25px;
  background: #ffd700;
  border: none;
  color: #0e0e0e;
  font-weight: 600;
  transition: all 0.3s ease;
}

.chart-table .btn-outline-success:hover {
  background: #ffcc00;
  color: #0e0e0e;
}
.live-chart-content table{
  margin: 40px 0;
}

.crypto-table {
  width: 100%;
  border-collapse: collapse;
  background: #121212;
  color: #f5f5f5;
  overflow: hidden;
}

.crypto-table thead {
  letter-spacing: 0.5px;
}
.list-name th{
  background: var(--Dark-Orange);
}
.crypto-table th,
.crypto-table td {
  padding: 14px 16px;
  vertical-align: middle;
  
}
.crypto-table td {
  font-size: .89rem;
}
.crypto-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.crypto-table img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
  padding: 3px;
}


.crypto-table .profit span{
  color: #067e46;
  padding: 8px;

  min-width: 120px;
 
}

.crypto-table .loss span{
  color: #df1010;
  padding: 8px;
 width: 100%;

}
.crypto-table .dropdown-menu {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  border: none;
 padding:0!important;
     top:12px !important;
}
.crypto-table .dropdown-item {
  color: var(--Dark-Orange);
  transition: all 0.2s ease;
  padding: 8px 12px;
}

.crypto-table .dropdown-item:hover {
  background: var(--Dark-Orange);
  color: #0e0e0e;
}
/* live chart end */
.crypto-ticker {
  background: #ffb700;
  color: #000;
  font-weight: 600;
  padding: 6px 0;
  overflow: hidden;
  position: relative;
}

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ticker {
  display: flex;
  width: max-content;
  animation: ticker-scroll 25s linear infinite;
}

.ticker__item {
  white-space: nowrap;
  padding: 0 2rem;
  font-size: 0.95rem;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bit-footer {
  background: #111;
  background-image: url("../images/bitcoinbg.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 50px 0 20px;
  position: relative;
}

.bit-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}

.bit-footer .container {
  position: relative;
  z-index: 1;
}
.footer-logo img {
  width: 70px;
}
.footer-logo h3 {
  margin-top: 10px;
  color: var(--Dark-Orange);
  font-weight: 700;
  letter-spacing: 2px;
}
.info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  margin-top: 25px;
}

.info-box .icon {
  background: var(--Dark-Orange);
  color: var(--Black-Rock);
  font-size: 1.5rem;
  padding: 8px 10px;
  border-radius: 5px;
}
.info-box p{
   margin-bottom: 0;
   color: var(--white);
}
.footer-menu {
  margin: 25px 0;
}

.footer-menu li a {
  color: var(--white);
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.footer-menu li a:hover {
  color: var(--Dark-Orange);
}
.copyright {
  font-size: 0.9rem;
  color: #bbb;
}
.copyright a{
  color: var(--Dark-Orange);
  font-weight: 600;
  text-decoration: none;
}
/* contact us start */
.contact-section{
  padding: 80px 0;
}
.contact-list{
  display: flex;
  padding-left: 0;
  gap:20px;
  height: 100%;
  align-items: center;
  margin-bottom: 40px;
}
.contact-list li{
  list-style: none;
}
.contact-list li i{
  color: var(--Dark-Orange);
  border: 1px solid var(--Dark-Orange);
  padding: 16px 18px;
  border-radius: 2px;
}
.contact-list li h5{
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 1.2rem;
}
.contact-list li p{
  color: var(--Black-Rock);
  opacity: .8;
  margin-bottom: 0;
}
.contact-list li a{
  text-decoration: none;
  color: var(--Dark-Orange);
}
.left-contact h4{
  margin-bottom: 20px;
}
.touch-contact{
  margin-bottom: 30px;
}
.touch-contact .headline h3{
  text-align: start!important;
 
}
.touch-contact .headline{
 margin-bottom: 20px!important;
}

/* Contact Section */
.right-contact {
  background:#ded7ff3b;
  padding: 60px 40px;
  max-width: 800px;
  margin: 0 auto;
}

.right-contact h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--Black-Rock);
   font-family: 'Open Sans', sans-serif;
}
.right-contact .form-label {
  font-weight: 500;
  color: var(--Black-Rock);
  margin-bottom: 6px;
}

.right-contact .form-label span {
  color: red;
}

.right-contact .form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 14px;
  width: 100%;
  transition: all 0.3s ease;
}

.right-contact .form-control:focus {
  border-color: var(--Dark-Orange);
  box-shadow: 0 0 4px rgba(13, 110, 253, 0.3);
  outline: none;
}
.btn-submit {
background: var(--Dark-Orange);
    color: var(--Black-Rock);
    font-weight: 700;
    padding: 12px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
  background: var(--Dark-Orange);
  color: var(--Black-Rock);
}
/* common banner */
.common-banner {
  position: relative; 
  background: url('../images/common-banner.webp') no-repeat center center / cover;
  width: 100%;
  min-height: 200px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white); 
}

.common-banner .overlay {
  position: absolute;
  inset: 0; 
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

.common-banner .container {
  position: relative;
  z-index: 2; 
}
.common-banner ol{
  margin-bottom: 0;
}
.common-banner .breadcrumb a {
  color: var(--white);
}

.common-banner .breadcrumb-item.active {
  color: #ddd; 
}

/* media query start */
@media(max-width:1200px){
.banner-content h2 {
    font-size: 4.5rem;
}
.banner-content h4 {
    font-size: 1.8rem;
}
.feature-card {
    padding: 20px;
}
.feature-card .feature-img img {
    width: 40px;
    height: 40px;
}
.headline h3 {
    font-size: 2rem;
}
.feature-card h3 {
    font-size: 1.3rem;
}
.crypto-menubar {
    gap: 14px;
}
.crypto-menubar .nav-link {
    padding: 6px 24px;
}
}
@media(max-width:992px){
    .banner-content h2 {
        font-size: 4rem;
    }

}
@media(max-width:991px){
  .bitcoin-navbar .nav-link {
    color: var(--Black-Rock);
}
.bitcoin-navbar .navbar-nav{
  align-items: start;
}
.navbar-toggler{
  border: 0;
}
.navbar-toggler:focus {
    box-shadow:none!important;
}
.info-box {
    justify-content: start;
}
.footer-menu {
    line-height: 40px;
}
    .live-chart-section,.feature-section,.trading-content ,.contact-section{
    padding: 60px 0;
}
.common-banner {
    min-height: 100px;
}
}
@media (max-width: 768px) {
  .right-contact {
    padding: 25px;
  }

  .right-contact h3 {
    font-size: 24px;
  }
}
@media(max-width:575px){
  .banner-content h2 {
        font-size: 3.5rem;
    }
    .banner-img {
    min-height: 65vh;
    }
    .register-content {
    padding: 20px
    }
        .crypto-menubar {
        justify-content: center;
    }
        .crypto-menubar .nav-link {
        padding: 4px 14px;
        font-size: .89rem;
    }
    .live-chart-section,.feature-section,.trading-content,.contact-section {
    padding: 40px 0;
}
.bitcoin-navbar {
    padding: 0!important;
}
.loginbtn {
    font-size: .89rem;
}
}
@media(max-width:425px){
      .banner-content h4 {
        font-size: 1.3rem;
    }
    .banner-content h2 {
        font-size: 3rem;
    } 
.banner-btn,.register-section button {
    padding: 10px 24px;
    font-size: .89rem;
}
.headline h3 {
    font-size: 1.5rem!important;
}
}
@media(max-width:375px){
 .banner-content h2 {
        font-size: 2.1rem;
    }
    .banner-img {
        min-height: 60vh;
    }
    .bitcoin-card h3 {
    font-size: 1.2rem;
    }
}
/* contact end */