@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: "Rubik", sans-serif;
/*    background: linear-gradient(to right, #3b1e78, #532fbd);*/
    color: #000;
    
}

body.indbody{
    background-image: url('../img/bg1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.header_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 50px;
    position: fixed;
    width: 100%;
    z-index: 1030;
     transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background-color: #fff; /* Initially transparent */
}



.main_wrapper{
        padding-top: 78px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #7a59ff;
} 
.logo-txt{
    font-family: "Agbalumo", system-ui;
    font-weight: 400;
    font-style: normal;
    background: linear-gradient(96deg, #5339C5, #B94DEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: normal;
}
.logo_img{
        max-width: 62px;
        align-self: center;
}
.logo-txt-with{
        margin: 0px;
    margin-left: 15px;
    font-family: "Agbalumo", system-ui;
    font-weight: 400;
    font-style: normal;
    background: linear-gradient(96deg, #5339C5, #B94DEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    line-height: normal;
    align-self: center;
}

.menu_list_wrap{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.menu_list_wrap li a {
    margin: 0 15px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    position: relative; 
    transition: all ease-in-out 0.3s;
}
.menu_list_wrap li.active a:after{
        content: '';
        width: 29px;
    border-radius: 15px;
    height: 2px;
    background: linear-gradient(96deg, #5339C5, #B94DEE);
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    position: absolute;
}
.menu_list_wrap li.active a,
.menu_list_wrap li a:hover{
    /*    color: #B94DEE;*/ 
     background: linear-gradient(96deg, #5339C5, #B94DEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    text-align: left;
}

.content {
    max-width: 400px;
}

.webtitle {
    font-size: 45px;
    margin-bottom: 15px;
    font-family: "Agbalumo", system-ui;
    background: linear-gradient(96deg, #5339C5, #B94DEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.webtitle_l1{

}
.webtitle_l2{
        background: #434343;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.app-buttons img {
    width: 150px;
    margin: 10px 10px 0 0;
}

.phones img {
    width: 400px;
}

footer {
    text-align: center;
    padding: 16px;
    /*color: #fff;
    background: #222;*/
    color: #000000;
    border-top: 1px solid rgba(227, 220, 255, 1);
}

.contact h2 {
    font-size: 20px;
}

.contact a {
    color: #7a59ff;
    text-decoration: none;
}

.copyright {
    font-size: 12px;
    margin: 0;
}
.phoneshede_wrap_img{
    text-align: center;
        align-self: center;
}
.phoneshede_img{
    max-width: 100%;
}
.store-action-btn{
        max-width: 190px;
}
.headbg_wrapper{
        align-self: center;
        padding-right: 70px;
}

.vertical-center{
    align-self: center;
}
.contact_wrap{
    background: #EFF2FF;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.bgcontactimg{
    position: absolute;
    right: -7px;
    max-width: 221px;
    bottom: -14px;
    rotate: 319deg;
    overflow: hidden;
    opacity: 0.1;
}
.content_inner{
        text-align: center;
    padding: 50px 10px;
}
.title_txt{
        background: linear-gradient(260deg, #5339C5, #B94DEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 36px;
}
.content_lbl{
        margin: 0px;
    margin-top: 39px;
    color: #6b6b6b;
}
.content_mail{

}

.content_del{
        margin-top: 30px;
}
.content_del a{
        text-decoration: none;
    color: #ff0000;
    font-size: 17px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.content_del a:hover{
        text-decoration: underline;
    color: #a20000;
}


.contentmailer{
        display: flex;
    align-content: center;
    align-items: center;
    gap: 9px;
    text-align: center;
    justify-content: center;
    margin-top: 17px;
}
.title_txt:after {
    content: '';
    width: 49px;
    height: 1px;
    background: #000;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}


.navheaderbar{
    position: fixed;
    width: 100%;
    color: #fff;
    background-color: rgb(236 231 255);
    box-shadow: 1px 2px 13px rgb(246 228 255);
}

.sliderhome{
    padding-top: 10px;
    padding-bottom: 30px;
}

.ccpatble{
        width: 100%;
    margin-bottom: 20px;
}

.ccpatble td,
.ccpatble th {
    border: 1px solid #999;
    padding: .5rem;
}

.breacush_wrap{
        background-color: rgba(227, 220, 255, 1);
    padding: 40px 0px;
    margin-bottom: 50px;
}

.breacush_wrap_inner{
    text-align: center;
}
.breacush_title{
        font-size: 25px;
    margin: 0;
}
.timeerdg{
    text-align: right;
    font-size: 14px;
}

.pagecontentdata{
        color: #353535;
        margin-bottom: 20px;
}
.pagecontentdata h2{
    margin-bottom: 10px;
    color: #000;
    font-size: 20px; 
}
.pagecontentdata h3{
    font-size: 17px; 
    color: #000;
}

.header_box_wrap.deactive{
    display: none;
}
.main_wrapper.deactive_menu{
    padding-top: 0px;
}

.sublisting{
    padding-left: 25px;
}

.delesection{
    margin-bottom: 50px;
}

.form-group{
        margin-bottom: 1.5rem;
}
.form-group label{
        color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-control{
        border: 1px solid #d0c5ff;
    padding: 10px 10px;
    font-size: 14px;
}
.form-control:focus{
    border-color: #9f62f4;
    box-shadow: none;
}

.submit-btn{
    background: linear-gradient(96deg, #5339C5, #B94DEE);
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all ease-in-out 0.3s;
}
.submit-btn:hover{
    background: linear-gradient(96deg, #000, #000);
}

.btnaction_wrap{
    padding-top: 20px;
}

.logo_wrap_inner{
    display: flex;
}
.txt-undeline-none{
    text-decoration: none;
}

.account_dele_wrap{

}
.del_ttle{
        font-size: 22px;
}
.del_ttle:after{
        content: '';
    width: 66px;
    height: 2px;
    border-radius: 50px;
    display: block;
    background: #aa0000;
    margin-top: 3px;
    margin-bottom: 17px;
}
.del_credrea{

}

.account_dele_wrap_bd{
        margin-top: 40px;
}
.del_ttle_sub{
    font-size: 22px;
    margin-bottom: 20px;
    color: #8c0000;
}
.del_ttle_sub:after{
        content: '';
    width: 66px;
    height: 2px;
    border-radius: 50px;
    display: block;
    background: #000;
    margin-top: 3px;
    margin-bottom: 17px;
}


.del_substep_1,
.del_substep_2{
    color: #00151f;
    font-size: 16px;
    font-weight: 500;
}

.del_substep_1{

}
.del_substep_2{
    margin-top: 20px;
}

.del_support{

}

.del-img-container{
        display: flex;
    justify-content: space-between;
}

.del-img-box {
    width: 300px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-left: auto;
    margin-right: auto;
    color: black;
}
.del-content{
    font-size: 15px;
    margin-bottom: 18px;
    margin-top: 2px;
}