/*for mobile*/
@media only screen and (max-width:760px) {
.p-5 {padding: 1.5rem !important;}
.p-4 {padding: 1rem !important;}
.p-3 {padding: .5rem !important;}
.p-2 {padding: .5rem !important;}
.p-1 {padding: .2rem !important;}
.mt-3, .my-3 {margin-top:.6rem !important;}
.mt-4, .my-4 {margin-top:1rem !important;}
.mt-5, .my-5 {margin-top:1.5rem !important;}
.mb-5, .my-5 {margin-bottom:1.5rem !important;}
.mb-3, .my-3 {margin-bottom:.6rem !important;}
.pb-5, .py-5 {padding-bottom: 2rem !important;}
.pt-5, .py-5 {padding-top: 1.5rem !important;}
.pb-4, .py-4 {padding-bottom: 1rem !important;}
.pt-4, .py-4 {padding-top: 1rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.gap-2 {gap: .3rem !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;}
.g-3, .gy-3 {--bs-gutter-y: .6rem;}
.g-3, .gx-3 {--bs-gutter-x: .6rem;}
.h5, h5 {font-size: 1rem;}
.h4, h4 {font-size: calc(1.100rem + .1vw);}
.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;}
.ms-2 {margin-left: .2rem !important;}
.fs-5 {font-size: 1.10rem !important;}
.fs-2 {font-size: 1.30rem !important;}
.fs-7{font-size: .8rem;}
.fs-8{font-size: .7rem;}

body {font-size: 14px;}

.logo {max-width: 100px;}
.btn_style{padding: 8px 15px;}
.header_box{padding: .2rem; padding-left: 1rem; }
.banner_section {min-height: unset; padding-top: 8rem; padding-bottom: 5rem;}
.benefits_2_item_wrap {width: 100%;}
.box-2-border {border: 1px solid #202020;}
.box-border-radius-l {border-radius: 10px 10px 0px 0px;}
.box-border-radius-r {border-radius: 0px 0px 10px 10px;}
.heading_text h2 {font-size: 35px;}
.heading_text h3 {font-size: 30px;}
.shap-2{min-height: unset;}
.faq_btn {font-size: 16px; padding: 16px;}
.multi-chain-video {width: 60px;}
.multi-chain_box {padding: 20px 10px;}
.offer_box{width: 100%;}
.accordion-item {margin-bottom: 10px;}
.footer_logo {max-width: 200px;}
.banner_logo {max-width: 150px;}
.protocol_div {display: block; padding-left: 28px;}
.box-center {gap:30px}
.protocol_middle + .box-center {margin-top: 30px;}
.cube_icon{display: none;}
.protocol_div::before{content: ""; background: #306db1; position: absolute; top: 0px; bottom: 0; left: 5px; width: 5px; height: 100%;}
.protocol_middle{padding: 0;}
.challenge-right, .challenge-left{display: none;}
.challenge-hero{grid-template-columns: 1fr;}
.shap-3{background-size: 100% 100% !important;}
.shap-3-padding-top {padding-top: 20px;}
.Airdrop_box p {font-size: 16px;}



}
/*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) {



}

/*for destop*/
@media (min-width: 1200px){
 

 }




