.slider-main-barsha {
    width: 100%;
    height: 420px;
    border: 1px solid black;
    position: relative;
}

.slider-main-barsha img {
    width: 100%;
    height: 420px;
}

.slider-main1-barsha {
    position: absolute;
    width: 100%;
    height: 100%;
align-content: center;
justify-items: center;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    top: 0;
    left: 0;
}
.slider-main1-barsha-text{
    width: 80%;
    align-content: center;
    justify-items: center;

}
.slider-main1-barsha1 {
    /* margin: 50px 0px; */
  
    /* position: absolute;
top: 30px;
left: auto; */
    /* background-color: aqua; */
}

.slider-main1-barsha h4 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: bold;
padding: 10PX 0PX;
    font-family: calibri;
}

.slider-main1-barsha3 {
    /* background-color: beige; */
    position: absolute;
}

.slider-main1-barsha p {
    font-size: 15px;
    color: white;
    width: 80%;
    padding-bottom: 10PX;
    margin: auto;
}

.slider-main1-barsha2 {
    width:100%;
 justify-content: center;
 align-items: center;
    margin: 95px 0PX;
    display: flex;

    gap: 10px;

}
.slider-main1-barsha2-right{
    display: flex;
}
.slider-main1-barsha2-left button {
    border: none;
    background-color: #0E4D6F;
    padding: 7px 15px;
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #ffffff;
    border-radius: 12%;
}

.slider-main1-barsha2-left-button2 {
    /* border: none; */
    /* margin-top: 15px; */
    transition:0.3s;
}
.slider-main1-barsha2-left button:hover{
    background-color:#7f868a;
    cursor: pointer;
}
.slider-main1-barsha i {
    font-size: 17px;
    color:#ffffff;
}
.slider-main1-barsha2-icon{
    width:32px;
    /* height:32px; */
    background-color: #40b0f1;
    padding: 5px;
    justify-items:center ;
    align-content: center;
    border-radius: 50%;
}
.slider-main1-barsha2-number{
font-size: 20px;
color:#FFFFFF;
margin-left: 10px;
}



@media(max-width:768px){

    .slider-main1-barsha h4 {
    font-size: 25px;
    
}
.slider-main1-barsha p {
    padding-bottom: 20px;
}
.slider-main1-barsha2-left button {
    margin: 20px 0px;
}  

}
@media (max-width:425px) {
.slider-main1-barsha-text{
    display: none;
}
}