@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/ParallaxFonts/baskerville/Baskerville-Italic-03.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt_flexa_all_neu_7regular';
    src: url('../fonts/ParallaxFonts/gtflexa/GT-Flexa-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'gt_flexa_all_neu_7regular';
  src: url('../fonts/ParallaxFonts/gtflexa/GT-Flexa-Standard-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'gt_flexa_all_neu_7regular';
/*  transition: 3.5s cubic-bezier(0,.85,.28,1.01);*/
}


body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}
/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

body, html {
  height: 100%;
  min-height: 620px;
  min-width: 380px;
  overflow-x: hidden;
  background-color: black;
}


.page-heading {
  background-image: url(../img/heading_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.page-heading .heading-content h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(250,250,250,0.1);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 220px;
  padding: 20px 60px;
}

.page-heading .heading-content em {
  font-style: normal;
  font-weight: 200;
}

.heroLogo{
 /* background:
    linear-gradient(purple 0%, red 90%),
    linear-gradient(to right, purple 0%, yellow 90%),
    url('img/branding/Logo_Nav.png') 468px,
    url('img/branding/Logo_Nav.png') 90px;
  background-blend-mode: screen, difference, lighten;
  opacity: .5;*/

  mix-blend-mode: difference;
}

.homeLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; /* Ensure the image maintains its aspect ratio */
    z-index: 2001;
    transition: all 1s;
    opacity: .8.5;
}
.homeLogoColor{
    mix-blend-mode: difference;
    filter: invert(60%) sepia(100%) hue-rotate(298deg) saturate(2);
    opacity: 1;
}
.videoVignette{
  background: linear-gradient(to bottom, black, transparent);
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0px;
}

.contactLogo{
  width: 380px;
}
.contactOverlayTop{
  background-color: white;
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 78px;
  left: 0px;
  z-index: -500;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Ensure it spans the full height of the viewport */
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it appears above everything else */
  color: rgb(205, 255, 255);
  filter: invert(10%) sepia(100%) hue-rotate(163deg) saturate(4);
}

.loading-overlay img {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}

.loading-overlay .loading-text {
  color: rgb(205, 255, 255);
  font-size: 18px;
  text-align: center;
}

.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .95);
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: rgb(205, 255, 255);
  text-align: center;
  filter: invert(10%) sepia(100%) hue-rotate(163deg) saturate(4);
}

.success-message h3 {
  margin: 10px 0; /* Add spacing between lines */
  font-size: 24px;
}

.success-message p {
  margin: 5px 0; /* Add spacing between lines */
  font-size: 18px;
}

/* Nav Bar */
.invisibleNav{
  opacity: 0!important;
}
.visibleNavLogo{
  opacity: 1!important;
  margin-left: 20px;
}



.logo {
  z-index: 1000;
  float: left;
  /*margin-left: 27px;*/
  margin-top: 20px;
  mix-blend-mode: difference;
  transition: .5s ease-in-out;
  position: absolute;
  opacity: 0;
}

/*.logo a {
  font-size: 28px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.logo em {
  font-style: normal;
  font-weight: 200;
}*/


/********DISABLED*********/


.menu-icon {
  background: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin: 15px 39px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
  visibility: hidden;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: rgba(250,250,250,0.2);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}
/* Menu */

.overlay-menu {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: scroll;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250,250,250,0.5);
}


.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}



#video-container  {
  position: relative;
  width: 100%;
  height: 40%;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 999;
  /*
  background: rgba(0,0,0,0.5);
  background: rgba(218,161,99,0.5);
  */
  width: 100%;

  background:
    linear-gradient(#1b139b 0%, #01b1dd 90%),
    linear-gradient(to right, purple 0%, #644fd9 90%);
    /*url('../img/branding/Logo_Nav.png') 468px,
    url('../img/branding/Logo_Nav.png') 90px;*/

  background-blend-mode: screen, difference, lighten;
  opacity: .5;
}

#video-container .video-content {
  z-index: 999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  color: #fff;
  font-size: 38px;
  text-align: center;
  padding: 0px 30px;
  font-family: 'Baskerville';
}

#video-container .video-content .inner a {
  color: #fff;
  text-decoration: underline;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}

.reelTitleDivOutter {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    background-color: black;
}

#reelTitleDivInner {
    display: table;
    margin: 0 auto;

}
.reelTitleSideIcon{
  margin-right: 30px;
  margin-left: 30px;
}
.reelTitleText{
  font-size:18px;
  color: #ff97db;
  cursor: default;
  text-transform: uppercase;
}

/*transition: 3.5s cubic-bezier(0,.85,.28,1.01);
*/.scrollTo{
  z-index: 998;
  transition: .3s ease-out;
}
.scrollTo:hover{
  filter: invert(40%) sepia(100%) hue-rotate(298deg) saturate(4);
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}

.portfolio-item {
  width: 100%;
  overflow: hidden;
}
.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumb {
  position: relative;
}
.portfolioImage{
   opacity:1;
   z-index:-5;

}
.rollImage{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -moz-transition: all 1s .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 0;
  mix-blend-mode: multiply;
      filter: invert(47%) sepia(50%) hue-rotate(236deg) saturate(3) brightness(.25);

}
.hover-effectPic {
    opacity: 1!important;
    -moz-transition: all 1s .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    margin-left: 0px;

}
.rollSolid{
  position:absolute;
  width:100%;
  height:100%;
  background-color:black;
  opacity:0;
   z-index:999;
}
.thumbBgSolid{
  position:absolute;
  width:100%;
  height:100%;
  background-color:black;
  opacity:1;
  z-index:99;
}
.selectedPortfolioItem{
  cursor: no-drop;
  /* box-shadow: inset 0 0 0 4px red; */
}
.selectedPortfolioItem .portfolio-item{
  pointer-events: none; /* Disables all mouse interactions */
  /*filter: grayscale(70%);*/
  
}
.selectedPortfolioItem .rollImage {
  opacity: .5;
  filter: invert(0%) sepia(50%) hue-rotate(236deg) saturate(3) brightness(.5);

      opacity: .8;
    filter: invert(75%) sepia(30%) hue-rotate(250deg) saturate(15) brightness(.3);
    mix-blend-mode: normal;
}
.selectedPortfolioItem .portfolioImage {
  
}

/*
.hover-effectPortfolioPic {
    opacity: .8!important;
    -moz-transition: all 1s .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    margin-left: 0px;

}
*/
.hover-effectText {
    opacity: 1!important;
    -moz-transition: all 1s .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.hover-content{
  z-index: 990;
}

li {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  /* Column | row */
}
.portfolioItemHeader{
  font-weight: bold;
  padding-bottom: 5px;
}
.portfolioItemSubhead{
      color: #d8aaf4 !important;
}

/*ITEM HEADER*/
.full-screen-portfolio .portfolio-item h1 {
    position: relative;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    transition: .5s ease-in-out;
    letter-spacing: 0.5px;
    text-shadow: -1px 1px 1px #000;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.full-screen-portfolio .portfolio-item:hover h1 {
  /*transform: translateY(0px);*/
 }

/*ITEM SUBHEADER*/
.full-screen-portfolio .portfolio-item p {
    letter-spacing: 0.5px;
    font-size: 22px;
    color: #fff;
    opacity: 1;
    line-height: 22px;
    /*transform: translateY(10px);*/
    transition: .5s ease-in-out;
    text-shadow: -1px 1px 1px #000;
    padding-left: 15px;
    padding-right: 15px;
 }

 .full-screen-portfolio .portfolio-item {
 text-align: center;
 line-height: 7px;
 text-transform: lowercase;
 cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }


.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1001;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
}

.modal-btn{
  transition: .3s ease-out;
}
.modal-btn:hover{
  filter: invert(40%) sepia(100%) hue-rotate(298deg) saturate(4);
}
.modal-btn img {
  width: 60px;
  height: 60px;
}

/* Modal */
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
  /*filter: invert(10%) sepia(100%) hue-rotate(163deg) saturate(4);*/
  filter: invert(15%);
}

.modal::-webkit-scrollbar {
  display: none;
}

.contactHeaders{
  font-size: 22px;
    color: #e1a953;
}

/* Modal Content */
.modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-animated-in {
  animation: totop-in .6s ease;
}
.modal-animated-out {
  animation: totop-out .6s ease forwards;
}
.modal-header {
  border-bottom: none;

}
.modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
  z-index: -1;
  color: black;
}

.modal-header em {
  font-style: normal;
  font-weight: 200;
}

.modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  margin-left: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  filter: invert(100%);
}


.modal-body {
  text-align: center;
  margin: 0 auto;
  height: 30px;
}

.modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.15);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

.modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

.modal-body button:hover {
  color: rgba(250,250,250,0.5);
  border-color: rgba(250,250,250,0.5);
  outline: none;
}

.contactInquiries{
  color:#cdffff;
  font-size: 18px;
}

.contactInquiries a{
  color:#1fa0ff;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}



footer {
  width: 100%;
  background-color: #313131;
}

footer p {
  text-align: center;
    color: #c8c8c8;
    font-weight: normal;
    font-size: 8px;
    text-transform: uppercase;
    padding-top: 8px;
    letter-spacing: 0.5px;
}

footer a {
  color: #aaa;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #aaa;
}


.container-fluid{
  background-color: black;
}
.masonry-portfolio .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  background-color: black;
}

.masonry .col-md-4, .masonry .col-md-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry {
  width: 100%;
  background-color: transparent;
  position: relative;
}

.masonry .item {
  display: inline-block;
  float: left;
}

.masonry .first-item {
  margin-bottom: -0.5px;
}

.masonry .last-item {
  float: left;
}

.masonry .item img {
  width: 100%;
  overflow-y: hidden;
}

.masonry .item .thumb {
  position: relative;
}

.masonry .item .hover-effect .hover-content {
   width: 100%;
    position: absolute;
   
}


.masonry .item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

.masonry .item em {
  font-style: normal;
  font-weight: 200;
 }



.masonry .item p {
  padding-left: 18px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateX(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.masonry .item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.masonry .item:hover h1 {
  transform: translateX(80);
 }

.masonry .item:hover p {
  opacity: 1;
  transform: translateX(80);
 }




.grid-portfolio {
  padding: 65px 0px;
  background-color: #232323;
}

.grid-portfolio .portfolio-item {
  margin: 15px 0px;
}


.hover-effect{
   width: 100%;
    height: 100%;
    opacity: 0;
}

.portfolio-item .hover-effect .hover-content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*.portfolio-item .hover-effect .hover-content {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 20px;
    left: 75px;
}
*/


.grid-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
 }

 .grid-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.grid-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.grid-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

.portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0s ease-in-out 0s;
 }

 .grid-portfolio .load-more-button {
  margin-top: 15px;
 }

 .grid-portfolio .load-more-button a {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  background-color: #313131;
  transition: all 0.5s;
 }

 .grid-portfolio .load-more-button a:hover {
  color: rgba(250,250,250,0.5);
 }




 .services {
  background-color: #232323;
  padding: 65px 0px;
 }

 .services .service-item {
  margin: 15px 0px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s;
 }

  .services .service-item:hover {
    background-color: #313131;
  }

 .services .service-item .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 50px;
 }

.services .service-item .icon img {
  max-width: 100%;
}

.services .service-item h4 {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.services .service-item p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}



.more-about-us {
  background-image: url(../img/about_us.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.more-about-us .content {
  background-color: rgba(0,0,0,0.8);
  text-align: left;
  padding: 150px 60px;
  color: #fff;
}

.more-about-us .content h2 {
  margin-top: 0px;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.more-about-us .content span {
  font-size: 16px;
  font-weight: 200;
  display: inline-block;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.more-about-us .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.more-about-us .content .simple-btn {
  margin-top: 30px;
}

.more-about-us .content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.more-about-us .content .simple-btn a:hover {
  opacity: 0.5;
}



.pricing-tables {
  padding: 65px 0px;
  background-color: #232323;
}

.pricing-tables .table-item {
  padding: 60px 0px;
  margin: 15px 0px;
  text-align: center;
  background-color: #313131;
}

.pricing-tables .table-item h4 {
  margin-top: 0px;
  font-size: 36px;
  font-weight: 200;
  color: #f4dd5b;
  letter-spacing: 0.5px;
}

.pricing-tables .table-item span {
  font-size: 17px;
  display: inline-block;
  color: #aaa;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-bottom: 1px solid #414141;
  width: 100%;
  padding-bottom: 40px;
}

.pricing-tables .table-item ul {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}

.pricing-tables .table-item ul li {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.5px;
  margin: 15px 0px;
}

.pricing-tables .table-item .simple-btn {
  margin-top: 40px;
  padding-bottom: 10px;
}

.pricing-tables .table-item .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #f4dd5b;
  letter-spacing: 2px;
  border-bottom: 3px solid #f4dd5b;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.pricing-tables .table-item .simple-btn a:hover {
  opacity: 0.5;
}

.pricing-tables .premium-item {
  background-color: #f4dd5b;
}

.pricing-tables .premium-item h4, .pricing-tables .premium-item span, .pricing-tables .premium-item ul li, .pricing-tables .premium-item .simple-btn a {
  color: #232323;
  border-color: #232323;
}



.blog-entries {
  padding: 80px 0px;
  background-color: #232323;
}


.blog-entries .blog-posts {
  margin-right: 30px;
}


.blog-post {
  border-bottom: 1px solid #414141;
  padding-bottom: 65px;
  margin-bottom: 60px;
}

.blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.blog-post .text-content {
  margin-top: 30px;
}

.blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
}

.blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.blog-post .text-content h2 {
  margin-top: 5px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
}

.blog-post .text-content .simple-btn {
  margin-top: 25px;
}

.blog-post .text-content .simple-btn a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all 0.5s;
}

.blog-post .text-content .simple-btn a:hover {
  opacity: 0.5;
}

.blog-entries .page-number {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-entries .page-number li {
  display: inline-block;
  margin-right: 3px;
}

.blog-entries .page-number li:last-child {
  margin-right: 0px;
}

.blog-entries .page-number li.active a {
  color: #232323;
  background-color: #fff;
}

.blog-entries .page-number li.active a:hover {
  opacity: 1;
}

.blog-entries .page-number li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background-color: #414141;
  transition: all 0.5s;
}

.blog-entries .page-number li a:hover {
  opacity: 0.5;
}

.single-blog-post {
  margin-right: 30px;
}

.single-blog-post img {
  width: 100%;
  overflow-y: hidden;
}

.single-blog-post .text-content {
  margin-top: 20px;
}

.single-blog-post .text-content span {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #414141;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.single-blog-post .text-content span a {
  color: #f4dd5b;
  text-decoration: none;
}

.single-blog-post .text-content h2 {
  margin-top: 0px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 300;
}

.single-blog-post .text-content p {
  color: #bbb;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-blog-post .tags-share {
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding: 8px 0px 10px 0px;
}

.single-blog-post .tags-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-blog-post .tags-share ul li:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.single-blog-post .tags-share ul li {
  display: inline-block;
  color: #fff;
}

.single-blog-post .tags-share ul li a {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  color: #f4dd5b;
  text-decoration: none;
  transition: all 0.5s;
}

.single-blog-post .tags-share ul li a:hover {
  opacity: 0.5;
}

.single-blog-post .tags-share .share {
  text-align: right;
}

.blog-entries .search input {
  background-color: rgba(250,250,250,0.1);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0px;
  outline: none;
  border: none;
}

.sidebar-heding h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 40px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  margin-bottom: 20px;
}

.archives ul, .categories ul {
  margin-top: -5px;
  padding: 0;
  list-style: none;
}

.archives ul li, .categories ul li {
  margin-bottom: 12px;
}

.archives ul li:last-child, .categories ul li:last-child {
  margin-bottom: 0px;
}

.archives ul li a, .categories ul li a {
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}


.archives ul li a:hover, .categories ul li a:hover {
  opacity: 0.5;
}

.recent-posts ul {
  padding: 0;
  list-style: none;
}

.recent-posts ul li {
  margin-bottom: 15px;
}

.recent-posts ul a {
  text-decoration: none;
}

.recent-posts ul li img {
  display: inline-block;
  max-width: 100%;
  margin-right: 15px;
}

.recent-posts ul li .text {
  display: inline-block;
}

.recent-posts ul li h6 {
  margin-bottom: 5px;
  padding-top: 0px;
  margin-top: 0px;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.recent-posts ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  color: #f4dd5b;
}


.latest-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.latest-gallery ul li {
  display: inline-block;
  max-width: 59px;
  overflow-y: hidden;
  margin-bottom: 3px;
  margin-right: 1px;
}

.latest-gallery ul li:nth-child(4){
  margin-right: 0px;
}

.latest-gallery ul li:nth-child(8){
  margin-right: 0px;
}

.latest-gallery ul li img {
  width: 100%;
  transition: all 0.5s;
}

.latest-gallery ul li img:hover {
  cursor: pointer;
  opacity: 0.5;
}

#html5lightbox-watermark{
  visibility: hidden;
}
.html5-elem-data-box, .html5-elem-wrap{
  background-color: black!important;
}
.html5-text{
  color: white!important;
}
#html5-lightbox-overlay{
  background-color: rgb(15 20 56)!important;
}
#html5box-html5-lightbox{
  z-index: 1000;
}

/*ADD THIS CLASS TO THUMB TITLES IF MOBILE*/
.mobileThumbTitles{
  opacity: 1 !important;
    background: linear-gradient(0.50turn, transparent, #0000004a, transparent);
    position: absolute;
}




/*NAV*/
.navBgGrad{
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0px;
    z-index: 2;
    opacity: .4;
}
.navContainer{
    position: absolute; /* Position absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    display: flex;
    justify-content: center; /* Center the links */
    flex-wrap: wrap;
    z-index: 1001; /* Ensure it sits above other elements */
    transition: .2s linear;
    background: none;
}

.navContainerExpanded{
    background: black;
    transition: .2s linear;
}

.navExpanded{
    position: absolute; /* Position absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    display: flex;
    justify-content: center; /* Center the links */
    flex-wrap: wrap;
    z-index: 1000; /* Ensure it sits above other elements */
    transition: .2s linear;
    /*background: black;*/
}
.topNav{
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  text-align: center;
}

.topNavItem {
    /*color: white;*/
    color: #690060;
    text-align: center;
    text-decoration: none;
    transition: .6s ease forwards;
}

.topNavItem:hover {
    color: #e26b6b !important;
    text-decoration: none;
}
.topNavItem:focus {
    color: red !important; 
    text-decoration: none;
}

.topNavSep {
    /*color: white;*/
    color: #690060;
    pointer-events: none; /* Prevents any mouse interactions */
    user-select: none; /* Prevents text selection */
    cursor: default; /* Changes the cursor to the standard arrow */
    margin: 0 5px; /* Add margin to space out the separators */
}

.topNavSep:hover {
    /*color: white;*/
    color: #690060;
    pointer-events: none; /* Prevents any mouse interactions */
    user-select: none; /* Prevents text selection */
    cursor: default; /* Changes the cursor to the standard arrow */
}
.nav-close-btn{
    position: absolute;
    right: 10px;
    top: 2px;
    cursor: pointer;
    z-index: 2000;
    width: 15px;
    display: none;
}
.nav-close-btn-hide{
  visibility: hidden;
}

/*----------------------------------------------------------------*/
/*EDITORS LIST*/
#editorsListContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    display: none;
    flex-direction: unset;
    align-items: unset;
}
.editorsListItem:link {
    white-space: nowrap;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    transition: .7s linear;
    
    /*padding-bottom: 0px;*/
}
#editorListItem0{color: #ff5500}
#editorListItem1{color: #8994e7}
#editorListItem2{color: #ffc273}
#editorListItem3{color: #c575c5}
#editorListItem4{color: #bf5e5e}
#editorListItem5{color: #9fddca}


.editorsListItem:hover {
    color: white !important;
    transition: .1s linear;
}

.editors-animated-in {
  animation: totop-in .6s ease;
  display: flex;
}
.editors-animated-out {
  animation: totop-out .6s ease forwards;
  display: none;
}


/*----------------------------------------------------------------*/
/*LOST PLANET*/
#lpContainer {
/*  background: linear-gradient(to bottom, #f3eae0, #ebe4dd);*/
  background: linear-gradient(to bottom, #c1cae7, #fff9f9);
  background-size: cover; /* Ensures the background image covers the entire container */
  background-position: center; /* Centers the background image */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
  width: 100%; /* Adjust as needed */
  height: 0px; /* Adjust as needed, this example sets the height to full viewport height */
  transition: opacity 0.3s linear;
  display: none;
  opacity: 0;
  border-bottom: solid;
  border-color: #750088;
  border-width: 1px;
}
.lpContainerExpanded{
  opacity: 1 !important;
/*  height: 320px !important;*/
  height: 100% !important;
  padding-top: 100px;
}

/* Ensure the logo image is positioned correctly within the container */
.lpMark {
    /*726x197*/
  display: block;
  margin: 0 auto; /* Centers the logo horizontally */
  position: relative; /* You can adjust positioning as needed */
/*  top: 0px;*/
  top: -30px;
}
.lpBlurb{
  max-width: 726px;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin: 0 auto; /* Centers the logo horizontally */
  position: relative; /* You can adjust positioning as needed */
  
}
.lpNav{
  color: black;
}
.editorsNav{
  color: white !important;
}



/*BELOW 992PX*/
@media (max-width: 992px) {

  .blog-entries .blog-posts {
    margin-right: 0px;
  }

  .single-blog-post {
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .blog-entries .page-number {
    margin-bottom: 80px;
  }

  .single-blog-post .tags-share .tags {
    text-align: center;
  }

  .homeLogo{
    top: 33%;
    opacity: .9;
  }
  
}
@media (max-width: 768px) {
  .reelTitleSideIcon{
    margin-right: 10px;
    margin-left: 10px;
    width: 100px;
  }
  .lpBlurb{
    font-size: small;
    max-width: 460px;
/*    top: 10px;*/
  }
  .lpMark{
    width: 350px;
/*    top: 5px;*/
  }
  #lpContainer {
    height: 260px;
  }
  .lpContainerExpanded{
/*    height: 290px !important;*/
/*    height: 400px !important;*/
  }
 
}

@media (max-width: 450px) {
   
  /*THE TITLE FOR REELS AND EDITOR PAGES*/
  .reelTitleText{
    font-size: 16px;
  }
  .reelTitleSideIcon{
    width: 60px;
    margin-right: 15px;
    margin-left: 15px;
    display: none;
  }

  .lpBlurb{
    font-size: small;
    max-width: 280px;
/*    top: 30px;*/
  }
  .lpMark{
    width: 280px;
/*    top: 18px;*/
  }
  #lpContainer {
/*    height: 330px;*/
  }
  .lpContainerExpanded{
/*    height: 385px !important;*/
/*    height: 485px !important;*/
  }

}
 /*ABOVE WIDTH*/
@media (min-width: 1400px) {
  .homeLogo{
    opacity: .8;
  }
  
}
@media (min-width: 1700px) {
  
  .lpNav {
    color: black;
    text-shadow: none;
  }
  .topNavEngaged{
    background: linear-gradient(0.25turn, transparent, #ede1d8, transparent);
  }
 
}