:root {
  --xs: 480px;
  --sm: 768px;
  --md: 990px;
  --lg: 1128px;
  --xs: 1440px;
  --primaryColor: #da1984;
  --black: #000;
  --white: #fff;
  --textSecondary: #e6eceb;
  --text-disabled: rgb(212, 212, 212);
  --text-2: rgb(163, 163, 163);
  --black-opacity-0: rgba(0, 0, 0, 0);
  --backgroundPrimary: #fff6e8;
  --backgroundSecondary: #ffe174;
  scroll-behavior: smooth;
}

@font-face {
  font-family: iransans;
  font-style: normal;
  src: url(./assets/IRANSansX-Regular.woff);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.iransans-x-numbers {
  font-feature-settings: "ss02";
}

.width-lg {
  max-width: var(--lg);
  margin: 0 auto;
}

.title-whit-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

a {
  text-decoration: none;
}

h2 {
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

body {
  background: var(--backgroundPrimary);
  font-family: iransans;
}

header {
  display: flex;
  align-items: stretch;
  justify-content: center;
  /* gap: 16px; */
  /* position: sticky;
  top: 0; */
  z-index: 999;
}

header #nav-check,
header > label {
  display: none;
}

header > nav,
header > p {
  flex: 1 1 0;
  background: var(--primaryColor);
  color: var(--textSecondary);
  display: flex;
  align-items: center;
}

header > nav {
  border-radius: 0 0 0 32px;
  justify-content: end;
  gap: 16px;
  justify-content: space-evenly;
  padding-left: 72px;
}

header > nav a,
header > nav span,
header > p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  line-height: 88px;
}

header > p {
  border-radius: 0 0 32px 0;
  padding-right: 72px;
  justify-content: center;
}

header > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

header > nav a,
header > nav span {
  color: var(--textSecondary);
}

.hero {
  padding-top: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero > img:first-child {
  width: 40%;
  height: auto;
}
.hero > img:last-child {
  width: 57%;
  height: auto;
}

.scrollBottom {
  text-align: center;
}

.textBox {
  border-radius: 0px 50px;
  background: linear-gradient(
    0deg,
    rgba(39, 204, 204, 0.3) 0%,
    rgba(39, 204, 204, 0.5) 100%
  );
  padding: 32px 40px;
  margin-top: 56px;
}

.textBox p {
  margin-top: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--black);
  text-align: right;
}

.mirror {
  padding: 32px 40px;
  margin-top: 56px;
}

.mirror-inner {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mirror-inner .r1_iframe_embed iframe {
  top: 7%;
  left: 29%;
  width: 50%;
  height: 89%;
  border-radius: 17px;
}
.mirror-inner .r1_iframe_embed {
  padding-top: 0;
}

.mirror-inner p {
  color: var(--black);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  padding: 32px;
  text-align: right;
  border-radius: 0px 50px;
  background: linear-gradient(
    0deg,
    rgba(218, 25, 132, 0.1) 0%,
    rgba(218, 25, 132, 0.5) 100%
  );
}

.mirror-inner > div {
  position: relative;
}

.post-cards {
  border-radius: 50px 50px 0px 0px;
  background: var(--backgroundSecondary);
  padding-bottom: 140px;
}

.quotes {
  text-align: left;
}

.quotes svg {
  margin-top: -24px;
}

/* swiper styles */
.container {
  width: 100%;
  margin: 0 auto;
  /* background-color: #f005; */
}

.swiper-block {
  margin-top: 10px;
  overflow: hidden;
}

.swiper-container {
  width: calc(50% + 50vw);
  width: 100%;
  height: 480px;
  position: relative;
  margin-top: 64px;
  padding: 0 16px;
}

.swiper-container .swiper-wrapper {
  height: 375px;
}

.swiper-container .swiper-slide {
  width: 50%;
  /* background: #4caf50; */
  padding: 10px;
  border-radius: 20px;
  text-align: right;
  opacity: 0.8;
  display: flex;
  align-items: end;
  justify-content: right;
  color: var(--white);
  font-size: 24px;
  overflow: hidden;
}

.swiper-container .swiper-slide a {
  color: var(--white);
  display: flex;
  flex-direction: column;
}

.swiper-container .swiper-slide a img {
  width:100%;
  height:262px;
  border-radius:20px;
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}

.swiper-container .swiper-slide a span {
  /* position: absolute;
  bottom: 0;
  right: 0;
  left: 0; */
  padding: 10px;
  color: var(--white);
}

/* .swiper-slide:nth-child(even) {
  background: #673ab7;
} */

.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 64px;
}

.slider-btn .swiper-button-prev,
.slider-btn .swiper-button-next {
  position: static;
  margin-top: 0;
}

.slider-btn .swiper-button-prev::after,
.slider-btn .swiper-button-next::after {
  display: none;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: none !important;
  min-width: 37px;
}

/* swiper styles */

footer {
  text-align: center;
  margin-top: -90px;
  padding-top: 90px;
  background: url(./assets/Vector1.svg) center top/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

footer .first-row {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  padding: 48px;
}
footer .first-row .footer-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  gap: 16px;
  flex-basis: 20%;
}

footer .first-row .footer-column span,
footer .first-row .footer-column a {
  color: var(--white);
  line-height: 1.5;
}

footer .first-row .footer-column span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
footer .first-row .footer-column a {
  font-size: 14px;
  font-weight: 500;
  padding-right: 8px;
}

footer .first-row .footer-column.social-column {
  align-items: center;
  align-self: center;
  flex: 1 1 0;
}

footer .first-row .footer-column span.social-text {
  line-height: 1.5;
  margin-bottom: 8px;
}

footer .first-row .footer-column span.response-text {
  font-size: 14px;
  color: var(--text-disabled);
}

footer .first-row .footer-column .call-us {
  color: var(--text-disabled);
}

footer .second-row {
  width: 100%;
}

footer .second-row span {
  color: var(--text-2);
  width: 100%;
  font-size: 12px;
}

footer .second-row div {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

footer .second-row div a {
  padding: 4px;
  background-color: var(--white);
  border-radius: 4px;
  display: inline-flex;
  max-width: 52px;
}

footer .second-row div a img {
  width: 100%;
  height: auto;
}

.post-cards .r1_iframe_embed{
  /* flex-grow:1; */
  height:262px;
}

.post-cards .r1_iframe_embed iframe{
  height:273px;
  width:238px;
  left:10px;
  border-radius:20px;
  padding-top:10px;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide{
  flex-direction:column;
}

.post-cards .r1_iframe_embed + span, .swiper-container .swiper-slide a span{
  padding: 10px 0;
  color: var(--black);
  font-size:18px;
}

@media only screen and (max-width: 991px) {
  header {
    gap: 0;
  }
  header > label {
    display: block;
    order: 1;
    background: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 20%;
  }

  header > p {
    order: 2;
    border-radius: 0px 0px 0px 10px;
  }

  header > a {
    order: 3;
    padding: 0 8px;
  }

  header > nav {
    position: absolute;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    background: var(--primaryColor);
    height: 0;
    transition: all 0.3s ease-in;
    top: 48px;
    right: 0;
    overflow: hidden;
    justify-content: space-evenly;
    border-radius: 0 0 0 25px;
    padding: 0;
  }

  header > nav a,
  header > nav span {
    font-size: 18px;
  }

  header label img:last-child {
    display: none;
  }

  header #nav-check:checked ~ label {
    line-height: 0;
  }

  header #nav-check:checked ~ label img:first-child {
    display: none;
  }

  header #nav-check:checked ~ label img:last-child {
    display: block;
  }

  header #nav-check:checked ~ nav {
    height: 40vh;
  }

  .mirror-inner {
    flex-direction: column;
  }

  .swiper-container .swiper-slide a img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .mirror-inner > div img {
    width: 100%;
    height: auto;
  }

  header > p {
    font-size: 16px;
    line-height: 3;
  }

  header > nav a,
  header > nav span {
    line-height: 3;
  }

  header > a {
    max-width: 106px;
  }

  header > a img {
    width: 100%;
  }

  .hero {
    flex-direction: column;
    gap: 32px;
    padding-top: 38px;
  }

  .hero > img:last-child {
    width: 79%;
  }

  .hero > img:first-child {
    width: 46%;
  }

  .scrollBottom {
    display: none;
  }

  .width-lg {
    margin-left: 16px;
    margin-right: 16px;
  }

  .title-whit-icon h2 {
    font-size: 16px;
  }

  .textBox {
    border-radius: 0 20px;
    padding: 18px;
  }

  .textBox p {
    font-size: 14px;
  }

  .mirror {
    padding: 0 8px;
  }

  .mirror-inner p {
    border-radius: 0 20px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .post-cards {
    margin-top: 48px;
    border-radius: 20px 20px 0px 0px;
    padding: 16px;
    padding-bottom: 0;
  }

  .quotes {
    display: none;
  }

  .post-cards h2 {
    font-size: 14px;
    line-height: 24px;
  }

  .post-cards .width-lg {
    margin: 0;
  }

  footer {
    margin-top: 0;
    padding-top: 0;
    background: #262626;
  }

  footer .first-row {
    flex-direction: column;
    padding: 16px;
    padding-top: 24px;
    gap: 32px;
  }

  footer .first-row .footer-column span {
    margin-bottom: 0;
  }

  footer .first-row .footer-column {
    gap: 10px;
  }

  /* .mirror-inner .r1_iframe_embed{
    width: 156px;
  } */

  .mirror-inner .r1_iframe_embed iframe {
    top: 7%;
    left: 29%;
    width: 50%;
    height: 88%;
    border-radius: 10px;
  }

  /* swiper slide */

  .swiper-container {
    height: 304px;
    margin-top: 32px;
  }

  .swiper-container .swiper-wrapper {
    height: 190px;
  }

  .swiper-container .swiper-slide {
    font-size: 14px;
  }

  .slider-btn {
    margin-top: 32px;
  }

  .swiper-container .swiper-slide a img {
    height: 100%;
  }

  .swiper-container {
    padding: 0;
  }

  .slider-btn {
    gap: 24px;
  }

.post-cards .r1_iframe_embed{
  height:150px;
}

.post-cards .r1_iframe_embed iframe{
  height:162px;
  width:136px;
  left:10px;
  border-radius:20px;
  padding-top:10px;
}

.post-cards .r1_iframe_embed + span, .swiper-container .swiper-slide a span{
  font-size:12px;
}

.swiper-container .swiper-wrapper{
  height:243px;
}

.swiper-container{
  height:332px;
}

  /* swiper slide */
}
