.model-detail {
  position: relative;
}
.model-detail .wrapper {
  padding: 30px calc(5vw + 150px);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.model-detail .wrapper + .wrapper {
  background-color: #161616;
  overflow: unset;
}
@media (max-width: 1289px) {
  .model-detail .wrapper {
    padding: 30px 5vw;
  }
}

.info {
  padding-right: 30px;
}
.info p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .info p {
    font-size: 14px;
  }
}

.readBtn {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 20px;
}

.gallary .display {
  position: relative;
  width: 100%;
}
.gallary .display img {
  width: 100%;
  height: auto;
}

.name {
  color: #fff;
  font-size: calc(2vw + 1em);
  text-transform: capitalize;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
  font-family: "Glitten";
}
.name span {
  position: relative;
  top: -1px;
  color: #b3d300;
  text-shadow: 4px 4px 1px rgba(0, 166, 149, 0.5);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .name span {
    text-shadow: 2px 2px 1px rgba(0, 166, 149, 0.5);
  }
}

.pattern-text {
  --odd-color: #ffffff08;
  --even-color: #00000040;
  top: 60%;
}
@media (max-width: 991px) {
  .pattern-text {
    top: 75%;
  }
}

@media (max-width: 1199px) {
  .inner-h + div {
    padding-top: 57px;
  }
}
.mDetails {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(10px);
  position: sticky;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1020;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 1199px) {
  .mDetails {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .mDetails {
    display: none;
  }
}
.mDetails .item {
  color: #000;
  padding: 0 10px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
@media (max-width: 1199px) {
  .mDetails .item {
    display: flex;
  }
}
@media (max-width: 767px) {
  .mDetails .item {
    width: 33%;
  }
}
@media (max-width: 576px) {
  .mDetails .item {
    width: 48%;
  }
}
.mDetails .item span {
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(195, 195, 195);
  white-space: nowrap;
}
@media (max-width: 576px) {
  .mDetails .item span {
    font-size: 12px;
  }
}
.mDetails .item strong {
  color: #b3d300;
  text-shadow: 2px 2px 1px rgba(255, 230, 0, 0.2392156863);
  font-weight: 400;
  position: relative;
  top: -1px;
}

.igholder {
  position: relative;
  padding-top: 150%;
  width: 100%;
}
.igholder img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .footer {
    margin-top: 20px;
  }
}
.stickyBtn {
  position: sticky;
  bottom: 5px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 1100;
}
.stickyBtn .btn-primary {
  width: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .stickyBtn {
    display: none;
  }
}

.sticky-top {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .sticky-top {
    position: relative !important;
    top: 0;
  }
}
.sticky-top .btn-primary {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .sticky-top .btn-primary {
    display: none;
  }
}
.sticky-top h5 {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
  font-family: "Glitten";
  position: relative;
  top: -1px;
  color: #b3d300;
  text-shadow: 2px 2px 1px rgba(0, 166, 149, 0.5);
  text-transform: capitalize;
}
.sticky-top a {
  padding: 5px 0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  gap: 10px;
}
.sticky-top a i {
  font-size: 22px;
}

.textGrid {
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(105px, 1fr));
  grid-gap: 15px;
  margin: 20px 0 30px;
}
@media (min-width: 992px) {
  .textGrid {
    display: none;
  }
}
.textGrid .genre {
  grid-column: 1/-1;
}
.textGrid .item {
  border-left: 1px solid #00a695;
  padding: 0 5px;
  margin-bottom: 5px;
}
.textGrid .item h6 {
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #b3d300;
  margin: 0;
  font-weight: 500;
}
.textGrid .item span {
  font-size: 14px;
  display: block;
  margin-bottom: -3px;
  position: relative;
  word-spacing: 5px;
  color: #fff;
  font-weight: 300;
  top: 1px;
}

.video {
  position: relative;
  padding-top: 60%;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}