nav.navbar {
    padding: 20px 0;
  
}
nav.navbar b{
      color: #000  !important;
}
ul.navbar-nav li {
    position: relative;
    display: inline-block;
}
.navbar-nav li a {
    font-size: 15px;
    display: block;
    position: relative;
    padding: 4px 0;color:#fff;
}
ul.navbar-nav a.nav-link.active span, ul.navbar-nav li:hover span{
    border-bottom: 2px solid #ffdd40 ;
}

ul.navbar-nav a span {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    margin: 0 12px;
    position: relative;
} 
a.nav-link.white-bg {
    text-decoration: none !important;
    border-radius: 10px;
    padding: 7px 18px !important;
    text-transform: uppercase;
    box-shadow: 0 3px 13px 0px #0000000d;
background-image: linear-gradient(#ffc107, #6b6d70);
}
.hero-col h1 {
    font-size: 62px;
    letter-spacing: -1px;
    
    line-height: 70px;
}.hero-col  p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: var(--gray-800);
    padding: 20px 0 45px 0;
}section.hero-section {
    padding: 50px 0 50px 0;
    background: #cb9411;
}.hero-col h1 {
    color: #fff;
}.hero-col p {
    color: #fff;
}
h2.crypto-features-heading.text-center {
    font-size: 68px;
    padding: 70px 0 30px 0;
    color: #000;
}
section.crypto-features {
    background: #f0e9e1;
}ul.crypto-ul.d-flex.list-unstyled.gap-4 {
    border-radius: 3px;
    padding: 39px;
    display: flex;
    transition: all .4s;
    margin-bottom: 24px;
}a.crypto-btn.text-dark {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}ul.crypto-ul.d-flex.list-unstyled.gap-4 p {
    font-size: 18px;
    padding: 10px 0;
}ul.crypto-ul.d-flex.list-unstyled.gap-4:hover {
    background: #fffdf5;
}.invest-section {
    background: #fffdf5;
    padding: 105px 0;
}.invest-content h2 {
    font-size: 50px;
    color: #000;
}
.footer-xs-col img {
    max-width: 300px;
}
footer.footer-class {
    background: #000000a8;
    padding: 80px 0 0 0;
    color: #fff;
}
p.text-center.copy.copyright-class {
    border-top: 2px solid #fff;
    padding: 25px 0;
}

.footer-xs-col p {
    color: #fff;
    opacity: .6;
    font-size: 22px;
    max-width: 488px;
    padding: 22px 0;
}.footer-col-md a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 39px;
}.footer-xs a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}.footer-xs p {
padding-top: 10px;
    font-size: 18px;
}.img-relative {
    position: relative;
}
.main {
    
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


section.scrol-bar {
    background: url(./images/3D-Bitcoin-Wallpaper.jpg) no-repeat;
    min-height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.scrol-col p {
    font-size: 23px;
}



.signup-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f4f4f4; */
}

.signup-form {
    width: 600px;
    padding: 60px 121px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.signup-form h2 {
    margin: 0 0 20px;
}

.signup-form input {
    width: calc(100% - 24px); 
    height: 40px;
    margin-bottom: 20px;
    padding: 0 8px; 
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    transition: border-color 0.3s ease;
}

.signup-form input:hover {
    border-color: #007bff; 
}

button.submit-class-button {
    border: none;
    border-radius: 20px;
    padding: 9px 31px;
    margin-top: 30px;
}
ul.bit-ul {
    margin: 30px 0;
}
ul.bit-ul li {
    border: 1px solid #e4b714;
    border-radius: 25px;
    padding: 10px 10px;
    width: 160px;
    text-align: center;
    text-decoration: none;
    background: #e4b714;
}
ul.bit-ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 5));
   }
}
.slider {
    background: white;
    height: 400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1200px;
}
.slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 400px;
    position: absolute;
    width: 50px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 10);
}
.slider .slide {
    height: 400px;
    width: 250px;
    text-align: center;
}
.slider .slide img {
    max-height: 250px;
}

.scrol-col h2 {
    margin-bottom: 40px;
}
img.img-fluid.logo {
    max-width: 370px;
}


/* profile page css */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-family: arial;
    margin-bottom: 40px;
}

.title {
    color: grey;
    font-size: 18px;
}

.profile-button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.user-ruppes p {
    font-size: 30px;
    padding: 10px 0;
    margin: 0;
}

a {
    text-decoration: none;
    font-size: 22px;
    color: black;
}

button:hover,
a:hover {
    opacity: 0.7;
}

.card-img {
width: 268px;
margin: 0px auto;
position: relative;

}

.font-style {
    padding: 23px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul.balance-ul li {
    border: 1px solid #e4b714;
    border-radius: 20px;
    padding: 7px 34px;
    background: #e4b714;
}

.user-ruppes img {
    max-width: 62px;
}
ul.balance-ul li a {
    text-decoration: none;
    color: #000;
}
.font-style a {
    color: #000;
    font-size: 32px;
}
img.img-fluid.logo-class {
    padding: 70px 0;
}
.signup-form input {
    border: 2px solid #ebcb18;
    border-radius: 0;
}
.bg-color-size {
    background: #0a2ff5;
    color: #fff;
    max-width: 470px;
    padding: 38px 0;
    margin: 0px auto;
    border-radius: 20px;
    margin-top: 40px;
}
.bg-color-size h6 {
    font-size: 22px;
}
.bg-color-size h2 {
    font-size: 46px;
}.bg-color-size p {
    font-size: 20px;
}
img.img-fluid.card-img {
    max-width: 300px;
    margin-bottom: 70px;
}
button.profile-button {
    background: #e4b714;
}
.custom-container-class {
    max-width: 700px;
    margin: 0px auto;
    text-align: center;
    background: #e4e6f1;
    padding: 90px 0;
    border-radius: 25px;
}
.custom-container-section {
    max-width: 700px;
    margin: 0px auto;
    text-align: center;
    padding: 90px 0;
    border-radius: 25px;
}
.custom-container {
    max-width: 700px;
    margin: 0px auto;
    text-align: center;
    background: #f0eee7;
    padding: 90px 0;
    border-radius: 25px;
}img.img-fluid.profile-img {
    width: 100px;
}.robine {
    display: flex;
    align-items: center;
    background: #fff;
    max-width: 300px;
    margin: 0px auto;
    border-radius: 10px;
    padding: 15px 0;
}
.robine p {
    color: #e4b714;
    font-size: 22px;
    font-weight: 500;
}
.robine-sec {
    display: flex;
    align-items: center;
    background: #fff;
    max-width: 300px;
    margin: 0px auto;
    border-radius: 10px;
    padding: 28px 0;
    margin-bottom: 70px;
}
.robine-sec p {
    color: #9f9191;
    font-weight: 500;
    position: relative;
    top: -26px;
    padding-left: 10px;
    font-size: 16px;
}h4.for-class {
    margin: 18px 0;
}a.bitcoin-sec-button {
    background: #e4b714;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    padding: 12px 84px;
    border-radius: 26px;
}a.bitcoin-sec-button i {
    font-size: 52px;
    position: relative;
    left: -77px;
    top: 9px;
}
a.bitcoin-sec-button-btn {
    background: #0028ff;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    padding: 12px 84px;
    border-radius: 26px;
}a.bitcoin-sec-button-btn i {
    font-size: 52px;
    position: relative;
    left: -77px;
    top: 9px;
}
.top-content p {
    font-size: 22px;
    color: #766363;
    font-weight: 500;
    margin: 0;
}.top-content h2 {
    color: #e4b714;
    font-size: 32px;
}.Requesting-form {
    margin-top: 70px;
}.Requesting-form h3 {
    padding-bottom: 10px;
}
.footer-xs h4 {
    font-size: 15px;
}
.footer-xs p {
    font-size: 16px;
}.footer-xs b {
    font-size: 20px;
    padding-right: 10px;
}
.post-typ {
    display: flex;
    align-items: center;
    justify-content: center;
}.post-typ a {
    font-size: 16px;
}.post-typ input {
    width: 25px;
    margin-right: 15px !important;
    margin: 0;
}
p.sign-class a {
    font-size: 16px;
    padding-left: 10px;
}
p.text-center.cryptoaure-text {
    font-size: 22px;
    max-width: 950px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.container-history {
    max-width: 800px;
    margin: 20px auto;
    background: #f0f0f0;
    padding: 55px 20px;
    border-radius: 20px;
}

.event {
margin-bottom: 20px;
padding: 20px;
background-color: #fff;
border-radius: 20px;
display: flex;
align-items: center;
border: 2px solid #e9b71f;
}

.event img {
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.event-info {
    flex: 1;
}

.bitcoin-price {
    font-weight: bold;
 font-size:22px;
}
.event-info h2 {
font-size: 22px;
margin: 0;
}
section.pay-request.main-sec-bit {
    background: #e4e6f1;
    max-width: 700px;
    margin: 0px auto;
    border-radius: 20px;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.condition-class {
    max-width: 1000px;
    margin: 0px auto;
    background: #867c5d;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}.crypto-terms h3 {
    font-size: 26px;
    padding: 10px 0;
}

.faq-item {
    margin-bottom: 20px;
  }
  .question {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
  }
  .answer {
    display: none;
  }
  .icon {
    float: right;
    cursor: pointer;
  }
  section.faq-secyion {
    max-width: 900px;
    margin: 0px auto;
    padding: 50px 0;
}
.answer p {
    font-size: 16px;
    padding-top: 10px;
}section.faq-section {
    max-width: 900px;
    margin: 0px auto;
    padding: 50px 30px;
    background: #9d8a4d;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 20px;
}
a.email-class {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}h1.font-class {
    font-size: 22px;
    padding: 10px 0;
}.card {
    padding: 30px 0;
}
.crypto-col img {
    max-width: 80px;
}


@media (max-width:768px){
    ul.balance-ul.d-flex.list-unstyled.gap-4.justify-content-center.py-3 {
display: block !important;
}
.question {
    font-size: 16px;
}
.crypto-terms h3 {
    font-size: 19px;
    padding: 10px 0;
}
.terms-class h2 {
    font-size: 21px;
    padding: 30px 0 0 0;
}
section.condition-class {
    padding: 10px;
}
.event img {
    width: 51px;
   
}
.event-info h2 {
    font-size: 16px;
    margin: 0;
}
.event-info p {
    font-size: 12px;
    margin: 0;
}
.post-typ a {
    font-size: 14px;
}
.post-typ input {
    width: 20px;
    margin-right: 10px !important;
    margin: 0;
}
.post-typ label { font-size: 14px;}
ul.balance-ul li {
margin: 17px 50px;
}
.bg-color-size h2 {
    font-size: 36px;
}
.bg-color-size h6 {
    font-size: 18px;
}
.bg-color-size p {
    font-size: 16px;
}
.tacbox a {
    font-size: 14px;
}

}
/* profile page css End*/


@media(max-width:767px){
    img.img-fluid.logo {
        max-width: 250px;
    }button.profile-button {

        width: 50%;
    }
    p.text-center.cryptoaure-text {
        font-size: 18px;
    }
    .custom-container-section {
        padding: 10px 0;
    }img.img-fluid.logo-class {
        padding: 30px 0;
    }
    ul.bit-ul li a {
        color: #fff;
        font-size: 18px;
    }
    .hero-col h1 br {
        display: none;
    } .hero-col p br {
        display: none;
    }.hero-col p br {
        text-align: center;
    }
    .scrol-col h2 {
        margin-bottom: 20px;
    }
    img.img-fluid.card-img {
        max-width: 200px;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .scrol-col p {
        font-size: 18px;
    }
    .hero-col h1 {
        font-size: 23px;
        letter-spacing: 0px;
        color: #fff;
        line-height: 32px;
        text-align: center;
    }
    
    h2.crypto-features-heading.text-center {
        font-size: 22px;
        padding: 30px 0;
    }ul.crypto-ul.d-flex.list-unstyled.gap-4 {
       
        padding-top: 0;
    }
    ul.crypto-ul.d-flex.list-unstyled.gap-4 {
        display: block !important;
    }
    a.app-btn img {
        margin-bottom: 20px;
    }ul.crypto-ul.d-flex.list-unstyled.gap-4 {
        display: block !important;
        background: #fffdf5;
        padding: 30px;
    }.invest-content h2 {
        font-size: 32px;text-align: center;
    }.invest-section {
        padding: 45px 0;
    }.app-btn-images.d-flex.gap-4 {
        margin-top: 25px;
    }.app-btn-images.d-flex.gap-4 {
        display: block !important;
        margin-top: 40px;
    }
    ul.app-ul.d-flex.list-unstyled.gap-4 {
        margin: 0 0 60px 0;
    }
   .footer-xs-col h2 {
        text-align: center;
    }
    .signup-form {
        padding: 60px 40px;
    }
}
@media(min-width:768px){
    a.crypto-btn img {
        max-width: 450px;
    }
    
}

