.about_debasmita {
    /* height: 600px; */
    /* width: 100%; */
    gap: 30px;
    /* align-items: center; */
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.about_debasmita .a {
    /* height: 95%; */
    height: 500px;
    width: 45%;
    position: relative;
    /* padding: 10px; */
}

.about_debasmita .a .aa {
    border: 2px solid rgba(255, 255, 255, 0.986);
    /* height: 65%; */
    height: 300px;
    width: 53%;
    position: absolute;
    top: 30px;
    border-radius: 8px;
    z-index: 1;
    background-image: url("/assets/images/home/about-home/about-home-two.avif");
    background-size: cover;
    /* left: 8px; */
}

.about_debasmita .a .aaa {
    border: 2px solid rgba(255, 255, 255, 0.986);
    height: 300px;
    width: 53%;
    position: absolute;
    top: 180px;
    right:16%;
    border-radius: 8px;
    z-index: 2;
    background-image: url("/assets/images/home/about-home/about-home-one.jpg");
    background-size: cover;
}
  

.about_debasmita .a .aaaa {
    /* height: 11%;
    width: 27%; */
    position: absolute;
        top: 378px;
    right: 0%;
    border-radius: 4px;
    z-index: 3;
    background-color: #f6f5ee;
    padding: 10px;
}

.about_debasmita .a .aaaa .f {
    /* height: 65%;
    width: 90%; */
    font-size: 20px;
    font-family: arial;
    color: var(--sub-heading-text);
    /* margin-left: 15px; */
    font-weight: bold;
    align-content: center;
}

.about_debasmita .a .aaaa .g {
    /* height: 35%;
    width: 90%; */
    font-family: arial;
    font-size: 15px;
    /* margin-left: 15px; */
    color: var(--grey);
}

.about_debasmita .a .div {
    position: absolute;
    transform: rotate(-20deg);
    height: 52px;
    width: 29%;
    top: 70px;
    right: 10%;
    background-image: url(/assets/images/home/about-home/shape.png);
    background-size: cover;
}

.about_debasmita .b {
    width: 52%;
    /* border:1px solid red; */
    /* display: block; */
    align-content: center;
    padding: 10px;
}

.about_debasmita .b .b1 {
    font-size: var(--sub-h);
    font-family: var(--p-family);
    font-weight: bold;
    color: #4A4A4A;
    /* padding-left: 20px; */
    /* border: 1px solid red; */
}

.about_debasmita .b .div_div {
    height: 10px;
    /* width: 60%; */
    /* justify-items: center; */
    overflow: hidden;
}

.about_debasmita .b .div_div .sub_div {
    border: 2px solid rgb(6,102,190);
    height: 140px;
    width: 200px;
    border-radius: 100%;
}

.about_debasmita .b .b2 {
    /* padding: 0px 0px 0px 20px; */
    text-align: justify;
    font-family: var(--p-font);
    margin-top: 10px;
    color: var(--grey);
}

.about_debasmita .b .b3 {
    display: flex;
    margin: 15px auto;
    padding-left: 13px;
    /* border: 1px solid red; */
    /* width: 100%; */
}

.about_debasmita .b .b3 .c {
    border: 1px solid rgba(189, 188, 188, 0.726);
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-size: 25px;
    color: var(--font-color);
    transition: .5s;

}

.about_debasmita .b .b3 .c:hover {
    /* background-color: var(--font-color); */
    background: var(--bg-color);
    color: #f6f5ee;
    
}

.about_debasmita .b .b3 .c1 {
    height: 99%;
    margin: 0px 15px;
}

.about_debasmita .b .b3 .c1 .c2 {
    font-family: arial;
    font-size: 21px;
    font-weight: bold;
    color: #4A4A4A;
    text-wrap: wrap;
}

.about_debasmita .b .b3 .c1 .c3 {
    font-family: arial;
    align-content: center;
    font-size: 15px;
    color: var(--grey);
    padding: 8px 0px;
}

.about_debasmita .b .b3 .c1 .c31 {
    height: 50%;
    width: 83%;
    font-family: arial;
    align-content: center;
    font-size: 15px;
    color: rgba(128, 127, 127, 0.897);
    padding: 8px 0px;

}

.about_debasmita .b .b4 {
  height: 50px;
  width: 160px;
  margin-top: 0px;
  background: var(--bg-color);
  border-radius: 6px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
 box-shadow: rgba(22, 22, 22, 0.24) 0px 3px 8px;
  border: none;
}
.about_debasmita .b .b4:hover{
  color: var(--primary-blue);
}

.about_debasmita .b .b4::after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}



.about_debasmita .b .b4:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bottom {
    color: var(--bg-color);
}