#white_logo header .header .logo img {
  display: none;
}

#white_logo header .header .logo img:nth-child(2) {
  display: block;
  opacity: 1;
}

.fixedheader header {
  position: fixed !important;
  width: 100%;
}

.showreeltiles {
  background-color: #252424;
  padding-top: 112px;
  margin-bottom: -1px;
}
.showreeltiles:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 162px;
  z-index: 11;
  background: #252424;
}
.showreeltiles:after {
  content: "";
  background-color: #252424;
  position: fixed;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 11;
  top: 162px;
  background: #252424;
  background: linear-gradient(180deg, rgb(37, 36, 36) 0%, rgba(37, 36, 36, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252424", endColorstr="#25242400", GradientType=0);
}
@media screen and (max-width: 767px) {
  .showreeltiles:before {
    height: 62px;
  }
  .showreeltiles:after {
    top: 62px;
  }
}

.images {
  display: flex;
  gap: 30px;
  position: relative;
}
.images .column {
  width: 100%;
}
.images .column a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.images .column a img {
  width: 100%;
}
.images .column a p {
  color: #fff;
  padding: 10px 0 20px;
}

.galleryimages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 60px;
  padding: 60px;
  justify-content: center;
}
.galleryimages .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.galleryimages .tile {
  width: 100%;
  position: relative;
}
.galleryimages .tile .imgdiv {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.galleryimages .tile .imgdiv:after {
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
}
.galleryimages .tile .imgdiv:before {
  opacity: 0;
  transition: all 0.3s linear;
  animation: bounce_animateD 1s ease-in 0s infinite;
  z-index: 111;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  content: "";
  background: url(../images/portfolio/arrow.png) no-repeat center center;
  background-size: cover;
}
@keyframes bounce_animateD {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -10px;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
.galleryimages .tile img {
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
}
.galleryimages .tile p {
  padding-top: 15px;
  color: #F3F3F3;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-top: 15px;
}
.galleryimages .tile:hover .imgdiv::after, .galleryimages .tile:hover .imgdiv::before {
  opacity: 1;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .galleryimages {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding: 20px 15px 60px;
  }
  .galleryimages .column {
    gap: 15px;
  }
  .galleryimages #col3 {
    display: none;
  }
  .galleryimages .tile .imgdiv {
    border-radius: 14px;
  }
  .galleryimages .tile .imgdiv img {
    border-radius: 14px;
  }
  .galleryimages .tile p {
    font-size: 1rem;
    line-height: 1.35rem;
    padding-top: 8px;
    margin-bottom: 10px;
  }
}

#popupModal {
  justify-content: flex-start;
  padding: 0 60px;
  z-index: 1111111111111;
  background-color: #F3F3F3;
  animation: closetoppop 1s linear 1;
  transform: translateY(100%);
  height: calc(100vh - 0px);
  opacity: 0;
  transition: all 0.3s linear;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
#popupModal.new-class {
  animation: toppop 0.5s linear 1;
  transition: all 0.3s linear;
  opacity: 1;
  transform: translateY(8px);
}
#popupModal .image-viewer {
  height: calc(100vh - 260px);
  margin: 30px 0 20px;
}
#popupModal .image-viewer img {
  height: calc(100vh - 260px);
  width: auto;
  border-radius: 24px;
  border: 0;
  opacity: 1 !important;
}
#popupModal .image-viewer img.active-large {
  transform: scale(1);
  border: 0;
}
#popupModal .arrowbtnbtm {
  position: absolute;
  left: auto;
  right: 60px;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  bottom: 45px;
  height: 20px;
  display: flex;
  gap: 20px;
}
#popupModal .arrowbtnbtm .arrow {
  cursor: pointer;
  width: auto;
  height: 20px;
  display: inline-flex;
  align-items: center;
}
#popupModal .arrowbtnbtm .arrow img {
  transition: all 0.3s linear;
}
#popupModal .arrowbtnbtm .arrow:hover img {
  transition: all 0.3s linear;
  transform: scale(1.2);
}
#popupModal .thumbs-container {
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  overflow: auto;
}
#popupModal .thumbs-container img {
  border-radius: 6px;
  overflow: hidden;
  height: 60px;
}
#popupModal .thumbs-container img.active-thumb {
  border: 0;
  transform: scale(1);
}
#popupModal .headerpart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 47px;
}
#popupModal .headerpart .titlepart #projectSubTitle {
  color: #252424 !important;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
#popupModal .headerpart .titlepart #projectTitle {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #252424 !important;
  margin-bottom: 0 !important;
  font-weight: 600;
}
#popupModal .image-scroller-wrapper {
  overflow: visible;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: calc(100vh - 260px);
}
#popupModal .image-scroller-wrapper .image-scroller {
  gap: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #popupModal .image-scroller-wrapper header.active_header {
    background-color: #252424;
  }
}
@keyframes toppop {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(8px);
  }
}
@keyframes closetoppop {
  0% {
    transform: translateY(8px);
    opacity: 1;
    display: block;
  }
  99% {
    transform: translateY(100%);
    opacity: 1;
    display: block;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
    display: none;
  }
}
#popupModal .project-nav {
  margin: 0;
  gap: 28px;
}
#popupModal .project-nav button {
  color: #252424 !important;
}
#popupModal .project-nav .btncircle {
  width: 78px;
  height: 78px;
}
#popupModal .project-nav .btncircle .childdiv {
  width: 63px;
  height: 63px;
  left: 50%;
  top: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
}
#popupModal .project-nav .btncircle .childdiv:before {
  width: 63px;
  height: 63px;
}
#popupModal .project-nav .btncircle .circleBtn {
  width: 78px;
  height: 78px;
  left: auto;
  top: auto;
}
#popupModal .project-nav .btncircle .circleBtn .changePos_txt span {
  font-size: 0.7rem;
  line-height: 1rem;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#popupModal .project-nav .btncircle .circleBtn .chnagePos {
  width: 78px;
  height: 78px;
}
@media screen and (max-width: 767px) {
  #popupModal .project-nav .btncircle {
    width: 90px;
    height: 90px;
  }
  #popupModal .project-nav .btncircle .childdiv {
    width: 78px;
    height: 78px;
  }
  #popupModal .project-nav .btncircle .childdiv:before {
    width: 78px;
    height: 78px;
  }
  #popupModal .project-nav .btncircle .circleBtn {
    width: 90px;
    height: 90px;
  }
  #popupModal .project-nav .btncircle .circleBtn .chnagePos {
    width: 78px;
    height: 78px;
  }
}
#popupModal #closeBtnPopMain, #popupModal #closeBtnPopMain_images {
  width: 54px;
  height: 54px;
  position: fixed;
  right: 319px;
  top: 60px;
}
#popupModal #closeBtnPopMain .childdiv, #popupModal #closeBtnPopMain_images .childdiv {
  width: 42px;
  height: 42px;
}
#popupModal #closeBtnPopMain .childdiv:before, #popupModal #closeBtnPopMain_images .childdiv:before {
  width: 42px;
  height: 42px;
  background-color: #FF8466 !important;
  opacity: 0.5 !important;
}
#popupModal #closeBtnPopMain .circleBtn, #popupModal #closeBtnPopMain_images .circleBtn {
  width: 54px;
  height: 54px;
  border: 0 !important;
  border: 2px solid #fff !important;
}
#popupModal #closeBtnPopMain .circleBtn .changePos_txt span::after, #popupModal #closeBtnPopMain .circleBtn .changePos_txt span::before, #popupModal #closeBtnPopMain_images .circleBtn .changePos_txt span::after, #popupModal #closeBtnPopMain_images .circleBtn .changePos_txt span::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#popupModal #closeBtnPopMain .circleBtn .changePos_txt span::after, #popupModal #closeBtnPopMain_images .circleBtn .changePos_txt span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#popupModal #closeBtnPopMain .circleBtn:hover, #popupModal #closeBtnPopMain_images .circleBtn:hover {
  background-color: #252424;
}
#popupModal #closeBtnPopMain .circleBtn .chnagePos, #popupModal #closeBtnPopMain_images .circleBtn .chnagePos {
  width: 54px;
  height: 54px;
}
#popupModal #closeBtnPopMain_images {
  right: auto;
  top: auto;
  position: relative;
}
#popupModal #closeBtnPopMain_images #closeBtn {
  right: auto;
  top: auto;
  position: relative;
}
#popupModal #closeBtnPopMain_images .circleBtn {
  border-color: #252424 !important;
}
@media screen and (max-width: 767px) {
  #popupModal {
    padding: 0 15px;
  }
  #popupModal .container-fluid {
    position: relative;
  }
  #popupModal .headerpart {
    flex-direction: column;
    padding-top: 28px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  #popupModal .headerpart .titlepart {
    padding-right: 60px;
    position: fixed;
    left: 15px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    top: 28px;
  }
  #popupModal .headerpart .titlepart #projectSubTitle {
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-bottom: 5px;
  }
  #popupModal .headerpart .titlepart #projectTitle {
    font-size: 1.8rem;
    line-height: 1.9rem;
    padding-right: 86px;
  }
  #popupModal .headerpart .project-nav {
    position: absolute;
    left: calc(50% - 97px);
    top: 10px;
    justify-content: center;
    gap: 15px;
  }
  #popupModal .headerpart .project-nav .btncircle#closeBtnPopMain_images {
    position: fixed !important;
    left: auto;
    right: calc(var(--bs-gutter-x) * 0.5);
    margin-right: 15px;
    bottom: auto;
    top: 28px;
    width: 42px;
    height: 42px;
  }
  #popupModal .headerpart .project-nav .btncircle#closeBtnPopMain_images .childdiv {
    width: 32px;
    height: 32px;
  }
  #popupModal .headerpart .project-nav .btncircle#closeBtnPopMain_images a.circleBtn {
    width: 42px;
    height: 42px;
  }
  #popupModal .image-viewer {
    height: auto;
    margin: 140px 0 15px;
  }
  #popupModal .image-viewer .image-scroller-wrapper .image-scroller {
    gap: 30px;
  }
  #popupModal .image-viewer .image-scroller-wrapper .image-scroller img {
    height: auto;
    width: 100%;
  }
  #popupModal .thumbs-container {
    max-width: 100%;
    gap: 8px;
    flex-wrap: nowrap;
    flex-flow: row;
  }
  #popupModal .thumbs-container img {
    height: auto;
    width: 100%;
  }
  #popupModal .arrowbtnbtm {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.video-content {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100vh - 230px);
  max-height: calc(100vh - 230px);
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background: #000;
}

.showreeltilesVideo .video-thumbnail {
  cursor: pointer;
  position: relative;
}
.showreeltilesVideo .video-thumbnail .fw.pr {
  overflow: hidden;
  border-radius: 20px;
}
.showreeltilesVideo .video-thumbnail img {
  border-radius: 0;
}
.showreeltilesVideo .video-thumbnail .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
}
.showreeltilesVideo .video-thumbnail .overlay img {
  width: 52px;
  height: 52px;
  display: block;
}
.showreeltilesVideo .video-thumbnail:hover .overlay {
  transition: all 0.3s linear;
  opacity: 1;
}/*# sourceMappingURL=showreel.css.map */