@import url("../template/css/app.css");
@import url("../template/css/fonts.css");
@import url("../template/css/colors.css");
body {
  font-family: "iranyekanBakh";
}

body main {
  padding: 0 0 1rem !important;
}

body main .banners .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}

body main .banners .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

body main .proud {
  margin-top: 1rem;
  padding: 3rem 10rem;
  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;
  background-color: var(--color-for-bg);
  border-radius: 1rem;
}

body main .proud h2 {
  max-width: 40%;
  z-index: 9999999 !important;
  font-family: "iranyekanBakhFat";
  font-size: 2.5rem;
  color: var(--color-dark);
}

body main .proud h2 .box {
  margin-left: 0.5rem;
  display: inline-block;
  position: relative;
}

body main .proud h2 .box .bg {
  display: block;
  z-index: -10000 !important;
  position: absolute;
  top: 1.25rem;
  left: -0.25rem;
  width: 110%;
  height: 1rem;
  background-color: var(--color-main);
}

body main .proud .proud-col {
  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;
}

body main .proud .proud-col .number {
  direction: ltr;
  color: var(--color-main);
  font-family: sans-serif;
  font-weight: 800;
  font-size: 3rem;
}

body main .about-us {
  margin: 5rem 10rem !important;
  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;
}

body main .about-us .right {
  width: 50%;
}

body main .about-us .right h2 {
  font-family: "iranyekanBakhMedium";
  font-size: 3rem;
}

body main .about-us .right h2 span {
  font-family: "iranyekanBakhFat";
  font-size: 3.5rem;
  color: var(--color-main);
}

body main .about-us .right p {
  max-width: 80%;
  margin-top: 1rem;
}

body main .about-us .right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2rem;
  padding: 0.5rem 1.75rem;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 10rem;
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .about-us .right a:hover {
  background-color: transparent;
  color: var(--color-main);
}

body main .about-us .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .about-us .left img {
  width: 70%;
  border-radius: 25%;
}

body main .services {
  padding: 5rem 10rem;
  background-color: var(--color-white);
  border-radius: 0 0 2rem 2rem;
}

body main .services .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body main .services .top .right h2 {
  font-family: "iranyekanBakhBold";
  font-size: 2rem;
  color: var(--color-dark);
}

body main .services .top .right h2 span {
  font-family: "iranyekanBakhFat";
}

body main .services .top .right h3 {
  font-family: "iranyekanBakh" !important;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-second-text);
}

body main .services .top .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "iranyekanBakhMedium";
  text-decoration: none;
  color: var(--color-dark);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .services .top .left a svg {
  width: 1rem;
  margin-right: 0.25rem;
}

body main .services .top .left a:hover {
  color: var(--color-main);
}

body main .services .bottom {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .services .bottom .services-col {
  width: calc(25% - 3rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body main .services .bottom .services-col .icon {
  background-color: var(--color-main);
  border-radius: 50%;
  color: var(--color-white);
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  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;
}

body main .services .bottom .services-col .icon svg {
  width: 1.25rem;
}

body main .services .bottom .services-col h4 a {
  font-family: "iranyekanBakhHeavy";
  font-size: 1.1rem;
  color: var(--color-dark);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body main .services .bottom .services-col img {
  margin-top: 1rem;
  width: 100%;
  border-radius: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body main .services .bottom .services-col p {
  margin-top: 1rem;
  color: var(--color-second-text);
}

body main .services .bottom .services-col:hover h4 a {
  color: var(--color-main);
}

body main .services .bottom .services-col:hover img {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

body main .best-products {
  padding: 5rem 10rem;
}

body main .best-products .temp .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body main .best-products .temp .top .right h2 {
  font-family: "iranyekanBakhHeavy";
  font-size: 2rem;
  color: var(--color-dark);
}

body main .best-products .temp .top .right h2 span {
  font-family: "iranyekanBakhFat";
}

body main .best-products .temp .top .right h3 {
  font-family: "iranyekanBakh" !important;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-second-text);
}

body main .best-products .temp .top .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-dark);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .best-products .temp .top .left a svg {
  width: 1rem;
  margin-right: 0.25rem;
}

body main .best-products .temp .top .left a:hover {
  color: var(--color-main);
}

body main .best-products .temp .bottom {
  margin-top: 5rem;
  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;
}

body main .best-products .temp .bottom .product {
  width: calc(25% - 0.5rem);
  background-color: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}

body main .best-products .temp .bottom .product .image img {
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .best-products .temp .bottom .product .image img:hover {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

body main .best-products .temp .bottom .product h4 {
  margin-top: 0.5rem;
  padding: 0 1rem;
  text-align: center;
}

body main .best-products .temp .bottom .product h4 a {
  color: var(--color-dark);
  text-decoration: none;
  font-family: "iranyekanBakhHeavy";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .best-products .temp .bottom .product h4 a:hover {
  color: var(--color-main);
}

body main .best-products .temp .bottom .product h5 {
  margin-top: 0.25rem;
  text-align: center;
  color: var(--color-second-text);
}

body main .best-products .temp .bottom .product p {
  margin: 0.5rem 0;
  padding: 0 1rem;
  color: var(--color-dark);
  font-size: 0.8rem;
}

body main .best-products .temp .bottom .product .product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem;
}

body main .best-products .temp .bottom .product .product-footer .addToCart {
  width: 100%;
  display: block;
  padding: 0.35rem;
  border-radius: 0.5rem;
  background-color: var(--color-main);
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  font-family: "iranyekanBakhBold";
  font-size: 0.8rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .best-products .temp .bottom .product .product-footer .addToCart:hover {
  background-color: var(--color-gray);
  color: var(--color-main);
}

body main .brands {
  padding: 5rem 10rem 0;
  background-color: var(--color-white);
  border-radius: 2rem 2rem 0 0;
}

body main .brands .temp {
  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;
  padding-bottom: 5rem !important;
  border-bottom: 1px solid var(--color-gray);
}

body main .brands .temp h2 {
  font-family: "iranyekanBakhHeavy";
  font-size: 2rem;
}

body main .brands .temp h2 span {
  color: var(--color-main);
  font-family: "iranyekanBakhFat";
  font-size: 3rem;
}

body main .brands .temp p {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: var(--color-second-text);
}

body main .brands .temp .row {
  margin-top: 3rem;
  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;
}

body main .brands .temp .row .col {
  width: 13%;
  margin: 0 0.5rem;
  border: 1px solid var(--color-gray);
  border-radius: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body main .brands .temp .row .col a {
  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;
  text-decoration: none;
  color: var(--color-dark);
}

body main .brands .temp .row .col a img {
  width: 80%;
}

body main .brands .temp .row .col:hover {
  background-color: var(--color-gray);
}

body main .comments {
  background-image: url("../images/world-map-image-23.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50% !important;
  padding: 5rem 0;
  background-color: var(--color-white);
  border-radius: 0 0 2rem 2rem;
}

body main .comments h2 {
  text-align: center;
  font-family: "iranyekanBakhMedium";
  font-weight: 300;
  font-size: 2rem;
}

body main .comments h2 span {
  font-family: "iranyekanBakhHeavy";
}

body main .comments h3 {
  text-align: center;
  font-family: "iranyekanBakh";
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-second-text);
}

body main .comments .comments-body {
  margin-top: 3rem;
}

body main .comments .comments-body .swiper-slide {
  cursor: default;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .comments .comments-body .swiper-slide .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .comments .comments-body .swiper-slide .stars svg {
  width: 0.75rem;
  color: var(--color-main);
}

body main .comments .comments-body .swiper-slide .comment-message {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

body main .comments .comments-body .swiper-slide .profile {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .comments .comments-body .swiper-slide .profile .right {
  width: 3rem;
  margin-left: 0.5rem;
}

body main .comments .comments-body .swiper-slide .profile .right img {
  width: 100%;
  border-radius: 50%;
}

body main .comments .comments-body .swiper-slide .profile .left h5 {
  font-family: "iranyekanBakhHeavy";
  font-size: 1rem;
}

body main .comments .comments-body .swiper-slide .profile .left h6 {
  font-family: "iranyekanBakh";
  font-weight: 400;
  color: var(--color-second-text);
}

body main .comments .comments-body .swiper-slide:hover {
  background-color: var(--color-main);
}

body main .comments .comments-body .swiper-slide:hover svg,
body main .comments .comments-body .swiper-slide:hover .message,
body main .comments .comments-body .swiper-slide:hover h5 {
  color: var(--color-white);
}

body main .comments .comments-body .swiper-pagination {
  position: absolute;
  bottom: 0rem;
}

body main .comments .comments-body .swiper-pagination-bullet-active {
  background-color: var(--color-main) !important;
}

body main .articles .top {
  padding: 5rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body main .articles .top .right h2 {
  font-family: "iranyekanBakhHeavy";
  font-size: 2rem;
  color: var(--color-white);
}

body main .articles .top .right h3 {
  font-family: "iranyekanBakh";
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  color: var(--color-second-text);
}

body main .articles .top .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
  color: var(--color-white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .articles .top .left a svg {
  width: 1rem;
  margin-right: 0.25rem;
}

body main .articles .top .left a:hover {
  color: var(--color-main);
}

body main .articles .bottom {
  padding: 0rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main .articles .bottom .right {
  width: calc(50% - 0.5rem);
}

body main .articles .bottom .right .post01 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

body main .articles .bottom .right .post01 .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body main .articles .bottom .right .post01 .post-body {
  width: 40%;
  height: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 1rem 0 0 0;
}

body main .articles .bottom .left {
  width: calc(50% - 0.5rem);
}

body main .articles .bottom .left .post {
  position: relative;
  padding-top: calc(50% - 0.5rem);
}

body main .articles .bottom .left .post .image {
  width: 50%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

body main .articles .bottom .left .post .post-body {
  width: 50%;
  height: 100%;
  padding: 3rem;
}

body main .articles .bottom .left .post02 {
  margin-bottom: 1rem;
}

body main .articles .bottom .left .post02 .image {
  position: absolute;
  top: 0;
  right: 0;
}

body main .articles .bottom .left .post02 .post-body {
  position: absolute;
  top: 0;
  left: 0;
}

body main .articles .bottom .left .post03 .image {
  position: absolute;
  bottom: 0;
  left: 0;
}

body main .articles .bottom .left .post03 .post-body {
  position: absolute;
  bottom: 0;
  right: 0;
}

body main .articles .bottom .post .image img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}

body main .articles .bottom .post .post-body {
  background-color: var(--color-main);
  border-radius: 1rem;
  padding: 1rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .articles .bottom .post .post-body .category {
  text-decoration: none;
  color: var(--color-white);
  font-weight: 400;
  font-size: 0.8rem;
  border: 1px solid var(--color-white);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .articles .bottom .post .post-body .category:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}

body main .articles .bottom .post .post-body h4 {
  margin-top: 1rem;
  font-family: "iranyekanBakhHeavy";
  font-size: 1.2rem;
}

body main .articles .bottom .post .post-body h4 a {
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .articles .bottom .post .post-body h4 a:hover {
  color: var(--color-second-text);
}

body main .articles .bottom .post .post-body p {
  color: var(--color-white);
  font-size: 0.8rem;
}

body main .articles .bottom .post:hover img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

body main .contact-us-faq {
  padding: 5rem 10rem;
}

body main .contact-us-faq .temp {
  padding-top: 5rem;
  border-top: 1px solid var(--color-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main .contact-us-faq .temp .right {
  width: calc(70% - 1.5rem);
}

body main .contact-us-faq .temp .right form h2 {
  font-family: "iranyekanBakhHeavy";
  font-size: 2rem;
  color: var(--color-white);
}

body main .contact-us-faq .temp .right form h3 {
  font-family: "iranyekanBakh";
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  color: var(--color-second-text);
}

body main .contact-us-faq .temp .right form .row {
  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;
  margin-bottom: 1rem;
}

body main .contact-us-faq .temp .right form .row input {
  width: calc(50% - 0.25rem);
  padding: 0.75rem 1rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-gray);
  font-family: "iranyekanBakh";
  color: var(--color-white);
}

body main .contact-us-faq .temp .right form .row input:focus-visible {
  border: none;
  outline: none;
  border-bottom: 1px solid var(--color-white);
}

body main .contact-us-faq .temp .right form textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-gray);
  font-family: "iranyekanBakh";
  color: var(--color-white);
}

body main .contact-us-faq .temp .right form textarea:focus-visible {
  border: none;
  outline: none;
  border-bottom: 1px solid var(--color-white);
}

body main .contact-us-faq .temp .right form .newsletter {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .contact-us-faq .temp .right form .newsletter input {
  background-color: #1c292f !important;
}

body main .contact-us-faq .temp .right form .newsletter label {
  margin-right: 0.5rem;
  color: var(--color-white);
}

body main .contact-us-faq .temp .right form .privacy-policy {
  margin-top: 0.5rem;
  color: var(--color-second-text);
  font-size: 0.8rem;
}

body main .contact-us-faq .temp .right form .privacy-policy a {
  font-weight: 500;
  color: var(--color-white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .contact-us-faq .temp .right form .privacy-policy a:hover {
  color: var(--color-gray);
}

body main .contact-us-faq .temp .right form button {
  margin-top: 2rem;
  padding: 0.75rem 1.75rem;
  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;
  font-family: "iranyekanBakhMedium";
  border: 1px solid var(--color-white);
  border-radius: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .contact-us-faq .temp .right form button svg {
  width: 0.75rem;
  margin-right: 0.35rem;
  position: relative;
  top: -0.05rem;
}

body main .contact-us-faq .temp .right form button:hover {
  background-color: transparent;
  color: var(--color-white);
}

body main .contact-us-faq .temp .left {
  width: calc(30% - 1.5rem);
  padding: 1rem;
  border: 1px solid var(--color-gray);
  border-radius: 1rem;
}

body main .contact-us-faq .temp .left h2 {
  font-family: "iranyekanBakhHeavy";
  font-size: 2rem;
  color: var(--color-white);
  margin-bottom: 1rem;
}

body main .contact-us-faq .temp .left summary {
  display: block;
  position: relative;
  padding-bottom: 0.5rem;
  font-family: "iranyekanBakhBold";
  cursor: pointer;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-second-text);
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .contact-us-faq .temp .left details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
}

body main .contact-us-faq .temp .left details summary::-webkit-details-marker {
  display: none;
}

body main .contact-us-faq .temp .left details[open] > summary {
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
}

body main .contact-us-faq .temp .left details[open] > summary:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-color: transparent transparent transparent var(--color-main);
}

body main .contact-us-faq .temp .left summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0.15rem;
  left: 0.25rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transform-origin: .2rem 50%;
          transform-origin: .2rem 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body main .contact-us-faq .temp .left .content {
  padding: 10px;
  color: var(--color-second-text);
  font-size: 0.8rem;
}

body main .contact-us-faq .temp .left p {
  margin: 0;
  padding-bottom: 10px;
}

body main .contact-us-faq .temp .left p:last-child {
  padding: 0;
}

body .second-main {
  padding: 0 !important;
  background-color: var(--color-for-bg);
  border-top: 1px solid var(--color-gray);
}

body .third-main {
  padding: 0 !important;
  background-color: #1c292f;
}
/*# sourceMappingURL=home.css.map */