.media-caption {
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin: 15px auto;
  font-size: 1.125rem;
  text-align: left;
}

.iconz-box {
  position: absolute;
  z-index: 10;
  top: 8px;
  right: -5px;
}
i.iconz {
  display: table-cell;
  height: 2em;
  width: 2em;
}
i.icoonz {
  display: table-cell;
  height: 1em;
  width: 1em;
}
/* for video */
.icon-videoz {
  background: url(All-Images/page-icons/video-thumbs.svg) no-repeat center;
}
/* for photo */
.icon-photoz {
  background: url(All-Images/page-icons/photo-thumbs.svg) no-repeat center;
}
/* for downloadz button */
.icon-downloadz {
  background: url(All-Images/page-icons/downloadz_button.svg) no-repeat center;
}
/* for rotate icon */
.icon-rotated {
  background: url(All-Images/page-icons/rotate-left-solid.svg) no-repeat center;
}

#network-alert {
  display: none;
  position: fixed;
  bottom: -100px;
  /* hidden initially */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(253 255 202);
  color: #000000;
  padding: 12px 20px;
  margin: 0px auto;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 400px) {
  #network-alert {
    font-size: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#network-alert.show {
  bottom: 30px;
  opacity: 1;
}

.input-error {
  border: 2px solid #ff4444 !important;
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  20%,
  60% {
    transform: translateX(-5px);
  }

  40%,
  80% {
    transform: translateX(5px);
  }
}

.error-message {
  display: none;
  max-width: 750px;
  width: 95%;
  text-align: center;
  font-size: 20px;
  color: #000000;
  padding: 14px;
  margin: 6px auto;
  background: rgb(253 255 202);
  border-radius: 6px;
}
*,
.input {
  font-weight: 400;
}
.logo,
nav {
  justify-content: space-between;
  align-items: center;
}
.header__lang,
.logo {
  position: relative;
}
#faq-a,
*,
.For-Google-adsence,
.contact a,
.header__lang-menu a,
.logo span,
ul {
  text-decoration: none;
}
.guide-button {
  color: #000;
  font-size: 15px !important;
  font-weight: 500 !important;
  margin: 0px 5px !important;
}
.guide-button:hover {
  background-color: #156eff;
  color: #ffff;
  cursor: pointer;
}
#loading-text {
  margin: 0px 10px;
  padding: 0px 10px;
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}
p {
  color: #000000;
  font-weight: 400 !important;
  font-style: normal;
}
body {
  background-color: #fff !important;
}
ol {
  gap: 20px;
}
.service-item:nth-child(2) .service-content {
  order: -2;
}
.how-to__separator_count-2 {
  border-radius: 0;
}
.how-to__separator_count-2 span {
  top: 40px;
}
.service-item:nth-child(2) .how-to__separator {
  order: -1;
}
.service-item:not(.service-item:first-child) img {
  padding-top: 32px;
}
.service-item:not(.service-item:first-child) .service-content {
  padding-top: 45px;
}
ul {
  list-style: none;
}
div {
  display: block;
  unicode-bidi: isolate;
}
.header__lang,
.logo,
nav {
  display: flex;
}
nav {
  height: 70px;
  max-width: 1100px;
  padding: 10px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  nav {
    justify-content: space-between;
  }
}
.logo {
  justify-content: center;
  display: flex;
}
.logo span {
  color: #000;
  position: absolute;
  top: 40px;
}
.s-logo {
  height: 35px;
  width: 35px;
}
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
.header__lang-button img,
img {
  height: 24px;
  width: 36px;
}

.guide-button,
.header__lang-button {
  align-items: center;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  background: #f5f2f2;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 12px 8px 12px 12px;
  align-items: center;
}
.header__lang-menu {
  background: #ffff;
  border-radius: 2px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  display: none;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 8px 14px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 446px;
  z-index: 999999;
}
@media (max-width: 768px) {
  .service-item:nth-of-type(2n) .how-to__separator {
    grid-column: 1;
    grid-row: 1;
  }
  .header__lang-menu {
    width: auto;
  }
  .pageTunerWrapper {
    margin: auto;
    width: 95%;
  }
}
@media (max-width: 400px) {
  .guide-button,
  .header__lang-button {
    font-size: 15px;
  }
  .header__lang-menu {
    width: 100vw;
  }
}
.header__lang-menu_active {
  display: grid;
}
.header__lang-menu a,
.header__lang-menu div {
  align-items: center;
  border-radius: 4px;
  color: #000;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  line-height: 24px;
  padding: 6px 14px;
  width: 100%;
}
.header__lang-menu a:hover {
  background-color: #eeeaef;
  color: #808080;
}
.pageTunerWrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px;
}
.pageTunerWrapper__items {
  background: #eeebeb2f;
  display: flex;
}
.pageTunerWrapper__item {
  padding: 5px 0;
}
.pageTunerWrapper__item:hover {
  opacity: 0.5;
}
@media (max-width: 420px) {
  .pageTunerWrapper__item img {
    height: 18px;
  }
}
.pageTunerWrapper__item a,
.pageTunerWrapper__item p {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 6px 20px;
  text-decoration: none;
  transition: 1s;
}
@media (max-width: 768px) {
  .pageTunerWrapper__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    width: 100%;
  }
  .pageTunerWrapper__item a,
  .pageTunerWrapper__item p {
    justify-content: center;
    margin: 0 auto;
    padding: 5px;
  }
  .pageTunerWrapper__item a span,
  .pageTunerWrapper__item p span {
    display: none;
  }
}
.pageTunerWrapper img,
.pageTunerWrapper__item a span,
.pageTunerWrapper__item p span {
  color: #fff;
}
.pageTunerWrapper__item:not(:first-child) {
  border-left: 1px solid #fff;
}
body:dir(rtl) .pageTunerWrapper__item:not(:first-child) {
  border-left: none;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}
.from-block-title {
  text-align: center;
  gap: 10px;
  color: #fff;
}
.from-block-title h1 {
  font-weight: 400;
  font-size: 38px;
  margin: 20px 0;
  font-style: normal;
  line-height: 28px;
}
@media screen and (max-width: 540px) {
  .from-block-title h1 {
    font-size: 26px;
  }
}
.from-block-title p {
  margin: 20px 0;
}
.main-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr max-content;
  margin: 15px auto;
  max-width: 720px;
  padding: 6px;
}
.main-class {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr max-content;
}
.input-label {
  display: flex;
  width: 100%;
}
.input {
  border: none;
  color: #000;
  font-size: 18px;
  line-height: normal;
  padding: 0 14px;
  width: 100%;
}
.buttons button,
.download-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.buttons {
  display: flex;
}
.buttons button {
  align-items: center;
  background: #f3f4f6;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  color: var(--color-black);
  display: flex;
  gap: 4px;
  justify-items: center;
  padding: 18px 12px;
}
.download-button {
  background: #ee0505;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}
.For-Google-adsence,
.service-header {
  font-weight: 500;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .buttons button:hover {
    background: rgba(243, 244, 246, 0.6);
  }
}
#form-empty-alert {
  display: none;
  text-align: center;
  color: #000;
  width: 45%;
  margin: auto;
  border: 2px solid #970000;
  padding: 15px 0;
  border-radius: 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.main-backgrounds {
  background: linear-gradient(250deg, #02c2fe, #db00ff 93.98%);
  padding-bottom: 150px;
  width: 100%;
}
.For-Google-adsence {
  width: 100%;
}
.service-head {
  margin: 0 auto 42px;
  text-align: center;
}
.service-header {
  font-size: 38px;
  margin: 50px auto 20px;
  color: #181818;
}
@media screen and (max-width: 800px) {
  .service-header {
    font-size: 35px;
  }
}
.benefits,
.features,
.how-to {
  margin: 90px auto 0px;
  max-width: 984px;
  padding: 0 20px;
}
.service-item {
  display: flex;
  gap: 42px;
}
.service-item img {
  flex: 1;
  height: auto;
}
.how-to__separator_count-1 {
  border-radius: 30px 30px 0 0;
}
.service-span {
  background: #6228d738;
  position: relative;
  width: 4px;
}
.service-span span {
  align-items: center;
  background: #000000;
  border-radius: 100%;
  color: #fff;
  display: grid;
  font-size: 20px;
  font-weight: 900;
  height: 32px;
  justify-items: center;
  left: 50%;
  line-height: 28px;
  position: absolute;
  top: 15px;
  transform: translate(-50%);
  width: 32px;
}
.main-footer-container {
  background: #f5f5f5;
}
.features__list-item img {
  width: 100%;
  height: auto;
  padding: 0px 60px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
}
.footer-logo {
  margin: 10px 0px;
}
.service-content,
.service-item {
  flex: 1;
}
.service-content h3 {
  color: #ee2a7b;
  font-size: 26px;
  font-weight: 500;
  margin: 11px auto;
}
.service-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
}
.icon_cover {
  height: 50px;
  width: 50px;
  border-radius: 8px;
}
.benefits__list,
.features__list {
  display: grid;
  margin: 0;
  list-style: none;
}
.features__list {
  gap: 32px 24px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
@media (max-width: 768px) {
  .main-form {
    margin: 0px 16px;
    box-shadow: none;
    gap: 2px;
    grid-template-columns: 1fr;
  }

  .main-class {
    background: #fff;
    border-radius: 8px;
  }
  .input {
    border-radius: 8px 0 0 8px;
  }
  .buttons button {
    border-radius: 0 8px 8px 0;
  }
  .download-button {
    padding: 14px 20px;
  }
  body:dir(rtl) .search-form__clipboard button {
    border-radius: 8px 0 0 8px;
  }
  body:dir(rtl) .search-form__input {
    border-radius: 0 8px 8px 0;
  }
  #form-empty-alert {
    width: 100%;
  }
  .features,
  .how-to {
    margin: 42px auto;
  }
  .main-service {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  .service-item {
    gap: 20px;
    margin: 0px 16px;
    grid-template-columns: 1fr;
    display: grid;
  }
  .service-item img {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    padding-top: 14px;
    width: 100%;
  }
  .service-span span {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .service-content h3 {
    margin: 0 auto 16px;
  }
  .service-item:not(.service-item:first-child) .service-content {
    padding-top: inherit;
  }
  .features__list {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .error-message {
    border: none;
  }
}
@media (max-width: 500px) {
  .pageTunerWrapper__item a,
  .pageTunerWrapper__item p {
    justify-content: center;
    margin: 0 auto;
    padding: 6px;
  }
  .features__list {
    grid-template-columns: 1fr;
  }
  .error-message {
    font-size: 17px;
    border: none;
  }
  .buttons button {
    padding: 10px 10px;
  }
  .download-button {
    padding: 9px 20px;
  }
}
.features__list-item {
  background: #ffffff;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 22px 20px 4px;
  overflow: hidden;
  border-radius: 12px;
}
.features__list-content {
  padding: 16px 12px 20px 18px;
}
.features__list-content h3 {
  color: #ee2a7b;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 auto 10px;
}
.features__list-content p {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
}
.benefits h2 {
  color: #181818;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin: 30px 0px 10px;
  text-align: left;
}
.benefits p {
  color: var(--color-black);
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  margin: 12px auto 15px;
}
.benefits__list {
  gap: 42px 192px;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.benefits__list li {
  max-width: 396px;
}
.benefits__list h3 {
  color: #ee2a7b;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 18px auto 16px;
}
.benefits__list p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .benefits h2 {
    font-size: 30px;
    line-height: 34px;
    padding: 0px 10px;
  }
  .benefits__list {
    gap: 42px;
  }
  .benefits__list h3 {
    margin: 14px auto 12px;
  }
  .benefits p {
    margin: 20px auto;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 500px) {
  .benefits__list {
    grid-template-columns: 1fr;
  }
}
.accordion-item {
  background: #f5f5f5 !important;
  border: none !important;
  outline: 0;
  margin-top: 10px;
  border-radius: 10px;
}
.accordion-button {
  background: #f5f5f5 !important;
  border-radius: 10px;
}
.accordion-button h3 {
  font-size: 18px;
}
.accordion-body {
  background: #f5f5f5;
  border: 0;
}
.footer-nav h1 img,
.footer-nav img {
  height: 50px;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.footer-links ul li {
  list-style: none;
  font-size: 20px;
  margin: 12px 0px;
}
.footer-links ul li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  width: 100%;
  display: block;
}
.footer-links ul a:hover {
  text-decoration: underline;
  text-shadow: 5px 5px 5px #888888;
}
.footer-nav h1 {
  text-align: center;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000000;
  text-align: center;
  width: 100%;
  padding: 30px 0px;
}
.footer-copyright p {
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.footer-copyright a {
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 618px) {
  .footer-links {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 895px) {
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 810px) {
  .footer {
    width: 100%;
  }

  .footer-nav {
    height: auto;
  }
}
.For-Google-adsence {
  margin-top: 30px;
}
.footer-logo {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
@media screen and (max-width: 550px) {
  .service-header {
    font-size: 24px;
  }
  .contact {
    flex-direction: column;
    display: block;
  }
}
.wrapper {
  width: 100%;
}
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.button-download-others {
  font-size: 1.125rem;
  text-align: center;
  display: block;
  background-color: #005ff6;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  margin: 30px 0px;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  /* height: auto; */
}

img.lazy.loaded {
  opacity: 1;
}

.hidden {
  display: none !important;
}

.active {
  display: block !important;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 5px;
  color: #000;
  /* padding-inline: 10px 50px; */
}
.blog-footer-1 div {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  background: linear-gradient(
    256deg,
    #02c2fe,
    rgba(255, 0, 0, 0.8),
    #db00ff 93.98%
  );
  background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
}
.gap-20{
  margin: 20px 0px;
}
.gap-10{
  margin: 10px 0px;
}
.blog ul li{
  margin: 10px;
  list-style: square;
  font-weight: 500 !important;
}
.blog ol li{
  margin: 10px;
  font-weight: 500 !important;
}
.blog__header{
  margin: 35px 0px;
}
.blog h2{
  font-weight: normal;
  font-style: normal;
}
.flex div {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  background: linear-gradient(2560deg, #02c2fe, #db00ff 93.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .flex div:hover{
  background: linear-gradient(415deg ,#ee2a7b, #db00ff,#02c2fe 93.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.footer-nav p {
  text-align: center;
  padding: 10px 0px;
}
.paragraph-1 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  margin: 10px 0px;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .paragraph-1 {
    font-size: 15px;
    margin: 10px 10px;
  }
}
.menu-icon {
  cursor: pointer;
  padding: 10px;
  /* position: absolute; */
  left: 20px;
  top: 20px;
  z-index: 2;
  display: none; /* Hide menu icon by default */
}

.menu-icon span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
  border-radius: 2px;
}

.dropdown-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  z-index: 1;
}

.dropdown-ul a {
  padding: 10px;
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}

.dropdown-ul a {
  text-decoration: none;
  color: #000000;
}
.dropdown-ul a:hover {
  color: #6228d7;
}



#dropdown.opens {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 780px) {
  .menu-icon {
    display: none;
  }
  .dropdown-ul {
    display: block;
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 780px) {
  .menu-icon {
    display: inline;
  }
  .dropdown-ul {
    background: whitesmoke;
    top: 63px;
    width: 100%;
    display: grid;
    text-align: center;
    left: 0px;
  }
}

/*  */
/*  */
.blog {
  margin: 90px auto;
  max-width: 984px;
  padding: 0 20px;
}
.blog p{
  font-size: 16px;
  font-weight: 400 !important;
  font-style: normal;
}
.blog-inputt {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-inputt input {
  width: 100%;
  height: 50px;
  background: #f1f0f0;
  border: none;
  border-radius: 5px;
  padding: 14px 13px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.blog-container {
  margin: 50px 0px;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-evenly;
}
.blog-container a {
  text-decoration: none;
  color: #6228d7;
}

@media screen and (max-width: 450px) {
  .blog {
    max-width: 100%;
  }
  .blog-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .blog-inputt,
  input {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 280px) {
  .blog-container {
    grid-template-columns: 1fr;
  }
}
.blog-i {
  display: grid;
  text-align: center;
  width: auto;
  height: auto;
}
.blog-items {
  height: 50px;
  margin: auto;
  width: 50px;
  border-radius: 50%;
  background: #6228d7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-items:hover {
  background: #9090ff;
  color: #9090ff;
}
.blog-items i {
  padding: 15px;
}
.blog-anchors {
  width: 100%;
}
.guide-page{
  color: #005ff6;
}
.android {
  background: url(./All-Images/blog-icons/android-brands-solid.svg) center
    no-repeat;
}
.social-media {
  background: url(./All-Images/blog-icons/share-nodes-solid.svg) center
    no-repeat;
}
.technology {
  background: url(./All-Images/blog-icons/lightbulb-regular.svg) center
    no-repeat;
}
.tools {
  background: url(./All-Images/blog-icons/mobile-solid.svg) center no-repeat;
}
/*  */
.blog-images-container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  .blog-images-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 650px) {
  .blog-images-container {
    grid-template-columns: 1fr;
  }
  .bm-item {
    margin: auto;
  }
}
@media screen and (max-width: 450px) {
  .bm-item {
    height: 300px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 400px) {
  .bm-item {
    height: 230px !important;
  }
}
.bm-item {
  width: 300px;
  height: 230px;
  background: inherit;
  border: 2px solid #ece6e6;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bm-item img {
  padding: 5px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  text-align: center;
}
.bm-item .bm-p {
  /* width: 100%; */
  /* height: auto;/ */
  padding: 0px 5px;
  text-align: center;
}
.bm-item .bm-p a {
  text-align: center !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.bm-item .bm-p a:hover {
  color: #6228d7;
  text-decoration: underline;
}
/*  */

.main-blog {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  margin: 50px 0px;
  gap: 33px;
}
.blog__item {
  width: 100%;
  height: auto;
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 33.35) 0px 1px 3px;
}
@media screen and (max-width: 700px) {
  .blog__item-left {
    flex-direction: column;
  }
  .blog__item-right {
    padding: 10px;
  }
}
.blog__item-left {
  padding: 20px;
  display: flex;
}
.blog__item-left p {
  color: #000;
}
@media screen and (max-width: 410px) {
  .footer-links ul li a {
    font-size: 17px;
  }
}

.blog__item-left a {
  text-decoration: none;
  color: #000;
}
.blog__item-left h2 {
  font-size: 22px;
}
.blog__item-left a:hover {
  text-decoration: underline;
  color: #6228d7;
}
.ative {
  color: #000000;
  background: #02c2fe !important;
}
.blog__item-right {
  height: auto;
  width: 100%;
}
.blog__item-right img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  padding-right: 5px;
}
.num-container {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 50px auto;
  display: grid;
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.num-container a {
  color: #000;
  text-decoration: none;
}

.num-container li {
  height: 45px;
  width: 45px;
  border-radius: 5px;
  background: #f2eded;
  margin: auto;
  text-align: center;
  padding-top: 11px;
  cursor: pointer;
  list-style: none;
}
.num-container li:hover {
  background: #02c2fe;
  color: #000;
}
@media screen and (max-width: 400px) {
  .num-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 250px) {
  .num-container {
    grid-template-columns: 1fr 1fr;
  }
}
.page-header {
  margin: 50px 0px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 33.35) 0px 1px 3px;
  height: auto;
  column-rule-color: #000;
  border-radius: 10px;
}
.page-header h1 {
  padding: 15px;
  color: #6228d7;
}
.page-header p {
  color: #000;
  padding: 10px;
}
.disclaimer_header h1 {
  color: #6228d7;
}
.disclaimer-p {
  padding: 20px;
}
.blog-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 970px) {
  .blog-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 740px) {
  .blog-footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 515px) {
  .blog-footer {
    grid-template-columns: 1fr;
  }
}
.blog-footer ul {
  /* background: #181818; */
}
.blog-footer p,
.blog-footer a {
  color: #000000;
  text-decoration: none;
}
.blog-footer a:hover {
  text-decoration: underline;
}
.blog-footer span {
  font-size: 19px;
  color: #000000;
  text-align: unset;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
}
.brand-li {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  margin: 8px 0px;
}

/* start icons */
.icon.tiktok {
  background: url(All-Images/blog-icons/tiktok.svg) no-repeat;
  padding: 8px;
}
.icon.likee {
  background: url(All-Images/blog-icons/heart.svg) no-repeat;
  padding: 8px;
}
.icon.pintrest {
  background: url(All-Images/blog-icons/pinterest.svg) no-repeat;
  padding: 8px;
}
.icon.instagram {
  background: url(All-Images/blog-icons/instagram.svg) no-repeat;
  padding: 8px;
}
.icon.facebook {
  background: url(All-Images/blog-icons/facebook.svg) no-repeat;
  padding: 8px;
}
.icon.twitter {
  background: url(All-Images/blog-icons/twitter.svg) no-repeat;
  padding: 8px;
}
.social-anchors{
  display: flex;
  align-items: center;
  gap: 5px;
}
/* 

 */
/*  */
/*  */
/*  */

.hero-tools {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .hero-tools {
    width: auto;
  }
}
.blog-footer-2 ul{
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.hero-tools .tool-item {
  flex-direction: row;
  padding: 8px;
  gap: 8px;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.hero-tools .tool-item:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .hero-tools .tool-item {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.flex-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* ))))))))))))))))))))))))))))))START STORY VIEWER CODE STYLE */
/* ))))))))))))))))))))))))))))))START STORY VIEWER CODE STYLE */
.viewer-feature-container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* align-items: center; */
  justify-content: center;
  gap: 10px;
  padding: 20px;
}
.viewer-feature-color {
  width: 100%;
  height: auto;
  background: linear-gradient(99deg, #f5f5f5, #fff, #f5f5f5);
  padding: 3px;
  border-radius: 8px;
}
.viewer-img {
  padding: 65px;
}
.viewer-img img {
  height: auto;
  width: 100%;
}
.viewer-feature-item {
  padding: 3px;
  height: 100%;
  width: 100%;
  background: white;
  border-radius: 5px;
}
.viewer-feature-item h3 {
  color: #000000;
  font-size: 20px;
  margin: 8px 0px;
  font-weight: 600;
}
.viewer-feature-item p {
  padding: 5px;
}
.viewer-service-head {
  max-width: 984px;
  width: 100%;
  height: auto;
}
.viewer-service-head p {
  margin: 0px 15px;
  color: rgb(114, 106, 106);
}
@media screen and (max-width: 780px) {
  .viewer-feature-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .viewer-feature-container {
    grid-template-columns: 1fr;
  }
  .how-to {
    padding: 0px;
  }
}
/* .background-border {
  background-clip: content-box, border-box;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(269deg, #02c2fe, #db00ff 93.98%);
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 3px;
} */
.accordian {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
.pool {
  background: transparent;
  padding: 8px;
  height: auto;
  display: none;
}
.accordian-item {
  margin: 15px 0px;
}
.accordian-button {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  border-radius: 5px;
  cursor: pointer;
  height: auto;
  padding: 12px 8px;
  width: 100%;
  border: none;
  background: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
}
@media screen and (max-width: 500px) {
  .accordian-button {
    padding: 5px 0;
  }
}
.email {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
}
.accordian-button h3,
.accordian-button div {
  padding: 10px;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: left;
}
.pool p {
  font-size: 17px;
  color: #323030;
  font-weight: 600;
  margin: 20px 0px;
}
.pool {
  overflow: hidden;
}
.rotated {
  transform: rotate(180deg);
}
::selection {
  background: rgb(0, 136, 255);
  color: #ffffff;
}
.media-metrics {
  background: #ffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px;
  gap: 15px;
  margin: 12px 0px;
  border-radius: 6px;
}
@media screen and (max-width: 486px) {
  .media-metrics {
    flex-direction: column;
  }
}
.media-taken-time span {
  background: url(All-Images/page-icons/media-time.svg) no-repeat center;
  padding: 15px;
}
.media-likes span {
  background: url(All-Images/page-icons/media-like.svg) no-repeat center;
  padding: 15px;
}
.media-comments span {
  background: url(All-Images/page-icons/media-comment.svg) no-repeat center;
  padding: 15px;
}
.media-profile {
  display: flex;
  flex-direction: row;
  padding: 10px 0px;
}
.output-component {
  margin: 0px 20px;
}
.profile-image {
  height: 65px;
  width: 65px !important;
  border-radius: 50% !important;
}
@media screen and(max-width: 400px) {
  .profile-image {
    height: 50px;
    width: 50px !important;
  }
  .profile-user_name__username {
    font-size: 17px;
  }
  .profile-user_name__fullname {
    font-size: 15px;
  }
}
.profile-user_name__username {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.profile-user_name__fullname {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  margin-left: 8px;
}
.redirect-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.redirect-i {
  background: url(All-Images/page-icons/redirect-to_instagram.svg) no-repeat
    center;
  height: 26px;
  width: 26px;
  display: block;
}
