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

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

.img-responsive{
    width: 100%;
}
.disflx {
    display: flex;
    flex-direction: column;
    transform: translate(200px, 180px);
}
.pc{
    padding:0px 80px !important;
}
.bg{
    background-image: url(../images/img1.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2{
    background-image: url(../images/img2.png);
    background-repeat: no-repeat;
    background-position-y: 110px;
}
.bg3{
    background-image: url(../images/img11.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.nrmltxt{
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.connectBtn1 {
    border-radius: 24px;
    background-color: #FC4F02 !important;
    padding: 10px 20px;
    max-width:260px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
}
.Arrowicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 6px;
}

.navbar-nav a{
    font-size: 12px;
}
.nav-pos{
    transform: translate(40px, 0px);
}
.connectBtn1:hover{
     background-color: #407BFF !important;
     text-emphasis-color: Black;
     color: #000;
}
.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;
}






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







.navbar-nav a{
    color: #C7DCF0;
    padding-right: 16px !important;
}
.navbar-nav .active{
    color: #fff !important;
    border-bottom: 2px solid #fff  ;
}

.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;
        transform: translate(0px, 0px) !important;
    }
    .navbar-nav .active{
        color: #fff !important;
        border-bottom: 2px solid #fff  ;
        border-width: 50%;
    }
    .connectBtn1{
        width: 66% !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;
    }

}