
.category-section {
    /* width: 100%; */
    text-align: center;
    padding: 100px 0px;
    position: relative;
    background: #c9dfe8;
    z-index: 1;
    overflow: hidden;
    /* border: 1px solid red; */

}

.category-section h2 {
    font-size: 32px;
    color: #0a3148;
    font-weight: 700;
    padding: 0px 10px;
    margin-top: -12px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    z-index: 2;
    background: #c9dfe8;
    left: 40%;
    /* border: 1px solid red; */
}

.category-section .category-box {
    width: 85%;
    margin:auto;
    padding: 50px 0px;
    background: #c9dfe8;
    border: 3px solid #2c6f7d;
    border-radius: 40px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
}

.category-section .category-box .arrow-btn-left {
    width: 50px;
    height: 50px;
    top: 40%;
    position: absolute;
    left: -30px;
    background: #0d627a;
    border: none;
    color: rgb(255, 252, 252);
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    /* border: 1px solid red; */
}


.category-section .category-box .arrow-btn-right{
    width: 50px;
    height: 50px;
    background: #0d627a;
    border: none;
    color: rgb(255, 252, 252);
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    top: 40%;
    position: absolute;
    right: -30px;
    z-index: 4;
    /* border: 1px solid red; */
}

.category-section .category-box .card-s{
    align-content: center;
    justify-items: center;
    text-align: center;
    margin: auto;
    /* border: 1px solid red; */
    
}

.category-section .category-box .card-s .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
        background: var(--white);

    /* background: rgb(255, 255, 255); */
    
}

#owl1 img {
    display: block;
    width: 60% !important;
    height: 120px;
        /* position: absolute;
    left: 74px;
    top: 48px; */
}
 .category-section .category-box .card-s .circle img {
    width: 10px;
    height: 90px;
    border-radius: 4px;
}


 .category-section .category-box .card-s .circle .circle1{
     width: 200px;
    height: 200px;
    border: 2px dashed #b28de9;
    border-radius: 50%;
    position: absolute;
    animation: aaa 10s linear infinite;
        /* left: 33px; */
    /* border: 1px solid red; */
}


@keyframes aaa{
    100%{
        transform: rotate(360deg);
    }
   
}

 .category-section .category-box .card-s .circle .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #093e53;
    color: white;
    padding: 10px 10px;
    border-radius: 50%;
    font-size: 14px;
    
}

.category-section .category-box .card-s .title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #08384c;
}
