.list_inner .image {
  height: 400px;
}

.sns_icon {
  margin-top: 20px;
}

.sns_icon svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #000;
}

.kura_tm_portfolio .portfolio_list .overlay {
  aspect-ratio: 3885/1720;
}

.kura_tm_portfolio .portfolio_list .image .main {
  aspect-ratio: 3885/1752;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: center;
  z-index: 50;
}

.project-card:hover .middle {
  opacity: 1;
}

.project-card:hover .arrow-svg {
  opacity: 1;
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.arrow-svg {
    position: absolute;
    top: 40px;
    right: 39px;
    width: 50px;
    height: 50px;
    z-index: 2;
    transform: rotate(-50deg);
    color: #000;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.project-overlay {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.details-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.btn-dark {
  border-radius: 50px;
}

.btn-dark:hover {
  opacity: 0.8;
}

a span {
  color: gray;
}

.kura_tm_pricing a {
  text-decoration: none!important;
}

.ptb-40 {
    padding: 40px 0px 40px 0px;
}

.ptb-100 {
    padding: 100px 0px 100px 0px;
}

.mh-0 {
  min-height: 0;
}

.card-img-overlay {
  border-color: none;
  border: none;
}

.card-img-overlay .btn-light {
    color: #000;
    background-color: rgba(249,250,251,0.6);
    border: none;
    border-color: none!important;
}

.p-label {
  width: 100px;
}

.p-pic {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.p-card {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
  border-radius: 10px;
  border: none;
  position: relative;
  top: -50px;
}

.list-group-item {
  background: none;
}

.pflow {
  /* width: 500px;
  overflow-x: scroll; */
  scroll-snap-align: start;
}

.flow-over {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x;
}

ul.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
}

li.item {
	display: inline-block;
  width: 2085px;
	margin: 16px;
	font-size: 48px;
	color: #fff;
	background-color: #ff5a5f;
}

.project-list a {
  text-decoration: none!important;
}

.project-list .card {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
  border-radius: 10px;
  border: none;
  height: 310px;
  transition: transform .2s; /* Animation */
}

.project-list .card-text {
  color: black;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.project-list .card:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.sns_icon a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-card {
    top: -10px;
  }
}
