@font-face {
  font-family: yekan;
  font-style: normal;
  src: url("/fonts/IRANSans.ttf") format("embedded-opentype"),
    url("/fonts/IRANSans.ttf") format("woff"),
    url("/fonts/IRANSans.ttf") format("truetype");
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
  background: #acacac;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #7c7c7c;
}
:root {
  scrollbar-color: #858585 #e7e7e7 !important;
  scrollbar-width: thin !important;
}
html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}
.text-black {
  color: #111;
}
.cv {
  margin: 12px 0 -15px 0 !important;
}
.img_ab {
  min-height: 80px !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  border-top-right-radius: 55px;
}
.image {
  display: block;
  width: 450px;
  height: 250px;
  border: 2px solid rgb(116, 116, 116);
  margin: 10px 0 10px auto;
}
.fotn {
  font: 13px yekan;
}
.navbar_1 {
  position: fixed;
  width: 100%;
  max-width: 1420px;
  z-index: 5;
  background: transparent;
  transition: all 1s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar_1 span i {
  font-size: 1.5rem;
}
.navbar_1.sticky {
  background: rgb(12, 11, 11);
  opacity: 0.9;
  top: 0;
  border-bottom: 1px solid #fff;
}
.ulnav li {
  display: inline-block;
  padding: 20px 10px 0 0;
  overflow: hidden;
}
#sangak {
  padding: 25px 50px 17px 0;
  max-width: 48vw;
  max-height: 48vh;
}
.a_43 {
  position: relative;
  padding: 6px;
  font: 1rem yekan;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border-top: 2px solid transparent;
}
.a_1:hover,
.a_2:hover,
.a_3:hover,
.a_4:hover {
  font-size: 1.05rem;
  padding-left: 2px;
}
.border_top {
  display: block;
  background-color: rgb(0, 255, 255);
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.2s linear;
  opacity: 0;
}
.a_43:hover .border_top {
  transform: translateX(0);
  opacity: 1 !important;
}
.a_43:hover {
  color: #fff;
}
.navbar-Logo {
  padding: 3px;
}
.navbar-Logo img {
  width: 65px;
  border-radius: 50%;
}
.fullpageMenu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
  opacity: 0.9;
  transition: 0.5s;
  z-index: 1025;
}
.fullpageMenu.active {
  top: 0;
}
.fullpageMenu .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.menuFull {
  position: relative;
}
.menuFull li {
  position: relative;
  list-style: none;
  margin: 35px 0;
  overflow: hidden;
  display: table;
}
.li-21,
.li-22,
.li-24 {
  padding: 2px 23px;
}
.li-23 {
  padding: 2px 30px 2px 32px;
  margin-right: 10px !important;
}
.li-20:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff0047;
  transition: transform 0.5s ease-in-out;
  transform: scaleY(0);
  transform-origin: bottom;
}
.li-20:hover:before {
  transition: transform 0.5s ease-in-out;
  transform: scaleY(1);
  transform-origin: top;
}
.menua {
  position: relative;
  color: #fff;
  text-decoration: none;
  font: 900 1.5rem/1.7rem yekan;
  padding-top: 32px;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.menua:before {
  content: attr(data-text);
  position: absolute;
  bottom: -100%;
  left: 0;
  color: #fff;
}
.li-20:hover a {
  transform: translateY(-120%);
  color: #fff;
}
.menuicon {
  position: fixed;
  top: 18px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: no-repeat 10px;
  z-index: 1030;
  text-align: center;
}
.menuicon i {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 2rem;
}
.fontna {
  font: 0.8rem yekan;
  margin-bottom: 0.7rem;
}
.menuicon.active {
  cursor: pointer;
  background: no-repeat 10px;
}
header {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
}
.text_rps_h1 {
  font-size: 1rem !important;
  margin: 27px 0;
}
.height-max {
  height: calc(90vh - 100px);
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("/picture/تنور-سنگک-فری-سنتی-4.jpg") no-repeat center;
  background-size: cover;
  min-height: 330px;
}
.header-text-1 {
  font: 13px yekan;
  color: #fff;
  border-right: 2px solid rgb(255, 166, 0);
  padding: 10px 15px 10px 0;
}
.header-text-2 {
  font: 14px yekan;
  color: #fff;
  border-right: 2px solid rgb(255, 166, 0);
  padding-right: 15px;
}
.Contact_text_3 {
  font: 0.9rem yekan;
  color: #fff;
}
.aboutt {
  font: 1.17rem/4rem yekan;
}
.text_Con {
  font: 1.1rem yekan;
  margin-bottom: 1.8rem;
}
.main-1 {
  padding: 130px 0 50px 0;
}
.main-1 img {
  width: 100%;
  border-radius: 20px;
}
.fontss {
  font: 0.92rem yekan;
  margin-bottom: 20px;
  color: #fff;
  line-height: 2rem;
}
.fonts {
  font: 0.8rem yekan;
  margin-bottom: 30px;
  color: #fff;
  padding-bottom: 33px;
}
.section-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://builderfireplace.ir/picture/img.jpg") center no-repeat fixed;
  background-size: cover;
}
.section-22 {
  min-height: 27vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://builderfireplace.ir/picture/img/تنور-سنگک-فری-سنتی.jpg") center
      no-repeat fixed;
  background-size: cover;
}
.fgh {
  min-height: 29vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://builderfireplace.ir/picture/نان-سنگک-1.jpg") center
      center/cover no-repeat;
}
.fgh2 {
  min-height: 29vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://builderfireplace.ir/picture/تنور-سنگک-فری-سنتی.jpg") center
      no-repeat;
  background-size: cover;
}
.fgh3 {
  min-height: 29vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://builderfireplace.ir/picture/articles/1-12.jpg") center
      center/cover no-repeat;
}
.fgh7 {
  min-height: 29vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://builderfireplace.ir/picture/articles/1-100.jpg") center
      center/cover no-repeat;
}
.section-span {
  font: 1rem/2.5rem yekan;
}
.section-6 {
  background: url("https://builderfireplace.ir/picture/footer-bg.jpg") center
    no-repeat;
  background-size: cover;
}
.button_10 {
  display: inline-block;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}
.button_10:hover {
  width: 130px;
}
.icon_10 {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 50px;
  text-align: center;
  line-height: 41px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.button_10:nth-child(1):hover .icon_10 {
  background: #e1306c;
}
.button_10:nth-child(2):hover .icon_10 {
  background: #00e676;
}
.button_10:nth-child(3):hover .icon_10 {
  background: rgb(39, 39, 39);
}
.icon_10 i {
  font-size: 25px;
  transition: all 0.3s ease-out;
}
.button_10:hover .icon_10 i {
  color: #fff;
}
.button_10 a {
  font: 800 15px;
  margin-left: 5px;
  transition: all 0.3s ease-out;
  color: #3c64b4;
}
.Contact_1 {
  font-size: 0.6rem;
}
font {
  font-weight: 700 !important;
}
.ffd {
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 16px;
}
.ffd:hover {
  font-size: large;
  color: #fff;
  transition: all 0.3s ease;
}
.ffc {
  text-align: center;
  width: 22%;
  font: 0.8rem yekan;
  background-color: rgb(205, 205, 205);
  color: #111;
  padding: 0.3rem;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.fft {
  font-size: 15px;
}
.text_black {
  color: #007bff;
}
@media (min-width: 776.1px) {
  #sangak {
    padding: 25px 50px 17px 0;
    max-width: 50vw;
    height: 35vh;
  }
  .main-1 {
    padding: 80px 0 50px 0;
  }
}
.tracking_1 {
  -webkit-animation: tracking_1 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
  animation: tracking_1 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}
.tracking_2 {
  -webkit-animation: tracking_2 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s
    both;
  animation: tracking_2 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s both;
}
@media (min-width: 577px) {
  .tracking {
    -webkit-animation: tracking 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s
      both;
    animation: tracking 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s both;
  }
  .text_Con {
    font-size: 1.25rem;
  }
  .height-max {
    height: 79vh;
  }
}
@media (max-width: 576px) {
  .image {
    display: block;
    width: 70vw;
    height: 200px;
    border: 2px solid rgb(88, 88, 88);
  }
  .carousel_mb {
    margin-bottom: -20px;
    font-size: medium !important;
  }
  .fotn2 {
    display: none !important;
  }
  .navbar-Logo {
    padding: 2px;
  }
  .navbar-Logo img {
    width: 50px;
  }
  .menuicon {
    top: 12px;
  }
  .menuicon i {
    font-size: 1.7rem;
  }
  .height-max {
    height: 59vh;
  }
  .main-1 {
    padding: 60px 0 30px 0;
    display: flex;
    justify-content: center;
  }
  .main-1 img {
    width: 90%;
    border-radius: 20px;
    height: 100%;
  }
  .navbar_1 span i {
    font-size: 0.9rem;
  }
  .navbar_1 h5 {
    font-size: 0.9rem !important;
    font-weight: 700;
  }
  .button_10 {
    width: 30px;
    height: 30px;
  }
  .button_10 .icon_10 {
    width: 30px;
    height: 30px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  #scrol2 {
    width: 30px !important;
    height: 30px !important;
    padding-top: 2px !important;
  }
  .navbar_1 ul {
    display: none;
  }
  .Contact_text_4 i,
  .Contact_text_4 span {
    font-size: 0.9rem;
  }
  .banner {
    display: block;
  }
  .navbar_1 h5 {
    font-size: 1.2rem;
  }
  .Contact_text_5 {
    font-size: 0.9.5rem;
  }
  .img_ab {
    width: 23vw;
    height: 14vh;
  }
}
@media (min-width: 991.1px) {
  .Contact_1 {
    font-size: 0.8rem;
  }
  .fonts {
    font-size: 0.95rem;
  }
  .img_ab {
    width: 17vw;
    height: 14vh;
  }
  .fullpageMenu,
  .menuicon {
    display: none;
  }
  .navbar-Logo {
    padding: 2px;
    margin-left: 2%;
  }
  .navbar-Logo img {
    width: 75px;
  }
  .navbar_1 span i {
    font-size: 1.3rem;
  }
  .navbar_1 h5 {
    font: 700 1.25rem;
  }
  .height-max {
    height: calc(82vh) !important;
  }
  #About_10 h5 {
    font-size: 1rem;
  }
}
@media (min-width: 996px) {
  .fontss {
    font-size: 1rem;
  }
  .header-text-1,
  .header-text-2 {
    font-size: 1rem;
  }
  #scrolll {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .img_ab {
    width: 17vw;
    height: 15vh;
  }
}
@media (min-width: 1400.5px) {
  #scrol2 {
    display: none !important;
  }
  #sangak {
    padding: 22px 150px 18px 0;
    max-width: 45vw;
    height: 35vh;
  }
  .img_ab {
    width: 13vw;
    height: 14vh;
  }
}
@media (min-width: 1750.5px) {
  #scrol2 {
    display: none !important;
  }
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  z-index: 1020;
}
.carousel_next {
  right: 0;
  border-radius: 10px 0 0 10px !important;
}
.carousel_prev,
.carousel_next {
  position: absolute;
  top: 39%;
  bottom: 39%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12%;
  color: #fff;
  text-align: center;
  opacity: 0.7;
  border-radius: 0 10px 10px 0;
}
.carousel_mb {
  margin-bottom: -20px;
  font-size: larger;
}
.text_sangakk {
  font: 0.8rem/1.7rem yekan;
}
.text_sangak {
  font: 0.9rem/2rem yekan;
}
.bgg2 {
  background: #efefef;
}
.text_rps_h3,
.text_rps_h2,
.text_rps_h22 {
  font-size: 0.95rem;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.dayereh {
  width: 2px;
  height: 1px;
  color: #ff9100;
}
#scrolll,
#scrol2 {
  position: fixed;
  left: 10%;
  bottom: 15%;
  width: 32px;
  height: 32px;
  background-color: #fff;
  opacity: 0.7;
  z-index: 999;
  padding-top: 4px;
  border-radius: 38%;
  cursor: pointer;
  box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid snow;
  display: none;
}
.scroll_i,
.scroll_i2 {
  font-size: 17px;
}
.blink-1 {
  -webkit-animation: blink-1 0.7s 0.5s both;
  animation: blink-1 0.7s 0.5s both;
}
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tracking_1 {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking_1 {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tracking_2 {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking_2 {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
