@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  font-family: "college-block";
}

@font-face {
  font-family: "college-block";
  src: url("https://stg.universityofmarcheal.com/wp-content/themes/universityofmarcheal/fonts/College-Block.woff");
}


.cust_container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ------------ header css------------ */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1000;
  background: #fff;
}

.header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header .login-btn {
  background: #ffeb00;
  border: none;
  padding: 24px 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.header .toggle-btn {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  flex-direction: column;
  padding: 25px 20px;
}

.header .toggle-btn img {
  width: 100%;
  height: 100%;
}

.header .toggle-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  margin: 3px 0;
  transition: 0.3s;
}

.header .sidebar {
  position: fixed;
  top: 0;
  right: -260px;
  width: 250px;
  height: 100vh;
  background: #f9f9f9;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: right 0.3s ease;
  z-index: 999;
}

.header .sidebar.active {
  right: 0;
}

.header .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .sidebar ul li {
  margin: 15px 0;
}

.header .sidebar ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.header .headerdata {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ------------ footer css------------ */

.footer {
  position: relative;
  padding: 80px 0;
  background: #fff;
}

.footerdata {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .copyright {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

/* ------------ banner css------------ */
.main-banner {
  background: #000;
  position: relative;
}

.main-banner:before {
  content: '';
  position: absolute;
  background: url(../images/sheps-bg.png) no-repeat center center;
  width: 100%;
  height: 1234px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-banner-bg{display: none;}
.banner {
  position: relative;
  background-image: url(./images/bannerimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 1000px;
  background-color: #000;
}

/* .banner .content {
  padding-top: 290px;
} */

.banner .maintxt {
  font-size: 130px;
  line-height: 130px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0px;
}
.banner .maintxt span {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner .secondtxt {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "college-block";
}

.banner a.bannerbtn {
  display: inline-block;
  padding: 24px 40px;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  color: #000;
  background: #ffed00;
}

.blackimg {
  position: relative;
  overflow: hidden;
  margin-top: -150px;
}

.yellowtxt {
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
  background: #ffeb00;
  color: #000;
  padding: 40px 0;
  position: absolute;
  bottom: -117px;
  left: -100px;
  transform: rotate(9.34deg);
  text-transform: uppercase;
  z-index: 2;width: 110%;
}

/*=======================popular-videos================css===========*/
.main-container {
  max-width: 1470px;
  margin: auto;
  position: relative;
  z-index: 9;
  padding: 0 15px;
}

.popular-videos {
  padding: 50px 20px;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.section-title {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;

}

.video-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

.video-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
}

.video-thumb {
  position: relative;
  cursor: pointer;
  background: #000;
  height: 100%px;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 28px;
  font-weight: bold;
  border-radius: 50%;
  padding: 12px 18px;
  pointer-events: none;
}

.video-info {
  padding: 20px 0 10px 0;
}

.video-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #FFFFFF;
}
.video-title a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
}

.video-author span {
  font-family: 'Poppins';
  font-style: normal;
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
  opacity: 0.5;
}

.video-author {
  display: flex;
  align-items: start;
  gap: 15px;
}

.video-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.load_more {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFED00 !important;
  text-decoration: none;
  border: 1px solid #FFED00;
  margin: 0 auto;
  padding: 23px 40px;
  display: inline-block;
  transition: all 0.3s ease;
}

.load_more:hover {
  background: #FFED00;
  color: #000000 !important;
}

.custom-btn-sec {
  text-align: center;
  margin-top: 30px;
}

/*=======================popular-videos================css===end========*/

/*=======================sneak-peak-of-the-debauchery================css===start========*/
.sneak-peak-of-the-debauchery {
  padding: 120px 0;
}

.sneak-peak-of-the-debauchery .custom-heading-main {
  max-width: max-content;
  padding: 16px 90px;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  text-align: right;
  color: #FFED00;
  margin: 0;
  background: linear-gradient(90deg, rgba(255, 237, 0, 0) 0%, #ffed0047 50%, rgba(255, 237, 0, 0) 100%);
  font-family: "college-block";
}

.sneak-peak-of-the-debauchery .custom-top-heading {
  max-width: 1079px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.custom-top-heading h2:nth-child(2) {
  margin-left: 300px;
  margin-top: 10px
}

.sneak-peek-video article.video-card .video-thumb {
  height: 100%;
  background: #fff !important;
  padding: 10px;
}

.sneak-peek-video .play-btn {
  background: rgba(255, 237, 0, 0.5);
  backdrop-filter: blur(5px);
  height: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sneak-peek-video .play-btn span {
  width: 94px;
  height: 94px;
  background: #FFED00;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.join-us article.video-card .video-thumb {

  background: #000 !important;
  padding: 0px;
}

.join-us article.video-card .video-thumb iframe {
    height: 443px !important;
}
/*=======================sneak-peak-of-the-debauchery================css===end========*/
.join-us .custom-row {
  display: flex;
  /* align-items: center; */
  gap: 80px;
}

.join-us {
  padding-bottom: 213px;
}

.join-text {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
}

.join-part-1 {
  background: #1e4bd7;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  left: -130px;
  transform: rotate(-7deg);
  top: 10px;
}

.join-part-2 {
  background: #ffe500;
  /* yellow */
  color: #000;
  padding: 10px 30px;
  margin-top: 10px;
  transform: rotate(1deg);
  display: inline-block;
  font-weight: bold;
}

.mind-image {
  position: absolute;
  right: 17%;
  top: -16px;
  width: 187px;
  transform: rotate(6deg);
}

.main-join-us-head {
  position: relative;
  max-width: max-content;
  margin: auto;
  margin-bottom: 40px;
}

.join-part-1,
.join-part-2 {
  font-size: 70px;
  padding: 20px 40px;
}

.insane-content ul li:before {
  content: '';
  position: absolute;
  background: url(https://flowcodes.in/welcomeuniversityofmarcheal/wp-content/uploads/2025/10/list-injection.png) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 20px;
  left: 0;
}

.insane-content ul li {
  font-family: 'Poppins';
  font-style: normal;
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  position: relative;
  padding-left: 88px;
  margin-bottom: 30px;
}

.insane-content ul {
  padding: 0;
}

.get-access {
  width: 71%;
}

/*============================================================end==*/


/*========================promo-banner====================================start==*/
.promo-banner {
  background: #ffeb00;
  padding: 40px 40px 0 40px;
}

.promo-banner .cust-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;

  gap: 10px;
}

.promo-banner .text-block h2 {
  max-width: fit-content;
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 70px;
  padding: 20px 40px;
  margin: 0;
  color: #ffeb00;
}

.promo-banner .text-block h2:nth-child(1) {
  transform: rotate(-2deg);
  left: -20px;
  position: relative;
}

.promo-banner .text-block {
  padding-left: 51px;
  cursor: pointer;
}

.models img {
  top: -120px;
  position: absolute;
  right: 9%;
  z-index: 99999;
}

.promo-banner .models {
  position: relative;
  width: 50%;
  display: contents;
}

.promo-banner .graphics {
  margin-bottom: 20px;
}

/*========================promo-banner====================================end==*/

/*========================Video-Detail-Page==============================css======start==*/
.video-detail-banner .get-access {
  width: 100%;
}

.video-detail-banner .video-info h3.video-title {
  padding-bottom: 15px;
}

.video-detail-banner .video-author {
  align-items: center;
}

.video-detail-banner .video-info {
  padding-bottom: 40px;
}

.video-detail-banner .play-btn {
  background: unset;
}

.putting-alligator h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #FFFFFF;
  margin: 60px 0 40px 0;
}

.purchase-membership {
  background: radial-gradient(100% 100% at 0% 0%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(21px);
  border-radius: 20px;
  padding: 40px;
}

.video-detail-banner .putting-alligator .custom-row a.button.button-ghost {
    text-decoration: none;
}

.putting-alligator .custom-row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}

.purchase-membership span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.purchase-membership h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  margin: 15px 0 0 0;
}

.video-detail-banner {
  padding-bottom: 150px;
}

.more-videos-section .main-container {
  margin-right: 0;
  padding-right: 0;
  max-width: 1680px;
}

.more-videos-section article.video-card.slick-slide {
  margin-left: 20px;
}

.more-videos-slider:before {
  content: '';
  position: absolute;
  background: linear-gradient(270deg, #000000 13.87%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  max-width: 300px;
  z-index: 99;
  width: 100%;
  right: 0;
}

.more-videos-section {
  padding-bottom: 150px;
}

.single-video footer.footer:before {
  position: absolute;
  content: '';
  background: url(./images/footer-shape-1.gif) no-repeat center center;
  width: 394px;
  height: 310px;
  top: -160px;
  left: 16px;
  background-size: 90%;
  background-position: center;
}

.more-videos-section .section-title {
  text-align: left;
  margin: 0 0 40px 0;
}

/*========================Video-Detail-Page==============================css======end==*/
/*========================member-page-v2==============================css======start==*/


.popular-videos.Latest-Drops h2.section-title {
  margin: 0 0 40px 0;
  text-align: left;
}

.member-custom-content h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 20px 0;

}

/* Dropdown */
.member-custom-content .sort-select {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #000;
  /* background: #ffeb00; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  border-radius: 0px;
  outline: none;
  margin-bottom: 30px;
}

/* Search Box */
.member-custom-content .search-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.member-custom-content .search-box input::placeholder {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.member-custom-content .search-box input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 2px solid #000;
  border-radius: 0px;

  outline: none;
  /* background-color: transparent; */
  font-family: 'Poppins';

  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.member-custom-content .search-box button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.member-custom-content .search-box button svg {
  width: 18px;
  height: 18px;
}

.member-custom-banner {
  background: #ffeb00;
}


.member-custom-banner .custom-row {
  display: flex;
  gap: 46px;
}

.member-custom-content {
  width: 100%;
  max-width: 600px;
  padding-top: 60px;
}

.member-custom-content h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 90px;
  color: #000000;
  margin: 0px 0 30px 0;
}

.right-member-image img {
  width: 100%;
  height: 100%;
}

.right-member-image {
  width: 100%;
  max-width: 100%;
}

.member-custom-banner .main-container {
  max-width: 1688px;
  margin-right: 0;
  padding-right: 32px;
}

/*========================sneak-peak-of-the-debauchery==============================css======start==*/

.sneak-peak-of-the-debauchery.newest-section h2.custom-heading-main {
  background: #FFED00;
  color: #000;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  font-size: 49px;
  line-height: 60px;
}

.sneak-peak-of-the-debauchery.newest-section .custom-top-heading {
  max-width: 632px;
}

.sneak-peak-of-the-debauchery.newest-section .custom-top-heading h2:nth-child(2) {
  margin-top: 10px !important;
  margin: auto;
}

.sneak-peak-of-the-debauchery.newest-section .custom-top-heading h2:nth-child(1) {
  transform: rotate(-5deg);
}

.popular-videos.Latest-Drops {
  padding: 0 0 60px 0;
}

/*========================sneak-peak-of-the-debauchery==============================css======end==*/

/*========================science-book-sec==============================css======start==*/
.science-book-sec {
  position: relative;
  margin-bottom: 160px;
}

.science-book-sec .blackimg {
  margin: 0 !important;
  z-index: 1;
}

.science-book-sec .yellowtxt {
  transform: rotate(13deg);
  top: 150px;
  width: 110%;
  bottom: unset;
}

.blackimg img.blacktxt {
  width: 100%;
}

.science-book-sec:before {
  content: '';
  position: absolute;
  background: url(./images/sheps-bg.png) no-repeat center center;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*========================science-book-sec==============================css======end==*/

.our-proud-partners h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 30px 0px;
}

.marty-michael,
.choose-creator,
.tiles-section
 {
  width: 100%;
}

.our-proud-partners .custom-row {
  display: flex;
  gap: 60px;
}

.our-proud-partners p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 20px 0 0 0;
  text-align: center;
}

.our-proud-partners figure {
  margin: 0;
  position: relative;
}

.choose-creator {
  border: 2px solid #FFED00;
  border-radius: 20px;
  text-align: center;
  padding: 30px 40px;
  position: relative;
}

.partners-post {
  border: 1px solid #FFED00;
  width: 310px;
  height: 310px;
  margin: auto;
  border-radius: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-post figure {
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}

.partners-post figure:before {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(255, 237, 0, 0) 46.05%, rgba(255, 237, 0, 0.9) 76.82%);
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.partners-post figure img {
  width: 286px;
  height: 286px;
  border-radius: 100%;
  margin: auto;
}

.our-proud-partners figure h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.choose-creator .load_more {
  padding: 23px 40px;
  margin-top: 30px;
}

.our-proud-partners figure h5 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  font-weight: 400;
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  max-width: 60%;
  margin: auto;
  bottom: 24px;
}

.our-proud-partners {
  padding-bottom: 150px;
  padding-top: 80px;
}

/*===========our-categories====*/
.our-categories .section-title {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}

.our-categories .video-info {
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 133%);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(21px);
  border-radius: 12px;
  text-align: center;
  border: 2px solid #606060;
  padding: 20px;
}

.our-categories .video-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.our-categories {
  padding-bottom: 150px;
}

.more-videos-section.most-popular-sec article.video-card.slick-slide {
  margin: 0 10px;
}

.most-popular-sec .more-videos-slider::after {
  position: absolute;
  content: '';
  background: linear-gradient(270deg, #000000 13.87%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  max-width: 300px;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}

.more-videos-section.most-popular-sec .slick-arrow {
  width: 40px;
  height: 40px;
  background: #FFED00;
  border: 1px solid #FFED00;
  z-index: 99999;
  border-radius: 40px;
}

.more-videos-section.most-popular-sec button.slick-prev.slick-arrow {
  left: 10px;
}

.more-videos-section.most-popular-sec button.slick-next.slick-arrow {
  right: 10px;
}

.more-videos-section.most-popular-sec .slick-prev:before,
.more-videos-section.most-popular-sec .slick-next:before {
  display: none;
}

.more-videos-section.most-popular-sec .slick-arrow i {
  color: #000;
  font-family: 'FontAwesome';
  font-size: 17px;
}

.more-videos-section.most-popular-sec .slick-arrow:hover i {
  color: #ffed00;
}

.more-videos-section.most-popular-sec .slick-arrow:hover {
  background: transparent;
}

.choose-creator:before {
  position: absolute;
  content: '';
  background: url(./images/choose-img-1.gif) no-repeat center center;
  z-index: 99;
  top: -21%;
  width: 228px;
  height: 262px;
  transform: rotate(15deg);
  right: -100px;
}
/*==================responsive media queries======================*/


.video-wrapper {
    position: relative;
    overflow: hidden;
}

.restricted-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* grayish transparent overlay */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
}

.video-card .video-wrapper .login-notice {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    z-index: 9999 !important;
}

.video-card .video-wrapper .login-notice a {
    color: #0073aa;
    font-weight: bold;
    text-decoration: underline;
}

.custom-banner-row {
  padding-top: 249px;
}

.custom-banner-row .content {
    position: relative;
    display: table;  
    padding-right: 220px;
}


.ticker-track a {
  color: #000;
}

.header .sidebar {
    position: fixed;
    top: 0;
    right: -110%;
    max-width: 450px;
    width: 100%;
    height: 100vh;
    background: #000000;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 30px 0px;
    transition: right 0.3s ease;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header .sidebar ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    border-top: 1px solid #000;
    width: 100%;
    display: flex;
    padding: 15px;
}

.header .sidebar ul li {
    margin: 0px;
}

.header .sidebar ul li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}

.close-btn img {
    filter: invert(1);
    width: 20px;
}

.sidebar-logo img {
    max-width: 250px;
}

.sider-bar-header {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.header .sidebar .social-icons ul li {
    display: inline-block;
    margin: 0 10px !important;
}

.header .sidebar .social-icons ul li a {
    border: 1px solid #ffeb00 !important;
    padding: 10px;
    border-radius: 40px;
    width: 50px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-bottom {
    padding: 0 15px;
}

.header .sidebar .social-icons h3 {
    color: #fff;
    font-weight: 400;
}

.contact-box span {
    color: #fff;
    font-weight: 100;
    margin-right: 9px;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.contact-box a {
    color: #fff;
}

.contact-box h3 {
    color: #fff;
    font-weight: 400;
}

.social-icons {
    border-top: 1px solid #ffeb00;
}

.custom-banner-row .content:before {
    content: "";
    background-image: url(https://stg.universityofmarcheal.com/wp-content/themes/universityofmarcheal/images/finger.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 247px;
    height: 275px;
    right: 0;
    top: -34px;
    animation: verticalmotion 2s infinite alternate; /* Slower, 2s duration */
}

@keyframes verticalmotion {
    0% {
        transform: translateY(0); /* Start at the initial position */
    }
    50% {
        transform: translateY(-40px); /* Move up 20px */
    }
    100% {
        transform: translateY(0); /* Return to the initial position */
    }
}

.custom-banner-row .content {
    position: relative;
    display: table;
    padding-right: 220px;
}

@media only screen and (max-width: 575px) {
    .custom-banner-row .content {
        padding-right: 60px;
    }
    .custom-banner-row .content:before {
        background-size: 100px;
        width: 100px;
        right: -20px;
        height: 100px;
        margin-top: 45px;
    }
}

/* upgrate model  */

/* Modal */
.modal-dialog { margin: 0; width: 100%; }
.modal-body {background-color: #000;}
.modal-content { border-radius: 0; border: 0; }
.modal-header { border-bottom: 0; background-color: #000; }
.general-modal .close .icon { background: url(images/icon-close.png) no-repeat; background-size: contain; width: 44px; height: 44px; display: block; margin-top: 40px; }
.general-modal .modal-header .close { cursor: pointer; border: 0; background: transparent; padding: 0; display: block; }
.general-modal .modal-header .close { top: 32px; }
.general-modal .video-wrapper iframe { height: 100vh; border: 0; }
.home.logged-in .general-modal { padding-right: 0 !important; }
.home.logged-in .general-modal .modal-header { position: absolute; right: 41px; width: 44px; padding: 0; height: 44px; z-index: 2; background: transparent; }

.modal.has-logo-top { background-color: #000; z-index: 99999;}
.modal.has-logo-top .logo-wrapper { display: inline-block; margin-top: 23px; }
.modal.has-logo-top .logo-wrapper img { max-width: 369px; }
.modal.has-logo-top .modal-body {min-height: calc(100vh - 104px);}
.modal.has-logo-top .modal-header .close { position: absolute; top: 30px; right: 40px; cursor: pointer; border: 0; background: transparent; padding: 0; display: block; }
.modal.has-logo-top .close .icon { background: url(images/icon-close.png) no-repeat; background-size: contain; width: 44px; height: 44px; display: block; }
.modal.has-logo-top .modal-header { height: 104px; text-align: center; }
.signup-modal h2 {font-size: 100px;letter-spacing: 0.31px;line-height: 1.2;margin-bottom: 33px;padding-top: 10px;color: #fff;}
.signup-modal .intro { text-align: center; margin-bottom: 50px; }
.signup-modal .intro p {font-size: 22px;font-weight: 400;color: #fff;}
.signup-modal .membership-options .single-item.container-fluid { padding-left: 80px; padding-right: 80px; }
.signup-modal .membership-options .single-item .item { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
.signup-modal .membership-options .single-item .item ul li { font-size: 16px; }
.signup-modal .membership-options .single-item .item.tier-3 ul li:nth-of-type(n+6) { color: #5f5f5f; }
.signup-modal .membership-options .single-item .item.tier-3 ul li:nth-of-type(n+6):before { background-image: url(images/icon-grey-tick.png); }

@media (min-width: 1750px){
	.signup-modal .membership-options .single-item.container-large { max-width: 1700px; }
}
@media (max-width: 1800px){
	.signup-modal .membership-options .single-item.container-fluid { padding-left: 40px; padding-right: 40px; }
}
@media (max-width: 1199px){
	.signup-modal .membership-options .single-item .item { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 30px; }
}
@media (max-width: 991px){
	.signup-modal .membership-options .single-item .intro p br { display: none; }
	.signup-modal .membership-options .single-item.container-fluid { padding-left: 40px; padding-right: 40px; }
}
@media (max-width: 767px){
	.signup-modal .membership-options .single-item h2 { font-size: 60px; }
	.signup-modal .membership-options .single-item .item { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.signup-modal .membership-options .single-item.container-fluid { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 500px){
	.signup-modal .membership-options .single-item h2 { font-size: 40px; }
}

.membership-options .item .subscription-toggle { text-align: center; margin-bottom: 13px; }
.membership-options .item .subscription-toggle p { position: relative; cursor: pointer; display: inline-block; color: #4e4e4e; font-family: 'Heebo', sans-serif; font-size: 16px; margin-left: 15px; margin-right: 15px; }
.membership-options .item .subscription-toggle p:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: transparent; }

.membership-options .item.tier-1 .subscription-toggle .active { color: #ffed00; }
.membership-options .item.tier-1 .subscription-toggle .active:before { background-color: #ffed00; }
.membership-options .item.tier-2 .subscription-toggle .active { color: #3cce2f; }
.membership-options .item.tier-2 .subscription-toggle .active:before { background-color: #3cce2f; }
.membership-options .item.tier-3 .subscription-toggle .active { color: #ff5100; }
.membership-options .item.tier-3 .subscription-toggle .active:before { background-color: #ff5100; }
.membership-options .item.tier-4 .subscription-toggle .active { color: #2f84ce; }
.membership-options .item.tier-4 .subscription-toggle .active:before { background-color: #2f84ce; }

.membership-options .item.tier-2 .button { color: #3cce2f; border-color: #3cce2f; }
.membership-options .item.tier-2 .button:hover { color: #000 !important; background-color: #3cce2f; }
.membership-options .item.tier-3 .subscription-toggle .active { color: #ff5100; }
.membership-options .item.tier-3 .button { color: #ff5100; border-color: #ff5100; }
.membership-options .item.tier-3 .button:hover { color: #000; background-color: #ff5100; }
.membership-options .item.tier-4 .subscription-toggle .active { color: #2f84ce; }
.membership-options .item.tier-4 .button { color: #2f84ce; border-color: #2f84ce; }
.membership-options .item.tier-4 .button:hover { color: #000; background-color: #2f84ce; }
.membership-options .item.tier-4 .subscription-toggle .active:before { background-color: #2f84ce; }

/* Membership options */
.membership-options { padding-bottom: 50px; overflow: hidden; }
.membership-options .row { margin-left: -20px; margin-right: -20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.membership-options .item { padding-left: 20px; padding-right: 20px; }
.membership-options .item .inner {position: relative;border: 1px solid #979797;height: 100%;padding: 25px 23px 100px 23px;color: #fff;}
.membership-options .item h3 { font-family: 'Antonio', sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; margin-bottom: 0; }
.membership-options .item ul { padding-left: 0; list-style-type: none; }
.membership-options .item ul li { position: relative; padding-left: 36px; letter-spacing: 0.26px; font-size: 18px; margin-bottom: 17px; line-height: 1.2; }
.membership-options .item ul li:before { content: ''; position: absolute; left: 0; top: 1px; background-image: url(images/icon-white-tick.png); width: 23px; height: 17px; background-size: contain; }
.membership-options .item .price { text-align: center; }
.membership-options .item .price p { display: none; font-family: 'Antonio', sans-serif; font-size: 59px; letter-spacing: 0.86px; line-height: 1.2; }
.membership-options .item .price p.active { display: inline-block; margin: 0;}
.membership-options .item .price p span { font-family: 'Antonio', sans-serif; font-size: 40px; font-weight: 100; margin-top: 11px; margin-right: 6px; display: inline-block; }
.membership-options .item .button-wrapper { text-align: center; position: absolute; left: 0; bottom: 40px; width: 100%; }
.membership-options .item .button-wrapper .button { display: none; }
.membership-options .item .button-wrapper .button.active {     
    display: inline-block;
    min-width: 194px;
    padding: 7px 20px;
    font-size: 26px;
    text-decoration: none;
  }
.membership-options .item .subscription-toggle { text-align: center; margin-bottom: 13px; }
.membership-options .item .subscription-toggle p { position: relative; cursor: pointer; display: inline-block; color: #4e4e4e; font-family: 'Heebo', sans-serif; font-size: 16px; margin-left: 15px; margin-right: 15px; }
.membership-options .item .subscription-toggle p:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: transparent; }

.membership-options .item.tier-1 .subscription-toggle .active { color: #ffed00; }
.membership-options .item.tier-1 .subscription-toggle .active:before { background-color: #ffed00; }
.membership-options .item.tier-2 .subscription-toggle .active { color: #3cce2f; }
.membership-options .item.tier-2 .subscription-toggle .active:before { background-color: #3cce2f; }
.membership-options .item.tier-3 .subscription-toggle .active { color: #ff5100; }
.membership-options .item.tier-3 .subscription-toggle .active:before { background-color: #ff5100; }
.membership-options .item.tier-4 .subscription-toggle .active { color: #2f84ce; }
.membership-options .item.tier-4 .subscription-toggle .active:before { background-color: #2f84ce; }

.membership-options .item.tier-2 .button {color: #3cce2f !important;border: 2px solid #3cce2f !important;}
.membership-options .item.tier-2 .button:hover { color: #000 !important; background-color: #3cce2f; }
.membership-options .item.tier-3 .subscription-toggle .active { color: #ff5100; }
.membership-options .item.tier-3 .button { color: #ff5100; border-color: #ff5100; }
.membership-options .item.tier-3 .button:hover { color: #000; background-color: #ff5100; }
.membership-options .item.tier-4 .subscription-toggle .active { color: #2f84ce; }
.membership-options .item.tier-4 .button { color: #2f84ce; border-color: #2f84ce; }
.membership-options .item.tier-4 .button:hover { color: #000; background-color: #2f84ce; }
.membership-options .item.tier-4 .subscription-toggle .active:before { background-color: #2f84ce; }

.signup-modal .membership-options .single-item.container-fluid { padding-left: 80px; padding-right: 80px; }
.signup-modal .membership-options .single-item .item { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
.signup-modal .membership-options .single-item .item ul li { font-size: 16px; }
.signup-modal .membership-options .single-item .item.tier-3 ul li:nth-of-type(n+6) { color: #5f5f5f; }
.signup-modal .membership-options .single-item .item.tier-3 ul li:nth-of-type(n+6):before { background-image: url(images/icon-grey-tick.png); }

@media (min-width: 1750px){
	.signup-modal .membership-options .single-item.container-large { max-width: 1700px; }
}
@media (max-width: 1800px){
	.signup-modal .membership-options .single-item.container-fluid { padding-left: 40px; padding-right: 40px; }
}
@media (max-width: 1199px){
	.signup-modal .membership-options .single-item .item { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 30px; }
}
@media (max-width: 991px){
	.signup-modal .membership-options .single-item .intro p br { display: none; }
	.signup-modal .membership-options .single-item.container-fluid { padding-left: 40px; padding-right: 40px; }
}
@media (max-width: 767px){
	.signup-modal .membership-options .single-item h2 { font-size: 60px; }
	.signup-modal .membership-options .single-item .item { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.signup-modal .membership-options .single-item.container-fluid { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 500px){
	.signup-modal .membership-options .single-item h2 { font-size: 40px; }
}

.copyright-section { text-align: center; }
.copyright-section p {color: #ffffff;font-family: 'Heebo', sans-serif;font-size: 13px;font-weight: 400;text-transform: uppercase;}
.copyright-section p .sep { display: inline-block; margin-left: 8px; margin-right: 8px; }
.copyright-section p a {color: #fff;text-decoration: none;-webkit-transition: 0.2s all;transition: 0.2s all;}
.copyright-section p a:hover { color: #fff900; }

@media (max-width: 370px){
	.footer-bottom .copyright-section .sep { display: none; }
	.footer-bottom .copyright-section .copyright { display: block; }
}

.signup-modal .membership-options .multiple-items .button-wrapper a.button-ghost {
    font-family: 'Antonio', sans-serif;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid #fff900;
    background-color: transparent;
    color: #fff900;
    font-size: 16px;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1.39px;
    min-width: 194px;
    text-decoration:none;
}

.signup-modal .modal-body> .intro> .container> h2 {
    margin: 0 0 30px 0 !important;
}

@media (max-width: 767px) {
    .modal.has-logo-top .close .icon {
        width: 30px;
        height: 30px;
    }
    .modal.has-logo-top .logo-wrapper img {
        width: 100%;
        padding-right: 50px;
    }
}
.mepr-login-actions a {
    text-decoration: none;
    color: #717171;
    font-size: 14px;
    margin-left: 15px;
}
.login-modal .row { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.login-modal h3 { text-transform: uppercase; font-family: 'Antonio', sans-serif; font-size: 100px; font-weight: 700; letter-spacing: 0.31px; margin-bottom: 40px;color: #fff; }
.login-modal .button-primary, .mp_login_form input[type=submit] { font-family: 'Antonio', sans-serif; -webkit-transition: 0.2s all; transition: 0.2s all; padding-left: 20px; padding-right: 20px; border-radius: 0; border: 3px solid #fff900; background-color: transparent; color: #fff900; font-size: 16px; text-align: center; font-size: 26px; letter-spacing: 1.39px; text-transform: uppercase; padding-top: 10px; padding-bottom: 12px; min-width: 120px; }
.login-modal .button-primary:hover , .mp_login_form input[type=submit]:hover { cursor: pointer; background-color: #fff900; border-color: #fff900; color: #000; }
.login-modal .bg { position: absolute; height: 100%; top: 0; width: 50%; background-size: cover; background-position: center center; }
.login-modal .col-form { min-height: calc(100vh - 104px); }
.login-modal .col-form .inner { padding-left: 85px; padding-top: 10px; padding-bottom: 40px; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.login-modal button.mp-hide-pw { display: none; }
.login-modal .mepr-login-actions a { text-decoration: none; color: #717171; font-size: 14px; }

@media (max-width: 991px){
	.login-modal .col-form .inner { padding-left: 50px; }
}
@media (max-width: 767px){
  .login-modal h3 { font-size: 50px; }
	.login-modal .bg { opacity: 0.2; width: 100%; }
	.login-modal .col-form .inner { padding-left: 0; }
}

.headerdata .header-right .search-icon {
    width: 70px;
    height: 70px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    flex-direction: column;
    padding: 25px 20px;
}

.member-custom-banner-with-filter {
    display: none; /* Hide by default */
}

.member-custom-banner-with-filter.show-banner {
    display: block; /* Show when clicked */
}
/* form css */

.panel-memberpress-product h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 90px;
	line-height: 1.1;
	color: #fff;
	}
.panel-memberpress-product h2 {
    color: rgb(255, 249, 0);
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.44px;
    border-bottom: 1px solid rgb(73, 73, 73);
    padding-bottom: 20px;
    margin-bottom: 0;
	text-align: center; 
}
.panel-memberpress-product .billing-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(73, 73, 73);
    padding-bottom: 11px;
	color: #fff;
}
@media (max-width: 1199px){
	.panel-memberpress-product h1 { font-size: 58px; }
}
@media (max-width: 767px){
	.panel-memberpress-product { padding-top: 90px; }
	.panel-memberpress-product h1 { font-size: 40px; }
	.panel-memberpress-product h2 { font-size: 28px; }
	.panel-memberpress-product .price .number { font-size: 45px; }
	.panel-memberpress-product .billing-period .symbol { font-size: 36px; margin-top: 6px; }
}

.postid-390 .entry-content p {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.23px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}
.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password] {
    color: #fff;
    border-radius: 0;
    border: 1px solid #444343;
    background-color: transparent;
    padding-top: 7px;
    padding-bottom: 7px;
}

.mp_wrapper .mp-form-row label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.mp-form-row.mepr_bold.mepr_price , #mepr_signup_form a.have-coupon-link , .mp_wrapper #mepr_signup_form fieldset.mepr-payment-methods-wrapper legend {
    color: #fff;
}

.mp_wrapper #mepr_signup_form .mepr-payment-methods-wrapper .mepr-payment-methods-radios {
    display: flex;
    color: #fff;
}

.p-HeightObserverProvider .p-GridCell label.p-FieldLabel.Label.Label--empty {
    color: #fff;
    font-family: "college-block";
}

.p-BillingAddressForm .p-GridCell label.p-FieldLabel.Label {
    color: #fff;
}

#mepr_signup_form .total-billed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgb(73, 73, 73);
    border-bottom: 1px solid rgb(73, 73, 73);
    margin-bottom: 22px;
    padding-top: 13px;
    color: #fff;
}

.panel-memberpress-product .yellow-notice {
    border: 2px dashed #ffed00;
    padding: 10px 30px 0 20px;
    margin-bottom: 27px;
    color: #fff;
}

.wpcf7 .wpcf7-submit, .single-memberpressproduct .mepr-submit {
    color: #fff900;
    padding-top: 10px;
    padding-bottom: 12px;
    vertical-align: top;
    max-width: 194px;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.39px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #ffed00;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.wpcf7 .wpcf7-submit:hover, .single-memberpressproduct .mepr-submit:hover {
    background-color: #fff900;
    border-color: #fff900;
    color: #000;
}

.mp_wrapper .mepr-payment-method {
    color: #fff;
}

.panel-memberpress-product .yellow-notice {
    border: 2px dashed #ffed00;
    padding: 10px 30px 0 20px;
    margin-bottom: 27px;
    color: #fff;
    text-align: center;
}

.mp_wrapper #mepr_signup_form .mp-form-submit {
    display: flex;
    justify-content: center;
}

.panel-memberpress-product .post-navigation {
    display: none;
}

.mp_wrapper #mepr_signup_form  #mepr-address-country1 option{
  color: #000;
}

.purchase-membership {
    display: flex;
    flex-wrap: wrap;
}
 
.purchase-membership> span {
    width: 100%;
}
 
.purchase-membership> a {
    margin-top: -15px;
}

.class-merch, .class-ringworm{
  display:none !important; 
}

.menu-footer-wrapper a {
    color: #000;
    text-decoration: none;
}

.copyright span.sep {
    padding: 0px 10px;
}

.copyright a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

/* CUSTOMIZER CSS */


.custom-new-commend h1.maintxt span svg {
    animation: horizontalmotion 1s infinite alternate;
    animation: horizontalmotion 1s infinite alternate;
}

.insane-content ul li:before{animation: horizontalmotion 1s infinite alternate;
    animation: horizontalmotion 1s infinite alternate;}
.yellowtxt {overflow:hidden;}
.mind-image {
    right: 2%;top:-80px;
    width: 277px;
    

}
.models img {
    right: 0;
    z-index: 99999;
}
.more-videos-section.most-popular-sec h2.section-title {
    text-align: center;
}
.page-id-2832 .more-videos-section.most-popular-sec .main-container {
    max-width: 100%;
}
.our-categories h2.section-title {
    text-align: center;
}
/*==============07-11-25=========*/
.promo-banner .cust-row {
    display: flex;
    align-items: center;
    justify-content: normal;
    position: relative;
    gap: 10px;
}
.promo-banner .graphics {
    width: 30%;
}
.promo-banner .graphics img {
    width: 100%;
    max-width: 395px;
}


.single-video .more-videos-section {
    padding-bottom: 240px;
}
  .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
 
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
 
.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 99;
}
 
.video-poster img {
  width: 100%;
  height: 100%;
  display: block;
  transition: .3s;
}
 
.video-poster:hover img {
  opacity: 1;
}
 
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner .secondtxt {
    font-weight: 500;
}
.banner .maintxt {
  
    font-weight: 500;
}
.sneak-peak-of-the-debauchery.newest-section h2.custom-heading-main {
    font-family: 'college-block';
 }

.yellowtxt .marquee-inner {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 200s linear infinite;
}
.sneak-peek-video article.video-card iframe {
    height: 790px !important;
    width: 100%;
}
.yellow-ticker {
    font-size: 60px;
    line-height: 1;
    white-space: nowrap;
    background: #ffeb00;
    color: #000;
    padding: 40px 0;
    position: absolute;
    bottom: -117px;
    left: -100px;
    transform: rotate(9.34deg);
    text-transform: uppercase;
    z-index: 2;
    width: 110%;
}

.ticker-track {
	display: flex;
	width: max-content;
	animation: ticker-scroll 33s linear infinite;
}

.ticker-track span {
	display: inline-block;
	padding-left: 15px;	
}

@keyframes ticker-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.blackimg {
  
    margin-top: -130px;
}
.science-book-sec .yellow-ticker {
    position: relative;
    bottom: -300px;
}
.panel-member-login input {
    width: 100%;
    padding: 12px 40px 12px 15px !important;
    border: 2px solid #ffeb00 !important;
    border-radius: 0px;
    outline: none;
    background-color: transparent;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px !important;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
}
label.custom-remember {
    display: flex;
    align-items: flex-end;
    width: max-content !important;
    flex-direction: row;
    max-width: 100% !important;
    font-size: 15px;
    gap: 10px;
    align-items: center;
}

label.custom-remember input#rememberme {
    max-width: fit-content;
}
.panel-member-login .submit input#wp-submit {
    width: auto;
	text-align:center;
}

.panel-member-login button.button.mp-hide-pw.hide-if-no-js {
    display: none;
}
.panel-member-login.panel-class-member {
    padding: 100px 0;
    width: 100%;
    display: inline-block;
}
.panel-member-login .mepr-login-actions {
    float: left;
    margin-top: -10px;
}

.panel-member-login .submit {
    float: left;
}

.panel-memberpress-login {
    padding: 40px 0;
}
.panel-memberpress-login input#wp-submit {
    float: left;
}

.panel-memberpress-login input {
    padding: 12px 40px 12px 15px !important;
    border: 2px solid #ffeb00 !important;
    border-radius: 0px;
    outline: none;
    background-color: transparent !important;
    font-family: 'Poppins' !important;
    font-weight: 400;
    font-size: 20px !important;
    margin-left: 0;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff !important;
    text-align: center;
    border-radius: 0 !important;
}


.panel-member-login.panel-class-member label {
    color: #fff;
}
/*=============14-11-25==========*/
.custom-video-banner .custom-banner-row {
    padding: 0;
}
.member-custom-banner .member-custom-content h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}
.page-id-2832  .sneak-peak-of-the-debauchery.newest-section .custom-top-heading h2:nth-child(1) {
    transform: unset;
    max-width: 100%;
    width: 100%;
    font-weight: 500;
}

.page-id-2832  .sneak-peak-of-the-debauchery.newest-section .custom-top-heading {
    max-width: fit-content;
	font-weight:500 !important;
}
.member-custom-banner .right-member-image img {
    width: 70%;
    float: right;
}
.member-custom-banner  .member-custom-content {
    width: 100%;
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 80px;
}


.custom-video-banner section.banner .content {
    padding: 0;
}
.custom-video-banner section.banner .content {
    padding: 0;
    z-index: 99999;
}
.custom-video-banner section.banner .cust_container {
    right: 0;
    margin: auto;
    text-align: left;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
}
.custom-video-banner {
    position: relative;
}
.science-book-sec.home-cross-title .yellow-ticker {
    bottom: 0;
    z-index: 9999;
}
.science-book-sec.home-cross-title .blackimg {
    position: absolute;
    top: -140px;
}
.science-book-sec.home-cross-title {
    padding: 0 !important;
    overflow: unset;
    margin-bottom: 0 !important;
    position: relative;
}
.custom-video-banner .video-wrapper {
    position: relative;
    overflow: hidden;
 height:80vh !important; 
}
.custom-video-banner .banner {
    background-image: unset;
    background-color: unset;
    height: max-content;
    display: contents;position:relative;
}
.custom-video-banner .banner:before {
    background: #120a0a4f;
    position: absolute;
    height: 100%;
    content: '';
    z-index: 1;
    width: 100%;
}
.our-categories .video-info a{
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFED00 !important;
    text-decoration: none;
    border: 1px solid #FFED00;
    margin: 0 auto;
    padding: 23px 40px;
    display: inline-block;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 0 !important;
    width: 100%;
    margin: 10px 0px !important;
}
.our-categories .video-info a:hover{
	background:#FFED00;color:#000 !important;
}
.our-categories .video-info {
    padding: 0;
    background: unset;
    border: 0;
}

.our-categories .video-info a {
    font-family: 'Antonio';
}


@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

 .custom-new-commend .blackimg {
    margin-top: -130px;
}

	.more-videos-section.most-popular-sec {
    padding-bottom: 0;
}
.page-members .popular-videos {
    padding-bottom: 0;
}
.archive.category .popular-videos {
    padding-bottom: 100px;
}
/*===================header========css*/
.header .sidebar ul li a {
    position: relative;
    font-size: 60px;
    letter-spacing: 0.44px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
    color: inherit;
}

/* Hover underline (before element) */
.header .sidebar ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 3px;
    width: 100%;
    height: 4px;
    background-color: #ffeb00;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.sidebar-logo {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sider-bar-header {
    display: flex;
    margin-right: 10px;
    justify-content: right;
    align-items: center;
}
.sider-bar-header .button {
    border-radius: 0;
    padding: 10px 0;
    border: 2px solid #fff900;
    background-color: transparent;
    color: #fff900;
    font-size: 16px;
    text-decoration: none;
    font-size: 26px;
    min-width: 194px;
    text-align: center;
}
.sider-bar-header a.button.button-ghost.account-btn {
    border-color: #000;
    color: #dfff;
}

.sider-bar-header{text-decoration:none;}

.upgrade-wrapper {
    gap: 10px;
    display: flex;
}
.header .sidebar ul li a:hover::before {
    opacity: 1;
}
.header .sidebar ul li:before {
    content: '';
    position: absolute;
    background: url(https://stg.universityofmarcheal.com/wp-content/uploads/2025/12/list-injection.png) no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 20px;
    left: 0;opacity:0;
    top: 50%;
}
/* List item styles */
.header .sidebar ul li {
    position: relative;
    padding-left: 87px;
}
.header .sidebar ul li a {
    color: #fff;
}
.header .sidebar ul li:hover a {
    color: #ffeb00;
}

.header .sidebar ul li:hover::before {
    opacity: 1;
}

/* Container */
.menu-main-menu-container {
    max-width: 900px;padding:0 10px;
    margin: 0 auto;
}
.header .sidebar {
    width: 100% !important;
    max-width: 100%;
}


li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3475 {
    display: none;
}
.promo-banner .models {

    z-index: 1;
}
.video-poster:before {
    content: '';
    position: absolute;
    background: #00000085;
    width: 100%;
    height: 100%;
}

.custom-banner-row {
    padding-top: 100px;
}

.custom-new-commend .banner {
    min-height: 530px;    background: #ff5c00;
    height: 100% !important;
}
.custom-new-commend .banner:before {
    position: absolute;
    content: '';
    background: url(https://stg.universityofmarcheal.com/wp-content/uploads/2025/11/mobile-banner.png);
    max-width: 800px;
    width: 100%;
    height: 100%;
    background-position: right;
    right: 0;
    background-size: 90%;
    background-repeat: no-repeat;
}
.yellow-ticker {
   
transform: rotate(7deg);
  
}

.banner .secondtxt {
    font-size: 60px;
 
}
.banner .maintxt {
    font-size: 80px;
    line-height: 90px;
  
}
.banner a.bannerbtn {
    padding: 19px 20px;
    font-size: 25px;
 
}
.custom-banner-row .content:before {
    width: 160px;
    height: 160px;
    top: 7%;
    background-size: 100%;
}
.custom-banner-row .content{padding-right:150px;}

.page-id-9 .custom-new-commend .popular-videos {
    padding-bottom: 200px !important;
}
@media only screen and (max-width: 768px) {
	  .mobile-banner-bg {
        width: calc(100% + 10%) !important;
    }
.custom-video-banner section.banner .cust_container {
      top: 40%;
    
}
.page-id-9 .custom-new-commend .popular-videos {
    padding-bottom: 100px !important;
}
}

@media only screen and (max-width: 575px) {


}
/*=============14-11-25==========*/


@media only screen and (min-width:2470px) {
	
	.main-banner {
    overflow: hidden;

}
	
}

@media only screen and (max-width:1900px) {
	.custom-new-commend {
    overflow: hidden;
}
	.main-banner:before{display:none;}
	.yellow-ticker {
   
    bottom: -47px;
   }
	.custom-video-banner {
    position: relative;
    padding-bottom: 160px;
}
.models img {
    right: 0px;
    width: 100%;
    
    position: relative;
}
	.promo-banner .text-block h2 {

    font-weight: 400;
    font-size: 60px;
   
}
	.promo-banner .text-block {
    width: 30%;
}
.promo-banner .models {
    width: 50%;
    display: inline-block;
}
}

@media only screen and (max-width:1800px) {
	.single-video footer.footer:before {
    
    width: 294px;
    height: 210px;
    top: -100px;
   
}
	
	
}
@media only screen and (max-width:1680px) {
.single-video footer.footer:before {
    width: 214px;
    height: 180px;
    top: -80px;
}
}

@media only screen and (max-width:1700px) {
	.promo-banner .models {
    width: 40%;
    display: inline-block;
}
	.blackimg img.blacktxt {
    width: auto;
}
	.main-banner:before {

    background: unset;
  
}
	.science-book-sec .yellow-ticker {
    position: relative;
    bottom: -110px;
}
	.science-book-sec .blackimg img.blacktxt {
    width: 100%;
}
	.custom-banner-row {
    padding-top: 70px;
}
	.yellow-ticker {
    bottom: -107px;
}
}

@media only screen and (max-width:1600px) {
	.single-video footer.footer:before {
   
    width: 200px;
    height: 200px;
    top: -90px;
    left: 16px;
    background-size: 100%;
    background-position: center;
}
	.custom-video-banner section.banner .cust_container {
   
    top: 40%;
  
}
	.custom-video-banner .video-wrapper {
  
    height: auto !important;
}
	.custom-new-commend .yellowtxt {
 
    bottom: -5%;
    
}
	.models img {

    right: 0px;

}
}

@media only screen and (max-width:1600px) {
	
	.custom-new-commend .yellowtxt {
 
    bottom: -3%;
    
}
	.sneak-peek-video article.video-card iframe {
    height: 500px !important;
    width: 100%;
}
.search.search-results.theme-universityofmarcheal.woocommerce-js.hfeed.video-worst-worst-2-and-facing-our-fear-of-heights-and-reels .popular-videos {
    padding-bottom: 100px;
}

}

@media only screen and (max-width:1440px) {

.promo-banner .text-block h2 {
    font-weight: 400;
    font-size: 50px;
}
}
@media only screen and (max-width:1280px) {
	.custom-new-commend .banner:before {
    display: none;
}
	.search.search-results.theme-universityofmarcheal.woocommerce-js.hfeed.video-worst-worst-2-and-facing-our-fear-of-heights-and-reels .popular-videos {
    padding-bottom: 80px;
}
	
	.science-book-sec {
    padding-top: 0;
    padding-bottom: 0;
}
	.science-book-sec .yellow-ticker {
    position: relative;
    bottom: -190px;
    padding: 30px 0;
    font-size: 40px;
}
	.custom-banner-row .content {
    padding-right: 150PX;padding-top:30px;
}
	.custom-banner-row .content:before {
    width: 167px;
    height: 167px;
    right: 0;
    top: 28%;
    background-size: 70%;
}
	 .custom-new-commend .main-banner .custom-banner-row{padding-top:0px;}
	
.banner {
    background-color: #ff5c00 !important;
   
    background-image: unset !important;
}
		.custom-new-commend .yellowtxt {
    bottom: 0;
    transform: rotate(4.34deg);
}
	.promo-banner .text-block h2 {
   
    font-weight: 400;
    font-size: 40px;
    padding: 20px 40px;
	}
.promo-banner .graphics {
    width: 40%;
}
	.blackimg img.blacktxt {
    width: 100%;
}
	.yellow-ticker {
   
    transform: rotate(
3deg);
   
}
	.custom-video-banner {
    padding-bottom: 0 !important;
}
	
	.custom-video-banner section.banner .cust_container {
    right: 0;
   
    top: 10%;
    left: 0;
    transform: unset;
    z-index: 9999999999999;
    margin: 0 auto;
    right: 0;
}
	.science-book-sec.home-cross-title .blackimg {
    position: relative;
    top: 0;
}
	.custom-video-banner .video-wrapper {

    height: auto !important;
}
	.custom-video-banner section.banner .content {
  
    margin: auto;
}
	.custom-video-banner .video-wrapper video#video {
    height: 100%;
}
	.custom-new-commend .blackimg {
    margin-top: 0;
}
}
@media only screen and (max-width:1200px) {
.custom-new-commend .banner {
    min-height: auto;
}
	.member-custom-banner .custom-row {

    gap: 40px;
    align-items: end;
}
	.member-custom-banner .right-member-image img {
    width: 100%;
    float: right;
    object-fit: contain;
}
	.science-book-sec .yellow-ticker {
    bottom: -130px;
 }
	.header .sidebar ul li a {
    font-size: 40px;
 }
	.footerlogo img {
    max-width: 300px;
}
	}

@media only screen and (max-width:1024px) {
	.promo-banner .graphics img {
    max-width: 230px;
}
	.custom-banner-row .content:before {
    width: 130px;
    height: 130px;
    right: 0;
    top: 24%;
    background-size: 100%;
}
	.member-custom-banner .main-container {
    padding-right: 15px;
}
	.member-custom-banner .custom-row {
    gap: 0;
    align-items: center;
}
	.promo-banner .text-block h2 {
   padding: 15px;
}
	.mind-image {
 
    width: 247px;
}
	
	.single-video  .more-videos-section {
    padding-bottom: 180px;
}
	.single-video footer.footer:before {
    width: 180px;
    height: 180px;
    top: -80px;
    left: 0;
    background-size: 100%;
    background-position: center;
}
	.yellow-ticker {
  
    width: 120%;
}
	.footerlogo img {
    max-width: 250px;
}
}
@media only screen and (max-width:991px) {
	
	.promo-banner .text-block h2 {
    font-size: 30px;
}
	
	.yellow-ticker {
    width: 120%;
}
	
	.sneak-peek-video article.video-card iframe {
    height: 300px !important;
}

	.footerdata {

    align-items: center;
    flex-direction: column;
    gap: 10px;
}
	.single-video footer.footer:before {
    left: 0;
        margin:0 auto;
    right: 0;
}
	.custom-new-commend {
    padding-bottom: 30px;
}
	.page-id-9 .popular-videos {
    padding-top: 0;padding-bottom:50px;
}
}

@media only screen and (max-width:768px) {
	.promo-banner .models {
    width: 100%;
  
}
	.promo-banner .graphics {
    width: 100%;
}
	.custom-banner-row .content {
    padding-right: 120PX;
}
	.search.search-results.theme-universityofmarcheal.woocommerce-js.hfeed.video-worst-worst-2-and-facing-our-fear-of-heights-and-reels .popular-videos {
    padding-bottom: 50px;
}
	
	.science-book-sec .yellow-ticker {
    position: relative;
    bottom: -110px;
    padding: 20px 0;
    font-size: 30px;
}
	.archive.category .popular-videos {
    padding-bottom: 20px;
}
	
	.yellow-ticker {
    transform: rotate(
3deg);
    padding: 20px 20px;
    bottom: 10px;
    font-size: 50px;
}
.mind-image {
    width: 167px;
    top: -40px;
    right: 14%;
}
.custom-new-commend .yellowtxt {
    font-size: 50px;
    width: 120%;
    padding: 48px;
}
	.custom-new-commend .blackimg {
    margin-top: -50px;
}
	.promo-banner .graphics img {
    max-width: 540px;
    margin: 0 auto;
    display: block;
}
	.promo-banner .text-block h2 {

    font-size: 50px !important;
}
		.promo-banner .text-block {
    width: auto;
}
}
@media only screen and (max-width:767px) {
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3475 {
    display: block;
}
	.sider-bar-header a.button.button-ghost.account-btn {
   
    display: none;
}
	.sidebar-logo {
    margin-right: 20px;
}
.member-custom-banner  .member-custom-content {
  
    padding-top: 30px;
    padding-bottom: 0px;
}
.member-custom-content h3 {
    font-size: 20px;
 }
	.right-member-image {

    display: flex;
    justify-content: center;
}
	.member-custom-banner .member-custom-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
	.member-custom-content .sort-select {
    padding: 8px 15px;
    font-size: 16px;height:45px;
    margin-bottom: 20px;
}
	.member-custom-content .search-box input::placeholder {
    FONT-SIZE: 16px;
}
	.member-custom-content .search-box input {
    padding: 8px 40px 8px 8px;
    border: 2px solid #000;
    font-size: 16px;height:45px;
	}
	
	
.science-book-sec .yellow-ticker {
    transform: rotate(
8deg);
    bottom: -70px;
}
	.science-book-sec {
    padding-top: 0;
}
	.our-proud-partners {
    padding-top: 0;
}
	.custom-new-commend .yellowtxt {

    padding: 22px;
}
	.page-id-2832 .popular-videos {
    padding: 40px 0 0 0;
}
.more-videos-slider:before,  {
   display:none;
}
	.more-videos-slider:before{display:none;}
	.single-video footer.footer:before {
    top: -130px;
 }
	.more-videos-section.most-popular-sec {
    padding-bottom: 0;
}
	.most-popular-sec .more-videos-slider::after, .most-popular-sec .more-videos-slider:before{display:none;}
	.more-videos-section .main-container {
    
    padding-right: 15px;
}
	.more-videos-section article.video-card.slick-slide {
    margin-left: 0px;
}
	
	.putting-alligator h3 {
    font-size: 22px;
    line-height: 30px;
}
.purchase-membership h5 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 5px;
}
	.purchase-membership {
    padding: 30px 15px;
}
	.purchase-membership span {
    
    font-size: 18px;
    line-height: 19px;
    }
	.sider-bar-header .button {
    padding: 11px 0;
    font-size: 23px;
    min-width: 150px;
}
}
	@media only screen and (max-width:575px) {
		.custom-banner-row .content:before {
    width: 90px;
    height: 90px;
    right: 20px;
    top: 0;
    background-size: 100%;
}
		.page-id-9 .custom-new-commend .popular-videos {
    padding-bottom: 30px !important;
}
		.header .sidebar ul li:before {
   
    width: 50px;
    height: 10px;
    left: 30px;
   }
		.sidebar-logo a img {
    max-width: 160px;
    width: 100%;
}
		.header .sidebar ul li a {
    font-size: 24px;
}
		
		 .science-book-sec {
    padding-bottom: 50px;
}
		.banner .maintxt span {
    justify-content: center;
    gap: 15px;
}
		.banner .maintxt span svg {
    width: 50px;
}
		.custom-banner-row .content {
    padding-top: 30px;
}
		.mobile-banner-bg {
    max-width: 300px;
}
		.banner a.bannerbtn {
    margin-bottom: 15px;
}
		.custom-new-commend .banner h2.secondtxt {
    margin-bottom: 12px;
}
.join-part-1, .join-part-2 {
    font-size: 30px;
    line-height: 40px;
}
	.mind-image {
    width: 90px;
    top: 0px;
    right: -10px;
}
		.yellow-ticker {
    padding: 16px 20px;
    bottom: 10px;
    font-size: 30px;
    width: 150%;
}
			.banner .secondtxt {
    font-size: 24px;
}
	.banner .maintxt {
    font-size: 24px;
    line-height: 30px;
}
	.banner a.bannerbtn {
    padding: 7px 10px;
    font-size: 14px;
}
		.our-categories .video-info {
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    padding: 17px 20px;
    width: 100%;
    margin: 10px 0px !important;
}
		.member-custom-banner .member-custom-content h2 {
    font-size: 30px;
    line-height: 35px;
}
}
	@media only screen and (max-width:490px) {
		
		.custom-new-commend .yellowtxt {
    padding: 22px;
    font-size: 40px;
    width: 150%;
}	
		.mepr-login-actions a {
    
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}
		.panel-member-login .mepr-login-actions {
    float: left;
    margin-top: 30px;
}
		.header .sidebar ul li a {
    font-size: 18px;
}
.header .sidebar ul li:before {
    width: 50px;
    height: 50px;
    left: 10px;
    top: 3px;
}
	}
@media only screen and (max-width:430px) {
	.sider-bar-header .button {
    padding: 4px 5px;
    font-size: 12px;
    min-width: 82px;
}
.custom-banner-row .content:before {
    width: 50px;
    height: 50px;
    right: 0;
    top: 10px;
    background-size: 100%;
}
	.custom-banner-row .content {
    padding-right: 50px;
}
	.science-book-sec .yellow-ticker {
   
   
    padding: 11px 0;
    font-size: 23px;
    bottom: -50px;
}
	
.footer .copyright {

    font-size: 17px;
    line-height: 24px;text-align:center;
}
.header .sidebar ul li {
  
    padding-left: 0px;
}
	.header .sidebar ul li:before{display:none;}

}

.close-btn img {
    width: 20px;
}

.more-videos-section .slick-next {
    right: 50px;
    z-index: 99;
}
.more-videos-section .slick-prev:before,
.more-videos-section .slick-next:before {
    font-family: FontAwesome;
    content: "";
}
.more-videos-section .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 99999;
    background: rgb(255, 237, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 237, 0);
    border-image: initial;
    border-radius: 40px;
}
.more-videos-section .slick-arrow i {
    color: rgb(0, 0, 0);
    font-family: FontAwesome;
    font-size: 17px;
}
.more-videos-section .slick-arrow:hover {
    background: transparent;
}
.more-videos-section .slick-arrow:hover i {
    color: rgb(255, 237, 0);
}
.footerdata {
    flex-wrap: wrap;
}

.footer .copyright {
    width: 100%;
    justify-content: center;
    display: flex;
}

.footerdata .menu-footer-wrapper .menu {
    display: flex;
    gap: 30px;
    padding: 0;
}
.footerdata .menu-footer-wrapper .menu li{
    list-style: none;
}

.footerdata .menu-footer-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footerdata .menu-footer-wrapper .menu li a {
    color: #000;
    text-decoration: none;
}

.footerdata .logout-link a {
    color: #000;
    text-decoration: none;
}
.panel-tiles {
    background-color: transparent;
}
.panel-tiles .item.class-podcast p {
    margin: 0;
}
.panel-tiles .item h3 {
    margin-top: 0;
	color: #fff;
}
.panel-tiles .item .inner {
    padding-left: 15px;
    padding-right: 15px;
}
.panel-tiles .item {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
}