
.about_headmesater_sudipta{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    align-content: center;
    justify-items: center;
    background-color: var(--whitecolor);
    margin-bottom: 30px;
}

.about_headmesater_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;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--heading-color);
    /* flex-wrap: wrap; */
}
.about_headmesater_sudipta .child2{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
   justify-items: center;
    padding-bottom: 8px;
}

.about_headmesater_sudipta .child2 .child2_sub{
    /* border: 1px solid red; */
    width: 250px;
    height: auto;
    display: flex;
   justify-content: space-between;
   
}
.about_headmesater_sudipta .child2 .child2_sub .child2_sub1{
    /* border: 1px solid red; */
    width: 110px;
    height: 30px;
    position: relative;
}
.about_headmesater_sudipta .child2 .child2_sub .child2_sub1::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 1%;
    top: 15%;
}
.about_headmesater_sudipta .child2 .child2_sub .child2_sub1::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 21%;
    top: 41%;
}
.about_headmesater_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);
}

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

.about_headmesater_sudipta .child2 .child2_sub .child2_sub3::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 15%;
}
.about_headmesater_sudipta .child2 .child2_sub .child2_sub3::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 41%;
}
.about_headmesater_sudipta .child{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0px 15px;
}
.about_headmesater_sudipta .child .child_sub{
    /* border: 1px solid red; */
    width: 450px;
    height: 450px;
    align-content: center;
    justify-items: center;
}
.about_headmesater_sudipta .child .child_sub .design{
    border: 3px solid var(--button-color);
    width: 70%;
    height: 80%;
    border-radius: 6px;
    position: relative;
   
}

.about_headmesater_sudipta .child .child_sub .design::before{
   content: '';
   position: absolute;
    /* border: 1px solid red; */
    width: 50%;
    height: 80%;
    left: -21.6%;
    top: -12.6%;
    background-image: linear-gradient(var(--button-color),var(--whitecolor));
    border-radius: 8px;
}
.about_headmesater_sudipta .child .child_sub .design::after{
   content: '';
   position: absolute;
    /* border: 1px solid red; */
    width: 50%;
    height: 80%;
    left: 71.6%;
    top: 32.6%;
    background-image: linear-gradient(var(--whitecolor), var(--button-color));
    border-radius: 8px;
}

.about_headmesater_sudipta .child .child_sub .design .dotted{
    /* border: 1px solid red; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 4%;
    left: 96.5%;
    background-color: var(--button-color);

}

.about_headmesater_sudipta .child .child_sub .design .image::before{
    content: '';
    height: 100%;
    width: 30px;
    /* width: 80px; */
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); */
    background: linear-gradient(89deg,#81818100,#e0e0e073,  #8b8b8b00);
    position: absolute; 
    transform: rotate(50deg);

    animation: sh 3s linear infinite;
}

@keyframes sh {
    0%{

        top: -50%;
    left: 15%;
    }
    25%,100%{
        top: 50%;
        left: 104%;
    }
}

.about_headmesater_sudipta .child .child_sub .design .image{
    /* border: 1px solid red; */
    width: 70%;
    height: 94%;
    position: relative;
    top: 3%;
    left: 14%;
    z-index: 1;
    border-radius: 80px;
    overflow: hidden;
}
.about_headmesater_sudipta .child .child_sub .design .image img{
    width: 100%;
    height: 100%;
    border-radius: 80px;
}
.about_headmesater_sudipta .child .child_sub .design .over{
    border: 2px solid var(--whitecolor);
    width: 38%;
    height: 41%;
    position: absolute;
    z-index: 9;
    top: 70%;
    left: -11%;
    border-radius: 67px 67px 70px 70px;
    background-color: var(--button-color);
    align-content: end;
    justify-items: center;
}
.about_headmesater_sudipta .child .child_sub .design .over .over_sub{
    /* border-bottom: 1px solid var(--headercolor);  */
    width: 97%;
    height: 92%;
    border-radius: 67px 67px 70px 70px;
    background-color: var(--whitecolor);
      font-family: "Roboto", sans-serif;
    text-align: center; 
    align-content: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--color);
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
   
}
.about_headmesater_sudipta .child .child_sub1{
    /* border: 1px solid red; */
    width: 700px;
    height: 450px;
    align-content: center;

}
.about_headmesater_sudipta .child .child_sub1 .heading{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    padding: 10px 0px;
    align-content: center;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--button-2-color);
    letter-spacing: .5px;
    line-height: 1.5;
}
.about_headmesater_sudipta .child .child_sub1 .heading i{
     font-size: 25px;
    color: var(--heading-color);
}

.about_headmesater_sudipta .child .child_sub1 .details{
    /* border: 1px solid red; */
    height: auto;
    padding: 10px 0px;
    width: 100%;
     align-content: center;
    font-family:  "Jost", sans-serif;
     font-size:30px;
     letter-spacing: .5px;
    font-weight:600;
    color: var(--heading-color);
    line-height: 1.5;
}

.about_headmesater_sudipta .child .child_sub1 .lorem{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    align-content: center;
    padding: 10px 0px;
}

.about_headmesater_sudipta .child .child_sub1 .lorem p{
    font-family:sans-serif;
     font-size: 15px;
    color: var(--gra);
    line-height: 1.5;
    letter-spacing: .5px;
    text-align: justify;
}
.about_headmesater_sudipta .child .child_sub1 .more{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    padding: 10px 0px;

}

.about_headmesater_sudipta .child .child_sub1 .more button{

  position: relative;
  font-size: 1em;
  padding: 0.7em 1em;
  background:linear-gradient(20deg,var(--main-color1),var(--main-color2));
  text-decoration: none;
  border: none;
  border-radius: 0.5em;
  color: #DEDEDE;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}
.about_headmesater_sudipta .child .child_sub1 .more button::before{
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, var(--main-color1) 50%, var(--main-color2) 60%);
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
        
}


.about_headmesater_sudipta .child .child_sub1 .more button:hover::before{

 width: 1.6em;
  height: 1.6em;
}

.about_headmesater_sudipta .child .child_sub1 .more button:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(0.1em, 0.1em);
}
