*{
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.soubhik_school_his_heading_section{
    /* border: 1px solid red; */
    width: 100%;
    justify-items: center;
    align-content: center;
    font-family: var(--font-family);
    padding: 0px 0px 30px 0px;
    color: var(--light-color);
}
.soubhik_school_his_heading_section .school_heading{
    /* border: 1px solid red; */
    padding: 10px 10px;
    font-weight: bold;
    font-size: 35px;
    color: rgba(60, 59, 59, 0.699);
}
.soubhik_school_his_heading_section .school_heading span{
    color: var(--deep_sky);
}
.soubhik_school_his_heading_section .school_heading_line{
    /* border: 1px solid red; */
    height: 4px;
    width: 200px;
    background: linear-gradient(90deg,var(--line-first),var(--line-mid),var(--line-first));
    animation: a 2s linear infinite;
}
@keyframes a{
    0%{
        transform: translateX(0%);
    }
    25%{
        transform: translateX(25%);
    }
    50%{
        transform: translateX(0%);
    }
    75%{
        transform: translateX(-20%);
    }
    100%{
        transform: translateX(0%);
    }
}

.main{
    background-color: rgba(0, 51, 255, 0.119);
    padding: 30px;

}
.computer_text{
    text-align: center;
    font-size:20px;
    font-family: arial;
    color:rgb(0, 98, 128);
}
.computer_text_main{
    text-align:center;
    font-size:35px;
    font-weight:bold;
    padding-top:10px;
    color: rgb(8 34 98);
}
.sudip_div_box_main{
    /* border:1px solid red; */
    height:auto;
    width:100%;
    display:flex;
    justify-content: center;
    align-items:center;
    gap:25px;
    padding-top:15px;
}
.sudip_div_box_main .div_box{
    /* border:1px solid red; */
    height:80px;
    width:228px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    border-radius: 7px;
    background-color: white;
    transition: all ease .5s;
    box-shadow: 0px 0px 13px -10px black;
}
.sudip_div_box_main .div_box:hover{
  background: linear-gradient(178deg, var(--normal_sky), var(--deep_sky));
    color: white;
    transition: all ease .5s;
}
.sudip_div_box_main .div_box:hover .sub_box_left{
    color: rgb(4, 7, 77);
}
.sudip_div_box_main .div_box .sub_box_left{
    /* border:1px solid red; */
    height:40px;
    width:40px;
    display:flex;
    justify-content: center;
    align-items:center;
    font-size:25px;
    margin-left: 10px;
    border-radius: 8px;
    background-color: rgb(234, 242, 255);
}
.sudip_div_box_main .div_box .sub_box_right{
    /* border:1px solid red; */
    height:60%;
    width:80%;
    display:flex;
    flex-direction: column;
    gap:5px;
}
.sudip_div_box_main .div_box .sub_box_right .sub_text_top{
    font-weight:600;
}
.sudip_div_box_main .div_box .sub_box_right .sub_text_down{
    font-size: 15px;
    font-weight: 400;
}


.computar_lab_potion_main{
    /* border:1px solid red; */
    height:auto;
    width:100%;
    display:flex;
    justify-content: center;
    align-items:center;
    gap:25px;
    padding-top:15px;
}

.computar_lab_potion_main .portion_box_1{
    /* border:1px solid red; */
    height: 355px;
    width:280px;
    gap:10px;
    border-radius: 7px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0px 0px 8px -7px black;
    margin-top: 20px;
}
.computar_lab_potion_main .portion_box_1 .top_portion{
    /* border:1px solid red; */
    height:50%;
    width:100%;
    background-image: url(/assets/images/computer-lab/computer.png);
    background-size:cover;
    position: relative;
}
.computar_lab_potion_main .portion_box_1 .top_portion
.computar_lab_potion_main .portion_box_1 .top_portion .top_portion_background{
    background-color: rgba(3, 3, 30, 0.364);
    height: 100%;
    width: 100%;
}
.computar_lab_potion_main .portion_box_1 .top_portion .top_portion_heding_sibu{
    /* border: 1px solid red; */
    height: 30px;
    width: 110px;
    position: absolute;
    top:15px;
    left: 15px;
    /* z-index: 4; */
    background-color: var(--orange);
    border-radius: 25px;
    color: white;
    font-size: 14px;
    text-align: center;
    align-content: center;
    font-weight: 550;
}
.computar_lab_potion_main .portion_box_1 .top_portion_icon_sibu{
    /* border: 1px solid red; */
    height: 20px;
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 20px;
    display: flex;
    /* margin-top: 10px; */
}
.computar_lab_potion_main .portion_box_1 .top_portion_icon_sibu i{
   color:rgba(8, 107, 146, 0.856);
  
    font-size: 10px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_text_sibu{
    /* border: 1px solid red; */
    width: 100%;
    padding-left: 20px;
    font-weight: 550;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu{
    border-bottom: 1px solid gray;
    /* height: 40px; */
    width: 85%;
    margin-left: 20px;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu .top_portion_under_line_sibu_first{
    /* border: 1px solid red; */
    height: 30px;
    width: 60px;
    font-weight: 550;
    color: rgba(128, 128, 128, 0.67);
    font-size: 14px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu .top_portion_under_line_sibu_second{
    /* border: 1px solid red; */
    height: 30px;
    width: 60px;
    font-weight: 550;
    color: rgba(128, 128, 128, 0.67);
    font-size: 14px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu .top_portion_under_line_sibu_third{
    /* border: 1px solid red; */
    height: 30px;
    width: 60px;
    font-weight: 550;
    color: rgba(128, 128, 128, 0.67);
    font-size: 14px;
    display: flex;
    justify-content: end;
}
.computar_lab_potion_main .portion_box_1 .top_portion_icon_bottom_sibu{
    width: 85%;
    /* border: 1px solid red; */
    margin-left: 20px;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    gap: 15px;
}
.display{
    display:flex;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_first_icon{
    /* border: 1px solid red; */
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    color: rgb(104, 37, 9);
    background:linear-gradient(white,white,rgb(52, 51, 51));
} 
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_second_text{
    /* border:1px solid red; */
    font-weight: 550;
    margin-left:5px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_third_text{
    /* border:1px solid red; */
    font-weight: 550;
    width: auto;
    /* padding: 5px; */
    color: var(--orange);
    font-weight: 600;
    margin-left: 23px;
}
.main .bottom_button_shibshnakar{
    /* border: 1px solid red; */
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:end;
}
.main .bottom_button_shibshnakar .bottom_button_shibshnakar_sub{
    /* border: 1px solid red; */
    height: 45px;
    width:170px;
    border-radius: 5px;
background: linear-gradient(178deg, var(--normal_sky), var(--deep_sky));
    text-align: center;
    align-content: center;
    color: white;
    /* font-size: 18px; */
    box-shadow: 0px 0px 9px -5px black;
    transition: all ease .5s;
}
.main .bottom_button_shibshnakar .bottom_button_shibshnakar_sub i{
    transition: all ease .5s;
}
.main .bottom_button_shibshnakar .bottom_button_shibshnakar_sub:hover i{
    transform: translate(5px);
}
.main .bottom_button_shibshnakar .bottom_button_shibshnakar_sub:hover{
    transform: translate(5px);
    background-color: rgba(18, 12, 192, 0.816);
}
@media(max-width:1052px){

    .sudip_div_box_main{
        /* border:1px solid red; */
        flex-wrap:wrap;
    }
    .computar_lab_potion_main{
        /* border:1px solid red; */
        flex-wrap:wrap;
    }
}
@media(max-width:556px){
.sudip_div_box_main .div_box {
    /* border: 1px solid red; */
    width:380px;
}
.sudip_div_box_main .div_box .sub_box_right .sub_text_top {
    font-size:30px;
}
.sudip_div_box_main .div_box .sub_box_right {
    /* border:1px solid red; */
    height:auto;
}
.sudip_div_box_main .div_box .sub_box_left{
    height:60px;
    width:60px;
}

    .computar_lab_potion_main .portion_box_1{
        height: 418px;
    width: 380px;
    }
    .computar_lab_potion_main .portion_box_1 .top_portion {
        height:60%;
    }
.computar_lab_potion_main .portion_box_1 .top_portion_icon_sibu i{
    font-size:15px;
}
 .computar_lab_potion_main .portion_box_1 .top_portion_text_sibu {
    font-size:17px;
 }
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu .top_portion_under_line_sibu_first{
font-size:17px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu .top_portion_under_line_sibu_second{
font-size:17px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu .top_portion_under_line_sibu_third{
font-size:17px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu{
    border-bottom: 2px solid grey;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_first_icon {
    /* border: 1px solid red; */
    height: 34px;
    width: 34px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_second_text {
    /* border: 1px solid red; */
    font-size:20px;
}
.computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_third_text{
    font-size:20px;
   box-sizing: border-box;
}
}

@media(max-width:425px){
    .computar_lab_potion_main .portion_box_1 .top_portion_text_sibu {
        font-size: 16px;
    }
    .computer_text_main {
        font-size:30px;
    }
    .sudip_div_box_main .div_box .sub_box_right .sub_text_top {
        font-size: 22px;
    }
    .computar_lab_potion_main .portion_box_1 {
        height: 450px;
        width: 380px;
    }
}
@media(max-width:345px){
    .computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_second_text {
        font-size: 16px;
        align-content: center;
    }
    .computar_lab_potion_main .portion_box_1 .top_portion_under_line_sibu_third_text {
        font-size: 16px;
        box-sizing: border-box;
        align-content: center;
    }
}
@media(max-width:325px){
    .sudip_div_box_main .div_box .sub_box_right .sub_text_top {
        font-size: 20px;
    }
    .sudip_div_box_main .div_box {
        height: 100px;
    }
    .sudip_div_box_main .div_box .sub_box_right .sub_text_down {
        margin-top: 5px;
    }
}



