*{
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}

.services-card {
  overflow-x: hidden !important;
}
.services-card h2 {
  font-size: 4rem;
  color: #f8f9fa!important;
}
.services-card p{
  font-size: 13.1px;
}
.POST_PRODUCTION {
  overflow-y: hidden;
}
.POST-PRODUCTION-img {
  position: relative;
}
.POST-PRODUCTION-img img {
  transition: all 1s ease;
}
.after-img {
  position: relative;
  object-fit: contain;
  z-index: 2;
}
.befor-img {
  position: absolute;
  /* height: 295.88px!important;
    width: 526px!important; */
  object-fit: contain;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}

.POST-PRODUCTION-img img:hover {
  opacity: 1;
}

.hero-section {
  min-height: 73vh;
}
.hero-img,
.hero-img2,
.hero-img3 {
  position: relative;
}
.hero-img img,
.hero-img2 img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero-img3 video{
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: 50% 50%;
}
.expand-photo-link,
.expand-cgi-link,
.expand-video-link {
  position: absolute;
  bottom: 5%;
  left: 20px;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px;
  font-size: 16px;
  overflow: hidden;
  background: transparent;
  text-shadow: -1px 2px 7px black;
  display: block;
  margin: auto;
}
.btn-close {
  opacity: 1 !important;
}

.modal-content {
  background: transparent !important;
  border: none;
}
.modal-header {
  border-bottom: none;
}
#contact .modal-content {
  background: white !important;
  border: 2px solid black;
}
#contact .modal-header {
  border-bottom: 2px solid rgb(157, 157, 157);
}

.modal-expand-pic {
  width: 100%;
  object-fit: contain;
}
.modal-expand-video {
  display: flex;
  justify-content: center;
}
.modal-expand-video {
  display: flex;
  justify-content: center;
}
.modal-expand-video iframe {
  object-fit: cover;
}

@media screen and (min-width: 1798px) {
  .services-card {
    transform: scale(1.3);
    margin: 8% 0;
  }
  .services-card h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1981px) {
  .services-card {
    transform: scale(1.5);
    margin: 17% 0;
  }
  .services-card h2 {
    font-size: 6rem;
  }
  .photo {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .services-card h2 {
    font-size: 3rem;
    text-align: center !important;
  }
}
@media screen and (max-width: 534px) {
  .services-card h2 {
    font-size: 2rem;
  }
  .services-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 356px) {
  .services-card h2 {
    font-size: 1.5rem;
  }
}
