/********************
fonts
********************/
@import url("farsi-fonts-styles/primary-iran-yekan.css");
@import url("farsi-fonts-styles/secondary-damavand.css");

/********************
animations
********************/
@-webkit-keyframes animateGradient {
  0% {
    background-position: right bottom;
  }

  50% {
    background-position: left top;
  }

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

@keyframes animateGradient {
  0% {
    background-position: right bottom;
  }

  50% {
    background-position: left top;
  }

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

/********************
general
********************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  font-family: "primary-font", "segoe ui", "tahoma";
  box-sizing: border-box;
  overflow-x: hidden !important;
  direction: rtl;
  padding-right: 0rem !important;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

/********************
text styles
********************/
.section-heading {
  font-weight: 600;
  font-size: 5rem;
  width: 70%;
}

@media (max-width: 991.98px) {
  .section-heading {
    font-size: 5rem;
    text-align: center;
    margin: 0 auto 5rem auto;
    width: 85%;
  }
}

@media (max-width: 575.98px) {
  .section-heading {
    font-size: 2.5rem;
    width: 90%;
    margin: 0 auto 2rem auto;
  }
  .style-with-mobile {
    margin: 16rem 0 !important;
  }
}

.pagination {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-link {
  padding: 1rem;
  background-color: #f0f7fc;
  color: #000000 !important;
  border-radius: 2rem;
  min-width: 3.5rem;
  text-align: center;
  font-size: 1.8rem;
  display: block;
}

.pagination-link.active {
  background-color: #167fc5;
  color: #f0f7fc !important;
}

.color-black {
  color: #000000;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 2;
}

.paragraph.dark {
  color: #666b6d;
}

.paragraph.white {
  color: white;
}

.primary-font {
  font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-font {
  font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

p {
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.75;
  font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

/********************
bootstrap
********************/
.container {
  padding: 0;
}

/********************
font awesome
********************/
.fad.fa-lightbulb-on::before,
.fad.fa-search::before,
.fad.fa-angle-double-down::before {
  opacity: var(--fa-primary-opacity, 0.5);
}

.fad.fa-lightbulb-on::after,
.fad.fa-search::after,
.fad.fa-angle-double-down::after {
  opacity: var(--fa-secondary-opacity, 1);
}

/********************
button
********************/
.button {
  width: 27.1rem;
  height: 6.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 4px solid #c7dffa;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #666b6d;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button i {
  margin-right: 1rem;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button:focus,
.button:hover {
  background-color: #c7dffa;
  outline: 0;
}

.button:hover {
  color: white;
}

.button:hover i {
  color: white;
}

.button__wrapper {
  margin: 0 auto;
}

.button__wrapper .button:nth-child(n + 2) {
  margin-right: 1.8rem;
}

@media (max-width: 650px) {
  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .button__wrapper {
    width: 100%;
  }

  .button__wrapper .button:nth-child(n + 2) {
    margin: 1rem auto 0 auto;
  }
}

/********************
social
********************/
.social ul li {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-size: 200% 200% !important;
  background-position: center bottom !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.social ul li:nth-child(n + 2) {
  margin-right: 2rem;
}

.social ul li.facebook {
  background: #ddd8d8;
  background: -webkit-linear-gradient(
    bottom,
    #343434 0%,
    rgb(91 91 91) 50%,
    #343434 100%
  );
  background: linear-gradient(
    0deg,
    #343434 0%,
    rgb(91 91 91) 50%,
    #343434 100%
  );
  filter: drop-shadow(0px 5px 5px rgba(147, 65, 212, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(147, 65, 212, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(147, 65, 212, 0.4));
}

.social ul li.eitaa {
  background: #ffb16b;
  background: -webkit-linear-gradient(
    bottom,
    #ffb16b 0%,
    #ffdb8d 50%,
    #ffb16b 100%
  );
  background: linear-gradient(0deg, #ffb16b 0%, #ffdb8d 50%, #ffb16b 100%);
  filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(212, 154, 93, 0.4));
}

.social ul li.linkedin {
  background: #19a5a1;
  background: -webkit-linear-gradient(
    bottom,
    #19a5a1 0%,
    #63e8e4 50%,
    #19a5a1 100%
  );
  background: linear-gradient(0deg, #19a5a1 0%, #63e8e4 50%, #19a5a1 100%);
  filter: drop-shadow(0px 5px 5px rgba(108, 222, 220, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(108, 222, 220, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(108, 222, 220, 0.4));
}

.social ul li.rubika {
  background: #ff7f7f;
  background: -webkit-linear-gradient(
    bottom,
    #ffb6b6 0%,
    #ffb3c1 50%,
    #f8d0d0 100%
  );
  background: linear-gradient(0deg, #f0c8c8 0%, #ffb3c1 50%, #fce0e0 100%);
  filter: drop-shadow(0px 5px 5px rgba(255, 182, 182, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(255, 182, 182, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(255, 182, 182, 0.4));
}

.social ul li.whatsapp {
  background: #45cf05;
  background: -webkit-linear-gradient(
    bottom,
    #0af202 0%,
    #8aff90 50%,
    #02f202 100%
  );
  background: linear-gradient(0deg, #0af202 0%, #8aff94 50%, #1ef202 100%);
  filter: drop-shadow(0px 5px 5px rgba(69, 245, 69, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(69, 245, 78, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(69, 245, 98, 0.4));
}

.social ul li.telegram {
  background: #0585cf;
  background: -webkit-linear-gradient(
    bottom,
    #02a6f2 0%,
    #8adeff 50%,
    #02c2f2 100%
  );
  background: linear-gradient(0deg, #02aef2 0%, #8adeff 50%, #02aef2 100%);
  filter: drop-shadow(0px 5px 5px rgba(69, 195, 245, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(69, 219, 245, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(69, 233, 245, 0.4));
}

.social ul li.instagram {
  background: #f09433;
  background: -webkit-linear-gradient(
    bottom,
    #bc2a8d 0%,
    #e95950 50%,
    #fccc63 100%
  );
  background: linear-gradient(0deg, #bc2a8d 0%, #e95950 50%, #fccc63 100%);
  filter: drop-shadow(0px 5px 5px rgba(255, 138, 168, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(255, 138, 168, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(255, 138, 168, 0.4));
}

.social ul li.aparat {
  background: #da1d5d;
  background: linear-gradient(0deg, #b30049 0%, #da1d5d 50%, #f06292 100%);
  filter: drop-shadow(0px 5px 5px rgba(218, 29, 93, 0.4));
}

.social ul li a {
  width: 100%;
  height: 100%;
  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-size: 2rem;
  color: white;
}
.social ul li a img {
  width: 20px;
  height: 20px;
}
.social ul li:hover {
  background-position: center top !important;
}

/********************
download buttons
********************/
.download-buttons a {
  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;
  width: 24.4rem;
  height: 8.1rem;
  background-color: grey;
  border-radius: 5rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-size: 200% 200% !important;
  background-position: center bottom !important;
}

.download-buttons a i {
  font-size: 3.4rem;
  color: white;
}

.download-buttons a .button-content {
  margin-right: 1.3rem;
}

.download-buttons a .button-content h6 {
  font-size: 1.2rem;
  color: #ffd4e3;
  font-family: inherit;
}

.download-buttons a .button-content span {
  display: block;
  font-size: 2rem;
  color: white;
  margin-bottom: -0.7rem;
}

.download-buttons a:last-child .button-content h6 {
  color: #bbdef9;
}

.download-buttons a.google-play {
  background: #f2026b;
  background: -webkit-linear-gradient(
    bottom,
    #f2026b 0%,
    #ff8aaf 50%,
    #f2026b 100%
  );
  background: linear-gradient(0deg, #f2026b 0%, #ff8aaf 50%, #f2026b 100%);
  filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
}

.download-buttons a.apple-store {
  background: #089f47;
  background: -webkit-linear-gradient(
    bottom,
    #089f47 0%,
    #34b232 50%,
    #089f47 100%
  );
  background: linear-gradient(0deg, #089f47 0%, #34b232 50%, #089f47 100%);
  filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
  -webkit-filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
  -moz-filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
}

.download-buttons a.bazar-seller {
  background: #089f47;
  background: -webkit-linear-gradient(
    bottom,
    #640eb5 0%,
    #7b3cb6 50%,
    #640eb5 100%
  );
  background: linear-gradient(0deg, #640eb5 0%, #7b3cb6 50%, #640eb5 100%);
  filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
  -webkit-filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
  -moz-filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
}

.download-buttons a.PWA-store {
  background: #08639f;
  background: -webkit-linear-gradient(
    bottom,
    #08639f 0%,
    #167fc5 50%,
    #08639f 100%
  );
  background: linear-gradient(0deg, #08639f 0%, #167fc5 50%, #08639f 100%);
  filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
  -webkit-filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
  -moz-filter: drop-shadow(0px 10px 10px rgba(33, 120, 237, 0.4));
}

.download-buttons a:hover {
  background-position: center top !important;
}

/********************
form
********************/
.comment_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment_form > div {
  width: 50%;
}

.comment_form > div:last-child {
  margin-right: 1rem;
}

.comment_form .input-field {
  width: 100%;
}

.comment_form .input-field:nth-child(n + 2) {
  margin-top: 1rem;
}

.comment_form textarea.input-field {
  padding-top: 2.2rem;
  height: 14rem;
  border-radius: 3rem;
  resize: none;
}

.comment_form .button {
  margin-top: 0.6rem;
  margin-right: 0;
  width: 100%;
}

@media (max-width: 767.98px) {
  .comment_form {
    display: block;
  }

  .comment_form > div {
    display: block;
    width: 100%;
  }

  .comment_form > div:last-child {
    margin-right: 0;
  }

  .comment_form textarea.input-field {
    margin-top: 1rem;
  }
}

/********************
blog hero
********************/
.blog_hero__wrapper {
  padding: 17rem 0 0 0 !important;
}

.blog_hero .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_hero .row > div:last-child {
  margin-bottom: -1rem;
  margin-right: auto;
}

.blog_hero h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #000000;
}

.blog_hero ul {
  display: inline;
  margin: 0 0 1.5rem 4.5rem;
  position: relative;
  bottom: -1rem;
}

.blog_hero ul li {
  display: inline-block;
}

.blog_hero ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666b6d;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog_hero ul li a:hover {
  color: #f2026b;
}

.blog_hero ul li a i {
  margin-left: 1rem;
  vertical-align: middle;
}

.blog_hero ul li:nth-child(n + 2) {
  margin-right: 1rem;
}

.blog_hero .icon {
  width: 14.5rem;
  height: 14.5rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2026b;
  background: -webkit-linear-gradient(135deg, #f2026b 0%, #ff8aaf 100%);
  background: linear-gradient(-45deg, #f2026b 0%, #ff8aaf 100%);
  filter: drop-shadow(0px 20px 20px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 20px 20px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 20px 20px rgba(245, 69, 144, 0.4));
  position: relative;
  bottom: -1.5rem;
}

.blog_hero .icon i {
  font-size: 4.8rem;
  color: white;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog_hero__wrapper {
    padding: 18.4rem 2rem 0 2rem;
  }
}

@media (max-width: 991.98px) {
  .blog_hero .row {
    -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;
  }

  .blog_hero ul {
    display: block;
    bottom: initial;
    margin: 2rem auto;
    text-align: center;
  }

  .blog_hero h1 {
    font-size: 3rem;
    text-align: center;
  }

  .blog_hero__wrapper {
    padding-top: 10rem !important;
  }
}

/********************
blog
********************/
.blog {
  padding: 15rem 0;
}

.blog__header {
  width: 100%;
  margin-bottom: 5rem;
}

.blog__header .search {
  position: relative;
  width: 33rem;
}

.blog__header .search .input-field {
  border-color: #f0f7fc;
  padding-right: 3rem;
  padding-left: 7rem;
}

.blog__header .search button {
  font-size: 2rem;
  color: #969c9e;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 3rem;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0.65rem 0.4rem 0.15rem;
  outline: 0 !important;
}

.blog__header .row > div:last-child {
  margin-right: auto;
}

.blog .button {
  margin: 10rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .button {
  border: 4px solid #ffdbe8;
  background: #1369ec;
  background: -webkit-linear-gradient(
    bottom,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background-size: 200% 200%;
  background-position: center bottom;
}

.blog .button i {
  color: #f2046c;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog .button:focus,
.blog .button:hover {
  background-color: #ffdbe8;
}

.blog .button:hover i {
  color: white;
}

.blog .button:hover {
  background-position: center top;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
}

.blog__single {
  width: 100%;
  height: 50rem;
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-position: center center;
  filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
}

.blog__single-info {
  background-color: white;
  padding: 3rem 2rem;
  border-radius: 2rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 24rem;
  width: calc(100% - 2rem);
}

.blog__single-info h3 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog__single-info h4 {
  font-size: 1.4rem;
  font-family: inherit;
  color: #666b6d;
  margin: 1rem 0;
  font-weight: 400;
}

.blog__single-info h4 span {
  margin: 0 1.2rem;
  color: #cad1d4;
}

.blog__single-image {
  width: 100%;
  height: 100%;
}

.blog__single-info .paragraph {
  line-height: 1.5;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog__single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog__single:hover {
  background-color: black;
}

.blog__single:hover .blog__single-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .col-lg-4 .blog__single-info {
  bottom: 1rem;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.blog .col-lg-8 .blog__single-info {
  bottom: 1rem;
  left: 1rem;
}

.blog .col-lg-8.left .blog__single-info {
  left: initial;
  right: 1rem;
}

.blog__content:not(.center__content) .row > div:nth-child(n + 3) {
  margin-top: 3rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog__header:not(.center__content) .row > .col-lg-3:nth-child(2) {
    margin-right: 3rem;
  }
}

@media (max-width: 991.98px) {
  .blog {
    padding: 10rem 0 5rem;
  }

  .blog__header .dropdown-wrapper {
    width: 100%;
  }

  .blog__header .date__dropdown {
    margin-top: 2rem;
  }

  .blog__header .search {
    margin-top: 2rem;
    width: 100%;
  }

  .blog__header .search input {
    width: 100%;
  }

  .blog__content:not(.center__content) .row > div {
    margin-top: 3rem !important;
  }

  .blog__content:not(.center__content) .row > div:first-child {
    margin-top: initial !important;
  }

  .blog .col-lg-8 .blog__single-info {
    bottom: 1rem;
    left: initial;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }

  .blog .col-lg-8.left .blog__single-info {
    left: initial;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }

  .blog__single-info {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 575.98px) {
  .blog {
    padding: 10rem 3rem 5rem;
  }
}

.dropdown-wrapper {
  position: relative;
  width: 27rem;
}

.dropdown-wrapper .dropdown-box {
  border: 4px solid #f0f7fc;
  border-radius: 2rem;
  width: 100%;
  padding: 2rem;
  z-index: 1000;
  position: absolute;
  top: 10rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: white;
}

.dropdown-wrapper .dropdown-box.shown {
  top: 8.5rem;
  visibility: visible;
  opacity: 1;
}

.dropdown-wrapper .dropdown-box::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/corner.png) no-repeat;
  width: 3.4rem;
  height: 4.3rem;
  background-size: cover;
  top: -2.2rem;
  left: -0.4rem;
}

.dropdown-wrapper .dropdown-box ul {
  background-color: white;
}

.dropdown-wrapper .dropdown-box ul li {
  font-size: 1.6rem;
  color: #666b6d;
  border-radius: 2rem;
  position: relative;
  padding: 1rem 4.7rem 1rem 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dropdown-wrapper .dropdown-box ul li > a {
  font-size: inherit;
  color: inherit;
  width: 100%;
}

.dropdown-wrapper .dropdown-box ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  color: #cacdce;
}

.dropdown-wrapper .dropdown-box ul li:nth-child(n + 2) {
  margin-top: 1rem;
}

.dropdown-wrapper .dropdown-box ul li.selected,
.dropdown-wrapper .dropdown-box ul li:hover {
  color: #000000;
  background-color: #f0f7fc;
  font-weight: 600;
}
.dropdown-wrapper .dropdown-box ul li.selected::before,
.dropdown-wrapper .dropdown-box ul li:hover::before {
  color: #f41976;
}

.dropdown-wrapper .dropdown-info {
  cursor: pointer;
  border: 4px solid #f0f7fc;
  border-radius: 3rem;
  width: 100%;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 3rem;
  z-index: 0;
}

.dropdown-wrapper .dropdown-info h6 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: inherit;
  color: #404243;
  width: 100%;
  height: 100%;
  line-height: 5.8rem;
}

.dropdown-wrapper .dropdown-info i {
  font-size: 2rem;
  color: #969c9e;
  position: relative;
  left: 3rem;
}

/********************
blog single
********************/
.blog_single {
  width: 100%;
}

.blog_single__wrapper {
  width: 100%;
}

.blog_single__title {
  margin-top: 8rem;
  padding: 0 2rem;
  font-size: 3.2rem;
  text-align: center;
}

.blog_single__thumbnail {
  padding-top: 5rem;
  filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
}

.blog_single__thumbnail img {
  width: calc(100% - 2rem);
  margin: auto;
  display: block;
  max-height: 550px;
  object-fit: contain;
}

.blog_single__content {
  overflow: visible;
  padding-bottom: 13rem;
  position: relative;
}

.blog_single__content > img,
.blog_single__content img:not(.grid) {
  display: block;
  margin: 3rem auto;
}

.blog_single__content::after {
  content: "";
  clear: both;
  display: table;
}

.blog_single__content > *:not(.grid) {
  width: calc(100% - 40rem);
  margin: 0 auto;
}

.blog_single__content h1,
.blog_single__content h2,
.blog_single__content h3,
.blog_single__content h4,
.blog_single__content h5,
.blog_single__content h6 {
  font-family: inherit;
}

.blog_single__content h1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.7;
  color: #000000;
  margin-top: 4rem !important;
}

.blog_single__content h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  margin-top: 4rem !important;
}

.blog_single__content h4 {
  font-size: 1.6rem;
  color: #666b6d;
  margin: 3rem auto 3rem auto !important;
  font-weight: 400;
}

.blog_single__content h4 span {
  margin: 0 1.2rem;
  color: #cad1d4;
}

.blog_single__content .social {
  position: absolute;
  top: 27.5rem;
  right: 10%;
  width: auto;
}

.blog_single__content .social ul li {
  display: block;
}

.blog_single__content .social ul li:not(:first-child) {
  margin: 2rem 0 0 0;
}

.blog_single__content p {
  font-size: 1.8rem;
  color: #666b6d;
}

.blog_single__content p:not(:first-child) {
  margin-top: 4rem;
}

.blog_single__content .grid + .paragraph {
  margin-top: 2rem;
}

.blog_single__content--images {
  width: calc(100% + 40rem);
  float: right;
  margin-right: -20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-clip: content-box;
  position: relative;
}

.blog_single__content .grid {
  margin-top: 5rem;
}

.blog_single__content .grid .paragraph {
  margin-top: 0;
}

.blog_single__content .grid-item {
  width: 31%;
  margin-bottom: 3rem;
}

.blog_single__content img.grid-item {
  border-radius: 3rem;
  filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
}

.blog_single__content .grid-item--width2 {
  width: 66%;
}

.blog_single__content .grid-item--width3 {
  width: 50%;
}

.blog_single__comment {
  width: calc(100% - 40rem);
  margin: 0 auto;
  display: block;
  padding: 10rem 0;
}

.blog_single__comment h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5rem;
}

.blog_single__comment--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.blog_single__comment--single:nth-child(n + 2) {
  margin-top: 1rem;
}

.blog_single__comment--single .image {
  width: 10rem;
  height: 10rem;
}

.blog_single__comment--single .image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .blog_single__comment--single .image {
    width: 7rem;
    height: 7rem;
  }
}

.blog_single__comment--single .comment {
  width: calc(100% - 11rem);
  border: 4px solid #f0f7fc;
  padding: 3.6rem 4rem;
  border-radius: 2rem;
  position: relative;
}

.blog_single__comment--single .comment::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/comment-corner.png);
  background-repeat: no-repeat;
  width: 2.2rem;
  height: 1.9rem;
  background-size: cover;
  top: -0.4rem;
  right: -1.3rem;
}

.blog_single__comment--single .comment .name {
  font-size: 2rem;
  font-weight: 600;
  font-family: inherit;
  color: #000000;
}

.blog_single__comment--single .comment .date {
  font-size: 1.4rem;
  font-family: inherit;
  color: #666b6d;
}

.blog_single__comment--single .comment .reply-button {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 8.9rem;
  height: 4.1rem;
  border-radius: 3rem;
  border: 4px solid #f0f7fc;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #1369ec;
  background: -webkit-linear-gradient(
    bottom,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background-size: 200% 200%;
  background-position: center bottom;
}

.blog_single__comment--single .comment .reply-button:hover {
  background-color: transparent;
  filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  background-position: center top;
  border: none;
}

.blog_single__comment--single .comment .reply-button:hover a {
  color: white;
}

.blog_single__comment--single .comment .reply-button a {
  width: 100%;
  height: 100%;
  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-size: 1.4rem;
  font-weight: 600;
  color: #666b6d;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 575.98px) {
  .blog_single__comment--single .comment {
    width: calc(100% - 8rem);
    padding-top: 6rem;
  }
}

.blog_single__comment--single.reply {
  width: calc(100% - 11rem);
  margin-right: auto;
}

.blog_single__comment--single.reply .comment {
  background-color: #f0f7fc;
}

.blog_single__comment--single.reply .comment::before {
  background-image: url(../images/reply-corner.png);
}

.blog_single__comment--single.reply .comment .reply-button {
  background-color: white;
  border-color: white;
}

.blog_single__comment--single.reply .comment .reply-button:hover a {
  color: white;
}

.blog_single .blog_related {
  width: 100%;
}

.blog_single .blog_related__wrapper {
  background-color: #f0f7fc;
  padding: 10rem 0;
}

.blog_single .blog_related__header {
  width: 100%;
  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: 4rem;
}

.blog_single .blog_related__header .screenshot-nav-next {
  margin-right: 1rem;
}

.blog_single .blog_related__header h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
}

.blog_single .blog_related__header i {
  font-size: 3rem;
}

.blog_single .blog_related-slider {
  width: 100% !important;
}

.blog_single .blog_related-slider a {
  display: block;
  height: 33.1rem;
}

.blog_single .blog_related-slide {
  height: 100%;
}

.blog_single .blog_related-single {
  height: 100%;
}

.blog_single .blog_related-single .blog__single-info {
  width: 30rem;
  height: calc(100% - 2rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1rem;
  padding: 3.5rem 4rem;
  box-sizing: border-box;
}

.blog_single .comment_form {
  padding-bottom: 10rem;
}

.blog_single .comment_form__wrapper {
  width: calc(100% - 40rem);
  margin: 0 auto;
}

.blog_single .comment_form__wrapper h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5rem;
}

.blog_single .comment_form__wrapper .input-field {
  border-color: #f0f7fc;
}

.blog_single .comment_form__wrapper .input-field:focus {
  border-color: #c9deed;
}

.blog_single .comment_form__wrapper .button {
  border-color: #ffdbe8;
  cursor: pointer;
  background: #1369ec;
  background: -webkit-linear-gradient(
    bottom,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background-size: 200% 200%;
  background-position: center bottom;
}

.blog_single .comment_form__wrapper .button i {
  color: #f2046c;
}

.blog_single .comment_form__wrapper .button:hover {
  background-position: center top;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
}

.blog_single .comment_form__wrapper .button:hover i {
  color: white;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog_single__content > *:not(.grid) {
    width: calc(100% - 20rem);
    margin: 0 auto;
  }

  .blog_single__content .social {
    right: 0;
  }

  .blog_single__comment {
    width: calc(100% - 20rem);
  }

  .blog_single .comment_form__wrapper {
    width: calc(100% - 20rem);
  }
}

@media (max-width: 991.98px) {
  .blog_single__content {
    padding-bottom: 5rem;
  }

  .blog_single__content > *:not(.grid) {
    width: 100%;
    margin: 0;
  }

  .blog_single__content h1 {
    font-size: 4.5rem;
  }

  .blog_single__content .social {
    position: static;
    top: initial;
    right: initial;
    margin-top: 5rem;
  }

  .blog_single__content .social ul li {
    display: inline-block;
  }

  .blog_single__content .social ul li:not(:first-child) {
    margin-right: 1rem;
    margin-top: 0;
  }

  .blog_single__content img.grid-item {
    -o-object-fit: cover;
    object-fit: cover;
    width: 30%;
    height: 30rem;
  }

  .blog_single__content img.grid-item--width2 {
    width: 30%;
  }

  .blog_single__content .paragraph.grid-item {
    width: 100%;
  }

  .blog_single__comment {
    width: 100%;
  }

  .blog_single .comment_form__wrapper {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog_single img.grid-item {
    width: 100%;
    -o-object-position: center 20%;
    object-position: center 20%;
  }
}

@media (max-width: 575.98px) {
  .blog_single__content {
    padding: 0 2rem 13rem 2rem;
  }

  .blog_single__content h1 {
    font-size: 3.5rem;
  }

  .blog_single__content .paragraph {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .blog_single .blog_related__wrapper {
    padding: 5rem 3rem;
  }

  .blog_single .blog_related__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog_single .blog_related__header .related-post-nav {
    margin-top: 2rem;
  }

  .blog_single__comment {
    padding: 5rem 3rem;
  }

  .blog_single__comment--single.reply {
    width: 100%;
  }

  .blog_single .comment_form__wrapper {
    padding: 0 3rem;
  }
}

/********************
preloader
********************/
.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  background: #343434;
  background: -webkit-linear-gradient(
    135deg,
    #343434 0%,
    #9100ff 50%,
    #343434 100%
  );
  background: linear-gradient(-45deg, rgb(93, 93, 93), #343434);
  background-size: 200% 200%;
  background-position: right bottom;
  -webkit-animation-name: animateGradient;
  animation-name: animateGradient;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.preloader img {
  position: absolute;
  width: 170px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

body.loaded .preloader {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/********************
header
********************/
.header {
  position: absolute;
  top: 5rem;
  z-index: 100;
  background-color: transparent;
  padding: 2rem 0;
  width: 100%;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
}

.header__nav-primary {
  margin-bottom: 0;
}

.header__nav .close-white {
  color: white !important;
}

.header__nav-primary > li {
  list-style: none;
  display: inline-block;
}

/* .header__nav-primary > li:first-child a {
  color: #fff;
} */

.header__nav-primary > li:first-child i::before {
  opacity: var(--var-primary-opacity, 0.5);
}

.header__nav-primary > li:first-child i::after {
  opacity: var(--var-secondary-opacity, 1);
}

.header__nav-primary > li:nth-child(n + 2) {
  margin-right: 3rem;
}

.header__nav-primary > li > a {
  font-size: 1.6rem;
  color: #666b6d;
  font-weight: 500 !important;
}

@media (max-width: 992px) {
  .header__nav-primary > li > a {
    font-size: 2rem !important;
    padding: 2.1rem 4.4rem !important;
    display: block !important;
    width: 100% !important;
    -webkit-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
    color: white;
    font-weight: 500 !important;
  }

  .header__nav-primary > li > a::before {
    content: "";
    display: block;
    width: 0;
    height: 0.15rem;
    background-color: #666b6d;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .header__nav-primary > li > a:hover::before {
    width: calc(100% - 2rem);
  }
}

.header__nav .nav__dropdown {
  width: auto;
  z-index: 100;
}

.header__nav .nav__dropdown-info {
  border: 0;
  width: auto;
  height: auto;
  border-radius: initial;
  padding-right: 0;
  margin: 0;
  z-index: 100;
  position: relative;
}

@media (min-width: 992px) {
  .header__nav .nav__dropdown-info::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    width: 100%;
    height: 2rem;
    background-color: transparent;
    display: block;
  }
}

.header__nav .nav__dropdown-box {
  width: 25rem;
  display: block;
  left: 0;
}

.header__nav .nav__dropdown-box li a {
  font-size: 1.6rem;
  color: #666b6d;
  border-radius: 2rem;
  position: relative;
  padding: 1rem 2rem 1rem 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}

.header__nav .nav__dropdown-box li:hover a {
  color: #000000;
  background-color: #f0f7fc;
  font-weight: 600;
}

.header__nav .nav__dropdown-box.shown {
  top: 0;
}

@media (min-width: 992px) {
  .header__nav .nav__dropdown-box.shown {
    top: 0rem !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (min-width: 992px) {
  .header__nav .nav__dropdown:hover .nav__dropdown-box {
    top: 0rem !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
  }
}

.header__nav span {
  display: none;
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
  padding: 0 1.2rem;
  font-size: 3rem;
  color: white;
  font-weight: 900 !important;
  cursor: pointer;
}

.header__nav span i {
  vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1126px) {
  .header__nav {
    margin-right: 0;
  }
}

.header__bars {
  width: 5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  padding: 1rem;
  border: 1px solid transparent;
}

.header__bars::after {
  display: table;
  clear: both;
}

.header__bars:hover {
  border: 1px solid white;
}

.header__bars-bar {
  height: 0.2rem;
  display: block;
  background-color: #000000;
  margin: 0.3rem 0;
  float: left;
}

.header__bars-bar-1 {
  width: 100%;
}

.header__bars-bar-2 {
  width: 70%;
}

.header__bars-bar-3 {
  width: 40%;
}

@media (min-width: 992px) and (max-width: 1270px) {
  .header .container {
    padding: 0 2rem;
  }

  .header__nav-primary li:first-child {
    margin-left: 2rem;
  }

  .header__nav-primary li:nth-child(n + 3) {
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1060px) {
  .header .container {
    padding: 0 4rem;
  }
}

.header.fixed {
  position: fixed;
  top: 0;
  background-color: white;
}

@media (max-width: 991.98px) {
  .header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5rem;
  }

  .header__nav {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    overflow: auto !important;
    background: #343434;

    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding-top: 15%;
  }

  .header__nav ul {
    display: block;
    width: 100%;
    margin-top: 5rem;
  }

  .header__nav li {
    display: block;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .header__nav li a {
    /* font-size: 2rem !important;
    padding: 2.1rem 4.4rem !important; */
    display: block !important;
    width: 100% !important;
    -webkit-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
    color: white !important;
  }

  .header__nav li i {
    color: white;
  }

  .header__nav li:nth-child(n + 2) {
    margin-right: 0;
  }

  .header__nav li:hover {
    background-color: white;
  }

  .header__nav li:hover a,
  .header__nav li:hover i {
    color: #343434;
  }

  .header__nav .nav__dropdown-info {
    padding-right: 4.4rem;
  }

  .header__nav .nav__dropdown-box {
    position: absolute;
    width: 100%;
    border-radius: initial;
    border: 0;
  }

  .header__nav .nav__dropdown-box::before {
    display: none;
  }

  .header__nav .nav__dropdown-box li a {
    font-size: 1.8rem;
  }

  .header__nav .nav__dropdown-box.shown {
    top: 2rem;
  }

  .header__nav span {
    display: block;
  }

  .header__nav-primary {
    margin-right: 0;
  }

  .header__nav .social {
    display: none;
  }

  .header__bars {
    display: block;
  }
}

@media (max-width: 640px) {
  .header__wrapper {
    padding: 0 2rem;
  }
}

.header-2 {
  top: 0;
  padding: 4rem 0 4rem 0;
  background-color: white;
}

@media (max-width: 991.98px) {
  .header-2 .header__nav {
    top: 0;
  }
}

.header-2.fixed {
  position: fixed;
  top: 0;
  background-color: white;
}

.customize-support .header {
  top: 8rem;
}

.customize-support .header-2 {
  top: 3rem;
}

/********************
hero
********************/
.hero {
  width: 100%;
  margin-top: 5rem;
}

.hero__wrapper {
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #f0f7fc;
  padding: 18.4rem 0 9.9rem 0;
}

.hero .main-heading {
  font-size: 6rem;
  font-weight: 600;
  color: #000000;
  width: 100%;
}

.hero .paragraph {
  font-size: 2.4rem;
  color: #474b4c;
  margin: 3.6rem 0 3.5rem 0;
}

.hero .paragraph span {
  font-weight: 700;
}

.hero .download-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero .download-buttons a:last-child {
  margin-right: 2rem;
}

.hero .hero-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 75.3rem;
  height: 75.3rem;
  border-radius: 50%;
  top: 50%;
  left: -19rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #343434;

  background: -webkit-linear-gradient(
    135deg,
    #343434 0%,
    rgb(91 91 91) 50%,
    #343434 100%
  );
  background: linear-gradient(
    -45deg,
    #343434 0%,
    rgb(91 91 91) 50%,
    #343434 100%
  );
  background-size: 200% 200%;
  background-position: right bottom;
  filter: drop-shadow(0px 30px 20px rgba(173, 98, 235, 0.4));
  -webkit-filter: drop-shadow(0px 30px 20px rgba(144, 144, 144, 0.4));
  -moz-filter: drop-shadow(0px 30px 20px rgba(144, 144, 144, 0.4));
  -webkit-animation-name: animateGradient;
  animation-name: animateGradient;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__wrapper {
    padding: 18.4rem 1rem 9.9rem 1rem;
  }

  .hero .main-heading {
    font-size: 6rem;
  }

  .hero .paragraph {
    font-size: 2rem;
    line-height: 3.6rem;
  }

  .hero .hero-img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .hero .hero-img::before {
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
  }

  .hero .download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero .download-buttons a:last-child {
    margin-right: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .hero__wrapper {
    width: calc(100% - 5rem);
  }

  .hero .main-heading {
    font-size: 5.5rem;
    text-align: center;
    margin-top: 3rem;
  }

  .hero .paragraph {
    font-size: 2rem;
    line-height: 3.6rem;
    text-align: center;
  }

  .hero .download-buttons {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .hero .hero-img {
    width: 100%;
    margin-top: 5rem;
  }

  .hero .hero-img::before {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    left: 50%;
  }
  .hero-img {
    margin-bottom: 32rem;
  }
}

@media (max-width: 767.98px) {
  .hero .main-heading {
    font-size: 5rem;
  }

  .hero .paragraph {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }

  .hero .download-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero .download-buttons a:last-child {
    margin-right: 0rem;
    margin-top: 1rem;
  }

  .hero .hero-img {
    width: 100%;
  }

  .hero .hero-img::before {
    -webkit-transform: translate(-50%, -50%) scale(0.65);
    -ms-transform: translate(-50%, -50%) scale(0.65);
    transform: translate(-50%, -50%) scale(0.65);
  }

  .hero-img {
    margin-bottom: 25rem !important;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 575.98px) {
  .hero .col-lg-6 {
    height: auto;
  }

  .hero__wrapper {
    padding: 10rem 0;
  }

  .hero .hero-img {
    width: 100% !important;
  }

  .hero .hero-img img {
    width: 50% !important;
    height: 50% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .hero .hero-img::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 90%;
    height: auto;
    padding-bottom: 90%;
  }
}

.hero-2 {
  margin-top: 11.3rem;
}

.hero-2 .hero__wrapper {
  padding: 10rem 0;
}

/********************
feature
********************/
.feature {
  width: 100%;
  padding: 15rem 0;
}

.feature .section-heading {
  display: table;
  margin: 0 auto 5rem;
  text-align: center;
}

.feature__box {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.feature__box--2,
.feature__box--4 {
  margin-top: 10rem;
}

.feature__box--2:hover,
.feature__box--4:hover {
  margin-top: 0;
}

.feature__box--1:hover,
.feature__box--3:hover {
  margin-top: 10rem;
}

.feature__box--1 .feature__box__wrapper {
  background-color: #efdff7;
}

.feature__box--2 .feature__box__wrapper {
  background-color: #ffe8c6;
}

.feature__box--3 .feature__box__wrapper {
  background-color: #d0f3f2;
}

.feature__box--4 .feature__box__wrapper {
  background-color: #ffdae8;
}

.feature__box .icon {
  width: 24.2rem;
  height: 24.2rem;
  margin: 0 auto;
  border-radius: 50%;
  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;
}

.feature__box .icon-1 {
  background: #343434;
  background: -webkit-linear-gradient(135deg, #343434 0%, rgb(91 91 91) 100%);
  background: linear-gradient(-45deg, #343434 0%, rgb(91 91 91) 100%);
  filter: drop-shadow(0px 40px 15px rgba(147, 65, 212, 0.4));
  -webkit-filter: drop-shadow(0px 40px 15px rgba(147, 65, 212, 0.4));
  -moz-filter: drop-shadow(0px 40px 15px rgba(147, 65, 212, 0.4));
}

.feature__box .icon-2 {
  background: #ffdb8d;
  background: -webkit-linear-gradient(135deg, #ffb16b 0%, #ffdb8d 100%);
  background: linear-gradient(-45deg, #ffb16b 0%, #ffdb8d 100%);
  filter: drop-shadow(0px 40px 15px rgba(255, 186, 114, 0.4));
  -webkit-filter: drop-shadow(0px 40px 15px rgba(255, 186, 114, 0.4));
  -moz-filter: drop-shadow(0px 40px 15px rgba(255, 186, 114, 0.4));
}

.feature__box .icon-3 {
  background: #63e8e4;
  background: -webkit-linear-gradient(135deg, #19a5a1 0%, #63e8e4 100%);
  background: linear-gradient(-45deg, #19a5a1 0%, #63e8e4 100%);
  filter: drop-shadow(0px 40px 15px rgba(79, 188, 186, 0.4));
  -webkit-filter: drop-shadow(0px 40px 15px rgba(79, 188, 186, 0.4));
  -moz-filter: drop-shadow(0px 40px 15px rgba(79, 188, 186, 0.4));
}

.feature__box .icon-4 {
  background: #ff8aaf;
  background: -webkit-linear-gradient(135deg, #f2026b 0%, #ff8aaf 100%);
  background: linear-gradient(-45deg, #f2026b 0%, #ff8aaf 100%);
  filter: drop-shadow(0px 40px 15px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 40px 15px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 40px 15px rgba(245, 69, 144, 0.4));
}

.feature__box .icon i {
  font-size: 8rem;
  color: white;
}

.feature__box__wrapper {
  width: 100%;
  padding: 5.7rem 0.5rem 0.5rem 0.5rem;
  border-radius: 2.5rem;
  margin-top: 5rem;
}

.feature__box--content {
  background-color: white;
  position: relative;
  padding: 3.7rem 2rem 2.1rem 2rem;
  border-radius: 2rem;
  text-align: center;
}

/* .feature__box--content::before {
  content: "";
  width: 4.8rem;
  height: 2.2rem;
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -2rem;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
} */

.feature__box--content h3 {
  font-size: 2.2rem;
  font-weight: 600;
  width: 80%;
  margin: 0 auto 3.4rem auto;
}

@media (max-width: 991.98px) {
  .feature__box {
    margin-top: 5rem !important;
  }
}

@media (max-width: 575.98px) {
  .feature {
    padding: 10rem 2rem;
  }
}

/********************
video
********************/
.video {
  width: 100%;
  margin: 5rem 0;
}

.video__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video .container {
  position: relative;
}

.video__background {
  margin: 0 auto -13.1rem auto;
  width: auto;
  text-align: center;
}

.video__background img.phone {
  z-index: 10;
  max-width: 856px;
  position: relative;
}

.video__background img:first-child,
.video__background img:last-child {
  position: absolute;
  z-index: 0;
}

.video__background img:first-child {
  bottom: -4rem;
  right: -8rem;
}

.video__background img:last-child {
  bottom: 0;
  left: -4rem;
}

.video__background::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10rem;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  z-index: 5;
  width: 77.6rem;
  height: 77.6rem;
  border-radius: 50%;
  background: #343434;
  background: -webkit-linear-gradient(
    135deg,
    #343434 0%,
    rgb(91 91 91) 50%,
    #343434 100%
  );
  background: linear-gradient(
    -45deg,
    #343434 0%,
    rgb(91 91 91) 50%,
    #343434 100%
  );
  background-size: 200% 200%;
  background-position: right bottom;
  -webkit-animation-name: animateGradient;
  animation-name: animateGradient;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video__play {
  z-index: 100;
}

.video__play > button {
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #1369ec;
  cursor: pointer;
  background: -webkit-linear-gradient(
    135deg,
    #1369ec 0%,
    #65bef4 50%,
    #1369ec 100%
  );
  background: linear-gradient(-45deg, #1369ec 0%, #65bef4 50%, #1369ec 100%);
  background-size: 200% 200%;
  background-position: right bottom;
  position: absolute;
  top: 10rem;
  right: 20%;
  z-index: 20;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: drop-shadow(0px 40px 15px rgba(34, 120, 237, 0.4));
  -webkit-filter: drop-shadow(0px 40px 15px rgba(34, 120, 237, 0.4));
  -moz-filter: drop-shadow(0px 40px 15px rgba(34, 120, 237, 0.4));
}

.video__play > button:hover {
  background-position: left top;
}

.video__play > button i {
  font-size: 6.5rem;
  color: white;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video__play .modal-close {
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  width: 5rem;
  height: 5rem;
  z-index: 50;
}

.video__play .modal-close:hover button {
  background-color: white;
}

.video__play .modal-close:hover button i {
  color: #c274ee;
}

.video__play .modal-close button {
  border: 0;
  background-color: #c274ee;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  outline: 0 !important;
  cursor: pointer;
  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;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 2px solid #c274ee;
}

.video__play .modal-close button i {
  font-size: 2rem;
  color: white;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video__play iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video__play .modal-body {
  padding: 0;
}

.video__play .modal-content {
  height: 30rem;
  padding: 0;
  border: 0;
}

@media (max-width: 991.98px) {
  .video__background::before {
    -webkit-transform: translateX(50%) scale(0.7);
    -ms-transform: translateX(50%) scale(0.7);
    transform: translateX(50%) scale(0.7);
  }

  .video__background .phone {
    width: 100%;
  }

  .video__play > button {
    top: 5rem;
  }
}

@media (max-width: 767.98px) {
  .video__background::before {
    -webkit-transform: translateX(50%) scale(0.7);
    -ms-transform: translateX(50%) scale(0.7);
    transform: translateX(50%) scale(0.7);
    top: 0;
  }

  .video__background .phone {
    max-width: 100% !important;
    height: auto !important;
  }

  .video__play > button {
    width: 12.1rem;
    height: 12.1rem;
  }

  .video__play > button i {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .video__background {
    margin: 0 auto -5rem auto;
  }

  .video__background::before {
    -webkit-transform: translateX(50%) scale(0.5);
    -ms-transform: translateX(50%) scale(0.5);
    transform: translateX(50%) scale(0.5);
    top: -10rem;
  }

  .video__play > button {
    top: 2rem;
    right: 10%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .video__play .modal-close {
    left: 0;
  }
}

/********************
growth
********************/
.growth {
  width: 100%;
}

.growth__wrapper {
  background-color: #f0f7fc;
  padding: 15rem 0;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
}

.growth .section-heading {
  text-align: center;
  margin: 0 auto 5rem auto;
}

.growth__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.growth__box .icon {
  width: 11.9rem;
  height: 11.9rem;
  background: #daecf9;
  background: -webkit-linear-gradient(bottom, #daecf9 0%, white 100%);
  background: linear-gradient(0deg, #daecf9 0%, white 100%);
  border-radius: 50%;
  filter: drop-shadow(0px 30px 20px rgba(42, 129, 238, 0.2));
  -webkit-filter: drop-shadow(0px 30px 20px rgba(42, 129, 238, 0.2));
  -moz-filter: drop-shadow(0px 30px 20px rgba(42, 129, 238, 0.2));
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.growth__box .icon i {
  font-size: 5rem;
  color: #3890f0;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.growth__box .content {
  width: 72%;
  background-color: white;
  position: relative;
  border-radius: 2rem;
  padding: 3.7rem 4rem 2.5rem;
}

.growth__box .content h3 {
  font-size: 2.2rem;
  font-weight: 600;
  width: 80%;
}

.growth__box:hover .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* @media (min-width: 768px) {
  .growth .row > div:nth-child(odd) .growth__box .content::before {
    content: "";
    width: 4.8rem;
    height: 2.2rem;
    background: url(../images/arrow.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: -3.3rem;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
  }
} */

@media (min-width: 992px) {
  .growth .row > div:nth-child(even) .growth__box .icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .growth .row > div:nth-child(even) .growth__box .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* .growth .row > div:nth-child(even) .growth__box .content::after {
    content: "";
    width: 4.8rem;
    height: 2.2rem;
    background: url(../images/arrow.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: -3.3rem;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
  } */
}

.growth .row > div:nth-child(n + 3) {
  margin-top: 3rem;
}

.growth .button__wrapper {
  margin-top: 5rem;
}

.growth .button__wrapper a {
  background: #1369ec;
  background: -webkit-linear-gradient(
    bottom,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #1369ec 51%,
    #65bef4 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #1369ec 51%,
    #65bef4 100%
  );
  background-size: 200% 200%;
  background-position: center bottom;
}

.growth .button__wrapper a:focus,
.growth .button__wrapper a:hover {
  background-color: #c7dffa;
}

.growth .button__wrapper a:hover {
  background-position: center top;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(33, 120, 237, 0.4));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(33, 120, 237, 0.4));
  -moz-filter: drop-shadow(0px 10px 20px rgba(33, 120, 237, 0.4));
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .growth__box .content {
    width: 68%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .growth__wrapper {
    padding: 5rem 2rem;
  }

  .growth__box .content {
    width: 75%;
  }

  .growth .row > div:nth-child(n + 1) {
    margin-top: 5rem;
  }

  /* .growth .row > div:nth-child(even) .growth__box .content::before {
    content: "";
    width: 4.8rem;
    height: 2.2rem;
    background: url(../images/arrow.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: -3.3rem;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
  } */
}

@media (max-width: 767.98px) {
  .growth__wrapper {
    width: calc(100% - 5rem);
    padding: 5rem 2rem;
  }

  .growth__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .growth__box .content {
    width: 100%;
    margin-top: 5rem;
    text-align: center;
  }

  .growth__box .content h3 {
    width: 100%;
  }

  /* .growth__box .content::before {
    content: "";
    width: 4.8rem;
    height: 2.2rem;
    background: url(../images/arrow.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -2rem;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  } */

  .growth .row > div:nth-child(n + 2) {
    margin-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  .growth {
    margin-top: 25px;
  }
}

/********************
step
********************/
.step {
  width: 100%;
  margin: 3rem 0;
}

.step__wrapper {
  margin: 5rem 0;
  background-color: #ede2f4;
  padding: 15rem 0;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
}

.step .section-heading {
  text-align: center;
  margin: 0 auto 5rem auto;
}

.step__box {
  text-align: center;
}

.step__box .image {
  width: 100%;
  filter: drop-shadow(0px 40px 20px rgba(255, 114, 213, 0.2));
  -webkit-filter: drop-shadow(0px 40px 20px rgba(255, 114, 213, 0.2));
  -moz-filter: drop-shadow(0px 40px 20px rgba(255, 114, 213, 0.2));
}

.step__box .image img {
  width: 100%;
  max-width: 100%;
}

.step__box .content {
  margin-top: 4.5rem;
}

.step__box .content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #f41675;
  margin-bottom: 2.5rem;
}

.step__box .content h3 span {
  display: block;
  font-size: 4rem;
  color: #000000;
}

.step__box .content .paragraph {
  width: 94%;
}

.step .button {
  border: 4px solid #343434;
}

.step .button:focus,
.step .button:hover {
  background-color: #343434;
}

.step .button__wrapper {
  margin-top: 3.4rem;
}

.step .button__wrapper {
  margin-top: 5rem;
}

.step .button__wrapper a {
  background: #1369ec;
  background: -webkit-linear-gradient(
    bottom,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #210b3f 51%,
    #343434 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #210b3f 51%,
    #343434 100%
  );
  background-size: 200% 200%;
  background-position: center bottom;
}

.step .button__wrapper a:hover {
  background-position: center top;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(255, 114, 213, 0.2));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(255, 114, 213, 0.2));
  -moz-filter: drop-shadow(0px 10px 20px rgba(255, 114, 213, 0.2));
}

@media (max-width: 991.98px) {
  .step__wrapper {
    padding: 5rem 0;
  }

  .step__box .image img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    width: auto !important;
    max-height: 400px;
    margin: 0 auto;
  }

  .step__box .content {
    margin: 0;
  }

  .step__box .content .paragraph {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .step__wrapper {
    width: calc(100% - 5rem);
    padding: 5rem 2rem;
  }
}

/********************
client
********************/
.clients-sec {
  width: 100%;
  padding: 15rem 0;
}

.clients-sec .section-heading {
  text-align: center;
  margin: 0 auto 5rem auto;
  width: 70%;
}

@media (max-width: 575.98px) {
  .clients-sec .section-heading {
    width: 90%;
  }
}

.clients-sec .testimonial__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 10rem;
}

.clients-sec .testimonial__wrapper .client {
  width: 50%;
}

.clients-sec .testimonial__wrapper .client:nth-child(n + 3) {
  margin-top: 3rem;
}

.clients-sec .testimonial__wrapper .client .image {
  cursor: pointer;
}

.clients-sec .testimonial__wrapper .client .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.clients-sec .testimonial__wrapper .client .testimonial {
  position: absolute;
  top: 0;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  background: #19a5a1;
  background: -webkit-linear-gradient(135deg, #19a5a1 0%, #63e8e4 100%);
  background: linear-gradient(-45deg, #19a5a1 0%, #63e8e4 100%);
  width: 60%;
  height: 100%;
  color: white;
  border-radius: 3rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: drop-shadow(0px 20px 10px rgba(79, 188, 186, 0.4));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(79, 188, 186, 0.4));
  -moz-filter: drop-shadow(0px 20px 10px rgba(79, 188, 186, 0.4));
}

.clients-sec .testimonial__wrapper .client .testimonial h4 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 2.3rem;
}

.clients-sec .testimonial__wrapper .client .testimonial p {
  font-weight: 500;
  font-size: 2.8rem;
}

.clients-sec .testimonial__wrapper .client .testimonial__wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  padding: 0 4.8rem 0;
}

.clients-sec .testimonial__wrapper .client:nth-child(even) .image {
  text-align: left;
}

.clients-sec .testimonial__wrapper .client.active .image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.clients-sec .testimonial__wrapper .client.active .testimonial {
  visibility: visible;
  opacity: 1;
}

.clients-sec .clients {
  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;
}

.clients-sec .clients-slider {
  width: 75%;
  margin-left: 0;
}

.clients-sec .clients-slide {
  text-align: left;
}

.clients-sec .clients-slide a {
  opacity: 0.6;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.clients-sec .clients-slide a:hover,
.clients-sec .clients-slide a:focus {
  opacity: 1;
  outline: 0;
}

.clients-sec .clients__info {
  width: 28%;
}

.clients-sec .clients__info h3 {
  font-weight: 600;
  font-size: 6rem;
  color: #000000;
  margin-bottom: -0.25rem;
}

.clients-sec .clients__info .paragraph {
  font-size: 1.8rem;
}

@media (max-width: 1199.98px) {
  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 55%;
  }

  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 2.4rem;
  }
}

@media (max-width: 991.98px) {
  .clients-sec {
    padding: 5rem 0;
  }

  .clients-sec .testimonial__wrapper .client .testimonial {
    width: 100%;
    height: 40rem;
    top: 24.8rem;
  }

  .clients-sec .testimonial__wrapper .client:nth-child(n + 3) {
    margin-top: 49.8rem;
  }

  .clients-sec .clients {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clients-sec .clients-slider {
    width: 100%;
    margin-top: 5rem;
  }

  .clients-sec .clients-slide {
    text-align: center;
  }

  .clients-sec .clients__info {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .clients-sec {
    padding: 5rem 2rem;
  }

  .clients-sec .testimonial__wrapper .client .testimonial {
    top: 179px;
  }

  .clients-sec .testimonial__wrapper .client .testimonial p {
    font-size: 1.7rem;
  }

  .clients-sec .testimonial__wrapper .client .image img {
    width: 130px;
    height: 130px;
  }
}

/********************
questions
********************/
.questions {
  width: 100%;
}

.questions__wrapper {
  background-color: #fef2f6;
  padding: 15rem 0;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
}

.questions .section-heading {
  width: 50%;
}

.questions .card {
  background-color: transparent;
  border: 0;
  margin-right: 1.2rem;
}

.questions .card .card-header {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  position: relative;
}

.questions .card .card-header h5 {
  font-family: inherit;
}

.questions .card .card-header h5 button {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  line-height: 1.85;
  position: relative;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}

/* .questions .card .card-header h5::before {
  content: "\f056";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2.2rem;
  color: #f41a77;
  position: absolute;
  top: 50%;
  right: -1.2rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
}

.questions .card .card-header h5.hidden::before {
  content: "\f055";
} */

.questions .card .card-body {
  background-color: white;
  border-radius: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 4.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* .questions .card .card-body::before {
  content: "";
  width: 4.8rem;
  height: 2.2rem;
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -2rem;
  right: 5rem;
} */

.questions .card .card-body .paragraph {
  color: #474b4c;
  margin-bottom: 0;
}

.questions-img {
  text-align: left;
  position: relative;
}

.questions-img img {
  z-index: 10;
  position: relative;
  width: 400px;
  filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
  -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.2));
}

.questions-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 75.3rem;
  height: 75.3rem;
  border-radius: 50%;
  top: 50%;
  left: -19rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f2026b;
  background: -webkit-linear-gradient(
    135deg,
    #f2026b 0%,
    #ff8aaf 50%,
    #f2026b 100%
  );
  background: linear-gradient(-45deg, #f2026b 0%, #ff8aaf 50%, #f2026b 100%);
  background-size: 200% 200%;
  background-position: right bottom;
  filter: drop-shadow(0px 5px 40px #f54590);
  -webkit-filter: drop-shadow(0px 5px 40px #f54590);
  -moz-filter: drop-shadow(0px 5px 40px #f54590);
  -webkit-animation-name: animateGradient;
  animation-name: animateGradient;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .questions-img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .questions-img::before {
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
  }
}

.desktop-hidden {
  display: none !important;
}

@media (max-width: 991.98px) {
  .questions-img {
    text-align: center;
    width: 100%;
  }

  .questions-img::before {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    left: 50%;
  }

  .questions .section-heading {
    width: 100%;
  }

  .questions #accordion {
    padding: 0 2rem;
    margin-top: 5rem;
  }

  .mobile-hidden {
    display: none;
  }

  .desktop-hidden {
    display: initial !important;
  }

  .screenshot__info.desktop-hidden {
    display: flex !important;
  }
}

@media (max-width: 767.98px) {
  .header__logo img {
    height: 40px;
  }

  .questions__wrapper {
    width: calc(100% - 5rem);
    padding: 5rem 2rem;
  }

  .questions-img {
    width: 100%;
  }

  .questions-img::before {
    -webkit-transform: translate(-50%, -50%) scale(0.65);
    -ms-transform: translate(-50%, -50%) scale(0.65);
    transform: translate(-50%, -50%) scale(0.65);
  }
}

@media (max-width: 575.98px) {
  .questions #accordion {
    padding: 0 1rem;
  }

  .questions .card-header {
    width: 100%;
    font-size: 1.2rem;
  }

  .questions .card-header h5 {
    width: 100%;
    font-size: 1.2rem;
  }

  .questions .card-header h5 button {
    width: 100%;
    text-align: right;
    white-space: normal;
    font-size: 1.8rem !important;
  }

  .questions-img img {
    width: 50%;
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .questions-img::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 90%;
    height: auto;
    padding-bottom: 90%;
  }
}

/********************
pricing
********************/
.pricing {
  width: 100%;
}

.pricing__wrapper {
  width: 100%;
  padding: 15rem 0;
}

.pricing .section-heading {
  text-align: center;
  margin: 0 auto 5rem auto;
  width: 50%;
}

.pricing__single {
  padding: 4.5rem 0 2.3rem 0;
  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;
  border-radius: 3rem;
}

.pricing__single .icon {
  width: 13.8rem;
  height: 13.8rem;
  background-color: white;
  border-radius: 50%;
  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;
}

.pricing__single .icon i {
  font-size: 6rem;
}

.pricing__single .row > div > a {
  display: block;
  width: 100%;
}

.pricing__single h4 {
  font-size: 2rem;
  font-weight: 600;
  color: white;
  margin-top: 2.4rem;
}

.pricing__single h3 {
  font-size: 6rem;
  font-weight: 500;
  color: white;
  margin-top: -0.4rem;
  font-family: inherit;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing__single h3 {
    font-size: 5.5rem;
  }
}

@media (max-width: 575.98px) {
  .pricing__single h3 {
    font-size: 5rem;
  }

  .screenshot-slide img {
    max-height: 400px !important;
    width: auto !important;
  }
}

.pricing__single h6 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
  font-family: inherit;
}

.pricing__single .list {
  background-color: white;
  position: relative;
  padding: 3.7rem 2rem 2.1rem 2rem;
  border-radius: 2rem;
  width: 97%;
  margin-top: 4.3rem;
}

.pricing__single .list::before {
  content: "";
  width: 4.8rem;
  height: 2.2rem;
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -2rem;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.pricing__single .list ul {
  font-size: 1.6rem;
  line-height: 4rem;
  color: #666b6d;
  width: 100%;
  padding-right: 5.3rem;
}

.pricing__single .list ul li {
  position: relative;
}

.pricing__single .list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: -2.2rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
}

.pricing__single .list ul li.not-included::before {
  content: "\f00d";
}

.pricing__single .button {
  border: 4px solid transparent;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 1.8rem;
  color: white;
}

.pricing__single .button:hover,
.pricing__single .button:focus {
  background-color: transparent;
  color: white;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing__single-1 {
  background: #343434;
  background: -webkit-linear-gradient(135deg, #343434 0%, rgb(91 91 91) 100%);
  background: linear-gradient(-45deg, #343434 0%, rgb(91 91 91) 100%);
  filter: drop-shadow(0px 20px 10px rgba(147, 65, 212, 0.4));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(147, 65, 212, 0.4));
  -moz-filter: drop-shadow(0px 20px 10px rgba(147, 65, 212, 0.4));
}

.pricing__single-1 .icon i {
  color: #c67af1;
}

.pricing__single-1 h6 {
  color: #f0d6fd;
}

.pricing__single-1 .list ul li::before {
  color: #c67af1;
}

.pricing__single-2 {
  background: #1369ec;
  background: -webkit-linear-gradient(135deg, #1369ec 0%, #65bef4 100%);
  background: linear-gradient(-45deg, #1369ec 0%, #65bef4 100%);
  filter: drop-shadow(0px 20px 10px rgba(33, 120, 237, 0.4));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(33, 120, 237, 0.4));
  -moz-filter: drop-shadow(0px 20px 10px rgba(33, 120, 237, 0.4));
}

.pricing__single-2 .icon i {
  color: #3890f0;
}

.pricing__single-2 h6 {
  color: #bcddf5;
}

.pricing__single-2 .list ul li::before {
  color: #3890f0;
}

.pricing__single-3 {
  background: #19a5a1;
  background: -webkit-linear-gradient(135deg, #19a5a1 0%, #63e8e4 100%);
  background: linear-gradient(-45deg, #19a5a1 0%, #63e8e4 100%);
  filter: drop-shadow(0px 20px 10px rgba(79, 188, 186, 0.4));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(79, 188, 186, 0.4));
  -moz-filter: drop-shadow(0px 20px 10px rgba(79, 188, 186, 0.4));
}

.pricing__single-3 .icon i {
  color: #2db7b3;
}

.pricing__single-3 h6 {
  color: #c9f7f6;
}

.pricing__single-3 .list ul li::before {
  color: #2db7b3;
}

@media (max-width: 991.98px) {
  .pricing .section-heading {
    width: 90%;
    margin-bottom: 5rem;
  }

  .pricing__wrapper {
    padding: 5rem 2rem;
  }

  .pricing .row > div:nth-child(n + 2) {
    margin-top: 5rem;
  }
}

/********************
screenshot
********************/
.screenshot {
  width: 100%;
}

.screenshot__wrapper {
  background-color: #f0f7fc;
  margin: 0 auto;
  overflow: visible;
  padding: 15rem 0;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
}

.screenshot-slider {
  width: 100%;
  margin-top: 9.8rem;
  overflow: visible !important;
}

.screenshot-slide {
  text-align: center;
  opacity: 0.4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.4));
  -webkit-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.4));
  -moz-filter: drop-shadow(0px 20px 10px rgba(75, 80, 84, 0.4));
  max-width: 100%;
}

.screenshot-slide img {
  max-width: 100%;
}

.screenshot .swiper-slide-active {
  opacity: 1;
}

.screenshot__info {
  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;
}

.screenshot-nav-prev,
.screenshot-nav-next {
  display: inline-block;
  cursor: pointer;
}

.screenshot-nav-prev i,
.screenshot-nav-next i {
  font-size: 5rem;
  color: #8e9a9d;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.screenshot-nav-prev:hover i,
.screenshot-nav-next:hover i {
  color: #ff0087;
}

.screenshot-nav-prev:focus,
.screenshot-nav-next:focus {
  outline: 0;
}

.screenshot-nav-next {
  margin-right: 4rem;
}

@media (max-width: 991.98px) {
  .screenshot__wrapper {
    width: calc(100% - 5rem);
    padding: 5rem 0;
  }

  .screenshot__info {
    -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;
  }

  .screenshot-slide {
    text-align: center;
  }

  .screenshot-slide a {
    margin: 0 auto;
  }

  .screenshot-slider {
    margin-right: 0;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
  }
}

/********************
related blog
********************/
.related-blog .section-heading {
  text-align: center;
  margin: 0 auto 5rem auto;
  width: 35%;
}

.related-blog .button {
  margin: 10rem auto 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-blog .button {
  border: 4px solid #ffdbe8;
}

.related-blog .button i {
  color: #f2046c;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.related-blog .button:focus,
.related-blog .button:hover {
  background-color: #ffdbe8;
}

.related-blog .button:hover i {
  color: white;
}

@media (max-width: 991.98px) {
  .related-blog .section-heading {
    width: 90%;
  }
}

/********************
newsletter
********************/
.newsletter {
  width: 100%;
}

.newsletter__wrapper {
  width: calc(100% - 10rem);
  margin: 0 auto;
  position: relative;
  padding: 1.5rem 0 0 0;
}

.newsletter__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 82%;
  background-color: #fef2f6;
  border-radius: 3rem;
}

.newsletter__info {
  position: relative;
  bottom: -4.6rem;
}

.newsletter__info .section-heading {
  width: 100%;
}

.newsletter__info--field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

.newsletter__info button {
  width: 23.1rem;
  max-width: 100%;
  margin-right: 1rem;
  background: #f2026b;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: white;
  background: -webkit-linear-gradient(
    bottom,
    #f2026b 0%,
    #ff8aaf 50%,
    #f2026b 100%
  );
  background: linear-gradient(0deg, #f2026b 0%, #ff8aaf 50%, #f2026b 100%);
  border: none;
  background-size: 200% 200%;
  background-position: bottom;
  filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 10px 10px rgba(245, 69, 144, 0.4));
  cursor: pointer;
}

.newsletter__info button:hover {
  background-position: top;
}

.newsletter__img {
  text-align: left;
  position: relative;
}

.newsletter__img img {
  z-index: 10;
  position: relative;
}

.newsletter__img::before {
  content: "";
  width: 63.6rem;
  height: 36.7rem;
  background: url(../images/newsletter-texture.png) no-repeat;
  background-size: cover;
  background-position: right;
  display: block;
  position: absolute;
  bottom: 0;
  left: -15rem;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .newsletter {
    margin-top: 5rem;
  }

  .newsletter__wrapper {
    width: calc(100% - 5rem);
    background-color: #fef2f6;
    border-radius: 3rem;
    padding: 5rem 2rem 0 2rem;
    overflow: hidden;
  }

  .newsletter__wrapper::before {
    display: none;
  }

  .newsletter__img {
    text-align: center;
    margin-top: 2rem;
  }

  .newsletter__img img {
    max-width: 100%;
  }

  .newsletter__img::before {
    left: initial;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .newsletter__info {
    position: static;
    bottom: initial;
  }

  .newsletter__info--field {
    -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;
  }

  .newsletter__info button {
    margin: 2rem auto 0 auto;
    width: 33rem;
  }
}

.input-field {
  width: 33rem;
  max-width: 100%;
  height: 6.5rem;
  border: 4px solid #ffdbe8;
  border-radius: 10rem;
  padding: 0 3rem 0 2rem;
  font-size: 1.6rem;
  color: #666b6d;
}

.input-field::-webkit-input-placeholder {
  color: #666b6d;
}

.input-field::-moz-placeholder {
  color: #666b6d;
}

.input-field:-ms-input-placeholder {
  color: #666b6d;
}

.input-field:-moz-placeholder {
  color: #666b6d;
}

.input-field:focus {
  outline: 0;
  border: 4px solid #fe7fa9;
}

.newsletter-2 .newsletter__wrapper {
  overflow: visible;
}

.newsletter-2 .newsletter__wrapper::before {
  height: 90% !important;
}

.newsletter-2 .container {
  overflow: visible;
}

.newsletter-2 .row > div {
  overflow: visible;
}

.newsletter-2 .section-heading {
  width: 90%;
  margin-bottom: 3rem;
}

.newsletter-2 .comment_form {
  z-index: 50;
  position: relative;
}

.newsletter-2 .newsletter__img {
  position: relative;
  left: -5rem;
}

.newsletter-2 .newsletter__img img {
  width: auto;
  height: auto;
}

.newsletter-2 .newsletter__img::before {
  width: 66rem;
  height: 40rem;
}

@media (max-width: 991.98px) {
  .newsletter-2 .newsletter__wrapper {
    padding: 5rem 2rem 0 2rem;
    overflow: hidden;
  }

  .newsletter-2 .newsletter__wrapper::before {
    height: 100%;
  }

  .newsletter-2 .newsletter__img {
    position: static;
    left: initial;
    text-align: center;
  }
}

/********************
footer
********************/
.footer {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.footer__wrapper {
  padding: 15rem 0;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #f0f7fc;
}

.footer__info--logo {
  margin-bottom: 5.6rem;
}

.footer__info--content .paragraph {
  width: 76%;
  margin-bottom: 3rem;
}

.footer__list ul li:first-child {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
  line-height: 1.75;
  color: #000000;
  margin-bottom: 5.6rem;
}

.footer__list ul li:nth-child(n + 2) {
  margin-bottom: 1.7rem;
}

.footer__list ul li a {
  font-size: 1.6rem;
  color: #707577;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.footer__list ul li a:hover {
  color: #000000;
}

.footer__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .download-buttons {
  margin-left: 5.7rem;
}

.footer .download-buttons h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5.9rem;
}

.footer .download-buttons a:last-child {
  margin-top: 1rem;
}

.footer__copy {
  margin-top: 1.8rem;
}

.footer__copy h6 {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: inherit;
  line-height: 4rem;
  color: #707577;
}

@media (max-width: 991.98px) {
  .footer__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__wrapper {
    width: calc(100% - 5rem);
    text-align: center;
    padding: 10rem 0 5rem 0;
  }

  .footer__info--content .paragraph {
    margin: 0 auto 3rem auto;
  }

  .footer__list {
    margin-top: 3rem;
  }

  .footer__list ul li:first-child {
    margin-bottom: 3rem;
  }

  .footer .download-buttons {
    margin-left: 0;
  }

  .footer .download-buttons h5 {
    margin-bottom: 3rem;
  }

  .footer .download-buttons a {
    margin: 0 auto;
    text-align: right;
  }

  .footer__copy {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }
}

.bazar {
  width: 30px;
  height: 30px;
}

.imgRoshd {
  width: 400px !important;
}

.scImg {
  width: 400px !important;
}

.color-white {
  color: white;
}

.social ul li.phone {
  background: #0d6dac;
  background: -webkit-linear-gradient(
    bottom,
    #0e6faf 0%,
    #78b0d4 50%,
    #0d6dac 100%
  );
  background: linear-gradient(0deg, #0d6cab 0%, #0f72b38f 50%, #0e6fb0 100%);
  filter: drop-shadow(0px 5px 5px rgba(195, 200, 247, 0.4));
  -webkit-filter: drop-shadow(0px 5px 5px rgba(187, 191, 241, 0.4));
  -moz-filter: drop-shadow(0px 5px 5px rgba(171, 182, 241, 0.4));
}
.enamad img {
  width: 100px;
}

.center__card {
  background-color: #f0f7fc;
  border-radius: 2rem;
  padding: 2rem;
  transition: all 0.25s ease;
}

.center__card:hover {
  filter: drop-shadow(0px 10px 20px rgba(33, 120, 237, 0.2));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(33, 120, 237, 0.2));
  -moz-filter: drop-shadow(0px 10px 20px rgba(33, 120, 237, 0.2));
}

.center__card-img img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1.75rem;
  object-fit: cover;
}

.center__card-info {
  margin-top: 2rem;
}

.center__card-title a {
  color: #212529 !important;
}

.center__card-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

.center__card-category {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #f04a92 0%, #ff8aaf 50%, #f04a92 100%);
  background-position: bottom;
  border: none;
  background-size: 200% 200%;
  background-position: bottom;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  transition: all 0.25s ease;
}

.center__card-category:hover {
  background-position: top;
  color: white;
}

.center__content .row {
  row-gap: 3rem;
}

.center__section {
  margin-block: 15rem;
}

.center__section .section-heading {
  width: 100%;
  margin-bottom: 4rem;
}

.center__section .button {
  margin: 4rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center__section .button {
  border: 4px solid #ffdbe8;
  background: #1369ec;
  background: -webkit-linear-gradient(
    bottom,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #f2026b 51%,
    #ff8aaf 100%
  );
  background-size: 200% 200%;
  background-position: center bottom;
}

.center__section .button i {
  color: #f2046c;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.center__section .button:focus,
.center__section .button:hover {
  background-color: #ffdbe8;
}

.center__section .button:hover i {
  color: white;
}

.center__section .button:hover {
  background-position: center top;
  border: none;
  filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
  -moz-filter: drop-shadow(0px 10px 20px rgba(245, 69, 144, 0.4));
}

.center__details-content {
  background-color: white;
  margin-block: 6rem;
  font-size: 1.5rem;
  padding: 0 2rem;
}

.center__details-content * {
  line-height: 1.75 !important;
}

.center__details-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.center__details-social ul li {
  margin: 0 !important;
  width: 3.5rem;
  height: 3.5rem;
}

.center__details-social ul li a {
  color: white !important;
  font-size: 1.75rem !important;
  text-align: center !important;
}

.center__details-social ul li a i {
  margin: auto !important;
}

.center__details-content .nav-tabs {
  justify-content: center;
  border-bottom: 2px solid #f0f7fc;
}

@media (max-width: 576px) {
  .center__details-content .nav-tabs {
    flex-direction: column;
  }

  .center__details-content .nav-tabs .nav-link {
    width: 100%;
  }
}

.center__details-content .nav-tabs .nav-link {
  border: none;
  padding: 1rem 2rem;
  outline: none;
  background-color: #f0f7fc;
  color: #666b6d;
}

.center__details-content .nav-tabs .nav-link.active {
  color: white;
  background: linear-gradient(
    0deg,
    rgba(19, 105, 236, 0) 0%,
    rgba(255, 177, 107, 0) 50%,
    #1369ec 51%,
    #65bef4 100%
  );
  background-size: 200% 200%;
  background-position: center top;
}

.grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.grid-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
  border-radius: 1rem;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.center__details-image img {
  border-radius: 1rem;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: block;
  margin-bottom: 2rem;
}

.center__details-address {
  padding: 2rem;
  background-color: #f0f7fc;
  border-radius: 1rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.center__details-address-item {
  display: flex;
  flex-direction: column;
}

.center__details-address-item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.center__details-address-item-header i {
  font-size: 2rem;
}

.center__details-address-item-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem 2rem;
  border: none !important;
  outline: none !important;
  color: #666b6d;
  font-size: 1.5rem;
  transition: all 0.25s ease;
}

.center__details-address-item-button:hover {
  color: #212529;
}

.center__details-address-item-button:hover i {
  color: #212529;
}

.modal-content {
  border-radius: 16px;
}

.modal-header button {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  color: #666b6d !important;
}

.center__details-location-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-block: 2rem;
}

.center__details-location-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #666b6d;
  transition: all 0.25s ease;
}

.center__details-location-item:hover {
  color: #212529;
}

.center__details-location-item img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}

.container-image {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
  background-color: transparent;
}
