*{
  scroll-behavior: smooth;
}
.hero-sec {
  height: 90vh;
}
.hero-sec img {
  height: 85vh;
  object-fit: cover;
  object-position: 50% 63%;
}
.cgi-img {
  position: relative;
}
.cgi-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  top: 0;
  width: 87%;
  height: 90%;
  margin: 10px;
  color: #ffffff;
  visibility: hidden;
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 1em rgb(0, 0, 0),
    0 0 0.2em rgb(0, 0, 0);
}
.cgi-title h6 {
  margin-top: 18px;
}
.cgi-title p {
  color: red;
}

.cgi-img .img-cont img {
  transition: all 0.4s ease;
}
.cgi-img:hover .img-cont img {
  transform: scale(1.03);
}
.cgi-img:hover .cgi-title {
  visibility: visible;
}

.hero-section {
  min-height: 73vh;
}
.hero-img,
.hero-img3 {
  position: relative;
}
.hero-img 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%;
}
.hero-img h1 {
  position: absolute;
  font-weight: 100;
  color: #fff;
  top: 15px;
  left: 20px;
  text-align: center;
}
.hero-img h1 span {
  color: red;
  font-size: 24px;
}
.expand-photo-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) {
  #cgi-data {
    transform: scale(1.3);
    margin: 10% 0;
  }
}

@media screen and (min-width: 1981px) {
  #cgi-data {
    transform: scale(1.5);
    margin: 12% 0;
  }
}
