@font-face {
    font-family: AvenirNextWorld-Demi;
    src: url(../fonts/avenir-next-world-demi.otf);
}

@font-face {
    font-family: AvenirNextWorld-Regular;
    src: url(../fonts/avenir-next-world-regular.otf);

}
*, ::after, ::before {
    box-sizing: border-box;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: AvenirNextWorld-Regular;
}

.navbar,.dropdown-menu{
    background-color: #1e1e28 !important;
    border: none;
    box-shadow: 0 100px 115px rgba(132,148,190,.11),0 41.7776px 48.0443px rgba(132,148,190,.079074),0 22.3363px 25.6868px rgba(132,148,190,.0655718),0 12.5216px 14.3998px rgba(132,148,190,.055),0 6.6501px 7.64762px rgba(132,148,190,.0444282),0 2.76726px 3.18234px rgba(132,148,190,.030926);
}
small{
    font-family: AvenirNextWorld-Regular;
    font-size:.75rem;
    line-height: 1.13rem;
    font-weight: 400;
}
.card{
    border: none;
    background-color: #eceff5;
    padding: 28px 22px 50px;
    /* padding: 28px 0 0 22px ; */
    border-radius: 20px;
}
.i_box{
    width: 50px;
    height: 50px;
    margin-bottom: 28px;
    border-radius: 50%;
    align-items: center;
    background-color: #977dff99;
    position:relative;
}
.support .i_box{
    background-color: #00237333;
}
.i_box img{
    width: 30px;
    position: absolute;
    top:-10%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.i_box .icon{
    font-size: 1.8rem;
    font-weight: 200;
    position: absolute;
    top:-35%;
    left: 50%;
    
    transform: translate(-50%, 50%);
}
h1 strong{
    font-family: AvenirNextWorld-Demi ;
    font-weight: 400;
    font-size: 60px;
    line-height: 62px;
}
h2 strong{
    font-family: AvenirNextWorld-Demi;
    font-size: 40px !important;
    font-weight: 400;
    line-height: 44px;
}
h3 strong{
    font-family: AvenirNextWorld-Demi ;
    font-weight: 500;
    font-size: 1.25rem;
}
.support h3 strong{
    font-family: AvenirNextWorld-Demi ;
    font-weight: 400;
    font-size: 1.125rem;
}
.social h3 strong{
    font-size: 1rem;
}
P{
    font-family: AvenirNextWorld-Regular;
    font-size: 1.125rem;
    line-height: 28px;
}
.support P{
    font-family: AvenirNextWorld-Regular;
    font-size: 14px;
    line-height: 24px;
}
.btn{
    background-color:#0033ff;
    font-family: AvenirNextWorld-Demi;
    font-weight: 400;
}

/* a:hover{
    background-color: rgb(0, 35, 115) !important;
} */
/* a:hover{
    color: rgb(0, 35, 115) !important;
} */
.stcs{
    border-right: 1px solid rgba(0, 0, 0, 0.11);
}

.pay_card{
    background-color: #eceff5;
    border-radius: 20px;
    padding: 28px 0 0 22px ;
}
.bottom_banner h2{
    margin-right: 123px;
    margin-bottom: 36px;
}
.bottom_banner_black{
    background-color: #252526;
    height:65%;
    width: 100%;
    overflow: hidden;
}
.bottom_banner {
    width: 100%;
}
.footer{
    background-color: #252526;
    /* background-image: url(/image/halo-footer.png.webp); */
    background-position: center;
    background-size: cover;
}

li{
    list-style-type: none;
}

.footer a{
    font-family: AvenirNextWorld-Regular;
    font-size: .875rem;
    padding: 6px 0;
    text-decoration: none;
    color: #efefef;
    display: block;
}
.footer li a:hover{
    color: #0d6efd;
    transition:  .4s ease-in-out;
}
.copyright p,.footer-privacy a{
    font-family: AvenirNextWorld-Demi;
    font-size: .75rem;
    color: #878787;
}