body,html{
    overflow-x: hidden;
    position: relative;
    font-family: "Cairo";
    background-color: #eceef0;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    overflow-x: hidden;
    text-align: right;
}
a{
    text-decoration: none;
}
.medium{
    font-size: .8rem;
}
.text-pri{
color: #190046;
}
.text-sec{
    color: #ff6d00;
}
.text-grey{
    color: rgb(107, 107, 107);;
}
.bg-pri{
background: #190046;
}
.bg-sec{
    background: #007ad7;
}
.bg-grad{
    background-image: linear-gradient(to left ,#190046,#3e036b)
}
.bg-light{
    background: #fff;
}
.f-bold{
    font-weight: bold;
}
.f-bolder{
    font-weight: bolder;
}
.radius-10{
    border-radius: 1rem;
}
.radius-20{
    border-radius: 2rem;
}
.navbar-brand img{
    height: 60px;;
    width: auto;
    margin-right: 50px;
}

header h1{
    font-size: 4rem;
}
.bg-fixed{
    background-position: center;
    background-size: cover;
    height: 350px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.bg-fixed .overlay{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3e036b9f;
    width: 100%;
    height: 100%;
}
.nav-link{
    color: white !important;
    margin-right: 10px;
    margin-left: 10px;
}
.nav-item{
    border: thin solid rgba(255, 255, 255, 0);
    transition: all ease-in-out .2s;
}
.nav-item:hover{
    border: thin solid white;
}
.step{
    padding: 1rem;

}
.step .number{
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    width: 40px;
    background: #365772;
    line-height: 40px;
    font-weight: bolder;
    text-align: center;
    color: white;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.step img{
    opacity: .5;
}
footer{
    color: white;
}
footer ul{
    font-weight: bold;
    list-style-type: none;
}
footer ul li a{
    font-weight: normal;
    color:white;
}
.social-links a{
    color:white;
margin-right: 10px;
margin-left: 10px;
font-size: 2rem;
}
.me-auto{
    margin-inline-start: auto;
}



.pricing-item{
    width: 100%;
    padding: 1rem;
    background-color: #3e036b;
    color: white;
    border-radius: 10px;
    height: 450px;
}
.pricing-item.featured{
    background-color: #ff7000;
    color: white;
    margin-top: -30px;
}
.pricing-item h5{
    font-weight: bolder;
margin-top: 20px;
text-align: center;
font-size: x-large;
}
.pricing-item h6{
font-size: medium;
text-align: center;
}
.pricing-item .details{
    color: white;
    height: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
    list-style:circle;

    list-style-type: disc;
    margin-top: 15px;
    margin-inline-start: 10px;
    padding-inline-start: 10px;
    font-size: small;
}
.pricing-item .details li{
    margin-top: 5px;
}
.pricing-item.featured .details{
    color: white;
}
.pricing-item.featured .btn{
    width: 100%;


}
.pricing-item.featured a:hover{
    width: 100%;

}
.pricing-item a{
    width: 100%;
    margin-top: 10px;
}
