#main-project-section {
  display: block;
  width: 100%;
}

.donw-links-disc {
  display: none;
}

.detail-container {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: auto;
  background-color: #070707;
}

.main-container-detail {
  width: 100%;
}

.content-trailer-video {
  width: 100%;
  height: 45vh;
  background-color: rgb(0, 0, 0);
  object-fit: cover;
  overflow: hidden;
  position: relative;
}

.effect-dark {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;

  height: 50%;
  background: url("bg1.png");
}

.content-trailer-video img {
  width: 100%;
  height: 70vh;
}

.videoplay-section {
  position: relative;
}

.fa-solid-h[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -90%;
  font-size: 0.8rem;
  font-weight: 100;
  transition: 2s;
  padding: 0.3rem;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  left: -10%;
}

.logo-fa-solid:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  transition: 0.2s;
}

#sicasd:hover {
  background-color: white;
}

.itelu:hover {
  background-color: #202020;
  color: white;
  transition: 0.2s;
}

/* .itelu:hover::after{
    background-color: #222222;
    color: white;
    transition: 0.2s;
} */

.logo-fa-solid {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background: rgb(52, 62, 70);
  border: none !important;
  color: white;
  padding: 0.5rem 1rem;
  width: auto;
  height: auto;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.fa-solid-h:hover .mini-details {
  gap: 1rem;
}

.fa-commentss:hover .customer-comment-section {
  position: sticky;
}

.mini-detail-section-color {
  background: rgb(199, 152, 24);
}

.mini-detail-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  display: flex;
  align-items: end;
  background-image: url("/static/image/bgi.png");
}

.mini-details {
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  padding: 0% 2%;
  flex-direction: column;
  background-image: url("/static/image/bgi.png");
}

.tqrdate strong {
  text-transform: uppercase;
}

.content-main-name {
  height: auto;
  display: flex;
  position: relative;
  width: 60%;
  margin: 1rem 0rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-title-name {
  font-size: 4rem;
  font-weight: bolder;
  padding: 2%;
  text-transform: capitalize;
}

.content-discription {
  font-weight: 500;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 1% 2%;
}

.showoverlay {
  opacity: 1 !important;
  z-index: 1 !important;
}

.overlays {
  position: fixed;
  background-color: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: 0.4s;
  right: 0;
  bottom: 0;
  top: 0%;
  opacity: 0;
}

/* .overlays:hover{
    background-color: red;
} */

.overlay {
  position: fixed;
  background-color: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: 0.4s;
  right: 0;
  bottom: 0;
  top: 0%;
  opacity: 0;
  /* z-index: 1;
    opacity: 1; */
}

.videoplay-section {
  position: relative;
}

.showvideopalyer {
  top: 50% !important;
  z-index: 2 !important;
}

.videopalyer {
  width: 50%;
  position: absolute;
  top: -50%;
  display: flex;
  background-color: rgb(42, 53, 71);
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  transition: 0.7s;
  box-shadow: 0px 1px 10px 2px rgb(53, 52, 52);
}

.trailer-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  font-weight: 600;

  padding: 1rem 0rem;
  font: 1.8rem sans-serif;
}

#Trailer-full-title {
  width: 99%;
  text-align: center;
  padding: auto;
  padding-left: 1%;
  display: flex;
  text-transform: capitalize;
  align-items: center;
  line-height: 2rem;
}

.videopalyer span.chross {
  color: white;
  width: 3rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  top: 0;
  cursor: pointer;
}

.video-trailer-play {
  aspect-ratio: 16 / 9;
  background-color: #070707;
  width: 100%;
}

.share-dialog-section-add {
  top: 50% !important;
}

.share-dialog-section {
  width: 35%;
  position: absolute;
  top: -50%;
  display: flex;
  background-color: rgb(20, 20, 20);
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  transition: 0.7s;
  aspect-ratio: 16 / 6;
  height: 22vh;
  z-index: 2;
  padding-top: 1%;
  box-shadow: 0px 1px 10px 5px rgb(0, 0, 0);
}

.share-head {
  display: flex;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font: 1.8rem sans-serif;
  height: 26%;
  padding: 2% 3%;
  border-bottom: 1px solid white;
}

.dialog-items-box {
  height: 40%;
  padding: 2%;
}

.shnnl {
  font-size: 2rem;
}

.dialog-items {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}

.dialog-i {
  display: flex;
  width: 25%;
}

.dialog-i::marker {
  content: " ";
  position: absolute;
}

.chrosskj {
  cursor: pointer;
}

.share-lik {
  width: 100% !important;
  font-size: large;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.shnn {
  height: 50%;
  display: flex;
  align-items: end;
  margin: 0;
  margin-bottom: 0;
}

.cp-lk {
  height: 30%;
  display: flex;
  padding: 2% 4%;
}

.cp-nk:hover {
  background-color: white;
  transition: 0.3s;
  color: black;
  font-weight: bold;
}

.cp-nk::before {
  content: "copy";
}

.cp-nk:hover::after {
  transition: 0.3s;
  content: "copied";
}

.cp-nk {
  width: 100%;
  height: 100%;
  color: white;
  border: none;
  background-color: #353535;
  font-weight: 600;
  cursor: pointer;
  font-weight: bolder;
  font-size: large;
}

.cp-linkk {
  height: 100%;
}

.teligram-logo {
  font-size: larger;
  font-size: 1.5rem;
  height: 100%;
  width: 100%;
  color: #be1212;
  background: transparent;
}

.cont-dels {
  text-transform: capitalize;
}

.tqrdate {
  display: flex;
  justify-content: flex-start;

  margin-bottom: 0.4rem;
}

.content-details {
  width: 98%;
  padding: 1%;
  padding-top: 0%;
}

.content-main-title {
  text-align: center;
  text-transform: capitalize;
  font-size: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(228, 228, 228);
}

#btnplay {
  height: 5vh;
  border-radius: 0.6rem;
}

.circlbt {
  border-radius: 50%;
  width: 5vh;
  aspect-ratio: 1 / 1;
}

.icasd {
  font-size: 2rem;
}

.itelu {
  font-size: 6vh;
}

#sicasd {
  background-color: #fcfcfc;
  width: 100%;
  color: rgb(43, 43, 43);

  height: 100%;
  justify-content: center;
  display: flex;
  text-decoration: none;
  align-items: center;
  overflow: hidden;
}

.icasds {
  font-size: 2.2rem !important;
}

#shares {
  background: transparent;
}

#linicasd {
  color: white;
}

#playidicon {
  display: none;
}

#sharetel {
  padding: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

#playidtext {
  font-weight: 600;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2rem;
  text-transform: capitalize;
  border: 2px;
  border-radius: 3px;
}

.content-discription {
  font-size: 1rem;
  width: 65%;
  font-family: sans-serif;
}

.customer-comment-section {
  width: 96%;
  padding: 0% 2%;
}

.content-detaile-section {
  width: 96%;
  color: white;
  padding: 0.4rem 2%;
}

.content-donw-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;

  align-items: center;
}

.donw-links {
  line-height: 3rem;
  padding: 0% 1%;
  color: rgba(92, 182, 255, 0.911);
  font-size: 1rem;
  text-align: center;
  margin: 0.5rem 0rem;
  gap: 1rem;
  border-radius: 1rem;
}

.donw-links:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s;
  background-color: green;
}

.fa-download:hover {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  transition: 0.1s;
}

.donw-link {
  margin: 1%;
  font-size: 2rem;
  font-weight: bold;
  padding: 1%;
  width: 96%;
  text-align: center;
  color: rgb(207, 207, 207);
}

/* .form-label{
    color: white;
} */
#coment-name {
  font-size: x-large;
  color: white;
  font-weight: bold;
}

.mb-user {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  margin: 1rem 0rem;
  flex-direction: column;
}

.form-label {
  color: white;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.form-label::after {
  content: "*";
  color: red;
}

.form-control {
  background: #313131;
  border: none;
  height: 2rem;
  color: white;
  font-size: large;
}

.subimt-comment {
  background-color: rgb(20, 116, 241);
  height: 2.5rem;
  width: 6rem;
  border-radius: 1rem;
  font-size: 1rem;
  color: aliceblue;
  margin-bottom: 1rem;
  border: none;
}

#exampleFormControlTextarea1 {
  height: 5rem;
}

.all-comment-show {
  background-color: rgb(20, 20, 20);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.all-comments {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: aliceblue;
  padding: 2rem 1rem;
}

.user-comment {
  width: 100%;
  display: flex;
  background: transparent;
  padding: 1rem 0rem;
}

.user-avtar {
  width: 50px;
  height: 50px;
  margin: 0rem 1rem;
}

.avtar {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  background: #3a3a3f;
  width: 90%;
  padding: 0.5rem;
  color: rgb(255, 255, 255);
}
.pcometn {
  color: #e9e9e9;
}
span.ucomment {
  display: flex;
  justify-content: space-between;
}

span.user-name {
  display: flex;
  width: 100%;
  font-size: medium;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .detail-container {
    width: 90%;
  }
}

@media (max-width: 1500px) {
  .detail-container {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .share-dialog-section {
    width: 70%;
  }

  .detail-container {
    width: 100%;
  }

  .content-main-name {
    width: 70%;
  }
}

@media (max-width: 800px) {
  .content-main-name {
    width: 65%;
  }
}

@media (max-width: 600px) {
  .content-main-name {
    width: 90%;
  }

  .fa-solid:hover {
    font-size: 2.3rem;
  }

  .donw-links {
    padding: 0.2rem;
    font-size: 1rem;
    width: 80%;
    text-align: center;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
  }

  .donw-links:hover {
    color: rgb(255, 255, 255);
    transition: 0.2s;
    background-color: green;
  }

  .content-main-name {
    display: flex;
    justify-content: space-around;
  }

  .donw-links {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .content-title-name {
    font-size: 2rem;
  }

  .content-discription {
    font-size: 1rem;
    font-weight: 300;
  }

  .donw-links {
    line-height: normal;
  }

  .donw-link {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .content-trailer-video {
    height: 30vh;
  }

  .content-discription {
    position: absolute;
    display: none;
  }

  .mini-details {
    width: 100%;
  }

  .donw-links-disc {
    display: flex;
    justify-content: flex-start;
    padding: 1rem 0;
  }

  .content-main-name {
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }

  #btnplay {
    margin-bottom: 0.4rem;
    justify-content: center;
  }

  .playidicon {
    font-size: medium;
  }

  #playidtext {
    font-size: 1.4rem;
  }

  .icasd {
    font-size: 1.5rem;
  }

  .circlbt {
    border-radius: 50%;
    baseline-shift: 2rem;
    aspect-ratio: 1 / 1;
    height: 4vh;
    width: 4vh;
  }

  .videopalyer {
    width: 95%;
  }

  .share-dialog-section {
    width: 95%;
  }

  .icasd:hover {
    font-size: 1.5rem;
  }

  .itelu {
    font-size: 5vh;
  }

  .content-main-title {
    font-size: large;
  }
  .share-lik {
    font-size: smaller;
  }
}

@media (max-width: 350px) {
  .content-title-name {
    font-size: 2rem;
  }

  #btnplay {
    width: 100%;
  }

  .share-lik {
    font-size: smaller;
  }

  .dialog-items-box {
    height: 50%;
  }

  .share-dialog-section {
    height: 20vh;
  }
}
