/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: Turbo
    :: Author URL:www.boo-code.com 
    :: Version: 1.0
    :: Created: 10 2023
    :: Last Updated: 10 2023
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
@font-face {
  font-family: "rounded";
  src: url(../fonts/BCNArabicRounded-Medium.otf);
}
body {
  font-family: "rounded";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: unset;
  color: #fff;
}
a:hover {
  color: #fff;
}

nav {
  background-color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  padding: 15px 0;
}
nav a {
  text-decoration: unset;
  color: #fff;
}
nav a:hover {
  color: #fff;
}
nav h5 {
  margin: 0;
  font-size: 15px;
}
nav img.logo {
  position: absolute;
  top: -30px;
  right: 34vh;
  height: 14vh;
}
nav img.youtube {
  height: 35px;
}

.content {
  padding-top: 5rem;
  min-height: calc(100dvh - 40px);
  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.content .details img {
  width: 34vh;
  display: block;
}
.content .details img.freej-logo {
  margin-right: auto;
  margin-left: 2rem;
}
.content .details img.shahid-logo {
  margin-left: auto;
  margin-right: 2.5rem;
}
.content .details .right {
  position: relative;
}
.content .details .right::after {
  content: "";
  position: absolute;
  display: block;
  top: 20%;
  left: 0;
  height: 22vh;
  width: 1px;
  background-color: #ccc;
}
.content .cartoon-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.content .cartoon-box img {
  height: 30vh;
  width: auto;
  overflow: hidden;
}
.content .cartoon-box .right-ch {
  display: flex;
  flex-shrink: 0;
}
.content .cartoon-box .right-ch img:last-child {
  position: relative;
  right: -30px;
  top: 10px;
}
.content .cartoon-box .left-ch {
  display: flex;
  direction: ltr;
  overflow: hidden;
  flex-shrink: 0;
}
.content .cartoon-box .left-ch img:last-child {
  position: relative;
  left: -40px;
  top: 40px;
}
.content .conatct-info {
  margin-top: 1.5rem;
}
.content .conatct-info h5 {
  margin-top: 15px;
  font-size: 23px;
}
.content .conatct-info a {
  text-decoration: unset;
  color: #333;
  font-size: 22px;
}
.content .conatct-info a:hover {
  color: #333;
}

footer {
  background-color: #000;
  position: relative;
  color: #ccc;
  padding: 8px 0;
}
footer .footer-info {
  text-align: center;
  align-items: center;
  justify-content: center;
}
footer .footer-info .eng-footer {
  direction: ltr;
  text-align: left;
}
footer .footer-info h5 {
  font-size: 14px;
  margin: 0;
}
footer ul {
  margin: 0;
}
footer ul li img {
  height: 23px;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  nav {
    padding: 10px 0;
  }
  nav h5 {
    font-size: 8px;
  }
  nav img.logo {
    position: absolute;
    top: -10px;
    right: 0%;
    height: 75px;
  }
  nav .watch {
    padding-right: 10%;
    padding-left: 5px;
    gap: 5px !important;
  }
  nav .watch img {
    height: 25px;
  }
  .content {
    padding-top: 50px;
    min-height: calc(100vh - 47.2px);
  }
  .content .details .right {
    border-inline-end: unset;
  }
  .content .details img {
    width: 22.5vh;
    margin-bottom: 15px;
  }
  .content .details .conatct-info h5 {
    font-size: 14px;
  }
  .content .details .conatct-info {
    margin-top: 0px;
  }
  .content .details .right::after {
    display: none;
  }
  .content .details img.freej-logo {
    margin-left: auto;
  }
  .content .details img.shahid-logo {
    margin-right: auto;
  }
  .content .cartoon-box {
    gap: 0;
  }
  .content .cartoon-box img {
    height: 25vw;
    width: auto;
    margin-bottom: 0;
  }
  footer {
    padding: 10px 0;
  }
  footer .footer-info {
    flex-wrap: wrap;
    text-align: right;
    gap: 8px !important;
    justify-content: start;
  }
  footer .footer-info .eng-footer {
    direction: rtl;
    text-align: right;
  }
  footer ul {
    text-align: left;
    margin-top: 0;
  }
  footer .footer-info h5 {
    font-size: 8px;
  }
  footer ul li img {
    height: 15px;
  }
  footer ul .list-inline-item:not(:last-child) {
    margin-left: 0.2rem;
  }
  .content .cartoon-box .right-ch img:last-child {
    right: -13px;
    top: 10px;
  }
  .content .cartoon-box .left-ch img:last-child {
    position: relative;
    left: -10px;
    top: 15px;
  }
  .content .conatct-info h5,
  .content .conatct-info a {
    font-size: 16px;
  }
}
/* galaxy S5 */
@media only screen and (min-width: 319px) and (max-width: 361px) {
  .content .details img.freej-logo,
  .content .details img.shahid-logo {
    width: 20.5vh;
  }
  .content .conatct-info h5,
  .content .conatct-info a {
    font-size: 14px;
  }
  footer .footer-info h5 {
    font-size: 7px;
  }
  footer ul li img {
    height: 12px;
  }
}
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .content {
    min-height: calc(100dvh - 41px);
  }
  .content .details img {
    width: 28vh;
    display: block;
  }
  .content .cartoon-box img {
    height: 23vw;
    width: auto;
    overflow: hidden;
  }
  footer .footer-info h5 {
    font-size: 11px;
  }
  footer ul li img {
    height: 24px;
  }
  nav img.logo {
    right: 1%;
    top: -40px;
  }
}
/*  ipad pro   */
@media only screen and (min-width: 1024px) and (max-width: 1290px) and (min-height: 1366px) and (max-height: 1366px) {
  .content .cartoon-box img {
    height: 17vh;
  }
  nav img.logo {
    position: absolute;
    top: -30px;
    right: 2vh;
    height: 14vh;
  }
}
/*  large screen  */
@media only screen and (min-width: 1023px) and (max-width: 1919px) {
  .content .cartoon-box img {
    height: 17vh;
  }
  nav img.logo {
    position: absolute;
    top: -30px;
    right: 2vh;
    height: 14vh;
  }
  .content .details img {
    width: 30vh;
  }
  .content .cartoon-box img {
    height: 28vh;
    width: auto;
  }
  .content .conatct-info h5,
  .content .conatct-info a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .content .details .right::after {
    height: 20vh;
  }
  .content .conatct-info h5,
  .content .conatct-info a {
    font-size: 18px;
  }
  .content .details img {
    width: 30vh;
    display: block;
  }
  .content .details .cartoon-box img {
    height: 26vh !important;
    width: auto !important;
  }
  nav img.logo {
    position: absolute;
    top: -22px;
    right: 21vh;
    height: 14vh;
  }
  .list-inline-item:not(:last-child) {
    margin-left: 0.1rem;
  }
}
/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  footer ul li img {
    height: 19px;
  }
}
/* 4k inch */
@media only screen and (min-width: 2559px) {
  .content .details img {
    width: 31vh;
    display: block;
  }
  .content .cartoon-box img {
    width: auto;
  }
  nav img.logo {
    right: 81vh;
  }
  footer ul li img {
    height: 19px;
  }
  nav img.logo {
    height: 18vh;
  }
}/*# sourceMappingURL=style.css.map */