:root { --black: #000; --red: #d50007; --lightgrey: #e4f1f9; --white: #fff; --yellow: #f4eab1; --poppins: 'Poppins', sans-serif; }
* { padding: 0px; margin: 0px; }
body { font-family: var(--poppins); font-size: 1rem; color: var(--black); line-height: 1.2; }
body { animation: 2s ease 0s 1 normal forwards running fadeInAnimation; }
@keyframes fadeInAnimation { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* body {
  padding-top: 0 !important;
  background-image: url(https://img.jagranjosh.com/images/2023/October/17102023/cyberBgNew.png) !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  background-size: cover !important;
} */
section {
  background-image: url(https://img.jagranjosh.com/images/2023/October/17102023/cyberBgNew.png) !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  }
  #gdprbx {  z-index: 11 !important;}
h2 {color: #fff;}
p {color: #fff;}
a { text-decoration: none; color: var(--black); }
.banner-left ul li a:hover { text-decoration: none; color: #dbd4d4 !important; }
b { font-weight: 600; }
.text-center { text-align: center; }
li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 900; margin-bottom: 15px; line-height: 1.2; }
h1 {font-size: 3.8rem;font-weight: 500;}
h2 {font-size: 2rem;font-weight: 900;text-transform: uppercase;}
h3 { font-size: 1.6rem; font-weight: 700; }
h4 { font-size: 1.4rem; font-weight: 500; }
.divider {padding: 30px 0 0;    text-align: center;}
.mobileLogo {display: flex;align-items: center;gap: 20px;padding-bottom: 30px;}
img.joshLogo {width: 120px;}
img.templeUniversity {width: 380px;}
.mobileLogo img {margin: 0;}
div#viewFull p a {color: var(--red);}
p { padding-bottom: 15px; font-size: 1rem; line-height: 1.5; }
.centered { max-width: 1100px; margin: auto; padding-left: 15px; padding-right: 15px; }
.container2 { max-width: 1000px; margin: auto; padding-left: 15px; padding-right: 15px; }

.containerbackgroundText {position: relative;}
.backgroundText {margin: 3rem;position: absolute;top: -40px;left: 0;font-size: 3.5rem;right: 0;z-index: 0;color: #181818;font-weight: 900;text-transform: uppercase;}
.containerbackgroundText h2 { padding-bottom: 30px; position: relative; z-index: 2;}

.secPad { padding: 30px 0px 70px; }
img { width: auto; height: auto; }
.banner {display: flex;align-items: center;justify-content: center;color: #fff;position: relative;min-height: 400px;}
.banner-left h1 {text-transform: uppercase;margin-bottom: 0;}
.banner-left p {color: var(--red);font-weight: 700;font-size: 1.6rem;padding-bottom: 30px;}
.templeUniversityBanner {display: none;}
img.line_icon { position: absolute; left: 0px; }
img.circle_1 { position: absolute; left: 0px; bottom: 0px; }
img.circle_2 { position: absolute; right: 0px; top: 0px; }
img.josh_high_icon { position: absolute; top: 10%; }
img.circle_3 {position: absolute;right: 0px;top: 130px;}
img.about_icon {position: absolute;top: 60%;bottom: 0px;left: 0px;}
img.session_engaging {bottom: 100px;position: absolute;right: 0px;}
img.leaderboard_icon { position: absolute; right: 0px; }
.jury-summery p a { color: var(--red);}
.engagingSession ul li:hover::after , .engagingSession ul li:hover::before  {border-color: rgb(255 255 255);transition: border-color 0.5s,width .1s,height .1s;width: 100%;height: 100%;border-radius: 0px 50px 50px 0px;overflow: hidden;}
.engagingSession ul li:hover::after  {transition-delay: 0s,.1s,0s;}
.engagingSession ul li:hover::before  {transition-delay: 0s,0s,.1s;}
.engagingSession ul li::after , .engagingSession ul li::before  {content: "";border: 0 solid transparent;box-sizing: border-box;content: "";pointer-events: none;position: absolute;width: 0;height: 0;bottom: 0;right: 0;}
.engagingSession ul li::before {border-bottom-width: 1px;border-left-width: 1px;}
.engagingSession ul li::after {border-top-width: 1px;border-right-width: 1px;}


/* .engagingSession ul li:nth-child(3)::after, .engagingSession ul li:nth-child(3)::before {border-color: rgb(255 255 255);transition: border-color 0.5s,width .1s,height .1s in; width: 100%;height: 100%;border-radius: 0px 50px 50px 0px;overflow: hidden;}
.engagingSession ul li:nth-child(3)::before {transition-delay: 0s,0s,.1s;}
.engagingSession ul li:nth-child(3)::after {transition-delay: 0s,.1s,0s;} */

.comingSoon {padding-left: 17px;}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(.97); }
  to { transform: scale(1); }
}
.bling{animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   color:var(--red);}
   
   @keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 1.0;color:#fff112; }
    100% { opacity: 1.0; }
   }

   .stickyad {
    display: none !important;
}
.sticky ul {
  display: none !important;
}


.banner-left { width: 50%; }
.banner-left img {margin-bottom: 15px;/* width: 150px; */}
.banner-right {width: 50%;display: block;}
.banner-right img {}
.banner-left ul {display: flex;gap: 20px;margin-top: 15px;}
.banner-left ul li:first-child a {color: var(--white);}
.banner-left ul li:first-child a:hover {color: #848484 !important;}
.jHDetails {position: relative;padding: 60px 0px 40px;}
.jHAbout {position: relative;padding: 0px 0px 70px;}
.jHAbout ul {display: flex;justify-content: center;align-items: center;gap: 35px;padding-top: 20px;}
.jHAbout ul li {background: linear-gradient(183deg, #16172b , #2a2c49);width: 24%;height: 130px;padding: 30px 25px;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 80px;border: 1px solid #5a595938;cursor: pointer;position: relative;text-align: center;}
.jHAbout ul li b {display: block;font-size: 17px;line-height: 1;padding: 15px 0px 10px;font-weight: 500;color: #fff;line-height: 1.5;}
.jHAbout ul li span { font-size: 16px; line-height: 1; }
.jHAbout ul li:first-child { margin-left: 20px; }
.jHAbout ul li:last-child { margin-right: 20px; }
.jHAbout ul li:hover img { transform: scale(1.08); }
.jHAbout ul li img { transition: all 0.4s ease 0s;     width: 46px;height: 46px;}
.jHAbout p { padding: 0px 90px; }
.aboutWrap { padding-bottom: 20px; }
.jHAbout h3 {color: #fff;font-weight: 600; font-size: 1.8rem;}

.jHAbout ul li:hover::after , .jHAbout ul li:hover::before  {border-color: rgb(255 255 255);transition: border-color 0.5s,width .1s,height .1s;width: 100%;height: 100%;border-radius: 10px;overflow: hidden;}
.jHAbout ul li:hover::after  {transition-delay: 0s,.1s,0s;}
.jHAbout ul li:hover::before  {transition-delay: 0s,0s,.1s;}
.jHAbout ul li::after , .jHAbout ul li::before  {content: "";border: 0 solid transparent;box-sizing: border-box;content: "";pointer-events: none;position: absolute;width: 0;height: 0;bottom: 0;right: 0;}
.jHAbout ul li::before {border-bottom-width: 1px;border-left-width: 1px;}
.jHAbout ul li::after {border-top-width: 1px;border-right-width: 1px;}


p#demo { text-align: center; margin-bottom: 10px; }
p#demo div { display: inline-block; text-transform: uppercase; font-size: 13px; margin: 0px 15px; box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 80px; }
p#demo div span { box-shadow: rgba(0, 0, 0, 0.12) 1px 0px 80px 7px; border-radius: 10px; margin-bottom: 10px; font-size: 18px; font-weight: 600; background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)); width: 60px; height: 50px; display: flex; justify-content: center; align-items: center; }
.engagingSession ul {display: grid;gap: 10px 70px;align-items: center;justify-content: center;grid-template-columns: 1fr 1fr;}
.engagingSession ul li .popup-trigger {display: flex;align-items: center;flex-direction: row;position: relative;cursor: pointer;color: #fff;justify-content: space-between;gap: 20px;transition: all 0.8s ease 0s}
.sessionProfile {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sessionProfile img {width: 34px;/* height: 34px; */vertical-align: middle;}
.arrow { position: relative; }
.session-text span {border-right: 1px solid #fff;padding: 0px 17px;line-height: 0.9;height: 13px;display: inline-block;font-size: 13px;}
.session-text span:last-child { border: none; }
.session-text b {     display: block;font-size: 16px;text-align: left;font-weight: 500; }
.session-text span:first-child { border-right: 1px solid rgb(0, 0, 0); }
.engagingSession {position: relative;}
.session-text p {padding-bottom: 0;font-size: 15px;padding-left: 17px;}
.arrow {width: 30px;background: rgb(228, 241, 249);border-radius: 100%;height: 30px;line-height: 33px;text-align: center;z-index: 1;}
.arrow img { width: 13px; }
.engagingSession ul li {position: relative;display: table;background: linear-gradient(183deg, #16172b , #2a2c49);box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;padding: 15px 30px;border: 1px solid #5a595938;transition: all .8s;border-radius: 0px 50px 50px 0px;margin-bottom: 20px;}
.engagingSession ul li:hover .popup-trigger {
  transform: scale(1.05);
}
.jury-pop { display: none; position: fixed; left: 0px; top: 0px; height: 100%; width: 100%; z-index: 10; color: var(--black); justify-content: center; align-items: center; }
.jury-pop .jury-pop-mask { content: ""; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); }
.jury-pop .jury-pop-body {position: relative;max-width: 690px;max-height: 90%;background: linear-gradient(180deg, rgba(23,23,42,1) 35%, rgba(63,65,103,1) 100%);padding: 40px;box-sizing: border-box;overflow: auto;margin: 3% auto 0px;color: var(--white);}
.jury-pop-body h3 {margin-bottom: 5px;font-size: 1.2rem;}
.jury-pop .jury-pop-body .jury-close::after, .jury-close::before {background: var(--red);}
.jury-close { display: block; height: 50px; width: 50px; padding: 13px 12px; position: absolute; right: 0px; top: 0px; z-index: 1; cursor: pointer; }
.jury-close::after, .jury-close::before {background-color: var(--red);width: 20px;height: 2px;border-radius: 10px;position: absolute;top: 25px;left: 25px;content: "";transform: rotate(-45deg);}
/* .jury-pop .jury-pop-body b { font-size: 1.2rem; display: block;     margin: 10px 0 0 !important;} */
.jury-summery p {font-size: 1rem;color: var(--white);}
.jury-summery ul { display: inherit; padding-bottom: 20px;}
.jury-summery ul li {box-shadow: none;list-style: disc; height: auto; margin-top: 0;display: list-item; margin-left: 20px; padding-bottom: 0;}
.jury-summery h4 {margin-bottom: 0; font-size: 1.2rem;}
.jury-pop-body h2 {font-size: 1.5rem;color: var(--white);}
.jury-close::before { transform: rotate(45deg); }
.readMoreText {overflow: hidden;height: 70px;padding-bottom: 10px;position: relative;text-align: center;}
.readMore {position: absolute;bottom: 0px;padding-left: 2px;right: 0px;left: 0px;display: none;z-index: 2;color: var(--red);cursor: pointer;background: #000;}
.readMoreText .readMore {display: block;z-index: 3;}
div#viewFull {text-align: center;}
.feedback { border-top: 1px solid rgba(0, 0, 0, 0.06); border-bottom: 1px solid rgba(0, 0, 0, 0.06); display: flex; align-items: center; justify-content: space-evenly; padding: 15px 0px; margin-top: 80px; }
.feedback a { color: var(--red); border: 1px solid var(--red); padding: 10px 20px; border-radius: 7px; text-transform: uppercase; font-size: 14px; }
.feedback h3 { margin-bottom: 0px; padding: 15px 0px; }
.leaderBoard {    color: #fff; position: relative; }
.leaderBoardTable { padding: 20px 0px 0px; border-radius: 9px; 
  /* background: linear-gradient(270deg, rgb(250, 249, 253) 57%, rgb(254, 243, 253) 100%);  */
}
.leaderBoardTable table { width: 100%; border-collapse: collapse; max-width: 1100px; margin: auto; }
.leaderBoardTable tr:last-child td { border-bottom: 0px; }
.leaderBoardTable tr th, .leaderBoardTable tr td {/* width: 10%; */text-align: center;padding: 12px;box-sizing: border-box;border-bottom: 1px solid rgb(238, 238, 238);}
.leaderBoardTable tr th:first-child, .leaderBoardTable tr td:first-child {/* width: 0%; */}
.leaderBoardTable tr th:nth-child(3), .leaderBoardTable tr td:nth-child(3) {/* width: 10%; */}
.leaderBoardTable tr td img {width: 40px;height: 40px;}
.leaderBoardTable tr th { font-size: 19px; }
.testimonials { background: linear-gradient(87deg, rgb(240, 245, 252) 75%, rgb(235, 243, 250) 100%); }
.testimonials .text { padding-top: 20px; }
.testimonials .text strong { font-size: 18px; margin-bottom: 5px; display: block; }
.testimonials .text p { font-size: 15px; padding-bottom: 0px; font-weight: 500; }
ul.students-think li { align-items: center; padding-left: 0px; text-align: center; margin-bottom: 0px; }
ul.students-think li .main-img img { background: rgb(204, 204, 204); width: 120px; height: 120px; border-radius: 50%; }
ul.students-think li .graphic { position: relative; max-width: 900px; margin: 0px auto; width: 100%; text-align: center; }
ul.students-think li .graphic h3 { margin-bottom: 10px; font-size: 20px; font-weight: 600; margin-top: 30px; }
.testimonialDot { position: absolute; width: 10px; height: 10px; border-radius: 100%; }
.RightThreeDot { background: rgb(244, 234, 177); right: 0px; width: 40px; height: 40px; top: 0px; }
.leftThreeDot { background: rgb(244, 234, 177); left: 0px; width: 40px; height: 40px; top: 0%; }
span.swiper-pagination-bullet { text-indent: -9999px; background-color: rgb(246, 173, 170); opacity: 9; }
span.swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: rgb(218, 37, 29); }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 0px !important; }
.swiper-button-next img, .swiper-button-prev img { width: 26px !important; height: 18px !important; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 5px !important; width: calc(var(--swiper-navigation-size)/ 30 * 30) !important; }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 5px !important; width: calc(var(--swiper-navigation-size)/ 30 * 30) !important; }
.swiper-button-next, .swiper-button-prev { top: 7% !important; }
ul.students-think li .graphic p { padding-bottom: 0px; }
.swiper-pagination { display: none; }
.mySwiper { padding: 30px 0px 40px !important; }
.fullFooter { display: none; }
ul.students-think li .graphic::after { content: ""; background: url("../images/leftComma.png") 0% 0% / 76px no-repeat; position: absolute; top: 10px; right: 0px; bottom: 30px; width: 70px; transform: rotate(180deg); }
ul.students-think li .graphic::before { content: ""; background: url("../images/leftComma.png") 0% 0% / 66px no-repeat; position: absolute; top: -61px; left: 0px; bottom: 104px; width: 70px; }
.wavesWrap { background: rgb(250, 254, 255); }
.waves { position: relative; width: 100%; height: 15vh; margin-bottom: -7px; min-height: 100px; max-height: 150px; }
.parallax > use { animation: 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) 0s infinite normal none running move-forever; }
.parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; }
.parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; }
.parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; }
.parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; }
@keyframes move-forever { 
  0% { transform: translate3d(-90px, 0px, 0px); }
  100% { transform: translate3d(85px, 0px, 0px); }
} 
.speakersDetails {cursor: pointer;overflow: hidden;}
/* .speakerProfile {display: flex;gap: 20px;text-align: center;justify-content: center; *//* align-items: flex-end; }*/
.speakerProfileImage {position: relative;z-index: 2;}
.speakersDetails:hover img {
  transform: scale(1.05);
}
section.speakerProfile-Wraper .Heading h2{margin-bottom: 25px;}
/* .speakerProfileImage:before {content: ""; border-bottom: 10px solid #a1e0e5; left: -9px; position: absolute; bottom: 0px; width: 80%; display: block;}
.speakerProfileImage:after { content: ""; border-right: 10px solid #a1e0e5;  left: -9px; position: absolute;  bottom: 0px;height: 90%;} */
.nameDestination {     margin-left: 12px; margin-top: 15px;}
.nameDestination h3 {font-size: 1.2rem;margin-bottom: 0;line-height: 1.4;color: #fff;}
.speakerProfileImage img {height: 240px;max-width: 215px;transition: all 0.8s ease 0s;}
.booksWords {position: absolute;left: 0;bottom: 142px;}
.expertDetails {position: relative;padding: 0px 0 50px;}
.bannerytWrap {/* background: linear-gradient(99deg, rgba(253,241,241,1) 37%, rgba(254,245,244,1) 68%); */}
.banner-mobile{display: none;}
.nameDestination p {color: #b7b7b7;}
.jury-close:hover::after, .jury-close:hover::before{background-color: #fff !important;}
.experts {overflow: hidden;}
.swiper-button-next::after, .swiper-button-prev::after {font-size: 15px !important;color: #fff !important;;}
.swiper-button-next, .swiper-button-prev {background: linear-gradient(183deg, #16172b , #2a2c49);top: 50% !important;}
/* .swiper-button-prev {left: -50px !important;}
.swiper-button-next {right: -50px !important;} */
section.speakerProfile-Wraper {position: relative;}
#ZeekeR-7Z5E-Prime {  display: none !important; }

.votenow{position: fixed;bottom:80px;right: 5%;z-index: 11;transition: all 0.5s;background: var(--red);}
.votenow a{display: flex; align-items: center; background: var(--pink);color: var(--white);padding:12px 30px;font-size: 1.2rem;}
.votenow .bell{margin-left:5px;width:18px;height:18px;animation:ring 4s .7s ease-in-out infinite;transform-origin:50% 4px;}
.votenow a:hover {color: #16172b !important;}







@media (max-width: 768px) {
  .waves { height: 60px; min-height: 40px; }
  .bannerWrap {background-image: none;}
.banner-left img {margin-bottom: 0;}
  .templeUniversityBanner {display: block;}
  img.templeUniversity {width: 220px;}
  img.joshLogo {width: 80px;}
  .banner-left p {font-size: 1.5rem;}
  .engagingSession ul li .popup-trigger {text-align: left;}
  .backgroundText { display: none;}
  .containerbackgroundText h2 {padding-bottom: 0;}
  .divider {  padding: 15px 0;}
  section {  background-size: 100% 100%; }
  
}
@media screen and (max-width: 1140px) {
  .centered { padding-left: 15px; padding-right: 15px; }
}
@media only screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 { font-weight: 700; margin-bottom: 15px; }
  h1 { font-size: 2.3rem; font-weight: 700; }
  h2 { font-size: 1.7rem; font-weight: 700;     line-height: 1.3;}
  h3 { font-size: 1.2rem; font-weight: 700; }
  h4 { font-size: 1.2rem; font-weight: 700; }
  .centered { padding-left: 20px; padding-right: 20px; }
  .banner {flex-flow: column wrap;padding: 30px 0px 0;}
  .banner-left { width: 100%; text-align: center;}
  .banner-right {padding-top: 30px;}
  .banner-right img {
    display: none;
}
  .engagingSession ul {grid-template-columns: 1fr;/* padding-left: 0; */}
  .aboutWrap { box-sizing: border-box; overflow-y: hidden; white-space: nowrap; width: 100%; display: inline-block; }
  .jHAbout ul { display: inline-flex; gap: 15px; }
  .jHAbout ul li { max-width: 360px; height: 167px; width: 109px; display: inline-block; margin-right: 20px; margin-bottom: 20px; box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 30px; white-space: normal; }
  .leaderBoardTable { box-sizing: border-box; overflow-y: hidden; white-space: nowrap; width: 100%; }
  .engagingSession ul li {padding: 8px 10px;}
  /* .engagingSession ul li:last-child {margin-bottom: 0;} */
  .session-text span {font-size: 11px;/* padding: 0px 15px; */}
  .jHDetails {padding: 40px 0px;margin-top: -15px;}
  .jHDetails p { padding: 0px; }
  .jHAbout p { padding: 0px; }
  .jHAbout {padding: 31px 0px;}
  .engagingSession {padding-top: 0px;padding-bottom: 30px;}
  .leaderBoard { padding-top: 0px; }
  .arrow { }
  .session-text {margin-left: 0;}
  .feedback {flex-direction: column;text-align: center;margin-bottom: 10px;margin-top: 50px;}
  .feedback img { margin-bottom: 0px; }
  img.josh_high_icon { width: 70px; }
  img.line_icon { display: none; }
  img.circle_1 { display: none; }
  img.circle_2 { display: none; }
  img.circle_3 { display: none; }
  img.about_icon { display: none; }
  img.session_engaging { display: none; }
  img.leaderboard_icon { display: none; }
  .RightThreeDot { display: none; }
  .leftThreeDot { display: none; }
 
  p#demo div { margin: 0px 5px; }
  p#demo div span { width: 50px; height: 42px; }
  .banner-left ul { flex-direction: column; width: 80%; text-align: center; margin: 0px auto; }
  .readMore {
    bottom: 0px;
}

  .readMoreText { height: 110px; }
  .swiper-pagination { display: block; }

  .bannerWrapper {flex-direction: column; gap: 20px !important;}
  .videoBanner img {height: 190px !important;}
  .videoDots img { display: none !important;}
  .videoBanner {padding: 0 15px !important;}
  .banner-leftyt {width: 100% !important;}
  .banner-rightyt { width: 100% !important;}
  .timeDetail {padding: 0 15px !important; text-align: center;}
  .timeDetail ul {display: block !important;}
  .speakersDetails {flex-direction: column;}

.speakerProfileImage {margin: 0;text-align: center;}
.booksWords {display: none;}
.speakerProfileImage:before {bottom: -2px;}
.speakerProfileImage:after {bottom: 2px;}
.banner-right { width: 100%;}
.banner-mobile{display: block;}
.banner-mobile img {width: 100%;}
.mobileLogo {text-align: center;flex-wrap: wrap;}
.nameDestination {  padding: 0px;     text-align: center;}
.Heading {padding: 0 20px;}
.banneryt p {padding-bottom: 0px !important;}
.banneryt {padding: 40px 0 !important}
.expertDetails {padding: 20px 0;} 
}
