@font-face {
  font-family: Sahel;
  src: url('../../fonts/sahel/Sahel.eot');
  src: url('../../fonts/sahel/Sahel.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/sahel/Sahel.woff2') format('woff2'),
    url('../../fonts/sahel/Sahel.woff') format('woff'),
    url('../../fonts/sahel/Sahel.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Sahel;
  src: url('../../fonts/sahel/Sahel-Bold.eot');
  src: url('../../fonts/sahel/Sahel-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/sahel/Sahel-Bold.woff2') format('woff2'),
    url('../../fonts/sahel/Sahel-Bold.woff') format('woff'),
    url('../../fonts/sahel/Sahel-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Sahel;
  src: url('../../fonts/sahel/Sahel-Light.eot');
  src: url('../../fonts/sahel/Sahel-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/sahel/Sahel-Light.woff2') format('woff2'),
    url('../../fonts/sahel/Sahel-Light.woff') format('woff'),
    url('../../fonts/sahel/Sahel-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Sahel;
  src: url('../../fonts/sahel/Sahel-SemiBold.eot');
  src: url('../../fonts/sahel/Sahel-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/sahel/Sahel-SemiBold.woff2') format('woff2'),
    url('../../fonts/sahel/Sahel-SemiBold.woff') format('woff'),
    url('../../fonts/sahel/Sahel-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: Sahel;
  src: url('../../fonts/sahel/Sahel-Black.eot');
  src: url('../../fonts/sahel/Sahel-Black.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/sahel/Sahel-Black.woff2') format('woff2'),
    url('../../fonts/sahel/Sahel-Black.woff') format('woff'),
    url('../../fonts/sahel/Sahel-Black.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: Nahid;
  src: url('../../fonts/nahid/Nahid.eot');
  src: url('../../fonts/nahid/Nahid.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/nahid/Nahid.woff') format('woff'),
    url('../../fonts/nahid/Nahid.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: EstedadThin;
  src: url('../../fonts/Estedad/Estedad-FD-Thin.woff2') format('woff2');
}

@font-face {
  font-family: EstedadExtraLight;
  src: url('../../fonts/Estedad/Estedad-FD-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: EstedadLight;
  src: url('../../fonts/Estedad/Estedad-FD-Light.woff2') format('woff2');
}

@font-face {
  font-family: EstedadRegular;
  src: url('../../fonts/Estedad/Estedad-FD-Regular.woff2') format('woff2');
}

@font-face {
  font-family: EstedadMedium;
  src: url('../../fonts/Estedad/Estedad-FD-Medium.woff2') format('woff2');
}

@font-face {
  font-family: EstedadSemiBold;
  src: url('../../fonts/Estedad/Estedad-FD-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: EstedadBold;
  src: url('../../fonts/Estedad/Estedad-FD-Bold.woff2') format('woff2');
}

@font-face {
  font-family: EstedadExtraBold;
  src: url('../../fonts/Estedad/Estedad-FD-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: EstedadBlack;
  src: url('../../fonts/Estedad/Estedad-FD-Black.woff2') format('woff2');
}

:root {
  --primary-color70: #f9c10b70;
  --primary-color50: #f9c10b50;
}

.nahid-font,
p,
label,
span,
small,
input,
textarea,
ul {
  font-family: Nahid;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: Sahel;
}

button,
.btn {
  font-family: EstedadSemiBold;
}

.navbar-nav {
  font-family: EstedadBold;
}

.navbar-nav .nav-link {
  padding-right: 0 !important;
}

.site-header .social-icon {
  text-align: left;
}

.carousel-caption h1,
span {
  font-family: EstedadExtraBold;
  /* font-weight: 900; */
}

.projects-btn-wrap {
  left: 25px;
  right: unset;
}

.carousel-caption {
  right: 0;
  text-align: right;
}

.carousel-control-prev {
  left: 0;
  right: auto;
}

.carousel-control-next {
  right: auto;
  left: 70px;
}

.red-btn {
  background-color: var(--secondary-color);
}

.red-btn:hover {
  background-color: var(--white-color);
  color: var(--dark-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: .50rem;
  border-top-right-radius: .50rem;
}

.accordion-item {
  border: 1px solid var(--primary-color70);
}

.accordion-button {
  background-color: #ffc10755;
}

.accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}

.accordion-button:not(.collapsed) {
  background-color: #ffc107;
  color: var(--secondary-color);
}

.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  border-radius: 15px;
  /* background-color: #f7f5ec; */
  text-align: center;
  overflow: hidden;
  position: relative;
}

#section_8 a:hover {
  color: #dc3545 !important;
}

footer a:hover {
  color: #dc3545 !important;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: var(--primary-color);
  background-color: #f7f5ec;
}

.team {
  background-image: url('../../zard_img/backgrounds/pattern.png');
  background-color: var(--section-bg-color);
}


/* کد پلن ها  */
.pricingTable {
  margin: 40px auto;
}

.pricingTable>.pricingTable-title {
  text-align: center;
  color: #6e768d;
  font-size: 3em;
  font-size: 300%;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.pricingTable>.pricingTable-subtitle {
  text-align: center;
  color: #b4bdc6;
  font-size: 1.8em;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .pricingTable>.pricingTable-subtitle {
    margin-bottom: 30px;
  }
}

.pricingTable-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}

.pricingTable-firstTable_table {
  vertical-align: middle;
  /* width: 31%; */
  background-color: #ffffff;
  display: inline-block;
  padding: 0px 30px 40px;
  text-align: center;
  max-width: 320px;
  transition: all 0.3s ease;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table>* {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table>* {
    display: block;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:after {
    display: table;
    content: "";
    clear: both;
  }
}

.pricingTable-firstTable_table:hover {
  transform: scale(1.08);
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:hover {
    transform: none;
  }
}

.pricingTable-firstTable_table:not(:last-of-type) {
  margin-left: 3.5%;
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: auto;
  }
}

.pricingTable-firstTable_table:nth-of-type(2) {
  position: relative;
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:nth-of-type(2) h1 {
    padding-top: 8%;
  }
}

.pricingTable-firstTable_table:nth-of-type(2):before {
  content: "Most Popular";
  position: absolute;
  color: white;
  display: block;
  background-color: #3bbdee;
  text-align: center;
  right: 15px;
  top: -25px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0.5em;
  padding-top: 22px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: all 0.5s ease;
}

@media screen and (max-width: 988px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    left: 10px;
    width: 45px;
    height: 45px;
    top: -10px;
    padding-top: 13px;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.8em;
  }
}

.pricingTable-firstTable_table:nth-of-type(2):hover:before {
  transform: rotate(360deg);
}

.pricingTable-firstTable_table__header {
  font-size: 1.6em;
  padding: 40px 0px;
  border-bottom: 2px solid #ebedec;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__header {
    font-size: 1.45em;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__header {
    padding: 0px;
    border-bottom: none;
    float: left;
    width: 33%;
    padding-top: 3%;
    padding-bottom: 2%;
  }
}

@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__header {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__header {
    float: none;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
}

.pricingTable-firstTable_table__pricing {
  font-size: 3em;
  padding: 30px 0px;
  border-bottom: 2px solid #ebedec;
  line-height: 0.7;
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__pricing {
    border-bottom: none;
    padding: 0;
    float: left;
    clear: left;
    width: 33%;
  }
}

@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__pricing {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__pricing {
    float: none;
    width: 100%;
    font-size: 3em;
    margin-bottom: 10px;
  }
}

.pricingTable-firstTable_table__pricing span:first-of-type {
  font-size: 0.35em;
  vertical-align: top;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.3em;
  }
}

.pricingTable-firstTable_table__pricing span:last-of-type {
  vertical-align: bottom;
  font-size: 0.3em;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:last-of-type {
    font-size: 0.25em;
  }
}

.pricingTable-firstTable_table__options {
  list-style: none;
  padding: 15px;
  font-size: 0.9em;
  border-bottom: 2px solid #ebedec;
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options {
    border-bottom: none;
    padding: 0;
    margin-right: 10%;
  }
}

@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options {
    font-size: 0.7em;
    margin-right: 8%;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options {
    font-size: 1.3em;
    margin-right: none;
    margin-bottom: 10px;
  }
}

.pricingTable-firstTable_table__options>li {
  padding: 8px 0px;
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options>li {
    text-align: left;
  }
}

@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options>li {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options>li {
    text-align: center;
  }
}

.pricingTable-firstTable_table__options>li:before {
  content: "✓";
  display: inline-flex;
  margin-right: 15px;
  color: white;
  background-color: #74ce6a;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0.8em;
  padding: 2px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options>li:before {
    width: 14px;
    height: 14px;
    padding: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options>li:before {
    width: 12px;
    height: 12px;
  }
}

.pricingTable-firstTable_table__getstart {
  color: white;
  border: 0;
  background-color: #f9c10b;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 3px 0px 0px #ffd50b;
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}

.gold {
  color: white;
  border: 0;
  background-color: #dc3545 !important;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 3px 0px 0px rgb(220, 53, 69) !important;
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}

.gold:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0px 40px 29px -19px #ffd50b !important;
  background-color: #f9c10b !important;
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 0.95em;
  }
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart {
    margin-top: 0;
  }
}

@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 0.9em;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 1em;
    width: 50%;
    margin: 10px auto;
  }
}

.pricingTable-firstTable_table__getstart:hover {
  transform: translateY(-10px);
  box-shadow: 0px 40px 29px -19px rgb(220, 53, 69);
  background-color: #dc3545;
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:hover {
    transform: none;
    box-shadow: none;
  }
}

.pricingTable-firstTable_table__getstart:active {
  box-shadow: inset 0 0 10px 1px #ffd50b, 0px 40px 29px -19px #f9c10b;
  transform: scale(0.95) translateY(-9px);
}

@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:active {
    transform: scale(0.95) translateY(0);
    box-shadow: none;
  }
}

.text-justify {
  text-align: justify;
}

.pricing-section {
  background-image: url('../../zard_img/backgrounds/wave-top.svg');
  background-repeat: no-repeat;
  background-color: var(--section-bg-color);

}

/* پایان کد پلن ها */

/* .services{
  background-image: url('../../zard_img/backgrounds/wave-bt1.svg');
  background-repeat: no-repeat;
  background-position: bottom;
} */


.portfolio {
  background-color: #fff;
}

.faq {
  background-color: var(--section-bg-color);

}

/* Owl Slider */

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  background-size: cover;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.portfolio .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: var(--primary-color);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* End Owl Slider */


.portfolio .item {
  position: relative;
  overflow: hidden;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top center;
}

.portfolio .item:hover {
  animation: moveBackground 5s ease-in-out forwards;
}

/* Waves Animation start*/

.hero_area {
  position: relative;
  background-color: #fff;
}

.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  left: 0;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

/* Waves Animation end*/

@keyframes moveBackground {
  0% {
    background-position: top center;
  }

  100% {
    background-position: bottom center;
  }
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(5px);
  /* افزودن تاری به تصویر پس‌زمینه */
  z-index: -1;
  /* اطمینان حاصل کنید که تصویر پس‌زمینه زیرین باشد */
}

.section-hero {
  position: relative;
}

.section-hero-text {
  position: relative;
  z-index: 1;
  /* تا متن روی تصویر پس‌زمینه باشد */
}

#shareBtn {
  letter-spacing: 2px;
  font-weight: 600;
  box-shadow: none;
  background-color: #eee;
  color: #7d2ae8;
  border: none;
}

.modal {
  top: 20%;
}

.btn-close {
  box-shadow: none;
  border: none;
  outline: none;
}

.modal-body .icons {
  margin: 15px 0px 20px 0px;
}

.modal-body .icons a {
  text-decoration: none;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.modal-body .icons a:nth-child(1) {
  color: #1877F2;
  border-color: #B7D4FB;
}

.modal-body .icons a:nth-child(1):hover {
  background-color: #1877F2;
  color: #fff;
}

.modal-body .icons a:nth-child(2) {
  color: #46C1F6;
  border-color: #b6e7fc;
}

.modal-body .icons a:nth-child(2):hover {
  background-color: #46C1F6;
  color: #fff;
}

.modal-body .icons a:nth-child(3) {
  color: #e1306c;
  border-color: #f5bccf;
}

.modal-body .icons a:nth-child(3):hover {
  background-color: #e1306c;
  color: #fff;
}

.modal-body .icons a:nth-child(4) {
  color: #25d366;
  border-color: #bef4d2;
}

.modal-body .icons a:nth-child(4):hover {
  background-color: #25d366;
  color: #fff;
}


.modal-body .icons a:nth-child(5) {
  color: #0088cc;
  border-color: #b3e6ff;
}

.modal-body .icons a:nth-child(5):hover {
  background-color: #0088cc;
  color: #fff;
}

.modal-body .icons a:hover {
  border-color: transparent;
}

.modal-body .icons a span {
  transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span {
  transform: scaleX(1.1);
}

.modal-body .field {
  margin: 15px 0px -5px 0px;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 5px;
}

.modal-body .field.active {
  border-color: #7d2ae8;
}

.field span {
  width: 50px;
  font-size: 1.1rem;
}

.field.active span {
  color: #7d2ae8;
}

.field input {
  border: none;
  outline: none;
  font-size: 0.89rem;
  width: 100%;
  height: 100%;
}

.field button {
  padding: 5px 16px;
  color: #fff;
  background: #7d2ae8;
  border: 2px solid transparent;
  border-radius: 5px;
  font-weight: 500;
}

@media (max-width: 330px) {
  .modal-body .icons a {
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }
}


/* .wide-post {
  max-height: 418px;
} */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wide-post {
    max-height: 300px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .wide-post {
    max-height: 361px !important;
  }
}
@media screen and ( width > 1399px) {
  .wide-post {
    max-height: 418px !important;
  }
}