@font-face {
  font-family: "Iransans";
  src: url("../font/IRANSansWeb.ttf") format("ttf");
  src: url("../font/IRANSansWeb.eot") format("eot");
  src: url("../font/IRANSansWeb.woff") format("woff");
  src: url("../font/IRANSansWeb.woff2") format("woff2");
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/*modified classes*/
html {
  scroll-behavior: smooth;
}
.p-50{
    padding:50px !important;
}
/*استایل بخش فهرست مطالب*/
.content-section {
	 margin:15px auto;
 	 margin-bottom: 20px;
   background:#fff;
   padding: 25px;
   border-radius: 8px;
	 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.inf-box{
    background:rgba(48, 51, 107,1.0);
    height:250px;
    margin:10px auto;
    border-radius:12px;
    padding:15px;
}
.inf-box h3{
    color:#fff;
    margin:auto 35px;
}
.inf-box span{
    color:#fff;
    display:block;
    margin:5px 35px;
    text-align:left;
}
.inf-box img{
    display:block;
    width:95%;
    border-radius:12px;
    margin:10px auto;
}
.content-section span {
	margin-bottom: 10px;
	font-size:22px;
	display:block;
	margin:5px 20px;
}
.thumb-right{
    width: 150px;
    display: inline-block;
}
.thumb-left{
    width: 100px;
    display: inline-block;
    float:left;
}
.thumb-right span{
    display: block;
    margin: 20px;
}
.thumb-right .content-menu {
    padding: 0;
    margin: 10px 40px;
    width: 150px;
    list-style-type:none;
    display: inline-block;
}
.thumb-left img{
    width: 150px !important;
    display: inline-flex !important;
    float: left;
    position: relative;
    left: 20px;
}

.content-menu{
    margin-right:10px;
}
.content-menu li {
  margin: 15px auto;
}

.content-menu li a {
  text-decoration: none;
  color: #6c757d;
  font-weight: bold;
  transition: color 0.3s ease;
}

.content-menu li a:hover {
  color: #6c757d;
}

.fixed-image{
    height : intrinsic;
}
.fa-tag{
  position: relative;
  top: 10px;
  margin-left: 5px;
}

.btn-rounded-sm {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
}
.container {
  margin:10px auto;
}

.text-center {
  text-align: center;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-right: 150px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}
.quote-card.green-card {
  background: #00970B;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#59E063 ;
}

.quote-card.red-card {
  background: #F61E32;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
  color:#F65665 ;
}

.quote-card.yellow-card {
  background: #F9A825;
  color: #222222;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
  color: #FBC02D;
}
.center-icon {
  transform: translateX(3px);
}

.w-150 {
  width: 150px;
}

.paddingless {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.active {
  border-bottom: 3px solid green;
}

.active::after {
  line-height: 60px;
}

.z-index-2 {
  z-index: 2;
}

.margin-t75 {
  margin-top: 75px;
}

.pt-6 {
  padding-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.no-padding {
  padding: 0;
}

.bg-f7 {
  background-color: #f7f7f7;
}

.col-md-6 img {
  margin-bottom: 20px !important;
}

section .h5 {
  line-height: 30px;
}

.mh-600 {
  min-height: 600px;
}

/*modified classes*/

body {
  font-family: "Iransans";
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: white;
  border-bottom: 5px solid green;
  top: 0;
}

.navbar .navbar-brand h1 {
  transform: translate(-15px, 6px);
}

.navbar .navbar-brand img {
  width: 65px;
}

nav .navbar-collapse {
  flex-grow: 0.7;
}

nav .header-icons {
  width: 1.5em;
  cursor: pointer;
}

nav .menu .nav-item .nav-link {
  color: #63392a;
  font-size: 20px;
}

nav .nav-utilities li svg {
  font-size: 25px;
}

.navbar-nav .active > .nav-link {
  color: #442013 !important;
}

/*Navbar*/
/*Slider*/
.slider {
  margin-top: 70px;
}

.carousel-item {
  height: 650px;
}

.carousel-item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 650px;
}

.carousel-item .carousel-caption {
  flex-direction: column;
  justify-content: center;
  right: 10%;
  bottom: 200px;
  z-index: 1;
  background-color: rgba(52, 73, 94, 0.5);
  border-radius: 30px;
  left: 10%;
  padding-left: 20px;
  padding-right: 20px;
  width: fit-content;
}

.carousel-item .carousel-caption h5 {
  font-size: 3.25rem;
  width: 530px;
  color: #494949;
}

.carousel-item .carousel-caption p {
  font-size: 2rem;
  width: 355px;
  text-align: right;
  color: #494949;
}

.carousel-item .carousel-caption .btn-outline-secondary {
  width: 150px;
  border-radius: 30px;
  color: white;
  border-color: white;
  border: 2px solid white;
}

.carousel-item .carousel-caption .btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .dropdown-toggle.btn-outline-secondary {
  color: rgba(52, 73, 94, 1);
  background-color: white;
}

.carousel-indicators {
  z-index: 1;
}

.carousel-indicators li {
  background-color: #63392a;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  z-index: 1;
}

/*Slider*/
/*rows*/
.middle-data .btn-outline-secondary {
  color: #fff;
  border-radius: 30px;
  background-color: #27ae60;
  border-color: #fff;
}

.middle-data .btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .dropdown-toggle.btn-outline-secondary {
  color: #27ae60;
  background-color: white;
  border-color: #27ae60;
}
.middle-data p, h2 {
    width: 292px;
}
.special-goods h2{
    width:unset;
    margin-top:35px;
}
.middle-data .row .col-md-6 .modified-width {
  width: 292px;
}

.col-md-6 img {
  margin-bottom: 40px;
}

main .section-image {
  position: absolute;
  width: 150px;
}

main {
  position: relative;
}

main .img-1 {
  left: 0;
  bottom: 190px;
}

main .img-2 {
  right: 0;
  bottom: -90px;
}

main .img-3 {
  right: 0;
  bottom: 973px;
  z-index : -1;
  width : 100px;
}

main .img-4 {
  left: 0;
  bottom: 1328px;
  z-index : -1;
  width : 120px;
}

main .img-5 {
  transform : rotate(180deg);
  left: 0;
  bottom: 700px;
  z-index : -1;
}

/*rows*/
/*Special Goods*/
.card {
  box-sizing: border-box;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 540px;
  z-index: 2;
  transition: transform 0.5s;
}

.img-product {
  height: 500px;
  object-fit: cover;
}

.paragraph {
  line-height: 32px;
}

.card > .card-inner {
  padding: 10px;
}

.card .header h2,
h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.card .header {
  margin-bottom: 5px;
}

.card .image {
  width: 100%;
  height: 250px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card:hover {
  transform: scale(1.05);
}

/*Special Goods*/
/*Footer*/
footer {
  background-color: #424242;
  position: relative;
  z-index: 99;
}

footer .h5,
.h6 {
  color: white;
}

footer h2 {
  width: auto;
}

footer .form-row input[type="phone"] {
  border-radius: 30px;
  width: 90%;
}

::-webkit-input-placeholder {
  text-align: right;
}

:-moz-placeholder {
  text-align: right;
}

footer .btn-outline-light {
  color: black;
  border-radius: 30px;
  background-color: white;
  width: 110px;
}

footer .btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.open > .dropdown-toggle.btn-outline-light {
  color: white;
  background-color: transparent;
  border-color: white;
}

footer .row img {
  width: 85px;
}

.footer-gutter {
  background-color: white;
}

.footer-gutter p {
  color: black;
  margin-bottom: 0;
}

.footer-gutter p span {
  color: rgb(12, 211, 12);
}

/*Footer*/
/*---------------------------------------- product page -----------------------------------*/
/*modified classes*/
.products-container .row {
  margin-left: unset;
  margin-right: unset;
}

/*modified classes*/
/*product sidebar*/
.sidebar {
  position: fixed;
  top: 27px;
  bottom: 0;
  z-index: 998;
  padding: 48px 0 0;
  background-color: white;
  overflow-y: auto;
}

/*product sidebar*/
/*product page*/
.products-container {
  padding-right: 0;
  padding-left: 0;
}

.close-side {
  left: 10px;
}

.fullheight-row {
  height: 100vh;
  background-color: #f7f7f7;
}

/*product page*/
@media only screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 1.7rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.4rem;
  }

  h4,
  .h4 {
    font-size: 1.2rem;
  }

  h5,
  .h5,
  .form-btn input {
    font-size: 1rem;
  }

  h6,
  .h6,
  p,
  a,
  span,
  .table td,
  .table th {
    font-size: 0.8rem !important;
  }

  nav a,
  span {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    flex-direction: column;
    border: 1px solid #442013;
  }

  header .navbar-nav .search .search-btn {
    font-size: 16px;
  }

  .search-box {
    display: none !important;
    margin-top: 313px !important;
  }
}

@media only screen and (max-width: 767px) {
.inf-box{
    height:220px;
}
.inf-box h3{
    margin:auto 15px;
}
.inf-box span{
    margin:5px 15px;
}
.inf-box img{
    height:85px;
    margin:10px auto;
}
  .carousel-item .carousel-caption h5 {
    font-size: 1.75rem;
    width: 310px;
    text-align: right;
  }

  .carousel-item .carousel-caption p {
    font-size: 1.25rem;
    width: 310px;
  }

  .form-holder {
    padding-top: 0;
  }

  .aboutus-holder {
    padding-top: 35px;
  }

  .product-img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
  }
}

@media only screen and (max-width: 425px) {
  .carousel-item .carousel-caption h5 {
    font-size: 1.25rem;
    width: 250px;
    text-align: right;
  }

  .carousel-item .carousel-caption {
    right: 1%;
  }

  .carousel-item .carousel-caption .btn-outline-secondary {
    font-size: 0.75rem;
  }

  .carousel-item .carousel-caption p {
    font-size: 0.75rem;
    width: 250px;
  }

  .row .text-holder {
    width: 100% !important;
    padding: 20px 5px 0 5px;
  }

  .product-img {
    width: 100%;
    height: 14rem !important;
    object-fit: cover;
  }
}

/*------------------------------------ new -----------------------------*/
.tag-wrapper{
  border:3px solid;
  margin: 10px;;
}
.tags{
  margin:4px;
  padding: 8px;
}
.social-icons {
  position: fixed;
  left: 0;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
}

a.btn-social,
.btn-social {
  border-radius: 50%;
  color: #ffffff !important;
  display: inline-block;
  height: 40px;
  line-height: 54px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  webkit-transition: background-color 0.3s;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-social .fa,
.btn-social i {
  backface-visibility: hidden;
  moz-backface-visibility: hidden;
  ms-transform: scale(1);
  o-transform: scale(1);
  transform: scale(1);
  transition: all 0.25s;
  webkit-backface-visibility: hidden;
  webkit-transform: scale(1);
  webkit-transition: all 0.25s;
  font-size: 35px;
}

.btn-social img {
  width: 36px;
}

.btn-social:hover,
.btn-social:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i,
.btn-social:hover img,
.btn-social:focus img {
  ms-transform: scale(1.1);
  o-transform: scale(1.1);
  transform: scale(1.1);
  webkit-transform: scale(1.1);
}

.btn-telegram {
  background-color: #0088cc;
}

.btn-behance:hover {
  background-color: #0088cc;
}

.btn-whatsapp {
  background-color: #25d366;
}

.btn-whatsapp:hover {
  background-color: #21d366;
}

.close-btn {
  position: relative;
  z-index: 9999;
}

.search-area {
  position: fixed;
  display: none;
  content: "";
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 177, 106, 0.9);
  width: 100%;
  height: 100vh;
}

.form-btn {
  margin-top: 40%;
  font-family: "Poppins", sans-serif;
}

.form-btn input {
  height: 60px;
  background: transparent;
  font-size: 28px;
  font-family: "Iransans";
  color: #fff;
}

.form-btn input:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
  color: #fff;
}

.brd-left-none {
  border-left: none !important;
}

.form-btn .form-control {
  border-right: none !important;
}

.border-bottom {
  border: none;
  border-bottom: solid 1px #ced4da;
  border-radius: 0px;
}

.form-btn input::placeholder {
  color: #fff;
  font-weight: normal;
}

.form-btn i {
  font-size: 30px;
}

.form-card {
  max-height: unset;
  background-color: transparent;
}

.form-card .card-body .title {
  color: #555555;
}

.form-card .card-body input,
.form-card .card-body textarea {
  background-color: #f9f9f9;
  border-radius: 16px;
}

.form-control:focus {
  border-color: #555555;
  box-shadow: inset 0 1px 1px rgba(85, 85, 85, 0.075),
    0 0 8px rgba(85, 85, 85, 0.6);
}

.form-card .card-body button {
  border-radius: 30px;
  padding: 5px 25px;
  background-color: #555555;
  color: white;
}

.alert-close {
  border-radius: 0px !important;
  padding: 0.75rem 1.25rem !important;
  background-color: transparent !important;
  color: inherit !important;
}

.form-card .card-body .btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: transparent;
  color: #555555;
  border-color: #555555;
}

.footer .list-group {
  flex-wrap: wrap;
}

.footer .list-group .list-group-item {
  border: none;
  padding: 0.5rem 0 0.5rem 0;
  min-width: 10rem;
  background-color: transparent;
}

.footer form button {
  height: calc(1.5em + 0.75rem + 2px);
  width: 80px;
  border-radius: 30px;
  left: 10px;
}

.btn-gutter {
  background-color: white;
}

.btn-gutter:hover,
.btn-gutter:focus,
.btn-gutter:active {
  background-color: #424242;
  color: white;
}

.footer .about-developer {
  background-color: white;
}

header .navbar-nav .lang {
  width: 30px;
}

#phone{
  height: 53vh;
  overflow-y: auto;
  margin-top: 20px;
}

#show {
  height: 53vh;
  overflow-y: auto;
  margin-top: 20px;
}

#show .search-show a img {
  object-fit: cover;
  width: 7rem;
  height: 5rem;
}

#show .search-show a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

#show .search-show a:hover > img {
  transform: scale(1.08);
  transform-origin: 50% 50%;
}

.product-img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}

.domain-form .form-group {
  border: 1px solid #9ff0c8;
}

.domain-form .form-group input {
  border: transparent;
}

.form-control {
  background: #fff !important;
  color: #3a4348 !important;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.domain-form .form-group .search-domain {
  background: #22d47b;
  border: 2px solid #22d47b;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.search-box {
  position: fixed;
  z-index: 998;
  margin-top: 96px;
  display: none;
}

.sub_product_image {
  height: 300px;
  object-fit: cover;
}

.desktop_search_image {
  width: 60px;
  height: 60px;
}

.search-box .show {
  width: 338px;
  height: 228px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray;
}

swiper-container {
    width: 100%;
    height: 250px;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1024px) {
   .sub_product_image{
       height : 450px;
       width: 700px !important;
   }
}

@media only screen and (min-width: 991px) {
  .search-box .fadeInUp {
    margin-left: 6rem;
  }

  .product-list {
    width: 500px !important ;
  }

  #show {
    height: unset;
    max-height: 228px;
  }
  
  footer .form-row input[type="phone"]::placeholder {
      font-size : 11px;
  }
}

@media only screen and (min-width: 1400px) {
  .search-box .fadeInUp {
    margin-left: 9rem;
  }
}

@media only screen and (min-width: 1600px) {
  .search-box .fadeInUp {
    margin-left: 11rem;
  }
}

@media only screen and (min-width: 1900px) {
  .search-box .fadeInUp {
    margin-left: 14rem;
  }
}

@media only screen and (max-width : 425px){
    .middle-data .fixed-image{
      width : 100% !important;
  }
  
  footer .form-row input[type="phone"]::placeholder {
      font-size : 10px;
  }
}

@media only screen and (max-width : 991px){
      .slider .min-vh-100{
      min-height: auto !important;
  }
  
  .auto-height{
      min-height: auto !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 991px) {
  .product-list {
    width: 350px !important ;
  }
  .thumb-left img{
        left: -15px;
    }
}
.brand-img{
  object-fit: contain !important;
}
.m-25{
  margin: 25px !important;
}
