/*for mobile*/
@media only screen and (max-width:760px) {
.navbar-toggler-icon{filter: brightness(0) invert(1);}
html{overflow-x: hidden;}
body{overflow-x: hidden;}
.navbar-nav .nav-item {margin-left: 0px; margin-top: 10px}
.navbar-collapse{margin-top: 20px;}
header .btn_style {width: 100%;}
header{background:#000 }
.border_btn {margin: 0px 0px;}
.Logo {width: 150px;}
header .RegisterBorderBg {display: block;}

.p-4 {padding: 1rem !important;}
.p-5 {padding: 1.5rem !important;}
.mt-5, .my-5 {margin-top:1.5rem !important;}
.mb-5, .my-5 {margin-bottom:1.5rem !important;}
.pb-5, .py-5 {padding-bottom: 1.5rem !important;}
.pt-5, .py-5 {padding-top: 1.5rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.p-3 {padding: .5rem !important;}
.gap-3 {gap: .5rem !important;}
.gap-4 {gap: 1rem !important;}
.gap-5 {gap: 1.5rem !important;}
.g-5, .gy-5 {--bs-gutter-y: 1.5rem;}
.g-5, .gx-5 { --bs-gutter-x: 1.5rem;}
.g-4, .gy-4 {--bs-gutter-y: 1rem;}
.g-4, .gx-4 { --bs-gutter-x: 1rem;}
.h5, h5 {font-size: 1.1rem;}
.mb-2 {margin-bottom: .2rem !important;}
.pb-3 {padding-bottom: .8rem !important;}
.pt-3 {padding-top: .8rem !important;}
.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}

.HeaderPadding {padding-top: 60px;}

.banner_coin {display: none;}
.banner_heading h2 {font-size: 30px;}
.shadow_one {width: 350px;height: 350px;}
.shadow_two {width: 350px;height: 350px;}
.shadow_four {width: 200px;height: 200px;}
.shadow_five {width: 200px;height: 200px;}
.banner_top_text {font-size: 14px; padding: 10px 15px;}
.banner_heading p {font-size: 15px;}
.all_heading p {font-size: 15px;}
.all_heading h6 {font-size: 18px;}
.all_heading h3 {font-size: 24px; line-height: 30px;}
.coin_image { max-width: 200px; margin: auto; display: block;}
.accordion_head_two {color: #fff; font-weight: 600; font-size: 18px;}
.accordion_border_two {padding: 10px 10px; padding-left: 20px;}

.login_btn { display: block; text-align: center; margin-bottom: 10px;}
.register_btn { display: block; text-align: center; margin-bottom: 10px;}

.FooterLogo{width: 150px; margin: auto; display: block;}
.FooterCopyRight {text-align: center;}


}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
 
}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {
    .HeadingMobile{margin: 50px 0px 15px 0px;}
    .banner-section {height: 100%;}
}

/*for destop*/
@media (min-width: 1200px){
 

 }




