*{
    margin:0;
    padding:0;
    box-sizing:border-box;
  
}

body{
    background:#f7f7f7;
}
.local{
 text-align: center;
margin-top: 19px;
color: #076494;
}
.local span b{
 color: black;
 font-size: 30px;
 font-weight: 800;
}
.local span{
  font-size: 30px;
 font-weight: 800;
  position: relative;
}
/* .local .sub{
  position: absolute;
  height: 2px;
  width: 200px;
  left: 66px;
  bottom: -18px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}
.local .sub .ani{
  height: 3px;
  background-color: #525252;
  width: 50px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}
.local .sub .box{
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-image:  linear-gradient(#023262, #12c3f2);
}
.local .sub .boxx{
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-image:  linear-gradient(#023262, #12c3f2);
} */
/* .local span::before{
      content: ' ';
    position: absolute;
    top: 44px;
    left: 130px;
    width: 90px;
    height: 1px;
    background-color: black;
}
.local span::after{
    content: ' ';
    position: absolute;
    top: 50px;
    left: 117px;
    width: 90px;
    height: 1px;
    background-color: black;
} */


.prabahsh_main_box{
    width:100%;
    max-width:1300px;
    margin:auto;
    padding:15px 0px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    position: relative;

}
/* .prabahsh_main_box::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(/assets/images/home/hm_desk/background-net-1.png);
    background-repeat: no-repeat;
}  */
.prabahsh_main_box .image_left_main_box{
    width:100%;
    height:500px;
    position:relative;
}

.prabahsh_main_box .image_left_main_box .style_back_ground{
    width:160px;
    height:180px;
    background: linear-gradient(#023262, #12c3f2);
    opacity:0.9;
    clip-path:polygon(0 0, 0 100%, 100% 100%);
    position:absolute;
    bottom:20px;
    left:80px;
}

.prabahsh_main_box .image_left_main_box .only_image_box{
    /* width:330px; */
    height:430px;
    position:absolute;
    top:30px;
    left:100px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
   
}
.prabahsh_main_box .image_left_main_box .only_image_box::before{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
   
    backdrop-filter: blur(13px);
    transform: skewX(-25deg);
    opacity: 0; 
    transition: 0.9s; 

    z-index: 2;
}
.prabahsh_main_box .image_left_main_box .only_image_box:hover::before{
    top: 0;
    right: -298px;
    width: 50%;
    height: 100%;
    opacity: 1; 
    transition: 0.9s ease; 

    z-index: 2;
}

.prabahsh_main_box .image_left_main_box .only_image_box::after{
    content: ' ';
    position: absolute;
    top:0px;
    left: 0px;
    width: 50%;
    height: 100%;
      background: rgba(255, 255, 255, 0.462);
    backdrop-filter: blur(13px);
    transform: skewX(-25deg);
     opacity: 0; 
    transition: 0.9s; 

    z-index: 2;
}
.prabahsh_main_box .image_left_main_box .only_image_box:hover::after{
    top: 0;
    left: -260px;
    width: 50%;
    height: 100%;
    opacity: 0; 
    transition: 0.9s ease; 
    opacity: 1;
    z-index: 2;
}
.prabahsh_main_box .image_left_main_box .only_image_box:hover img {
    transform: scale(1.2);
    transition: 0.8s;
    border-radius:10px;
}

.prabahsh_main_box .image_left_main_box .only_image_box img{
    width:100%;
    height:100%;
    border-radius:10px;
    object-fit:cover;
    transition: .8s;
}

.prabahsh_main_box .text_right_main_box{
    width:50%;
    position: relative;
}

.prabahsh_main_box .text_right_main_box .text_top_hap h3{
    font-size:26px;
    font-weight:600;
    line-height:1.4;
    width:100%;
}

.prabahsh_main_box .text_right_main_box .text_top_hap h3 span{
     background: linear-gradient(#023262, #12c3f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   font-weight:700;
}

.prabahsh_main_box .text_right_main_box .text_top_hap p{
    margin-top:16px;
    line-height:1.6;
    color:#555;
}

.prabahsh_main_box .text_right_main_box .text_top_hap .text_btn{
    margin-top:25px;
    /* padding:14px 34px; */
    width: 180px;
    height: 50px;
    /* background:#107285; */
    background: linear-gradient(#023262, #12c3f2);
    color:#ffff;
    font-weight:600;
    border:none;
    border-radius:8px;
    cursor:pointer;
    box-shadow:0 6px 15px rgba(0,0,0,0.3);
    transition: 0.5s;
    /* border:1px solid #076494; */
    border: none;
   
}

.prabahsh_main_box .text_right_main_box .text_top_hap .text_btn:hover{
    box-sizing: border-box;
    background: #f7f7f7;
    
    color:#023262;
    border:1px solid #076494;
}

.prabahsh_main_box .text_right_main_box .text_botton_hap{
    margin-top:35px;
    display:flex;
    gap:25px;
}

.prabahsh_main_box .text_right_main_box .text_botton_hap .award_box{
    width:250px;
    background:white;
    padding: 10px;
    border-radius:8px;
    text-align:center;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
    transition:0.3s;
}
.prabahsh_main_box .text_right_main_box .text_botton_hap .award_box img{
    width: 35px;
}

.prabahsh_main_box .text_right_main_box .text_botton_hap .award_box:hover{
    transform:translateY(-5px);
}

.award_box img{
    width:50px;
    margin-bottom:10px;
}

.prabahsh_main_box .text_right_main_box .text_botton_hap .award_box h4{
    font-size:15px;
    font-weight:600;
}

.prabahsh_main_box .text_right_main_box .text_botton_hap .award_box p{
    font-size:12px;
    margin-top:3px;
    color:#777;
}


/* @media(max-width:900px){
    .prabahsh_main_box{
        flex-direction:column;
        text-align:center;
    }

    .image_left_main_box,
    .text_right_main_box{
        width:90%;
    }

    .text_botton_hap{
        justify-content:center;
    }
} */
/* T */
@media(max-width:951px){
   .prabahsh_main_box .image_left_main_box .style_back_ground{
        position: absolute;
        left: 60px;
    }
    .prabahsh_main_box .image_left_main_box .only_image_box{
         position: absolute;
        left: 60px;
    }
}
@media (max-width: 900px){
    .prabahsh_main_box{
        flex-direction: column;
        text-align: center;
    }
    .prabahsh_main_box .text_right_main_box {
    width: 90%;
    font-weight: 800;
}
    .prabahsh_main_box{
        justify-items: center;
    }

.prabahsh_main_box .text_right_main_box .text_top_hap h3{
    width: 80%;
}
    .prabahsh_main_box .image_left_main_box .only_image_box{
    
    top:30px;
    left:-30px;
}
.prabahsh_main_box .image_left_main_box .style_back_ground{
   
    bottom:20px;
    left:-48px;
}
.prabahsh_main_box .text_right_main_box .text_top_hap h3{
    width: 100%;
}
}

/* m */
@media (max-width: 576px){
    .only_image_box{
        width: 240px;
        height: 320px;
        left: 0;
        margin: auto;
    }
    .prabahsh_main_box .text_right_main_box .text_top_hap h3{
        width: 100%;
    }

    .text_top_hap h3{
        font-size: 22px;
    }

    .text_btn{
        padding: 12px 28px;
        font-size: 14px;
    }

    .text_botton_hap{
        flex-direction: column;
        align-items: center;
    }
    .prabahsh_main_box .image_left_main_box{
    width:100%;
    height:500px;
    
}
  .prabahsh_main_box .image_left_main_box .only_image_box{
    
    top:30px;
    left:0px;
    right: 0%;
}
.prabahsh_main_box .image_left_main_box .style_back_ground{
   
    bottom:20px;
    left:80px;
}
.local{
 text-align: center;

margin-top: 50px;
color: #076494;
}
}
@media (max-width: 560px){
  .prabahsh_main_box .image_left_main_box .only_image_box{
width: 355px;
}
.prabahsh_main_box .text_right_main_box .text_botton_hap .award_box {
    width: 100%;
}
}


@media (max-width: 541px){
     .prabahsh_main_box .image_left_main_box .only_image_box{
    
    top:40px;
    left:0px;
}
.prabahsh_main_box .image_left_main_box{
    width:100%;
    height:500px;
    
}

.prabahsh_main_box .image_left_main_box .style_back_ground{
   
    bottom:20px;
    left:0px;
    display: none;
}
.local{
 text-align: center;

margin-top: 50px;
color: #076494;
}
.local span b{
    font-size: 7vw;
}
.local span{
    font-size: 7vw;
}
.prabahsh_main_box .image_left_main_box .only_image_box{
    width: 300px;
}
}

@media (max-width: 320px){
   
 .text_botton_hap{
        flex-direction: column;
        align-items: center;
    }
    .prabahsh_main_box .image_left_main_box{
    width:100%;
    height:500px;
    
}
      .prabahsh_main_box .image_left_main_box .only_image_box{
    width: 300px;
        height: 300px;
    top:2px;
    
}

.prabahsh_main_box .image_left_main_box .style_back_ground{
   
    bottom:20px;
    /* left:-8px; */
}
.prabahsh_main_box .image_left_main_box{
    /* width:40%; */
    height:340px;
    /* position:relative; */
}
.prabahsh_main_box .text_right_main_box .text_botton_hap .award_box{
    width:90%;
    background:white;
    padding:35px 10px;
    border-radius:8px;
    text-align:center;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
    transition:0.3s;
}
.local{
 text-align: center;

margin-top: 50px;
color: #076494;
}
}
