@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
p,
span,
b,
strong {
    font-family: "Poppins", serif;
    font-weight: 400;
}

p{
    text-align:justify;
}

.same-btn a {
    text-decoration: none;
    background-color: #334beb;
    padding: 7px 40px;
    color: white;
    border-radius: 50px;
}

.social li {
    list-style: none;
}

.navbar {
   background: rgba(0, 0, 0, .439);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.text-color {
    color: #334beb !important;
}

.nav-item a {
    color: white !important;
    font-size: 17px;
}

.social .border {
    border: 1px solid #334beb !important;
}

.navbar-toggler-icon {
    color: white !important;
}

.bg-banner {
    background-image: linear-gradient(#0c1221b3, #0c1221b3), url(./altfi-img/altfi-banner.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;

}

.robot-img-bannre {
    transform: scaleX(-1);
}

h1 {
    font-family: Verdana;
    font-weight: bold !important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Cambria;
    font-weight: 700 !important;
}

.bg-banner h1 {
    font-size: 65px;
    font-weight: 600;
    font-family: Verdana;
}

.bg-banner h2 {
    font-family: Cambria;
}

.service-banner {
    background-image: url(./altfi-img/banner1.avif);
    width: 100%;
    background-position: center;
    background-size: cover;
}

.serive-color {
    background-color: #000000a6;
    padding: 10px;
    border-radius: 10px;
    color: white;
    height: 100%;
}

.serive-color img {
    width: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
}
.blog-card {
    background:#0000006e;
}

.debit-banner {
    background-image: url(./altfi-img/Home3-banner-bg.png);
    width: 100%;
    background-position: center;
    background-size: cover;
}

.blog-mg {
    width: 100%;
    height: 200px;
}
#why-choose-us{
    background:#000;
    color:#fff;
}
#about-sec{
    padding:3rem 0rem;
}
.about-us-img img{
    height:22rem;
    object-fit:contain
}
#blog-sec{
    padding:3rem 0rem;
     background-image: url(./altfi-img/yellow-shade-bg.jpg);
     background-position:center;
     color:#fff;
}

.bg-color{
    background-color: #000;
}

/* footer{
    background-image: url(./altfi-img/footer-banner1.avif);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */