body{
    font-family:'Digitalt', Arial;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
}
.fs-22{font-size:22px;}
.fs-28{font-size:28px;}
.fs-text{font-size:28px;}
.fs-lg{font-size:89px;}
.fs-md{font-size:67px;}
.wcolor{color:#fff;}
/*buttons*/
.btn-secondary {
    --bs-btn-color: #003f79;
    --bs-btn-bg: #ffffff;
}
.btnmw{
    font-family: 'Inter';
    font-size: 27px;
    font-weight: 700;
    border-radius: 50px;
    padding: 25px 40px;
    background-color: #1b6fc8;
}
.btncw{
    padding: 21px 70px;
    font-size: 33px;
    border: 1px solid #2764ac;
    border-radius: 20px;
    background-color: #1078de;
    box-shadow: 2px 1px 30px 0px rgba(29, 109, 194, 0.81);
    -webkit-box-shadow: 2px 1px 30px 0px rgba(29, 109, 194, 0.81);
    -moz-box-shadow: 2px 1px 30px 0px rgba(29, 109, 194, 0.81);
}
/*section*/
.sectionm{
    margin-top:200px;
}
    .wrap_title{
        margin-bottom: 100px;
    }
/*header*/
ul.nav {
    --bs-nav-link-padding-x: 3rem;
}
.f-inter{
    font-family: 'Inter', sans-serif;
}
/*footer*/
#wrap-footer{
    border-top:1px solid #A6A6A6;
    font-family: 'Inter', sans-serif;
    padding-top: 80px;
}
.pcolor{
    color:#B7B4BB;
}
.bcolor{
    color:#1177dd;
}
.lgfont{
    font-size:4rem;
}
ul.socialicons,ul.flinks,ul.foot_b {
    list-style: none;
    margin: 0;
    padding: 0;
}
    ul.flinks li a{
        display: block;
        color: #B7B4BB;
        padding: 9px 0;
        text-decoration: none;
    }
    ul.foot_b li a {
        padding: 9px;
        color: white;
        text-align: right;
        text-decoration: none;
    }
    ul.socialicons li a{
        display: block;
        color: white;
        text-align: center;
        padding: 0 9px 0 0;
        text-decoration: none;
    }
    ul.socialicons li,ul.foot_b li {
        float: left;
    }


.bg-pattern {
    background: url(../assets/images/bg-rectangle.png) no-repeat;
    background-size: cover;
    height: 560px;
    display: grid;
    place-items: center;
}
.bg-social{
    background: url(https://mediastore.sirv.com/Images/meme/bg-social.png) no-repeat;
    background-size: cover;
}
.fsocial{
}
.dgrid{
    height: 662px;
    display: grid;
    place-items: center;
}


    #scrollformore {
        display: block;
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
        line-height: 2;
    }

/*main wrap*/
#wrap{
    background:url(https://ucarecdn.com/e3a4ef61-de8b-4f98-a332-ace2572342d5/bgdesktop2.png) no-repeat #0a0a0f;
    background-size: contain;
    background-position: top;
}
#wrap-hero{
    height: 100vh;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}
.form-control-dark {
    border-color: var(--bs-gray);
  }
  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }
  
  .text-small {
    font-size: 85%;
  }
  
  .dropdown-toggle:not(:focus) {
    outline: 0;
  }
.copyr{text-align: left;}
#connect-wallet img{display: none;}
#mwdapp{display: none;}
@media only screen and (max-width: 768px) {
    .svcs{display: none;}
    .fs-22{font-size:18px;}
    .fs-md{font-size:50px;}
    .lgfont{font-size:3rem;}
    #mwdapp {display: block;width: 85%;}
    .divider {margin: 70px 0px;}
    ul.foot_b li{margin-left: 30px;}
    .ql_title {margin-top: 40px;}
    .btnmw {font-size: 18px; padding: 16px 35px;}
    .copyr{text-align: center;}
    .nav{display: none;}
    header a img{width: 111px;}
    #wrap-header a.logo.mt-3{margin-top:0px !important;}
    #connect-wallet a{display: none;}
    #connect-wallet img{display: block;}
    #wrap{
        background:url(https://ucarecdn.com/3e3702a2-3711-4334-8d64-4d98ab99497d/bgmobile.png) no-repeat #07070d;
        background-size: contain;
        background-position: top;
    }
    .sectionm{margin-top: 70px;}
    .wrap_title{margin-bottom: 50px;}
    .fs-lg {font-size: 45px;}
    .fs-text{font-size:15px;}
    .bg-pattern {
        /*background: url(../assets/images/bg-rectangle-m.png) no-repeat;*/
        background: transparent;
        background-size: contain;
        height: auto;
    }
    .btncw {padding: 15px 40px;font-size: 20px;}
}
.offcanvas{
    border-top:4px solid #2764AC;
    background-color: #06080f;
}
ul.mobilemenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
    ul.mobilemenu li {
        border-bottom: 2px solid #1f2027;
        padding:10px;
    }
    ul.mobilemenu li a {
        font-size: 31px;
        text-decoration: none;
        color: #fff;
    }