
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-VariableFont_wght.ttf") ;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-VariableFont_wght.ttf") ;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: "Vazirmatn", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit !important;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Lightbox close button - bulletproof */
#imageLightbox .modal-header{
  position: sticky;
  top: 0;
  z-index: 2000;
  background: #000;
  border: 0;
  padding: 12px;
  min-height: 56px;
}

#imageLightbox .lightbox-close{
  margin-left: auto;      /* میره سمت راست */
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  width: 56px;
  height: 56px;
  cursor: pointer;
  opacity: 1;
}

#imageLightbox .lightbox-close:focus{
  outline: 2px solid rgba(255,255,255,.6);
  outline-offset: 2px;
}

.fa, .fas, .far, .fal, .fad {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Fix for old social icons showing as squares/X */
i.fa, i.fas, i.far, i.fal, i.fad, i.fab {
  display: inline-block;
  font-style: normal;
  line-height: 1;
}

.copyrights {
 font-size: 12px;
 color: #ffcc39;
}

.soci1 {
  display: flex;
 position: absolute;
}

.soci2 {
  display: flex;
  position: absolute;
  margin-top: 70px;
  margin-left: -35px;
}

.main-gallery .btn-prev {
    left: 20px;
}

.main-gallery .btn-next {
    right: 20px;
}

/* Parallax background between first slider and footer */
.page-parallax-wrap{
  position: relative;
  background: url("../images/03/bg.webp") center / cover fixed no-repeat;
}

.page-interiorDesigne .page-parallax-wrap{
  background: url("../images/interior-designe/bg-interior-designe.webp") center / cover fixed no-repeat;
}

.page-index .page-parallax-wrap{
  background: url("../images/index/bg-index.webp") center / cover fixed no-repeat;
}

.page-environment .page-parallax-wrap{
  background: url("../images/environment/bg-environment.webp") center / cover fixed no-repeat;
} 

.page-closet .page-parallax-wrap{
  background: url("../images/closet/bg-closet.webp") center / cover fixed no-repeat;
} 

.page-tvwall .page-parallax-wrap{
  background: url("../images/tvwall/bg-tvwall.webp") center / cover fixed no-repeat;
} 

.page-kitchen .page-parallax-wrap{
  background: url("../images/kitchen/bg.kitchen.webp") center / cover fixed no-repeat;
} 

.page-facade .page-parallax-wrap{
  background: url("../images/facade/bg-facade.webp") center / cover fixed no-repeat;
}
.page-bedroom .page-parallax-wrap{
  background: url("../images/bedroom/bg-bedroom.webp") center / cover fixed no-repeat;
}
.page-vr .page-parallax-wrap{
  background: url("../images/vr/bg-vr.webp") center / cover fixed no-repeat;
}
.page-contact .page-parallax-wrap{
  background: url("../images/contact/contact.webp") center / cover fixed no-repeat;
}

.page-about .page-parallax-wrap{
  background: url("../images/about/about.webp") center / cover fixed no-repeat;
}

.page-parallax-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.60); /* شدت دود */
  z-index: 1;
}

.page-parallax-wrap > *{
  position: relative;
  z-index: 2;
}

/* اگر بعضی سکشن‌ها بکگراند سفید میدن، اینا رو شفاف کن */
.page-parallax-wrap .container,
.page-parallax-wrap .container-fluid{
  background: transparent !important;
}

.post-over1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.post-over1 {
	font: 14px/16px Vazirmatn, Montserrat, Arial, Helvetica, sans-serif;
	color: #fff;
}

.post-over1 .box {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}

.post-over1 .block {
	display: table-cell;
	vertical-align: middle;
}

.post-over1 h4,
.post-over1 h3,
.post-over1 h2,
.post-over1 h1 {
	color: #fff;
	margin: -19px 0 14px;
	width: 100%;
}

.post-over1 h4 a,
.post-over1 h3 a,
.post-over1 h2 a,
.post-over1 h1 a {
	color: #fff;
}

.post-over1 h4 a:focus,
.post-over1 h4 a:hover,
.post-over1 h3 a:focus,
.post-over1 h3 a:hover,
.post-over1 h2 a:focus,
.post-over1 h2 a:hover,
.post-over1 h1 a:focus,
.post-over1 h1 a:hover {
	color: #ffcc39;
	outline: none;
	text-decoration: none;
}

.post-over1 h2 {
	font-size: 28px;
	line-height: 32px;
	margin: -5px 0 14px;
}

.post-over1 h3 {
	font-size: 18px;
	line-height: 22px;
	margin: -5px 0 18px;
}

.post-over1 p {
	margin: 0;
}

.post-over1:hover .add-nav:after {
	top: -75px;
}

.post-over1:hover .add-nav:before {
	top: 55px;
}

.post-over1.quotes:hover .add-nav:after {
	top: -85px !important;
}

@media only screen and (max-width: 991px) {

    .footer-logo .logo {
      padding: 0 30px 0 0;
    margin-left: 50px;
    }
    .soci1 {
        margin-top: 0px;
        margin-left: 10px;
    }
     .soci2 {
        margin-top: 50px;
        margin-left: 5px;
    }
    	.post-over1 h2,
	    .post-over1 h1 {
		  font-size: 18px;
		  line-height: 22px;
	}
}

@media only screen and (max-width: 767px) {

  .footer-logo .logo {
    display: block;
    position: absolute;
    margin-left: 70px;
    margin-top: -15px;
    
    }

  .soci1 {
    margin-top: 0px;
    margin-left: 30px;
  }
   .soci2 {
    margin-top: 50px;
    margin-left: 20px;
  }

  	.post-over1 h3 {
		font-size: 13px;
	}

  .post-over1 h3,
	.post-over1 h2,
	.post-over1 h1 {
		font-size: 16px;
		line-height: 20px;
	}

  .post-over1 h2 {
		font-size: 16px;
		line-height: 20px;
	}

    .instagram-nav{
    margin-right: 1px;
  }
}

@media only screen and (max-width: 575px) {

  .footer-logo .logo {
    padding: 0 20px 0 20px;
    margin-left: 200px;
    }

  .soci1 {
    margin-top: -10px;
    margin-left: 170px;
    }
  .soci2 {
    margin-top: 10px;
    margin-left: -10px;
  }

  .instagram-nav{
    margin-right: 23px;
  }
}



@media only screen and (max-width: 400px) {

  .footer-logo .logo {
    display: none !important;
    }

  .soci1 {
    display: none !important;
    }
  .soci2 {
    display: none !important;
  }

  .instagram-nav{
    margin-right: 23px;
  }

  .footer-nav{
    display: none !important;
  }
}