/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  overflow-x: hidden;
}

#header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 2.9375rem;
}

.headerLinks {
  float: right;
}

.headerLinks ul {
  display: flex;
}

.headerLinks ul li {
  list-style-type: none;
  padding-right: 26px;
}

.headerLinks ul li a {
  text-decoration: none;
  color: rgb(21, 11, 131);
  cursor: pointer;
  font-family: Roboto;
  font-size: 14.8608px;
  font-weight: 700;
  line-height: 24px;
}

.headerLinks ul li a:hover {
  text-decoration: underline;
}

.flexJt {
  display: flex;
  justify-content: center;
}

.gridHeader {
  width: 63em;
}

/* ==============  MAIN  =============== */

main {
  background: url(images/background.jpg) repeat rgb(255, 255, 255) 49% 0 / cover;
  height: auto;
}

.flexContent {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}

.gridContent {
  display: grid;
  grid-template-columns: 25em 50em;
}

.cont1,
.cont2 {
  height: 34.55em;
}

.cont1 {
  background: url(images/jtonstage.png) 0 0 / 24.8125rem 40.0625rem;
  background-repeat: no-repeat;
}

.cont2 {
  display: flex;
  align-items: center;
}

.cont2Text {
  width: auto;
  margin-left: 0.7em;
  height: 19em;
}

.contentPrg h3 {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 31.7824px;
  font-weight: 400;
  line-height: 42px;
}

.contentPrg h1 {
  color: rgb(255, 255, 255);
  padding-top: 0.2em;
  font-family: Roboto;
  font-size: 104.422px;
  text-shadow: 6px 4px 0px rgba(0, 0, 0, 0.6);
  font-weight: 900;
  line-height: 105px;
}

.contentPrg h2 {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 68.8624px;
  font-weight: 900;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.6);
  line-height: 70px;
}

.contentPrg span {
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgb(233, 2, 2);
  color: white;
  font-family: Roboto;
  font-size: 27.368px;
  font-weight: 700;
  line-height: 39px;
}

.contentPrg h4 {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 27.368px;
  font-weight: 400;
  line-height: 39px;
}

/* =============   LISTEN AND WATCH SECTION   =========== */

#listen_watch {
  height: auto;
  padding-bottom: 8em;
}

.listenImg {
  display: flex;
  justify-content: center;
  padding-top: 3em;
}

.listenImg img {
  transition: 0.4s ease-in-out;
  max-width: 60em;
  pointer-events: none;
}

.flexMediaLinks {
  display: flex;
  justify-content: center;
}

.gridMediaLinks {
  display: grid;
  grid-template-columns: repeat(5, 13em);
}

.listenMedia1 {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  align-items: center;
  height: auto;
}

.listenMedia1 img {
  max-width: 9em;
  object-fit: cover;
  pointer-events: none;
}

.offImg img {
  max-width: 12em;
  pointer-events: none;
}

/* ======================  ABOUT SHOW ====================== */

#aboutShow {
  background: url(images/theShow.jpg) repeat rgb(238, 238, 238) 49% 0 / cover
    fixed;
  height: auto;
  padding-bottom: 3em;
}

.flexShow {
  display: flex;
  justify-content: center;
  padding-top: 4em;
  align-items: center;
}

.gridShow {
  display: grid;
  grid-template-columns: repeat(2, 30em);
}

.show1,
.show2 {
  height: 36em;
}

.show1 {
  display: flex;
  align-items: center;
}

.shText {
  width: 28em;
  height: auto;
}

.aboutShowText {
  height: 5.6em;
  background: url(images/aboutTheShow.png);
  background-position: center;
  background-size: cover;
}

.show2 {
  background: url(images/mobile.png) -3.8749rem -0.0625rem / 35.1875rem
    36.1875rem;
  background-position: center;
}

.shPrg p {
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 19.8144px;
  font-weight: 300;
  line-height: 32px;
}

.subscribeBtn {
  margin-top: 3em;
}

.subscribeBtn a {
  padding: 13px 60px;
  text-decoration: none;
  color: #4010ba;
  font-size: 0.9907rem;
  font-family: Roboto;
  font-weight: 500;
  border-radius: 30px;
  border: 2px solid #4010ba;
}

.subscribeBtn a:hover {
  background-color: #4010ba;
  color: #fff;
}

.ratingImg {
  margin-top: 2em;
}

.ratingImg img {
  max-width: 12em;
  pointer-events: none;
}

.likeWhatText p {
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 14.8608px;
  font-weight: bold;
  font-style: italic;
}

/* =====================   AS SEEN ON =================== */

#seenOn {
  height: 18.3em;
}

.seenOnText {
  text-align: center;
  padding-top: 5.3em;
}

.seenOnText p {
  color: rgb(37, 0, 131);
  font-family: Roboto;
  font-size: 15.8512px;
  font-weight: 600;
  line-height: 26px;
}

.compLogos {
  display: flex;
  justify-content: center;
}

.compLogos img {
  max-width: 73em;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  padding-top: 1.7em;
}

/* ===============  LISTEN SECTION ============================= */

#listen {
  padding: 10rem 0;
  background: url(images/listen.jpg) repeat 50% 96% / cover;
  min-height: 53.4375rem;
}

.listenHeader h1 {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 59.4432px;
  font-weight: 900;
  line-height: 90px;
  text-align: center;
  padding-top: 0.56em;
}

.podcast-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.podcast-item {
  width: max(25%, 350px);
  aspect-ratio: 16/9;
}

.flexContent {
  display: flex;
  justify-content: center;
}

.contentBox {
  background-color: #000;
  height: 15em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 32.4em;
}

.contentBox p {
  background: black;
  font-family: sans-serif;
  color: white;
}

/* ===================== JT FOXX ======================== */

#jtfoxx {
  background: url(images/jtfoxx/background.jpg) repeat rgb(255, 255, 255) 50%
    50% / cover;
  height: auto;
  padding-bottom: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridJt {
  display: grid;
  grid-template-columns: repeat(2, 30em);
}

.jtf1,
.jtf2 {
  margin: 10px;
}

.jtf1 {
  height: auto;
}

.jtf2 {
  height: auto;
}

.jtf1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgFrame {
  height: 29em;
  width: 27.6em;
}

.imgFrame::before {
  content: "";
  border: 0.125rem solid #4010ba;
  width: 27.3em;
  background: none;
  height: 28.7em;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
}

.imgFrame {
  background: url(images/jtfoxx/offjt.jpg) repeat rgb(255, 255, 255) 98% 37% /
    cover;
}

.jtfoxxHeader h3 {
  color: rgb(15, 0, 182);
  font-family: Roboto;
  font-size: 49.536px;
  font-weight: 900;
  line-height: 60px;
  padding-top: 10px;
}

.jtfoxxMediaIcon img {
  max-width: 2.3em;
  padding-top: 1em;
}

.jtfoxxMediaIcon a {
  text-decoration: none;
}

.jtfoxxMediaIcon a:nth-child(2) {
  margin-left: 1em;
}

.jtText p {
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 19.8144px;
  font-weight: 400;
  line-height: 32px;
  padding-top: 0.7em;
}

/* ====================  WHAT OTHERS SAY  ======================= */

#mainWhatOthers {
  height: auto;
  padding-bottom: 3em;
}

.whatHeader {
  display: flex;
  justify-content: center;
  padding-top: 4.6em;
}

.whatHeader img {
  transition: 0.4s ease-in-out;
  max-width: 60em;
  pointer-events: none;
}

.flexVideoPlay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}

.gridVideoPlay {
  display: grid;
  grid-template-columns: repeat(3, 20.9em);
}

.flexVideoPlay2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridVideoPlay2 {
  display: grid;
  grid-template-columns: repeat(2, 20.9em);
}

.vdoPlay1,
.vdoPlay2,
.vdoPlay3,
.vdoPlay4,
.vdoPlay5,
.vdoPlay6,
.vdoPlay7,
.vdoPlay8 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18em;
  margin: 10px;
}

.playVdo {
  width: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5em;
}

.playVdo img {
  cursor: pointer;
  width: 4em;
  pointer-events: none;
  height: 4em;
}

.vdoText {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  background-image: linear-gradient(
    rgba(233, 220, 220, 0.774),
    rgba(233, 220, 220, 0.87)
  );
  margin-top: 15em;
  width: 19.7em;
}

.vdoText h1 {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 19.8144px;
  font-weight: 400;
  line-height: 24px;
}

.vdoPlay1 {
  background-image: url(images/video/1.jpg);
  background-position: center;
  background-size: cover;
}

.vdoPlay2 {
  background-image: url(images/video/2.jpg);
  background-position: center;
  background-size: cover;
}

.vdoPlay3 {
  background-image: url(images/video/3.JPG);
  background-position: center;
  background-size: cover;
}

.vdoPlay4 {
  background-image: url(images/video/4.jpg);
  background-position: center;
  background-size: cover;
}

.vdoPlay5 {
  background-image: url(images/video/5.jpg);
  background-position: center;
  background-size: cover;
}

.vdoPlay6 {
  background-image: url(images/video/6.jpg);
  background-position: center;
  background-size: cover;
}

.vdoPlay7 {
  background-image: url(images/video/7.JPG);
  background-position: center;
  background-size: cover;
}

.vdoPlay8 {
  background-image: url(images/video/8.JPG);
  background-position: center;
  background-size: cover;
}

/* ===================== JOIN TEAM  ========================= */

#joinTeam {
  background-image: linear-gradient(
      rgba(33, 22, 185, 0.774),
      rgba(80, 20, 219, 0.747)
    ),
    url(images/joinTeam/background.jpg);
  background-origin: padding-box;
  background-position-x: 55%;
  background-position-y: 42%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 32rem;
}

.joinContent h1 {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  text-align: center;
  font-size: 59.4432px;
  font-weight: 900;
  line-height: 60px;
}

.joinContent {
  padding-top: 7.5em;
  text-align: center;
}

.joinContent p {
  padding-top: 2em;
  color: rgb(174, 142, 255);
  font-family: Roboto;
  font-size: 19.8144px;
  font-weight: 500;
  line-height: 32px;
}

.attendBtn {
  text-align: center;
  margin-top: 4em;
}

.attendBtn a {
  padding: 20px 40px;
  border-radius: 40px;
  border: 2px solid red;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

.attendBtn a:hover {
  background-color: rgba(209, 22, 22, 0.712);
  color: #fff;
}

/* < !--==================CELEBRITY MOMENT========================--> */

#celebrity_moment {
  height: auto;
  padding-bottom: 4em;
}

.celebrityHeader h1 {
  text-align: center;
  padding-top: 1.9em;
  color: rgb(0, 0, 0);
  font-family: Oswald;
  font-size: 40.6192px;
  font-weight: 400;
  line-height: 41px;
}

.mansoryLayout {
  padding-top: 3em;
}

.flexMas {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gridMas {
  display: grid;
  grid-template-columns: repeat(5, 13em);
  grid-auto-flow: dense;
}

.box1,
.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8,
.box9,
.box10,
.box11,
.box12,
.box13,
.box14,
.box15,
.box16,
.box17,
.box18,
.box19,
.box20,
.box21,
.box22 {
  display: grid;
  height: 13em;
  margin: 4px;
}

.gridMas .box1 {
  grid-column: span 2;
}

.gridMas .box7 {
  grid-column: span 2;
  grid-row: span 1;
  /* height: auto; */
}

.box4 {
  grid-row: span 2;
  height: auto;
}

.box8 {
  grid-row: span 2;
  grid-column: span 2;
}

.box9 {
  grid-row: span 2;
  grid-column: span 1;
  height: auto;
}

.box12 {
  height: auto;
  grid-row: span 3;
}

.box11 {
  grid-column: span 1;
}

.box10 {
  grid-row: span 3;
  height: auto;
}

.box16 {
  grid-column: span 2;
}

.box14 {
  grid-row: span 2;
  height: auto;
}

.box17 {
  grid-row: span 2;
  height: auto;
}

.box18 {
  grid-row: span 2;
  grid-column: 1/3;
  height: auto;
}

.box19 {
  grid-row: span 1;
  grid-column: span 2;
  height: auto;
}

.box20 {
  grid-column: span 2;
}

.box22 {
  grid-column: span 2;
}

.box21 {
  grid-column: span 1;
}

/* mansoryImages=============== */

.box1 {
  background-image: url(images/celebrity_moment/1.jpg);
  background-position: center;
  background-size: cover;
}

.box2 {
  background-image: url(images/celebrity_moment/2.jpeg);
  background-position: center;
  background-size: cover;
}

.box3 {
  background-image: url(images/celebrity_moment/3.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box4 {
  background-image: url(images/celebrity_moment/4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box5 {
  background-image: url(images/celebrity_moment/5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box6 {
  background-image: url(images/celebrity_moment/6.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box7 {
  background-image: url(images/celebrity_moment/7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box8 {
  background-image: url(images/celebrity_moment/9.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box9 {
  background-image: url(images/celebrity_moment/8.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box10 {
  background-image: url(images/celebrity_moment/10.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box11 {
  background-image: url(images/celebrity_moment/11.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box12 {
  background-image: url(images/celebrity_moment/12.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box13 {
  background-image: url(images/celebrity_moment/13.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box14 {
  background-image: url(images/celebrity_moment/15.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box15 {
  background-image: url(images/celebrity_moment/14.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box16 {
  background-image: url(images/celebrity_moment/17.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box17 {
  background-image: url(images/celebrity_moment/16.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box18 {
  background-image: url(images/celebrity_moment/18.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box19 {
  background-image: url(images/celebrity_moment/22.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box20 {
  background-image: url(images/celebrity_moment/20.jpg);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  background-color: #05031d;
}

.box21 {
  background-image: url(images/celebrity_moment/21.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box22 {
  background-image: url(images/celebrity_moment/19.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* =========================================== */

#founder {
  background: url(images/founder/backg.svg) repeat rgb(238, 238, 238) 50% 50% /
    cover;
  height: 43rem;
}

.flexFounderHeader {
  display: flex;
  justify-content: center;
  padding-top: 5.5em;
}

.founderHeader h1 {
  color: rgb(45, 6, 134);
  font-family: Roboto;
  font-size: 59.4432px;
  font-weight: 900;
  text-align: center;
  line-height: 60px;
}

.flexPrgFounder {
  display: flex;
  justify-content: center;
}

.offPrg {
  width: 29em;
  text-align: center;
}

.offPrg p {
  color: rgb(45, 6, 134);
  font-family: Roboto;
  padding-top: 1em;
  font-size: 19.8144px;
  font-weight: 500;
  line-height: 24px;
}

.flexJoin {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.flexJoin a {
  padding: 20px 40px;
  border: 2px solid red;
  text-decoration: none;
  font-weight: 400;
  background-color: #f00;
  color: #fff;
  border-radius: 30px;
}

.flexPeoples {
  display: flex;
  justify-content: center;
}

.gridPeoples img {
  max-width: 60em;
  padding-top: 2.6em;
  transition: 0.3s ease-in-out;
}

/* =-  FOOTER ================= */

footer {
  background: rgb(23, 36, 116);
  height: 8.25rem;
}

.flexFooterMedia {
  display: flex;
  justify-content: center;
  padding-top: 1em;
}

.gridFooterMedia {
  display: grid;
  grid-template-columns: repeat(6, 3em);
}
.gridFooterMedia img {
  width: 45px;
}

.footerMediaText {
  text-align: center;
  padding-top: 1em;
}

.borderTextFooter span {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 13.8704px;
  font-weight: 400;
  line-height: 22px;
}

.borderTextFooter a {
  text-decoration: none;
  color: #fff;
}

.borderTextFooter a:hover {
  text-decoration: underline;
}

.footerMediaText {
  display: flex;
  justify-content: center;
}

.borderTextFooter {
  width: 23em;
}
