.logo{
    width: 200px;
    height: 50px;
}
@font-face {
    font-family: sitefont;
    src: url('../fonts/WFVisualSans-Regular.ttf');
}

@font-face {
    font-family: sitefont1;
    src: url('../fonts/WFVisualSans-SemiBold.ttf');
}
body {
    font-family: sitefont;

}
section{
    padding: 50px 0;
}
/*==============================*/
@media(max-width:1480px){
    h1 {
        font-size: 53px !important;
    }
    .main_banner h1 span {
        font-size: 53px !important;
    }
    p.text-center{
    text-align: justify !important;
}
}
@media(max-width:1400px) {
   .blur {
   background-image: none;
}
.h2,h2 {
        font-size: 32px !important
    }
}

@media(max-width:991px) {
    
    h1 {
        font-size: 32px !important;
    }
    .main_banner h1 span {
        font-size: 30px !important;
    }
    .title2,.h2,h2 {
        font-size: 32px !important
    }
    .wrapperm {
        max-width: 100%;
    }
    .main_banner {
        padding-top: 90px;
    }
}
@media(max-width:768px) {
    .main_banner {
        background-image: url(../images/trust-bg.webp) !important;
        background-size: cover !important;
        text-align: center;
    }
    .main_banner p {
        font-size: 17px !important;
    }
    .pit-packet h2::after{
        display: none;
    }
    h2 {
    font-size: 25px !important;
}
p.text-center{
    text-align: justify !important;
}
.user-features.text-right{
    text-align: left !important;
    margin-top: 20px;
}
.user-features li {
    padding: 5px 5px 5px 30px !important;
    background: url(../images/lock.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}
.trust-phone{
    display: none;
}
.isometric{
    display: none;
}
}
/*============================trust-wallet================*/
h2 {
    font-size: 43px;
}
.formbox{
    box-shadow: -50px -75px 0 5px #E91E63;
}
.footerpart h6 {
    color: #E91E63;
}
.container {
    position: relative;
    z-index: 999;
}
.site-menu-toggle span{
    background: #E91E63;
}
section {
    padding: 3vh 0;
}
#accordion1 .card-header span:after {
    content: "";
    position: absolute;
    background: url(../images/plus.svg) center/15px no-repeat #FF4A81;
    width: 31px;
    height: 30px;
    border-radius: 30px;
}
#accordion1 [aria-expanded=true].card-header span::after {
    background: url(../images/minus.svg) center/15px no-repeat #FF4A81 !important;
}
.pit-packet h2{
    position: relative;
    display: initial;
    padding: 20px 0;
    margin-bottom: 0 !important;
    z-index: 9;
    font-size: 43px;
}
.pit-packet h2::after{
                position: absolute;
    left: -83px;
    right: 0px;
    width: 100px;
    height: 100px;
    content: "";
    top: 3px;
    background-image: url(../images/purse.svg);
    z-index: -1;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.whatsappbg{
    background: linear-gradient(89.97deg, #1B81D3 0.02%, #1291FC 50.69%, #FE4A81 99.06%) !important;
}
.whatsappbg:hover{
    background: linear-gradient(89.97deg, #FE4A81 0.02%, #1291FC 50.69%, #1B81D3 99.06%);
}
.trust-phone{
    max-width: 500px;
    height: auto;
    width: 100%;
}
.pink-box{
    height: 100%;
    padding: 10px;
}
.pink-box:hover{
   background: #FF4A81;
    padding: 10px;
    border-radius: 10px;
    background-image: url(../images/pink-hover.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.pink-box:hover div{
    color: #fff;
}
.pink-box:hover p{
    color: #fff;
}
.whi-box{
        padding: 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
}
.whi-box p{
    margin-bottom: 0px;
}
.whi-box:hover{
    background: #FF4A81;
}
.whi-box:hover p,.whi-box:hover div{
    color: #fff;
}
.light-box {
    height: 100%;
    background: #EDEDED;
    border-radius: 10px;
    padding: 15px;
}
.light-box:hover{
    background: #FF4A81;
}
.light-box:hover h5,.light-box:hover p{
    color: #fff;
}
.user-features li{
        list-style: none;
    margin-bottom: 10px;
    padding: 5px 30px 5px 5px;
    background: url(../images/lock.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.isometric{
    max-width: 400px;
    width: 100%;
    height: auto;
}
.admin-features ul{
    padding: 0px;
}
.user-features ul{
    padding: 0px;
}
.admin-features li{
    list-style: none;
    margin-bottom: 10px;
    padding: 5px 5px 5px 30px;
    background: url(../images/lock.svg);
    background-repeat: no-repeat;
    background-position: left;
}
.people-also{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.people-also p{
    margin-bottom: 0px !important;
}
.people-also:hover{
    background: #FF4A81;
}
.people-also:hover h5,.people-also:hover p{
    color: #fff;
}
.conts{
    background: linear-gradient(89.97deg, #1B81D3 0.02%, #1291FC 50.69%, #FE4A81 99.06%);
    color: #fff;
}
.conts:hover{
    background: linear-gradient(89.97deg, #1B81D3 0.02%, #1291FC 99.06%, #FE4A81  50.69%) !important;
}
.pink-t{
    color: #FF4A81;
}
.btn{
    background: linear-gradient(89.97deg, #1B81D3 0.02%, #1291FC 50.69%, #FE4A81 99.06%);
    color: #fff;
    padding: 10px 15px;
}
.whatsappbg {
    background: rgb(123,192,68);
    background: linear-gradient(132deg, rgba(123,192,68,1) 0%, rgba(47,175,98,1) 100%);
    width: 230px;
    border-radius: 0px 20px;
    padding: 10px 5px !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: background 0.3s ease;
}
.teleappbg {
    background: rgb(123,192,68);
    background: linear-gradient(132deg, #428CFB 0%, #1571B4 100%);
    width: 230px;
    border-radius: 0px 20px;
    padding: 10px 5px !important;
    color: #fff !important;
    text-decoration: none !important;
}
.light-bg{
    background:#EBEBEB;
}
.main_banner {
   background:url(../images/trust-inner.webp),url(../images/trust-bg.webp);
    min-height: 100vh;
    color: #fff;
    background-size:50%,cover;
    background-repeat: no-repeat;
    background-position:80%;
}
h1 {
       font-size: 60px;
    background: -webkit-linear-gradient(297deg, #FF4A81, #FF4A81);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.main_banner h1 span {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 60px;
    color: #10A9FF !important;
    -webkit-text-fill-color: #10A9FF !important;
}

.main_banner .row {
    min-height: 100vh;
}

.main_banner img {
    max-height: 80vh;
}
