
.gellary_home_sudipta{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    justify-items: center;
    padding: 2% 2% 5% 2%;
    background: #eef4ff;
}

.gellary_home_sudipta .child{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    /* flex-wrap: wrap; */
}
.gellary_home_sudipta .child1{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    padding-top: 15px;
    font-family: "Outfit", sans-serif;
    align-content: center;
    text-align: center;
    font-size: 30px;
    letter-spacing: .5px;
    font-weight: 700;
    color: var(--heading-color);
    /* flex-wrap: wrap; */
}
.gellary_home_sudipta .child2{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
   justify-items: center;
    padding-bottom: 8px;
}

.gellary_home_sudipta .child2 .child2_sub{
    /* border: 1px solid red; */
    width: 250px;
    height: auto;
    display: flex;
   justify-content: space-between;
   
}
.gellary_home_sudipta .child2 .child2_sub .child2_sub1{
    /* border: 1px solid red; */
    width: 110px;
    height: 30px;
    position: relative;
}
.gellary_home_sudipta .child2 .child2_sub .child2_sub1::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 1%;
    top: 15%;
}
.gellary_home_sudipta .child2 .child2_sub .child2_sub1::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 21%;
    top: 41%;
}
.gellary_home_sudipta .child2 .child2_sub .child2_sub2{
    /* border: 2px solid red; */
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: var(--heading-color);
}

.gellary_home_sudipta .child2 .child2_sub .child2_sub3{
    /* border: 1px solid rgb(0, 47, 255); */
    width: 110px;
    height: 30px;
    position: relative;
}

.gellary_home_sudipta .child2 .child2_sub .child2_sub3::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 15%;
}
.gellary_home_sudipta .child2 .child2_sub .child2_sub3::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 41%;
}

.gellary_home_sudipta .child .child_sub{
    /* border: 1px solid red; */
    width: 52%;
    height: auto;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.gellary_home_sudipta .child .child_sub .section{
    /* border: 1px solid red; */
    width: 51%;
    height: 453px;
     display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.gellary_home_sudipta .child .child_sub .section .section_sub{
 /* border: 1px solid red; */
 width: 100%;
 height: 38%;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.gellary_home_sudipta .child .child_sub .section .section_sub .child{
/* border: 1px solid red; */
 width: 48%;
 height: 100%;  
  /* transition: 2s; */
  overflow: hidden;
      border-radius: 7px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.gellary_home_sudipta .child .child_sub .section .section_sub .child img:hover{
    transform: scale(1.05);
    transition: 2s;
}
.gellary_home_sudipta .child .child_sub .section .section_sub .child img{
    height: 100%;
    width: 100%;
    border-radius: 7px;
     transition:2s;
}
.gellary_home_sudipta .child .child_sub .section .section_sub1{
 /* border: 1px solid red; */
 width: 100%;
 height: 58%;
   overflow: hidden;
       box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
      border-radius: 7px;
}
.gellary_home_sudipta .child .child_sub .section .section_sub1 img{
    height: 100%;
    width: 100%;
    border-radius: 7px;
     transition: 2s;
         box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.gellary_home_sudipta .child .child_sub .section .section_sub1 img:hover{
    transform: scale(1.05);
    transition: 2s;
}
.gellary_home_sudipta .child .child_sub .section1{
    /* border: 1px solid red; */
    width: 47%;
    height: 453px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.gellary_home_sudipta .child .child_sub .section1 .section1_sub{
 /* border: 1px solid red; */
 width: 100%;
 height: 48%;
   overflow: hidden;
      border-radius: 7px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.gellary_home_sudipta .child .child_sub .section1 .section1_sub img{
    height: 100%;
    width: 100%;
    border-radius: 7px;
        transition: 2s;
        
}
.gellary_home_sudipta .child .child_sub .section1 .section1_sub img:hover{
   transform: scale(1.05);
    transition: 2s;
}
.gellary_home_sudipta .child .child_sub1{
    /* border: 1px solid red; */
    width: 46.8%;
    height: 453px;
       overflow: hidden;
           box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
      border-radius: 7px;
}

.gellary_home_sudipta .child .child_sub1 img{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    transition: 2s;
}
.gellary_home_sudipta .child .child_sub1 img:hover{
    transform: scale(1.05);
    transition: 2s;  
}