/*
Theme Name: Moodboard Production
Author: Ali Alaa El Dine
Version: 1.0.26
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*html{
  scroll-behavior: smooth;
}*/

body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: normal;
	color: #191818;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  transition: all 600ms ease;
}

p{
    margin: 0;
}

a, input, button, textarea{
    outline: none !important;
}

h1, h2, h3, h4{
	margin: 0;
}

.mobile-only{
    display: none;
}

a, input, textarea, button{
	outline: none !important;
}

.horiz-pad{
	padding: 0 40px;
}

.menu-logo-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.menu-logo-wrap .moodboard-hblk.logo a {
  max-width: 170px;
  display: block;
  text-decoration: none;
  transition: all 300ms ease;
}

.scrolling .menu-logo-wrap .moodboard-hblk.logo a{
  max-width: 130px;
}

.menu-logo-wrap .moodboard-hblk.logo a svg {
  width: 100%;
  height: auto;
  display: block;
}

.home .menu-logo-wrap .moodboard-hblk.logo a svg path{
  fill: #fff;
  transition: all 300ms ease;
}

.home.scrolling .menu-logo-wrap .moodboard-hblk.logo a svg path{
  fill: #000;
}

.moodboard-menu .menu-logo-wrap .moodboard-hblk.logo a svg path{
  fill: #000;
}

.menu-logo-wrap .moodboard-hblk.menu-btn {
  flex: 1;
  text-align: right;
}

header.moodboard-header .header-wrapper,
.moodboard-menu .menu-header {
  padding: 20px 0;
  transition: all 300ms ease;
}

.scrolling header.moodboard-header .header-wrapper,
.scrolling .moodboard-menu .menu-header{
  padding: 8px 0;
}

header.moodboard-header .header-wrapper{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: all 300ms ease;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

header.moodboard-header{
  overflow-x: hidden;
}

.home .menu-logo-wrap .moodboard-hblk.menu-btn .menu-btn-flex .mbtn-blk.contact-btn{
  display: none;
}

.home header.moodboard-header .header-wrapper{
  box-shadow: none;
  background-color: transparent;
}

.home.scrolling header.moodboard-header .header-wrapper{
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #fff;
}

.hide-header header.moodboard-header .header-wrapper{
  top: -200px;
}

.mobile_menu_cta{
  height: 24px;
  text-decoration: none;
  width: 32px;
  display: block;
  position: relative;
  cursor: pointer;

	transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
}

.mobile_menu_cta span {
	background: #000;
  border-radius: 0;
  display: block;
  height: 2px;
  right: 0;
  opacity: 1;
  position: absolute;
  width: 100%;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	transition: all 200ms ease;
}

.home .mobile_menu_cta span{
  background: #fff;
}

.moodboard-menu .mobile_menu_cta span{
  background: #000;
}

.home.scrolling .mobile_menu_cta span{
  background: #000;
}

.mobile_menu_cta span:nth-child(1) {
	top: 7px;
}

.mobile_menu_cta span:nth-child(2) {
	top: 15px;
  width: 70%;
}

.mobile_menu_cta:hover span:nth-child(2){
  width: 100%;
}

.mobile_menu_cta.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  top: 11px;
}

.mobile_menu_cta.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  width: 100%;
  top: 11px;
}

/* header.moodboard-header .mobile_menu_cta.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header.moodboard-header .mobile_menu_cta.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
} */

.menu-logo-wrap .moodboard-hblk.menu-btn .menu-btn-flex {
  display: inline-flex;
  align-items: center;
  width: auto;
  gap: 30px;
}

.mb-btn {
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  height: 42px;
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 42px;
  background-color: transparent;
  font-weight: 600;
  transition: all 300ms ease;
  font-size: 16px;
}

.mb-btn.white{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.mb-btn.white.filled{
  background-color: #fff;
  color: #000;
}

.mb-btn:hover{
  background-color: #000;
  color: #fff;
}

.mb-btn.white:hover{
  background-color: #fff;
  color: #000;
}

.moodboard-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  visibility: hidden;
}

.moodboard-menu .moodboard-menu-wrap{
  background-color: #fff;
  opacity: 0;
  transition: all 400ms ease;
  width: 100%;
  height: 100%;
}

.moodboard-menu .moodboard-menu-wrap.open{
  opacity: 1;
}

.moodboard-menu-cont .mbmenu-flex{
  display: flex;
  gap: 40px;
  align-items: flex-end;
  padding: 40px 0 0;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu{
  flex: 1;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-char img{
  height: 100%;
  width: auto;
  display: block;
  top: -30px;
  opacity: 0;
  position: relative;
  transition: all 500ms ease;
  transition-delay: 250ms;
}

.moodboard-menu-wrap.open .moodboard-menu-cont .mbmenu-flex .mbmenu-char img{
  top: 0;
  opacity: 1;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li{
  padding: 4px 0;
  overflow: hidden;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li a{
  font-weight: 600;
  font-size: 32px;
  padding: 22px 3px 12px;
  display: block;
  text-decoration: none;
  color: #C8C8C8;
  position: relative;
  transform: translateY(100%);
  transition: all 500ms ease;
}

.moodboard-menu-wrap.open .moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li a{
  transform: translateY(0%);
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li a:hover,
.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li.current-menu-item a{
  color: #000;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li a:before,
.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li a:after{
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);

  display: none;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li a:after{
  width: 0;
  background-color: rgba(0,0,0,1);
  transition: all 500ms ease;
}

.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li a:hover:after,
.moodboard-menu-cont .mbmenu-flex .mbmenu-menu ul li.current-menu-item a:after{
  width: 100%;
}

.moodboard-sec.home-hero{
  height: 85dvh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.moodboard-sec.home-hero .sec-wrap{
  width: 100%;
  height: 100%;
  padding: 100px 0 40px;
  display: flex;
  align-items: center;
  background-color: rgba(0,0,0,0.45);
}

.mbp-label h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 50px;
}

.mbp-label h3:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: 40px;
  border-radius: 4px;
  margin: -2px 0;
}

.mbp-label.white h3{
  color: #fff;
}

.mbp-label.black h3{
  color: #000;
}

.mbp-label.white h3:before{
  background-color: #fff;
}

.mbp-label.black h3:before{
  background-color: #000;
}

.mbp-title h1{
  font-size: 62px;
}

.mbp-title.white h1{
  color: #fff;
}

.mbp-title.black h1{
  color: #000;
}

.mbp-title{
  padding: 30px 0 0;
}

.moodboard-sec.home-hero .mbp-title{
  
}

.moodboard-sec.home-hero .hero-links{
  padding: 40px 0 0;
}

.moodboard-sec.home-hero .hero-links .hero-links-flex{
  display: flex;
  align-items: center;
  gap: 20px;
}

.moodboard-sec{
  overflow: hidden;
}

.mbp-desc{
  padding: 30px 0 0;
  font-size: 16px;
}

.mbp-desc p{
  padding: 0 0 20px;
}

.mbp-desc p:last-child{
  padding: 0;
}

.mbp-desc.white{
  color: #fff;
}

.mbp-desc.black{
  color: #000;
}

.mbp-desc.max-width{
  max-width: 600px;
}

.vert-pad{
  padding: 80px 0;
}

.vert-pad.no-pad-bottom{
  padding-bottom: 0;
}

.mbp-label,
.mbp-title,
.mbp-desc{
  position: relative;
  left: 50px;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.085, 0.100, 0.155, 0.950);
}

.mbp-title{
  transition-delay: 200ms;
}

.mbp-desc{
  transition-delay: 300ms;
}

.moodboard-sec.highlight .mbp-label,
.moodboard-sec.highlight .mbp-title,
.moodboard-sec.highlight .mbp-desc{
  left: 0;
  opacity: 1;
}

footer.moodboard-footer{
  background-color: #000;
}

footer.moodboard-footer .footer-blks{
  display: flex;
  align-items: center;
  gap: 40px;
}

footer.moodboard-footer .footer-blks .moodboard-fblk.logo,
footer.moodboard-footer .footer-blks .moodboard-fblk.connect{
  flex: 0.25;
}

footer.moodboard-footer .footer-blks .moodboard-fblk.fmenu{
  flex: 0.5;
  text-align: center;
}

footer.moodboard-footer .footer-blks .moodboard-fblk.connect{
  display: flex;
  justify-content: flex-end;
}

.footer-blks .moodboard-fblk.logo a{
  max-width: 150px;
  display: block;
  text-decoration: none;
}

.footer-blks .moodboard-fblk.logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

.footer-blks .moodboard-fblk.logo a svg path{
  fill: #fff;
}

.footer-blks .moodboard-fblk.fmenu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.footer-blks .moodboard-fblk.fmenu ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.footer-blks .moodboard-fblk.fmenu ul li a{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.footer-blks .moodboard-fblk.fmenu ul li a:hover{
  text-decoration: underline;
}

.moodboard-fblk.connect .fconnect-flex{
  display: flex;
  align-items: center;
  gap: 20px;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul{
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li{
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a.smicn{
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a svg{
  width: 80%;
  height: auto;
  display: block;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a svg path{
  fill: #fff;
  transition: all 300ms ease;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a.smicn.inst svg path{
  fill: #000;
  stroke: #fff
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a.smicn.fb svg{
  width: 70%;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a.smicn.ln svg{
  width: 45%;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a.smicn:hover{
  background-color: #fff;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a:hover svg path{
  fill: #000;
}

.moodboard-fblk.connect .fconnect-flex .sm-list ul li a.smicn.inst:hover svg path{
  fill: #fff;
  stroke: #000
}

footer.moodboard-footer .footer-wrapper {
  padding: 30px 0 20px;
}

.moodboard-page.contact .moodboard-sec.contact-sec{
  background-color: #000;
  min-height: calc(100dvh - 108px);
}

.moodboard-sec.first-sec {
  padding-top: 84px;
}

.cinf-row-flx {
  display: flex;
  gap: 10px;
}

.cinf-row-flx .cinf-icn{
  width: 22px;
}

.cinf-row-flx .cinf-icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.cinf-row.addr .cinf-row-flx .cinf-icn svg path{
  fill: #fff;
}

.cinf-row.email .cinf-row-flx .cinf-icn svg path,
.cinf-row.phone .cinf-row-flx .cinf-icn svg path{
  stroke: #fff;
}

.cinf-rows .cinf-row{
  padding: 0 0 30px;
}

.cinf-rows .cinf-row:last-child{
  padding: 0;
}

.cinf-row .cinf-txt a{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  transition: all 300ms ease;
  margin: 0 0 5px;
}

.cinf-row .cinf-txt a:last-child{
  margin: 0;
}

.cinf-row .cinf-txt a:hover{
  opacity: 0.7;
}

.contact-sec-flx{
  display: flex;
  gap: 40px;
}

.contact-sec-flx .contact-blk {
  flex: 1;
}

.contact-sec-flx .contact-blk.cform{
  color: #fff;
  padding: 50px 0 0;
}

.contact-blk.cform .mbp-form-title{
  font-size: 32px;
  font-weight: 600;
}

.contact-blk.cform .mbp-form-intro{
  font-size: 20px;
  padding: 15px 0 0;
}

.contact-blk.cform .mbp-form-cta{
  font-size: 24px;
  font-weight: 600;
  padding: 25px 0 0;
}

.contact-blk.cform .form-header{
  padding: 0 0 20px;
  border-bottom: 1px solid #fff;
}

.contact-blk.cform .form-wrapper{
  padding: 30px 0 0;
}

.contact-blk.cform .field-row-wrap{
  display: flex;
  gap: 15px;
}

.contact-blk.cform .field-row{
  flex: 1;
}

.contact-blk.cform .field-row input,
.contact-blk.cform .field-row textarea{
  border: none;
  display: block;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.contact-blk.cform .field-row textarea{
  height: 130px;
  resize: none;
}

.contact-blk.cform .field-row input::placeholder,
.contact-blk.cform .field-row textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.contact-blk.cform .field-row input::-webkit-input-placeholder,
.contact-blk.cform .field-row textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact-blk.cform .field-row input:-moz-placeholder,
.contact-blk.cform .field-row textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-blk.cform .field-row input::-moz-placeholder,
.contact-blk.cform .field-row textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-blk.cform .field-row input:-ms-input-placeholder,
.contact-blk.cform .field-row textarea:-ms-input-placeholder {
  color: #fff;
}

.contact-blk.cform .field-row input::-ms-input-placeholder,
.contact-blk.cform .field-row textarea::-ms-input-placeholder {
  color: #fff;
}

.contact-blk.cform .field-row .wpcf7-form-control-wrap{
  position: relative;
  padding: 0 0 25px;
  display: block;
}

.contact-blk.cform .field-row .wpcf7-not-valid-tip{
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.contact-blk.cform .submit-row .bmn-form-submit{
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.str-flx {
  display: flex;
  align-items: center;
  gap: 10%;
}

.str-flx .mbp-str-flx-blk{
  flex: 1;
}

.str-flx .mbp-str-flx-blk.img img{
  width: 100%;
  height: auto;
  display: block;
}

.str-flx .mbp-str-flx-blk.img img.to-animate{
  position: relative;
  opacity: 0;
  top: -100px;
  transition: all 500ms cubic-bezier(0.085, 0.100, 0.155, 0.950);
  transition-delay: 150ms;
}

.highlight .str-flx .mbp-str-flx-blk.img img.to-animate{
  top: 0;
  opacity: 1;
}

.strengths-sec.single-img .str-flx .mbp-str-flx-blk.txts{
  flex: 0.45;
}
.strengths-sec.single-img .str-flx .mbp-str-flx-blk.img{
  flex: 0.55;
}

.strengths-sec.gal-sec .str-flx .mbp-str-flx-blk.txts{
  flex: 0.55;
}
.strengths-sec.gal-sec .str-flx .mbp-str-flx-blk.img{
  flex: 0.45;
}

.str-links{
  opacity: 0;
  transition: all 500ms cubic-bezier(0.085, 0.100, 0.155, 0.950);
  transition-delay: 150ms;
}

.highlight .str-links{
  opacity: 1;
}

.str-links-wrap{
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}

.mbp-arr-link {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  cursor: pointer;
}

.mbp-arr-link:before,
.mbp-arr-link:after{
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #000;
  width: 0;
  z-index: 2;
  transition: all 300ms ease;
}

.mbp-arr-link.white:before,
.mbp-arr-link.white:after{
  background-color: #fff;
}

.mbp-arr-link:hover:before,
.mbp-arr-link:hover:after,
.mbp-arr-link.active:before,
.mbp-arr-link.active:after{
  width: 100%;
}

.mbp-arr-link:before{
  top: -2px;
}

.mbp-arr-link:after{
  bottom: -2px;
}

.mbp-arr-link span{
  display: block;
}

.mbp-arr-link span.icn{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.mbp-arr-link span.icn svg{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  transition: all 300ms ease;
  top: 0;
  left: 0;
}

.mbp-arr-link.white span.icn svg path{
  fill: #fff;
}

.mbp-arr-link:hover span.icn svg{
  left: 5px;
  top: -5px;
}

.mbp-arr-link span.txt br{
  display: none;
}

.mbp-arr-link span.txt{
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0 8px;
  color: #C2C2C2;
  transition: all 300ms ease;
}

.mbp-arr-link:hover span.txt,
.mbp-arr-link.active span.txt{
  color: #000;
}

.mbp-arr-link.white:hover span.txt,
.mbp-arr-link.white.active span.txt{
  color: #fff;
}

.moodboard-sec.proj-intro.first-sec .mbp-label,
.moodboard-sec.proj-intro.first-sec .mbp-title{
  left: 0;
  opacity: 1;
}

.pvideo-cover {
  aspect-ratio: 16/7;
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pvideo-cover .pvideo-cta {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.pvideo-cover .pvideo-cta:hover{
  background-color: rgba(0,0,0,0.1);
}

.pvideo-cover .pvideo-cta span.pvideo-cta-icn{
  display: block;
  width: 70px;
  height: auto;
}

.pvideo-cover .pvideo-cta span.pvideo-cta-icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.proj-card .proj-thumb{
  width: 100%;
  height: auto;
  padding: 0 0 15px;
}

.proj-card .proj-thumb{
  transition: all 300ms ease;
}

.proj-card .proj-thumb img{
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  object-fit: cover;
}

.proj-list .proj-list-flx{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.proj-list .proj-list-flx .proj-card{
  width: calc(33.333333333% - 27px);
  top: -80px;
  opacity: 0;
  position: relative;
  transition: all 500ms cubic-bezier(0.085, 0.100, 0.155, 0.950);
}

.proj-list .proj-list-flx .proj-card.highlight{
  top: 0;
  opacity: 1;
}

.proj-card .proj-card-wrap{
  position: relative;
}

.proj-card .proj-overlay-link{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.proj-card .proj-card-wrap:hover .proj-thumb{
  opacity: 0.8;
}

.proj-card .proj-name{
  transition: all 300ms ease;
}

.proj-card .proj-name span{
  display: inline-block;
  vertical-align: middle;
}

.proj-card .proj-name span.txt{
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding: 0 30px 0 0;
}

.proj-card .proj-name span.icn{
  width: 12px;
  height: auto;
  padding: 0 0 0 10px;
}

.proj-card .proj-name span.icn svg{
  position: relative;
  width: 12px;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}

.proj-card .proj-card-wrap:hover .proj-name span.icn svg{
  top: -3px;
  left: 3px;
}

.proj-card .proj-card-wrap:hover .proj-name{
  opacity: 0.7;
}

.proj-gal .proj-gal-slider,
.wwgal .wwgal-slider{
  position: relative;
}

.proj-gal .proj-img a,
.wwgal .wwgal-img a{
  display: block;
  text-decoration: none;
}

.proj-gal .proj-img a img,
.wwgal .wwgal-img a img{
  width: 100%;
  display: block;
  height: 80dvh;
  object-fit: cover;
}

.proj-gal .slick-arrow,
.wwgal .slick-arrow{
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px auto;
  z-index: 5;
}

.proj-gal .slick-arrow.slick-next,
.wwgal .slick-arrow.slick-next{
  background-image: url(/wp-content/themes/moodboard/assets/images/arr-right.png);
  right: 0;
}

.proj-gal .slick-arrow.slick-prev,
.wwgal .slick-arrow.slick-prev{
  background-image: url(/wp-content/themes/moodboard/assets/images/arr-left.png);
  left: 0;
}

.proj-gal .slick-slide > div,
.wwgal .slick-slide > div {
  line-height: 0;
}

.moodboard-sec.proj-info-sec {
  background-color: #000;
}

.proj-info-flx {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  gap: 40px 80px;
}

.proj-info-flx .proj-info{
  width: calc(50% - 40px);
  top: -50px;
  opacity: 0;
  position: relative;
  transition: all 500ms cubic-bezier(0.085, 0.100, 0.155, 0.950);
}

.proj-info-flx .proj-info .proj-info-lbl{
  font-size: 22px;
  padding: 0 0 3px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}

.proj-info-flx .proj-info .proj-info-val{
  font-size: 18px;
  padding: 20px 0 0;
}

.proj-info-flx .proj-info:nth-child(1){
  transition-delay: 200ms;
}

.proj-info-flx .proj-info:nth-child(2){
  transition-delay: 400ms;
}

.proj-info-flx .proj-info:nth-child(3){
  transition-delay: 550ms;
}

.proj-info-flx .proj-info:nth-child(4){
  transition-delay: 650ms;
}

.highlight .proj-info-flx .proj-info{
  top: 0;
  opacity: 1;
}

.featured-proj-slider-container{
  padding: 50px 0 0;
  position: relative;
  top: 60px;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.085, 0.100, 0.155, 0.950);
}

.testm-slider-container{
  position: relative;
  top: 60px;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.085, 0.100, 0.155, 0.950);
}

.highlight .featured-proj-slider-container,
.highlight .testm-slider-container{
  top: 0;
  opacity: 1;
}

.swiper-scrollbar-wrapper {
  width: 150px;
  position: relative;
  padding: 20px 0 15px;
}

.swiper-scrollbar-wrapper span{
  display: block;
  font-size: 16px;
}

.swiper-scrollbar-wrapper .swiper-scrollbar-drag{
  background: #000;
}

.testm-flx {
  font-size: 0;
}

.testm-flx .test-flx-box.txts{
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding: 0 40px 0 0;
}

.testm-flx .test-flx-box.slider{
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}

.testm-thumb img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.testm-slider .testm-card .testm-card-wrap{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.testm-slider .testm-card .testm-thumb{
  position: relative;
  z-index: 1;
}

.testm-slider .testm-card .testm-txts{
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 16px;
  padding: 40px 20px;
  background-color: rgba(0,0,0,0.5);
}

.testm-card .testm-txts .testm-txts-wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testm-card .testm-txts .testm-txts-wrap .testm-desc{
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.testm-card .testm-txts .testm-name{
  font-size: 24px;
  font-weight: 600;
}

.testm-card .testm-txts .testm-title{
  font-size: 15px;
  color: #FFFCFC;
  font-weight: 200;
  padding: 5px 0 0;
}

.testm-card .testm-txts .testm-desc{
  font-weight: 500;
  font-size: 18px;
}

.testm-card .testm-txts .testm-desc .testm-desc-wrap{
  position: relative;
}

.testm-card .testm-txts .testm-desc .testm-desc-wrap:before{
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 64px;
  color: #fff;
  transform: translateY(-100%);
  line-height: 0;
}

.proj-card .proj-name span.txt svg {
  position: absolute;
  width: 22px;
  height: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 100%;
  top: 0;
  margin: 0;
  background-color: rgba(255,255,255,0);
  transition: all 300ms ease;
}

.swiper-button-next{
  right: 0;
}

.swiper-button-prev{
  left: 0;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
  background-color: rgba(255,255,255,0.6);
}

.swiper-button-next::after, .swiper-button-prev::after{
  color: #fff;
  font-size: 34px;
  transition: all 300ms ease;
}

.swiper-button-next:hover::after, .swiper-button-prev:hover::after{
  color: #000;
}

.moodboard-sec.home-proj .mb-btn-wrap {
  padding: 30px 0 0;
}

.moodboard-sec.project-gallery .proj-gal{
  display: none !important;
}

.proj-gal-banner {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.proj-gal-banner a.open-proj-gal{
  background-color: rgba(0,0,0,0.35);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.proj-gal-banner a.open-proj-gal:hover{
  background-color: rgba(0,0,0,0.55);
}

.proj-gal-banner a.open-proj-gal span {
  color: #fff;
  font-size: 60px;
  position: relative;
  text-shadow: 0 0 30px rgb(0, 0, 0);
  transition: all 500ms ease;
}

.proj-gal-banner a.open-proj-gal:hover span{
  transform: scale(1.1);
}

.proj-gal-banner .open-proj-gal-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}