body {
  font-family: 'Fira Sans', sans-serif;
}

.notoSerif {
  font-family: "Noto Serif", serif;
}

.playfairDisplay {
  font-family: "Playfair Display", serif;
}

.btn-dark{
  background: #000;
  border-radius: 0px;
  transition: background-color 0.35s;
}

.btn-dark:hover {
  background-color: #583f24;
  border-color: #583f24;
}

.bg-dark {
    background-color: #000000 !important;
}
.navbar {
  transition: all 0.35s ease;
}
.navbar .navbar-brand {
	display: none;
	transition: all 0.35s ease;
}

.navbar .collapse .navbar-nav {
	margin-left: auto;
	margin-right: auto;
	transition: all 0.35s ease;
}

.navbar.fixed-top .collapse .navbar-nav {
	margin-left: auto;
	margin-right: 0px;
	transition: all 0.35s ease;
}
.navbar.fixed-top{
	padding: 0px 30px;
	transition: all 0.35s ease;
	box-shadow: 0px 2px 5px #000000ad;
}
.navbar.fixed-top .navbar-brand {
	display:block;
	padding: 0px;
	transition: all 0.35s ease;
}

.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
/*Top header*/

.social .list-inline-item svg {
  height: 18px;
  width: auto;
}

.social .list-inline-item path {
  transition: fill 0.3s ease;
}

.social .list-inline-item:hover path {
  fill: #717171;
}

.searchWrapper input {
  position: relative;
  padding: 5px 40px 5px 20px;
  width: 20px;
  color: #525252;
  border: none;
  border-radius: 5px;
  transition: width 0.4s ease;
  outline: none;
}

.searchWrapper .iptVisible {
  width: 300px;
  border: 1px solid #ccc
}

.searchWrapper .btnToggleSearch {
  position: absolute;
  right: 20px;
  top: 13px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0px;
}

/*Top header*/

/*Hero Section slider*/

.swiper-button-next::after, .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: #ffffff;
  background: #0C0F12;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #000;
  position: relative;
  top: 2px;
}

.swiper-pagination {
  position: relative;
  display: block;
  bottom: -8px !important;
}

.imageWrapper {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: #000000;
}

.imageWrapper img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
}

.imageWrapper .imageContent {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.imageWrapper .imageContent::before, .imageWrapper .imageContent::after {
  pointer-events: none;
}

.imageWrapper .imageContent, .imageWrapper .imageContent > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imageWrapper .imageContent > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.imageWrapper h2 {
  font-weight: 300;
}

.imageWrapper h2 span {
  font-weight: 800;
}

.imageWrapper h2, .imageWrapper p {
  margin: 0;
}

.imageWrapper p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.imageWrapper .imageContent::before, .imageWrapper .imageContent::after {
  position: absolute;
  content: '';
  opacity: 0;
}

.imageWrapper .imageContent::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imageWrapper .imageContent::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imageWrapper h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.imageWrapper p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

.imageWrapper img, .imageWrapper h2 {
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(0,-30px,0);
}

.imageWrapper img, .imageWrapper .imageContent::before, .imageWrapper .imageContent::after, .imageWrapper p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.imageWrapper:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.imageWrapper:hover .imageContent::before, .imageWrapper:hover .imageContent::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.imageWrapper:hover h2, .imageWrapper:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.imageWrapper:hover .imageContent::after, .imageWrapper:hover h2, .imageWrapper:hover p, .imageWrapper:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media screen and (max-width: 500px) {
.imageWrapper p {
  display:none;
}

.imageWrapper h2 {
  word-spacing: normal;
  font-size: 20px;
  padding-top: 0px !important;
}
}
/*Hero Section slider*/
/* Home page - main - tabs Wrapper */
.tabs-wrapper.nav-tabs {
  position: relative;
}

.tabs-wrapper .nav-link {
  position: relative;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 15px;
  color: #6c6c6c;
  font-weight: 500;
  font-size: 20px;
}

.tabs-wrapper .nav-link.active {
  color: #000000;
}

.tabs-wrapper .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%; /* Center the pseudo-element */
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #ab8233;
  transition: width 0.3s ease;
}

.tabs-wrapper .nav-link.active::before {
  width: 100%;
}
/* Home page - main - YouTube Video Wrapper */
/*Posts section - Home page*/
.poster {
  overflow: hidden;
}
.posterWrapper{
  border-bottom: 3px dashed#ccc;
}
.posterWrapper img{
  transition: 0.5s;
}

.posterWrapper:hover img{
    transform: scale(1.1);
}

.posterWrapper h2{
    width: 90%;
    margin: 0px auto -25px;
    background: #ffffff6b;
    padding: 30px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    border: 3px solid #b99254;
    z-index: 2;
    position: relative;
	text-align: center;
	transition: transform 0.35s;
}

.posterWrapper:hover h2 {
    transform: translate3d(0,-35px,0);
}
.btnPlay {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#b99254 50%, #b9925478 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  cursor: pointer;
}

.btnPlay::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.btnPlay::before{
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 3s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #b99254;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.btnPlay:hover:after{
  border-left: 15px solid #b99254;
  transform: scale(20);
}

.btnPlay:hover:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*Posts section - Home page*/
/*YoutubeChannel CSS*/
.YoutubeChannel{
    margin-bottom: -50px;
}
.YoutubeChannel .visit{
    background: #b99254;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 2px 2px 5px #0000004f;
	color: #fff;
}
/*YoutubeChannel CSS*/
/*Footer CSS*/
footer {
  background: #000000;
  color: #fff;
}

.footerUl li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footerItem p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
}
/*Footer CSS*/
/*Hero section - Program page*/
.programHero .content {
  background: linear-gradient(#805d26, #b992546e), url(../images/program.bg.jpg) center center;
  background-size: cover;
  color: #ffffff;
  padding: 40px;
}

@media (min-width: 768px) {
  .programHero .content {
    padding: 80px;
  }
}

.programHero .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

.programHero .content p:last-child {
  margin-bottom: 0;
}

/*Hero section - Program page*/
/*player*/
.ytVideos h3 {
	font-family: "Playfair Display", serif;
}

.plyr__control--overlaid svg {
  display:none;
}

.plyr--video .plyr__control:hover, .plyr--video .plyr__control:focus-visible {
  background: #b99254;
  outline: none;
}

.plyr--full-ui input[type=range] {
  color: #b99254;
}

.plyr__control.plyr__control--overlaid {
  width: 94px;
  height: 94px;
  background: radial-gradient(#b99254 50%, #b9925478 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.plyr__control.plyr__control--overlaid::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.plyr__control.plyr__control--overlaid::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 3s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #b99254;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.plyr__control.plyr__control--overlaid:hover:after{
  border-left: 15px solid #b99254;
  transform: scale(20);
}

.plyr__control.plyr__control--overlaid:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
.ytPlayer.plyr__video-embed img {
	width: 100%;
	height: auto;
}

.ytVideos .videoWrapper h3{
    width: 90%;
    margin: 0px auto -25px;
    background: #ffffff6b;
    padding: 30px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    border: 3px solid #b99254;
    z-index: 2;
    position: relative;
    text-align: center;
    transition: transform 0.35s;
}

.ytVideos .videoWrapper:hover h3, .ytVideos .videoWrapper.played h3 {
    transform: translate3d(0,-35px,0);
}

.LingeriePhotoshoot.ytVideos .videoWrapper h3 {
	min-height: 200px;
	align-items: center;
    display: grid;
}

.ytVideos .videoWrapper {
    border-bottom: 3px dashed#ccc;
}
/*player*/
