.gallery-banner {
  background-image: url(../image/gallery.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

/* .gallery-banner img{
  width: 100%;
  height:100%;
  object-fit: none; 
} */

.para-txt {
  margin-top: 59px;
  text-align: center;
  margin-bottom: 57px;
}

.para-txt p {
  width: 90%;
  margin: 57px auto 0 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #444444;
  line-height: 28px;
}

.video {
  margin-bottom: 100px;
}

.video h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
  position: relative;
}

.v-tab {
  margin-top: 44px;
}

.n-tab {
  display: flex;
  flex-direction: column;
}

.n-tab button {
  text-align: left;
  border: none;
  width: 303px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  background-color: var(--primary-color);
  padding: 10px 24px;
  margin-bottom: 16px;
  transition: all 0.16s ease-in;
}

.n-tab button:hover {
background-color: var(--secondary-color);
}

.n-tab button.active {
  background-color: var(--secondary-color);
  }

.tab-img{
  width: 85%;
  margin-left: auto;
}

.tab-img span{
  display: block;
}

.tab-img span img{
  width: 100%;
}

.tabcontent{
  display: none;
}



.video h4::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #444444;
  top: 50%;
  transform: translateY(-50%);
  left: 64%;
}

.video-content {
  margin-top: 67px;
}

.video-container {
  margin-bottom: 55px;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 237px;
  z-index: 0;
  margin-bottom: 20px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
}

.open_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #ff0000;
  font-size: 20px;
  border: none;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0096e6;
  position: relative;
}

.video-container h3::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--secondary-color);
  top: 146%;
  left: 0;
}
