input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

.border-rad-12{
    border-radius:18px !important;
}
.card-trans:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease-in-out;
}

.text-black{
    color: black !important;
}
.back-ground{
    background: #013b4b;
    color: white;
}
.back-ground:hover{
    color:#00b9ff;
}
img.card-img-top.w-100{
    border: 2px solid #1698bc42;
    border-radius: 15px;
    /* min-height: 378px; */
    height: 100%;
    /* max-height: 49vh; */
}
.card.text-center{
    border-radius: 18px;
    min-height: 530px;
}

.card_shadow{
    box-shadow: 5px 10px #0dcaf03d;
}
.border-rad-20{
    border-radius: 20px !important;
}

.card-statics{
    background: #013b4b !important;
    color: white;
    /* border-radius: 25px; */
}
.card-radius{
    border-radius: 76px !important;
    width:85%;
    height: 100%;
    padding: 1%;
}
.user-circle{
    width: 160px; /* Adjust the size of the circular user image */
    height: 160px;
    border-radius: 50%;
}
.img-title{
    /* position: absolute; */
    /* top:40vh; */
    /* z-index: 3; */
    color:black;
    /* left:49%; */
}
.img-p{
    color:black;
    /* transform: translate(-50%, -50%); */
    /* z-index: 3; */
    width:100%;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
}
.box {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    width:100%;
    transform: translate(-50%, -50%); 
}
.banner{
    margin-top: 7% !important;
}
.item {
    transition: transform 0.5s ease-in-out;
}

.item:hover {
    transform: scale(1.1);
}
.content{
    position: relative; padding: 2.5%; margin-top: 3.1% !important;
}
@media (max-width: 483px) {
    .content{
        margin-top: 18% !important;
    }
    .card-statics{
        padding:1px;
    }
}

