.card{
  position: relative;
  z-index: 1;
  display: block;
  background: transparent;
  min-width: 536px;
  max-width: 250px; 
  box-shadow: 20px 20px 30px -20px #17b7d740;
  margin: 118px 2px 2px 151px;
}

.card-content{
clear: both; 
background-color: #fff;
padding: 20px;
}

.head-card{
display: flex;
justify-content: center;
align-items: center;
}

.img-mask{
 height: 170px;
 overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


.img-mask > img{
  display: block;
  width: 100%;
  z-index: 1;
}

.rate{
  position: absolute;
  padding: 10px;
  background-color: #ad272705;
  border-radius: 20px;
  font-size: 18px; 
  line-height: 1.5;
  text-align: center;
  top: 3px;
  left: 12px;
  box-shadow: 11px 3px 30px -20px #ff0af7
}
*, *::before, *::after {
  box-sizing: border-box;
}

.rate > i:hover{
color: #ff6a00;
}

.rate > i{
  font-size: 14px;
  clear: both;
  float: left;
  position: relative;
  left: 10%;
transition: 0.3s color;
cursor: pointer;
}


.like{
  position: absolute;
  right: 2px;
  top: 2px;
  border: 1px solid #efe3e3;
  line-height: 1.5;
  padding: 10px;
  width: 42px;
  height: 42px;
  background-color: #ffffff85;
  /* border-radius: 100%; */
  text-align: center;
  font-size: 14px;
  transition: 0.3s background-color, color;
  box-shadow: 20px 20px 30px -20px #000
}
.like i{
font-size: 21px;
  color: red;}
.like:hover{
  background-color: #ffabab;
  color: white;
  cursor: pointer;
  box-shadow: 4px 4px 30px 0px #ffabab6b;
}

.footer-card button:hover{
background-color:rgb(234 45 135 / 84%);  
}
.card-content ul{
font-size: 17px;
}
h2.title{
  font-size: 25px;
  margin-bottom: 25px;
}
.footer-card{ 
display: flex;
justify-content: center;
align-items: center;
clear: both; 
background-color: #f8fafc;
padding-bottom: 20px; 
border-bottom-right-radius:15px;
border-bottom-left-radius: 15px;
}
.footer-card button {
height: 5vh;
background-color: #c6e7f6;
font-weight: 500;
margin-right: 4px;
border: none;
/* border: 1px solid #d23775; */
transition: background-color 1s;
border-radius: 10px;
box-shadow: 0px 4px 10px #627279;
}

#add_aramex_info {
position: absolute;
left: 0;
right: 0;
top: 20vh;
margin-left: auto;
margin-right: auto; 
width: 705px;
background-color: #fff;
padding: 20px 30px;
border-radius: 5px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
z-index: 10;
}
