/* Generated for Chrome v124.0.0.0 on Macintosh */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/5e4509d3e53b2e3faf7874bf6078aaf0d86ba9d6a8ec3079cc872b7b1d4b338b.woff2")
    format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/9750654d035b4d4d577ab1db20918077ad19a76bba8a65e6e690802912c3d82f.woff2")
    format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/104802c6c6dc7a3d84d629a79b78046847a9cc8caac8f73ea07e2dddfb5e31ce.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/5bc1142d5fc993d2ec21a8fa93a17718818e8172dffc649b7d8a3ab459cfbf9c.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/b8da67821e588e3ee5516083d99f1d9907c23a24fcb52dfb3c57cd38924dcef7.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/e80a61b2cbc6d6b3b3ed8b50bcd8f6a89f8f5b69460e03f47defe0554c3220d2.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/32b6db04338d853de4148e775afcacadfb2d0bd3e8f10192916f6688f34c6005.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/9c8773b18df092674df6b952c940fdc72cb66c5b6f408851e66866e72743df56.woff2")
    format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./../assets/font/SF-Pro-Display/7c60d03415a0dafaba510d4fe6a06ff74a049450351dc9ed1a305d0f9bff90e3.woff2")
    format("woff2");
  font-weight: 900;
  font-style: normal;
}
/* CACHED: 2024-05-19T04:00:37+04:30 */
/* Powered by FontServer.ir */
footer {
  font-family: "Mulish", sans-serif !important;
  color: #fff;
}
footer .copy-right {
  background-color: #4b301f;
  padding: 11px 0;
}
footer .copy-right p {
  font-weight: 300 !important;
  font-size: 14px;
  letter-spacing: 1px;
}
footer .info {
  background-color: #ea6f18;
  padding: 36px 0 24px 0;
}
footer .info .logo {
  flex-shrink: 0;
}
footer .info-content {
  display: flex;
  justify-content: space-between;
  gap: 27.79px;
}
footer .info-content .address {
  display: flex;
  flex-direction: column;
}
footer .info-content .address .item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: start;
  flex-wrap: nowrap;
  line-height: 1.75;
}
footer .info-content .address .item .icon {
  display: flex;
  align-items: flex-start;
  padding-top: 5px;
}
footer .info-content .address .item p {
  font-size: 12px;
  font-weight: 200;
}
footer .info-content .links ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  gap: 6px;
}
footer .info-content .links ul li {
  font-size: 12px;
}
footer .info-content .links ul a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1px;
  font-weight: 200;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header {
  background-color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0 5px;
}
header .navbar-brand {
  padding: 0;
}
header .navbar {
  background-color: #fff !important;
}
header .navbar .navbar-collapse {
  flex-grow: unset;
  flex-direction: column;
  align-items: flex-end;
}
header .navbar .navbar-collapse form {
  max-width: 255px;
  background-color: #e8e8e8;
  border-radius: 30px;
  overflow: hidden;
  padding: 10px 30px;
  gap: 0;
  display: flex;
}
header .navbar .navbar-collapse form button {
  border: none !important;
  width: 10.32px;
  display: inline-block;
  flex-shrink: 0;
}
header .navbar .navbar-collapse form button img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .navbar .navbar-collapse form input {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 1;
}
header .navbar .navbar-collapse form input:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}
header .navbar .navbar-collapse form input::-moz-placeholder {
  color: #7f8e9d;
  opacity: 1; /* Firefox */
}
header .navbar .navbar-collapse form input::placeholder {
  color: #7f8e9d;
  opacity: 1; /* Firefox */
}
header .navbar .navbar-collapse form input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(127, 142, 157, 0.9294117647);
}
header .navbar .navbar-nav {
  gap: 40px;
}
header .navbar .navbar-nav .dropdown-menu {
  border-radius: 0;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  left: -20px;
  top: calc(100% + 15px);
  border: 0.3px solid rgba(0, 0, 0, 0.15);
  width: 200px;
}
header .navbar .navbar-nav .dropdown-menu li a.dropdown-item {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 0 !important;
  transition: all 0.3s;
  padding: 16px 20px !important;
  border-bottom-right-radius: 10px;
  text-wrap: wrap;
}
header .navbar .navbar-nav .dropdown-menu li a.dropdown-item.active {
  background-color: unset;
  color: #ea6f18 !important;
}
header .navbar .navbar-nav .dropdown-menu li a.dropdown-item:hover {
  background-color: #d7d7d7;
}
header .navbar .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 0 !important;
  transition: all 0.3s;
}
header .navbar .nav-link.active {
  color: #ea6f18 !important;
}
header .navbar .nav-link:hover {
  color: #ea6f18;
}
header .navbar .nav-item {
  padding: 15.5px 0;
}
header .dropdown-toggle::after {
  border: unset !important;
  content: url(./../assets/icons/arrow-down.svg);
  vertical-align: unset !important;
  transition: all 0.3s;
}
header .dropdown-toggle.nav-link:hover::after,
header .dropdown-toggle.nav-link.active::after {
  content: url(./../assets/icons/arrow-down-2.svg);
}
header .drop-down02 {
  position: relative;
  padding: 0 !important;
}
header .drop-down02 .sub-menu02 {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
}
header .drop-down02 .dropdown-toggle {
  position: relative;
}
header .drop-down02 .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  border: unset !important;
  content: url(./../assets/icons/arrow-down-right.svg);
  vertical-align: unset !important;
  transition: all 0.3s;
}
header .drop-down02 .dropdown-toggle.nav-link:hover::after,
header .drop-down02 .dropdown-toggle.nav-link.active::after {
  content: url(./../assets/icons/arrow-down-right.svg);
}

@media only screen and (min-width: 1200px) {
  header {
    padding: 0;
  }
  header nav.navbar {
    padding: 0;
  }
  header nav.navbar .navbar-collapse {
    height: 115px;
    justify-content: space-between;
    padding-top: 10px;
  }
  header nav.navbar .nav-item {
    padding: 0;
    padding-bottom: 21.5px;
    cursor: pointer;
  }
  header nav.navbar .navbar-nav .dropdown-menu {
    top: 100%;
  }
  header
    .navbar
    .navbar-nav
    .nav-item
    > .dropdown-menu
    > li
    > a.dropdown-item:not(.nav-link) {
    white-space: pre-wrap !important;
  }
}
@media only screen and (max-width: 1279.98px) {
  footer .info-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .info-content .address {
    max-width: 245px;
  }
  .desktop-view {
    display: none;
  }
  header .dropdown-toggle.nav-link:hover::after {
    content: url(./../assets/icons/arrow-down.svg);
  }
  .navbar > .container-fluid {
    padding: 0;
  }
  header .drop-down02 .sub-menu02 {
    position: static !important;
  }
  header .drop-down02 .dropdown-toggle::after {
    content: url(./../assets/icons/arrow-down.svg);
  }
  header .drop-down02 .dropdown-toggle.nav-link:hover::after,
  header .drop-down02 .dropdown-toggle.nav-link.active::after {
    content: url(./../assets/icons/arrow-down.svg);
  }
}
@media only screen and (max-width: 767.98px) {
  header .navbar-brand img {
    width: 120px;
  }
  header .navbar > .container-fluid {
    padding: 0;
  }
  header .navbar .nav-link {
    font-size: 14px;
  }
  header .navbar .navbar-nav {
    margin-top: 5px;
    margin-bottom: 0;
  }
  header .navbar .navbar-nav .dropdown-menu li a.dropdown-item {
    font-size: 13px;
    padding: 10px 15px !important;
  }
  header .navbar .nav-item {
    padding: 10px 0;
  }
  header .navbar .navbar-collapse {
    padding-bottom: 0;
  }
  header .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  footer .info-content {
    gap: 11px;
    justify-content: center;
  }
  footer .info-content .address {
    max-width: unset;
  }
  footer .info-content .address .item p {
    font-size: 11px;
  }
  footer .info-content .links ul li {
    font-size: 11px;
  }
  footer .copy-right p {
    font-size: 12px;
  }
  footer .info {
    padding: 20px 0;
  }
  footer .info .logo {
    width: 130px;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display";
  letter-spacing: 0.6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #444444;
  max-width: 1920px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin-bottom: 0;
}

.fw-lighter {
  font-weight: 200 !important;
}

.container-1152 {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
}

.container-952 {
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
}

main {
  padding-top: 105px;
  overflow-x: hidden;
}

h1,
h2.heading1 {
  font-weight: 600;
  font-size: 36px;
  color: #ea6f18;
}

h2,
.heading2 {
  font-weight: 600;
  font-size: 32px;
  color: #ea6f18;
}

h3 {
  font-weight: 400;
  font-size: 23px;
  color: #ea6f18;
}

h4 {
  font-weight: 600;
  font-size: 19px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

.card-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  transition: font-size 0.5s ease-in-out;
}
.card-title p {
  transition: font-size 0.5s ease-in-out;
}

a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

.nav-link:focus-visible {
  box-shadow: unset;
}

.mb_79 {
  margin-bottom: 79px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-6 {
  margin-bottom: 6px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mb-24 {
  margin-bottom: 24px;
}

.w-740 {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.w-564 {
  width: 100%;
  max-width: 564px;
  margin: 0 auto;
}

.btn-brand-color {
  background-color: #ea6f18;
  border: 1px solid #ea6f18;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
  width: 200px;
  padding: 15.5px 0;
  font-size: 16px;
  transition: all 0.3s;
}
.btn-brand-color:hover {
  color: #ea6f18;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .btn-brand-color {
    width: 150px;
    padding: 12px 0;
    font-size: 13px;
  }
}

.tab-style.tabs-content {
  border-radius: 5px;
  overflow: hidden;
}
.tab-style.tabs-content .nav-tabs {
  border-bottom: 2px solid #ea6f18;
  background-color: #fff;
}
.tab-style.tabs-content .nav-link {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  color: #444444;
  border: unset;
  border-bottom: 4px solid transparent;
  font-weight: 500;
}
.tab-style.tabs-content .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  font-style: normal;
  color: #ea6f18;
}
.tab-style.tabs-content .nav-link:hover:not(.active) {
  border-bottom: 4px solid #ea6f18;
}
.tab-style.tabs-content .tab-content {
  padding: 12px 12px 24px 12px;
  background-color: #fff;
}
.tab-style.tabs-content .tab-content .row {
  width: 100%;
  align-items: center;
  margin-left: unset;
  --bs-gutter-x: 0;
}
.tab-style.tabs-content .tab-content .row > .col-6:first-child {
  padding-right: 48px;
  padding-left: 12px;
}
.tab-style.tabs-content .tab-content .row > .col-6:last-child {
  padding-right: 12px;
  padding-left: 0px;
}

.bg-gray-main {
  background-color: #f1f1f1;
}

.form-group-style {
  position: relative;
  margin-bottom: 36px;
}
.form-group-style label {
  font-size: 16px;
}
.form-group-style label.file-upload {
  border-radius: 5px;
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: 200;
  font-size: 12px;
  color: black;
}
.form-group-style label.file-upload:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.form-group-style input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #444444;
  font-size: 15px;
}
.form-group-style input:focus-visible {
  outline: none;
}
.form-group-style input[type="file"] {
  position: absolute;
  top: 0;
  height: 0px;
  opacity: 0;
  border-bottom: unset;
  background-color: #f1f1f1;
}
.form-group-style small {
  color: #ea6f18;
  font-size: 12px;
}

.breadcrumb {
  margin: 50px 0 24px 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: hsla(0, 0%, 27%, 0.7);
  padding-left: 3px;
}
.breadcrumb .breadcrumb-item.active {
  color: #ea6f18;
  font-weight: 600 !important;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: hsla(0, 0%, 27%, 0.7);
  content: var(--bs-breadcrumb-divider, ">");
  padding-right: 3px;
  font-weight: normal !important;
}

.list-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.list-news .main-news {
  grid-column: 1 / span 2;
  grid-row: 1/3;
}
.list-news .main-news.item .content {
  padding: 24px;
}
.list-news .main-news.item .content .short-dics {
  font-size: 18px;
  font-size: 400;
  -webkit-line-clamp: 7; /* number of lines to show */
  line-clamp: 7;
}
.list-news .main-news.item .content .footer-item,
.list-news .main-news.item .content .footer-item .date {
  font-size: 16px;
}
.list-news .main-news.item .content .footer-item a,
.list-news .main-news.item .content .footer-item span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  border: 1px solid hsla(0, 0%, 27%, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.list-news .main-news.item .content .footer-item a img,
.list-news .main-news.item .content .footer-item a svg,
.list-news .main-news.item .content .footer-item span img,
.list-news .main-news.item .content .footer-item span svg {
  width: 14.4px;
  transition: all 0.3s;
}
.list-news .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid hsla(0, 0%, 27%, 0.5);
  border-radius: 5px;
  transition: all 0.3s;
}
.list-news .item .content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.list-news .item .content .card-title,
.list-news .item .content .card-title-2 {
  color: #ea6f18;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-news .item .content .card-title-2 {
  font-size: 19px;
  line-height: 1.2;
}
.list-news .item .content .short-dics {
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list-news .item .content .footer-item {
  width: 100%;
}
.list-news .item .content .footer-item a,
.list-news .item .content .footer-item span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border: 1px solid hsla(0, 0%, 27%, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.list-news .item .content .footer-item a img,
.list-news .item .content .footer-item a svg,
.list-news .item .content .footer-item span img,
.list-news .item .content .footer-item span svg {
  width: 9.6px;
  transition: all 0.3s;
}
.list-news .item .content .footer-item a:hover,
.list-news .item .content .footer-item span:hover {
  background-color: #ea6f18 !important;
  border: 1px solid #ea6f18 !important;
}
.list-news .item .content .footer-item a:hover svg path,
.list-news .item .content .footer-item span:hover svg path {
  fill: #fff !important;
  fill-opacity: 1 !important;
}
.list-news .item .content .footer-item,
.list-news .item .content .footer-item .date {
  color: hsla(0, 0%, 27%, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  gap: 6px;
}
.list-news .item .img {
  overflow: hidden;
}
.list-news .item .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-news .item:hover {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.list-news .item:hover .img img {
  scale: 1.05;
}
.list-news .item:hover .content .footer-item a svg,
.list-news .item:hover .content .footer-item span svg {
  transform: rotate(180deg);
}

.section-haft-haft {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
}
.section-haft-haft .haft-text,
.section-haft-haft .haft-img {
  width: 50%;
}
.section-haft-haft .haft-img {
  border-radius: 10px;
  overflow: hidden;
}
.section-haft-haft .haft-img img {
  width: 100%;
}
.section-haft-haft .haft-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-haft-haft .haft-text h3 {
  color: #ea6f18;
}
.section-haft-haft .haft-haft-part {
  display: flex;
  gap: 44px;
}
.section-haft-haft .haft-haft-part .haft-part {
  width: 50%;
  position: relative;
}
.section-haft-haft .haft-haft-part .haft-part.polygon {
  padding-left: 24px;
}
.section-haft-haft .haft-haft-part .haft-part.polygon::before {
  position: absolute;
  content: url(../assets/icons/Polygon.svg);
  top: 0;
  left: 0;
}
.section-haft-haft .haft-haft-part .haft-part h4 {
  margin-bottom: 12px;
  color: #ea6f18;
  position: relative;
}
.section-haft-haft .haft-haft-part .haft-part p {
  font-size: 16px;
}
.section-haft-haft .haft-haft-part .haft-part .list-img {
  display: flex;
  gap: 12px;
  align-items: center;
}

.list-product {
  padding-top: 48px;
  margin-bottom: 48px;
}
.list-product .title {
  margin-bottom: 50px;
}
.list-product .title h2 {
  margin-bottom: 10px;
}
.list-product .card-title {
  color: white;
}
.list-product .list-product-type .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.list-product .list-product-type .product-type-item > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.list-product .list-product-type .product-type-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-product .list-product-type .product-type-item .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 20.5px 20px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.645) 80%
  );
}
.list-product .list-product-type .product-type-item .card-title span {
  opacity: 0;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1/1;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.list-product .list-product-type .product-type-item .card-title span img {
  width: 16.8px;
  transition: all 0.3s;
}
.list-product .list-product-type .product-type-item .card-title span:hover {
  background-color: #ea6f18;
  border: 1px solid #ea6f18 !important;
}
.list-product .list-product-type .product-type-item:hover .card-title span {
  opacity: 1;
  border: 1px solid white;
}

.section-rounded-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.section-rounded-content .img {
  width: 270px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.section-rounded-content .content {
  flex-grow: 1;
}
.section-rounded-content .content h4 {
  color: #ea6f18;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1200px) {
  header {
    width: 100vw;
    max-height: 100vh;
    overflow-y: scroll;
  }
  header .navbar .navbar-collapse {
    padding: 15px 0;
  }
  header .navbar .navbar-collapse form {
    max-width: unset;
  }
  header .navbar .navbar-nav .dropdown-menu li a.dropdown-item {
    padding: 15px !important;
    border-bottom: 1px solid #eee;
  }
  header .navbar .nav-link:hover {
    color: #000;
  }
  header .dropdown-toggle.nav-link::after {
    position: absolute;
    right: 5px;
  }
  header .navbar .navbar-nav {
    gap: 0;
  }
  header .navbar .nav-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  header .navbar .navbar-nav .dropdown-menu {
    width: unset;
    margin-top: 8px;
    box-shadow: unset;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1279.98px) {
  .container-1152,
  .container-952 {
    padding: 0 15px;
  }
  .list-news .footer-item .links a,
  .list-news .footer-item .links span {
    transform: rotate(180deg);
  }
  .section-haft-haft .haft-text {
    width: 60%;
  }
  .section-haft-haft .haft-img {
    width: 40%;
  }
}
@media only screen and (max-width: 1023.98px) {
  .section-haft-haft {
    flex-direction: column;
  }
  .section-haft-haft .haft-text {
    width: 100% !important;
    order: 2;
  }
  .section-haft-haft .haft-text h2,
  .section-haft-haft .haft-text h1 {
    text-align: center;
  }
  .section-haft-haft .haft-img {
    width: 100% !important;
    order: 1;
  }
  .section-haft-haft .haft-haft-part {
    flex-direction: column;
    gap: 16px;
  }
  .section-haft-haft .haft-haft-part .haft-part {
    width: auto !important;
  }
  .section-haft-haft .haft-haft-part .haft-part h4 {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 88.45px;
  }
  h1,
  h2.heading1 {
    font-size: 25.35px;
  }
  h2 {
    font-size: 22.53px;
  }
  h3 {
    font-size: 16.9px;
  }
  h4 {
    font-size: 14.08px;
  }
  h5 {
    font-size: 11.2px;
  }
  body {
    font-size: 14px;
  }
  .card-title {
    font-size: 19.7px;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 11px;
  }
  .mb_79 {
    margin-bottom: 39px;
  }
  .pt-48 {
    padding-top: 24px;
  }
  .pb-48 {
    padding-bottom: 24px;
  }
  .form-group-style {
    margin-bottom: 26px;
  }
  .form-group-style label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form-group-style input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #444444;
    font-size: 14px;
  }
  .form-group-style input:focus-visible {
    outline: none;
  }
  .form-group-style small {
    color: #ea6f18;
    font-size: 12px;
  }
  .list-news .main-news.item .content > div:first-child {
    gap: 10px;
  }
  .list-news .main-news.item .content > div:first-child .card-title {
    margin-bottom: 10px;
  }
  .section-haft-haft .haft-haft-part .haft-part p {
    font-size: 14px;
  }
}
