.parent{
    position: relative;
}

.img-div img {
  width: 100%;
  /*box-shadow: 0 10px 20px #00000080, 0 -1px #ffffff80;*/
  filter:brightness(80%);
}
.fullwidth {
  top:-30px !important;
  right:-25vw;
  left:0 !important;
  z-index:999;
}

.img-div {
  position: absolute;
  top: 17vh;
  left: 18%;
  transition: all 0.5s ease;
}
.text-div {
  position: absolute;
  top: 30vh;
  width: 400px;
  left: 4%;
  color: #ff7e38;
}
.text-div h1{
  line-height:1.2;
}

.slider-subtitle {
  color: transparent;
  display: block;
  font-family: Gotham HTF;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  -webkit-text-stroke-color: rgb(255, 126, 56);
  -webkit-text-stroke-width: 1px;
}
.slider-subtitle1 {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .text-div {
    position: absolute;
    top: 30vh;
    width: 300px;
    left: 05%;
    color: #ff7e38;
  }
  .img-div {
    position: absolute;
    top: 145px;
    left: 15%;
  }
  .img-div img {
    object-fit: cover;
    height: 586px;
    width: 94%;
  }
  .fullwidth {
  top: 5vh !important;
  right: -7vw;
  left:0 !important;
  z-index:999;
}
.mdnone{
    display:none;
}
}
