/* ----------------------------- YEKANBAKH ----------------------------- */
@font-face {
  font-family: Modam;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ModamVF.eot");
  src: url("../fonts/ModamVF.eot?#iefix") format("embedded-opentype"), url("../fonts/ModamVF.woff") format("woff"), url("../fonts/ModamVF.woff2") format("woff2"), url("../fonts/ModamVF.otf") format("truetype");
}
/*COLOR BODY*/
/*COLOR BODY*/
/* COLOR WHITE*/
/* COLOR WHITE*/
/*START COLOR TEXT*/
/*END COLOR TEXT*/
/*START BG COLORS*/
/*END BG COLORS*/
/*START BORDER COLOR*/
/*END BORDER COLOR*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  font-family: Modam !important;
}

.table-content-item {
  font-family: iransans !important;
}

body {
  /* Track */
}

ul {
  list-style: none;
}

a {
  text-decoration: none !important;
}

img,
video {
  max-width: 100%;
}

video {
  width: 100%;
}

.container-fluid {
  max-width: 1900px;
}
.container-fluid.container-admin {
  margin: 0 auto;
  max-width: 1200px;
}

button {
  border: none;
}

 .content-slider{
        margin-top:8%;
    }
@media (max-width: 1000px) {
    .content-slider{
        margin-top:20%;
    }
}

@media (max-width: 767px) {
  .swiper-nav-btn {
    display: none !important;
  }
  .expanded-timeline {
    display: none !important;
  }
  .swiper-container .swiper-slide .trick-space {
    height: 0vh !important;
  }

  
  
}
@media (max-width: 2000px) {
  .service-item {
    height: 350px !important;
  }
  .service-item .content-services {
    height: 100% !important;
  }
  .service-item .content-services img {
    height: 70% !important;
  }
}
@media (max-width: 1100px) {
  .service-item {
    height: 300px !important;
  }
  .service-item .content-services {
    height: 100% !important;
  }
  .service-item .content-services img {
    height: 70% !important;
  }
}
@media (max-width: 767px) {
  .service-item {
    height: 360px !important;
  }
  .service-item .content-services {
    height: 100% !important;
  }
  .service-item .content-services img {
    height: 80% !important;
  }
}
@media (max-width: 500px) {
  .service-item {
    height: 300px !important;
  }
  .service-item .content-services {
    height: 100% !important;
  }
  .service-item .content-services img {
    height: 70% !important;
  }
}
@media (max-width: 400px) {
  .service-item {
    height: 350px !important;
  }
  .service-item .content-services {
    height: 100% !important;
  }
  .service-item .content-services img {
    height: 60% !important;
  }
  .service-item .content-services .title {
    height: 10% !important;
  }
  .service-item .content-services .short-des {
    height: 30% !important;
  }
}
.ms-header {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.ms-header .ms-nav {
  display: flex;
  width: 100%;
}
.ms-header .ms-nav .instagram-sec {
  width: 50px;
  height: 50px;
  background: rgb(65, 52, 40);
  background: linear-gradient(169deg, rgb(65, 52, 40) 0%, rgba(65, 52, 40, 0.462710084) 51%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
}
.ms-header .ms-nav .instagram-sec .inner-instagram-sec {
  width: 40px;
  height: 40px;
  background-color: #5d4a38;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ms-header .ms-nav .ul-smarten {
  display: flex;
  justify-content: space-between;
}
.ms-header .ms-nav .ul-smarten ul {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.ms-header .ms-nav .ul-smarten ul .menu-item {
  cursor: pointer;
  list-style-type: none;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.ms-header .ms-nav .ul-smarten .logo {
  display: flex;
  justify-content: center;
}


.ms-main-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
}
.ms-main-container .ms-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 12em;
}








.loaded .category-section .service-item :before {
  top: -47px !important;
  opacity: 1 !important;
  -webkit-transition: 1s 1.4s ease;
  -o-transition: 1s 1.4s ease;
  -moz-transition: 1s 1.4s ease;
  transition: 1s 1.4s ease;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*START MENU-M*/
.menu-m {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: -120vh;
  background-color: rgba(48, 48, 48, 0.823);
  z-index: 1001;
  transition: all 500ms linear;
}
.menu-m.active {
  top: 0;
}
.menu-m.active ul li {
  animation: menu-m 1s 500ms linear both;
}
.menu-m.active ul li:nth-child(1) {
  animation-delay: 500ms;
}
.menu-m.active ul li:nth-child(2) {
  animation-delay: 800ms;
}
.menu-m.active ul li:nth-child(3) {
  animation-delay: 1100ms;
}
.menu-m.active ul li:nth-child(4) {
  animation-delay: 1400ms;
}
.menu-m.active ul li:nth-child(5) {
  animation-delay: 1700ms;
}
.menu-m.active ul li:nth-child(6) {
  animation-delay: 2000ms;
}
.menu-m ul {
  text-align: center;
}
.menu-m ul li {
  margin: 20px 0;
}
.menu-m ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.menu-m .close-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10%;
  left: calc(50% - 25px);
  font-size: 50px;
  color: #fff;
}



.service-item {
  height: 300px;
  position: relative;
}
.service-item :before {
  content: "";
  position: absolute;
  /*background: url(../images/flowerup.png) no-repeat;*/
  background-size: 90%;
  background-position: center left;
  width: 50px;
  height: 50px;
  left: -webkit-calc(50% - 25px);
  z-index: 9;
  top: -30px;
  opacity: 0;
}
.service-item i {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 200px 200px 0px 0px;
  top: -10px;
  right: -10px;
  border: 2px solid #bc8971;
  z-index: -1;
  webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(102, 52, 52, 0) 70%, rgb(0, 0, 0));
  mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0));
  opacity: 1;
}
.service-item .up {
  height: 80%;
  background-color: #392f26;
  border-radius: 300px 300px 0 0;
}
.service-item .up .inner-up {
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 300px 300px 0 0;
  -webkit-border-radius: 300px 300px 0 0;
  -moz-border-radius: 300px 300px 0 0;
  -ms-border-radius: 300px 300px 0 0;
  -o-border-radius: 300px 300px 0 0;
  overflow: hidden;
}
.service-item .up .inner-up .right-inner-up {
  background-color: rgba(0, 0, 0, 0.737254902);
  height: 100%;
  width: 40%;
  border-radius: 0px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-item .up .inner-up .right-inner-up img {
  height: 150px;
  margin-bottom: 60px;
}
.service-item .down {
  display: flex;
  background-color: rgba(94, 94, 94, 0.051);
  border-top: 1px solid #fff;
  border-left: 1px solid rgba(236, 181, 142, 0.207);
  border-bottom: 1px solid rgba(236, 181, 142, 0.207);
  height: 20%;
}
.service-item .down .des {
  color: #fff;
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.service-item .down .des .name-project {
  font-size: 15px;
}
.service-item .down .des p {
  font-size: 16px;
}
.service-item .video-content {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 55%;
  height: 150px;
  border-radius: 300px 300px 0 0;
  -webkit-border-radius: 300px 300px 0 0;
  -moz-border-radius: 300px 300px 0 0;
  -ms-border-radius: 300px 300px 0 0;
  -o-border-radius: 300px 300px 0 0;
}
.service-item .video-content .video-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.service-item .video-content .video-content-inner::after {
  position: absolute;
  content: "";
  background-color: rgba(104, 53, 3, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 300px 300px 0 0;
}
.service-item .video-content .video-content-inner .play-btn {
  position: absolute;
  top: 40%;
  z-index: 1000;
  cursor: pointer;
  left: 40%;
}
.service-item .video-content .video-content-inner .play-btn img {
  width: 30px;
  height: 30px;
}
.service-item .video-content img {
  width: 100%;
  height: 100%;
  border-radius: 300px 300px 0 0;
}

.category-item {
  transition: 0.5s;
}

/*END MENU-M*/
.loaded .category-section .service-item :before {
  top: -47px !important;
  opacity: 1 !important;
  -webkit-transition: 1s 1.4s ease;
  -o-transition: 1s 1.4s ease;
  -moz-transition: 1s 1.4s ease;
  transition: 1s 1.4s ease;
}

.btn-cat .indicator {
  padding: 20px 0;
}
.btn-cat .indicator li {
  border-radius: 8px;
  border: 1px solid;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.btn-cat .indicator li a {
  color: rgb(234, 234, 234);
  font-weight: 16px;
}
.btn-cat .indicator li.active a {
  color: #b6916f;
  font-size: 18px;
}

.category-section {
  padding: 10px 30px;
}
.more-des-port{
    text-align:center;
    color:#fff;
    padding:10px 5px;
}
.more-des-port a{
    color:#fff !important;
}
.more-des-port:focuse{
    color:#fff !important;
}
.more-des-port a{
   background: linear-gradient(90deg, rgba(0, 0, 0, 0.1545868347) 0%, rgba(182, 145, 111, 0.3394607843) 49%, rgba(0, 0, 0, 0.0537464986) 100%);
   display: inherit;
    color: #fff;
    padding: 3px;
}
@media (max-width: 767px) {
  .smarloux-services .services .services-item .name .title-1 {
  font-size: 14px;
    color: rgb(202, 202, 202);
    letter-spacing:0.25px;
}  

    .smarloux-services .services .services-item .name .title {
        font-size: 13px !important;
        color: #b6916f;
        text-align:center;
    }
    .smarloux-services .services .services-item .name{
        padding:0;
       line-height:1.2;
    }
}


/*# sourceMappingURL=portfolio.css.map */
