.bd{
    border: 1px solid white;
}
*{
    font-family:'Roboto', sans-serif;
    
}
body{
    background-color: #0C0C0C;
}
.mar{
    margin-top:250px;
}
.bgd-img{
    height: 600px;
    border:0.0004px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-body{
    font-size:60px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Akshar', sans-serif;
    color:white;
}
.sub-text{
    font-size:25px;
    text-align: center;
    font-weight: lighter;
    color:white;
}
.tp{
    text-decoration-line:overline;
    line-height: 75px;
    
}
.tx-d{
    font-size:35px;
    margin-top:36px;
    color:white;
    text-align: center;
    font-weight: bold;
    font-family: 'Akshar', sans-serif;
}
.item{
    display: grid;
    place-items: center;

}
.circular-item{
    width:200px;
    position: relative;
    height: 200px;
    border-radius:200px;
    display: grid;
    place-items: center;
    box-shadow: inset 3px 3px 10px;

}
.circular-item:before{
    content:"";
    position: absolute;
    height: 78%;
    width:78%;
    background-color:#ebfdc2;
    border-radius:200px;
    background-color: #313131;
    box-shadow:3px 3px 15px;
    
}
.test{
    width:230px;
    height: 230px;
    display: grid;
    place-items: center;
    border-radius:200px;
    background-color: #313131;
    

    
}
.value-item{
    position: relative;
    color:#AAEB12;
    font-weight:bolder;
    font-size:50px;
    font-family: 'Akshar', sans-serif;
    margin-top: 20px;
    line-height: 45px;

}
.ed{
    font-size:20px;
    text-align: center;
    font-weight: lighter;
    color:#AAEB12;
}
.ab-div{
    height: 400px;
    background-repeat: repeat;
}
.evn{
    font-size:70px;
    color:#AAEB12;
    text-align: center;
    font-family: 'Akshar', sans-serif;
}
.ed2{
    font-size:35px;
    text-align: center;
    font-weight: lighter;
    color:white;
}
.ed3{
    font-size:100px;
    color:#AAEB12;
    text-align: center;
    font-family: 'Akshar', sans-serif;
}
.ed3ed{
    font-size:100px;
    color:white;
    text-align: center;
    font-family: 'Akshar', sans-serif;
}
.ed4{
    font-size:50px;
    color:white;
    text-align: center;
    font-family: 'Dancing Script', cursive;

}
.btn-clsas-active{
    font-size:25px;
    font-weight: bold;
    background-color: #AAEB12;
    color:#0C0C0C;
    padding-top:15px ;
    padding-bottom:15px ;
    padding-right: 50px;
    padding-left:50px;
    border: none;

}
.btn-clsas{
    font-size:25px;
    /* font-weight: bold; */
    color:white;
    font-weight: lighter;
    /* color:#0C0C0C; */
    background-color: transparent;
    border: 2px solid white;
    padding-top:15px ;
    padding-bottom:15px ;
    padding-right: 50px;
    padding-left:50px;

}
.btn-clsas:hover{
    background-color: #AAEB12;
    color:#0C0C0C;
    font-weight: bold;
    border: none;
}
.fl{
    display: flex;
}
.footer{
    color:rgb(210, 210, 210);
    font-weight: lighter;
    text-align: center;
    background-color: #181818;
}