.main_ncc{
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
 }
 .main_ncc .sub_ncc{
    height: 400px;
    width: 850px;
    display: flex;
    background-image: url("/assets/images/home/ncc/ncc.jpg");
    /* background-repeat: no-repeat; */
    background-size: cover;
    box-shadow: 0.3em 0.3em 1em rgb(116, 115, 115);
    /* border: 1px solid black; */
 }
 .main_ncc .sub_ncc .first_part{
    width: 60%;
    /* display: flex; */
    /* align-items: center; */
    overflow: hidden;
    /* border: 1px solid green; */
 }
 .main_ncc .sub_ncc .first_part .rombos1{
    height: 430px;
    width: 380px;
    transform: rotate(-49deg);
    margin-left: -122px;
    margin-top: -11px;
    position:relative;
    /* border: 1px solid red; */
    border-radius: 30px;
    background-color: rgba(33, 36, 248, 0.3);
    /* background-color: blue; */
}
.main_ncc .sub_ncc .first_part .rombos2{
    height: 100%;
    width: 111%;
    border-radius: 30px;
    position:absolute;
    top: -17px;
    left: 0px;
    transform: rotate(0deg);
  /* border: 1px solid green; */
    background-color: rgba(33, 36, 248, 0.3);
    /* background-color: green; */
}
.main_ncc .sub_ncc .first_part .rombos3{
    height: 100%;
    width: 100%;
    border-radius: 30px;
    position:absolute;
    top: -33px;
    left: -36px;
    background-color: rgba(33, 36, 248, 0.6);
    /* border: 1px solid aqua; */
    /* background-color: aqua; */
}


 .main_ncc .sub_ncc .second_part{
    width: 40%;
    /* border: 1px solid blue; */
 }
 .main_ncc .sub_ncc .second_part .second_part1{
    height: 50%;
    display: flex;
    justify-content: end;
    overflow: hidden;
    /* border: 1px solid red; */
 }.main_ncc .sub_ncc .second_part .second_part1 .rombos4{
    height: 110px;
    width: 110px;
    /* border: 1px solid green; */
    transform: rotate(-44deg);
    margin: -45px -59px 0px 0px;
    background: rgba(169, 234, 250, 0.5);
    border-radius: 10px;
 }
 .main_ncc .sub_ncc .second_part .second_part2{
    height: 50%;
    display: flex;
    justify-content: end;
    overflow: hidden;
    /* border: 1px solid black; */
 }
 .main_ncc .sub_ncc .second_part .second_part2 .rombos5{
    height: 200px;
    width: 200px;
    /* border: 1px solid red; */
    transform: rotate(-44deg);
    border-radius: 10px;
    top: 80px;
    left: 109px;
    background: rgba(169, 234, 250, 0.4);
    position: relative;
 }
 .main_ncc .sub_ncc .second_part .second_part2 .rombos6{
    height: 50%;
    width: 60%;
    /* border: 1px solid red; */
    border-radius: 10px;
    position: absolute;
    transform: rotate(-2deg);
    background: rgba(169, 234, 250, 0.4);
    top: 22px;
    left: 57px;
 }