*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Poppins', sans-serif;
}
.soubhik_school_his_heading_section{
    /* border: 1px solid red; */
    width: 100%;
    justify-items: center;
    align-content: center;
    font-family: var(--font-family);
    padding: 0px 0px 30px 0px;
    color: var(--light-color);
}
.soubhik_school_his_heading_section .school_heading{
    /* border: 1px solid red; */
    padding: 10px 10px;
    font-weight: bold;
    font-size: 25px;
    color: rgba(60, 59, 59, 0.699);
}
.soubhik_school_his_heading_section .school_heading span{
    color: var(--deep_sky);
}
.soubhik_school_his_heading_section .school_heading_line{
    /* border: 1px solid red; */
    height: 4px;
    width: 200px;
    background: linear-gradient(90deg,var(--deep_sky),var(--normal_sky),var(--deep_sky));
    animation: a 2s linear infinite;
}
@keyframes a{
    0%{
        transform: translateX(0%);
    }
    25%{
        transform: translateX(15%);
    }
    50%{
        transform: translateX(0%);
    }
    75%{
        transform: translateX(-15%);
    }
    100%{
        transform: translateX(0%);
    }
}
.santanu_card{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap: wrap;
  background:#f4f4f4;
  padding: 50px 10px;
  gap: 30px;
  /* border: 1px solid red; */

}

.santanu_card .car{
  width:280px;
  height: 370px;
  border-radius:10px;
  overflow:hidden;
  position:relative;
  background:#fff;
  box-shadow:0 15px 30px rgba(0,0,0,0.15);
  /* border: 1px solid red; */

}

 .santanu_card .car img{
  width:100%;
  height:100%;
  object-fit:cover;
}

 .santanu_card .car .info{
  position:absolute;
  bottom:20px;
  left:20px;
  right:20px;
  padding:10px;
  border-radius:15px;
  background:linear-gradient(90deg,#c07f6b,#f8bdbd);
  color:#fff;
}

 .santanu_card .car .info h2{
  font-size:20px;
}

 .santanu_card .car .info p{
  font-size:14px;

}

 .santanu_card .car .share-box{
  position:absolute;
  right:30px;
  bottom: 7%;
}

 .santanu_card .car .share-box .share-btn{
  width:45px;
  height:45px;
  background:#fff;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  box-shadow:0 8px 15px rgba(0,0,0,0.2);
  z-index:2;
}

.share-btn i{
  color:#000000;
}


.share-box:hover .share-btn i{
    color: rgb(7, 218, 218);;
}


 .santanu_card .car .share-box .social{
  position:absolute;
    list-style:none;
  right:0;
  top:-220px;
  display: none;
  display:flex;
  flex-direction:column;
  gap:12px;
  opacity:0;

}

 .santanu_card .car .share-box .social li{
  width:42px;
  height:42px;
  background:#fff;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  box-shadow:0 8px 15px rgba(0,0,0,0.2);
}

 .santanu_card .car .share-box .social li i{
  color:#000000;

}


.santanu_card .car .share-box:hover .social{
  opacity:1;
  transition: 1s;
}


 .santanu_card .car .share-box .social .li1:hover{
  background-color: rgb(7, 218, 218);

 }
  .santanu_card .car .share-box .social .li2:hover{
  background-color: rgb(7, 218, 218);

 }
  .santanu_card .car .share-box .social .li3:hover{
  background-color: rgb(7, 218, 218);

 }
  .santanu_card .car .share-box .social .li4:hover{
  background-color: rgb(7, 218, 218);

 }
 

 .santanu_card .card .share-box .social .li1:hover a i{
    color: rgb(255, 255, 255);
}
 .santanu_card .card .share-box .social .li2:hover a i{
    color: rgb(255, 255, 255);
      
}
 .santanu_card .card .share-box .social .li3:hover a i{
    color: rgb(255, 255, 255);
      
}
 .santanu_card .card .share-box .social .li4:hover a i{
    color: rgb(255, 255, 255);
      
}




@media(max-width:320px) {

  .santanu_card .card{
  width:99%;
  height: 370px;
  border-radius:10px;
  overflow:hidden;
  position:relative;
  background:#fff;
  box-shadow:0 15px 30px rgba(0,0,0,0.15);

}

 }
 @media(max-width:608px) {

  .santanu_card .card{
  width:99%;
  height: 370px;
  border-radius:10px;
  overflow:hidden;
  position:relative;
  background:#fff;
  box-shadow:0 15px 30px rgba(0,0,0,0.15);

}

 }