@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
}

.background-content {
  background-color: #FFD95A;
}
.btnDate {
  width: 100% !important;
  background-color: #FFD95A !important;
  padding: 5px !important;
  border-radius: 10px !important;
}
.btnSearchi {
  width: 100% !important;
  background-color: #ff0000 !important;
  color: #ffffff !important;
  padding: 5px !important;
  border-radius: 10px !important;
}
.successBadge {
  background-color: #00ff68 !important;
  padding: 5px !important;
  border-radius: 10px !important;
}
.dangerBadge {
  background-color: #ff0000 !important;
  color: #ffffff !important;
  padding: 5px !important;
  border-radius: 10px !important;
}
.warningBadge {
  background-color: #ffd900 !important;
  padding: 5px !important;
  border-radius: 10px !important;
}
.darkBadge {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 5px !important;
  border-radius: 10px !important;
}
.desc {
  color: #000000;
}
.login-admin .form-login .form-login-body input {
  margin: 15px 0;
  width: 100%;
  height: 30px;
  border: none;
  background: #19f4e1;
}
.MuiPagination-ul {
  margin: 0;
  display: flex;
  direction: ltr !important;
  padding: 0;
  align-self: center;
  flex-wrap: wrap;
  list-style: none;
}
.formCheckBox {
  width: 100%;
  position: relative;
}

.formCheckBox label {
  cursor: pointer;
}

.formCheckBox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.formCheckBox input[type="checkbox"]:checked ~ .check::after {
  display: block;
}

.formCheckBox label {
  margin-right: 20px;
  font-size: 1vw;
}

@media (max-width: 740px) {
  .formCheckBox label {
    font-size: 2vw;
  }
}

.formCheckBox .check {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  border: 3px solid #4C3D3D;
  border-radius: 4px;
}

.formCheckBox .check::after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 4px;
  left: -3px;
  top: -2.5px;
  width: 15px;
  height: 15px;
  background-color: #4C3D3D;
}
.form-control {
  border: 1px solid #dddddd !important;
  box-shadow: 0px 0px 3px #999494 !important;
  border-radius: 25px !important;
}
div:where(.swal2-container).swal2-center>.swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  z-index: 10000 !important;
}
.btn-sub {
  width: 128px !important;
  height: 32px !important;
  border-radius: 25px !important;
  color: #000 !important;
  box-shadow: inset 0px 0px 6px black !important;
  background-color: #00ffa0 !important;
}
.left-box {
  position: absolute;
  top: 10vh;
  left: -230px;
  width: 500px;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-size: contain;
  border-radius: 20px;
  background-image: url("../images/Component 4 – 4.png");
}

@media (max-width: 990px) {
  .left-box {
    display: none;
  }
}

.light {
  top: 20vh;
  left: -260px;
  background-image: url("../images/Component 4 – 5.png");
  z-index: 1000;
}

.navbar-auth {
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.navbar-auth img {
  background-color: transparent;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.auth-page {
  background-image: url("../images/image.png");
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth-page .title {
  color: #4C3D3D !important;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 31px;
}
.MuiTypography-body1 {
  font-family: 'iransans' !important;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 22px !important;
  color: #ffffff;
}
@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-9px) }
  35% { transform: translateY(-9px) rotate(17deg) }
  55% { transform: translateY(-9px) rotate(-10deg) }
  65% { transform: translateY(-9px) rotate(10deg) }
  75% { transform: translateY(-9px) rotate(-10deg) }
  100% { transform: translateY(0) rotate(0) }
}
.auth-page .btn-primary {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  background: radial-gradient(farthest-corner at 0px 20px, #4C3D3D 20%, #fcd2d1 150%) !important;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
}

.auth-page .btn-primary:hover {
  opacity: 0.7;
}

.auth-page .btn-success {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  background: radial-gradient(farthest-corner at 10px 20px, #689f38 0%, #8bc34a 90%) !important;
  border: none !important;
}

.auth-page .btn-auth {
  margin: 5px 0;
  padding: 8px 20px !important;
  border-radius: 15px !important;
}

.auth-page .form-box {
  border-radius: 40px;
  background-color: #fcd2d1;
  padding: 60px 40px 30px 40px !important;
}

.auth-page .form-box .color-primary {
  color: #4C3D3D;
}

.auth-page .form-box label {
  font-size: 10px;
}

.auth-page .form-box .form-control {
  background: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 8px 10px;
}

.auth-page .h-100vh {
  min-height: 100vh;
}

a {
  text-decoration: none !important;
}

.header-main {
  z-index: 1000;
  display: -webkit-box;
  width: 100%;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  background-color: #4C3D3D;
  box-shadow: 0px 3px 9px #0000004f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0;
}

@media (max-width: 768px) {
  .header-main {
    margin-bottom: 1rem;
  }
}

.header-main .logo {
  margin-left: auto;
}

.header-main .logo img {
  width: 128px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-main .menu {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.header-main .menu .item-menu {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main .menu .item-menu i {
  margin: 0 5px;
}

.header-main .menu .item-menu:first-child {
  padding: 0 10px;
  border-left: 2px solid #525252;
}

.header-main .left-side {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main .left-side .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 6rem;
}

.header-main .left-side .search i {
  font-size: 13px;
  color: #525252;
  margin: 0 8px;
}

.header-main .left-side .search input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  font-size: 12px;
  color: #525252;
}

.header-main .left-side .btn {
  background: radial-gradient(farthest-corner at 0px 20px, #4C3D3D 20%, #fcd2d1 150%) !important;
  -webkit-box-shadow: 1px 6px 10px #4C3D3D44;
          box-shadow: 1px 6px 10px #4C3D3D44;
  color: #fff !important;
  border-radius: 12px;
  padding: 7px 15px;
}

.header-main .left-side .btn i {
  font-size: 11px;
  margin: 0 5px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 100px 0px 50px 0px;
}

.footer .content {
  color: white;
  max-width: 962px;
  padding: 25px;
  background: #4C3D3D;
  border-radius: 50px;
  box-shadow: inset 0px 3px 20px black;
}
.appontments .content {
  background-color: #fff;
  padding-top: 50px;
  padding: 25px 0px 0px 0px;
  border-radius: 25px;
}
.footer .content .first-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .footer .content .first-row .imgbox-response {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}

.footer .content .first-row .img-box {
  max-width: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .content .first-row .img-box img {
  width: 100%;
  height: auto;
}

.footer .content .first-row .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .content .first-row .links a {
  margin: 7px 0px;
}

.footer .content .first-row .description h4 {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .footer .content .first-row .description h4 {
    margin-top: 25px;
    text-align: center;
  }
}

.footer .content .first-row .description p {
  font-size: 10px;
}

.footer .content .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .footer .content .instagram {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .content .instagram i {
  font-size: 20px;
}

.footer .content .instagram span {
  margin-left: 4px;
}

.footer .content .copy-write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.single {
  padding: 0 6rem !important;
}

@media (max-width: 768px) {
  .single {
    padding: 0 1rem !important;
  }
}

.single .first-row .letr .img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 30px;
}

.single .first-row .description .influname {
  color: #4C3D3D;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .single .first-row .description {
    text-align: center;
  }
  .single .first-row .description p {
    text-align: center;
  }
}

.single .second-row .hashtags {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.single .second-row .hashtags .hash {
  padding: 3px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #fcd2d1;
}

.single .second-row .hashtags .hash .hashtag {
  padding: 2px;
  color: #4C3D3D !important;
}

.single .second-row .imogi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .second-row .imogi-box .imogi {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 25px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .second-row .imogi-box .textsad {
  margin-top: 2px;
  color: red;
  font-size: 10px;
}

.single .second-row .imogi-box .texthappy {
  margin-top: 2px;
  color: #9ddac6;
  font-size: 10px;
}

.single .tabcontent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.single .tabcontent .tabs {
  border-bottom: 5px solid #fcd2d1;
  padding-bottom: 0.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.single .tabcontent .tabs .nav-item .nav-link {
  color: #525252;
  background: none !important;
  cursor: pointer;
}

.single .tabcontent .tabs .nav-item .active {
  border-bottom: 3px solid #4C3D3D;
}

.protgolio {
  margin-top: 4rem;
}

.protgolio h2 {
  color: #4C3D3D;
  font-weight: bold;
}

.protgolio img {
  border-radius: 10px;
  width: 64px;
  height: 64px;
}
.btn-buy {
  background-color: #ff6865 !important;
  padding: 5px !important;
  border-radius: 50px !important; 
  color: white !important;
}
.checkout-btn {
  background-color: #ff6865 !important;
  padding: 5px !important;
  border-radius: 50px !important; 
  margin-left: 20% !important;
}

@media (max-width: 1468px) {
  .protgolio img {
    width: 100%;
    height: auto;
  }
}

.protgolio .galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.lastcoments {
  margin-top: 4rem;
}

.lastcoments h2 {
  color: #4C3D3D;
  font-weight: bold;
}

.lastcoments .comentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lastcoments .comentbox .right-side {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.lastcoments .comentbox .right-side .name-comenter {
  margin-top: 5px;
  color: #525252;
  text-align: center;
}

.lastcoments .comentbox .right-side img {
  max-width: 102px;
  max-height: 102px;
  border-radius: 50%;
}

@media (max-width: 591px) {
  .lastcoments .comentbox .right-side img {
    width: 100%;
    height: auto;
  }
}

.lastcoments .comentbox .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  width: 700px;
}

.lastcoments .comentbox .left-side span {
  color: #689f38;
  font-weight: bold;
}

.lastcoments .comentbox .left-side .coment-text {
  margin-top: 1rem;
  font-size: 10px;
}

.addres {
  margin-top: 4rem;
}

.addres h2 {
  color: #4C3D3D;
  font-weight: bold;
}

.addres p {
  margin-top: 5px;
  color: #525252;
}

.addres .map-box {
  margin: 20px 0px;
  max-width: 830px;
}

.reserve-single-page {
  margin-top: 4rem;
}

.reserve-single-page h2 {
  color: #4C3D3D;
  font-weight: bold;
}

.reserve-single-page .content {
  margin-top: 25px;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
}

.reserve-single-page .content .formgroup {
  margin: 15px;
}

.reserve-single-page .content .formgroup .inputs {
  margin-bottom: 4rem;
}

.reserve-single-page .content .formgroup .inputs input,
.reserve-single-page .content .formgroup .inputs label {
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 10px;
}

.reserve-single-page .content .formgroup .inputs label {
  color: #525252 !important;
}

.reserve-single-page .content .formgroup .inputs input {
  background-color: #61616124;
  border-radius: 15px;
  margin-top: 5px;
  padding: 6px 25px;
  color: #000 !important;
}

.reserve-single-page .content .formgroup .timetable {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve-single-page .content .formgroup .timetable .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5vw;
}

.reserve-single-page .content .formgroup .timetable .days .header {
  margin: 4px;
}

.reserve-single-page .content .formgroup .timetable .days .header span {
  font-size: 12px;
}

@media (max-width: 1000px) {
  .reserve-single-page .content .formgroup .timetable .days .header span {
    font-size: 7px;
  }
}

@media (max-width: 400px) {
  .reserve-single-page .content .formgroup .timetable .days .header span {
    font-size: 6px;
  }
}

.reserve-single-page .content .formgroup .timetable .days button {
  width: 90%;
  color: #4C3D3D;
  margin: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  border: none;
}

@media (max-width: 1000px) {
  .reserve-single-page .content .formgroup .timetable .days button {
    font-size: 7px;
  }
}

.reserve-single-page .content .formgroup .timetable .days .times_unselected {
  background-color: #fcd2d1;
  font-size:  16px;
}

.reserve-single-page .content .formgroup .timetable .days .times_selected {
  background-color: #4C3D3D;
  color: white;
  font-size:  16px;

}

.reserve-single-page .content .formgroup .map-box {
  margin: 20px 0px;
  max-width: 830px;
}

.reserve-single-page .content .formgroup .addres h2 {
  color: #4C3D3D;
  font-weight: bold;
}

.reserve-single-page .content .formgroup .addres p {
  margin-top: 6px;
  color: #525252;
}

.reserve-single-page .content .formgroup .submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve-single-page .content .formgroup .submit .reserve-submit {
  padding: 5px 80px;
  border-radius: 10px;
}

.reserve-single-page .content h5 {
  color: #4C3D3D;
}

.card-box {
  border-radius: 25px;
  background-color: #FFF7D4;
  padding-bottom: 20px;
  margin-bottom: 15px;
  text-align: center;
  cursor: pointer;
}
.card-box:hover {
  cursor: pointer;
  box-shadow: 0px 0px 4px black;
}

.card-box .image-box {
  width: 100%;
  height: 128px;
  position: relative;
}

.card-box .image-box img {
  width: 100%;
  height: 128px;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-box .image-box .list {
  height: 128px !important;
}

.card-box .image-box .price {
  border-radius: 10px;
  color: #4C3D3D;
  padding: 8px 12px;

}

.card-box .image-box .price span {
  font-size: 15px;
}

.card-box .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-box .data .name {
  color: #525252;
  font-size: 15px;
  padding: 5px 0px;
}

@media (max-width: 1200px) {
  .card-box .data .name {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .card-box .data .name {
    font-size: 20px;
  }
}

.card-box .data .likebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff235a;
  padding: 5px 0px;
}

.card-box .data .likebox span {
  padding: 0px 10px;
  color: #9DDAC6;
  font-size: 15px;
}

.card-box .data .likebox i {
  font-size: 25px;
}

.card-box .data .seeclick {
  margin-top: 5px;
  background-color: #4c3d3d;
  border-radius: 12px;
  padding: 5px 20%;
  color: #fff;
}

.landing .popular .title {
  padding: 30px 10px;
}

.landing .popular h3 {
  color: #4C3D3D;
}

.landing .growing {
  margin-top: 2rem;
}

.landing .growing .title {
  padding: 20px 10px;
}

.landing .growing h3 {
  color: #4C3D3D;
}

.landing .ourservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0px;
}

.landing .ourservices .header h3 {
  color: #C07F00;
  font-family: 'Lalezar !important';
}

.landing .ourservices .boxs {
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing .ourservices .boxs .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px;
  border-radius: 25px;
}

.landing .ourservices .boxs .box .img {
  width: 40%;
}

.landing .ourservices .boxs .box .img img {
  width: 100%;
}

.landing .ourservices .boxs .box .title {
  margin-top: 10px;
}

.landing .ourservices .boxs .box .title span {
  font-size: 12px;
}

@media (max-width: 776px) {
  .landing .ourservices .boxs .box .title span {
    font-size: 8px;
  }
}

.landing .ourservices .boxs .select {
  background-color: #ffedd3;
}

.landing .ourservices .boxs .unselect {
  background-color: #fafafa;
}

.landing .whyus {
  margin-top: 4rem;
}

.landing .whyus .why {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing .whyus .why .imabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.landing .whyus .why .imabox .shadow {
  position: absolute;
  bottom: 35%;
  z-index: 0;
  left: 50%;
  width: 2%;
  height: 1%;
  -webkit-box-shadow: 0px 15px 150px 80px #121212 !important;
  box-shadow: 0px 15px 150px 80px #121212 !important;
}

.landing .whyus .why .imabox img {
  width: 350px;
  height: 350px;
  text-shadow: 2px 2px;
  z-index: 1;
}

@media (max-width: 1247px) {
  .landing .whyus .why .imabox img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1100px) {
  .landing .whyus .why .imabox img {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 583px) {
  .landing .whyus .why .imabox img {
    margin-bottom: 25px;
  }
}

.landing .whyus .why .textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 583px) {
  .landing .whyus .why .textbox {
    text-align: center;
  }
}

.landing .whyus .why .textbox span {
  color: #4C3D3D;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Lalezar important';
}

.headerText {
  font-size: 70px;
  text-shadow:rgb(0 0 0) 0px 0px 20px;
  color:#4C3D3D;
  font-family:Lalezar !important;
}
.lale {
  font-family:Lalezar !important;
}

.landing .whyus .why .textbox p {
  margin-top: 10px;
  color: #525252;
  width: 90%;
  font-size: 12px;
  line-height: 40px;
}

@media (max-width: 583px) {
  .landing .whyus .why .textbox p {
    width: 100%;
  }
}

.listinflu .title {
  margin-bottom: 30px;
}

.listinflu .title .text {
  text-align: center;
  color: #4C3D3D;
  font-size: 25px;
  font-weight: bolder;
}

.listinflu .search {
  margin-bottom: 4rem;
}

.listinflu .search .search-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.listinflu .search .search-box input {
  padding: 10px 20px;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 10px;
}

.listinflu .search .search-box select {
  color: #525252;
  padding: 10px 20px;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 10px;
}

.listinflu .search .search-box button {
  background: radial-gradient(farthest-corner at 0px 20px, #4C3D3D 20%, #fcd2d1 150%) !important;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 15px;
}

.listinflu .search .search-box button i {
  font-size: 15px;
  padding-left: 5px;
}

.commonquestions {
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 766px) {
  .commonquestions {
    padding: 20px;
  }
}

.commonquestions h3 {
  color: #4C3D3D;
  margin-bottom: 20px;
}

@media (max-width: 766px) {
  .commonquestions h3 {
    margin-top: 40px;
  }
}

.commonquestions h1 {
  color: #4C3D3D;
  margin-bottom: 20px;
}

@media (max-width: 766px) {
  .commonquestions h1 {
    margin-top: 40px;
  }
}

.qus-qus-box h5 {
  font-size: 15px;
  font-weight: bolder;
  color: #525252;
  margin-top: 8px;
  line-height: 30px;
}

@media (max-width: 766px) {
  .qus-qus-box h5 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
}

.qus-qus-box p {
  font-size: 12px;
  color: #525252;
  line-height: 20px;
}

@media (max-width: 766px) {
  .qus-qus-box p {
    text-align: center;
    font-size: 10px;
  }
}

.form-ques-box label {
  font-size: 12px;
  color: #525252;
  display: block;
  margin: 15px 0px 8px 0px;
}

.form-ques-box input {
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #ebebeb;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
pre {
  display: block;
  margin-top: 0;
  overflow: auto;
  font-size: 14px !important;
  font-family: iransans !important;
  color: #a3a3a3;
  direction: rtl !important;
}
.form-ques-box textarea {
  border: none;
  outline: none;
  width: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #ebebeb;
  resize: none;
  min-height: 150px;
}

.form-ques-box button {
  margin-top: 15px;
  padding: 10px 25px;
  background: radial-gradient(farthest-corner at 0px 20px, #4C3D3D 20%, #ffae47 150%) !important;
  border-radius: 15px;
  color: #fff;
}

.about-us {
  padding: 40px 80px;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 766px) {
  .about-us {
    padding: 20px;
  }
}

.about-us .title {
  text-align: center;
  color: #4C3D3D;
  margin-bottom: 2rem;
  font-weight: bolder;
}

.about-us .desc {
  color: #525252;
  font-size: 12px;
  line-height: 35px;
  margin-bottom: 3rem;
}

@media (max-width: 766px) {
  .about-us .desc {
    margin-bottom: 30px;
  }
}

.about-us .social-title, .about-us .map-title, .about-us .us-team {
  color: #4C3D3D;
}
.btnby {
  margin-top: 15px;
  padding: 10px 25px;
  background: radial-gradient(farthest-corner at 0px 20px, #00d64f 20%, #909090 150%) !important;
  border-radius: 15px;
  color: #fff;
}
@media (max-width: 766px) {
  .about-us .social-title, .about-us .map-title, .about-us .us-team {
    text-align: center;
  }
}

.about-us .map-title {
  margin-bottom: 20px;
}

.about-us .social-title {
  margin-top: 40px;
}

.about-us .desc-team {
  color: #525252;
  font-size: 12px;
  line-height: 35px;
  margin-bottom: 3rem;
}

@media (max-width: 766px) {
  .about-us .desc-team {
    margin-bottom: 30px;
  }
}

.about-us .pic-comp, .about-us .ceo-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .pic-comp .box, .about-us .ceo-img .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us .pic-comp .box img, .about-us .ceo-img .box img {
  display: block;
  border-radius: 15px;
  width: 75%;
  margin-bottom: 8px;
}

.about-us .pic-comp .box .dec, .about-us .ceo-img .box .dec {
  text-align: center;
}

.about-us .pic-comp .box .dec .role, .about-us .ceo-img .box .dec .role {
  font-size: 12px;
  color: #525252;
  margin: 5px;
}

.about-us .pic-comp .box .dec .name, .about-us .ceo-img .box .dec .name {
  font-size: 15px;
  color: #4C3D3D;
  margin: 5px;
}

.about-us .pic-comp .comp, .about-us .ceo-img .comp {
  margin-top: 30px;
}

.about-us .pic-comp {
  margin-bottom: 4rem;
}

@media (max-width: 766px) {
  .about-us .pic-comp {
    margin-bottom: 30px;
  }
}

.about-us .social {
  margin-top: 30px;
}

.about-us .social .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .social .box i {
  color: #0b3e4e;
  font-size: 35px;
}

@media (max-width: 1006px) {
  .about-us .social .box i {
    font-size: 22px;
  }
}

.about-us .social .box span {
  margin: 5px;
  color: #525252;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 1006px) {
  .about-us .social .box span {
    font-size: 12px;
  }
}

@media (max-width: 545px) {
  .about-us .social .box span {
    display: none;
  }
}

.about-us .send-com {
  margin-top: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: start;
}

.about-us .send-com h3 {
  text-align: center;
  color: #C07F00;
  margin: 20px 0px;
}
.DivProducts {
  background-color: #eaeaea;
  border-radius: 10px;
  display: flex;
  padding: 10px;
  flex-direction: row;
  align-items:center;
  cursor: pointer;
}
.css-1oj2twp-MuiPagination-root {
  display: flex;
  justify-content: center;
  background-color: white;
  margin-bottom: 25px;
  box-shadow: unset;
}
.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root {
  font-family: iransans !important;
}
.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  font-family: iransans !important;
}
.css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input  {
  font-family: iransans !important;
}
.css-kk1bwy-MuiButtonBase-root-MuiMenuItem-root  {
  font-family: iransans !important;
}
.DivProducts:hover {
  background-color: #00c9ff;
box-shadow: 0px 0px 8px #888c8d;
}

.about-us .send-com .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us .send-com .img-box img {
  max-width: 300px;
}
.modal-header .btn-close {
  margin: 0 !important;
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 200px;}
}
@keyframes myothermove {
  from {top: 0px;}
  to {top: 200px;}
}
@keyframes mylastmove {
  from {background-color: rgb(76, 241, 0);}
  to {background-color: rgb(8, 106, 151);}
}
/*# sourceMappingURL=global.css.map */