/** Shopify CDN: Minification failed

Line 238:0 Expected "}" to go with "{"

**/
.section_vdo {
  padding: 0px;
  background-color: black;
}
a.video-thumbnail {
  display: block;
}
.section_vdo .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.extra_gap{
  gap: 80px;
}

.section_vdo .video_wrap_main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    max-width: 100%;
    position: sticky;
    top: 40px;
}
.video_wrap_main .video_wrap {
  position: relative;
  width: 48.5%;
  border-bottom: 1px solid #333;
}
.video_wrap .yt_vddo{
  position: relative;
}
.video_wrap_main .video_wrap .plybtn {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_wrap .thumb_logo {
  border-radius: 20px;
}
.video_wrap p {
     color: #fff;
    font-family: 'NeueHaasGroteskDisp Pro Md';
    font-size: 20px;
    line-height: 25px;
    padding: 26px 11px 17px;
    margin: 0;
    margin-bottom: 10px;
}
/* Modal Styles */
.modal_video {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  max-width: 700px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%) scale(0.9);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 10000000;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 25px 15px 25px;
  border-radius: 20px;
}

.modal_video.active {
  visibility: visible;
  opacity: 1;
}

.modal_video:focus {
  outline: none;
}

.modal_video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal_video .gto {
  display: flex;
  /* justify-content: space-between; */
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
    position: absolute;
    right: -26px;
    top: -25px;
    z-index: 8;
    background: #ffffff !important;
    width: 50px;
    height: 50px;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 2px 4px #ddd;
}

.modal_video .gto h2 {
    font-weight: normal;
    font-size: 28px;
    line-height: 44px;
    text-align: left;
    margin: 0;
    font-family: 'NeueHaasGroteskDisp Pro Md';
}

.modal-bg {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  position: fixed;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 1000000;
  animation: fade_in_show 0.3s;
  display: none;
}

.close_mdl {
  color: #000000;
  cursor: pointer;
  font-size: 30px;
  border: 0;
  font-weight: 300;
  height: 40px;
  padding: 0;
  line-height: 5px;
  z-index: 9;
  background: transparent;
}
.close_mdl img {
  max-width: 17px;
}
.close_mdl:focus {
  outline: 0 !important;
}

.modal_video_stack-bg:empty {
  display: none !important;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal_video .txt_wrp {
  display: flex;
  justify-content: space-between;
}

.container_iframe {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  padding-top: 52%; /* 16:9 Aspect Ratio */
}

.container_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.container_iframe iframe {
  height: 100% !important;
}

#modal2.modal_video{
  max-height: 90vh;
  width: fit-content;
}
#modal2.modal_video video{
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0px auto;
}

@media(max-width: 1365px){
  .extra_gap {
    gap: 40px;
}
@media(max-width: 767px) {
  .modal_video
  {
    padding: 10px;
  }
  .video_wrap p {
           font-size: 24px;
        line-height: 28px;
}
  .video_wrap_main .video_wrap {
    width: 100%;
}
.section_vdo .video_wrap_main {
  gap: 31px;
}
}

@media(max-width: 575px) {
  .extra_gap {
    gap: 40px;
}
  .modal_video .gto h2 {
    font-size: 19px;
    line-height: 24px;
}
}
