.JV_banner {
  position: relative;
  background: #ffffff;
  margin-bottom: 0px;
  /* overflow: hidden; */
}

.JV_banner .hero-section {
  position: relative;
  height: calc(100% - 800px);
  /* height: clamp(480px, 41vw, 1000px); */
  width: 100%;
  aspect-ratio: 16 / 7;
  /* max-height: 650px;     
  min-height: 640px;    */
  color: #fff;
  overflow: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 250' preserveAspectRatio='none'%3E%3Cpath d='M0,0H1440V140C1320,240 120,240 0,160Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 190' preserveAspectRatio='none'%3E%3Cpath d='M0,0H1440V120C1100,200 340,200 0,150Z' fill='white'/%3E%3C/svg%3E");
  mask-size: 110% 100%;
  mask-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.JV_banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: #ff9999;
  background: linear-gradient(156deg, #fdab3825 0%, rgba(0, 0, 0, 0.891) 64%);
  z-index: 1;
}

.JV_banner .hero-content {
  /* position: relative;
  bottom: 60px;
  z-index: 2;
  padding-top: 180px; 
   max-width: 800px;
  margin-right: 0;
  text-align: center; */
  position: relative;
  bottom: 60px;
  z-index: 2;
  max-width: 55%;
  margin-right: 0;

}

.JV_banner .hero-content h1 {
  font-size: 40px;
  padding-bottom: 10px;
  font-weight: bold;
}

.JV_banner .hero-content h2 {
  font-size: 45px;
  padding-bottom: 15px;
  font-weight: bold;

}

.JV_banner #typingText {
  font-size: 35px;
  font-weight: 700;
  color: #ffc517;
  letter-spacing: 2px;
}

.JV_banner #typingText::after {
  content: "|";
  margin-left: 6px;
  animation: blink 1.2s infinite;
}

@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


.JV_banner .hero-content h5 {
  font-size: 25px;
  padding-bottom: 8px;
  font-weight: bold;
  padding-bottom: 15px;
}

.JV_banner .hero-content p {
  font-size: 25px;
  color: rgb(164, 174, 255);
  padding-bottom: 8px;
  padding-bottom: 10px;
}

.JV_banner .BNer_btn {
  padding: 8px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  margin-top: 20px;
}

.BNer_btn {
  --black: #ffffff00;
  --ch-black: #ffffff00;
  --eer-black: #ffffff00;
  --night-rider: #ffffffae;
  --white: #fda62c;
  --af-white: #fda62c;
  --ch-white: #fda62c;
  border-radius: 8px;
  gap: 10px;
  padding: 0px 15px;
  border: none;
  color: rgb(0, 0, 0);
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
  background-color: var(--ch-black);
}

.BNer_btn:before,
.BNer_btn:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px;
  background: linear-gradient(45deg,
      var(--ch-black), var(--eer-black),
      var(--night-rider), var(--ch-white), var(--night-rider),
      var(--eer-black), var(--ch-black), var(--ch-black));
  background-size: 400%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  animation: steam 20s linear infinite;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}
.BNer_btn:hover{
  color: #fda62c;
}

.BNer_btn:after {
  filter: blur(50px);
}

.JV_banner .BNbox-right {
  display: flex;
}

.JV_banner .info-Btbox {
  background-color: #ecd996;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  width: 240px;
  min-height: 125px;
  max-height: 135px;
}

.JV_banner .info-Btbox h4 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}

.JV_banner .info-Btbox p {
  color: #373737;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.JV_banner .info-colO {
  background: #f0bc1f;
  /* background: linear-gradient(5deg, rgba(198, 253, 226, 1) 0%, rgba(254, 231, 160, 1) 100%); */
}

.JV_banner .info-colT {
  background: #000000;
  /* background: linear-gradient(5deg, rgba(242, 253, 161, 1) 0%, rgb(250, 214, 214) 100%); */
}

.JV_banner .info-colT h4 {
  color: #ffffff;
}

.JV_banner .info-colT p {
  color: #e2e2e2;
}

.JV_banner .floating-box {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 70%;
  max-width: 900px;
  height: 157px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 25px 50px rgb(0 0 0 / 4%);
  z-index: 5;
  display: flex;
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 30px;
  border: 5px solid transparent;
  border-image-source: linear-gradient(341deg, #ffd323 36%, #ffd323 36%, #ffffff 26%, #ffffff 75%, #000000 47%, #000000 47%);
  border-image-slice: 1;
  overflow: visible;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, transparent 35%, #ffd323, #40c9ff) border-box;
  border: 5px solid transparent;
}

.JV_banner .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.JV_banner .box-left {
  /* width: 100%;
  flex: 0 0 35%;
  position: relative;
  bottom: 122px;
  height: 400px; */
  width: 100%;
  flex: 0 0 35%;
  position: relative;
  bottom: 17px;
  left: -30px;
  /* height: 288px; */
}

.JV_banner .box-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.JV_banner .box-right {
  width: 100%;
}

.JV_banner .social-fixed-icons {
  position: fixed;
  padding: 10px 20px;
  bottom: -65px;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}


.JV_banner .social-fixed-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  background: gold;
  transition: .4s;
  margin: 10px 0;
}

.JV_banner .social-fixed-icons img {
  width: 60px;
}

.JV_banner .social-fixed-icons a:hover {
  transform: scale(1.18);
  box-shadow: 0 0 12px gold;
}

.JV_banner .banner-vertical-box ul li img {
  width: 30px;
}

.JV_banner .banner-vertical-box {
  position: fixed;
  padding: 5px 2px;
  height: 30%;
  min-height: 250px;
  width: 50px;
  background: #000;
  border-top-right-radius: -10px;
  bottom: auto;
  top: 80%;
  transform: translateY(-50%);
  left: 0;
  border: 2px solid #f2d896;
  border-left: none;
  z-index: 30;
  box-shadow: 0 0 10px rgba(209, 171, 54, 0.7);
}

.JV_banner .banner-vertical-box ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}

.JV_banner .banner-vertical-box ul li a {
  color: #fff;
  font-size: 25px;
  padding: 10px 0;
}


/************* responsive start *********/
@media (min-width:1501px) and (max-width:1699px) {
  .JV_banner .hero-section {
    height: max(665px, calc(100vh - 800px));
  }

}

@media (min-width:1400px) and (max-width:1500px) {
  .JV_banner .hero-section {
    max-height: 600px;
    min-height: 590px;
  }

}

@media (min-width:1200px) and (max-width:1399px) {
  .JV_banner .hero-section {
    max-height: 560px;
    min-height: 550px;
  }

  .JV_banner .hero-content h1 {
    font-size: 40px;
  }

  .JV_banner .hero-content h5 {
    font-size: 20px;
  }

  .JV_banner .hero-content p {
    font-size: 18px;
  }

  .JV_banner .BNer_btn {
    font-size: 18px;
  }

  .JV_banner .floating-box {
    bottom: 8px;
    width: 70%;
    height: 140px;
  }

  .JV_banner .box-left {
         bottom: 4px;
        height: 200px;
  }

  .JV_banner .info-Btbox {
    width: 222px;
    min-height: 115px;
    max-height: 125px;
  }

  .JV_banner .info-Btbox h4 {
    font-size: 20px;
  }

  .JV_banner .info-Btbox p {
    font-size: 17px;
  }

  .JV_banner .floating-box {
    max-width: 845px;
    height: 140px;
  }
}

@media (min-width:1700px) and (max-width:1900px) {
  .JV_banner .hero-section {
    max-height: 750px;
    min-height: 740px;
  }

}

@media (min-width:1901px) and (max-width:2000px) {
  .JV_banner .hero-section {
    max-height: 850px;
    min-height: 840px;
  }

  .JV_banner .hero-content h1 {
    font-size: 50px;
  }

  .JV_banner .hero-content h5 {
    font-size: 25px;
  }

  .JV_banner .hero-content p {
    font-size: 20px;
  }

  .JV_banner .BNer_btn {
    font-size: 20px;
  }

  .JV_banner .floating-box {
    bottom: -37px;
    max-width: 1000px;
    height: 180px;
  }

  .JV_banner .info-Btbox {
    width: 270px;
    min-height: 145px;
    max-height: 135px;
  }

  .JV_banner .info-Btbox h4 {
    font-size: 28px;
  }

  .JV_banner .info-Btbox p {
    font-size: 25px;
  }
}

@media (min-width:1200px) and (max-width:1399px) and (min-height:700px) and (max-height:900px) {
  .JV_banner .hero-section {
    max-height: 680px;
    min-height: 670px;
  }

}

@media (min-width:1400px) and (max-width:1600px) and (min-height:800px) and (max-height:900px) {
  .JV_banner .hero-section {
    max-height: 680px;
    min-height: 670px;
  }

}

@media (min-width:1901px) and (max-width:2000px) and (min-height:700px) and (max-height:900px) {
  .JV_banner .hero-section {
    max-height: 680px;
    min-height: 670px;
  }
}
/************ mobile responsive **********/
@media (max-width:990px) {
  .JV_banner .hero-section {
    height: 100vh;
  }

  .JV_banner .floating-box {
    flex-direction: column;
    width: 90%;
  }

  .box-left {
    display: none;
  }

  .JV_banner .BNbox-right {
    flex-direction: column;
  }

  .JV_banner .info-Btbox {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .floating-border {
    display: none;
  }

  .JV_banner .hero-content {
    text-align: center;
  }

  .JV_banner #typingText {
    font-size: 30px;
  }

  .JV_banner .hero-content h1 {
    font-size: 35px;
  }

  .JV_banner .hero-content h5 {
    font-size: 20px;
  }

  .JV_banner .hero-content p {
    font-size: 25px;
    line-height: 1.2;
  }

  .JV_banner .hero-content {
    bottom: 25px;
  }

  .JV_banner .hero-overlay {
    background: linear-gradient(156deg, #000000c3 0%, #000000c1 64%);

  }

  .JV_banner .info-Btbox {
    width: 100%;
    min-height: 111px;
    max-height: 115px;
  }
   .JV_banner .info-Btbox h4{
    font-size: 22px;
   }
   .JV_banner .info-Btbox p {
    font-size: 16px;
}
}