.zoom-img {
	overflow: hidden;
}
.zoom-img .custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
	border-radius: 10px !important;
}
.zoom-img .custom-img:hover {
  transform: scale(1.2);
	height: 91% !important;
}


.custom-iframe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 16rem;
	height: 28rem;
	border-radius: 1rem;
}

	@media (max-width:480px) {
		.custom-iframe{ 
		width: 100% !important;
		height: 37.6rem !important;
		border-radius: 2rem !important;
		}
		.custom-reel{
			padding: 24px;
		}
	}
	



.card-custom {
		border-radius: 10px !important;
	}
	.card {
		cursor: pointer;
	}
	.absolute-content {
	position: absolute;
    bottom: 29px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(61, 76, 111, 0.0760679271708683) 0%, rgba(61, 76, 111, 0.6166841736694677) 50%, rgba(61, 76, 111, 1) 100%);
    border-radius: 10px;
	}
	.absolute-content h3 {
		font-size: 24px !important;
		font-family: math !important;
		padding: 10px;
	}


.portflio-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 94%;
  width: 0%;
  position: absolute;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  background: rgb(80 93 124);
  opacity: 0;
  overflow: hidden;
}
.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover .absolute-content {
	display: none !important;
}
.portflio-item:hover:before {
  opacity: 1;
  width: 100%;
	bottom: 29px;
   border-radius: 10px;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  left: 0;
}
.portfolio-item-content h3 {
	font-size: 25px !important;
}
.portfolio-item-content p {
	color: #fffc !important;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 10%;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  padding-top: 15px;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}
.custom-row {
	padding-left: 7.5rem;
}
.custom-video {
	width: 100%;
}
@media (max-width: 480px) {
	.custom-video {
	height: 42rem;
    object-fit: cover;
}
	.custom-row {
	padding-left: 0 !important;
}
}
.custom-font-contactpage {
	font-size: 21.2px !important;
}