.gms-gallery-item {
  overflow: hidden;
  border-radius: 10px;
}
.gms-gallery-item img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}
.gms-gallery-item:hover img {
  transform: scale(1.05);
}
.gms-gallery-item a {
  cursor: zoom-in;
}
.gms-row {
  row-gap: 24px;
}
.gms-gallery-section {
  padding: 60px 0;
}

#video-popup-container {
  display: none;
  position: fixed;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(0, 0, 0);
  line-height: 25px;
  color: rgb(255, 255, 255);
  opacity: 1;
  transition: all 0.35s ease-in-out;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 2px;
  background-color: rgb(0, 0, 0);
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgb(0, 0, 0);
}

#video-popup-overlay {
  display: none;
  position: fixed;
  top: 0px;
  background-color: rgb(0, 0, 0);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 9999;
}

#video-popup-close:hover {
  color: #b87359;
}

.vpop {
  position: relative;
  cursor: pointer;
}

.photo-video-section .section-title.text-center {
  margin-top: 30px;
}

.video-icon i {
  font-size: 22px;
  color: #fff;
  transform: translate(4px, 3px);
}

.video-main-img {
  position: relative;
  z-index: 1;
  background: rgb(0, 0, 0);
}

.video-main-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 1;
  /* background: linear-gradient(
      to top,
      #000000 0%,
      rgba(0, 0, 0, 0.738) 19%,
      rgba(0, 0, 0, 0.541) 34%,
      rgba(0, 0, 0, 0.382) 47%,
      rgba(0, 0, 0, 0.278) 56.5%,
      rgba(0, 0, 0, 0.194) 65%,
      rgba(0, 0, 0, 0.126) 73%,
      rgba(0, 0, 0, 0.075) 80.2%,
      rgba(0, 0, 0, 0.042) 86.1%,
      rgba(0, 0, 0, 0.021) 91%,
      rgba(0, 0, 0, 0.008) 95.2%,
      rgba(0, 0, 0, 0.002) 98.2%,
      transparent 100%
    ); */
}

.video-main-img img {
  width: 100%;
}

.video-main {
  height: 100%;
  border-radius: 20px;
}

.video-content {
  z-index: 9;
  background: #000;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #fa7a44;
  border-top-left-radius: 50px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-content:after,
.video-content:before {
  content: "";
  box-shadow: -6px -6px 0 6px #101010;
  position: absolute;
  width: 20px;
  height: 20px;
}

.video-content:after {
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fa7a44;
  top: -20px;
  right: 0px;
}

.video-content:before {
  border-bottom-right-radius: 20px;
  bottom: 0px;
  left: -20px;
  box-shadow: 6px 6px 0 6px #fa7a44;
}
.gms-video-gallery-item {
  overflow: hidden;
  border-radius: 10px;
}
.gms-video-gallery-section {
  padding: 0 0 60px;
}
section.gms-about-section {
  padding: 60px 0 0;
}
.gms-about-content h4 {
  color: #ec2024;
}

.gms-about-content p:last-child {
  margin: 0;
}

.gms-about-content p:has(a) {
  font-weight: 600;
}

.gms-about-content p a {
  font-weight: 400;
}
