
body {
    font-family: 'Poppins', sans-serif !important;
    /* font-family: 'Syne', sans-serif !important; */
}

p{
    font-family: 'Poppins', sans-serif !important;
}
.bg-gradient {
   
    background: linear-gradient(283deg, #300f15bf, #160e16) !important;
   
}
/* .background-image-new{
    background: url("assets/web-img/banner/main-banner.png")!important;
} */
.btn-primary {
    color: var(--bs-btn-active-color);
    background:linear-gradient(46deg, #ffa90d 0%, #ff7e5d 95.32%);
}

.white{
    color: #df4460
    !important;
}
.dropdown-grid.width-full {
    grid-template-columns: none;
    width: 700px;
}
.center{
    text-align: left;
}
.purple-graident{
    
    background: -webkit-linear-gradient(#e1435f , #873b82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .purple-graident{
    
    background: -webkit-linear-gradient(#e1435f , #873b82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.h5 text-primary{
    color: #000 !important;
}

.homepage-list-wrapper {
    left: -25% !important;
}
.dropdown-grid.width-full.homepage-dropdown {
    grid-template-columns: 1fr 1fr 1fr;
    width: 1350px;
}
.bg-primary {
    background: -webkit-linear-gradient(#e1435f , #873b82);
}
.main-menu li a.nav-link:hover, .action-btns a.btn-link:hover, .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover, .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
    color: orange;
    font-weight: 700;
   
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.end{
    
        justify-content: end !important;
    }
    .promo-border-hover:hover {
        background: rgb(0 0 0 / 7%) !important;
        border-color: #df4460 !important;
    }
    .process-card:hover .process-icon {
        background: linear-gradient(283deg, #e1435f , #873b82  ) !important;
    }
p{
    text-align: justify !important;
}
.lead {
    font-size: 16px;
    font-weight: 400;
    text-align: left !important;
}
.integration-list li .single-integration img {
    width: 100%;
    height: auto;
    max-width: 200px !important;
    max-height: 200px !important;
    margin: auto;
}

.dg-service-section {
    padding-top: 60px !important;
    background-color: #fafbff;
}
.pb-120 {
    padding-bottom: 60px !important;
}
.height{
    height: 80px !important;
}
@media only screen and (max-width: 767px) {
    .company-logo {
      display: none !important;
    }
  }
  .background-image-new{
background: url('assets/web-img/banner/main-banner.png')no-repeat center right; background-size: cover !important;
  }
  .whitee{color: #fff !important;}

  
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}
    
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */


.demo {
padding-top: 60px;
padding-bottom: 110px;
}

.btn-demo {
margin: 15px;
padding: 10px 15px;
border-radius: 0;
font-size: 16px;
background-color: #FFFFFF;
}

.btn-demo:focus {
outline: 0;
}

.demo-footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 15px;
background-color: #212121;
text-align: center;
}

.demo-footer > a {
text-decoration: none;
font-weight: bold;
font-size: 16px;
color: #fff;
}
.blur{
    
    backdrop-filter: blur(31px);
}
.affix {
    top: 0;
    left: 0;
    margin: auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    -webkit-animation: 300ms ease-in-out fadeInDown;
    animation: 300ms ease-in-out fadeInDown;
    /* background: #0b163f; */
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    transform: scale(0.9);
    backdrop-filter: blur(31px)!important;
}
.single-crypto-team {
    padding: 20px;
    /* border-radius: 0.4375rem; */
   
}
.bg-soft-black {
    background-color: #ffffff !important;
}
.crypto-team-info p {
    color: #101010 !important;
    font-weight: 300;
}
.crypto-team-social li a {
    font-size: .875rem;
    color: #000000 !important;
}
.syn{
    font-family: 'Syne', sans-serif !important;
    font-weight: 600 !important;
}
.ptb-1200{
    padding: 180px 0px !important;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .625rem;
    font-family: "Syne", sans-serif !important;
    font-weight: 600;
    line-height: 1.2;
    color: #0e0909;
}
.text-center
{
    text-align: left!important;
}
.new-bg
{
    background-color: #f8f9fa !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: left !important;
}
.low
{
    font-size: 16px !important;
    color: orange!important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
}
.text-center-2
{
    text-align: center !important;
    padding: 10px;
}
.justify-content-centerr
{
    justify-content: center!important;
}
.list li {
    align-items: center;
    background-color: #d9d9d9;
    border-radius: 50px;
    color: #314252;
    display: inline-flex
;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 38px;
    line-height: 1.2;
    padding: 0 20px;
    text-align: center;}
.list {
    align-items: center;
    display: contents;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;}

    .list-two-col li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%!important;
    max-width: 100%!important;
    padding-right: 12px;}
    .bold
    {
        font-weight: 600!important;
    }
    .bold {
    font-weight: 600 !important;
    background: orange;
    color: white;
    padding: 2%;}

    .cyber-features {
    padding-bottom: 30px!important;
}
/* .pt-100 {
    padding-top: 30px!important;
}
.pt-60 {
    padding-top: 30px!important;
}
.ptb-120 {
    padding: 30px 0 20px 0!important;
}
.p-5 {
    padding: 2rem !important;
} */
.text-primary {
    --bs-text-opacity: 1;
    color:#fff !important;
}
.bg-primary-soft {
    background-color: orange!important;
}
.border
{
        border: 2px solid orange!important;
}
.process-text
{
    color: #000;
    font-size: 12px;
}
.black-text
{
    color: #000!important;
}
.text-primaryy
{
    color: #ffa700!important;
}
.Nav-text
{
    color: #a7a7a7!important;
    font-weight: 400;
    font-size: 14px;
    margin: 0px !important;
}
.dropdown-grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: .55rem .5rem !important; 
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}
.dropdown-grid-item {
    width: auto;
    padding: 10px!important;
}
.borderr
{
    border-bottom: 1px solid rgb(211, 211, 211)!important;
}
.dg-service-item .icon-wrapper span.bg-color-2 {
    background: linear-gradient(96.49deg, #f8a900 0%, #fda609 101.82%) !important;
}
.justify-content-centerr
{
    justify-content: center!important;
}
.small-font
{
    font-size: 17px!important;
}
.bg-brand-39
{
    background-color: #031d0f!important;
}
.game-service-bg {
    background-image: url(../coderzlab-images/banner/service-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;}