
.sayan_gallery{
    height: auto;
    padding: 24px 0px;
}
.sayan_gallery .gallery_sub{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.sayan_gallery .gallery_sub .gallery_heading_main{
    text-align: center;
    height: auto;
    width: 50%;
    margin: 0px auto;
}
.sayan_gallery .gallery_sub .gallery_heading_main .gallery_sub_heading{
    font-family: var(--font-family-heading);
    color: var(--color-primary);
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.sayan_gallery .gallery_sub .gallery_heading_main .gallery_heading{
    font-family: var(--font-family-heading);
    color: var(--color-heading);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
}
.sayan_gallery .gallery_sub .gallery_heading_main .gallery_heading span{
    color: var(--color-primary);
}
.sayan_gallery .gallery_sub .gallery_heading_main .gallery_para{
    color: var(--color-text);
    font-family: var(--font-family-text);
}
.sayan_gallery .gallery_sub .gallery_img_main{
    height: auto;
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 48px;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex{
    width: 33%;
    height: 700px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* border: 1px solid red; */
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_small{
    width: 100%;
    height: 40%;
    border-radius: 50px 50px 50px 0px;
    position: relative;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_big{
    width: 100%;
    height: 60%;
    border-radius: 50px 50px 50px 0px;
    position: relative;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box{
    width: 100%;
    height: 50%;
    border-radius: 50px 50px 50px 0px;
    position: relative;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_big img{
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 50px 0px;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_small img{
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 50px 0px;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box img{
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 50px 0px;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_small .gallery_img_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_small .gallery_img_content::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50px 50px 50px 0px;
    background-color: var(--color-primary);
    /* background: red; */
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_small .gallery_img_content:hover::before{
    visibility: visible;
    opacity: 0.7;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_small .gallery_img_content .img_popup{
    width: 70px;
    height: 70px;
    text-align: center;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    font-size: 38px;
    color: var(--color-white);
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_small .gallery_img_content:hover .img_popup{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);

}


.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_big .gallery_img_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_big .gallery_img_content::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50px 50px 50px 0px;
    background-color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_big .gallery_img_content:hover::before{
    visibility: visible;
    opacity: 0.7;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_big .gallery_img_content .img_popup{
    width: 70px;
    height: 70px;
    text-align: center;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    font-size: 38px;
    color: var(--color-white);
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box_big .gallery_img_content:hover .img_popup{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);

}


.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box .gallery_img_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box .gallery_img_content::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50px 50px 50px 0px;
    background-color: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box .gallery_img_content:hover::before{
    visibility: visible;
    opacity: 0.7;
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box .gallery_img_content .img_popup{
    width: 70px;
    height: 70px;
    text-align: center;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    font-size: 38px;
    color: var(--color-white);
}
.sayan_gallery .gallery_sub .gallery_img_main .gallery_img_flex .gallery_img_box .gallery_img_content:hover .img_popup{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);

}