* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.img-responsive{
    width: 100%;
}
.shd {
    box-shadow: 0rem 0rem 1rem 3px rgb(204 220 255) !important;
    border-radius: 20px;
}
.disflx {
    display: flex;
    flex-direction: column;
    transform: translate(60px, 50px);
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row !important;
    transform: translate(200px, 0px);
}
.connectBtn1 {
    border-radius: 24px;
    background-color: #52665B !important;
    padding: 10px 20px;
    width: 21%;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
}
.connectBtn1:hover{
    background-color: #407BFF !important;
    color: #fff;
}












.pc{
    padding:0px 80px !important;
}
.bg{
    background-image: url(../images/img1.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.nrmltxt{
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

.Arrowicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
}

 
.nav-pos{
    transform: translate(40px, 0px);
}

.disgrd{
    display: grid;
    justify-content: space-around;
}
.card-body{
    text-align: center;
}
.card{
    align-items: center;
}
.card-title{
    font-size: 20px !important;
    color: #407BFF;
    font-weight: 600 !important;
}
.algcont{
    display: flex;
    flex-direction: column;
}


.icnw{
    width: 18%;
}



.card-body{
    padding-top: 0px !important;
}
.footer {
    color: #fff;
    position: relative;
    bottom: 320px;
    display: block;
    left: 30px;
    width: 50%;
}
.icnc{
    width: 27%;
}






.navbar-nav a{
    color: #ffffff;
    padding-right: 16px !important;
    font-size: 12px;
}
.navbar-nav .active{
    color: #fff !important;
    border-bottom: 2px solid #fff  ;
    font-weight: bold;
}

.diflex {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-start;
        margin-left: 70px;
    }
    .mmh{
        max-height: 420px !important;
    }
    .navbar-brand img{
        margin-left: 60px !important;
    }
    .imgalig{
        width: 90%;
        margin-left: 35px;
    }


@media (min-width: 0px) and (max-width: 768px){

    .imgalig{
        width: 100% !important;
        margin-left: 0px !important;
    }
    .disflx {
        display: flex;
        flex-direction: column;
        transform: translate(0px, 100px);
    }
    .navbar-brand img.img-responsive.mx-5 {
        margin-left: 0px !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
        transform: translate(0px, 0px) !important;
    }
    .navbar-nav .active{
        color: #fff !important;
        border-bottom: 2px solid #fff  ;
        border-width: 50%;
    }
    .connectBtn1{
        width: 33% !important;
    }
    .pc {
        padding: 0px 40px !important;
    }
    .algcont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100% !important;
    }
    .diflex {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-start;
        margin: 0px !important;
    }

    .plan-card{
        margin-bottom: 10px;
    }
    .footer {
        color: #fff;
        position: relative;
        bottom: 190px;
        display: block;
        font-size: 8px;
        left: 10px;
        width: 56%;
    }

    .navbar-brand img{
        margin-left: 0px !important;
    }
    .disgrd{
        display: block !important;
    }
    .bg{
        background-position-x: -300px !important;
    }
    .col .card .h-30 .card-img-top img{
        width: 90% !important;
    } 
    .mp30{
        padding: 30px !important;
    }
    .icnw{
        width: 5%;
    }
    .icnc{
        width: 5%;
    }

}