.model-detail .wrapper {
  background-color: #f6f6f6;
  padding: 30px calc(5vw + 150px) 30px 5vw;
}
@media (max-width: 1289px) {
  .model-detail .wrapper {
    padding: 30px 5vw;
  }
}

.info {
  padding-right: 30px;
}
.info p {
  font-size: 17px;
  font-family: light;
}
@media (max-width: 767px) {
  .info p {
    font-size: 14px;
    font-family: regular;
  }
}

.readBtn {
  margin-bottom: 20px;
}

.gallary .display {
  position: relative;
  width: 100%;
}
.gallary .display img {
  width: 100%;
  height: auto;
}

.name {
  color: #000;
  font-size: 45px;
  line-height: 30px;
  font-family: "bold";
  margin: 0px 0 30px;
  position: relative;
  top: 5px;
}
@media (max-width: 1199px) {
  .name {
    font-size: 36px;
    margin: 0px 0 20px;
  }
}
@media (max-width: 767px) {
  .name {
    font-size: 24px;
    margin: 0px 0 15px;
  }
}
@media (max-width: 576px) {
  .name {
    font-size: 18px;
    margin: 0px 0 10px;
  }
}
.name span {
  margin-left: 0px;
  font-family: "light";
}
@media (max-width: 576px) {
  .name span {
    margin-left: 5px;
  }
}

.mDetails {
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(10px);
  position: sticky;
  bottom: 0px;
  left: 0px;
  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;
}
@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-family: regular;
  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 {
  font-family: bold;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 576px) {
  .mDetails .item strong {
    font-size: 12px;
  }
}

.igholder {
  position: relative;
  padding-top: 120%;
  width: 100%;
}
.igholder img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.stickyBtn {
  position: sticky;
  bottom: 0px;
  width: 100%;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.8901960784) !important;
  color: #fff !important;
  backdrop-filter: blur(7px);
}
@media (min-width: 992px) {
  .stickyBtn {
    display: none;
  }
}

.sticky-top {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .sticky-top {
    position: relative !important;
    top: 0px;
  }
}
.sticky-top .btn-default {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .sticky-top .btn-default {
    display: none;
  }
}
.sticky-top h5 {
  font-family: "bold";
  font-size: 25px;
}
.sticky-top a {
  padding: 5px 0;
  color: #000;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  font-family: medium;
  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 #000;
  padding: 0px 5px;
  margin-bottom: 5px;
}
.textGrid .item h6 {
  font-family: regular;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #888888;
  margin: 0 0 0px;
}
.textGrid .item span {
  font-size: 14px;
  display: block;
  margin-bottom: -3px;
  font-family: medium;
  position: relative;
  word-spacing: 5px;
  color: #000000;
  top: 1px;
}

.modal-backdrop {
  backdrop-filter: blur(3px) !important;
  background-color: rgba(0, 0, 0, 0.5019607843) !important;
}
.modal-backdrop.show {
  z-index: 1068 !important;
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.modal-open {
  padding-right: 0px !important;
  overflow: initial !important;
}

.modal {
  padding-right: 0px !important;
  z-index: 1270 !important;
}
.modal .modal-dialog {
  margin-top: 100px;
}
.modal .modal-header {
  background-color: #000000;
  padding: 7px 18px 4px;
}
.modal .modal-header h5 {
  color: #fff;
  font-family: medium;
  margin-bottom: 5px;
}
.modal .modal-header .btn-close {
  background: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  width: auto;
  color: #fff;
  height: auto;
}
.modal .modal-header .btn-close:hover {
  color: #d30000 !important;
}
.modal .modal-body {
  padding: 0px;
}
.modal .modal-body .model-form {
  padding: 20px;
}
.modal .modal-body .form-group {
  margin-bottom: 15px;
}
.modal .modal-body .form-group label {
  font-size: 14px;
  margin-top: 0px;
  font-family: medium;
}
.modal .modal-body .form-group .form-control {
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  font-size: 16px;
  background-color: #f5f5f5;
  font-family: regular;
}
.modal .modal-body .btn-default {
  border: 1px solid #cbcbcb !important;
  padding: 10px 10px;
  width: 100%;
}
.modal .modal-body .btn-default:hover {
  border: 1px solid #000 !important;
  background-color: #000;
}

.video {
  position: relative;
  padding-top: 60%;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}